.wrapper .tab-top{
    padding: 0;
    height: 368px;
}
.wrapper .tab-top .progress{
    position: relative;
    height: 340px;
    margin: 0;
    width: 100%;
    text-align: center;
    background-color: rgba(0,0,0, .8);
    border-radius: 0;
}
.wrapper .tab-top .progress .title{
    position: absolute;
    height: 75px;
    top: 40px;
    left: 50%;
    margin-left: -189px;
    line-height: 75px;
    color: #ffffff;
    font-size: 54px;
}
.wrapper .tab-top .progress .remarks{
    position: absolute;
    top: 260px;
    width: 600px;
    left: 50%;
    margin-left: -300px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
}
.wrapper .tab-top .progress .blue-remarks{
    position: absolute;
    top: 287px;
    width: 270px;
    left: 50%;
    margin-left: -135px;
    text-align: center;
    color: #3F8DF6;
    font-size: 14px;
}
.wrapper .tab-top .progress .progress-bar-wrapper{
    position: absolute;
    top: 120px;
    margin-top: 40px;
    width: 900px;
    left: 50%;
    margin-left: -398px;
    font-size: 0;
}
.wrapper .tab-top .progress .progress-bar-wrapper .progress-item{
    display: inline-block;
    width: 150px;
    border-top: 1px dashed #ffffff;
    text-align: left;
}
.wrapper .tab-top .progress .progress-bar-wrapper .progress-item:last-of-type{
    border: none;
}
.wrapper .tab-top .progress .progress-bar-wrapper .progress-item img{
    margin-top: -24px;
    margin-left: -1px;
}
.wrapper .tab-top .progress .progress-bar-wrapper .progress-item .num-background{
    margin-top: -18px;
    margin-left: -1px;
    top: -4px;
    height: 40px;
    width: 40px;
    position: relative;
    border-radius: 50%;
    background-color: #3F8DF6;
}
.wrapper .tab-top .progress .progress-bar-wrapper .progress-item .index{
    position: absolute;
    width: 40px;
    margin-top: -35px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
}
.wrapper .tab-top .progress .progress-bar-wrapper .progress-item .description{
    width: 150px;
    text-align: center;
    left: 50%;
    margin-left: -56px;
    font-size: 16px;
    color: #ffffff;
}
.wrapper .tab-top .tab-wrapper{
    height: 68px;
    background-color: #2D2E30;
}
.wrapper .tab-top .tab-wrapper .btn-group{
    width: 80%;
    margin: 0 auto;
    display: flex;
}
.wrapper .tab-top .tab-wrapper .btn-group .tab-btn{
    flex: 1;
    height: 68px;
    margin-top: 0!important;
    border: none;
    border-radius: 0;
    color: #ffffff;
    background: none;
    font-size: 18px;
}
.wrapper .tab-top .tab-wrapper .btn-group .tab-btn:hover{
    background-color: #3F8DF6!important;
}
.wrapper .tab-top .tab-wrapper .btn-group .tab-btn.actived{
    background-color: #3F8DF6!important;
}
.wrapper .tab-top .tab-wrapper .btn-group .tab-btn img{
    margin-right: 20px;
}
#tab1{
    display: block;
}
#tab2, #tab3, #tab4{
    display: none;
}
.wrapper .tab-content-wrapper .main-wrapper{
    width: 80%;
    margin: 0 auto;
    padding: 20px 0;
}
.wrapper .tab-content-wrapper .main-wrapper .title{
    font-size: 28px;
    color: #303133;
    text-align: center;
    margin: 70px auto 40px;
}
.wrapper .tab-content-wrapper .main-wrapper .title-vertical{
    font-size: 28px;
    color: #303133;
    text-align: center;
    margin: 20px auto;
}
.wrapper .tab-content-wrapper .main-wrapper .table .table-head{
    width: 54px;
    padding: 20px;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    background-color: #2D2E30;
    font-size: 18px;
    color: #ffffff;
    border-color: #2D2E30;
}
#table-header{
    background-color: #E9E9E9;
}
.wrapper .tab-content-wrapper .main-wrapper .table td{
    text-align: center;
    font-size: 16px;
    color: #606266;
    vertical-align: middle;
}
.wrapper .tab-content-wrapper .main-wrapper .table td .cell-content{
    text-align: left;
    margin-left: 40px;
}
.wrapper .tab-content-wrapper .main-wrapper .table td .subject-wrapper{
    display: flex;
    padding: 30px;
}
.wrapper .tab-content-wrapper .main-wrapper .table td .subject-wrapper .left{
    flex: 1;
}
.wrapper .tab-content-wrapper .main-wrapper .table td .subject-wrapper .right{
    flex: 1;
    text-align: left;
    margin-left: 20px;
}
.wrapper .tab-content-wrapper .main-wrapper .table td .subject-wrapper .right .right-section-one{
    height: 200px;
    border-bottom: 1px solid #EFEFEF;
}
.wrapper .tab-content-wrapper .main-wrapper .table td .subject-wrapper .right .right-section-two{
    margin-top: 20px;
}
.wrapper .tab-content-wrapper .main-wrapper .table td .subject-wrapper .right .right-section-two span{
    font-size: 14px;
    color: #606266;
}
.wrapper .tab-content-wrapper .main-wrapper .table td .subject-wrapper .right .right-section-two .blue-label{
    color: #3F8DF6;
}
.wrapper .tab-content-wrapper .main-wrapper .table td .subject-wrapper .right .right-section-two .work-qr-wrapper{
    height: 180px;
    width: 180px;
    padding: 10px;
    margin-top: 150px;
    border: 1px solid #E9E9E9;
    border-radius: 4px;
}
.wrapper .tab-content-wrapper .main-wrapper .table td .subject-wrapper .right .download-title{
    margin: 30px 0;
    text-align: left;
    font-size: 20px;
}
.iframe-wrapper{
    height: 604px;
    width: 382px;
    left: 50%;
    margin-left: 60px;
    border-radius: 4px;
    background-color: #F0F0F0;
}
.iframe-wrapper iframe{
    margin-top: 10px;
    height: 584px;
    width: 362px;;
}
#published{
}
.wrapper .tab-content-wrapper .tab1-section-two{
    height: 585px;
    background-color: #F8F9FC;
}
.wrapper .tab-content-wrapper .tab1-section-two .apply-wrapper{
    display: flex;
}
.wrapper .tab-content-wrapper .tab1-section-two .apply-wrapper .apply-item{
    flex: 1;
    position: relative;
}
.apply-wrapper .apply-item .card{
    width: 80%;
    margin: 10px auto;
    /*width: 690px;*/
    /*position: absolute;*/
    /*left: 50%;*/
    /*margin-left: -345px;*/
    height: 300px;
    text-align: center;
    border: none;
    box-shadow: 0 9px 20px 10px rgba(207, 207, 207, .12);
}
.apply-wrapper .apply-item .card .icon-wrapper{
    margin: 30px 0;
}
.apply-wrapper .apply-item .card .text-title{
    color: #606266;
    font-size: 24px;
}
.tab1-section-three{
    /*height: 300px;*/
}
.tab2 .form-iframe-wrapper{
    height:900px;
    width: 100%;
    margin-top: 70px;
}
.tab2 .form-iframe-wrapper iframe{
    height: 100%;
    width: 100%;
}
.wrapper .tab1-section-three .main-wrapper{
    margin-top: 70px;
    position: relative;
    border: 1px dashed #CCCCCC;
    text-align: center;
    height: 170px;
}
.wrapper .tab1-section-three .main-wrapper .border-ele{
    position: absolute;
    height: 100px;
    width: 180px;
}
.wrapper .tab1-section-three .main-wrapper .border-ele1{
    left: -1px;
    top: -1px;
    border-top: 2px solid #3F8DF6;
    border-left: 2px solid #3F8DF6;
}
.wrapper .tab1-section-three .main-wrapper .border-ele2{
    right: -1px;
    bottom: -1px;
    border-right: 2px solid #3F8DF6;
    border-bottom: 2px solid #3F8DF6;
}
#table3{
    margin: 39px 0 60px;
}
#table3 #table-header3{
    background-color: #E9E9E9;
}
.tab3 .main-wrapper{
    text-align: center;
}
.tab3 .main-wrapper .explain{
    font-size: 18px;
    color: #909399;
    letter-spacing: 0;
    margin-top: -30px;
}
.tab3 .main-wrapper .unpublished{
    height: 440px;
}
.tab3 .main-wrapper .unpublished img{
    margin: 50px auto;
}
.tab3 .main-wrapper .unpublished .description{
    font-size: 20px;
    color: #909399;
    letter-spacing: 0;
}
.tab3 .main-wrapper .tab3-section-two{
    position: relative;
    height: 560px;
    padding: 30px;
    text-align: left;
    margin-bottom: -20px;
    border: 1px dashed #cccccc;
}
.tab3 .main-wrapper .tab3-section-two .item-title{
    margin-top: 20px;
    margin-left: 28px;
    font-size: 18px;
    color: #303133;
    letter-spacing: 0;
}
.tab3 .main-wrapper .tab3-section-two .item-title img{
    vertical-align: text-bottom;
}
.qrcode-wrapper{
    display: block;
    height: 180px;
    width: 180px;
    padding: 10px;
    margin-top: 10px;
    border: 1px solid #E9E9E9;
    border-radius: 4px;
}
.qrcode-wrapper #qrcode{
    height: 160px;
    width: 160px;
}
.tab3 .main-wrapper .tab3-section-two .item-content{
    list-style-type: none;
    padding-left: 40px;
}
.tab3 .main-wrapper .tab3-section-two .item-content li{
    margin: 10px 0;
    color: #606266;
    font-size: 14px;
}
.tab3 .main-wrapper .tab3-section-two .item-content li span{
    color: #3F8DF6;
}
.tab3 .main-wrapper .tab3-section-two .item-content li:before{
    margin-left: -11px;
    margin-right: 4px;
    content: "\2022";
    color: #CCCCCC;
    font-size: 16px;
}
.tab3 .main-wrapper .tab3-section-two .border-element{
    height: 200px;
    width: 200px;
    position: absolute;
}
.tab3 .main-wrapper .tab3-section-two .border-element1{
    margin-left: -31px;
    margin-top: -31px;
    border-top: 2px solid #3F8DF6;
    border-left: 2px solid #3F8DF6;
}
.tab3 .main-wrapper .tab3-section-two .border-element2{
    right: -1px;
    bottom: -1px;
    border-right: 2px solid #3F8DF6;
    border-bottom: 2px solid #3F8DF6;
}

@media screen and (max-width: 1024px) {
    .iframe-wrapper{
        margin-left: 0;
    }
    .tab2 .form-iframe-wrapper{
        height:792px;
        width: 100%;
    }
}
@media (min-width: 1025px) and (max-width: 1200px) {
    .iframe-wrapper{
        margin-left: 0;
    }
    .tab2 .form-iframe-wrapper{
        height: 818px;
        width: 100%;
    }
}
@media (min-width: 1201px) and (max-width: 1400px) {
    .iframe-wrapper{
        margin-left: 10px;
    }
}
