@charset "utf-8";

body {
    background: #f6f6f6;
}

.de_title {
}

.de_title h1 {
    font-size: 34px;
    color: #333333;
    line-height: 50px;
    text-align: center;
}

.de_title h2 {
    font-size: 18px;
    color: #666666;
    line-height: 40px;
    text-align: center;
}

/*存证首页*/

/*de_banner*/
.de_banner {
    width: 100%;
    height: 480px;
    background: url("../../images/deposit/de_banner.jpg") no-repeat top center;
    text-align: center;
}

.de_banner h1 {
    font-size: 40px;
    color: #fff;
    line-height: 60px;
    padding-top: 150px;
    font-weight: bold;
}

.de_banner h2 {
    font-size: 22px;
    color: #ccc;
    line-height: 40px;
    margin-top: 10px;
}

.de_banner h3 {
    margin-top: 50px;
}

.de_banner h3 a {
    display: inline-block;
    width: 150px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    color: #fff;
    font-size: 18px;
    background: linear-gradient(to right, #ed2603, #c61425);
    margin-top: 20px;
    border: 1px solid #c61425;
}

.de_banner h3 a.know_us {
    background: none;
    color: #fff;
    margin-left: 30px;
    border: 1px solid #fff;
}

.de_banner h3 a.know_us:hover {
    background: #fff;
    color: #c61425;
    margin-left: 30px;
    border: 1px solid #fff;
}

/*de_nav*/
.de_nav {
    width: 100%;
    height: 170px;
    background: url("../../images/deposit/map.png") no-repeat center center;
    text-align: center;
}

.de_nav h1 {
    font-size: 40px;
    color: #c61425;
    line-height: 60px;
    padding-top: 35px;
    font-family: "PingFang_Medium";
}

.de_nav p {
    font-size: 18px;
    color: #666;
    line-height: 30px;
}

/*de_main1*/
.de_main1 {
    padding: 50px 0;
    background: #fff;
}

.de_main1_con {
    margin-top: 50px;
}

.de_main1_img {
    width: 500px;
}

.de_main1_img img {
    width: 100%;
}

.de_main1_text {
    width: 640px;
}

.de_main1_text h2 {
    margin-top: 20px;
}

.de_main1_text p {
    font-size: 18px;
    line-height: 35px;
    color: #999;
    margin-top: 20px;
}

.de_main1_text h3 {
    text-align: right;
    margin-top: 20px;
}

.de_main1_text h3 img {
    transform: rotate(180deg);
}

/*de_main2*/
.de_main2 {
    padding: 60px 0;
}

.de_main2_con {
    margin-top: 40px;
}

.de_main2_con li {
    width: 320px;
    height: 390px;
    position: relative;
    float: left;
    margin: 0 40px;
    overflow: hidden;
}

.de_main2_con li img.li_bg {
    width: 320px;
    height: 390px;
}

.dm2c_text {
    position: absolute;
    left: 0;
    top: 0;
    width: 320px;
    height: 390px;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    transition: all 0.4s;
}

.dm2c_text img {
    margin-top: 110px;
    transition: all 0.4s;
}

.dm2c_text h1 {
    line-height: 40px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

.dm2c_text p {
    line-height: 24px;
    font-size: 16px;
    color: #fff;
    margin-top: 5px;
    padding: 0 45px;
    display: none;
}

.de_main2_con li:hover .dm2c_text {
    background: rgba(198, 20, 37, 0.7)
}

.de_main2_con li:hover .dm2c_text img {
    margin-top: 50px;
}

.de_main2_con li:hover .dm2c_text p {
    display: block;
}

.de_main2_con li:hover img.li_bg {
    animation: img 8s linear infinite normal;
}

@-webkit-keyframes img {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes img {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

/*de_main3*/
.de_main3 {
    padding: 50px 0;
    background: #fff;
}

.de_main3_con {
    margin-top: 50px;
}

.de_main3_con ul {
    margin-left: -37px;
}

.de_main3_con li {
    width: 375px;
    height: 210px;
    float: left;
    background: #eff4f6;
    margin-left: 37px;
    text-align: center;
}

.de_main3_con li img {
    margin-top: 45px;
    transition: all 0.4s;
}

.de_main3_con li img.img1 {
    display: inline;
}

.de_main3_con li img.img2 {
    display: none;
}

.de_main3_con li h3 {
    font-size: 20px;
    color: #333;
    line-height: 40px;
}

.de_main3_con li p {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    padding: 0 50px;
    text-align: left;
    display: none;
}

.de_main3_con li:hover {
    background: #bd1a1f;
}

.de_main3_con li:hover img {
    margin-top: 10px;
}

.de_main3_con li:hover img.img1 {
    display: none;
}

.de_main3_con li:hover img.img2 {
    display: inline;
}

.de_main3_con li:hover h3 {
    color: #fff;
}

.de_main3_con li:hover p {
    display: block;
}

/*de_main4*/
.de_main4 {
    padding: 50px 0;
    background: #fff;
}

.de_main4_con {
    margin-top: 50px;
}

.de_main4_con ul {
    margin-left: -37px;
}

.de_main4_con li {
    width: 375px;
    height: 310px;
    float: left;
    margin-left: 37px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.de_main4_con li img.li_bg {
    width: 375px;
    height: 310px;
}

.de4_text {
    position: absolute;
    left: 0;
    top: 0;
    width: 375px;
    height: 310px;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    transition: all 0.4s;
}

.de4_text img {
    margin-top: 80px;
    transition: all 0.4s;
}

.de4_text h3 {
    line-height: 40px;
    font-size: 22px;
    color: #fff;
}

.de4_text p {
    line-height: 24px;
    font-size: 16px;
    color: #fff;
    margin-top: 5px;
    padding: 0 45px;
    display: none;
}

.de_main4_con li:hover .de4_text {
    background: rgba(198, 20, 37, 0.7)
}

.de_main4_con li:hover .de4_text img {
    margin-top: 50px;
}

.de_main4_con li:hover img.li_bg {
    animation: img 8s linear infinite normal;
}

@-webkit-keyframes img {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes img {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

.de_main4_con li:hover p {
    display: block;
}

/*de_main5*/
.de_main5 {
    padding: 60px 0;
}

.de_main5_con {
    margin-top: 40px;
}

.de_main5_con li {
    width: 25%;
    float: left;
    text-align: center;
}

.de_main5_con li h1 {
    height: 170px;
}

.de_main5_con li h1 img {
    vertical-align: middle;
    margin-top: -3px;
}

.de_main5_con li h2 {
    font-size: 20px;
    line-height: 40px;
    color: #333;
}

.de_main5_con li p {
    font-size: 16px;
    line-height: 25px;
    color: #888;
}

/*de_main6*/
.de_main6 {
    padding: 50px 0;
    background: #fff;
}

.de_main6_con {
}

.de_main6_con img {
    width: 100%;
    margin-top: 50px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, .2);
}

/*de_main7*/
.de_main7 {
    padding: 50px 0;
}

.de_main7_con li {
    margin-top: 40px;
}

.de_main7_con h1 {
    line-height: 50px;
    font-size: 20px;
    color: #c61425;
}

.de_main7_con h1 i {
    font-size: 30px;
    vertical-align: middle;
    margin-top: -3px;
    display: inline-block;
    margin-right: 10px;
}

.de_main7_con p {
    padding-left: 45px;
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

/*存证步骤*/

/*第一步-作品名称*/
.des_banner {
    width: 100%;
    height: 250px;
    background: linear-gradient(to right, #c61425, #fe5e40);
    position: relative;
}

.des_banner img.qipao1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    animation: qipao1 20s linear infinite normal;
}

.des_banner img.qipao2 {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 8;
    animation: qipao2 20s linear infinite normal;
}

.des_banner img.qipao3 {
    position: absolute;
    top: 400px;
    right: 0;
    z-index: 8;
    animation: qipao3 20s linear infinite normal;
}

@-webkit-keyframes qipao1 {
    0% {
        left: 0px;
        top: 0;
    }
    25% {
        left: 50px;
        top: 200px;
    }
    50% {
        left: 100px;
        top: 0px;
    }
    75% {
        left: 50px;
        top: 200px;
    }
    100% {
        left: 0px;
        top: 0px;
    }

}

@-webkit-keyframes qipao2 {
    0% {
        left: 50%;
        top: 0;
    }
    25% {
        left: 60%;
        top: 200px;
    }
    50% {
        left: 70%;
        top: 0;
    }
    75% {
        left: 60%;
        top: 200px;
    }
    100% {
        left: 50%;
        top: 0;
    }

}

@-webkit-keyframes qipao3 {
    0% {
        right: 0;
        top: 0;
    }
    25% {
        right: 60px;
        top: 200px;
    }
    50% {
        right: 120px;
        top: 0;
    }
    75% {
        right: 60px;
        top: 200px;
    }
    100% {
        right: 0;
        top: 0;
    }

}

.des_main {
    height: 750px;
}

.des_main_box {
    position: absolute;
    width: 100%;
    height: 700px;
    top: -110px;
    left: 0;
    background: url("../../images/deposit/des_step_bg.png") no-repeat bottom center #ffffff;
    border-radius: 15px;
    box-shadow: 0 15px 30px #aaa;
}

.dmb_con {
    padding-top: 120px;
}

.dmb_con_step {
    width: 660px;
    margin: 20px auto;
    height: 60px;
    position: relative;
}

.dmb_con_step li {
    width: 33.3%;
    float: left;
    text-align: center;
}

.dmb_con_step li span {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    background: #e2e2e2;
    line-height: 30px;
    font-size: 16px;
    color: #a2a2a2;
    font-weight: bold;
}

.dmb_con_step li p {
    line-height: 30px;
    font-size: 16px;
    color: #a2a2a2;
    font-weight: bold;
    margin-top: 5px;
}

.dmb_con_step li.active span {
    background: #c61425;
    color: #fff;
}

.dmb_con_step li.active p {
    color: #c61425;
}

.dmb_con_step .rank {
    width: 192px;
    height: 5px;
    background: #e2e2e2;
    position: absolute;
    top: 13px;
}

.dmb_con_step .rank1 {
    left: 124px;
}

.dmb_con_step .rank2 {
    left: 344px;
}

.dmb_con_step .rank.active {
    background: #c61425;
}

.dmb_con_input {
    line-height: 50px;
    margin-top: 140px;
}

.dmb_con_input span {
    padding-right: 25px;
    font-size: 16px;
    color: #999999;
}

.dmb_con_input input {
    padding-left: 10px;
    font-size: 16px;
    color: #666666;
    height: 50px;
    border: 1px solid #ccc;
    width: 640px;
}

.dmb_con_btn {
    text-align: center;
    margin-top: 100px;
}

.dmb_con_btn button {
    width: 200px;
    height: 40px;
    border-radius: 3px;
    background: linear-gradient(to right, #c51426, #ed2603);
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
}

/*第二步*/
.dmb_con_item {
    width: 710px;
}

.dmb_con_item h1 {
    font-size: 18px;
    color: #999999;
    line-height: 30px;
    padding-left: 15px;
    margin-top: 50px;
}

.dmb_con_list {
}

.dmb_con_list label {
    width: 112px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #c51426;
    display: block;
    float: left;
    margin: 20px 15px 0 15px;
    font-size: 16px;
    color: #c51426;
    text-align: center;
    cursor: pointer;
}

.dmb_con_list label.active {
    background: linear-gradient(to bottom, #ec2504, #c51426);
    border: none;
    color: #fff;
    line-height: 40px;
}

/*第三步*/
/*des3_form*/
.des3_form {
    margin-top: 50px;
}

.des3_form li {
    line-height: 50px;
    font-size: 16px;
    color: #999;
}

.des3_form li span {
    display: inline-block;
    width: 120px;
    text-align: right;
    margin-right: 10px;
}

.des3_form li em {
    width: 180px;
    height: 150px;
    border-radius: 15px;
    border: 1px solid #ccc;
    display: inline-block;
    text-align: center;
    padding: 25px 0;
    vertical-align: top;
    cursor: pointer;
}

.des3_form li em i {
    font-size: 50px;
    color: #bbb;
}

.des3_form li em p {
    font-size: 16px;
    color: #aaa;
}

.des3_form li a {
    font-size: 16px;
    color: #aaa;
    margin-left: 10px;
    text-decoration: underline;
}

.des3_form li a:hover {
    color: #c51426;
}

.des3_form li h2 {
    font-size: 16px;
    color: #666;
    display: inline;
}

.des3_form h3 {
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    color: #c51426;
    margin-top: 50px;
}

.des3_form h3 i {
    font-size: 20px;
    color: #aaa;
    vertical-align: middle;
    display: inline-block;
    margin-top: -3px;
}

/*确认弹窗*/
.de_sure_box {
    width: 580px;
    height: 470px;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -235px;
    margin-left: -290px;
    z-index: 50000;
    padding: 40px 30px;
    border-radius: 10px;
    display: none;
}

.de_sure_box i.sure_close {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 20px;
    color: #999;
    cursor: pointer;
}

.de_sure_box i.sure_close:hover {
    color: #c51426;
}

.de_sure_con {
    width: 100%;
    height: 100%;
}

.de_sure_text {
    width: 320px;
    margin: 0 auto;
}

.de_sure_img {
    text-align: center;
}

.de_sure_img img {
    /*width: 230px;*/
    height: 160px;
}

.de_sure_p {
    margin-top: 20px;
}

.de_sure_p p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

.de_sure_p p span {
    color: #999;
}

.de_sure_btn {
    text-align: center;
    margin-top: 30px;
}

.de_sure_btn a {
    display: inline-block;
    width: 180px;
    height: 40px;
    border: 1px solid #c51426;
    font-size: 18px;
    color: #c51426;
    line-height: 38px;
}

.de_sure_btn a.sure_change {
    background: linear-gradient(to left, #ec2504, #c51426);
    color: #fff;
    border: none;
    line-height: 40px;
    margin-left: 30px;
}

/*存证成功*/
.des_su_main {
    height: 450px;
}

.des_su_con {
    position: absolute;
    padding: 35px;
    background: #f2fdf6;
    width: 100%;
    height: 480px;
    left: 0;
    top: -90px;
    border-radius: 10px;
}

.dessc_top {
    font-size: 28px;
    color: #05da69;
    line-height: 50px;
    text-align: center;
}

.dessc_top i {
    font-size: 40px;
    color: #05da69;
    vertical-align: middle;
    display: inline-block;
    margin-top: -5px;
    margin-right: 5px;
}

.dessc_mid {
    height: 190px;
    margin-top: 50px;
}

.dessc_mid_item {
    width: 50%;
}

.dessc_mid_item img {
    max-width: 220px;
    max-height: 240px;
    /*margin-top: 15px;*/
    margin-right: 30px;
}

.des_item_text {
    padding: 35px 0;
}

.des_item_text p {
    line-height: 30px;
    font-size: 16px;
    color: #666;
}

.des_item_text p span {
    color: #999;
}

.dessc_mid_item:first-child {
    border-right: 1px solid #ddd;
}

.dessc_mid_item:nth-child(2) {
    padding-left: 60px;
}

.dessc_bot {
    margin-top: 50px;
    text-align: center;
}

.dessc_bot button {
    width: 150px;
    height: 40px;
    border-radius: 3px;
    background: #c61425;
    font-size: 18px;
    color: #fff;
    margin: 0 70px;
}

.des_su_main2 {
    text-align: center;
}

.des_su_main2 a.goon_deposit {
    width: 235px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    background: linear-gradient(to left, #ec2504, #c51426);
    display: inline-block;
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 30px;
    box-shadow: 0 15px 30px #aaa;
}

.des_su_main2 a.zuopin {
    line-height: 42px;
    font-size: 18px;
    color: #c51426;
    margin-bottom: 100px;
    display: block;
}


