body {
    margin: 0;
    padding: 0;
}

h2 {
    margin: 0;
}

ul {
    list-style: none;
    padding: 0;
}

.bannerImg {
    width: 100%;
    min-width: 1200px;
    /*background: url("/resources/businessAgent/banner.png") no-repeat;*/
    position: relative;
}

.container {
    padding: 0;
    width: 100% !important;
}
.container img{
    user-select: none;
}

.container-box{
    width: 1200px;
    margin: 0 auto;
    min-width: 1200px;

}
.container-box .container-box-title{
    font-size: 28px;
    text-align: center;
    padding:  60px 0;
}

.choose-us{
    background: #F8F9FB;
    padding-bottom: 60px;
}
.choose-us .choose-us-tabs{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.choose-us .choose-us-tabs .choose-us-tab{
    height: 365px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 2px solid #EC1C1C;
    background: #fff;
}
.choose-us .choose-us-tabs .choose-us-tab .choose-us-tab-content{
    margin-top: 15px;
    text-align: center;
    font-size: 16px;

}

.products{
    background: #fff;
    padding-bottom: 60px;
}
.products .products-tabs{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;

}
.products .products-tabs .products-tab{
    /*height: 250px;*/
    width: 250px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;

}
.products .products-tabs .products-tab .products-tab-title{
    margin: 25px 0;
    font-size: 18px;
    color: #000;

}
.products .products-tabs .products-tab .products-tab-content{
    padding: 0 20px;
/*margin-top: 25px;*/
/*text-align: center;*/
    font-size: 16px;
    color: #898989;

}
.products .products-tabs .products-tab .products-tab-content li{
    list-style: initial;
    margin-bottom: 10px;
}


.cooperate{
    background:url('/resources/businessAgent/cooperatebg.png') no-repeat;
    padding-bottom: 70px;
}
.cooperate .cooperate-tabs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;

}

.cooperate .cooperate-tabs .cooperate-tab{
    width: 513px;
    height: 117px;
    font-size: 16px;
    color: #000;
    padding: 30px 30px 30px 130px;
    line-height: 2;
}
.cooperate .cooperate-tabs .cooperate-tab:nth-child(1){
    background:url('/resources/businessAgent/cooperate1.png') no-repeat;
    margin-bottom: 50px;
}
.cooperate .cooperate-tabs .cooperate-tab:nth-child(2){
    background:url('/resources/businessAgent/cooperate2.png') no-repeat;
    margin-bottom: 50px;
}
.cooperate .cooperate-tabs .cooperate-tab:nth-child(3){
    background:url('/resources/businessAgent/cooperate3.png') no-repeat;

}
.cooperate .cooperate-tabs .cooperate-tab:nth-child(4){
    background:url('/resources/businessAgent/cooperate4.png') no-repeat;

}


.process{
    background: #F8F9FB;
    padding-bottom: 60px;

}

.process .process-box{
    padding: 50px 70px;
    box-shadow: 0 0 15px #dedede;
}
.process .process-box img{
    width: 100%;
    padding: 0 40px;
}
.process .process-box .flow-tabs{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 25px;

}
.process .process-box .flow-tabs .flow-tab{
    color: #424242;
    font-size: 16px;
    width: 130px;
    text-align: center;
}


.support{
    background:url('/resources/businessAgent/supportbg.png') no-repeat;
    padding-bottom: 70px;
}
.support .support-tabs {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.support .support-tabs .support-tab{
    width: 217px;
    height: 380px;
    font-size: 16px;
    color: #383838;
    box-shadow: 0 0 20px #efefef;
    padding: 277px 20px 20px 20px;
    line-height: 1.5;
    position: relative;
}
.support .support-tabs .support-tab .support-tab-title{
    position: absolute;
    bottom: 113px;
    font-size: 20px;
    color: #fff;

}
.support .support-tabs .support-tab:nth-child(1){
    background:url('/resources/businessAgent/support1.png') no-repeat;
}
.support .support-tabs .support-tab:nth-child(2){
    background:url('/resources/businessAgent/support2.png') no-repeat;

}
.support .support-tabs .support-tab:nth-child(3){
    background:url('/resources/businessAgent/support3.png') no-repeat;

}
.support .support-tabs .support-tab:nth-child(4){
    background:url('/resources/businessAgent/support4.png') no-repeat;

}
.support .support-tabs .support-tab:nth-child(5){
    background:url('/resources/businessAgent/support5.png') no-repeat;

}

.apply-join {
    background: url('/resources/businessAgent/joinbg.png') no-repeat;
    padding: 70px 0;
}

.apply-join .apply-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.apply-join .apply-box .title-ch{
    font-size: 55px;
    font-weight: bold;
    color: #EC1C1C;
}
.apply-join .apply-box .title-en{
    font-size: 25px;
    color: #000;
}

.apply-join .apply-box .info-box {
    width: 360px;
    height: 360px;
    background: #fff;
}
.apply-join .apply-box .info-box .info-title{
    height: 60px;
    background:#EC1C1C;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
}
.qr-code-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.qr-code{
    margin: 30px 0;
    width: 200px;
    height: 200px;
    background: #eee;

}
.qr-info{
    font-size: 20px;

}

.info-form{
    padding: 20px;
}
.info-form .info-row{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;

}

.info-form .info-row .info-label{
    text-align: right;
    height: 30px;
    line-height: 30px;
    width: 90px;
    font-size: 14px;
    color: #646464;
}
.info-form .info-row .info-value{
    flex: 1;
}

.info-form .info-row .info-value input{
    width: 100%;
    height: 30px;
    outline: none;
    padding: 5px;
    font-size: 14px;
    border-radius: 2px;
    border: 1px solid #DFDFDF;

}
.info-form .info-row .info-value input:focus-visible{
    outline: none;
}
.info-form .info-row .info-value textarea{
    outline: none;
    width: 100%;
    padding: 5px;
    font-size: 14px;
    border-radius: 2px;
    border: 1px solid #DFDFDF;
    font-family: Arial;
}

.info-form  .submit-btn{
    display: block;
    background: #ec1c1c;
    opacity: 1;
    border-radius: 20px;
    text-align: center;
    color: #ffffff;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

/*.bannerImg-text {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    width: 386px;*/
/*    height: 110px;*/
/*    margin-top: -55px;*/
/*    margin-left: -193px;*/
/*    font-size: 42px;*/
/*    font-weight: bold;*/
/*    color: rgba(255, 255, 255, 1);*/
/*    text-align: center;*/
/*    line-height: 60px;*/
/*}*/

/*p {*/
/*    margin: 0;*/
/*}*/

/*.xxx-content {*/
/*    width: 1200px;*/
/*    margin: 0 auto;*/
/*}*/

/*.content-title {*/
/*    font-size: 30px;*/
/*    font-weight: 400;*/
/*    color: rgba(50, 50, 50, 1);*/
/*    text-align: center;*/
/*}*/

/*.ctp-1 {*/
/*    font-size: 14px;*/
/*    font-weight: 400;*/
/*    color: rgba(102, 102, 102, 1);*/
/*    line-height: 48px;*/
/*}*/

/*.box1 {*/
/*    width: 100%;*/
/*    height: 430px;*/
/*    padding-top: 70px;*/
/*    background: rgba(247, 247, 247, 1);*/
/*}*/

/*.ul-m1 {*/
/*    margin-top: 74px*/
/*}*/

/*.li-m1 {*/
/*    width: 165px;*/
/*    display: inline-block;*/
/*    float: left;*/
/*    position: relative;*/
/*    margin-right: 179px;*/
/*}*/

/*.li-m1 > img {*/
/*    display: block;*/
/*    width: 80px;*/
/*    height: 80px;*/
/*    margin: 0 auto 30px auto;*/
/*}*/

/*.li-m1 > p {*/
/*    width: 100%;*/
/*    height: 63px;*/
/*    font-size: 14px;*/
/*    font-weight: 400;*/
/*    color: rgba(103, 103, 103, 1);*/
/*    line-height: 24px;*/
/*    text-align: center;*/
/*}*/

/*.box2 {*/
/*    padding-top: 59px;*/
/*    height: 607px;*/
/*}*/

/*.ul-m2 {*/
/*    margin-top: 77px;*/
/*}*/

/*.li-m2 {*/
/*    border-bottom: 1px solid #E5E5E5;*/
/*    border-right: 1px solid #E5E5E5;*/
/*    display: inline-block;*/
/*    float: left;*/
/*    position: relative;*/
/*    padding-right: 80px;*/
/*    padding-bottom: 28px;*/
/*}*/


/*.li-m2.r {*/
/*    border-bottom: 1px solid #E5E5E5;*/
/*    border-right: 1px solid #E5E5E5;*/
/*    display: inline-block;*/
/*    float: left;*/
/*    position: relative;*/
/*    padding-right: 0;*/
/*    padding-left: 92px;*/
/*    padding-bottom: 28px;*/
/*}*/

/*.li-m2 > div {*/
/*    overflow: hidden;*/
/*}*/

/*.li-m2 > div > .r-img {*/
/*    float: right;*/
/*}*/

/*.li-m2 > .r-tip {*/
/*    font-size: 16px;*/
/*    font-weight: 400;*/
/*    color: rgba(50, 50, 50, 1);*/
/*    text-align: right;*/
/*    margin-top: 23px;*/
/*}*/

/*.li-m2 > .l-tip {*/
/*    font-size: 16px;*/
/*    font-weight: 400;*/
/*    color: rgba(50, 50, 50, 1);*/
/*    margin-top: 23px;*/
/*}*/

/*.li-m2 > .r-ct {*/
/*    float: right;*/
/*    width: 453px;*/
/*    height: 63px;*/
/*    font-size: 14px;*/
/*    font-weight: 400;*/
/*    color: rgba(154, 154, 154, 1);*/
/*    line-height: 24px;*/
/*    margin-top: 20px;*/
/*    text-align: right;*/
/*}*/

/*.li-m2 > .l-ct {*/
/*    width: 453px;*/
/*    height: 63px;*/
/*    font-size: 14px;*/
/*    font-weight: 400;*/
/*    color: rgba(154, 154, 154, 1);*/
/*    line-height: 24px;*/
/*    margin-top: 20px;*/
/*    text-align: left;*/
/*}*/

/*.box3 {*/
/*    width: 100%;*/
/*    height: 308px;*/
/*    padding-top: 59px;*/
/*    background: rgba(13, 38, 57, 1);*/
/*}*/

/*.daili-p {*/
/*    text-align: left;*/
/*    color: #FFFFFF;*/
/*    margin-bottom: 27px;*/
/*    height: 15px;*/
/*}*/

/*.daili-p > icon {*/
/*    background: url("/resources/coopimg/jiantou.png");*/
/*    width: 13px;*/
/*    height: 11px;*/
/*    display: inline-block;*/
/*    margin-right: 15px;*/
/*}*/

/*.p-box {*/
/*    width: 390px;*/
/*    margin: 0 auto;*/
/*}*/

/*.shangwudl {*/
/*    text-align: center;*/
/*    width: 720px;*/
/*    height: 135px;*/
/*    background: rgba(255, 255, 255, 1);*/
/*    box-shadow: 0px 2px 10px 0px rgba(16, 3, 3, 0.18);*/
/*    border-radius: 4px;*/
/*    margin: 0 auto;*/
/*    padding-top: 40px;*/
/*}*/

/*.shangwudl > .h5 {*/
/*    font-size: 16px;*/
/*    font-weight: 400;*/
/*    color: rgba(49, 49, 49, 1);*/
/*}*/

/*.shangwudl > p {*/
/*    margin-top: 18px;*/
/*    font-size: 14px;*/
/*    font-weight: 400;*/
/*    color: rgba(152, 152, 152, 1);*/
/*}*/

/*.box4 {*/
/*    width: 100%;*/
/*    padding-top: 59px;*/
/*    height: 400px;*/
/*    background: rgba(248, 248, 248, 1);*/
/*}*/

/*.li-m3 {*/
/*    display: inline-block;*/
/*    float: left;*/
/*    position: relative;*/
/*    margin-right: 14px;*/
/*}*/

/*.li-m3 > div {*/
/*    width: 139px;*/
/*    float: left;*/
/*}*/

/*.li-m3 > div > img {*/
/*    margin: 0 auto;*/
/*    display: block;*/
/*}*/

/*.li-m3 > div > p {*/
/*    text-align: center;*/
/*    margin-top: 40px;*/
/*    font-size: 14px;*/
/*    font-weight: 400;*/
/*    color: rgba(102, 102, 102, 1);*/
/*    line-height: 24px;*/
/*}*/

/*.li-m3 > icon {*/
/*    background: url("/resources/coopimg/next.png") no-repeat;*/
/*    width: 27px;*/
/*    height: 19px;*/
/*    display: inline-block;*/
/*    margin: 36px 0 0 14px;*/
/*}*/
/*.ul-m3{*/
/*    padding-left: 30px;*/
/*}*/
/*.zs-hot-line{*/
/*    text-align: center;*/
/*    font-size:24px;*/
/*    font-weight:400;*/
/*    color:rgba(102,102,102,1);*/
/*    line-height:48px;*/
/*}*/
