*{
    margin: 0;
    padding: 0;
}
body{
    font-family: "微软雅黑";
    min-width: 1200px;
}
.img{
    width: 100%;
}
.img img{
    width: 100%;
    display: block;
    cursor: pointer;
}
.head{
    width: 100%;
    display: flex;
    height: 120px;

}
.head>div{
    width: 50%;
}
.fun{
    background: #0068b7 ;
    text-align: center;
    color:#fff;
    font-size: 16px;
    padding-left: 30px;
}
.fun .item{
    font-size: 32px;
    padding-top: 25px;
}
.fun>div{
    padding-left: 100px;
    color:#fff;
}
.func{
    padding-top:20px;
    display: flex;
    background: #f5f5f5
}
.func .xian{
    width: 70px;
    height: 2px;
    padding-top:44px;
    border-bottom:2px solid rgb(0, 104, 183);
}
.func .mess{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border:2px dotted  rgb(0, 104, 183);
    text-align: center;
    font-size: 22px;
    line-height: 30px;
    color:#0068b7;
    background: #fff;
}
.func .mess :first-child{
    padding-top: 14px;
}
.func .tel1{
    font-size: 41px;
    color:#0068b7;
    padding-top:20px;
    margin:  0px  15px 0;

}
.process{
    display: flex;
    margin: 40px auto 0;
    width: 1200px;
    justify-content: center;
}
.preac{
    margin-left: 30px;
}
.preac .item1{
    font-size: 58px;
    font-weight: bold;
}
.preac .item2{
    font-size: 14px;
    color:#e2dddd;
    text-transform:Uppercase ;
    letter-spacing:1px
}
.preac .item3{
    font-size: 42px;

}
.processa{
    margin: 20px auto 0;
    width: 1200px;
    position: relative;
}
.processa .item1{
    display: flex;
    position:absolute;
    left: 649px;
    top:70px;
    transition: 2s;
    opacity: 0;
    transition-delay: 0s
}
.processa  .crea{
    width: 80px;
    height: 80px;
    background: #7d7d7d;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
    font-size: 50px;
    color:#fff;

}
.processa .cood{
    background: url("../images/tuxing.jpg") no-repeat;
    margin-top:16px;
    font-size: 22px;
    color:#fff;
    width: 463px;
    line-height: 52px;
    padding-left: 10px;
}
.processa .pac{
    background: url("../images/tuxing.jpg") no-repeat;
}
.processa .paca{
    background: url("../images/tuxing1.jpg") no-repeat;
    width: 400px;
}
.processa .item2{
    display: flex;
    position:absolute;
    left: 722px;
    top:150px;
    transition: 2s;
    opacity: 0;
    transition-delay: 0.5s
}
.processa .item3{
    display: flex;
    position:absolute;
    left: 746px;
    top:250px;
    transition: 2s;
    opacity: 0;
    transition-delay: 1s
}
.processa .item4{
    display: flex;
    position:absolute;
    left: 734px;
    top:350px;
    transition: 2s;
    opacity: 0;
    transition-delay: 1.5s
}
.processa .item5{
    display: flex;
    position:absolute;
    left: 717px;
    top:450px;
    transition: 2s;
    opacity: 0;
    transition-delay: 2s
}
.img1{
    width: 680px;
}
.processa .item6{
    position: absolute;
    right:10px;
    top:575px;
}
.processa .item6 .manzu{
    font-size: 42px;
}
.processa .item6 .phone{
    display: flex;
    font-size: 26px;
}
.processa .item6 .phone .tela span{
    color:red;
    font-weight: bold;
}
.processa .item6 .phone .btn{
    width: 110px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    margin-left: 24px;
    background: red;
    color:#fff;
    font-size: 16px;
    cursor: pointer;
}
.inter{
    background: url("../images/bg.png") no-repeat;
    text-align: center;
    padding-top: 30px;
    margin-top:50px;
}
.solve{
    text-align: center;
    width: 1200px;
    margin: 0 auto;
}
.solve .curve{
    display: flex;
    justify-content: space-between;
    margin-top: 68px;
}
.solve .curve .item{
    position: relative;
    padding: 50px 6px 40px;
    font-size: 18px;
    background: #fff;
    width: 220px;

}
.solve .curve .item:hover .imgage{
    transform: rotateY(360deg);
    transition: 1s ;
}
.solve .curve .item .imgage{
    position: absolute;
    left: 70px;
    top:-50px;
    border-radius: 50%;

}
.solve .btn1{
    margin: 40px 285px ;
    display: flex;
    font-size: 30px;
    color:#FFF;
    padding-bottom: 40px;
    justify-content: space-between;
}
/* fcb60c  fe8200 */
.solve .btn1 .btna1{
    background: #0476e0;
    width: 250px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    cursor: pointer;
}
.solve .btn1 .btna2{
    background-image:linear-gradient(to right,#fcb60c 0%,#ff8200 100%);
    width: 250px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    font-weight: 600;
    position: relative;
    z-index: 20;
    cursor: pointer;
}
.solve .btn1  .btna21{
    width: 250px;
    height: 60px;
    animation:gogo 1s linear infinite;
    position: absolute;
    top:0px;
    left: 0px;
    border-radius: 40px;
    background: #fff;

}
.bta2{
    position: relative;
}
@keyframes gogo{
    0%{transform: scale(1);opacity: 0.3;}
    50%{  width: 270px;top:-10px;left: -10px;;
        height: 80px;;opacity: 0.1;border-radius: 50px;}
    100%{width: 310px;top:-20px;left: -30px;;
        height: 100px;;opacity: 0;border-radius: 60px;}
}
.backa{
    width: 1200px;
    text-align: center;
    margin: 80px auto 0;

}
.advante{
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}
.advante .advan{
    width: 800px;
    transition: 2s;
    margin-left: -150px;
}
.advante .advan img{
    width: 100%;
}
.advante .list{
    text-align: right;
    margin-left: -150px;
    transition: 2s;
    margin-right: -150px;
}
.advante .list .item1{
    font-size: 40px;
    color:#0b75df;
    font-weight: bold;
}
.advante .list .item2{
    font-size: 18px;
    color:#0b75df;
}
.advante .list .item3{
    font-size: 56px;
}
.advante .list .item3 span{
    font-weight: bold;
}
.advante .list .item4{
    font-size: 20px;
    height: 50px;
    line-height: 41px;
    display: flex;
    justify-content: flex-end;
    text-align: right;
}
.advante .list .item4 .dian{
    width:8px;
    height: 8px;
    background: #808080;
    border-radius: 50%;
    margin:18px 10px 0;

}
.advante .list .info2{
    display: none;
}
.advante .list .item5{
    text-align: right;
    color:#0068b7;
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0;
}
.advante .list .item5list{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.advante .list .item5list p{
    display: none;
}
.ripple{
    display: flex;
    margin: 45px 0 120px;
    height: 160px;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    background: #f3f3f3;
    transform: rotateX(90deg);
    transition:1S;

}
.rippleta{
    transform: rotateX(0deg);
    transition-delay:1S;
    animation: change 2s linear ;
}
@keyframes chande{

}
@keyframes change{
    0%{transform: rotateX(90deg)}
    100%{transform: rotateX(0deg)}

}
.ripple .kind{
    padding-top: 15px;
    text-align: right;
    margin-left: 20px;
    /* margin-top:5px; */
}
.ripple .kind .item1{
    font-size: 20px;
}
.ripple .kind .item2{
    font-size: 58px;
    color:#0476e0;
    font-weight: bold;
}
.ripple .kind .item3{
    font-size:24px;
}
.ripple  .img2{
    width: 35px;
    height: 35px;
    margin: 75px 22px 0;
}
.ripple  .img3{
    margin-top: -25px;
    height: 210px;

}
.ripple .font{
    margin-top: 10px;
    font-size: 20px;
    color:#6d6d6d;
}
.heada{
    width: 1200px;
    margin: 80px auto 75px;
    background: url("../images/skj9.png") no-repeat;
    background-position:50%;
    height: 510px;
    position: relative;
}
.heada .item1{
    position: absolute;
    left: 10px;
    top:0;
    display: flex;

    transition-delay: 0s;
    opacity: 0;
    transition: 2s;

}
.heada .number{
    font-size: 46px;
    color:  #f00800;
    font-family: "Impact";
    margin-right:10px;


}
.heada .self{
    width: 305px;
    font-size: 14px;


}
.heada .selfa{
    width: 270px;
    font-size: 14px;
}
.heada .self :first-child{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}
.heada .self :last-child{
    color:#777;
}
.heada .item2{
    position: absolute;
    left:410px;
    top:0;
    display: flex;

    transition: 2s;
    opacity: 0;
    transition-delay: 0.3s;
}
.heada .item3{
    position: absolute;
    right:0;
    top:0;
    display: flex;
    transition: 2s;
    opacity: 0;
    transition-delay: 0.6s;
}
.heada .item4{
    position: absolute;
    left:10px;
    top:200px;
    display: flex;
    opacity: 0;
    transition: 2s;
    transition-delay: 0.9s;

}
.heada .item5{
    position: absolute;
    right:0;
    bottom: 254px;
    display: flex;
    opacity: 0;
    transition: 2s;
    transition-delay:1.2s;

}
.heada .item6{
    position: absolute;
    left:10px;
    bottom: 0px;
    display: flex;
    opacity: 0;
    transition: 2s;
    transition-delay: 1.5s;

}

.heada .item7{
    position: absolute;
    left:410px;
    bottom: 0px;
    display: flex;
    opacity: 0;
    transition: 2s;
    transition-delay: 1.8s;

}
.heada .item8{
    position: absolute;
    right:0px;
    bottom: 0px;
    display: flex;
    opacity: 0;

    transition: 2s;
    transition-delay: 2.1s;
}
.head1{
    margin: 80px auto 45px;
    width: 1200px;
    font-size: 50px;
    text-align: center;
    /* text-indent : 20px; */
    letter-spacing:2px
}
.head2{
    width: 100%;
    background: url("../images/bg2.png") no-repeat;
    height: 776px;
    padding-top: 67px;
}
.head2 .recommend{
    width: 1200px;
    margin: 0 auto;

}
.head3{
    width:1200px;
    margin: 0 auto;
    text-align: center;

}
.video{
    outline: none;
    width: 900px;
}
.recom{

    display: flex;
    justify-content: space-between;
}
.head2 .recommend .recom .list{
    width: 390px;
    height: 530px;
    border-radius: 15px;
    background: #f1f1f1;
    text-align: center;
    margin-top:15px;
    transition: 1s;
}
.head2 .recommend .recom .list:hover{
    margin-top:0;
}
.head2 .recommend .recom .list .img4{
    width: 390px;
    height:304px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    display: block;
}
.head2 .recommend .recom .list .item{
    padding-top: 20px;
    width: 100%;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;

}
.head2 .recommend .recom .list:hover .item{
    background: #0768db;
    color:#fff;

}
.head2 .recommend .recom .list .item .item1{
    font-size: 30px;
    font-weight: 600;

}
.head2 .recommend .recom .list .item .item2{
    font-size: 16px;
    color:#989898;
    height: 60px;
    line-height: 30px;
    padding:0 25px;
}
.head2 .recommend .recom .list:hover .item .item2{
    color:#fff;
}
.head2 .recommend .recom .list .item .item3{
    display: flex;
    padding:0 45px 45px;
    margin-top:30px;
    justify-content: space-between;
    color:#fff;

}
.head2 .recommend .recom .list .item .item3 .btn2{
    width: 140px;
    height:32px;
    line-height: 32px;
    font-size: 18px;
    text-align: center;
    border-radius: 30px;
    background: linear-gradient(to right, #fcb60c,#ff8100);
    cursor: pointer;
}
.head2 .recommend .recom .list .item .item3 .btn3{
    width: 140px;
    height:32px;
    line-height: 32px;
    font-size: 18px;
    text-align: center;
    border-radius: 30px;
    background: linear-gradient(to right, #099eff,#0267f4);
    cursor: pointer;
}
.inform{
    margin: 50px auto 0;
    text-align: center;
    line-height: 66px;
    border-radius: 30px;
    position: relative
}
.inform img{
    position: absolute;
    left: 250px;
    top:0;
    z-index: 222;
    cursor: pointer;
}
.butto{
    position: absolute;
    left: 250px;
    top:0;
    width: 698px;
    height: 60px;
    background: #fff;
    z-index: 1;
    animation: chang 0.8s linear infinite;
    border-radius: 30px;
}

@keyframes chang{
    0%{transform: scale(1);opacity: 0.3; }
    50%{  width: 718px;top:-10px;left: 240px;
        height: 80px;;opacity: 0.2;border-radius: 40px;}
    /* 50%{
        transform: scale(1.1);opacity: 0.2;
    } */
    100%{width: 798px;top:-30px;left: 200px;
        height: 120px;;opacity: 0;border-radius: 60px;}
}
.head4{
    width: 1200px;
    margin: 0 auto;
}
.head4 .pact{
    font-size: 50px;
    text-align: center;
    letter-spacing:2px
}
.head4 .pact span{
    font-weight: 600;
}
.trust{
    display: flex;
    justify-content: space-between;
    margin-top:60px;
}
.trust .coop{
    width: 255px;
    background: #155eca;
    text-align: center;
    padding-top:50px;
    color:#fff;
    padding-bottom: 38px;
}
.trust .coop .item1{
    font-size: 36px;

}
.trust .coop .item2{
    font-size: 16px;
    text-transform:uppercase;
    font-family: "Impact"
}
.trust .coop .item3{
    background: #fbfbfb;
    color:#080808;
    font-size: 16PX;
    width: 130px;
    height:44px;
    line-height: 44px;
    margin: auto;
    margin-top: 19px;
    cursor: pointer;
}
/*  34 77 */
.trust .offer{
    padding:34px 30px 77px;
    width: 530px;
    border-top:1px solid rgba(1,1,1,0.1);
    border-bottom:1px solid rgba(1,1,1,0.1);
}
.trust .offer .item1{
    font-size: 18px;
    font-weight: bold;

}
.trust .offer .item2{
    font-size: 16px;
    margin-top:15px;
    text-indent: 30px;

}
.trust .img5 img{
    display: block;
}
.sign{
    display: flex;
    width: 1200px;
    flex-wrap: wrap;
    border-left: 1px solid rgba(1,1,1,0.1);
    margin-bottom: 40px;
}
.sign div{
    width: 238.5px;
    overflow: hidden;
    height: 118px;
    border-right:1px solid rgba(1,1,1,0.1);
    border-bottom:1px solid rgba(1,1,1,0.1);
}
.sign div img{
    display: block;
}
.sign div:hover img{
    transform: scale(1.2);
    transition: 1s;
}
.case{
    display: flex;
    justify-content: space-between;
    z-index: 111;
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
.tiel{
    width: 100%;
    height: 619px;
    position: relative;
    margin-top:40px;
}
.tiel .bg{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height:465px;
    background: #f2f2f2;
}
.case .faci .item1{
    font-size: 20px;
    color:#5c76ad;
    margin:20px 0;
}
.case .faci {
    width: 332px;
    margin-right: 45px;
}
.case .faci .item2{
    font-size: 16px;
    color:#787878;
    height: 66px;
    border-bottom: 2px solid #ff8301;
    display: none;
}
.case .rail{
    padding-top:15px;
}
.case .rail .item1{
    font-size: 30px;
    color:#174999;
    font-weight: bold;
    display: none;
}
.case .rail .item2{
    margin-top:20px;
    margin-bottom: 60px;
    font-size: 16px;
    color:#787878;
    display: none;
    height:42px;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.case .rail .item3{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.case .rail .item3 div{
    width: 270px;
    overflow: hidden;
    margin-top:10px;
}
.case .rail .item3 div img{
    display: block;
    width: 100%;
}
.case .rail .item3 div:hover img{
    transition: 1s;
    transform: scale(1.1)
}
.flow{
    margin: 50px auto ;
    width:1200px;
    text-align: center;
}
.flow .buy{
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
.flow .buy .xian{
    width: 50px;
    border-bottom: 2px solid #000;
    height:26px;
}
.flow .buy  .buta{
    font-size: 40px;
    color:#000;
    margin: 0 30px;
    font-weight:500;
}
.flow .info{
    display: flex;
    justify-content: space-between;
    width: 1100px;
    margin: 0 50px;
}
.flow .info .eat:hover img{
    transition: 1s;
    transform: rotate(360deg);
}
.flow .info .jian{
    margin-top:40px;
}
.flow .info  .fonta{
    margin-top:10px;
    font-size: 18px;
}
.footerr{
    width: 1198px;
    margin:0 auto;
    box-shadow: 0 0 5px rgba(1,1,1,0.41);

    border-radius: 15px;
    padding-bottom: 25px;
}

.footerr .foot{
    display: flex;
    margin-bottom: 20px;
}

.footerr .foot .leave .item1{
    font-size: 30px;
    font-weight: bold;
    margin-top:55px;
    margin-bottom: 22px;
}
.footerr .foot .leave .item2{
    display: flex;

}
.footerr .foot .leave .item2 .liji{
    width: 80px;
    height: 24px;
    border-radius: 8px;
    text-align: center;
    line-height: 24px;
    color:#fff;
    background: #174999;
    margin: 0 5px;
    cursor: pointer;
}
.footerr .foot .leave .item2  .tel{
    font-size: 28px;
    color:#174999;
    margin:-10px 5px 0;
    font-weight: bold;

}
.footerr .foot .leave .item3{
    line-height: 35px;

}
.footerr .foot .leave .item4{
    font-weight: bold;
}
.footerr .foot .leave .item4 span{
    color:#174999;
    font-size: 28px;

}
.foota{
    display: flex;
    justify-content: space-between;
    margin-top:-5px;
}
.foota .order{
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 30px;
}
.foota .order .xain1{
    width: 30px;
    border-bottom: 1px solid #000;
    height:11px;
    margin: 0 5px
}
.foota .bade{
    width: 1200px;;
    overflow: hidden;
}

.detali{
    display: flex;
    margin-top:15px;

}
.detali .time{
    margin:0 30px;
    width: 120px;
}
.detali .tack{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.foota input{
    width:460px;
    height: 40px;
    outline: none;
    line-height: 40px;
    border-radius: 8px;
    padding-left: 40px;
    border:1px solid rgba(1,1,1,0.1) ;
    font-size: 18px;
    margin-top:10px;
}
a{
    outline: none;
    text-decoration:none ;
    color:inherit;
}
.foota textarea{
    width: 460px;
    height:110px;
    outline: none;
    line-height: 40px;
    border-radius: 8px;
    padding-left: 40px;
    border:1px solid rgba(1,1,1,0.1) ;
    font-size: 18px;
    margin-top:5px;
}
.message{
    margin-top:15px;
}
.message span{
    color:red;
}
.sk1{
    background: url("../images/lytb1.png") no-repeat;
    background-position: 10px 50%;
}
.sk2{
    background: url("../images/lytb2.png") no-repeat;
    background-position: 10px 50%;
}
.sk3{
    background: url("../images/lytb3.png") no-repeat;
    background-position: 10px 10%;
}
.btnt{
    margin: 10px auto 0;
    width: 170px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    background: #ffcf13;
    border-radius: 10px;
    cursor: pointer;
    outline: none;
    border:none;
    margin-left: 167px;
}
#user{
    height: 315px;
    overflow: hidden;
    margin-left: 30px;
    width: 100%;
}

.posi{
    width: 1200px;
    margin: 0 auto;
}

.jiana{
    position: relative;
    overflow: hidden;
    width: 75px;
    height: 35px;
    margin:75px 13px 0;
}
.jiana img{

    width: 35px;
    height: 22px;
}
.jiana .daina{
    width: 20px;
    height: 20px;
    background: #f3f3f3;
    border-radius: 50%;
    animation: chan 1.5s linear infinite;
    position: absolute;
    left: -20px;
    top:8px;

}
.jiana .daina1{
    width: 10px;
    height: 10px;
    background: #f3f3f3;
    border-radius: 50%;
    animation: chan 1.5s linear infinite;
    position: absolute;
    left: -20px;
    top:13px;
}
.jiana .daina2{
    width: 5px;
    height: 5px;
    background: #f3f3f3;
    border-radius: 50%;
    animation: chan 1.5s linear infinite;
    position: absolute;
    left: -20px;
    top:15px;
}
.imgac{
    width: 1200px;
    margin: 0 auto
}
.imgac img{
    width: 100%;
}
.acta{
    display: none;
    width:332px;
    height:432px;
    overflow: hidden;
    text-align: center;
}
.acta img{
    height: 100%;
    margin-left: -165px;
}
.active{
    display: block
}
.case .faci .active1{
    display: block
}
.case .rail .active2{
    display: block;
}
.case .rail .active3{
    display: block;
}
@keyframes chan{
    0%{transform: scale(3); opacity: 0.5;}
    100%{transform: scale(13); opacity: 0;}
}
.footerr .foot .leave .item3{
    display: flex
}

.fla{
    width: 100%;
    display: flex;
}
.dista{
    display: none;
}

.new_number_border2{
    display: none;
}
.head2 .recommend .btnlist{
    display: none;
}
.flow .list2{
    display: none;
}
.footerr .foot .leave2{
    display: none;
}

/* 媒体查询 */
@media all and (max-width:768px){
    body{
        min-width: min-content;
        margin: 0;
        padding: 0;
    }
    .footerr{
        box-shadow: none;
        border:1px solid rgba(1,1,1,0.1);
        width: 1198px;
    }

    .func .tel1{
        font-size: 30px;
    }
    .footerr .foot .leave .item2 .tel{
        font-size: 25px;
        margin: -5px 5px 0
    }
    .advante>img{
        margin-left: 0;

    }
    .advante .list{
        margin-right:15px;

    }
    .processa .item1{
        left: 549px;
        opacity: 1;
    }
    .processa .item2{
        left: 622px;
        opacity: 1;
    }
    .processa .item3{
        left: 646px;
        opacity: 1;
    }
    .processa .item4{
        left: 634px;
        opacity: 1;
    }
    .processa .item5{
        left: 617px;
        opacity: 1;
    }
    .heada .self{
        opacity: 1;
    }
    .heada .number{
        opacity: 1;
    }
    .foota{
        flex-direction: column;
        font-size: 20px;
    }
    .foota .bade{
        margin: 0 auto;

    }
    .footd{
        margin: 0 auto;

    }

    .form-group{
        margin-left: 50px;
        margin-top:50px;
    }

    .foota input{
        width: 600px;

    }
    .processa .item6{
        right:40px;
    }
    .foota textarea{
        width: 600px;
    }
    .btnt{
        font-size: 28px;
        margin-left: 300px;
        margin-top:50px;
    }
    .img{
        overflow: hidden;
    }
    .img img{
        /*width: 113%;*/
        /*margin-left:-50px;*/
    }
    .footerr .foot .leave .item1{
        font-size: 34px
    }
    /*.disa{*/
    /*display: none;*/
    /*}*/
    .leave{
        font-size: 20px;
    }
    .footerr .foot .leave .item3 .tel{
        font-size: 32px;
        margin: 0px 5px 0;
        color:#174999;
        font-weight: bold;
    }
    .dista1{
        display: block;
    }
    .footerr .foot .leave .item2 .liji{
        width: 105px;
    }
    .footerr .foot .leave .item3{
        margin:10px 0;
    }
    .footerr .foot .leave .item4 span{
        font-size: 32px;
    }
    #user{
        height: 160px;
    }
    .fla{
        display: flex;
        width: 500px;
        margin-left: 40px;
    }
    .fooatea{
        display: flex;
    }
    .message{
        width: 140px;;
    }
    .head5{
        background: url("../images/bg2.png") no-repeat;
        display: flex;
        width: 100%;
        padding: 40px 0;


    }
    .head5 .gangjin{
        width: 550px;
        background:#fff;
        border-radius: 30px;
        text-align: center;
        margin-left: 33px;
    }
    .head5 .gangjin .img4{
        height:423px;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
    }
    .head5 .gangjin .item1{
        font-size: 34px;
        font-weight: 600;
    }
    .head5 .gangjin .item2{
        font-size: 20px;
        color:#989898;
        height: 60px;
        line-height: 30px;
        padding:0 40px;
    }
    .head5 .gangjin .item3{
        display: flex;
        justify-content: center;
        margin: 27px 0 40px;
        color:#fff;
    }
    .head5 .gangjin .item3 .btn2{
        width: 140px;
        height:32px;
        line-height: 32px;
        font-size: 18px;
        text-align: center;
        border-radius: 30px;
        background: linear-gradient(to right, #fcb60c,#ff8100);
        cursor: pointer;
    }
    .head5 .gangjin .item3 .btn3{
        width: 140px;
        height:32px;
        line-height: 32px;
        font-size: 18px;
        text-align: center;
        border-radius: 30px;
        cursor: pointer;
        background: linear-gradient(to right, #099eff,#0267f4);
        margin-left: 50px;
    }
    .head6{
        margin: 30px auto;
        width: 640px;
        height:60px;
        line-height: 60px;
        font-size: 40px;
        display: flex;
        background: red;
        border-radius: 40px;
        padding:10px 50px;
        color:#FFF;
    }
    .heada{
        width: 1200px;
        margin: 80px auto 75px;
        background: url("../images/skj9.png") no-repeat;
        background-size:100%;
        background-position:50%;
        height: 840px;
        position: relative;
    }
    .heada .item3{
        top:110px;
        left:162px;
    }
    .heada .item1{
        top:0px;
        left:162px;
    }
    .heada .item2{
        top:0;
        left:681px;
    }
    .heada .item4{
        top:110px;
        left:681px;
    }
    .heada .item5{
        bottom:110px;
        left:162px;
    }
    .heada .item7{
        bottom:0px;
        left:162px;
    }
    .heada .item6{
        bottom:110px;
        left:682px;
    }
    .heada .item8{
        bottom:0px;
        left:681px;
    }
    .inter{
        background: url("../images/headera.jpg") no-repeat;
        text-align: center;
        padding-top: 30px;
        margin-top:50px;
        background-size: 120%;
    }
    .solve .curve{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .solve .curve .item{
        width: 300px;
        margin-top:30px;
        font-size: 20px;
        margin-top:70px;
    }
    .solve .curve .itema{
        margin-right:50px;
        margin-left:50px
    }
    .solve .curve .itemb{
        margin-left: 33px;
        margin-right:33px;
    }
    .solve .curve .item .imgage{
        left:103px;
    }
    .solve .curve{
        margin-top:0px;
    }


    body{
        min-width: 100%;
    }
    .banner.img{
        width: 100%;
        height: 17.5rem;
    }
    .banner.img img{
        width: 100%;
        height: 17.5rem;
    }
    .head{
        height: 6.25rem;
    }
    .fun{
        padding-left: 1.25rem;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .fun .item{
        font-size: 1.75rem;
        line-height: 1.75rem;
        padding-top: 0;
        margin: 1.375rem 0 0.875rem 0;
    }
    .fun>div{
        font-size: 1rem;
        line-height: 1rem;
        padding-left: 0;
    }
    .func .mess{
        width: 4rem;
        height: 4rem;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        margin: 0 1.25rem 0 1.875rem;
    }
    .func .mess :first-child{
        padding-top: 0.375rem;
    }
    .func .mess div{
        font-size: 1.25rem;
        line-height: 1.5rem;
    }
    .func .tel1{
        font-size: 1.875rem;
        line-height: 1.875rem;
        background: #fff;
        padding: 0;
        margin: 0;
    }
    .func .xian{
        display: none;
    }
    .func{
        background: url("../images/line.png") no-repeat center;
        background-size: 100% 0.125rem;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        padding: 0;
    }
    .process{
        width: 24.6875rem;
        margin: 2.5rem auto 0;
    }
    .processa{
        width: 100%;
        height: 27.6875rem;
    }
    .process .icon img{
        width: 3.25rem;
        height: auto;
    }
    .preac{
        margin-left: 0.625rem;
    }
    .preac .item1{
        font-size: 2.125rem;
        line-height: 2.125rem;
    }
    .preac .item2{
        font-size: 0.625rem;
        line-height: 0.625rem;
        margin: 0.125rem 0 0.25rem 0;
    }
    .preac .item3{
        font-size: 1.625rem;
        line-height: 1.625rem;
    }
    .processa .img1{
        width: 24.0625rem;
        height: auto;
        display: block;
    }
    .processa .crea{
        font-size: 2rem;
        line-height: 3.25rem;
        width: 3.25rem;
        height: 3.25rem;
    }
    .processa .cood{
        font-size: 1.25rem;
        line-height: 1.875rem;
        /*min-width: 18.125rem;
         */
        /*width: auto;
         */
        margin-top: 0;
        /*background-image: none;
         */
        /*background-color: #aeaeae;
         */
        background-size: 100% 100%;
        border-top-right-radius: 1.875rem;
        border-bottom-right-radius: 1.875rem;
        padding-left: 0.625rem;
    }
    .processa .item1{
        top: 1.125rem;
        left: 18.5rem;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }
    .processa .item1 .cood{
        width: 21.625rem;
    }
    .processa .item2{
        top: 4.5rem;
        left: 21.0625rem;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }
    .processa .item2 .cood{
        width: 19.625rem;
    }
    .processa .item3{
        top: 8.3125rem;
        left: 22.625rem;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }
    .processa .item3 .cood{
        width: 18.25rem;
    }
    .processa .item4{
        top: 12.25rem;
        left: 23rem;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }
    .processa .item4 .cood{
        width: 17.5rem;
    }
    .processa .item5{
        top: 16.4375rem;
        left: 21.375rem;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }
    .processa .item5 .cood{
        width: 19.375rem;
    }
    .processa .item6{
        top: 20.8125rem;
        left: 17.125rem;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-end;
    }
    .processa .item6 .manzu{
        font-size: 1.625rem;
        line-height: 1.625rem;
        margin-bottom: 0.625rem;
    }
    .processa .item6 .phone{
        width: 30rem;
    }
    .processa .item6 .phone .tela{
        font-size: 1.125rem;
        line-height: 1.125rem;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-end;
    }
    .processa .item6 .phone .tela span{
        font-size: 1.5rem;
        line-height: 1.5rem;
    }
    .processa .item6 .phone .btn{
        width: 6.75rem;
        height: 2.25rem;
        font-size: 1.375rem;
        line-height: 2.25rem;
        margin-left: 0.25rem;
    }
    .inter{
        padding: 0;
        margin: 0;
        background-size: 100% 100%;
    }
    .inter .solve{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .inter .solve .solve_img{
        width: 44.375rem;
        height: auto;
        display: block;
        margin: 2.375rem 0 5rem 0;
    }
    .solve .curve{
        width: 44.375rem;
    }
    .solve .curve .item{
        width: 14.25rem;
        height: 8.375rem;
        margin: 0 0 3.75rem 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .solve .curve .item:nth-child(2){
        margin: 0 0.625rem;
    }
    .solve .curve .item:nth-child(4){
        margin-right: 0.625rem;
        margin-bottom: 0;
    }
    .solve .curve .item:nth-child(5){
        margin-bottom: 0;
    }
    .solve .curve .item .imgage{
        width: 4.6875rem;
        height: 4.6875rem;
        position: initial;
        left: 0;
        margin-top: -2.5rem;
    }
    .solve .curve .item .info{
        font-size: 1.125rem;
        line-height: 1.625rem;
    }
    .solve .btn1{
        width: 38.5rem;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 0;
        margin: 2.5rem 0;
    }
    .solve .btn1 .btna2{
        width: 15.625rem;
        height: 3.75rem;
        line-height: 3.75rem;
        font-size: 1.875rem;
    }
    .solve .btn1 .btna1{
        width: 15.625rem;
        height: 3.75rem;
        line-height: 3.75rem;
        font-size: 1.875rem;
    }
    .backa{
        width: 100%;
        margin: 2.5rem auto 0;
    }
    .backa .title{
        width: 38.75rem;
        height: auto;
    }
    .advante{
        position: relative;
        width: 44.375rem;
        margin: 2.5rem auto 0;
    }
    .advante .advan{
        width: 26rem;
        margin: 0;
    }
    .advante .list{
        margin: 0;
    }
    .advante .list .item1{
        font-size: 1.625rem;
        line-height: 1.625rem;
    }
    .advante .list .item2{
        font-size: 0.75rem;
        line-height: 0.75rem;
        margin: 0.5rem 0;
    }
    .advante .list .item3{
        font-size: 2.125rem;
        line-height: 2.125rem;
    }
    .advante .list .item4{
        font-size: 1.25rem;
        line-height: 1.25rem;
        height: auto;
        align-items: center;
        margin: 0.625rem 0 1.5625rem 0;
    }
    .advante .list .item4 .dian{
        width: 0.375rem;
        height: 0.375rem;
        margin: 0 0.5rem;
    }
    .advante .list .info1{
        display: none;
    }
    .advante .list .info2{
        width: 17.875rem;
        font-size: 1.25rem;
        line-height: 1.875rem;
        display: block;
        text-align: left;
    }
    .advante .list .item5border{
        position: absolute;
        left: 0;
        bottom: 2.125rem;
    }
    .advante .list .item5{
        text-align: left;
        font-size: 1.5rem;
        line-height: 1.5rem;
        margin: 0 0 0.9375rem 0;
    }
    .advante .list .item5list{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 23.1875rem;
    }
    .advante .list .item5list .border{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .advante .list .item5list img{
        width: 6.5rem;
        height: 6.5rem;
        display: block;
        margin: 0;
    }
    .advante .list .item5list p{
        font-size: 1.25rem;
        line-height: 1.25rem;
        display: block;
    }
    .rippleta{
        margin: 1.5625rem 0;
        height: 6.75rem;
    }
    .ripple{
        border-radius: 0;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        padding: 0 1.25rem;
    }
    .ripple .img3{
        width: 8rem;
        height: 8rem;
        display: block;
        margin-top: 0;
    }
    .ripple .font{
        font-size: 1.25rem;
        line-height: 1.25rem;
        margin: 0.625rem 0 0 0;
    }
    .jiana{
        margin: 0 0.875rem;
        width: 1.5rem;
        height: 1rem;
    }
    .jiana img{
        width: 1.5rem;
        height: 1rem;
        display: block;
    }
    .jiana .bo{
        width: 1.5rem;
        height: 1rem;
    }
    .jiana .daina{
        display: none;
    }
    .jiana .daina1{
        display: none;
    }
    .jiana .daina2{
        display: none;
    }
    .ripple .kind{
        margin: 0;
        padding: 0;
    }
    .ripple .kind .item1{
        font-size: 1.125rem;
        line-height: 1.125rem;
    }
    .ripple .kind .item2{
        font-size: 2.625rem;
        line-height: 2.625rem;
        margin: 0.5rem 0;
    }
    .ripple .kind .item3{
        font-size: 1.25rem;
        line-height: 1.25rem;
    }
    .new_number_border{
        display: none;
    }
    .new_number_border2{
        display: block;
    }
    .new_number_border2 img{
        padding: 2.5rem 0;
    }
    .heada{
        width: 44.375rem;
        height: 29.125rem;
        margin: 0;
        background-size: 60%;
        background-position: 11rem 6.875rem;
    }
    .heada .items{
        opacity: 1;
    }
    .heada .number{
        font-size: 1.75rem;
        line-height: 1.75rem;
    }
    .heada .self{
    }
    .heada .self:nth-child(1){
        font-size: 1.5rem;
        line-height: 1.5rem;
    }
    .heada .self:nth-child(2){
        font-size: 1.125rem;
        line-height: 1.5rem;
    }
    .heada .item1{
        width: 15.1875rem;
        top: 0;
        left: 0;
    }
    .heada .item2{
        width: 15.3125rem;
        top: 0;
        left: 16.625rem;
    }
    .heada .item3{
        width: 11.5625rem;
        left: 32.5rem;
        top: 0;
    }
    .heada .item4{
        width: 14.25rem;
        top: 9.75rem;
        left: 0;
    }
    .heada .item5{
        width: 11.625rem;
        top: 8.75rem;
        left: 32.5rem;
    }
    .heada .item6{
        width: 16.4375rem;
        left: 0;
        top: 19.75rem;
    }
    .heada .item7{
        width: 14.25rem;
        left: 17.625rem;
        top: 19.25rem;
    }
    .heada .item8{
        width: 11.5rem;
        top: 18.5rem;
        left: 32.8125rem;
    }
    .head3{
        display: none;
    }
    .head1{
        width: 100%;
        font-size: 2.375rem;
        line-height: 2.375rem;
        margin: 0 0 1.625rem 0;
    }
    .head5{
        display: none;
    }
    .disa{
        height: auto;
        padding: 3rem 0 2.0625rem 0;
    }
    .head2 .recommend{
        width: 44.375rem;
    }
    .head2 .recommend .recom .list{
        width: 14.125rem;
        height: 21.25rem;
    }
    .head2 .recommend .recom .list .img4{
        width: 14.125rem;
        height: 11.375rem;
        display: block;
    }
    .head2 .recommend .recom .list .item{
        width: calc(100% - 1rem);
        padding: 0 0.5rem;
        height: 9.875rem;
    }
    .head2 .recommend .recom .list .item .item1{
        font-size: 1.375rem;
        line-height: 1.375rem;
        padding: 0.375rem 0 0.25rem 0;
        overflow: hidden;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .head2 .recommend .recom .list .item .item2{
        font-size: 1rem;
        line-height: 1.125rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
        padding: 0 0 0.625rem 0;
        height: auto;
    }
    .head2 .recommend .recom .list .item .item3{
        padding: 0;
        margin: 0;
    }
    .head2 .recommend .recom .list .item .item3 .btn2{
        width: 6rem;
        height: 1.625rem;
        line-height: 1.625rem;
        font-size: 1.125rem;
    }
    .head2 .recommend .recom .list .item .item3 .btn3{
        width: 6rem;
        height: 1.625rem;
        line-height: 1.625rem;
        font-size: 1.125rem;
    }
    .inform{
        display: none;
    }
    .head2 .recommend .btnlist{
        width: 32.8125rem;
        height: 2.8125rem;
        background: url('../images/button2.png') no-repeat center;
        background-size: cover;
        border-radius: 0.9375rem;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin: 1.75rem auto 0 auto;
    }
    .head2 .recommend .btnlist div{
        font-size: 1.375rem;
        line-height: 1.375rem;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        color: #fff;
    }
    .head2 .recommend .btnlist div:nth-child(1) img{
        width: 1.625rem;
        height: 1.625rem;
        margin-right: 0.5rem;
    }
    .head2 .recommend .btnlist div:nth-child(3) img{
        width: 1.375rem;
        height: 1.375rem;
        margin-right: 0.5rem;
    }
    .head2 .recommend a{
        text-decoration: none;
    }
    .head4{
        width: 100%;
    }
    .head4 .pact{
        font-size: 2.125rem;
        line-height: 2.125rem;
        padding: 2.5rem 0;
    }
    .trust{
        margin: 0;
    }
    .trust .coop{
        width: 9.25rem;
        height: 10.5rem;
        padding: 0;
    }
    .trust .coop .item1{
        font-size: 1.625rem;
        line-height: 1.625rem;
        margin: 1.625rem 0 0.375rem 0;
    }
    .trust .coop .item2{
        font-size: 0.75rem;
        line-height: 0.75rem;
    }
    .trust .coop .item3{
        font-size: 1rem;
        width: 6.875rem;
        height: 1.6875rem;
        line-height: 1.6875rem;
        margin: 1.25rem auto 0 auto;
    }
    .trust .offer{
        padding: 0;
        width: 20.75rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .trust .offer .item1{
        font-size: 1.25rem;
        line-height: 1.25rem;
        margin: 0.625rem 0;
    }
    .trust .offer .item2{
        font-size: 1.125rem;
        line-height: 1.5rem;
        margin: 0;
    }
    .trust .img5 img{
        width: 16.875rem;
        height: 10.625rem;
    }
    .sign{
        width: 100%;
        margin-bottom: 1.625rem;
    }
    .sign div{
        width: 9.375rem;
        height: 4.5rem;
        border: none;
    }
    .sign div img{
        height: 4.5rem;
        width: 100%;
    }
    .imgac{
        width: 100%;
    }
    .imgac img{
        display: block;
    }
    .tiel{
        height: 28rem;
        margin-top: 1.125rem;
    }
    .tiel .bg{
        height: 20.5rem;
    }
    .posi{
        width: 100%;
    }
    .case{
        width: 44.375rem;
    }
    .case .faci{
        width: 14.5625rem;
        margin-right: 0;
    }
    .acta{
        width: 14.4375rem;
        height: 18.875rem;
    }
    .acta img{
        width: 14.4375rem;
        height: 18.875rem;
        margin: 0;
        object-fit: cover;
        display: block;
    }
    .case .rail{
        width: 28.125rem;
        padding-top: 0rem;
    }
    .case .faci .item1{
        font-size: 1.25rem;
        line-height: 1.25rem;
        margin: 0.875rem 0;
    }
    .case .faci .item2{
        font-size: 1.125rem;
        line-height: 1.25rem;
        height: 5.125rem;
    }
    .case .rail .item3{
        /*width: 100%;
         */
    }
    .case .rail .item3 div{
        width: 13.5rem;
        height: 8.75rem;
        margin: 0;
    }
    .case .rail .item3 .a5{
        display: none;
    }
    .case .rail .item3 .a6{
        display: none;
    }
    .case .rail .item1{
        font-size: 1.625rem;
    }
    .case .rail .item2{
        font-size: 1.125rem;
        line-height: 1.5rem;
        height: 4.25rem;
        margin: 0.625rem 0 1.875rem 0;
    }
    .flow{
        width: 100%;
        margin: 3.125rem 0 0 0;
    }
    .flow .buy{
        align-items: center;
        margin-bottom: 3.125rem;
    }
    .flow .buy .buta{
        font-size: 2.125rem;
        line-height: 2.125rem;
        margin: 0 2.125rem;
    }
    .flow .buy .xian{
        height: 0.125rem;
        width: 2.75rem;
        border: 0;
        background: #000;
    }
    .flow .info{
        display: none;
    }
    .flow .list2{
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        width: 36.25rem;
        margin: 0 auto;
        padding-bottom: 0;
    }
    .flow .list2 li{
        margin-right: 3.75rem;
        margin-bottom: 2.5rem;
        position: relative;
        width: 9.125rem;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .flow .list2 li:nth-child(1):after{
        position: absolute;
        content: '';
        width: 1.75rem;
        height: 1.4375rem;
        background: url(../images/sk25.png) no-repeat center;
        right: -2.5rem;
        top: 3.75rem;
        background-size: cover;
    }
    .flow .list2 li:nth-child(2):after{
        position: absolute;
        content: '';
        width: 1.75rem;
        height: 1.4375rem;
        background: url(../images/sk25.png) no-repeat center;
        right: -2.5rem;
        top: 3.75rem;
        background-size: cover;
    }
    .flow .list2 li:nth-child(4):after{
        position: absolute;
        content: '';
        width: 1.75rem;
        height: 1.4375rem;
        background: url(../images/sk25l.png) no-repeat center;
        right: -2.5rem;
        top: 3.75rem;
        background-size: cover;
    }
    .flow .list2 li:nth-child(3):after{
        position: absolute;
        content: '';
        width: 1.375rem;
        height: 1.6875rem;
        background: url(../images/sk25b.png) no-repeat center;
        right: 3.4375rem;
        bottom: -2.125rem;
        background-size: cover;
    }
    .flow .list2 li:nth-child(5):after{
        position: absolute;
        content: '';
        width: 1.6875rem;
        height: 1.375rem;
        background: url(../images/sk25l.png) no-repeat center;
        right: -2.5rem;
        top: 3.75rem;
        background-size: cover;
    }
    .flow .list2 li:nth-child(3n){
        margin-right: 0;
    }
    .flow .list2 li img{
        width: 8.25rem;
        height: 8.25rem;
        display: block;
    }
    .flow .list2 li p{
        font-size: 1.5rem;
        line-height: 1.5rem;
        color: #010101;
        text-align: center;
        padding-top: 1.125rem;
    }
    .footerr{
        width: 44.375rem;
        padding: 0;
        box-shadow: 0 0 5px rgba(1,1,1,0.41);
        margin-bottom: 2.5rem ;
    }
    .footerr .leave{
        display: none;
    }
    .footerr .foot{
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }
    .footerr .foot img{
    }
    .footerr .foot .leave2{
        display: block;
        width: 34.5rem;
    }
    .footerr .foot .leave2 .t{
        font-size: 1.6875rem;
        line-height: 1.6875rem;
        margin-bottom: 0.5rem;
    }
    .footerr .foot .leave2 .b{
        font-size: 1.125rem;
        line-height: 1.5rem;
        color: #666666;
    }
    .footerr .foot .leave2 .b a{
        font-size: 1.125rem;
        line-height: 1.5rem;
        padding: 0 0.1875rem;
        height: 1.5rem;
        background: #174999;
        color: #fff;
        border-radius: 0.1875rem;
    }
    .footerr .foot .leave2 .b b{
        font-size: 1.25rem;
        line-height: 1.5rem;
        color: #174999;
    }
    .footerr .foot img{
        width: 8.5rem;
        height: 8.5rem;
    }
    .foota .bade{
        display: none;
    }
    .form-group{
        margin: 0;
    }
    .foota input{
        width: 30.625rem;
        height: 2.5rem;
        line-height: 2.5rem;
        margin: 0 0 1.625rem 0;
        font-size: 1.125rem;
        padding-left: 2.5rem;
    }
    .foota textarea{
        width: 30.625rem;
        height: 5.75rem;
        margin: 0;
        font-size: 1.125rem;
        resize: none;
    }
    .message{
        margin: 0 0 0.5rem 0;
        width: auto;
        font-size: 1.5rem;
        line-height: 1.5rem;
    }
    .fooatea{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .footd .btn{
        width: 8.75rem;
        height: 2.5rem;
        line-height: 2.5rem;
        font-size: 1.5rem;
        margin: 1.625rem 0;
    }
    #form1{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .bh100{
        display: none;
    }
    .sk1{
        background-size: 5%;
    }
    .sk2{
        background-size: 5%;
    }
    .sk3{
        background-size: 5%;
    }
}
#LRfloater0{
    display: none;
}
