.page_pc{
    display: none;
}
.page_container{
    font-size:15px;
    line-height: 28px;
    color: #333;
    padding-top: 50px;
    overflow: hidden;
    background: url("../images/inside_page_bg.jpg") no-repeat;
    background-size: 100% auto;
    background-position-y: 50px;
    background-color: #f9f9f9;
}

/*header*/
.header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 50px;
    background-color: #fff;
}
.nav{
    width: 100%;
}
.nav_list{
    display: flex;
    width: 94%;
    padding: 0 3%;
    line-height: 50px;
    justify-content: space-between;
}
.nav_item{
    position: relative;
    text-align: center;
}
.nav_item a{
    color: #333;
}
.nav_menu{
    display: none;
    position: absolute;
    top: 60px;
    left: calc((100% - 80px) / 2);
    width: 80px;
    line-height: 40px;
    padding: 10px 0;
    text-align: center;
    border-radius: 10px;
    background-color: #fff;
    box-shadow:-5px 5px 10px -4px #ddd,5px 5px 10px -4px #ddd;
}
.nav_menu a{
    display: inline-block;
    width: 100%;
    color: #333;
}
.nav_menu:before{
    content: ' ';
    display: inline-block;
    position: absolute;
    top: -17px;
    left: 30px;
    width: 0;
    height: 0;
    border: 10px transparent solid;
    border-bottom: 10px #fff solid;
}
/*inside_header*/
.inside_header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 94%;
    height: 50px;
    line-height: 50px;
    font-size: 17px;
    padding: 0 3%;
    background-color: #fff;
}
.back{
    float: left;
    width: 10%;
}
.back img{
    width: 11px;
}
.h_title{
    float: left;
    width:80%;
    height: 50px;
    color: #333;
    font-weight: bold;
    text-align: center;
}
.h_index {
    float: left;
    width: 10%;
    text-align: right;
}
.h_index img{
    width: 22px;
}

/*center*/
.center{
    width: 100%;
    min-height: calc(100vh - 267px);
    margin-bottom: 60px;
    padding-top: 15px;
}
.right_content{
    width: 100%;
}
/*my_info*/
.my_info_main{
    width: 88%;
    color: #696969;
    padding: 20px 3%;
    margin: 0 auto;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px #efefef;
}
.info_item{
    width: 90%;
    margin: 0 auto;
    margin-bottom: 15px;
}
.info_title{
    display: none;
}
.info_input{
    position: relative;
    width: 100%;
}
.info_input input{
    width: 92%;
    height: 40px;
    line-height: 40px;
    padding:0 4%;
    outline: none;
    border: 1px #9fa0a0 solid;
    border-radius: 5px;
}
.info_input #filePath{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.info_input select {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 3%;
    outline: none;
    color: #333333;
    border: 1px #9fa0a0 solid;
    border-radius: 5px;
}
.info_prompt{
    display: none;
}
.teacher_tips{
    width: 90%;
    margin: 0 auto;
    text-align: center;
    color: red;
    margin-bottom: 15px;
}
.confirm{
    width: 90%;
    margin: 0 auto;
    margin-top: 15px;
    text-align: center;
}
.confirm button{
    width: 100%;
    height: 42px;
    font-size: 15px;
    text-align: center;
    line-height: 42px;
    border-radius: 5px;
}
.confirm_btn{
    color: #fff;
    margin-bottom: 10px;
    background-color: #fe4433;
}
.loginout_btn{
    color: #333;
    margin-left: 0!important;
    background-color: lightgrey;
}
.page_prompt{
    width: 90%;
    margin: 0 auto;
    font-size: 12px;
    line-height: 20px;
}
.tips_info{
    width: 90%;
    margin: 0 auto;
    color: #999;
    margin-top: 15px;
    font-size: 14px;
    text-align: center;
}

/*event_switching*/
.event_switching{
    display: flex;
    width: 94%;
    padding: 0 3%;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.event_switching:after{
    display: none;
}
.event_item{
    min-width: 130px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: #edcec2;
    padding: 0 10px;
    border-radius: 4px;
    margin: 5px;
}
.event_item a{
    color: floralwhite;
}
.event_active{
    font-weight: bold;
    background-color: orangered;
}
.event_active a{
    color:#fff;
}

/*sign_up*/
.sign_up_main{
    width: 88%;
    margin: 0 auto;
    margin-top: 10px;
    padding: 20px 3% 50px 3%;
    background-color: #fff;
    border-radius: 10px;
}
.contest_title{
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.sign_up_explain{
    width: 94%;
    margin: 0 auto;
    margin-top: 15px;
}
.subject_main{
    width: 100%;
    margin-top: 10px;
}
.choice_subject{
    display: flex;
    float: left;
    width: 46%;
    min-height: 65px;
    text-align: center;
    margin: 6px 2%;
    padding: 10px 0;
    color: #666;
    border-radius: 10px;
    background-color: #d5d5d9;
    background: linear-gradient(to right, #d5d5d9, #eaebfb);
    align-items: center;
    justify-content: center;
}
.sign_up_success{
    color: #fff;
    background-color: #ff8b10;
    background: linear-gradient(to right, #ffb11e, #ff8b10);
}
.sub_checkbox{
    padding-right: 6px;
}
.subject_info label{
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0;
}
.sign_up_operate a{
    color: #ff8d11;
    padding: 0 15px;
    margin: 0 5px;
    font-size: 14px;
    line-height: 28px;
    background-color: #fff;
    border-radius: 6px;
}
.sign_up_btn{
    width: 100%;
    margin-top: 20px;
    text-align: center;
}
.sign_up_btn input {
    width: 100%;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    border-radius: 6px;
    letter-spacing: 2px;
    border: none;
    outline: none;
    color: #fff;
    background-color: #fe4433;
}

.exam_center_list{
    width: 100%;
}
.exam_center{
    float: none;
    width: 96%;
    color: #fff;
    background-color: #ff8b10;
    background: linear-gradient(to right, #ffb11e, #ff8b10);
}
.exam_center p{
    width: 100%;
    font-size: 14px;
    text-align: center;
}

/*login*/
.login_center{
    width: 100%;
    min-height: calc(100vh - 192px);
    background: url(../images/login_bgm.png) no-repeat center;
}
.login_btn{
    width: 200px;
    margin: 0 auto;
    line-height: 30px;
    padding-top: 22vh;
    text-align: center;
    color: #474d58;
}
.login_btn img{
    width: 132px;
    margin-bottom: 10px;
}
.privacy{
    width: 100%;
    color: #474d58;
    font-size: 15px;
    text-align: center;
}
.privacy input{
    margin-right: 5px;
}
.privacy input[type="checkbox"] {
    width: 14px;
    height: 16px;
}
.privacy input[type="checkbox"]::after {
    width: 14px;
    height: 14px;
}
.privacy input[type="checkbox"]:checked::after {
    line-height: 14px;
    font-size: 12px;
}
.privacy a{
    color: cornflowerblue;
}

/*volunteer*/
.volunteer_main{
    width: 88%;
    margin: 0 auto;
    margin-top: 10px;
    padding: 12px 3% 50px 3%;
    background-color: #fff;
    border-radius: 10px;
}
.v_join{
    width: 100%;
    margin: 20px 0;
    text-align: center;
}
.v_join a{
    width: 110px;
    height: 42px;
    padding: 0 20px;
    margin-top: 6px;
    font-size: 16px;
    color: #fff;
    border-radius: 6px;
    line-height: 42px;
    background-color: #434bfc;
}
.v_notic{
    width: 100%;
    margin-top: 15px;
}
.v_title{
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 6px;
}
.invite_link,.invite_poster,.upload_invite_info{
    padding: 12px;
    margin: 10px 0;
    border-radius: 10px;
    background-color: aliceblue;
}
.invite_poster button,.invite_link button{
    width: 145px;
    height: 40px;
    font-size: 16px;
    border: none;
    color: #fff;
    border-radius: 10px;
    background-color: #fe4433;
    margin-top: 10px;
}
.invite_img{
    width: 100%;
    margin-top: 10px;
    text-align: center;
}
.invite_img li{
    float: left;
    width: 46%;
    padding: 0 2%;
    margin-bottom: 10px;
}
.invite_img li:first-child{
    width: 96%;
}
.invite_img img{
    width: 100%;
    max-width: 200px;
    height: auto;
}
.invite_img a{
    color: red;
}
.volunteer_main .layui-form-label{
    float: none;
    width: 100%;
    padding: 0;
    color: #666;
    font-size: 15px;
    text-align: left;
}
.volunteer_main .layui-input-block{
    margin-left: 0;
    margin-top: 10px;
}
.volunteer_main textarea{
    font-size: 15px;
    resize: none;
    padding: 10px;
    border-radius: 6px;
    border: 1px #e5e5e5 solid;
}
#uploadInviteFile{
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border-radius: 6px;
    letter-spacing: 2px;
    background-color: #fe4433;
}
.upload_inviteimg{
    position: relative;
    width: 100%;
}
.upload_inviteimg img{
    width: 297px;
    height: 55px;
}
.upload_inviteimg #uploadInviteimg{
    position: absolute;
    top: 0;
    left: 0;
    width: 297px;
    height: 55px;
    font-size: 17px;
    opacity: 0;
    filter: alpha(opacity = 0);
}
.upload_inviteimg #uploadInviteimg:hover {
    opacity: 0;
    filter: alpha(opacity = 0);
}


/*my_school_apply*/
.my_school_apply{
    width: 94%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.my_school_result{
    padding: 12px 3%;
    color: #f84064;
    background-color: #fcf8f7;
}
.my_school_info{
    padding: 15px 3% 50px 3%;
}
.my_school_info button{
    height: 36px;
    padding:0 15px;
    margin-top: 6px;
    border-radius: 6px;
    line-height: 36px;
    background-color: #434bfc;
}

/*team*/
.team_content{
    width: 88%;
    margin: 0 auto;
    margin-top: 10px;
    padding: 12px 3% 50px 3%;
    background-color: #fff;
    border-radius: 10px;
}
.invite_operate{
    width: 100%;
    margin-bottom: 15px;
}
.invite_page{
    float: left;
    width: 120px;
}
.invite_page select{
    width: 120px;
    height: 32px;
    color: #999;
    padding-left: 10px;
    border: 1px #e5e5e5 solid;
    border-radius: 6px;
}
.invite_search{
    float: left;
    width: 180px;
    height: 32px;
    margin-left: 10px;
    border: 1px #e5e5e5 solid;
    border-radius: 6px;
}
#search{
    width: 140px;
    height: 32px;
    border: none;
    background-color: transparent;
    border-radius: 5px;
    outline: none;
    padding-left: 10px;
}
.invite_search input::-webkit-input-placeholder{
    color:#999;
}
.invite_search input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#999;
}
.invite_search input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#999;
}
.invite_search input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#999;
}
.s_btn{
    float: right;
    display: inline-block;
    width: 30px;
    height: 32px;
    background: url(../images/search_05.png) no-repeat;
    background-size: 20px 20px;
    background-position: center center;
    text-decoration: none;
    border: none;
    outline: none;
}
.download_invitedata{
    float: left;
    width: 100%;
    margin-top: 10px;
}
.download_invitedata button{
    width: 150px;
    height: 32px;
    font-size: 15px;
    border: none;
    color: #fff;
    line-height: 32px;
    border-radius: 6px;
    background-color: #ff844f;
}
.team_data{
    width: 100%;
    margin-top: 5px;
    text-align: center;
    border-collapse: collapse;
    border: 1px #e5e5e5 solid;
}
.team_data tr td{
    /*width: 20%;*/
    font-size: 14px;
    padding: 8px;
    border: 1px #e5e5e5 solid;
}
.team_data tr:first-child td{
    background: #f4f6f9;
    font-size: 16px;
}

/*personal*/
.presonal_con{
    width: 100%;
    min-height: calc(100vh - 125px);
}
.personal_user{
    display: flex;
    width: 94%;
    color: #333;
    padding: 18px 3%;
    justify-content: flex-start;
    align-items: center;
}
.personal_user img{
    width: 68px;
    height: 68px;
    margin-right: 10px;
    border-radius: 50%;
}
.p_name{
    font-size: 16px;
    font-weight: bold;
}
.p_school{
    padding-left: 26px;
    background: url("../images/icon_school.png") no-repeat;
    background-size: 20px auto;
    background-position: left center;
}
.left_menu{
    width: 88%;
    padding: 10px 3%;
    margin: 0 auto;
    margin-bottom: 60px;
    background-color: #fff;
    border-radius: 6px;
}
.menu_item{
    position: relative;
    height: 52px;
    line-height: 52px;
    padding-left: 5px;
    border-bottom: 1px #efefef solid;
}
.menu_item:last-child{
    border-bottom: none;
}
.menu_item a{
    width: 100%;
}
.menu_item::after{
    display: inline-block;
    content: ' ';
    position: absolute;
    right: 5px;
    width: 30px;
    height: 52px;
    background: url(../images/icon_into.png) no-repeat;
    background-size: auto 13px;
    background-position: right center;
}


.footer{
    width: 94%;
    padding: 15px 3%;
    font-size: 13px;
    letter-spacing: 0;
    color: #fff;
    line-height: 28px;
    background-color: #222;
}
.footer a{
    color: #fff;
}
.f_qun{
    padding-left: 27px;
    background: url("../images/icon_01.png") no-repeat;
    background-size: 20px auto;
    background-position: left center;
}
.f_email{
    padding-left: 27px;
    background: url("../images/icon_02.png") no-repeat;
    background-size: 20px auto;
    background-position: left center;
}
.f_tel{
    padding-left: 27px;
    background: url("../images/icon_03.png") no-repeat;
    background-size: 20px auto;
    background-position: left center;
}
.f_right{
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
.f_right img{
    width: 110px;
    height: 110px;
}
.piaochuang{
    position: fixed;
    top:calc((100vh - 152px) / 2);
    right: 0;
    z-index: 2;
    width: 80px;
    height: 152px;
    background: url("../images/piaochuang.png") no-repeat;
    background-size: 100% 100%;
}
.pc_bm{
    width: 61px;
    height: 57px;
    margin-left: 9px;
    margin-top: 14px;
    border-radius: 8px;
}
.pc_qun{
    width: 61px;
    height: 61px;
    margin-left: 9px;
    border-radius: 8px;
}

.slideLeft{
    animation-name: slideLeft;
    -webkit-animation-name: slideLeft;

    animation-duration: 1s;
    -webkit-animation-duration: 1s;

    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;

    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;

}
@keyframes slideLeft {
    0% {
        transform: translateX(150%);
        opacity: 0;
    }
    100% {
        transform: translateX(0%);
        opacity: 1;
    }
}
@-webkit-keyframes slideLeft {
    0% {
        -webkit-transform: translateX(150%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0%);
        opacity: 1;
    }
}

.slideRight{
    animation-name: slideRight;
    -webkit-animation-name: slideRight;

    animation-duration: 1s;
    -webkit-animation-duration: 1s;

    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;

    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;

}
@keyframes slideRight {
    0% {
        transform: translateX(0%);
        opacity: 0;
    }
    100% {
        transform: translateX(150%);
        opacity: 1;
    }
}
@-webkit-keyframes slideRight {
    0% {
        -webkit-transform: translateX(0%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(150%);
        opacity: 1;
    }
}



/*payment_modal*/
.payment_modal_bg{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.3);
}
.payment_modal{
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1001;
    width: 100%;
    border-radius: 12px 12px 0 0;
    background-color: #fff;
}
.modal_pay_amount{
    width: 100%;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0;
    padding-top: 40px;
    border-radius: 12px 12px 0 0;
    background-image: linear-gradient(to bottom,#f9d9d7,#fff);
}
.modal_pay_amount .price{
    color: #333;
    font-size: 33px;
}
.modal_main{
    width: 90%;
    padding:0 5% 65px 5%;
}
.current_choice{
    width: 100%;
    margin: 20px 0;
}
.current_choice span:last-child{
    margin-left: 10px;
    color: #666;
    border-bottom: 1px #f4f6f9 solid;
    display: inline-block;
    width: 75%;
}
.payment_method{
    width: 90%;
    padding: 20px 5% 60px 5%;
    background-color: #f4f6f9;
    border-radius: 12px;
}
.payment_method>p{
    color: #666;
    font-size: 16px;
}
.select_method{
    width: 100%;
}
.wxpay{
    display: flex;
    margin-top:20px;
    padding-left: 35px;
    background: url(../images/wxpay.png) no-repeat;
    background-size: 25px 25px;
    background-position: 0 8px;
    justify-content: space-between;
}
.alipay{
    display: flex;
    margin-top:27px;
    padding-left: 35px;
    background: url(../images/zfb.png) no-repeat;
    background-size: 25px 25px;
    background-position: 0 8px;
    justify-content: space-between;
}
.wxpay p:last-child,.alipay p:last-child{
    color: #666;
    font-size: 13px
}
.pay_method_radio{
    width: 20px;
    height: 20px;
    color: #fff;
    text-align: center;
    line-height: 18px;
    font-size: 20px;
    margin-top: 6px;
    border: 2px #e4e6e8 solid;
    border-radius: 50%;
    background-color: #fff;
}
.pay_active .pay_method_radio{
    color: #fff;
    background-color: #d14539;
    border-color: #d14539;
}
.confirm_pay_btn{
    width: 100%;
    height: 50px;
    color: #fff;
    background-color: #448ef7;
    border-radius: 10px;
    margin-top: 20px;
    text-align: center;
    line-height: 50px;
    font-size: 17px;
}
.payway{
    padding:2vh 0;
    font-size: 13px;
}
.payment_reault_modal {
    display: none;
    position: fixed;
    z-index: 1002;
    left: 0;
    bottom:0;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    background-color: rgba(0,0,0,0.4);
}
.modal-content {
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom:0;
    background-color: #fefefe;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    width: 90%;
    animation: topDown 0.4s;
}
@keyframes topDown {
    from {bottom: -100px; opacity: 0}
    to {bottom:0; opacity: 1}
}
.bottom_pay_btn{
    position:absolute;
    bottom:0.5vh;
    width:89%;
    height:33px;
    line-height: 33px;
    color: #fff;
    text-align: center;
    background:#dc443b;
    border-radius:4px;

}
.modal-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.payment_close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.result_main{
    width: 88%;
    margin: 0 auto;
    margin-top: 10px;
    padding: 20px 3% 50px 3%;
    background-color: #fff;
    border-radius: 10px;
}
.obtain_prize{
    width: 100%;
    margin: 0 auto;
    /*padding-top: 20px;*/
    text-align: left;
    font-size: 16px;
    font-weight: bold;
}
.obtain_prize span{
    color: #bd270e;
}

.score_list_container{
    width: 100%;
    line-height: 36px;
    margin: 10px auto;
    margin-top: 30px;
    text-align: center;
    background-color: #fff;
    padding: 12px 0;
    border-radius: 10px;
    box-shadow: 0 0 10px #b9bbf5;
}
.score_list{
    width: 100%;
}
.score_list td{
    padding: 5px;
    border-right: 1px #fee1db solid;
}
.score_list tr td:first-child{
    width: 66px;
}
.score_list tr td:last-child{
    border: none;
}
.score_mark{
    color: #bd270e;
    font-size:24px;
}
.score_tips{
    font-size: 15px;
    color: #868686;
    margin-top: 20px;
}
.score_tips table{
    width: 52%;
    margin:6px auto;
    border: 1px #969696 solid;
}
.score_tips table tr td{
    border: 1px #969696 solid;
}
.result_btn{
    width: 75%;
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
}
.result_btn a{
    width: 180px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    margin: 10px;
    border-radius: 30px;
}
.dodgerblue_btn{
    background-color: dodgerblue;
}


.payment_close:hover {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


/*face_collect*/
.face_collect{
    width: 88%;
    color: #696969;
    padding: 20px 3% 100px 3%;
    margin: 0 auto;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px #efefef;
}
.face_collect_btn {
    width: 180px;
    height: 42px;
    color: #fff;
    text-align: center;
    line-height: 42px;
    border-radius: 10px;
    margin: 28px auto 0;
    background-color: #c63218;
    cursor: pointer;
}


/*gw_cert_apply*/
.gw_cert_apply_tips {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    margin-bottom: 15px;
    padding: 10px;
    color: #000;
    background-color: lavenderblush;
}
.address_area .form-group{
    margin-bottom: 15px;
}
.address_area .form-group:last-child{
    margin-bottom: 0;
}
.address_area select {
    width: 80%;
}
.gw_cert_apply input[type='checkbox']{
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-top: 7px;
}
.gw_cert_intro{
    width: 100%;
    color: #000;
    margin-top: 30px;
}
.gw_zs_demo{
    width: 100%;
    text-align: center;
}
.gw_zs_demo img{
    width: 270px;
}
.gw_cert_intro h4{
    font-weight: bold;
    font-size: 17px;
}
.gw_cert_intro>p{
    text-indent: 32px;
}


/*rank*/
.rank_center{
    padding-top: 0;
}
.rank_banner{
    width: 100%;
}
.rank_banner img{
    width: 100%;
}
.rank_explain{
    width: 88%;
    color: #62605f;
    text-indent: 32px;
    padding: 15px 3%;
    margin: 0 auto;
    margin-top: 15px;
    background-color: #fff;
    border: 1px #dcdddd solid;
}
.groups_level{
    width: 94%;
    margin:auto;
    margin-top: 15px;
    background-color: #f8e8cf;
    border: 1px #fdad30  solid;
}
.level_item{
    float: left;
    width:50%;
    margin: 0;
    border-radius: 0;
    height: 50px;
    text-align: center;
    line-height: 50px;
    letter-spacing: 2px;
    font-size: 17px;
    font-weight: bold;
}
.level_item a{
    display:block;
    color:#333;
}
.level_item_active{
    background-color: #fdad30;
}
.level_item_active a{
    color: #fff;
}
.rank_content{
    width: 94%;
    margin: 0 auto;
    padding-bottom: 20px;
    background-color: #fff;
    border: 1px #dcdddd solid;
}
.r_subject_list{
    width: 100%;
}
.r_sub{
    float: left;
    width: 33.3333%;
    text-align: center;
    margin-top: 10px;
}
.r_sub:last-child{
    margin-right: 0;
}
.r_sub a{
    display: inline-block;
    width: 92%;
    height: 36px;
    line-height: 36px;
    color: #333;
    letter-spacing: 0;
    border: 1px #099aff solid;
    background-color: #92cfff;
    border-radius: 30px;
}
.r_sub_active a{
    color: #fff;
    background-color: #095dff;
}
.rank_operate{
    width: 100%;
    margin-top: 20px;
}
.rank_more{
    width: 94%;
    margin: 0 auto;
}
.rank_more a{
    width: 100%;
    height: 36px;
    color: #fff;
    line-height: 36px;
    text-align: center;
    border-radius: 6px;
    background-color: orangered;
}
.rank_search{
    width: 94%;
    margin: 0 auto;
    margin-top: 15px;
}
.rank_search #search{
    width: 230px;
    height: 36px;
    background-color: #fcfcfc;
    border: 1px #e4e4e4 solid;
    border-radius: 5px;
    outline: none;
    padding-left: 15px;
    font-size: 16px;
}
.rank_search #search:active,#search:hover{
    border: 1px #095dff  solid;
    box-shadow: 0 0 10px #79a1ef;
}
.rank_search .s_btn{
    float: right;
    display: inline-block;
    width: 82px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #fff;
    background: #095dff ;
    border:none;
    outline: none;
    font-size: 16px;
    border-radius: 5px;
}
.table_rank{
    width: 100%;
    margin-top: 15px;
}
.table_rank thead{
    background-color: #e1e7f5;
}
.table_rank td {
    font-size: 13px;
    padding: 10px 5px;
    text-align: center;
    display: table-cell;
    vertical-align: inherit;
    border-bottom: 1px #e1e7f5 solid;
}
.table_rank thead td{
    width: 20%;
    border-bottom: 1px #e1e7f5 solid;
}
.table_rank tr:last-child td{
    border: none;
}