body {
    /* background: url(../images/prizeBg.jpg) repeat-y; */
    /* background-color: #18191A; */
    background-size: 100%;
    background-image: none;
    background-color: #0D0F20;
    font: 14px/20px 微软雅黑, arial, SourceHanSansCN Regular, sans-serif;
}

.ico1 {
    background: url(../images/sprite.png?v=20180116) 0 0 no-repeat;
    display: inline-block;
}

.modal {
    background: #fff;
    position: absolute;
    width: 90%;
    height: 1350px;
    z-index: 1000;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    display: none;
}

.modal .close {
    position: absolute;
    right: 25px;
    top: 7px;
    font-size: 86px;
    color: #777;
    display: inline-block;
    height: 100px;
    width: 100px;
    text-align: center;
    line-height: 100px;
    cursor: pointer;
}

.modal .title {
    font-size: 60px;
    color: #000;
    text-align: center;
    margin-top: 9%;
}

.modal .titleText {
    font-size: 32px;
    color: #333;
    text-align: center;
    margin-top: 10px;
}

.modal .content {
    /* border: 1px solid red; */
    width: 80%;
    margin: auto;
    margin-top: 30px;
    padding-bottom: 230px;
}

.modal .content form>div {
    /* margin-bottom: 20px; */
    overflow: hidden;
}

.modal .content label {
    width: 25%;
    text-align: right;
    font-size: 32px;
    color: #333;
    display: inline-block;
    float: left;
    position: relative;
    top: 22px;
}

.modal .content label span {
    color: red;
}

.modal .content .right {
    width: 70%;
    padding-left: 10px;
    display: inline-block;
    float: left;
    height: 150px;
    font-size: 32px;
}

.modal .content input {
    width: 100%;
    height: 80px;
    padding-left: 10px;
    font-size: 32px;
    border: 3px solid #ccc;
    line-height: 80px;
}

.modal .content .tips {
    color: red;
    text-align: left;
}

.modal .content input.submit {
    border: 0;
    background: linear-gradient(to right, #dab05b, #ebc058);
    background: -ms-linear-gradient(to right, #dab05b, #ebc058);
    background: -webkit-linear-gradient(to right, #dab05b, #ebc058);
    width: 100%;
    padding: 0;
    color: #592a0a;
    font-size: 50px;
    height: 150px;
    line-height: 50px;
    float: right;
    margin-right: 5px;
    border-radius: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-appearance: none;
    cursor: pointer;
}

.modalSuccess {
    background: #fff;
    position: absolute;
    z-index: 1000;
    width: 90%;
    height: 900px;
    z-index: 1000;
    top: 25%;
    /* left: 5%; */
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    display: none;
}

.modalSuccess .close {
    position: absolute;
    right: 25px;
    top: 7px;
    font-size: 86px;
    color: #777;
    display: inline-block;
    height: 100px;
    width: 100px;
    text-align: center;
    line-height: 100px;
    cursor: pointer;
}

.modalSuccess .icoSuccess {
    width: 170px;
    height: 170px;
    background: url(../images/success.png?v=20180116) 0 0 no-repeat;
    margin: auto;
    margin-top: 10%;
    background-size: 100%;
}

.modalSuccess .successTitle {
    font-size: 60px;
    color: #c8a55e;
    text-align: center;
    margin-top: 15px;
}

.modalSuccess .successText {
    width: 84%;
    font-size: 32px;
    color: #333;
    text-align: center;
    margin: auto;
    margin-top: 10px;
}

.modalSuccess .content {
    width: 84%;
    padding: 20px 0;
    margin: auto;
    margin-top: 30px;
    border: 3px solid #fff;
    border-image: -webkit-linear-gradient( #ffd36a, #dab05a) 30 30;
    border-image: -moz-linear-gradient( #ffd36a, #dab05a) 30 30;
    border-image: -ms-linear-gradient( #ffd36a, #dab05a) 30 30;
    border-image: linear-gradient( #ffd36a, #dab05a) 30 30;
}

.modalSuccess .content .left {
    height: 80px;
    width: 20%;
    border-right: 1px solid #ccc;
    line-height: 80px;
    color: #666;
    font-size: 38px;
    margin-left: 30px;
    display: inline-block;
    position: relative;
    top: -12px;
}

.modalSuccess .content .right {
    width: 65%;
    color: #666;
    font-size: 38px;
    margin-left: 40px;
    display: inline-block;
    float: none;
}

.modalSuccess button {
    border: 0;
    background: linear-gradient(to right, #dab05b, #ebc058);
    background: -ms-linear-gradient(to right, #dab05b, #ebc058);
    background: -webkit-linear-gradient(to right, #dab05b, #ebc058);
    width: 100%;
    padding: 0;
    color: #592a0a;
    font-size: 50px;
    height: 120px;
    display: block;
    margin: auto;
    margin-top: 30px;
    border-radius: 2px;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-appearance: none;
}

.modalError {
    background: #fff;
    position: absolute;
    z-index: 1000;
    width: 90%;
    height: 35%;
    z-index: 1000;
    top: 30%;
    left: 5%;
    border-radius: 5px;
    display: none;
}

.modalError .close {
    position: absolute;
    right: 25px;
    top: 7px;
    font-size: 86px;
    color: #777;
    display: inline-block;
    height: 100px;
    width: 100px;
    text-align: center;
    line-height: 100px;
    cursor: pointer;
}

.modalError .icoError {
    width: 170px;
    height: 170px;
    background: url(../images/error.png?v=20180116) 0 0 no-repeat;
    margin: auto;
    margin-top: 10%;
    background-size: 100%;
}

.modalError p {
    font-size: 60px;
    color: #333;
    text-align: center;
}

.modalError button {
    border: 0;
    background: linear-gradient(to right, #dab05b, #ebc058);
    background: -ms-linear-gradient(to right, #dab05b, #ebc058);
    background: -webkit-linear-gradient(to right, #dab05b, #ebc058);
    width: 100%;
    padding: 0;
    color: #592a0a;
    font-size: 50px;
    height: 120px;
    line-height: 120px;
    display: block;
    margin: auto;
    margin-top: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-appearance: none;
    cursor: pointer;
}

.GCCNMain .header {
    height: auto;
}

.GCCNMain .header .logCon {
    position: relative;
    z-index: 2;
}

.GCCNMain .prizeTopImg {
    position: absolute;
    width: 100%;
    left: 0;
    top: 5px;
    z-index: -1;
    background: url(../images/gccnBack.jpg) center top no-repeat;
    height: 2202px;
}

.GCCNMain .header {
    margin-top: 970px;
    text-align: center;
}

.GCCNMain .header .headerTitle {
    font-size: 42px;
    padding: 0 100px;
    display: inline-block;
}

.GCCNMain .header .headerTitle .keyText {
    font-weight: bold;
    padding: 0 10px;
}

.GCCNMain .header .joinBtn,
.contentMain .joinMember {
    width: 715px;
    height: 120px;
    line-height: 120px;
    color: #592a0a;
    font-size: 50px;
    margin: 0 auto;
    background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#B28D43), to(#FFDB82));
    background: -ms-linear-gradient(left, #B28D43, #FFDB82);
    background: gradient(linear, 0% 0%, 100% 0%, from(#B28D43), to(#FFDB82));
    border-radius: 80px;
    margin-top: 30px;
    margin-bottom: 50px;
    cursor: pointer;
    font-weight: bold;
    text-shadow: 0px 3px 0px #F8D27D;
}

.GCCNMain .PCprizeTop {
    display: none;
}

.GCCNMain .contentMain {
    position: relative;
    /*padding: 0 65px;*/
    margin-top: 165px;
    text-align: center;
}

.GCCNMain .establish {
    margin-bottom: 150px;
}

.GCCNMain .establish .titleTwo {
    width: 1095px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.establish .titleTwo p:nth-child(1) {
    font-size: 60px;
    background-position: 1px 7px;
    height: 160px;
}

.establish .titleTwo p:nth-child(2) {
    font-size: 60px;
    color: #e5c06d;
}

.establish .contentText,
.invitation .contentText {
    padding: 0 50px;
    padding-top: 60px;
    padding-bottom: 100px;
    display: inline-block;
    font-size: 42px;
}

.establish .contentText div {
    display: inline-block;
    font-size: 42px;
}

.invitation .contentText div {
    display: inline-block;
    font-size: 42px;
}

.establish ul {
    margin: 0 40px;
}

.establish ul li {
    float: left;
    width: 47%;
    height: 308px;
    line-height: 308px;
    font-size: 54px;
    border: 2px solid #7C80A2;
    background-color: #191B2C;
}

.establish ul li:nth-child(1) {
    margin-right: 5%;
}

.establish ul li .ico1 {
    background: url(../images/sprite1.png) no-repeat;
    vertical-align: middle;
    margin-right: 40px;
}

.establish ul li:nth-child(1) .ico1 {
    background-position: 0 0;
    width: 118px;
    height: 106px;
}

.establish ul li:nth-child(2) .ico1 {
    background-position: -119px 0px;
    width: 133px;
    height: 106px;
}

.GCCNMain .invitation {
    margin-bottom: 200px;
    position: relative;
}

.GCCNMain .gccnInviteBg1 {
    position: absolute;
    background: url(../images/gccnInviteBg1.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 350px;
    left: 0;
    top: 190%;
    z-index: 1;
}

.GCCNMain .gccnQiuBg1 {
    position: absolute;
    background: url(../images/gccnQiuBg1.png) no-repeat;
    background-size: 100% 100%;
    width: 37%;
    height: 240px;
    left: 0;
    top: 286%;
    z-index: 1;
}

.GCCNMain .gccnQiuBg2 {
    position: absolute;
    background: url(../images/gccnQiuBg2.png) no-repeat;
    background-size: 100% 100%;
    width: 37%;
    height: 240px;
    right: 0;
    top: 273%;
    z-index: 1;
}

.GCCNMain .gccnBottomLeft {
    position: absolute;
    background: url(../images/gccnBottomLeft.jpg) no-repeat;
    background-size: 100% 100%;
    width: 37%;
    height: 240px;
    left: 0;
    top: 16549px;
    z-index: -1;
}

.GCCNMain .gccnBottomRight {
    position: absolute;
    background: url(../images/gccnBottomRight.jpg) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 336px;
    right: 0;
    top: 16462px;
    z-index: -1;
}

.GCCNMain .gccnInviteBg2 {
    position: absolute;
    background: url(../images/gccnInviteBg2.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 350px;
    left: 0;
    top: 5271px;
    z-index: 1;
}

.invitation .titleTwo,
.efficient .titleTwo,
.service .titleTwo {
    font-size: 70px;
}

.invitation .titleTwo {
    height: 94px;
    background-position: 42px -158px;
}

.invitation .titleTwo .key,
.efficient .titleTwo .key,
.service .titleTwo .key {
    color: #d2ac5a;
}

.efficient .titleTwo {
    height: 94px;
    background-position: 42px -263px;
    margin-bottom: 30px;
}

.efficient .joinBtn {
    width: 360px;
    height: 90px;
    line-height: 90px;
    color: #592a0a;
    font-size: 38px;
    margin: 0 auto;
    background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#B28D43), to(#FFDB82));
    background: -ms-linear-gradient(left, #B28D43, #FFDB82);
    background: gradient(linear, 0% 0%, 100% 0%, from(#B28D43), to(#FFDB82));
    border-radius: 80px;
    margin-top: 30px;
    margin-bottom: 50px;
    cursor: pointer;
    position: relative;
    font-weight: bold;
    top: -316px;
    z-index: 3;
}

.efficient>img {
    /* cursor:pointer; */
    width: 100%;
}

.efficient .activationSuccess {
    position: relative;
    padding: 40px;
    background-color: #050708;
    border: 1px solid #1D364C;
    margin-top: -57px;
}

.efficient .activationSuccess .conLeft {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 50px;
    float: left;
    width: 330px;
    color: #95772b;
}

.efficient .activationSuccess .conRight {
    font-size: 40px;
    overflow: hidden;
    padding-left: 330px;
    text-align: left;
}

.GCCNMain .service {
    margin-top: 170px;
}

.service .titleTwo {
    height: 94px;
    background-position: 42px -382px;
    margin-bottom: 80px;
}

.service .serviceCon .item {
    /* border:6px solid #FFF;
	border-image: -webkit-linear-gradient( #DFC192, #675B45) 30 30;
    border-image: -moz-linear-gradient( #DFC192, #675B45) 30 30;
    border-image: -ms-linear-gradient( #DFC192, #675B45) 30 30;
    border-image: linear-gradient( #DFC192 , #675B45) 30 30; */
    margin-bottom: 20px;
    padding: 70px 20px;
    padding-bottom: 10px;
    background-color: #110E0B;
    background: url(../images/gccnMemberBg.png) no-repeat;
    background-size: 100% 100%;
}

.service .serviceCon .topContent {
    border-bottom: 3px solid #665843;
}

.service .serviceCon .topContent p:nth-child(1) {
    font-size: 120px;
    height: 130px;
    background-position: 42px -475px;
}

.service .serviceCon .item:nth-child(2) .topContent p:nth-child(1) {
    height: 130px;
    background-position: 42px -606px;
}

.service .serviceCon .item:nth-child(3) .topContent p:nth-child(1) {
    height: 130px;
    background-position: 42px -745px;
}

.service .serviceCon .topContent p:nth-child(2) {
    font-size: 90px;
    color: #d2ac5a;
    margin-top: 20px;
    margin-bottom: 10px;
}

.service .activeBtn {
    width: 445px;
    height: 120px;
    line-height: 120px;
    color: #592a0a;
    font-size: 50px;
    margin: 0 auto;
    background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#B28D43), to(#FFDB82));
    background: -ms-linear-gradient(left, #B28D43, #FFDB82);
    background: gradient(linear, 0% 0%, 100% 0%, from(#B28D43), to(#FFDB82));
    border-radius: 80px;
    margin-top: 30px;
    margin-bottom: 75px;
    font-weight: bold;
}

.service .bottomContent {
    text-align: left;
    padding: 60px 110px;
}

.service .bottomContent li {
    position: relative;
    color: #ffe4be;
    font-size: 48px;
    padding-left: 100px;
    margin-bottom: 60px;
}

.service .bottomContent li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: url(../images/gou.png) no-repeat;
    width: 60px;
    height: 41px;
}

.service .bottomContent>p {
    color: #c0ac90;
    font-size: 40px;
    margin-bottom: 70px;
}

.header .componentContainer {
    position: relative;
    /* width: 100%; */
    height: 600px;
    border: 3px solid #FFF;
    border-image: -webkit-linear-gradient( #D7B362, #736137) 30 30;
    border-image: -moz-linear-gradient( #D7B362, #736137) 30 30;
    border-image: -ms-linear-gradient( #D7B362, #736137) 30 30;
    border-image: linear-gradient( #D7B362, #736137) 30 30;
    padding: 20px;
    margin: 0 65px;
}

.prizeFooter {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 50px;
}

.prizeFooter span {
    color: #999;
    font-size: 40px;
    display: inline-block;
}

.codeApp {
    padding-top: 50px;
    padding-bottom: 100px;
}

.GCCNMain .back1 {
    position: absolute;
    background: url(../images/gccnBack1.jpg?v=1) right no-repeat;
    width: 572px;
    height: 1337px;
    right: 0;
    top: 2129px;
    z-index: -1;
}

.textIco {
    background: url(../images/APPsplitText.png) center top no-repeat;
}

.contentMain {
    font-size: 42px;
}

.contentMain .keyVal {
    color: #c8a75f;
    font-weight: bold;
}

.contentMain .keyText {
    font-weight: bold;
}

.contentMain .info1 {
    position: relative;
    margin: 0 35px;
    border: 3px solid #595C7C;
    padding: 65px 40px;
    text-align: left;
    font-size: 42px;
    padding-right: 270px;
}

.contentMain .info1:after {
    content: "";
    position: absolute;
    background: url(../images/sprite1.png) no-repeat;
    background-position: -113px -125px;
    width: 46px;
    height: 43px;
    left: 0px;
    top: -13px;
}

.contentMain .info1:before {
    content: "";
    position: absolute;
    background: url(../images/sprite1.png) no-repeat;
    background-position: -10px -132px;
    width: 251px;
    height: 420px;
    right: 0px;
    bottom: -118px;
}

.contentMain .info2 {
    margin-top: 170px;
}

.contentMain .info2 .titleTwo {
    margin-bottom: 125px;
}

.contentMain .info2 .textIco {
    position: relative;
    background-position: 110px -150px;
    height: 160px;
}

.contentMain .textIco:after {
    position: absolute;
    content: "";
    width: 110px;
    height: 3px;
    background-color: #E5C06D;
    top: 200px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.contentMain .info2 .contentItem1,
.contentMain .info2 .contentItem3 {
    padding-right: 45px;
}

.contentMain .info2 .cLeft {
    position: absolute;
    margin-right: 50px;
    top: 50%;
    /* -webkit-transform: translate(0,-50%); */
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.contentMain .info2 .cRight {
    overflow: hidden;
    text-align: left;
    padding-left: 380px;
}

.contentMain .info2 .contentItem2 .cRight {
    padding-right: 400px;
    padding-left: 0;
}

.contentMain .info2 .conItem {
    position: relative;
    /* display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; */
    justify-content: center;
    align-items: center;
    margin: 75px 0;
    box-sizing: border-box;
}

.contentMain .info2 .contentItem2 {
    background-color: #17192D;
    padding: 90px 0;
    padding-left: 65px;
}

.contentMain .info2 .one {
    background: url(../images/sprite1.png) no-repeat;
    background-position: -253px -70px;
    width: 287px;
    height: 70px;
    margin-left: 50px;
}

.contentMain .info2 .two {
    background: url(../images/sprite1.png) no-repeat;
    background-position: -253px 0;
    width: 287px;
    height: 68px;
    margin-top: 30px;
    margin-left: 50px;
}

.contentMain .info2 .splitLine {
    height: 10px;
    background: -webkit-gradient(linear, 0% 0%, 100% 100%, from(#7A5818), to(#D4B273));
    background: -ms-linear-gradient(left, #7A5818, #D4B273);
    background: gradient(linear, 0% 0%, 100% 100%, from(#7A5818), to(#D4B273));
    margin-top: 60px;
}

.contentMain .info2 .contentItem2 .one {
    margin-left: 0;
    padding-right: 70px;
    background: url(../images/MSCI.png) no-repeat;
}

.contentMain .info2 .contentItem2 .cLeft {
    right: 0;
    margin-left: 50px;
    margin-right: 0;
}

.contentMain .companyAll1 {
    background-color: #101434;
    padding: 80px 0;
    padding-bottom: 40px;
}

.contentMain .companyAll1 .textIco {
    position: relative;
    background-position: 0px -465px;
    height: 83px;
    width: 630px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.contentMain .companyAll2 .textIco {
    position: relative;
    background-position: 0px -553px;
    height: 83px;
    width: 630px;
    margin: 0 auto;
    margin-top: 80px;
}

.contentMain .info3 .textIco {
    position: relative;
    font-size: 60px;
    background-position: 4px -314px;
    height: 148px;
    width: 715px;
    margin: 0 auto;
}

.contentMain .info3 .textIco:after {
    position: absolute;
    content: "";
    width: 110px;
    height: 3px;
    background-color: #E5C06D;
    top: 190px;
}

.contentMain .info3 .titleTwo {
    margin-bottom: 110px;
    padding-top: 30px;
}

.contentMain .info3 .conItem {
    padding: 70px 0;
    text-align: left;
    background-color: #15182F !important;
    margin: 0 35px;
    margin-bottom: 45px;
    border-radius: 10px;
}

.contentMain .info3 .conItem.conItem1 {
    background: url(../images/back2.png) right bottom no-repeat;
    padding-left: 45px;
    padding-right: 405px;
}

.contentMain .info3 .conItem.conItem2 {
    background: url(../images/back3.png) 30px bottom no-repeat;
    padding-right: 45px;
    padding-left: 405px;
}

.contentMain .info3 .conItem.conItem3 {
    background: url(../images/back4.png) right bottom no-repeat;
    padding-left: 45px;
    padding-right: 405px;
    border: 3px solid #59647C;
}

.contentMain .info3 .conItem.conItem3 p:nth-child(1) {
    color: #d6b466;
    margin-bottom: 55px;
    font-weight: bold;
}

.contentMain .info3 .conItem.conItem1 p:nth-child(1),
.contentMain .info3 .conItem.conItem2 p:nth-child(1) {
    margin-bottom: 55px;
}

.contentMain .hotLine {
    padding: 0 35px;
    font-size: 46px;
    margin-bottom: 80px;
    margin-top: 60px;
}

.contentMain .hotLine .ico1 {
    background: url(../images/sprite1.png) no-repeat;
    background-position: -540px -50px;
    width: 66px;
    height: 64px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.contentMain .hotLine a {
    display: inline-block;
    color: #bc9b4e;
}

.contentMain .advantage {
    margin: 0 25px;
    border: 3px solid #3D3F4D;
    padding: 15px;
}

.contentMain .advantage .content {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#AC8D80), to(#2E2F34));
    background: -ms-linear-gradient(left, #AC8D80, #2E2F34);
    background: gradient(linear, 0% 0%, 0% 100%, from(#AC8D80), to(#2E2F34));
    padding: 45px 7%;
}

.contentMain .advantage .content li {
    position: relative;
    float: left;
    width: 41%;
    height: 520px;
    background: -webkit-gradient(linear, 36% 40%, 45% 75%, from(#2B2A2B), to(#181717), color-stop(0.3, #181717));
    background: gradient(linear, 36% 40%, 45% 75%, from(#2B2A2B), to(#181717), color-stop(0.3, #181717));
    background: -ms-linear-gradient(left, #2B2A2B, #181717);
    margin-bottom: 45px;
    padding: 0 3%;
    padding-top: 20px;
}

.contentMain .advantage .content li:nth-child(odd) {
    margin-right: 5%;
}

.contentMain .advantage .textIco {
    position: relative;
    background-position: -6px -639px;
    height: 83px;
    width: 820px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 80px;
}

.contentMain .advantage .titleText {
    color: #ffd882;
    font-size: 54px;
    border-bottom: 1px solid #B6996D;
    line-height: 150px;
    margin-bottom: 25px;
    font-weight: bold;
}

.contentMain .advantage .titleTwoText {
    font-size: 40px;
    letter-spacing: 10px;
}

.contentMain .advantage .circle .ico1,
.contentMain .advantage .number {
    background: url(../images/sprite1.png) no-repeat;
}

.contentMain .advantage .circle {
    position: relative;
    width: 155px;
    height: 155px;
    background: -webkit-gradient(linear, 0% 0%, 55% 100%, from(#D3B172), to(#7C5A1A));
    background: gradient(linear, 0% 0%, 55% 100%, from(#D3B172), to(#7C5A1A));
    background: -ms-linear-gradient(left, #D3B172, #7C5A1A);
    border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: 50px;
}

.contentMain .advantage li .ico1 {
    position: relative;
    top: 50%;
    /* -webkit-transform:translate(0,-50%);	 */
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.contentMain .advantage li:nth-child(1) .ico1 {
    background-position: -292px -158px;
    width: 100px;
    height: 94px;
}

.contentMain .advantage li:nth-child(2) .ico1 {
    background-position: -391px -142px;
    width: 100px;
    height: 100px;
}

.contentMain .advantage li:nth-child(3) .ico1 {
    background-position: -496px -142px;
    width: 103px;
    height: 83px;
}

.contentMain .advantage li:nth-child(4) .ico1 {
    background-position: -611px -134px;
    width: 86px;
    height: 98px;
}

.contentMain .advantage li:nth-child(1) .number {
    background-position: -281px -267px;
    width: 57px;
    height: 140px;
    position: absolute;
    right: 45px;
    bottom: 0;
}

.contentMain .advantage li:nth-child(2) .number {
    background-position: -367px -260px;
    width: 89px;
    height: 142px;
    position: absolute;
    right: 44px;
    bottom: 0;
}

.contentMain .advantage li:nth-child(3) .number {
    background-position: -489px -263px;
    width: 89px;
    height: 146px;
    position: absolute;
    right: 44px;
    bottom: 0;
}

.contentMain .advantage li:nth-child(4) .number {
    background-position: -588px -271px;
    width: 92px;
    height: 138px;
    position: absolute;
    right: 44px;
    bottom: 0;
}

.contentMain .joinMember {
    position: absolute;
    bottom: 150px;
    z-index: 10;
    left: 50%;
    /* -webkit-transform:translate(-50%,0); */
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 90%;
}

.pc_headerTitle {
    display: none;
}

.img_pc {
    display: none;
}

.pc_cRight {
    display: none;
}

/* 兼容iE */

.establish .contentText,
.invitation .contentText,
.contentMain .keyVal,
.GCCNMain .header .headerTitle,
.contentMain .info1,
.contentMain .info2 .cRight,
.contentMain .info3 .conItem {
    line-height: 43px\0;
}

.modal .title {
    line-height: 61px\0;
}

.modal .titleText,
.modal .content .tips {
    /* line-height: 33px\0; */
}

/* PC端 */

@media screen and (min-width: 1250px) {
    body {
        background-color: #040b25;
        font: 14px/20px  微软雅黑,Arial,PingFang-SC-Regular, arial, SourceHanSansCN Regular, sans-serif;
    }
    .gccn {
        background-image: url("../images/pc_bg0.jpg");
        background-position: top center;
        background-repeat: no-repeat;
        background-size: 1920px;
        /* height: 8920px; */
        /* overflow: hidden; */
    }
    .textIco {
        background: url(../images/splitText.png) center top no-repeat;
    }
    .header {
        margin-top: -340px;
        width: 1038px;
    }
    .header .logCon {
        top: -786px;
    }
    .contentMain {
        width: 1038px;
        margin: 0 auto;
    }
    .contentMain .keyText {
        font-family: Arial;
        font-weight: normal;
    }
    .header .video {
        margin-top: 25px;
        width: 100%;
        margin-left: 0;
        position: relative;
    }
    .header .headerBottom a {
        font-size: 34px;
        padding: 10px 50px;
        border-radius: 50px;
        margin-bottom: 40px;
    }
    .header .headerBottom {
        font-size: 24px;
        line-height: 30px\0;
        margin-top: 40px;
        margin-bottom: 60px;
    }
    .GCCNMain .header .joinBtn {
        width: 537px;
        height: 72px;
        line-height: 70px;
        font-size: 38px;
        background-image: linear-gradient(100deg, #b28d43 0%, #ffdb82 100%), linear-gradient( #000000, #000000);
        background-blend-mode: normal, normal;
        border-radius: 35px;
        text-shadow: none;
        font-weight: normal;
    }
    .GCCNMain .header .joinBtn,
    .contentMain .joinMember {
        margin-bottom: 25px;
    }
    .GCCNMain .header .headerTitle {
        font-size: 24px;
        display: none;
    }
    .GCCNMain .header .headerTitle span {
        font-size: 28px;
    }
    .GCCNMain .header .pc_headerTitle {
        display: block;
        /* font-size: 30px; */
        width: 100%;
        height: 70px;
        background: url("../images/pc_headerTitle.png") center center no-repeat;
    }
    .GCCNMain .header .pc_headerTitle p {
        line-height: 40px;
    }
    .GCCNMain .header .pc_headerTitle .keyText {
        font-size: 28px;
        font-weight: normal;
        font-family: Arial;
    }
    .GCCNMain .contentMain {
        margin-top: 85px;
    }
    .GCCNMain .establish .titleTwo {
        width: 100%;
    }
    .establish .titleTwo p:nth-child(1) {
        font-size: 37px;
        /* background-position: 284px 7px; */
        height: 117px;
        margin: 0 auto;
        background: url("../images/textIcon1.png") center center no-repeat;
        width: 100%;
    }
    .establish .titleTwo p:nth-child(2) {
        font-size: 50px;
        background-position: 284px -37px;
        height: 72px;
    }
    .establish .contentText,
    .invitation .contentText {
        font-size: 18px;
        padding-bottom: 45px;
        padding-top: 30px;
        /* width: 1030px; */
        font-size: 24px;
        line-height: 40px;
        color: rgba(255, 255, 255, 0.7);
        font-weight: normal;
    }
    .establish .contentText {
        font-weight: 100;
    }
    .invitation .contentText div {
        font-size: 18px;
    }
    .invitation .contentText {
        width: 90%;
        margin: auto;
    }
    .establish ul li:nth-child(1) {
        /* background: url(../images/itemBack1.png) center no-repeat; */
        background: none;
        /* background-size: 250px; */
        width: 480px;
        height: 193px;
        background-color: #171d3e;
        border-radius: 6px;
        border: solid 1px #9599bf;
        line-height: 193px;
    }
    .establish ul li:nth-child(2) {
        /* background: url(../images/itemBack2.png) center no-repeat; */
        background: none;
        /* background-size: 250px; */
        width: 480px;
        height: 193px;
        background-color: #171d3e;
        border-radius: 6px;
        border: solid 1px #9599bf;
        line-height: 193px;
    }
    .establish ul li:nth-child(3) {
        background: url(../images/itemBack3.png) center no-repeat;
        background-size: 250px;
    }
    .establish ul li {
        font-size: 40px;
    }
    .GCCNMain .establish {
        margin-bottom: 15px;
    }
    .invitation .titleTwo,
    .efficient .titleTwo,
    .service .titleTwo {
        font-size: 60px;
        height: 80px;
    }
    .invitation .titleTwo {
        background-position: 387px -95px;
    }
    .efficient>img {
        position: relative;
        left: 0;
        width: 90%;
    }
    .efficient .titleTwo {
        background-position: 272px -170px;
    }
    .service .titleTwo {
        background-position: 245px -240px;
    }
    .efficient .titleTwo {
        margin-bottom: 10px;
    }
    .efficient .activationSuccess {
        width: 855px;
        padding: 25px;
        margin: 0 auto;
        margin-top: -140px;
    }
    .efficient .activationSuccess .conLeft {
        font-size: 30px;
        width: 230px;
    }
    .efficient .activationSuccess .conRight {
        font-size: 30px;
        padding-left: 230px;
    }
    .efficient .joinBtn {
        width: 240px;
        height: 56px;
        line-height: 56px;
        color: #592a0a;
        font-size: 27px;
        margin: 0 auto;
        background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#B28D43), to(#FFDB82));
        border-radius: 80px;
        margin-top: 30px;
        margin-bottom: 50px;
        cursor: pointer;
        position: relative;
        top: -312px;
    }
    .GCCNMain .service {
        margin-top: 60px;
    }
    .service .titleTwo {
        margin-bottom: 75px;
    }
    .service .serviceCon .topContent p:nth-child(1) {
        font-size: 46px;
        height: 65px;
    }
    .service .serviceCon .item:nth-child(1) .topContent p:nth-child(1) {
        background-position: 74px -312px;
    }
    .service .serviceCon .item:nth-child(2) .topContent p:nth-child(1) {
        background-position: 77px -374px;
        height: 63px;
    }
    .service .serviceCon .item:nth-child(3) .topContent p:nth-child(1) {
        background-position: 34px -427px;
        height: 63px;
    }
    .service .serviceCon .topContent p:nth-child(2) {
        font-size: 36px;
        margin-top: 10px;
        margin-bottom: 0px;
    }
    .service .activeBtn {
        width: 180px;
        height: 42px;
        line-height: 42px;
        font-size: 18px;
        margin-bottom: 40px;
        margin-top: 15px;
        cursor: pointer;
    }
    .service .bottomContent li {
        font-size: 16px;
        padding-left: 40px;
    }
    .service .bottomContent li:after {
        background: url(../images/gou.png) no-repeat;
        background-size: 25px;
        width: 30px;
        height: 18px;
    }
    .service .item2 .bottomContent li {
        margin-bottom: 20px;
    }
    .service .serviceCon .item {
        padding: 40px 20px;
        float: left;
        height: 900px;
        margin-right: 28px;
        border: 3px solid #FFF;
        border-image: -webkit-linear-gradient( #DFC192, #675B45) 30 30;
        border-image: -moz-linear-gradient( #DFC192, #675B45) 30 30;
        border-image: -ms-linear-gradient( #DFC192, #675B45) 30 30;
        border-image: linear-gradient( #DFC192, #675B45) 30 30;
    }
    .service .serviceCon .item:nth-child(3) {
        margin-right: 0;
    }
    .service .bottomContent {
        padding: 20px 20px;
    }
    .service .bottomContent>p {
        font-size: 16px;
    }
    .service .item2 .bottomContent>p {
        margin-bottom: 25px;
        font-size: 16px;
    }
    .GCCNMain .prizeTopImg {
        background: none;
    }
    .GCCNMain .header {
        margin-top: 800px;
    }
    .prizeFooter span {
        font-size: 16px;
    }
    .codeAppPC {
        background: #B1945E;
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#BDA46B), to(#8F713E));
    }
    .header .componentContainer {
        border: 3px solid #FFF;
        border-image: -webkit-linear-gradient( #D7B362, #736137) 30 30;
        border-image: -moz-linear-gradient( #D7B362, #736137) 30 30;
        border-image: -ms-linear-gradient( #D7B362, #736137) 30 30;
        border-image: linear-gradient( #D7B362, #736137) 30 30;
        padding: 10px;
        height: 560px;
        margin: 0;
    }
    /* .video_btn {
        position: absolute;
        width: 110px;
        height: 110px;
        background-color: #e5c06d;
        box-shadow: 0px 0px 29px 0px 
            rgba(0, 0, 0, 0.55);
        border-radius: 50%;
        top: 41%;  
        left: 50%;
        transform: translate(-50%);
        -moz-transform: translate(-50%);
        -ms-transform: translate(-50%);
    } */
    .ChinaText {
        font-weight: 100;
        font-family: Arial;
    }

    .arialText {
        font-family: Arial;
    }
    .modal {
        padding: 30px;
        background: #fff;
        position: fixed;
        width: 540px;
        height: 610px;
        z-index: 1000;
        top: 15%;
        left: 50%;
        transform: translateX(-50%);
        /* margin-top: -305px; */
        /* transform: translate(-50%); */
        border-radius: 5px;
        display: none;
    }
    .modal .close {
        position: absolute;
        right: 10px;
        top: 5px;
        font-size: 44px;
        color: #777;
        display: inline-block;
        line-height: 30px;
        height: 30px;
        width: 30px;
        cursor: pointer;
        font-weight: 100;
    }
    .modal .title {
        font-size: 30px;
        color: #000;
        text-align: center;
        margin-top: 30px;
    }
    .modal .titleText {
        font-size: 16px;
        color: #333;
        text-align: center;
        margin-top: 5px;
    }
    .modal .content {
        /* border: 1px solid red; */
        width: 85%;
        margin: auto;
        margin-top: 25px;
        padding-bottom: 120px;
    }
    .modal .content form>div {
        margin-bottom: 0px;
        overflow: hidden;
        margin-top: -5px;
    }
    .modal .content label {
        width: 90px;
        text-align: right;
        font-size: 16px;
        color: #333;
        display: inline-block;
        float: left;
        position: relative;
        top: 16px;
    }
    .modal .content label span {
        color: red;
    }
    .modal .content .right {
        width: 300px;
        padding-left: 10px;
        display: inline-block;
        float: left;
        height: 70px;
    }
    .modal .content input {
        width: 100%;
        height: 40px;
        padding-left: 10px;
        font-size: 16px;
        border: 1px solid #ccc;
        line-height: 42px;
    }
    .modal .content .tips {
        color: red;
        font-size: 16px;
    }
    .modal .content input.submit {
        border: 0;
        background: linear-gradient(to right, #dab05b, #ebc058);
        width: 314px;
        padding: 0;
        color: #592a0a;
        font-size: 20px;
        height: 50px;
        line-height: 50px;
        float: right;
        margin-right: 5px;
        border-radius: 2px;
        position: static;
        margin-right: 44px;
        margin-top: 15px;
    }
    .modalSuccess {
        padding: 30px 50px;
        background: #fff;
        position: fixed;
        z-index: 1000;
        top: calc(50% - 249px);
        /* left:calc(50% - 213px) ; */
        /* margin-left: -300px; */
        /* transform: translateX(-50%); */
        /* margin-top: -225px; */
        border-radius: 5px;
        width: 498px;
        height: 426px;
        display: none;
    }
    .modalSuccess .close {
        position: absolute;
        right: 10px;
        top: 5px;
        font-size: 44px;
        color: #777;
        display: inline-block;
        line-height: 30px;
        height: 30px;
        width: 30px;
        cursor: pointer;
        font-weight: 100;
    }
    .modalSuccess .icoSuccess {
        width: 84px;
        height: 84px;
        background: url(../images/success.png?v=20180116) 0 0 no-repeat;
        margin: auto;
        margin-top: 25px;
    }
    .modalSuccess .successTitle {
        font-size: 32px;
        color: #c8a55e;
        text-align: center;
        margin-top: 5px;
    }
    .modalSuccess .successText {
        width: 100%;
        font-size: 16px;
        color: #333;
        text-align: center;
        margin: auto;
        margin-top: 5px;
        line-height: 20px;
        padding: 0;
        font-family: "微软雅黑";
        /* font-weight: 700; */
    }
    .modalSuccess .content {
        width: 100%;
        height: 104px;
        margin: auto;
        margin-top: 30px;
        border: 1px solid #fff;
        border-image: -webkit-linear-gradient( #ffd36a, #dab05a) 30 30;
        border-image: -moz-linear-gradient( #ffd36a, #dab05a) 30 30;
        border-image: -ms-linear-gradient( #ffd36a, #dab05a) 30 30;
        border-image: linear-gradient( #ffd36a, #dab05a) 30 30;
        padding: 0;
        font-family: "微软雅黑";
    }
    .modalSuccess .content .left {
        height: 40px;
        width: 110px;
        border-right: 1px solid #ccc;
        line-height: 40px;
        color: #666;
        font-size: 20px;
        margin-left: 30px;
        display: inline-block;
        position: relative;
        top: -11px;
    }
    .modalSuccess .content .right {
        width: 350px;
        color: #666;
        font-size: 20px;
        margin-top: 25px;
        margin-left: 10px;
        display: inline-block;
        float: none;
        margin: 0px;
        margin-top: 25px;
    }
    .modalSuccess button {
        border: 0;
        background: linear-gradient(to right, #dab05b, #ebc058);
        width: 314px;
        padding: 0;
        color: #592a0a;
        font-size: 20px;
        height: 50px;
        line-height: 50px;
        display: block;
        margin: auto;
        margin-top: 30px;
        border-radius: 2px;
        cursor: pointer;
        position: static;
    }
    .modalError {
        padding: 30px;
        background: #fff;
        position: fixed;
        z-index: 1000;
        top: 50%;
        left: 50%;
        margin-left: -300px;
        margin-top: -165px;
        border-radius: 5px;
        width: 540px;
        height: 310px;
        display: none;
        font-family: "微软雅黑";
    }
    .modalError .close {
        position: absolute;
        right: 10px;
        top: 5px;
        font-size: 44px;
        color: #777;
        display: inline-block;
        line-height: 30px;
        height: 30px;
        width: 30px;
        cursor: pointer;
    }
    .modalError .icoError {
        width: 84px;
        height: 84px;
        background: url(../images/error.png?v=20180116) 0 0 no-repeat;
        margin: auto;
        margin-top: 30px;
        margin-bottom: 10px;
    }
    .modalError p {
        font-size: 30px;
        color: #333;
        text-align: center;
        line-height: 40px;
    }
    .modalError button {
        border: 0;
        background: linear-gradient(to right, #dab05b, #ebc058);
        width: 314px;
        padding: 0;
        color: #592a0a;
        font-size: 20px;
        height: 50px;
        line-height: 50px;
        display: block;
        margin: auto;
        margin-top: 30px;
        position: static;
    }
    .prizeFooter span {
        font-size: 14px;
    }
    .GCCNMain .back1 {
        top: 1640px;
        background: none;
    }
    .GCCNMain .gccnInviteBg1 {
        top: 3056px;
    }
    .GCCNMain .gccnInviteBg2 {
        top: 3300px;
    }
    .GCCNMain .gccnQiuBg1 {
        width: 50%;
        height: 240px;
        top: 4263px;
    }
    .GCCNMain .gccnQiuBg2 {
        width: 70%;
        top: 4058px;
    }
    .GCCNMain .gccnBottomLeft {
        top: 5734px;
    }
    .contentMain .textIco:after {
        width: 93px;
        height: 2px;
        background-color: #e5c06d;
        top: 160px;
    }
    .establish .textIco {
        width: 630px;
    }
    .establish ul li:nth-child(1) .ico1 {
        width: 95px;
        height: 87px;
        background: url("../images/skip1_pc.png") center center no-repeat;
    }
    .establish ul li:nth-child(2) .ico1 {
        width: 104px;
        height: 89px;
        background: url("../images/skip2_pc.png") center center no-repeat;
    }
    .img_tl {
        display: none;
    }
    .img_pc {
        display: inline-block;
        text-align: center;
    }
    .contentMain .info1 {
        font-size: 24px;
        line-height: 32px;
        padding-right: 190px;
        width: 800px;
        margin: 0 auto;
        /* font-family: PingFang-SC-Heavy; */
        font-family: '微软雅黑';
        border-style: solid;
        border-width: 1px;
        border-image-source: linear-gradient(0deg, #8c90ba 0%, #5e6694 50%, #2f3c6e 100%);
        border-image-slice: 1;
    }
    .contentMain .info1:before {
        right: -40px;
        transform: scale(0.67);
        bottom: -146px;
    }
    .contentMain .info2 {
        margin-top: 70px;
    }
    .contentMain .info2 .textIco {
        height: 100px;
        /* width: 731px; */
        background: url("../images/textIcon2.png") center center no-repeat;
        margin: 0 auto;
    }
    .contentMain .info2 .titleTwo {
        margin-bottom: 90px;
    }
    .contentMain .info2 .conItem {
        height: 222px;
        background-color: #17192d;
    }
    .contentMain .info2 .cLeft {
        margin-left: 28px;
    }
    .contentMain .info2 .cRight {
        font-size: 24px;
        line-height: 38px;
        padding-top: 55px;
        padding-right: 32px;
        padding-left: 265px;
        font-weight: 100;
    }
    .contentMain .info2 .conItem p {
        transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform-origin: 0 0;
    }
    .contentMain .info2 .splitLine {
        width: 223px;
        height: 7px;
        margin-left: -28px;
        margin-top: -5px;
    }
    .contentMain .info2 .one {
        margin-top: -5px;
        margin-left: 0;
    }
    .contentMain .info2 .two {
        margin-left: 0;
        margin-top: -5px;
    }
    .contentMain .info2 .contentItem2 .cRight {
        padding-right: 275px;
        padding-top: 18px;
    }
    .contentMain .info2 .contentItem2 .cLeft {
        width: 274px;
    }
    .contentMain .info2 .contentItem3 .cRight {
        padding-top: 73px;
    }
    .contentMain .info2 .contentItem2 .cLeft .splitLine {
        width: 265px;
        height: 7px;
        margin-left: 8px;
    }
    .contentMain .info2 .contentItem2 .cLeft .one {
        margin-left: 35px;
    }
    .contentMain .info2 .conItem {
        margin: 16px 0;
    }
    .contentMain .info2 .contentItem1,
    .contentMain .info2 .contentItem3 {
        padding-right: 0;
    }
    .contentMain .info2 .contentItem2 .pc_cRight {
        display: block;
        font-size: 24px;
        padding-right: 310px;
        text-align: left;
    }
    .contentMain .info2 .contentItem2 .pc_cRight .text {
        line-height: 38px;
    }
    .contentMain .info2 .contentItem2 {
        /* padding-left: 30px; */
        padding: 50px 0 0 30px;
    }
    .contentMain .companyAll1 {
        background: none;
        padding-top: 30px;
    }
    .contentMain .companyAll1 .textIco {
        background: url(../images/APPsplitText.png) center top no-repeat;
        background-position: 0px -465px;
        transform: scale(0.55);
        -moz-transform: scale(0.55);
        -ms-transform: scale(0.55);
        /* transform-origin: 0 50%; */
    }
    .contentMain .companyAll1 .textIco::after,
    .contentMain .companyAll2 .textIco::after {
        height: 0;
    }
    .establish ul {
        margin: 0;
        display: flex;
    }
    .establish ul li {
        flex: 1;
    }
    .contentMain .companyAll1 .img_pc {
        width: 100%;
        height: 431px;
        background: url(../images/companyLOGO_pc.png) center top no-repeat;
        background-position: 100%;
    }
    .contentMain .companyAll2 .textIco {
        background: url(../images/APPsplitText.png) center top no-repeat;
        background-position: 0px -553px;
        transform: scale(0.55);
        -moz-transform: scale(0.55);
        -ms-transform: scale(0.55);
        /* transform-origin: 0 50%; */
        margin-top: 0;
        margin-bottom: 10px;
    }
    .contentMain .companyAll2 .img_pc {
        width: 100%;
        height: 428px;
        background: url(../images/companyLOGO2_pc.png) center top no-repeat;
    }
    .contentMain .info3 .textIco {
        /* background: url(../images/APPsplitText.png) center top no-repeat; */
        background: url("../images/textIcon3.png") center bottom no-repeat;
        /* background-position: 4px -314px; */
    }
    .contentMain .info3 .titleTwo {
        margin-bottom: 90px;
        padding-top: 90px;
    }
    .contentMain .info3 .conItem {
        padding: 0;
        background-color: #15182f;
        font-size: 26px;
        margin: 0;
        height: 280px;
        margin-bottom: 24px;
        border-style: solid;
        border-width: 1px;
        border-image-source: linear-gradient(0deg, #8c90ba 0%, #5e6694 50%, #2f3c6e 100%);
        border-image-slice: 1;
        border-radius: 0;
        font-weight: 100;
    }
    .contentMain .info3 .conItem.conItem1 p:nth-child(1) {
        width: 350px;
        margin-top: 60px;
    }
    .contentMain .info3 .conItem.conItem1 {
        background: url(../images/back2_pc.png) right bottom no-repeat;
    }
    .contentMain .info3 .conItem.conItem2 {
        height: 337px;
        background: url(../images/back3_pc.png) 0 bottom no-repeat;
        padding-left: 265px;
        padding-right: 74px;
    }
    .contentMain .info3 .conItem.conItem2 p:nth-child(1) {
        margin-top: 60px;
        text-align: justify;
    }
    .contentMain .info3 .conItem.conItem3 {
        background: url(../images/back4_pc.png) right bottom no-repeat;
        margin-bottom: 24px;
        border-style: solid;
        border-width: 1px;
        border-image-source: linear-gradient(0deg, #8c90ba 0%, #5e6694 50%, #2f3c6e 100%);
        border-image-slice: 1;
        border-radius: 0;
    }
    .contentMain .info3 .conItem.conItem3 p:nth-child(1) {
        margin-top: 30px;
    }
    .contentMain .hotLine {
        font-size: 24px;
        margin-top: -10px;
        margin-bottom: 40px;
    }
    .contentMain .hotLine .ico1 {
        transform: scale(0.5);
        /* width: 30px;
       height: 32px; */
        margin-right: -10px;
    }
    .contentMain .advantage {
        width: 1026px;
        height: 599px;
        background-color: rgba(55, 53, 52, 0.63);
        border: solid 1px rgba(67, 70, 83, 0.63);
        padding: 0;
        margin: 0;
        background: linear-gradient(bottom, #111329, #24262e);
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#111329), to(#24262e));
        background: -ms-linear-gradient(left, #111329, #24262e);
        background: gradient(linear, 0% 0%, 0% 100%, from(#111329), to(#24262e));
    }
    .contentMain .advantage .textIco {
        /* background: url(../images/APPsplitText.png) center top no-repeat; */
        /* background-position: -6px -639px;
    transform: scale(0.63);
    background-origin: 0 50%;
    margin-top: 0px; */
        background: url("../images/textIcon4.png") center center no-repeat;
        width: 519px;
        height: 43px;
        margin-top: 20px;
        margin-bottom: 52px;
    }
    .contentMain .advantage .textIco::after {
        height: 0;
    }
    .contentMain .advantage .content {
        background: none;
        padding: 45px 15px;
        margin: 0;
    }
    .contentMain .advantage .content li {
        width: 228px;
        height: 367px;
        padding: 0;
        background-color: #111111;
        border: solid 2px #ecd4a6;
    }
    .contentMain .advantage .content li:nth-child(odd) {
        margin-right: 21px;
    }
    .contentMain .advantage .content li:nth-child(2) {
        margin-right: 21px;
    }
    .contentMain .advantage .titleText {
        font-size: 28px;
        border: none;
        line-height: 58px;
        margin-top: 35px;
        font-weight: normal;
        margin-bottom: 13px;
        /* font-family: PingFang-SC-Bold; */
    }
    .contentMain .advantage .titleText::after {
        content: ' ';
        display: block;
        width: 179px;
        height: 2px;
        background-color: #b3976c;
        margin: 0 auto;
    }
    .contentMain .advantage .titleTwoText {
        font-size: 22px;
        letter-spacing: 0px;
        font-weight: 100;
        /* font-family: PingFang-SC-Bold; */
    }
    .contentMain .advantage .circle {
        transform: scale(0.63);
        margin-top: 0px;
    }
    .contentMain .advantage li:nth-child(1) .number,
    .contentMain .advantage li:nth-child(2) .number,
    .contentMain .advantage li:nth-child(3) .number,
    .contentMain .advantage li:nth-child(4) .number {
        transform: scale(0.57);
        right: 0;
        bottom: -28px;
        right: -14px;
    }
    .div-btn {
        width: 166px;
        height: 162px;
        background: url("../images/button.jpg");
        position: fixed;
        top: 50%;
        right: calc(50% - 720px);
        transform: translateY(-50%);
        border-radius: 4px;
        cursor: pointer;
    }
    .header .componentContainer iframe {
        width: 1000px;
        height: 570px;
    }
    .contentMain .joinMember {
        width: 537px;
        height: 72px;
        font-size: 38px;
        line-height: 72px;
    }
    .joinProcess.img_pc {
        position: relative;
        display: block;
        width: 100%;
        height: 1169px;
        background: url("../images/process_pc.jpg") center center no-repeat;
    }
    .joinProcess.img_pc img {
        width: 100%;
        height: 100%;
    }
    .pc_joinProcess {
        width: 537px;
        height: 72px;
        font-size: 38px;
        line-height: 72px;
        color: #592a0a;
        margin: 0 auto;
        background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#B28D43), to(#FFDB82));
        background: -ms-linear-gradient(left, #B28D43, #FFDB82);
        background: gradient(linear, 0% 0%, 100% 0%, from(#B28D43), to(#FFDB82));
        border-radius: 80px;
        margin-top: 30px;
        margin-bottom: 50px;
        cursor: pointer;
        font-weight: normal;
        text-shadow: 0px 3px 0px #F8D27D;
        position: absolute;
        bottom: 0px;
        z-index: 1111;
        left: 50%;
        transform: translateX(-50%);
        /* font-weight: 100; */
        text-shadow: none;
    }
    .contentMain .info2 .contentItem2 .splitLine {
        height: 10px;
        background: -webkit-gradient(linear, 0% 0%, 100% 100%, from(#D4B273), to(#7A5818));
        background: -ms-linear-gradient(left, #D4B273, #D4B273);
        background: gradient(linear, 0% 0%, 100% 100%, from(#D4B273), to(#7A5818));
    }
    /* input:-webkit-autofill , textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    border: 1px solid #CCC!important;
  } */
}