.center{
    width: 100%;
    min-height: 490px;
    padding-top: 35px;
    background: url("../images/page_personal_bg.jpg") no-repeat;
    background-size: 100% auto;
    background-position: left top;
    background-color: #f4f6f9 ;
}
.presonal_con{
    width: 1200px;
    margin: 0 auto;
}
/*left*/
.left_menu{
    float: left;
    width: 225px;
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
    padding-bottom: 100px;
}
.menu_item{
    width: 223px;
    height: 68px;
    line-height: 68px;text-align: left;
    border-left: 2px #fff solid;
}
.menu_item a{
    color: #333;
}
.menu_item_active{
    background-color: #f1f2f6;
    background-image: linear-gradient(to right,#fff,#ffedeb);
    border-left:2px #ff6127 solid;
}
.menu_item span{
    margin-left: 68px;
}

.right_content{
    float: right;
    width: 956px;
}

/*my_info*/
.my_info_main{
    background-color: #fff;
    border-radius: 6px;
    padding: 50px 50px 150px 50px;
}
.my_info_main .layui-form-item{
    float: left;
    clear: none;
    width: 40%;
    margin-right: 6%;
    margin-bottom: 30px;
}
.my_info_item .layui-form-label{
    float: none;
    width: 100%;
    padding: 0;
    color: #666;
    font-size: 15px;
    text-align: left;
}
.my_info_item .layui-input-block{
    margin-left: 0;
    margin-top: 10px;
}
.my_info_item input{
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    border-radius: 6px;
    border: 1px #e5e5e5 solid;
}
.my_info_item select{
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    border-radius: 6px;
    border: 1px #e5e5e5 solid;
}
.my_info_btn{
    width: 100%;
    text-align: left;
}
.my_info_btn .layui-input-block{
    margin-left: 0;
}
.my_info_btn button{
    width: 150px;
    height: 50px;
    line-height: 50px;
    font-size: 17px;
    border-radius: 6px;
    letter-spacing: 2px;
    background-color: #fe4433;
}

/*event_switching*/
.event_switching{
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 6px;
}
.event_item{
    float: left;
    width: 162px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    margin: 0 7px;
    border-radius: 6px;
    border: 1px #f8b6ad solid;
    background-color: #ffedeb;
}
.event_item a{
    width: 100%;
}
.event_active{
    background-image: linear-gradient(to right,#ff6025,#ff844f);
    border: 1px #d33211 solid;
}
.event_active a{
    color: #fff;
}


/*sign_up*/
.sign_up_main{
    background-color: #fff;
    border-radius: 6px;
    margin-top: 6px;
    padding: 30px 50px 150px 50px;
}
.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%;
    margin-top: 20px;
}
.choice_subject{
    display: flex;
    width: 94%;
    margin-bottom: 20px;
    padding: 10px 3%;
    border-radius: 10px;
    background-color: #ffedda;
    background-image: linear-gradient(to bottom, #ffedda, #fef3f2);
    align-items: center;
    justify-content: space-between;
}
.session_title{
    width: 75%;
}
.session_title span{
    font-size: 14px;
    color: #666;
}
.session_title span:first-child{
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-right: 5px;
}
.sub_checkbox{
    width: 25%;
    text-align: right;
}
.sub_checkbox input{
    position: relative;
    top: 4px;
    width: 20px;
    height: 20px;
}
.sub_checkbox a{
    height: 36px;
    line-height: 36px;
    border-radius: 10px;
    background: #c34501;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0;
    padding: 0 20px;
    margin-left: 5px;
    text-align: center;
}
.sub_checkbox a{
    display: inline-block;
    height: 36px;
    line-height: 36px;
    border-radius: 6px;
    background: #ff844f;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0;
    padding: 0 20px;
    margin: 5px;
    text-align: center;
}
.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;
}

/*volunteer*/
.volunteer_main{
    background-color: #fff;
    border-radius: 6px;
    margin-top: 6px;
    padding-bottom: 150px;
    overflow: hidden;
}
.contest_title_top{
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    background-color: #fff0e0;
    background-image: linear-gradient(to bottom,#fffefd,#fff0e0);
}
.volunteer_tab{
    width: 100%;
    border: 1px #e6e9f0 solid;
}
.v_tab_item{
    float: left;
    width: 200px;
    height: 68px;
    text-align: center;
    line-height: 68px;
    font-size: 15px;
    color: #666;
    border-right: 1px #e6e9f0 solid;
}
.v_tab_active{
    font-size: 17px;
    color: #000;
}
.zyz_content{
    display: none;
    padding: 30px 50px;
    word-break: break-all;
}
.zyz_content_block{
    display: block;
}
.invite_type{
    width: 786px;
    margin: 35px auto;
    text-align: center;
    color: #666;
}
.invite_poster{
    float: left;
    width: 299px;
    min-height: 416px;
    padding: 25px 0;
    text-align: center;
    margin: 0 45px;
    border: 2px #fbdfd4 solid;
    border-radius: 23px;
    background-image: linear-gradient(to bottom,#ffedeb,#fff4e7);
}
.invite_poster img{
    width: 200px;
    height: 356px;
    margin-bottom: 25px;
}
.invite_poster button,.invite_link button{
    width: 150px;
    height: 50px;
    font-size: 16px;
    border: none;
    color: #fff;
    border-radius: 10px;
    background-color: #fe4433;
    margin-top: 12px;
}
.invite_link{
    float: left;
    width: 299px;
    min-height: 416px;
    padding: 25px 0;
    margin: 0 45px;
    text-align: center;
    word-break: break-word;
    border: 2px #fbdfd4 solid;
    border-radius: 23px;
    background: url(../images/link_bg.png) no-repeat;
    background-size: 100% auto;
    background-color: #fff4e7;
}
.copytext{
    width: 240px;
    height: 244px;
    margin: 0 auto;
    margin-bottom: 25px;
    text-align: left;
    padding-top: 112px;
    color: #333;
    letter-spacing: 0;
}
.copytext p{
    font-weight: bold;
}
.zyz_tips{
    color: #666;
    font-size: 15px;
}
.zyz_data{
    width: 100%;
    margin-top: 5px;
    text-align: center;
    border-collapse: collapse;
    border: 1px #e5e5e5 solid;
}
.zyz_data tr td{
    /*width: 20%;*/
    font-size: 15px;
    padding: 8px;
    border: 1px #e5e5e5 solid;
}
.zyz_data tr:first-child td{
    background: #f4f6f9;
    font-size: 16px;
}
.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;
    min-width: 200px;
    text-align: right;
}
.download_invitedata button,.download_invitedata a{
    width: auto;
    height: 42px;
    font-size: 16px;
    border: none;
    color: #fff;
    padding: 0 15px;
    line-height: 42px;
    border-radius: 6px;
    margin-left: 5px;
    background-color: #ff844f;
}
.download_invitedata a{
    background-color: #e45621;
}


.zyz_content .layui-form-label{
    float: none;
    width: 100%;
    padding: 0;
    color: #666;
    font-size: 15px;
    text-align: left;
}
.zyz_content .layui-input-block{
    margin-left: 0;
    margin-top: 10px;
}
.zyz_content textarea{
    font-size: 16px;
    resize: none;
    padding: 10px;
    border-radius: 6px;
    border: 1px #e5e5e5 solid;
}
#uploadInviteFile{
    width: 150px;
    height: 50px;
    line-height: 50px;
    font-size: 17px;
    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;
    border-radius: 6px;
    margin-top: 6px;
    padding-bottom: 150px;
    overflow: hidden;
}
.my_school_result{
    padding: 15px 50px;
    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: #fe4433;
}


/*into_exam*/
.into_exam_main,.score_search_main{
    background-color: #fff;
    border-radius: 6px;
    margin-top: 6px;
    padding-bottom: 150px;
    overflow: hidden;
}
.exam_list{
    padding: 30px 50px;
}
.exam_item{
    padding: 30px;
    margin-bottom: 30px;
    text-align: center;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(168,169,169,0.3);
}
.exam_info{
    font-size: 17px;
    font-weight: bold;
}
.exam_info span{
    margin: 0 25px;
}
.exam_operate span,.exam_operate a{
    display: inline-block;
    width: 147px;
    height: 44px;
    color: #fff;
    cursor: pointer;
    margin: 0 25px;
    margin-top: 16px;
    text-align: center;
    line-height: 44px;
    border-radius: 6px;
    background-color: #fe4433;
}

.score_search_main .exam_item{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.current_score{
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    border-radius: 50%;
    background-color: #f68923;
    background-image:linear-gradient(to bottom,#f5b579,#f68923);
}
.current_exam{
    width: calc(100% - 130px);
    padding-left: 10px;
    text-align: left;
}