body{
    background: #fff;
}
.box *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
    font-family: Microsoft YaHei;
}
.head{
    width: 100%;
    height: 320px;
    background: url("/assets/utou/images/overseasRegistration/banner-bg.png") no-repeat;
    background-size: 100% 100%;
    padding-top: 30px;
}
.main1200{
    width: 1200px;
    margin: 0 auto;
    clear: both;
}
.box .h4{
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 40px;
    padding-bottom: 20px!important;
}
.box h4 a{
    float: right;
    color:#999;
    margin-top: 12px;
}
.box h4 a:hover{
    color: #fbb802;
}
.box .h4 i{
    padding-bottom: 19px;
    font-style: normal;
    border-bottom: 2px solid #fbb802;
    font-size:24px;
    color:rgba(51,51,51,1);
}
.head h2{
    font-size: 40px;
    font-weight: 600;
    color: #333333;
    line-height: 37px;
    margin-top: 60px;
}
.head h3{
    font-size: 16px;
    color: #666;
}
.head p{
    font-size: 18px;
    color: #333333;
    line-height: 32px;
    margin-top: 30px;
}
.content li{
    width: 50%;
    float: left;
    margin: 20px 0 50px;
    padding-right: 10px;
    position: relative;
}
.content li h5{
    width: 176px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    font-size: 18px;
    border: 1px solid #D6ECFE;
    background: linear-gradient(0deg, #F3F7FF 0%, #FFFFFF 100%);
    box-shadow: 0px 5px 5px 0px rgba(110, 109, 107, 0.13);
    border-radius: 4px;
    margin: 7px 0 50px 80px;
}
.content li img{
    position: absolute;
    width: 62px;
    height: 72px;
    left: 0;
    top: 0;
}
.content li p{
    font-size: 16px;
    line-height: 36px;
}
.content,.highlights,.processBox,.explainBox,.listBox{
    margin-top: 40px;
    clear: both;
}
/*产品亮点*/
.highlights li{
    display: inline-block;
    width: 288px;
    height: 335px;
    position: relative;
    margin-right: 10px;
    background: #FFFFFF;
    box-shadow: 0px 5px 9px 1px rgba(110, 109, 107, 0.18);
}
.highlights li:last-child{
    margin-right: 0;
}
.highlights .one{
    display: block;
    padding: 0 24px;
}
.highlights .one img{
    display: block;
    width: 182px;
    height: 116px;
    margin: 15px auto 15px;
}
.highlights .one h5{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.highlights .one p{
    margin-top: 35px;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.highlights li:nth-of-type(2) .one p::after,.highlights li:nth-of-type(3) .one p::after{
    content: "[更多]";
    color: #FF8039;
    margin-left: 5px;
}
.highlights .two{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 50px 40px 0;
    background: url("/assets/utou/images/riskReport/bg-1.png") no-repeat;
    background-size: 100% 100%;
}
.highlights .two h4{
    width: 118px;
    padding: 8px 12px;
    background: #E4EBFB;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 5px 5px 0px rgba(40, 61, 105, 0.13);
    border-radius: 3px 32px 3px 3px;
    font-size: 18px;
    font-weight: bold;
    color: #455B88;
}
.highlights .two h5{
    margin-top: 15px;
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;
    border-bottom: 1px dashed #73A5FF;
    padding-bottom: 35px;
}
.highlights .two p{
    margin-top: 25px;
    font-size: 16px;
    color: #455B88;
    line-height: 28px;
}
.highlights .down{
    transform: scaleY(0);
    transition: transform 0.5s;
    transform-origin: bottom center;
}
.highlights .active {
    transform: scaleY(1);
    transition: transform 0.5s;
    transform-origin: bottom center;
}
/* 产品*/
.listBox{
    padding: 65px 0;
    min-height: 1050px;
    background-color: #F6F8FF;
    background-image: url("/assets/utou/images/overseasRegistration/list-bg.png");
    background-position: left bottom;
    background-size: 100%;
    background-repeat: no-repeat;
}
.list{
    margin-bottom: 60px;
}
.list .listTitle{
    height: 115px;
    background: url("/assets/utou/images/overseasRegistration/list-bg1.png") no-repeat;
    background-size: 100% 100%;
    padding: 22px 40px;
}
.list:nth-of-type(2) .listTitle{
    background: url("/assets/utou/images/overseasRegistration/list-bg2.png") no-repeat;
    background-size: 100% 100%;
}
.listTitle h2{
    height: 50px;
    position: relative;
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    color: #FFFFFF;
}
.listTitle p{
    float: right;
    color: #FFFFFF;
    margin-right: 10px;
}
.listTitle p span{
    color: #fff;
}
.listTitle p:nth-of-type(2){
    margin-top: 17px;
    margin-right: 30px;
}
.listTitle p:nth-of-type(2) span{
    text-decoration: line-through;
}
.listTitle p:nth-of-type(1) span{
    font-size: 30px;
}
.listTitle b{
    float: right;
    padding: 12px 30px;
    background: #FFB340;
    border-radius: 6px;
    text-shadow: 0px 3px 0px rgba(78, 54, 22, 0.18);
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}
.listTitle em{
    float: right;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    color: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
    margin: 10px 20px 0 0;
    font-size: 18px;
    cursor: pointer;
}
.listTitle h2 span{
    position: absolute;
    width: 210px;
    bottom: 0;
    left: 70px;
    font-size: 12px;
    font-weight: 400;
    color: #FAFBFD;
}
.listTitle h2::before{
    content: "";
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-color: #fff;
    background-image: url("/assets/utou/images/overseasRegistration/list-icon.png");
    background-repeat: no-repeat;
    background-size: 30px 27px;
    background-position: center;
}
.list .listContent{
    min-height: 220px;
    background: #fff;
}
.listService{
    width: 100%;
    height: 50px;
    margin-top: -15px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
.listService h5{
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 49px;
    cursor: pointer;
}
.listService h5:hover{
    font-weight: bold;
}
.listService h5:nth-of-type(1),.listService h5:nth-of-type(3){
    background: #E8E8ED;
}
.listService h5:nth-of-type(2),.listService h5:nth-of-type(4){
    background: #F0F0F3;
}
.listService h5:first-child{
    border-radius: 12px 0 0 0;
}
.listService h5:last-child{
    border-radius: 0 12px 0 0;
}
.listService h5.active{
    height: 60px;
    margin-top: -10px;
    line-height: 60px;
    position: relative;
    background: #fff;
}
.listService h5.active::after{
    content: "";
    position: absolute;
    top: 0;
    right: -65px;
    width: 100px;
    height: 60px;
    background: url("/assets/utou/images/overseasRegistration/right.png") no-repeat;
    background-size: 100% 100%;
}
.listService h5.active::before{
    content: "";
    position: absolute;
    top: 0;
    left: -65px;
    width: 100px;
    height: 60px;
    background: url("/assets/utou/images/overseasRegistration/left.png") no-repeat;
    background-size: 100% 100%;
}
.listService h5:first-child.active{
    padding-left: 30px;
}
.listService h5:last-child.active{
    padding-right: 30px;
}
.listService h5:first-child.active::before{
    display: none;
}
.listService h5:last-child.active::after{
    display: none;
}
.listService h5 span{
    padding: 2px 4px;
    background: #E30920;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
    margin-left: 5px;
}
.listContent{
    padding: 30px 35px;
}
.listContent ol{
    display: none;
    border: 2px solid #FAE8D1;
    border-radius: 6px;
    min-height: 157px;
    padding: 25px 35px;
}
.listContent .activeOl{
    display: block;
}
.listContent ol li{
    margin-bottom: 20px;
    position: relative;
}
.listContent ol p:first-child{
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 10px;
    color: #77B172;
    font-size: 12px;
    border: 1px solid #ABDBA7;
    border-radius: 2px;
    background: #F1FCEB;
}
.listContent ol p:last-child{
    color: #666666;
    margin-left: 130px;
    line-height: 26px;
}
/*特别说明*/
.explain{
    position: relative;
    height: 360px;
}
.explain img{
    position: absolute;
    left: 0;
    top: 0;
    width: 475px;
    height: 347px;
}
.explain ul{
    position: absolute;
    top: 17px;
    left: 368px;
    width: 810px;
    height: 317px;
    background: #FFFFFF;
    box-shadow: 0px 13px 14px 2px rgba(0, 0, 0, 0.05);
    z-index: 1;
}
.explain li{
    position: relative;
    margin: 55px 37px;
}
.explain li span{
    width: 40px;
    height: 34px;
    background: url("/assets/utou/images/overseasRegistration/icon-bg.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    line-height: 34px;
    color: #FB7D02;
}
.explain li p{
    padding-left: 60px;
    font-size: 20px;
    line-height: 30px;
}
.explain .border{
    position: absolute;
    right: 0;
    top: 30px;
    width: 20px;
    height: 290px;
    background: #FBB802;
}
.explainBox .service{
    height: 68px;
    background: #FFFFFF;
    border: 1px solid #F9CC8D;
    box-shadow: 0px 2px 6px 1px rgba(236, 178, 156, 0.4);
    margin-top: 50px;
    padding: 20px;
    display: none;
}
.explainBox .service b{
    font-size: 18px;
}
.explainBox .service b::before{
    content: '注';
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    margin-right: 22px;
    background: #ED5857;
    border-radius:4px;
    text-align: center;
    line-height: 27px;
    color: #fff;
    font-size: 18px;
}
.explainBox .service p{
    display: inline-block;
    font-size: 18px;
    color: #666666;
    margin-left: 15px;
}
.explainBox .service a{
    font-size: 22px;
    color: #FF803A;
    margin-left: 15px;
    cursor: pointer;
}
/* 服务流程 */
.processBox{
    width: 100%;
    height: 977px;
    background: url("/assets/utou/images/overseasRegistration/process-bg.png");
    background-size: 100% 100%;
    padding-top: 50px;
}
.process{
    background: #fff;
    height: 850px;
    padding: 40px;
}
.processImg{
    margin: 50px auto;
    width: 1080px;
    height: 615px;
    background: url("/assets/utou/images/overseasRegistration/process.png");
    background-size: 100% 100%;
}


/* 购买服务协议 */
.inagreement>input{
    position: absolute;
    left: 30px;
    top: 3px;
    width: 15px;
    height:15px;
}
