.page_mobile{
    display: none;
}
.page_container{
    min-width: 1200px;
    letter-spacing: 1px;
    font-size: 16px;
    color: #333;
    line-height: 32px;
    background: url("../images/inside_page_bg.jpg") no-repeat;
    background-size: 100% auto;
    background-color: #f9f9f9;
}
/*header*/
.header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width:100%;
    height:80px;
    line-height:80px;
    margin:auto;
    background-color:#fff;
}
.h_mian{
    width:1200px;
    margin:auto;
}
.h_logo{
    float:left;
    width: 54px;
}
.h_logo img{
    width: 54px;
}
.h_nav{
    float:left;
    margin-left: 25px;
}
.h_nav li{
    position: relative;
    float:left;
    text-align:center;
    color:#333;
    cursor:pointer;
    margin-right: 25px;
}
.h_nav a{
    color:#333;
    display:inline-block;
}
.h_login{
    float:right;
}
.h_login a{
    display:inline-block;
    min-width:80px;
    height:35px;
    color: #fff;
    line-height:35px;
    text-align:center;
    border-radius:30px;
    margin-left: 5px;
    padding: 0 15px;
    background-color: #434bfc;
}

/*nav-drop-down*/
.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;
}

.nav_menu_home{
    display: none;
    position: absolute;
    top: 60px;
    left: calc((100% - 200px) / 2);
    width: 200px;
    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_home a{
    display: inline-block;
    width: 100%;
    color: #333;
}
.nav_menu_home:before{
    content: ' ';
    display: inline-block;
    position: absolute;
    top: -17px;
    left: 30px;
    width: 0;
    height: 0;
    border: 10px transparent solid;
    border-bottom: 10px #fff solid;
}

/*center*/
.center{
    width: 100%;
    min-height: calc(100vh - 398px);
    margin-top: 80px;
    padding-bottom: 80px;
}
.inside_center{
    width: 1200px;
    margin: 0 auto;
    padding-top: 45px;
}
.left_menu{
    float: left;
    width: 225px;
    padding-top: 120px;
    padding-bottom: 60px;
    background: url("../images/avatar.png") no-repeat;
    background-size: 84px auto;
    background-position: center 12px;
    background-color: #fff;
    border-radius: 6px;
}
.menu_item{
    width: 220px;
    height: 56px;
    line-height: 56px;
    margin-bottom: 10px;
    border-left: 5px #fff solid;
}
.menu_item a{
    width: 100%;
    color: #333;
    padding-left: 50px;
}
.menu_item_active{
    background-image: linear-gradient(to right,#fff,#e3e5fe);
    border-left: 5px #434bfc solid;
}
.right_content{
    float: right;
    width: 950px;
    border-radius: 6px;
    overflow: hidden;
}
.p_title{
    width:90%;
    height: 40px;
    line-height: 40px;
    padding: 0 5%;
    font-size: 17px;
    font-weight: bold;
    background: url("../images/icon_07.png") no-repeat;
    background-size: 10px auto;
    background-position: 24px center;
    background-color: #92cfff;
}
/*my_info*/
.my_info_main{
    padding: 30px;
    background-color: #fff;
}
.info_item{
    width: 576px;
    margin: 0 auto;
    margin-bottom: 25px;
}
.info_title{
    float: left;
    width: 112px;
    height: 40px;
    color: #9fa0a0;
    text-align: right;
    line-height: 40px;
    font-size: 15px;
}
.info_input{
    position: relative;
    float: left;
    width: 345px;
}
.info_input input{
    width: 290px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    margin-left: 10px;
    padding:0 20px;
    outline: none;
    border: 1px #9fa0a0 solid;
    border-radius: 5px;
}
.info_input #filePath{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.info_input select {
    width: 332px;
    height: 42px;
    line-height: 40px;
    font-size: 16px;
    margin-left: 10px;
    padding: 0 17px;
    outline: none;
    color: #333333;
    border: 1px #9fa0a0 solid;
    border-radius: 5px;
}
.info_prompt{
    float: left;
    width: 55px;
    color: #f97070;
    font-size: 13px;
    line-height: 40px;
    text-align: left;
    margin-left: 10px;
}
.confirm{
    width: 100%;
    margin-top: 20px;
    text-align: center;
}
.confirm button{
    width: 240px;
    height: 46px;
    font-size: 16px;
    text-align: center;
    line-height: 46px;
    border-radius: 5px;
}
.confirm_btn{
    color: #fff;
    background-color: #fe4433;
}
.loginout_btn{
    color: #333;
    background-color: lightgrey;
}
.page_prompt{
    font-size: 13px;
    text-align: center;
}
.tips_info{
    width: 100%;
    color: #999;
    margin-top: 20px;
    font-size: 15px;
    text-align: center;
}

/*event_switching*/
.event_switching{
    padding: 20px 15px;
    background-color: #fff;
    border-radius: 6px;
}
.event_item{
    float: left;
    width: 186px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    margin: 0 15px;
    border-radius: 6px;
    border: 1px #9ca0fd solid;
    background-color: #eaebfb;
}
.event_item a{
    color: #434bfc;
}
.event_active{
    background-image: linear-gradient(to bottom,#5c86fe,#445afe);
    border: 1px #434bfc solid;
}
.event_active a{
    color: #fff;
}


/*sign_up*/
.sign_up_main{
    background-color: #fff;
    border-radius: 6px;
    margin-top: 6px;
    padding: 30px 30px 150px 30px;
}
.contest_title{
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.sign_up_explain{
    width: 94%;
    margin: 0 auto;
    margin-top: 15px;
}
.subject_main{
    width: 100%;
}
.choice_subject{
    display: flex;
    float: left;
    width: 268px;
    min-height: 65px;
    text-align: center;
    margin: 16px 14px;
    padding: 12px 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: 20px;
}
.subject_info label{
    font-size: 18px;
    font-weight: bold;
}
.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: 40px;
    text-align: center;
}
.sign_up_btn input {
    width: 150px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 6px;
    color: #fff;
    border: none;
    outline: none;
    font-size: 17px;
    background-color: #fe4433;
}


.exam_center_list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.exam_center{
    width: 410px;
    margin: 16px 17px;
    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 - 265px);
    background: url(../images/login_bg.png) no-repeat center;
}
.login_btn{
    width: 200px;
    margin: 0 auto;
    line-height: 30px;
    padding-top: 22vh;
    text-align: center;
    color: #474d58;
    font-size: 15px;
}
.login_btn img{
    width: 150px;
    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{
    margin-top: 6px;
    border-radius: 6px;
    padding: 15px 30px;
    padding-bottom: 150px;
    background-color: #fff;
}
.v_join{
    width: 100%;
    margin: 20px 0;
    text-align: center;
}
.v_join a{
    width: 180px;
    height: 50px;
    padding:0 30px;
    margin-top: 6px;
    font-size: 16px;
    color: #fff;
    border-radius: 6px;
    line-height: 50px;
    background-color: #434bfc;
}
.v_notic{
    width: 100%;
    margin-top: 20px;
}
.v_title{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.invite_link,.invite_poster,.upload_invite_info{
    padding: 15px 20px;
    margin: 10px 0;
    border-radius: 10px;
    background-color: aliceblue;
}
.invite_poster button,.invite_link button{
    width: 180px;
    height: 42px;
    font-size: 16px;
    border: none;
    color: #fff;
    border-radius: 10px;
    background-color: #fe4433;
    margin-top: 12px;
}
.invite_img{
    width: 100%;
    margin-top: 10px;
    text-align: center;
}
.invite_img li{
    float: left;
    width: 33.3333%;
}
.invite_img img{
    width: 200px;
    height: auto;
}
.invite_img a{
    color: red;
}
.upload_invite_info .layui-form-label{
    float: none;
    width: 100%;
    padding: 0;
    color: #666;
    font-size: 15px;
    text-align: left;
}
.upload_invite_info .layui-input-block{
    margin-left: 0;
    margin-top: 10px;
}
.upload_invite_info textarea{
    font-size: 16px;
    resize: none;
    padding: 10px;
    border-radius: 6px;
    border: 1px #e5e5e5 solid;
}
#uploadInviteFile{
    width: 150px;
    height: 42px;
    line-height: 42px;
    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{
    background-color: #fff;
    padding-bottom: 150px;
}
.my_school_result{
    padding: 15px 30px;
    color: #f84064;
    background-color: #fcf8f7;
}
.my_school_info{
    padding: 20px 30px;
}
.my_school_info button{
    height: 42px;
    padding:0 30px;
    margin-top: 6px;
    font-size: 16px;
    border-radius: 6px;
    background-color: #434bfc;
}

/*team*/
.team_content{
    margin-top: 6px;
    border-radius: 6px;
    padding: 15px 30px;
    padding-bottom: 150px;
    background-color: #fff;
}
.invite_operate{
    width: 100%;
    margin-bottom: 15px;
}
.invite_page{
    float: left;
    width: 120px;
}
.invite_page select{
    width: 120px;
    height: 42px;
    color: #999;
    padding-left: 10px;
    border: 1px #e5e5e5 solid;
    border-radius: 6px;
}
.invite_search{
    float: left;
    width: 180px;
    height: 42px;
    margin-left: 10px;
    border: 1px #e5e5e5 solid;
    border-radius: 6px;
}
#search{
    width: 140px;
    height: 42px;
    border: none;
    background-color: transparent;
    border-radius: 5px;
    outline: none;
    padding-left: 10px;
    font-size: 16px;
}
.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: 42px;
    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: right;
    width: 150px;
}
.download_invitedata button{
    width: 150px;
    height: 42px;
    font-size: 16px;
    border: none;
    color: #fff;
    line-height: 42px;
    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: 15px;
    padding: 8px;
    border: 1px #e5e5e5 solid;
}
.team_data tr:first-child td{
    background: #f4f6f9;
    font-size: 16px;
}





/*footer*/
.footer{
    width: 100%;
    margin: 0 auto;
    font-size: 15px;
    line-height: 32px;
    background: #2b303b;
}
.f_main{
    width: 1200px;
    margin: 0 auto;
    color: #fff;
    padding: 35px 0;
}
.f_main a{
    color:#f5f7f9;
}
.f_left,.f_center{
    float: left;
    width: 400px;
    text-align: left;
    padding-right: 20px;
    line-height: 50px;
}
.f_qun{
    padding-left: 38px;
    background: url("../images/icon_01.png") no-repeat;
    background-size: 30px auto;
    background-position: left center;
}
.f_email{
    padding-left: 38px;
    background: url("../images/icon_02.png") no-repeat;
    background-size: 30px auto;
    background-position: left center;
}
.f_tel{
    padding-left: 38px;
    background: url("../images/icon_03.png") no-repeat;
    background-size: 30px auto;
    background-position: left center;
}
.f_right{
    float: right;
    width: 200px;
    text-align: center;
}
.ewm_item{
    float: left;
    width: 200px;
}
.f_right img{
    width: 110px;
    height: 110px;
}
.f_beian{
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
}
.piaochuang{
    position: fixed;
    top:calc((100vh - 246px) / 2);
    right: 0;
    z-index: 2;
    width: 141px;
    height: 264px;
    background: url("../images/piaochuang.png") no-repeat;
    background-size: 100% 100%;
}
.pc_bm{
    width: 107px;
    height: 98px;
    margin-left: 17px;
    margin-top: 25px;
    border-radius: 8px;
}
.pc_qun{
    width: 107px;
    height: 99px;
    margin-left: 17px;
    margin-top: 8px;
    border-radius: 8px;
}




/*result*/
.result_main{
    width: 962px;
    padding: 30px 0 100px 0;
    background-color: #fff;
}
.obtain_prize{
    width: 82%;
    margin: 0 auto;
    padding-top: 12px;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
}
.obtain_prize span{
    color: #bd270e;
}
.score_list_container{
    width: 82%;
    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: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;
}
.orangered_btn{
    background-color: orangered;
}
.darkorange_btn{
    background-color: darkorange;
}
.bd270e_btn{
    background-color: #bd270e;
}

/*face_collect*/
.face_collect{
    min-height: 600px;
    padding: 30px;
    background-color: #fff;
}
.face_collect_btn {
    width: 334px;
    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: 17px;
    text-align: center;
    margin-bottom: 25px;
    padding: 10px;
    background-color: lavenderblush;
}
.gw_cert_apply .info_item {
    width: 672px;
}
.gw_cert_apply .info_title{
    width: 160px;
}
.gw_upload_img{
    margin-left: 10px;
}
.address_area{
    width: 512px;
}
.address_area .form-group{
    display: inline-block;
    margin-bottom: 10px;
}
.address_area .form-group:last-child{
    margin-bottom: 0;
}
.address_area select {
    width: 125px;
    padding: 0 5px;
}
.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: 320px;
}
.gw_cert_intro h4{
    font-weight: bold;
    font-size: 17px;
}
.gw_cert_intro>p{
    text-indent: 34px;
}
.gw_cert_subject{
    margin-left: 180px;
}

/*rank*/
.rank_banner{
    width: 100%;
    height: 400px;
    background: url("../images/csrank_banner.jpg") no-repeat center;
}
.rank_explain{
    width: 1138px;
    color: #62605f;
    text-indent: 34px;
    padding: 14px 30px 14px 30px;
    margin: 0 auto;
    margin-top: 20px;
    background-color: #fff;
    border: 1px #dcdddd solid;
}
.groups_level{
    width: 1198px;
    margin:auto;
    margin-top: 20px;
    background-color: #f8e8cf;
    border: 1px #fdad30  solid;
}
.level_item{
    float: left;
    width:50%;
    margin: 0;
    border-radius: 0;
    height: 60px;
    text-align: center;
    line-height: 60px;
    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: 1138px;
    padding: 20px 30px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px #dcdddd solid;
}
.r_subject_list{
    width: 100%;
}
.r_sub{
    float: left;
    width: 149px;
    text-align: center;
    margin-right: 15px;
}
.r_sub:last-child{
    margin-right: 0;
}
.r_sub a{
    display: inline-block;
    width: 100%;
    height: 52px;
    line-height: 52px;
    color: #333;
    border: 1px #099aff solid;
    background-color: #92cfff;
    border-radius: 10px;
}
.r_sub_active a{
    color: #fff;
    background-color: #095dff;
}
.rank_operate{
    width: 100%;
    margin-top: 30px;
}
.rank_more{
    float: left;
    width: 240px;
    height: 45px;
}
.rank_more a{
    width: 200px;
    height: 45px;
    color: #fff;
    line-height: 45px;
    text-align: center;
    border-radius: 10px;
    background-color: orangered;
}
.rank_search{
    float: right;
    width: 335px;
    height: 38px;
}
.rank_search #search{
    width: 230px;
    height: 45px;
    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: 45px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    background: #095dff ;
    border:none;
    outline: none;
    font-size: 16px;
    border-radius: 5px;
}
.table_rank{
    width: 100%;
    margin-top: 30px;
}
.table_rank thead{
    height: 78px;
    line-height: 78px;
    background-color: #e1e7f5;
}
.table_rank tr{
    line-height: 70px;
}
.table_rank td {
    text-align: center;
    display: table-cell;
    vertical-align: inherit;
    border-bottom: 1px #e1e7f5 solid;
}
.table_rank thead td{
    width: 25%;
    border-bottom: 1px #e1e7f5 solid;
}
.table_rank tr:last-child td{
    border: none;
}
