.cooperation-body {
    position: relative;
}

.cooperation-body>div {
    position: relative;
    /*top: -10px;*/
    width: 100%;
}

#page1 {
    background: url("../image/cooperation/bg1.png") center;
    background-size: cover;
}

#page2 {
    background: url("../image/cooperation/joinBg.png") center;
    background-size: cover;
}

#page3 {
    background: url("../image/cooperation/bg3.png") center;
    background-size: cover;
}

#page4 {
    background: url("../image/cooperation/bg4.png") center;
    background-size: cover;
}

.cooperation-body>div>img {
    display: none;
    /*vertical-align: bottom;*/
    /*position: relative;*/
    /*top: 10px;*/
    /*width: 100%;*/
    /*object-fit: cover;*/
}

.cooperation-body>div .content {
    position: absolute;
    z-index: 9;
    width: 90%;
    text-align: center;
    color: #fff;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -1000px;
}


/*.page1 .title {
	font-size: 46px;
	line-height: 50px;
	letter-spacing: 11.2px;
	margin: 10px auto 40px;
}
.page1 .message {
	font-size: 30px;
	line-height: 32px;
	letter-spacing: 4px;
	margin-bottom: 60px;
}*/

.page1 .button {
    margin-top: 80px;
}

.page1 .button>div {
    display: inline-block;
    background-color: #1c5db6;
    border-radius: 4px;
    padding: 12px 20px;
    font-size: 22px;
    cursor: not-allowed;
}

.page1 .button>div>a {
    color: #fff;
    cursor: not-allowed;
}

.page2 .title {
    position: relative;
    text-align: left;
    font-size: 40px;
    margin: 0 5% 15px 5%;
    letter-spacing: 0px;
    line-height: 30px;
    /* color: #ffffff; */
    color: #444;
    font-weight: normal;
    /* font-family: "Microsoft Ya Hei"; */
    font-family: 'Source Han Sans SC';
}

.page2 .message {
    font-size: 24px;
    margin: 0 5% 80px 5%;
    text-align: left;
    letter-spacing: 0px;
    color: #444;
}
.page2 .circle{
    border: 3px solid #444;
}
.circle {
    position: absolute;
    top: 68%;
    left: -22px;
    width: 10px;
    height: 10px;
    margin-top: -13px;
    border: 3px solid #ffffff;
    border-radius: 50%;
}

.page2 .button {
    margin: 0 5% 100px;
}

.page2 .button>div {
    width: 30%;
    float: left;
}

.page2 .button>div:nth-child(2) {
    margin: 0 5%;
}

.page2 .button>div>div {
    /*width: 60%;*/
    background: rgba(28, 93, 182, .7);
    /*background-color: #1c5db6;*/
    margin: auto;
    padding: 50px 30px;
    border-radius: 10px;
    display: inline-block;
}

.page2 .button>div>div .image {
    height: 120px;
}

.page2 .button>div>div .image>img {
    height: 120px;
    width: auto
}

.page2 .button>div>div .word1 {
    font-size: 24px;
    margin: 55px auto 30px;
    letter-spacing: 3px;
}

.page2 .button>div>div .word2 {
    font-size: 18px;
    letter-spacing: 2px;
}

.page3 .title {
    position: relative;
    text-align: left;
    font-size: 40px;
    margin: 0 5% 15px 5%;
    letter-spacing: 0px;
    line-height: 30px;
    color: #333232;
    font-weight: normal;
    /* font-family: "Microsoft Ya Hei"; */
    font-family: 'Source Han Sans SC';
}

.page3 .message {
    /*font-size: 20px;*/
    margin: 0 5% 80px 5%;
    text-align: left;
    color: #333232;
    letter-spacing: 0px;
}

.page3 .circle {
    border: 4px solid #2a282a;
}

.page3 .button {
    margin: 0 5% 10px 5%;
}

.page3 .navigation {
    margin-bottom: 5%;
    font-size: 20px;
}

.page3 .menu {
    color: #999;
    font-weight: bold;
    float: left;
    width: 10%;
    padding: 0.5%;
}

.page3 .menu:nth-child(1) {
    color: #1c5db6;
}

.page3 .menu div {
    font-size: 16px;
}

.page3 .menu div:nth-child(1) {
    width: 60%;
    margin: 0 auto 10px;
}

.page3 .more {
    display: none;
}

.page3 .explain {
    color: #1c5db6;
    font-size: 34px;
}

.page3 .explain>div {
    display: none;
}

.page3 .explain>div:nth-child(1) {
    display: block;
}

.page3 .ex_title {
    display: none;
}

#ex_close {
    display: none;
}

.page4 .content {
    min-height: 80%;
}

.page4 .content>div {
    width: 50%;
    min-width: 640px;
    max-width: 690px;
    margin: auto;
    height: 100%;
}

#appCoopearation {
    position: fixed;
    z-index: 999;
    display: inline-block;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    border-radius: 2px 2px 2px 2px;
    font-size: 14px;
    line-height: 16px;
    width: 14px;
    word-wrap: break-word;
    padding: 10px 6px;
    color: #ffffff;
    background: #1c5db6;
    right: 0;
    bottom: 60px;
}

.cooperation-body .left {
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -50px;
}

.cooperation-body .left ul li {
    height: 10px;
    width: 10px;
    background: #fff;
    opacity: 0.4;
    border-radius: 50%;
    margin-top: 20px;
}

.cooperation-body .left ul li a {
    opacity: 0;
}

.cooperation-body .left ul li.white-circular {
    opacity: 1;
}

.cooperation-body .left2 ul li {
    background: #2a282a;
}

.cooperation-body-m {
    display: none;
}

.cooperation-body-m>div>img {
    display: block;
    vertical-align: bottom;
    position: relative;
    top: 0;
    width: 100%;
    object-fit: cover;
}

#goldendata_form_lDinbB {
    margin-right: -80px
}

#dataIframe {
    /*height: 500px !important;
	overflow: auto;*/
}

#dataIframe {
    overflow-x: hidden !important;
}

.agentContainer {
    background: url("../image/cooperation/agent/bj.png") no-repeat !important;
    background-size: cover!important;
}

.agentContainer .contentCon {
    padding: 13% 15% 10%;
    box-sizing: border-box;
}

.agentContainer .contentCon .titleCon {
    position: relative;
    margin-left: -8%;
}

.agentContainer .contentCon .titleCon::before {
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    top: 25%;
    left: -1.8%;
    border: 3px solid #fff;
    border-radius: 10px;
}

.agentContainer .contentCon .titleCon p:nth-of-type(1) {
    font-size: 40px;
    line-height: 60px;
    color: #ffffff;
    font-weight: normal;
    /* font-family: "Microsoft Ya Hei"; */
    font-family: 'Source Han Sans SC';
}

.agentContainer .contentCon .titleCon p:nth-of-type(2) {
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
    /* font-family: "Alibaba Pu Hui Ti M"; */
    font-family: "Source Han Sans SC";
}

.agentContainer .contentCon .itemWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.agentContainer .contentCon .itemWrap .itemDetail {
    display: flex;
    margin-top: 11%;
}

.agentContainer .contentCon .itemWrap .itemDetail img {
    /* background-size: cover;
    margin-right: 2%;
    box-sizing: border-box; */
    width: 50px;
    height: 50px;
    margin-right: 20px;
}

.agentContainer .contentCon .itemWrap .itemDetail .itemRight {
    /* margin-left: 5%; */
}

.agentContainer .contentCon .itemWrap .itemDetail .itemRight p:nth-of-type(1) {
    font-size: 22px;
    line-height: 29px;
    color: #fff;
    font-weight: 500;
    font-family: "Source Han Sans SC";
}

.agentContainer .contentCon .itemWrap .itemDetail .itemRight p:nth-of-type(2) {
    font-size: 18px;
    line-height: 24px;
    margin-top: 4px;
    color: #fff;
    font-family: "Source Han Sans SC";
}

@media only screen and (max-width: 1200px) {
    .page2 .button>div>div .word1 {
        font-weight: bold;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1500px) {
    
    .agentContainer .contentCon .titleCon {
        /* margin-left: -7%; */
    }
    .agentContainer .contentCon .titleCon::before {
        /* left: -3.3%; */
        width: 11px;
        height: 11px;
        top: 24%;
    }
    .page4 .content>div {
        width: 60%;
        min-width: 60%;
        max-width: 60%;
        margin: auto;
    }
}

@media only screen and (min-width: 700px) and (max-width: 1000px) {
    #appCoopearation {
        font-size: 12px;
        line-height: 14px;
        width: 12px;
    }
    .page4 .content>div {
        width: 70%;
        min-width: 70%;
        max-width: 70%;
        margin: auto;
    }
    .page2 .button>div>div .image>img {
        width: 70%;
    }
    .page2 .button>div>div .word1 {
        margin-top: 35px;
    }
}

@media only screen and (max-width: 700px) {
    #appCoopearation {
        font-size: 12px;
        line-height: 14px;
        width: 12px;
    }
    .page4 .content>div {
        width: 80%;
        min-width: 80%;
        max-width: 80%;
        margin: auto;
    }
    .page2 .button>div>div .image>img {
        width: 60%;
    }
    .page2 .button>div>div .word1 {
        margin-top: 25px;
    }
    .page3 .menu {
        /*width: 19%;*/
    }
}

@media only screen and (min-width: 860px) and (max-width: 1010px) {
    .page2 .button>div>div {
        width: 70%;
        padding: 30px 15%;
    }
}

@media only screen and (min-width: 740px) and (max-width: 860px) {
    .agentContainer .contentCon .titleCon::before {
        /* left: -4.4%; */
        top: 25%;
        width: 10px;
        height: 10px;
    }
    .agentContainer .contentCon .itemWrap .itemDetail img {
        width: 40px;
        height: 40px;
        display: block;
        margin-top: 10px;
    }
    .agentContainer .contentCon .titleCon p:nth-of-type(1) {
        font-size: 28px;
    }
    .agentContainer .contentCon .titleCon p:nth-of-type(2) {
        font-size: 20px;
    }
    .agentContainer .contentCon .itemWrap .itemDetail .itemRight p:nth-of-type(1) {
        font-size: 22px;
        line-height: 29px;
        color: #fff;
        font-weight: 500;
        font-family: "Source Han Sans SC";
    }
    .agentContainer .contentCon .itemWrap .itemDetail .itemRight p:nth-of-type(2) {
        font-size: 18px;
        line-height: 24px;
        color: #fff;
        margin-top: 4px;
        font-family: "Source Han Sans SC";
    }
    .page2 .button>div>div {
        width: 70%;
        padding: 30px 10%;
    }
    .page2 .content .button {
        margin: 0;
    }
    .page2 .button>div {
        width: 32%;
    }
    .page2 .button>div:nth-child(2) {
        margin: 0 2%;
    }
}

@media only screen and (min-width: 640px) and (max-width: 740px) {
    .agentContainer .contentCon .titleCon::before {
        left: -4%;
    }
    .page2 .button>div>div {
        width: 80%;
        padding: 30px 10%;
    }
    .page2 .content .button {
        margin: 0;
    }
    .page2 .button>div {
        width: 32%;
    }
    .page2 .button>div:nth-child(2) {
        margin: 0 2%;
    }
    .cooperation-body .left {
        display: none;
    }
}

@media only screen and (max-width: 640px) {
    .agentContainer .contentCon .titleCon::before {
        left: -5.8%;
        top: 14%;
        width: 7px;
        height: 7px;
        border: 2px solid #ffffff;
    }
    .agentContainer .contentCon .itemWrap .itemDetail img {
        width: 30px;
        height: 30px;
        display: block;
        margin-top: 10px;
    }
    .agentContainer .contentCon .titleCon p:nth-of-type(1) {
        font-size: 18px;
        line-height: 22px;
    }
    .agentContainer .contentCon .titleCon p:nth-of-type(2) {
        font-size: 12px;
    }
    .agentContainer .contentCon .itemWrap .itemDetail .itemRight p:nth-of-type(1) {
        font-size: 18px;
        line-height: 29px;
        color: #fff;
        font-weight: 500;
        font-family: "Source Han Sans SC";
    }
    .agentContainer .contentCon .itemWrap .itemDetail .itemRight p:nth-of-type(2) {
        font-size: 12px;
        line-height: 24px;
        color: #fff;
        margin-top: 4px;
        font-family: "Source Han Sans SC";
    }
    .cooperation-body-m .bg-con .bg-title {
        font-size: 18px;
    }
    .cooperation-body-m .page1 .bg-con .bg-message {
        margin-top: 20px;
    }
    .page1 .button {
        margin-top: 30px;
    }
    .page1 .button>div {
        padding: 6px 10px;
    }
    .cooperation-body-m .circle {
        left: -18px;
        width: 7px;
        height: 7px;
        margin-top: -9px;
        border: 2px solid #444;
    }
    .cooperation-body-m .page3 .circle {
        border: 2px solid #2a282a;
    }
    .page2 .title,
    .page3 .title {
        width: 85%;
        margin: auto;
        margin-bottom: 0;
        /*text-align: center;*/
    }
    .page2 .message,
    .page3 .message {
        width: 85%;
        margin: auto;
        font-size: 12px;
        margin-bottom: 10px;
        /*text-align: center;*/
    }
    .page2 .content .button {
        margin: 0 auto;
        width: 100%;
    }
    .page2 .button>div>div {
        width: 96%;
        padding: 30px 2% 10px;
        /*min-height: 400px;*/
    }
    .page2 .button>div {
        width: 90%;
        height: 50px;
        background: rgba(42, 113, 244, .7);
        border-radius: 10px;
        padding: 5px 0;
        margin: 0 auto 5px;
        float: none;
        text-align: left;
    }
    .page2 .button>div:nth-child(2) {
        margin: 0 auto 5px;
    }
    .page2 .button>div>div {
        height: auto;
        float: left;
        width: auto;
        background: none;
        padding: 0;
    }
    .page2 .button>div>.image {
        padding: 0;
        height: 100%;
        line-height: 50px;
        width: 12%;
        margin-left: 3%;
    }
    #page2-m.bg .image img{
        height: auto;
        width: 80%;
    }
    .page2 .button>div>.image>img {
        vertical-align: middle;
    }
    .page2 .button>div>div:nth-child(2) {
        width: 85%;
    }
    .page2 .button>div>div .word1 {
        margin: 0;
        font-size: 14px;
        letter-spacing: 1px;
        margin-top: 5px;
    }
    .page2 .button>div>div .word2 {
        margin-top: 5px;
        font-size: 12px;
        letter-spacing: 0;
    }
    .page2 .button>div>div .word2>br {
        display: none;
    }
    /*.page2 .button > div > div .image>img {
		width: auto;
	}
	.page2 .button > div > div .word1 {
	    margin: 20px auto 30px;
	}
	.page2 .title {
		margin: 0 5% 5px 5%;
	}
	.page2 .message {
	    margin: 0 5% 10px 5%;
	}*/
    .cooperation-body .left {
        display: none;
    }
    .cooperation-body>div .content {
        width: 98%;
    }
    .page3 .button {
        margin-bottom: 0;
        margin-top: 5px;
        position: relative;
    }
    .page3 .navigation {
        margin-bottom: 1%;
    }
    .page3 .navigation {
        font-size: 12px;
    }
    .page3 .menu {
        width: 20%;
        /*margin: 0 5%;*/
        padding: 2% 0;
        color: #666;
    }
    .page3 .menu:nth-child(1) {
        color: #666;
    }
    .page3 .menu img {
        width: 65%;
    }
    .page3 .more {
        display: block;
    }
    .page3 .menu.more img {
        width: 65%;
    }
    .page3 .explain {
        position: absolute;
        width: 200px;
        left: 50%;
        top: 50%;
        margin-left: -125px;
        padding: 25px;
        background: rgba(242, 242, 242, 1);
        border-radius: 10px;
        display: none;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
        color: #666;
    }
    .page3 .ex_title {
        display: block;
        width: 100%;
        font-size: 16px;
        margin-bottom: 5px;
        color: #1c5db6;
    }
    #ex_close {
        display: inline-block;
        margin: 0;
        position: absolute;
        top: 2px;
        right: 7px;
        color: #000;
        font-size: 18px;
    }
    .page4 .content>div {
        /*height: 200px;*/
    }
    #page3-m .menu div {
        font-size: 12px;
    }
    #goldendata_form_lDinbB {
        margin-right: -20px
    }
    /*.page3 .title {
		margin: 0 5% 5px 5%;
	}
	.page3 .message {
	    margin: 0 5% 10px 5%;
	}*/
}

@media only screen and (max-width: 400px) {
    
    .agentContainer .contentCon .titleCon {
        margin-left: 0;
    }
    /*.page2 .button > div > div {
		min-height: 670px;
	}*/
    .agentContainer .contentCon {
        padding: 6%;
    }
    .agentContainer .contentCon .titleCon::before {
        content: '';
        width: 5px;
        height: 5px;
        display: block;
        position: absolute;
        top: 17%;
        left: -4.8%;
        border: 3px solid #fff;
        border-radius: 5px;
    }
    .agentContainer .contentCon .itemWrap .itemDetail img {
        width: 30px;
        height: 30px;
        display: block;
        margin-top: 10px;
    }
    .agentContainer .contentCon .itemWrap .itemDetail .itemRight p:nth-of-type(1) {
        font-size: 18px;
        line-height: 29px;
        color: #fff;
        font-weight: 500;
        font-family: "Source Han Sans SC";
    }
    .agentContainer .contentCon .itemWrap .itemDetail .itemRight p:nth-of-type(2) {
        font-size: 12px;
        line-height: 24px;
        margin-top: 4px;
        color: #fff;
        font-family: "Source Han Sans SC";
    }
    #goldendata_form_lDinbB {
        margin-right: -20px
    }
}