.container{
    padding-bottom: 30px;
}
.w90{
    width:90%;
    margin:0 auto 4vw;
    border-radius:32px
}
/* body{
    background: #fff7f7;
} */
.w90 img{
    display: block;
    width:100%
}
.act-section{
    padding:4vw;
}
.act-bg{
    background: #fff7f7;
}
.act-tab{
    width:1000px;
    margin:0 auto;
}
.el-tabs__header{
    background: #fff;
}
.el-tabs__nav-scroll{
    border:1px solid #eba1a1;
    border-radius: 32px;

}
.el-tabs__nav-wrap::after{
    background-color: transparent;
}
.el-tabs__item.is-active{
    background: #d74b4b;
    color:#fff;
    border-radius: 32px;
}
.el-tabs__active-bar{
    display: none;
}
.el-tabs__nav{
    width:100%;
}
.el-tabs__item{
    width:33.3%;
    text-align: center;
    color:#ab4242
}
.el-tabs--top .el-tabs__item.is-top:first-child{
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px;

}
.el-tabs--top .el-tabs__item.is-top:last-child{
    border-top-right-radius: 32px;
    border-bottom-right-radius: 32px;

}
.el-tabs--bottom .el-tabs__item.is-bottom:nth-child(2), .el-tabs--bottom .el-tabs__item.is-top:nth-child(2), .el-tabs--top .el-tabs__item.is-bottom:nth-child(2), .el-tabs--top .el-tabs__item.is-top:nth-child(2),.el-tabs--bottom .el-tabs__item.is-bottom:last-child, .el-tabs--bottom .el-tabs__item.is-top:last-child, .el-tabs--top .el-tabs__item.is-bottom:last-child, .el-tabs--top .el-tabs__item.is-top:last-child{
    padding:0
}

.tab-content .tab-tit{
    width:143.5px;
    height: 67.5px;
    line-height: 42.5px;
    background: url('../images/tit_bg.png') no-repeat center top;
    background-size: cover;
    position: absolute;
    left:0;
    top:0;
    z-index: 10;
    color:#ab4242;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.el-tabs__content{
    background: #ffe8e8;
    min-height: 200px;
    border-radius: 32px;
}
.tab-tit-txt{
    width:70%;
    padding:7px 0;
    text-align: center;
    float: right;
    color:#ab4242;
    margin-bottom:20px
}
.tab-tit-first{
    padding:15px 0;

}
.tab-intro{
    clear:both;
    border-radius: 32px;
}
.el-tab-pane .ui-link{
    display: block;
    font-size: 17px;
    color:#013b7a;
    text-align: center;
    text-decoration: underline;
    margin:25px auto;
}
.rule-head{
    overflow: hidden;
    padding:4vw;

}
.rule-content{
 padding:0 4vw 4vw;
}

.rule-content .rule-txt{
    margin-bottom:10px;
}
.rule-head .align-left,.rule-head  .align-right{
    position: relative;

}
.rule-head .align-left{
    float: left;
    height: 50px;

}
.rule-head  .align-right{
    float: right;
}

.rule-special{
    overflow: hidden;
}
.rule-special .rule-txt{
    float: left;
    width:100%;
}

.rule-special .rule-txt h4{
    display: inline-block;
}
.rule-special .rule-txt p{
    display: block;
}
.rule-txt h4{
    font-size:12px;
    color:#666
}
.rule-txt p{
    font-size: 15px;
}
.align-left h3{
    font-size: 28px;
    display: inline-block;
    position: relative;
    z-index: 2;
    font-weight: normal;
}
.align-left .line{
    width:100%;
    height: 10px;
    display: block;
    background:#fcd9d9 ;
    position: absolute;
    left:0;
    bottom:10px;
    z-index: 1;
}
.align-right .english{
    float: right;
    position: relative;
    color:#e2ae99;
    top:5px
}
.align-right .line{
    width:64px;
    height: 2px;
    background:#fcd9d9 ;
    position: absolute;
    right:0;
    bottom:-5px
}
.act-section .btn-join{
    display: block;
    width:75%;
    margin:15px auto;
    background: #fff;
    border-radius: 32px;
    font-size: 16px;
    color:#db3535;
    height: 32px;
    line-height: 32px;
    border:1px solid #db3535;
    text-align: center;
    position: fixed;
    left:50%;
    bottom:0;
    transform: translateX(-50%);
    z-index:9


}
.web-footer {
    position: static;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-bottom: 30px;
}
@media only screen and (max-width: 480px){
    .login-pc{
        display: none;
    }
    .login-ph{
        display: block;
    }
    .rule-content h4{
        margin:2vw 0;
    }
}


@media only screen and (max-width: 999px){

    .act-tab{
        width:auto;
    }
   
}