.survey-page-container, .complete-container {
    max-width: 1600px !important;
}
.success-icon {
    width: 56px !important;
    height: 56px !important;
}
.survey-btn-group .por-btn-primary.por-btn-disabled,
.survey-btn-group .por-btn-primary[disabled] {
    border-radius: 20px !important;
    background-color: #eef0f5 !important;
    border-color: #dfe1e6 !important;
}
.survey-btn-group .por-btn-primary {
    background-color: #191919 !important;
    border-color: #191919 !important;
    border-radius: 20px !important;
}
.tox .tox-statusbar {
    padding: 0 11px !important;
}
.survey-btn-group .por-btn-primary:hover {
    background-color: #191919;
    border-color: #191919;
}
.complete-container .process-complete {
    padding: 76px 0;
}
.complete-container .success-text {
    margin: 24px auto 16px;
    line-height: 48px;
    font-size: 32px;
    color: #191919;
}
.complete-container .success-info {
    font-size: 14px;
    color: #191919;
}
.complete-container .success-info a {
    color: #1476FF;
}
.complete-container .write-btn {
    display: inline-block;
    width: 152px;
    background: #191919;
    border-radius: 24px;
    color: #fff;
    font-size: 14px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
    margin-top: 40px;
}
#sharePresent::before{
    content: "";
    background:url("../images/developer-center-second/developer-center-innovation/icon-present.png") no-repeat center;
    background-size: 20px 20px;
   position: absolute;
   left: 20px;
   bottom:6px;
}

#presents{
    margin-left:12px
}

#presents:hover{
    background-color: #D64a52;
    box-shadow: 0 8px 16px 0 rgba(227, 24, 31, 0.3);
}

/* 报名页面报名成功按钮样式 */
#sharePresents{
    position: relative;
    width: 35%;
    height: 28px;
    line-height: 28px;
    color: #252B3A;
    border-color: #ADB0B8;
    font-size: 12px;
    box-sizing: border-box;
    margin-right:1.6%;
    padding-left: 10.4%;
}

#myliveModal .modal-detail-block{
    height:176px;
}
#myliveModal .btn-block{
    position: absolute;
    left:50%;
    transform: translateX(-50%);
    margin-top: -21px;
}


#sharePresents::before{
    position: absolute;
    content: url("../images/developer-center-second/developer-center-innovation/icon-present-black.png");
    top: 3px;
    left:6px
} 

#view-enrollment{
    height: 28px;
    line-height: 28px;
    width: 30.3%;
    color: #252B3A;
    border-color: #ADB0B8;
    font-size: 12px;
    box-sizing: border-box;
    margin-right:1.6%;
    padding:0;
}

#RegisteredModal .btn-block .por-btn:last-of-type, #SaveRegisterInfoModal .btn-block .por-btn:last-of-type {
    background-color: #C7000B;
    border-color: #C7000B;
    color: #ffffff;
}

#presentsText::before{
    position: absolute;
    content: "";
    background:url("../images/developer-center-second/developer-center-innovation/icon-present.png") no-repeat center;
    background-size: 20px 20px;
    left: 20px;
    bottom:6px;
}

#sharePresents:hover,#view-enrollment:hover{
    background-color:#c7000b;
    color:#fff;
    border:none;
}

#sharePresents:hover::before{
    content: url("../images/developer-center-second/developer-center-innovation/icon-present.png");
}
.btn-block-share{
    position: absolute;
    bottom: 32px;
    right:0;
    display: inline-block;
    margin: 56px 30px 0 0;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 22px;
    padding: 4px 19px;
    border: 1px solid #c7000b;
    background-color: #c7000b;
    border-radius: 2px;
    cursor: pointer;
    overflow: hidden;
}

.btn-block-share:hover{
    background-color: #ffffff;
    border:1px solid #c7000b;
    color: #c7000b;
}

.btn-block-share>a::before{
    content: "";
    background:url("../images/developer-center-second/developer-center-innovation/icon-present.png") no-repeat center;
    background-size: 20px 20px;
    position: absolute;
    left: 20px;
    bottom:6px;
}

.btn-block-mb-live{
    position: absolute;
    bottom: 0px;
    right: 0px;
    margin: 0;
    padding: 2px 14px;
    font-size: 12px;
    background-color: #C7000B;
    color:white;
}

.btn-block-mb-live>a::before{
    content: "";
    background:url("../images/developer-center-second/developer-center-innovation/icon-present-2x.png") no-repeat center;
    background-size: 20px 20px;
    position: absolute;
    left: 20px;
    bottom:6px;
}

*{
    margin: 0;
    padding: 0;
}

.mock-box{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(2, 2, 2, 0.3);
    z-index: 9999;
    top: 0;
    left: 0;
    display: none;
    font-size: 0;
}


.big-box{
    width: 900px;
    height: 690px;
    background-color: #fff;
    margin: 0 auto;
    position: relative;
    top:160px;
}
.big-box>p{
    width: 72px;
    height: 26px;
    font-size: 18px;
    line-height:26px;
    position: absolute;
    top:32px;
    left:32px;
    font-weight: 600;
    color: #262C3B;
}
.content-box{
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 836px;
    height: 568px;
   top:78px;
    margin-left: 32px;
    
} 
#share-intro{
    width: 836px;   
    font-size: 14px;
    line-height: 22px;
    color: #575D6C;
    padding-bottom:21px
}
.link-box{
    width: 544px;
}
.box{
    flex:1;
    display:flex
}
.activity-share-box{
    width: 487px;
    border-right: 1px solid #DFE1E6;
    background-color: #fff;
    padding-right:23px
}
.activity-share-box>ul>li>p{
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    color: #262c3b;
    margin-bottom: 15px;
   
}
.activity-share-box>ul>li{
    padding-bottom: 17px;
    position: relative;
}
.wexinShare{
    width: 100px;
    height: 100px;
    margin:14px auto 0;
}
#link-input{
    padding-right: 56px;
    border: 0;
    box-sizing: border-box;
    width: 382px;
    height: 31px;
    background-color: #F5F5F6 ;
    border-radius: 2px 2px 2px 2px;
    font-size: 12px;
    color: #262C3B;
    font-weight: 400;
    padding-left: 10px;
    transform: translateY(-1px);
}
.copyLink{
    border: 0;
    box-sizing: border-box;
    font-size: 14px;
    width: 80px;
    height: 32px;
    background-color:#C7000B ;
    color:#fff;
    border-radius: 2px 2px 2px 2px;
    vertical-align: bottom;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.copyLink:hover{
    box-shadow: 0 8px 16px 0 rgba(227, 24, 31, 0.3);
    background-color: #D64a52;
}
ul>Li:nth-child(3)>p{
    position: relative;
}
ul>li:nth-child(3)>p>img{
    position: absolute;
    bottom:-2px;
    left: 140px;
}

#share-pic{
    height: 250px;
    background-color:#F5F5F6;
    position: relative;
}

.rules{
    flex:1;
    color:#262C3B;
    padding-left:25px;
}

.rules-banner{
    font-size: 14px;
    line-height: 22px;
    font-weight:600;
}
.rules #content-text{
    padding-top:15px;
    color: #575D6C;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    width: 300px;
}
.icon-close{
    position: absolute;
    right:30px;
    top:35px;
    width: 13.7px;
    height: 13.7px;
    cursor: pointer;
    background: url("../images/developer-center-second/developer-center-registerIndex/icon-close.png") no-repeat;
}
.share-title{
    padding-bottom:15px;
    position: relative;
}
.icon-share{
    cursor: pointer;
    display: inline-block;
    position: absolute;
    width: 25px;
    height: 25px;
    margin-left: 28px;
    background-image: url("../images/developer-center-second/developer-center-innovation/download-icon.png");
}
#content-text>P{
    padding-bottom:7px
}

.share-pic-banner{
    height: 120px;
    background: url("../images/developer-center-second/developer-center-innovation/download-pic-bg.png") no-repeat;
    overflow: hidden;
    width: 439px;
    position: absolute;
    top: 12px;
    right: 12px;
}

.share-pic-banner>p:nth-child(1){
    text-align: center;
    height: 14px;
    margin-top: 41px;
    font-size:14px;
    line-height: 20px;
    color:rgba(0,0,0,0.85);
    font-weight: 600;
}

.share-pic-banner>p:nth-child(2){
    text-align: center;
    height: 14px;
    margin-top:12px;
    font-size:12px;
    line-height: 18px;
    color:#575D6C;
    font-weight: 400;
}

.scan-QR-register{
    position: absolute;
    left: 12px;
    bottom: 34px;
    width: 255px;
    height: 50px;
}

.scan-QR-register>p:nth-child(1){
    width: 255px;
    height: 20px;
    color:#262C3B;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}

.scan-QR-register>p:nth-child(2){
    width: 255px;
    height: 20px;
    color:#575D6C;
    font-size: 12px;
    line-height: 17px;
    font-weight: 400;
    padding-top: 8px;
}

#QR{
    position: absolute;
    background-color: #fff;
    width: 108px;
    height: 108px;
    right:12px;
    bottom: 5px;
    padding: 4px;
}

/* 分享有礼按钮样式 */
.btn-share{ 
    display: inline-block;
    box-sizing: border-box;
    border:0;
    text-decoration: none;
    width: 162px;
    height: 48px;
    background-color: #C7000B;
    text-align:center;
    font-size: 18px;
    line-height: 22px;
    font-weight:400;
    color:#fff;
    border-radius: 2px 2px 2px 2px;
    position: relative;
    padding-left: 15px;
    cursor: pointer;
}
.btn-share>span{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    left:56px;
}
.btn-share::before{
    content: url(../images/developer-center-second/developer-center-innovation/share-gift.png);
    position: absolute;
    top:3px;
    left:32px;
}

/* 已报名按钮样式 */
.registered-btn{
    display: inline-block;
    box-sizing: border-box;
    border:0;
    text-decoration: none;
    width: 162px;
    height: 48px;
    font-size: 18px;
    line-height: 22px;
    font-weight:400;
    border-radius: 2px 2px 2px 2px;
    position: relative;
    opacity: 0.4;
    border:1px solid #fff;
    color:#fff;
    vertical-align: top;
}
/* 未报名按钮样式 */
.unregistered-btn{
    display: inline-block;
    box-sizing: border-box;
    border:0;
    text-decoration: none;
    width: 152px;
    height: 48px;
    font-size: 18px;
    line-height: 22px;
    font-weight:400;
    border-radius: 2px 2px 2px 2px;
    position: relative;
    border:1px solid #fff;
}

.unregistered-btn>span{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

.content-block-mb{
    display: none;
}

.mock-box-mb{
    display: none;
}
#content-text p a{
    color: #526ECC;
}
/* pc/移动端 报名成功，修改资料成功 上去活动页按钮样式 */
#SaveRegisterInfoModal .developer-btns.btn-red.btn-small.confirm-btn{
    width:30.3%;
    padding:0
} 
#RegisteredModal .developer-btns.btn-red.btn-small.confirm-btn{
    width:30.3%;
    padding:0  
}
@media only screen and (max-width: 1024px){
    #rules-mb-text p a{
        color: #526ECC;   
    }
    #myliveModal .btn-block{
        margin-top: 0;
    }

    #sharePresent::before{
        content: "";
        background:url("../images/developer-center-second/developer-center-innovation/icon-present-2x.png") no-repeat center;
        background-size: 20px 20px;
        position: absolute;
        left:20px;
        bottom:4px;
    
    }

    #RegisteredModal .developer-btns.btn-small {
        width: 83px;
    }
    /* 移动端分享有礼弹窗样式 */
    *{
        margin: 0;
        padding:0;
        list-style:none;
    }

    .mock-box-mb{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(2, 2, 2, 0.6);
    z-index: 9999;
    top: 0;
    left: 0;
    font-size: 0;
    }
    .big-box-mb{
        position: fixed;
        top:47%;
        box-sizing: border-box;
        width: 345px;
        left:50%;
        transform: translate(-50%,-50%);
        padding:0 15px 32px 15px;
        background-color:#FFFFFF ;
        border-radius: 2px 2px 2px 2px;
        box-shadow: 0px 10px 40px 0px rgba(0, 0, 0,10%) ;
        
    }
    .icon-close-mb{
        position:absolute;
        top:16px;
        right:16px;
        width: 30px;
        height: 30px;
        background: url(../images/developer-center-second/developer-center-innovation/icon-close-mb.png) no-repeat center;
    }

    #share-box-mb>li{
        padding-top:20px
    }
    #share-present-mb{
        font-size: 18px;
        line-height: 26px;
        text-align: center;
        color:#252B3A ;
        font-weight: 600;
        margin-bottom: -8px;
    }
    #share-present-mb-rules{
        font-size: 14px;
        line-height: 26px;
        text-align: center;
        color:#252B3A ;
        font-weight: 600;
        padding-bottom: 6px;
    }
    .back-share{
        font-size:12px;
        line-height: 18px;
        color:#575D6C;
        width:100%;
        position: relative;
    }
    .back-share:before{
        transform: rotate(90deg);
        position: absolute;
        content: "";
        width: 16px;
        height: 16px;
        background: url(../images/developer-center-second/developer-center-innovation/back-share.svg) no-repeat center;
    }
    .text{
        height: 36px;
        font-size: 12px;
        line-height: 18px;
        color: #575D6C ;
        position: relative;
        font-weight: 400;
    }

    .rules-mb{
        position: absolute;
        color:#526ECC ;
        font-size: 12px;
        line-height: 18px;
        width: 60px;
        height: 18px;
        right:0;
        bottom: -15px;
    }
    .back-share span{
        padding-left: 20px;
        height:100%
    }
    #rules-mb-text p{
        margin-bottom: 10px;
    }

    #share-box-mb>li:nth-child(3)>P{
      font-size: 14px;
      line-height: 20px;
      color:#252B3A;
      font-weight: 600;
      margin-bottom: 8px;
    }
    #share-content-mb{
        width: 315px;
        height: 238px;
        background-color: #F5F5F6 ;
        border-radius: 2px 2px 2px 2px;
        position: relative;
        
    }

    .share-content-top{
        position: absolute;
        width: 291px;
        height: 108px;
        background:url("../images/developer-center-second/developer-center-innovation/share-block-mb.png") center no-repeat;
        top:12px;
        left: 50%;
        transform: translateX(-50%);
    }

    .share-content-top>p:nth-child(1){
        color:#252B3A;
        font-size: 12px;
        line-height: 17px;
        font-weight: 600;
        text-align: center;
        margin-top: 33px;
        margin-left: 10px;
        margin-right: 10px;
        width: 93%;
      }
      .share-content-top>p:nth-child(2){
        color:#575D6C ;
        width: 273px;
        height: 10px;
        text-align: center;
        font-size: 12px;
        font-weight: 400;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%) scale(0.83);
      }

    .share-content-left{
        position: absolute;
        left:12px;
        bottom: 24px;

    }

    .share-content-left >p:nth-child(1){
        color:#252B3A;
        font-size: 12px;
        line-height: 18px;
        font-weight:600;
        padding-bottom:8px;
    }

    .share-content-left-deadline{
        font-size: 12px;
        color:rgba(0, 0, 0,85%);
        line-height: 18px;
        font-weight: 400;
    }

    .share-content-right{
        width:108px;
        height: 108px;
        background-color:#fff;
        position: absolute;
        right: 12px;
        bottom: 5px;
        padding: 4px;
    }
    /* 专属链接分享样式 */
    #share-box-mb>li:nth-child(4)>p{
        font-size: 14px;
        line-height: 20px;
        color: #252B3A;
        font-weight: 600;
        margin-bottom: 8px;
    }
    #link-input-mb{
        padding-right: 13px;
        padding-left:10px;
        box-sizing: border-box;
        width: 235px;
        height: 32px;
       color:#262C3B ;
       font-size: 12px;
       line-height: 18px;
       font-weight: 400;
       background-color: #F5F5F6;
       border:none;
       border-radius: 2px 2px 2px 2px;
       -webkit-appearance: none;  /* ios移动端去除input款默认阴影 */
      
    }
    .join-rules{
        display:none;
        padding:20px 0 0 0;
        width:100%;
    }

    .inv-html,.inv-body{
        height:100%;
        width:100%;
    }
    .content-block-mb{
        display: flex;
        width: 100%;
        height: 100%;
        background-image: url("../images/developer-center-second/developer-center-innovation/mb-bg.png");
        flex-direction: column;
        align-items: center;
        justify-items: center;
        background-size: cover;
    }

    .content-block-mb>.register-title-mb{
        font-weight: 600;
        font-size: 20px;
        color: #252B3A;
        line-height: 28px;
        margin-top: 32%;
        margin-left:3.6%;
        margin-right: 3.6%;
        text-align: center;
    }

    .content-block-mb>.register-title-mb>p{
        width: 343px;
    }
    .basic-info{
     padding-top: 4.8%;
      width: 55.2%;
      text-align: center;
      color:#575D6C;
      line-height: 18px;
      font-size: 12px;
    }
    .mb-share{
      width: 140px;
      height: 140px;
      margin-top: 7.8%;
      background-color: #fff ;
      padding:1.8%;
    }
    #picShare>img{
      width: 100%;
      height: 100%;
    }
    #scanPic{
      margin-top: 9.6%;
      width: 214px;
      height: 22px;
      color: #252B3A;
      font-size: 16px;
      line-height: 22px;
      text-align: center;
      font-weight: 600;
    }
    .enroll-deadline{
      width: 239px;
      height: 20px;
      margin-top: 3.6%;
      color:#575D6C;
      font-size:14px;
      line-height: 20px;
      text-align: center;
    }
    .invitation-wrapper{
        display: none;
    }

    /* 分享有礼按钮移动端 */
    .btn-share{ 
        display: inline-block;
        box-sizing: border-box;
        border:0;
        text-decoration: none;
        width: 156px;
        height: 40px;
        background-color: #C7000B;
        text-align:center;
        font-size: 16px;
        line-height: 22px;
        font-weight:400;
        color:#fff;
        border-radius: 2px 2px 2px 2px;
        position: relative;
        padding-left: 15px;
    }
    .btn-share>span{
        position: absolute;
        top:50%;
        transform: translateY(-50%);
        left:45px;

    }
    .btn-share::before{
        content: url("../images/developer-center-second/developer-center-innovation/share-gift.png");
        position: absolute;
        top:4px;
        left:20px;

    }

    /* 未报名按钮移动端 */

    .unregistered-btn-mb{
        display: inline-block;
        box-sizing: border-box;
        border:0;
        text-decoration: none;
        background-color: #C7000B;
        width: 321px;
        height: 40px;
        font-size: 16px;
        line-height: 22px;
        font-weight:400;
        border-radius: 2px 2px 2px 2px;
        position: relative;
        color: #fff;
    }

    .unregistered-btn-mb>span{
        position: absolute;
        top:50%;
        left:50%;
        transform: translate(-50%,-50%);
    }

     /* 已报名按钮移动端 */
     .registered-btn-mb{
        display: inline-block;
        box-sizing: border-box;
        color:#fff;
        border:0;
        text-decoration: none;
        width: 156px;
        height: 40px;
        font-size: 16px;
        line-height: 22px;
        font-weight:400;
        border-radius: 2px 2px 2px 2px;
        position: relative;
        opacity: 0.4;
        border:1px solid #fff;
    }

    .registered-btn-mb>span{
        position: absolute;
        top:50%;
        left:50%;
        transform: translate(-50%,-50%);
    }
}

.invitation-wrapper{
    background:url("../images/developer-center-second/developer-center-innovation/register-bg.png") center no-repeat;
    background-size: cover;
    width:100%;
    height:100%;
}

.invi-title{
    padding-top:220px;
    line-height: 46px;
    width: 661px;
    font-size:36px;
    color:#252B3A;
    margin: auto;
    text-align: center;  
}

.banner-text{
    width: 821px;
    height: 24px;
    color: #575D6C;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin: auto;
    padding-top: 20px;
    
}
.invi-qrcode{
    margin-left:50%;
    margin-top:84px;
    transform: translateX(-50%);
    width: 160px;
    height: 160px;
    font-weight: 600;
    padding: 7px;
    background-color: #fff;
}
.scan-QR{
    padding-top: 36px;
    text-align: center;
    color:#252B3A ;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin-left: 50%;
    transform: translateX(-50%);
}
#deadline{
    padding-top:16px;
    padding-bottom: 270px;
    margin-left:50%;
    transform: translateX(-50%);
    text-align: center;
    color: #252B3A ;
    font-weight: 400;     
}

/* 复制链接提示样式 */
.link-share-box {
    float: right;
    display: none;
    color: #666;
    margin-top:8px;
}

.link-click {
    color: #666;
    font-size: 14px;
}

.link-share-box .icon-success {
    background: url("../images/developer-center-second/developer-center-innovation/icon-success.png") no-repeat;
    display: inline-block;
    width: 18px;
    height: 18px;
}

.link-share-box span{
    color: #666;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    vertical-align: middle;
}
