* {
    margin: 0;
    padding: 0;
}

li{
    list-style-type: none;
}

a{
    text-decoration: none;
}

body {
    min-width: 320px;
}

.banner img {
    width: 100%;
}

.myConte {
    padding-top: 36px;
}

.myConte .mybox {
    display: flex;
    justify-content: center;
    padding: 40px 0 40px 0;
    height: 320px;
}


.myConte-s {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bg {
    margin: 0 auto;
    padding-top: 39px;
    max-width: 1200px;
    min-height: 329px;
    border: 1px solid #F1F1F1;
    background-color: #FBFBFB;
    /* overflow:hidden; */
    box-sizing: border-box;
}

.title {
    font-size: 28px;
    color: #333333;
}

.title-s {
    margin-top: 10px;
    font-size: 14px;
    color: #999999;
    font-weight: 400;
    line-height: 21px;
}

.aboutRegister {
    margin-top: 40px;

}

.advantage {
    padding-left: 24px;
    width: 580px;
    min-height: 243px;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
}

.advantage p:nth-child(1) {
    width: 162px;
    height: 19px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 21px;
    padding-top: 19px;
}


.advantage .un {
    width: 77px;
    height: 4px;
    background: #FFAB47;
    margin-top: 7px;

}

.item {
    display: flex;
    width: 535px;
    border-bottom: 1px solid #F1F1F1;

}

.item ul {
    display: flex;
    flex-direction: column;
    padding: 29px 0 20px 70px;
}

.item ul li {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 20px;
    position: relative;
    color: #888888;
}

.item ul li:after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    left: -20px;
    top: 5px;
    background-image: url(../img/dui.png);
    background-size: 12px 12px;
}



.advantage .item2 {
    margin-top: 30px;
    display: flex;
    position: relative;
    justify-content: space-between;
    width: 515px;
    padding: 0 20px;
    box-sizing: border-box;
}

.advantage .item2 div {
    flex-wrap: wrap;
    padding-top: 5px;
}

.advantage .item2 span:nth-child(1) {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;

    color: #666666;
}

.advantage .item2 span:nth-child(1) span {
    color: #FD6708;
    font-size: 23px;
    line-height: 21px;
    padding-right: 5px;

}



.advantage .item2 span:nth-child(2) {
    padding: 0 65px 0 85px;
    color: #999999;
    display:block;
    font-size: 12px;
    line-height: 28px;
}

.advantage .item2 a {
    text-align: center;
    line-height: 38px;
    color: #fff;
    width: 100px;
    height: 38px;
    background: #FC8301;
    border-radius: 4px;
}

.circle {
    display: flex;
    justify-content: center;
    margin: 30px auto 53px;
}

.circle .circle-bg {
    margin-right: 96px;
    margin-bottom: 15px;
    width: 95px;
    height: 95px;
    border-radius: 100px;
    background-color: white;
    font-size: 14px;
    color: #666;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 25%);
}
.circle .circle-bg:last-child{
margin: 0 0 15px 0
}
.circle .circle-bg:hover{
box-shadow: 0 0 16px 0 rgb(0 0 0 / 25%);

}

.circle .circle-bg:not(:last-child):after{
    content: "";
    display: block;
    position: absolute;
    left: 100px;
    top: 45%;
    width: 83px;
    height: 12px;
    background-image: url(../img/arrow.png);
    background-size: 83px 12px;
}

.circle .circle-bg div {
    margin-top:30px;
    width: 40px;
    height: 40px;
    
}

.circle .circle-bg p{
    position:absolute;
    top:105px;
    margin:0 auto;
    font-size: 14px;
    color:#666666;
}

.circle .circle-bg:nth-child(1) div {
    background-image: url(../img/c1.png) ;
    background-size: 40px 40px;
}

.circle .circle-bg:nth-child(2) div {
    background-image: url(../img/c2.png) ;
    background-size: 40px 40px;
}

.circle .circle-bg:nth-child(3) div {
    background-image: url(../img/c3.png) ;
    background-size: 40px 40px;
}

.circle .circle-bg:nth-child(4) div {
    background-image: url(../img/c4.png) ;
    background-size: 40px 40px;
}

.circle .circle-bg:nth-child(5) div {
    background-image: url(../img/c5.png) ;
    background-size: 40px 40px;
}

.circle .circle-bg:nth-child(6) div {
    background-image: url(../img/c6.png) ;
    background-size: 40px 40px;
}






.aboutRegister-s {
    padding-top: 35px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

.aboutRegister-s .div {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 590px;
    min-height: 280px;
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    align-items:center;

}

.aboutRegister-s .div:hover {
    box-shadow: 0 0 16px 0 rgb(0 0 0 / 25%);
}



.aboutRegister-s .div:nth-child(1) {
    margin-right: 5px;
}

.aboutRegister-s .div:nth-child(2) {
    margin-left: 5px;
}

.aboutRegister-s .div p:first-child {
    width:590px;
    height:80px;
    background-position: top right;
    background-size: 590px 80px;
    background-image: url(../img/t1.png);
    box-sizing: border-box;
    overflow: hidden;
}

.aboutRegister-s .div p:first-child span:nth-child(1) {
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #FFFEFE;
    margin: 20px 0 0 20px;
}
.aboutRegister-s .div p:first-child span:nth-child(2) {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #FFFEFE;
    margin: 10px 0 0 20px;
}


.aboutRegister-s .div div{
    display:flex;
    padding-top:30px;
    width:535px;
    height:160px;
    box-sizing: border-box;
    flex-direction:column;
    border-bottom:1px solid #E1E1E1;
}



.aboutRegister-s .div div span {
    font-size: 13px;
    margin: 0 0 8px 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 18px;
    position:relative;
}
.aboutRegister-s .div div span:after{
    content:"";
    width:10px;
    height:8px;
    position:absolute;
    left:-15px;
    top:5px;
    background-image: url(../img/gou.png);
    background-size: 10px 8px;
}

.aboutRegister-s .div a{
    padding-top:10px;
font-size: 14px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #FF7823;
line-height: 18px;
}

.message {
    margin: 40px auto 34px;
    padding: 28px 0 36px;
    max-width: 1200px;
  height: 300px;
    background: #FBFBFB;
    border: 1px solid #F1F1F1;
}

.message-s {
    display: flex;
    justify-content: space-around;
    padding-top: 60px;
}
.message-s div{
    padding-left:80px;
}

.message-s div p:nth-child(1){
    font-size:16px;
    color: #666666;
line-height: 21px;
margin:0 0 10px 0;
    position:relative;

}
.message-s div p:nth-child(2){
    font-size:12px;
    color:#999999;
    width:169px;
margin:0 0 0 0;

}


.message-s div p:nth-child(1):after {
    content:"";
    position:absolute;
    left:-75px;
    top:-5px;
    width:67px;
    height:67px;
}

.message-s div:nth-child(1) p:nth-child(1):after{
    background-image: url(../img/37-1.png);
    background-size: 67px 67px;
}
.message-s div:nth-child(2) p:nth-child(1):after{
    background-image: url(../img/37-2.png);
    background-size: 67px 67px;
}
.message-s div:nth-child(3) p:nth-child(1):after{
    background-image: url(../img/37-3.png);
    background-size: 67px 67px;
}
.message-s div:nth-child(4) p:nth-child(1):after{
    background-image: url(../img/37-4.png);
    background-size: 67px 67px;
}
.question{

margin:30px auto 50px;
    width:1200px;

}

.question .a{
    display:flex;
    margin:40px auto 0;
    width:94px;
    height:33px;
    background-color:#FF8B1D;
    border-radius:50px;
}

.question .a a{
    font-size:12px;
        line-height: 34px;
    padding-left: 15px;
    color:white;
    position:relative;
}

.question .a a:after{
    content:"";
    position:absolute;
    left: 70px;
    top: 9px;
    width:14px;
    height:14px;
background-image: url(../img/pull.png);
    background-size: 14px 14px;
}


.question-s{
    display:flex;
flex-direction:column;
}
.question div p:first-child{
    padding: 30px 0 0 20px;
    color:#666666;
    font-size:14px;
    position:relative;
}

.question div p:first-child:after{
    padding: 2px 0 0 6px;
    color:white;
    left: -5px;
    top: 30px;
    width:20px;
    height:20px;
    position:absolute;
    background: url(../img/num.png) no-repeat;
    background-size: 20px 20px;
}
.question div:nth-child(1) p:first-child:after{
    content:"1";
}
.question div:nth-child(2) p:first-child:after{
    content:"2";
}
.question div:nth-child(3) p:first-child:after{
    content:"3";
}
.question div:nth-child(4) p:first-child:after{
    content:"4";
}

.question div ul li{
    list-style:disc;
    margin-left: 20px;
}

.question div ul li,
.question div p:not(:first-child){
    font-size:12px;
    color:#999999;
    padding-top:10px;

}



@media screen and (max-width:900px) {
    .advantage .item2 span:nth-child(1) span{
        font-size:16px;
    }
    .advantage .item2 span:nth-child(1){
        font-size:14px;
    }
    .advantage .item2 span:nth-child(2) {
        padding: 0 0 0 0;
    }

    .question,
    .item,
    .message,
    .mybox,
    .mybox div img,
    .bg,
    .aboutRegister {
        width: 100%;
    }

    .message{
        height:500px;
    }
    .circle .circle-bg{
        margin-bottom:50px;
    }
    .message-s div{
        margin:10px auto;
    }
    .item2,
    .question-s{
        box-sizing:border-box;
        padding: 0 10px 0;
    }

    
    .myConte .mybox{
        height: 100%;
    }
    .message-s,
    .aboutRegister-s,
    .myConte .mybox {
        flex-direction: column;
        align-items: center;
    }

    .advantage .item2{
        margin:10px 0;
    }
    

    .aboutRegister-s div:nth-child(1),
    .message-s div:nth-child(1) {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .aboutRegister-s div:nth-child(2),
    .message-s div:nth-child(2) {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .aboutRegister-s div p {
        background-size: content;
    }

    .circle {
        flex-direction: column;
        align-items: center;
    }

}

@media screen and (max-width:537px) {

    .aboutRegister-s div p:first-child,
    .aboutRegister-s div,
    .aboutRegister-s {
        width: 100% !important;
    }
}

@media screen and (max-width:563px) {

    .advantage {
        padding: 0 5px
    }

    .advantage,
    .advantage .item,
    .advantage .item2 {
        width: 100%;
    }

    .advantage .item2 a {
        margin-top: 10px;
    }
    .item ul{
        padding: 20px 10px 20px 30px;
    }
}