@media (min-width: 1000px) {
    .topicBox {width:100%;height:auto;overflow:hidden;}

    #stu-academy .img100{width:100%;float: left;display:block;}
    .topicBox .oversea-topic-common{width:100%;max-width:12rem;height:auto;overflow:hidden;margin:0 auto; position:relative;}
    .topicBox .oversea-topic-common .title{width:3.63rem;height:auto;overflow:hidden;margin:.8rem auto 0 auto;display:block}

    #stu-academy .flow-list{width:100%;display: flex;justify-content: space-between;}
    #stu-academy .flow-list a,#stu-academy .flow-list a:visited{
        width:1rem;height:1.42rem;display:block;position:relative;font-size: .16rem;
        font-weight: 500;color: #333333;line-height: 2.7rem;background-size:100% auto;
        background-position:left top;background-repeat:no-repeat;text-align: center;
    }
    #stu-academy .flow-list a:hover{color:#00c800;}
    #stu-academy .flow-list a.active:before{
        content: "";width: 0;height: 0;overflow: hidden;border: 0.2rem solid transparent;
        border-bottom-color: #61C13A;position: absolute;bottom: -0.56rem;left: 0.3rem;z-index: 7;
    }


    #stu-academy .flow-content{display:none;width:100%;font-size: .14rem;font-weight: 400;color: #FFFFFF;line-height: .26rem;padding:.2rem .3rem;border-radius:.1rem;background-color:#61C13A;position:absolute;left:0;top:1.94rem;}
    #stu-academy .flow-content.active{display: block;}

    #stu-academy .form-label{position:absolute;width:3.8rem;height:.6rem;text-align:left;font-size:.18rem;color:#FFF;}
    #stu-academy .form-label .form-box{position:relative;width:3.8rem;height:.6rem;color:#FFF;}
    #stu-academy .form-label .form-input{width:3.8rem;height:.6rem;background-color: rgba(255,255,255,0.3);border-radius:.06rem;border:solid .01rem #FFF;overflow:hidden;text-indent:.65rem;font-size: .14rem;font-weight: 500;color: #FFFFFF;line-height:.6rem;position:relative; z-index:8;background-repeat:no-repeat;background-size:.22rem .24rem;background-position:.21rem .18rem;display: block;float: left;}
    #stu-academy .form-label .xian{width:.1rem;height:.18rem;border-right:solid .02rem #FFF;position:absolute;left:.46rem; top:.21rem;}
    #stu-academy .form-label .codeSend{font-size: .14rem;font-weight: 500;color: #61C13A;line-height: .18rem;position:absolute;right:.14rem;top:.14rem;border-radius:.4rem;padding:.07rem .08rem;z-index:9;background-color:#FFF;cursor:pointer;}
    #stu-academy .form-label .codeSend.disableText{color: #999999;cursor:not-allowed; }
    #stu-academy .form-label .form-input::placeholder{color: rgba(255, 255, 255, 0.5);}
    #stu-academy .form-label .check_box{border-color:#FFD200;width:.2rem;height:.245rem;display:inline;margin-right:.05rem;vertical-align: text-bottom;}
    #stu-academy .form-label  a,
    #stu-academy .form-label  a:visited,
    #stu-academy .form-label  a:hover{color:#FFD200;}




}
@media (max-width: 999px) {
}