.page_container {
    background-color: #ececf4;
}
.header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 94%;
    height: 50px;
    line-height: 50px;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    padding: 0 3%;
    background-color: #d04936;
    background-image: linear-gradient(to right, #d04936, #e2643e);
}
.back{
    float: left;
    width: 10%;
}
.back img{
    width: 12px;
}
.h_title{
    float: left;
    width:80%;
    height: 50px;
    text-align: center;
}
.backindex {
    float: left;
    width: 10%;
    text-align: right;
}
.backindex img{
    width: 25px;
}
.p_banner{
    width: 94%;
    color: #fff;
    padding: 20px 3% 40px 3%;
    background-color: #d04936;
    background-image: linear-gradient(to right, #d04936, #e2643e);
}
.p_banner img{
    width: 68px;
    height: 68px;
    margin-right: 10px;
    border-radius: 50%;
}
.p_center {
    width: 94%;
    margin: 0 auto;
    margin-top: -20px;
}
.p_left {
    width: 100%;
    color: #696969;
    padding: 10px 0;
    border-radius: 10px;
    background-color: #fff;
}
.p_menu_list{
    width: 100%;
}
.left_menu{
    float: left;
    width: 25%;
    padding: 12px 0;
    text-align: center;
    line-height: 16px;
}
.left_menu_active a{
    color: #cc361d;
}
.xb_menu .left_menu{
    width: 33.3333333%;
}
.left_menu a{
    padding-top: 35px;
    background-repeat: no-repeat;
    background-size: 26px auto;
    background-position: center top;
}
.menu_icon1{
    background-image: url("../images/icon_01.png");
}
.menu_icon2{
    background-image: url("../images/icon_02.png");
}
.menu_icon3{
    background-image: url("../images/icon_03.png");
}
.menu_icon4{
    background-image: url("../images/icon_04.png");
}
.menu_icon5{
    background-image: url("../images/icon_05.png");
}
.menu_icon6{
    background-image: url("../images/icon_06.png");
}
.menu_icon7{
    background-image: url("../images/icon_07.png");
}
.menu_icon8{
    background-image: url("../images/icon_08.png");
}
.p_right{
    width: 100%;
    color: #696969;
    padding: 25px 0;
    margin-top: 15px;
    border-radius: 10px;
    background-color: #fff;
}
.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: #c63218;
}
.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;
}
/*signup*/
.gz_wxchat {
    width: calc(94% - 130px);
    min-height: 96px;
    margin: 0 auto;
    padding: 12px 0;
    padding-left: 130px;
    font-size: 13px;
    line-height: 24px;
    background: url(../images/wechatqrcode.jpg) no-repeat;
    background-size: 120px 120px;
}
.signup_main{
    width: 100%;
    text-align: center;
}
.signup_main>img{
    width: 140px;
    margin-top: 24px;
}
.signup_main>p:nth-child(2){
    margin-top: 20px;
    font-size: 17px;
    font-weight: bold;
}
.moni,.chusai,.apply_xb{
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px #c63218 solid;
    border-radius: 30px;
    color: #c63218;
    font-size: 17px;
    margin-top: 20px;
    background-color: #fff;
}
.moni,.apply_xb{
    margin-right: 40px;
    color: #fff;
    background-color: #bd270e;
}

.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/imagesM/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/imagesM/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; /*采用flexbox布局*/
    flex-direction: column; /*垂直排列*/
    position: absolute;
    bottom:0;
    background-color: #fefefe;
    /* margin: 127% 0;  */
    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%;
    /* margin-left:1%; */
    height:33px;
    line-height: 33px;
    color: #fff;
    text-align: center;
    background:#dc443b;
    border-radius:4px;

}
/*模态框头部*/
.modal-header {
    display: flex; /*采用flexbox布局*/
    flex-direction: row; /*水平布局*/
    align-items: center; /*内容垂直居中*/
    justify-content: space-between;
}
/*关闭X 样式*/
.payment_close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.payment_close:hover {
    color: black;
    text-decoration: none;
    cursor: pointer;
}



.signup_y{
    padding: 0;
    background-color: transparent;
}
.p_r_top{
    width: 94%;
    min-height: 178px;
    border-radius: 10px;
    padding: 20px 3%;
    background: url(../images/info_bg.png) no-repeat;
    background-size: 100% auto;
    background-position: left bottom;
    background-color: #fef9f8;
}
.t_left{
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.t_left img{
    width: 100px;
}
.t_left p{
    color: #333;
    margin-top: 10px;
    font-size: 17px;
    font-weight: bold;
}
.t_right{
    float: left;
    width: 100%;
    text-align: center;
}
.t_right p{
    text-align: left;
    padding: 0 5%;
}
.download_zs{
    display: inline-block;
    /*width: 180px;*/
    min-width: 100px;
    height: 40px;
    color: #fef9f8;
    line-height: 40px;
    text-align: center;
    border-radius: 30px;
    padding: 0 15px;
    margin: 15px 6px 0 6px;
    border: 1px #c63218 solid;
    background-image: linear-gradient(to right, #ee4d3b, #fb7810);
}
.p_r_footer{
    width: 94%;
    border-radius: 10px;
    padding: 20px 3%;
    margin-top: 12px;
    text-align: left;
    line-height: 30px;
    background-color: #fff;
}
.prf_1{
    color: #d14025;
    font-weight: bold;
    font-size: 17px;
    padding-bottom: 10px;
    padding-left: 30px;
    border-bottom: 1px #ececf4 solid;
    background: url("../images/icon_22.png") no-repeat;
    background-size: 20px 26px;
}
.prf_2{
    padding: 10px 0;
}
.prf_2 .gz_wxchat{
    width: calc(100% - 130px);
    margin-top: 10px;
}

.competition_guide{
    width: 90%;
    /*height: 360px;*/
    padding: 15px 5%;
    overflow: hidden;
    /*overflow-y: auto;*/
}
.guide_apply_explain{
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 15px;
    border: 1px #d14025 solid;
    border-radius: 6px;
}
.guide_explain_title{
    height: 36px;
    line-height: 36px;
    color: #fff;
    padding-left: 15px;
    font-size: 16px;
    margin-bottom: 12px;
    border-radius: 6px 6px 0 0;
    background-color: #d14025;
}
.guide_apply_explain>p{
    padding: 0 15px;
}
.upload_publicize_file{
    width: 90%;
    margin: 12px auto;
}
.upload_publicize_file .layui-input-block{
    margin-left: 0;
}
#address_main{
    width: 300px;
    padding: 15px;
}
.address_info{
    width: 100%;
}
.buyinfo{
    width: 100%;
    margin-top:18px;
}
.pro{
    margin-top: 0;
}
.text{
    width:98.5%;
    height:40px;
    line-height:40px;
    border:#c9caca 1px solid;
    padding-left:5px;
    border-radius:4px;
    font-size:16px;
    outline:none;
}
.text2 {
    width:98.5%;
    height:40px;
    outline:none;
    border:#d3d3d3 1px solid;
    border-radius:4px;
    padding-left:5px;
    font-size:16px;
    margin-top: 12px
}
.buyinfo .form-group{
    width: 100%;
    margin-top: 12px
}
.buyinfo select {
    width:75%;
    height: 40px;
    color:#666;
    line-height:40px;
    border: #d3d3d3 1px solid;
    border-radius: 4px;
    padding-left: 5px;
    font-size:16px;
    outline:none;
}
.address_btn{
    width:100%;
    height: 45px;
    text-align: center;
    margin-top: 25px;
}
.address_btn input{
    display: inline-block;
    width: 100%;
    color: #fff;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 5px;
    border: none;
    outline: none;
    font-size: 16px;
    background-color: #009688;
}
.address_tips{
    margin-top:15px;
    font-size: 14px;
    text-align: center;
}
.address_tips img{
    width: 320px;
}

/*myschool_xb*/
.myschool_xb{
    padding-top: 0;
    text-align: left;
}
.myschool_isxb{
    width: 94%;
    height: 52px;
    line-height: 52px;
    padding: 0 3%;
    background: url("../images/imagesM/xb_top_bg.png") no-repeat;
    background-size: 100% 100%;
}
.myschool_xb_info{
    padding:15px 4%;
}
.myschool_xb_info h3{
    font-size: 17px;
    margin-bottom:10px;
    font-weight: bold;
}
.myschool_xb_info a {
    display: block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px #c63218 solid;
    border-radius: 30px;
    color: #c63218;
    font-size: 16px;
    margin: 15px auto;
    box-shadow: 0 0 20px #f7e3df;
}

/*zyz*/
.apply_zyz{
    width: 94%;
    padding: 20px 3%;
    text-align: left;
}
.prc_3{
    text-align: center;
    line-height: 16px;
}
.complete_process{
    width: 83px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    color: #fff;
    background-color: #c53826;
    border-radius: 5px;
    margin-top: 10px;
    font-size: 14px;
}
.complete_process:after{
    content: ' ';
    display: inline-block;
    width: 0;
    height: 0;
    border: 10px transparent solid;
    border-top: 10px #c53826 solid;
}
.process{
    display: inline-block;
    width: 100%;
    height: 8px;
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 30px;
    line-height: 0;
    text-align: left;
    background-color: #eee;
}
.process span{
    display: inline-block;
    width: 30%;
    height: 8px;
    border-radius: 30px;
    background-color: #c53826;
}
.invite_num{
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 10px 0;
}
.invite_num span{
    font-size: 17px;
}
.invite_record{
    height: 32px;
    color: #fff;
    margin-left: 10px;
    font-style: italic;
    line-height: 32px;
    border-radius: 30px;
    padding: 0 15px 0 36px;
    background: url(../images/imagesM/icon_22.png) no-repeat;
    background-size: 16px auto;
    background-position: 15px center;
    background-color: #c53826;
}
.prc_4{
    text-align: center;
    margin-top: 20px;
}
.preserve{
    display: inline-block;
    /* width: 180px; */
    min-width: 100px;
    height: 40px;
    color: #c63218;
    line-height: 40px;
    text-align: center;
    border-radius: 30px;
    margin-top: 15px;
    padding: 0 15px;
    border: 1px #c63218 solid;
    box-shadow:0 0 20px #f7e3df;
}
.prf_5{
    padding: 20px 20px 0 20px;
    text-indent: 32px;
}
.prf_5 p:first-child{
    text-indent: 0;
}
.apply_zyz .upload_publicize_file{
    margin-top: 50px;
}

/*training_main*/
.training_poster{
    width: 100%;
    text-align: center;
}
.training_poster a{
    display: block;
    width: 230px;
    height: 42px;
    line-height: 42px;
    color: #fff;
    margin: 0 auto;
    padding: 0 15px;
    border-radius: 6px;
    background-color: #cc361d;
}
.training_poster img{
    width: 260px;
    margin-top: 20px;
}
.tarining_table{
    width: 94%;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
    border: 1px #ccc solid;
}
.tarining_table tr th,.tarining_table tr td{
    width: 50%;
    padding: 5px 10px;
    border: 1px #ccc solid;
}
.table_btn{
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    cursor: pointer;
    border-radius: 6px;
    margin: 0 auto;
    font-size: 14px;
    background-color: cadetblue;
}

/*xieban*/
.xb_details{
    padding-top: 0;
    text-align: left;
    background-color: transparent;
}
.xbapply_result{
    width: 94%;
    height: 52px;
    line-height: 52px;
    padding: 0 3%;
    background: url("../images/imagesM/xb_top_bg.png") no-repeat;
    background-size: 100% 100%;
}
.xbapply_result a{
    height: 30px;
    line-height: 30px;
    color: #fff;
    padding: 0 16px;
    margin-left: 20px;
    border-radius: 6px;
    background-color: #bd270e;
}
.xb_apply_succeed{
    width: 94%;
    padding:10px 3% 20px 3%;
    margin-top: 10px;
    border-radius: 10px;
    background-color: #fff;
}
.xb_tips{
    color: red;
    padding: 10px 0;
}
.xb_invite_list{
    width: 100%;
    margin-top: 30px;
    border: 1px #ccc solid;
}
.xb_invite_list tr th,.xb_invite_list tr td{
    width: 25%;
    text-align: center;
    padding: 5px 10px;
    border: 1px #ccc solid;
}
.xb_invite_list tr th{
    font-size: 16px;
}
.xb_apply_succeed .prc_4{
    margin-top: 0;
}
.xb_wuliao{
    display: inline-block;
    width:94%;
    height: 40px;
    color: #fef9f8;
    line-height: 40px;
    text-align: center;
    border-radius: 30px;
    margin-top: 15px;
    border: 1px orange solid;
    background-color: orange;
}
.xb_advantage{
    width: 94%;
    padding:15px 3%;
    margin-top: 10px;
    border-radius: 10px;
    background-color: #fff;
}
.xb_advantage h3{
    margin-bottom:10px;
    font-weight: bold;
}
.xb_advantage img{
    width: 200px;
}
.xb_advantage a {
    display: block;
    width: 240px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
    margin: 15px auto;
    background-color: #c63218;
    box-shadow: 0 0 20px #f7e3df;
}

/*school_style*/
.school_style{
    width: 94%;
    padding: 25px 3%;
    margin-top: 15px;
}
.school_style h3{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
#gxfcSlider{
    margin-bottom: 30px;
}
#gxfcSlider img{
    width: 100%;
    height: 260px;
}

/*news*/
.news_banner{
    width: 100%;
}
.news_banner img{
    width: 100%;
}
.news_main{
    position: relative;
    width: 88%;
    padding:0 3% 30px 3%;
    border-radius: 10px;
    background-color: #fff;
    margin: 0 auto;
    margin-top: -24px;
}
.news_top{
    position: relative;
    width: 100%;
}
.news_position{
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #666;
    padding-top: 5px;
    border-bottom: 1px #dcdddd solid;
}
.news_position a{
    color: #666;
}
.news_position span:last-child{
    color: #99362f;
}
.news_year{
    position: absolute;
    top: 11px;
    right: 0;
    width: 140px;
    font-size: 13px;
}
.search_box{
    width: 100%;
    margin-top: 12px;
}
.search_input{
    float: left;
    width: calc(100% - 60px);
    margin-bottom: 0!important;
    margin-right: 0!important;
}
.search_btn{
    float: left;
    width: 60px;
    height: 38px;
    line-height: 38px;
    color: #fff;
    text-align: center;
    background-color: #bd270e;
}
.gslist {
    padding: 12px 3%;
    line-height: 24px;
    color: #585858;
    margin-top: 16px;
    border-radius: 15px;
    border: #eaeaea 1px dashed;
}
.gslist a{
    width: 100%;
}
.gsdate {
    text-align: right;
    margin-top: 10px;
}
.news_center{
    padding-top: 15px;
}
.news_content{
    width: 88%;
    margin: 0 auto;
    padding: 20px 3%;
    background-color: #fff;
    border-radius: 10px;
    word-break: break-all;
}
.news_content h2{
    width: 100%;
    color: #d14025;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
}
.news_data{
    width: 100%;
    color: #666;
    margin-top: 8px;
    font-size: 13px;
    text-align: center;
    letter-spacing: 0;
}
.news_data span{
    margin: 0 6px;
}
.news_btn{
    width: 100%;
    text-align: center;
    margin-top: 8px;
}
.news_btn a{
    width: 140px;
    height: 36px;
    color: #fef9f8;
    line-height: 36px;
    text-align: center;
    border-radius: 30px;
    border: 1px #c63218 solid;
    background-color: #bd270e;
}
.main_news{
    margin-top:8px;
}
.main_news img{
    max-width: 100%;
    height: auto;
}

/*result*/
.result_main{
    width: 100%;
    padding: 15px 0 50px 0;
    background: url("../images/score_bg.png") no-repeat;
    background-size: 100% auto;
    background-color: #fef9f8;
    background-position: left bottom;
}
.obtain_prize{
    text-align: left;
    font-size: 17px;
    font-weight: bold;
    padding: 10px 5%;
    padding-left: 115px;
    background: url(../images/score_img.png) no-repeat;
    background-size: 166px auto;
    background-position: -28px center;
}
.obtain_prize span{
    color: #bd270e;
}
.score_list_container{
    width: 96%;
    overflow: scroll;
    margin: 0 auto;
}
.score_list{
    display: flex;
    width: 420px;
    line-height: 32px;
    margin: 0 auto;
    margin-top: 15px;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    padding: 10px 0;
    border-radius: 10px;
    box-shadow: 0 0 10px #fcc2b9;
}
.score_list li{
    border-right: 1px #fee1db solid;
}
.list_num_3 li{
    width: 33.3333333%;
}
.list_num_5 li{
    width: 20%;
}
.list_num_4 li{
    width: 25%;
}
.score_list li:last-child{
    border: none;
}
.score_mark{
    color: #bd270e;
    font-size:20px;
}
.award{
    display: inline-block;
    /*width: 30px;*/
    color: #fef9f8;
    text-align: center;
    border-radius: 30px;
    border: 1px #c63218 solid;
    background-image: linear-gradient(to right, #ee4d3b, #fb7810);
}
.publicity{
    color: #0900ffcc;
}
.score_tips{
    padding: 0 3%;
    font-size: 14px;
    color: #868686;
    margin-top: 15px;
}
.score_tips table{
    width: 100%;
    text-align: center;
    margin:6px auto;
    border: 1px #969696 solid;
}
.score_tips table tr td{
    border: 1px #969696 solid;
}
.result_btn{
    width: 94%;
    margin: 0 auto;
    margin-top: 15px;
    text-align: center;
}
.result_btn a{
    width: 46%;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    margin: 6px 1.5%;
    border-radius: 30px;
}
.dodgerblue_btn{
    background-color: dodgerblue;
}
.orangered_btn{
    background-color: orangered;
}
.darkorange_btn{
    background-color: darkorange;
}
.bd270e_btn{
    background-color: #bd270e;
}

/*into_exam*/
.into_exam_main{
    padding-top: 0;
    overflow: hidden;
}
.contest_title_top{
    width: 94%;
    line-height: 28px;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    padding: 12px 3%;
    background-color: #f7e3df;
    background-image: linear-gradient(to bottom,#fffefd,#f7e3df);
}
.exam_list{
    padding: 20px 5% 50px 5%;
}
.exam_item{
    padding: 15px 10px;
    margin-bottom: 15px;
    text-align: center;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(168,169,169,0.3);
}
.exam_info{
    font-size: 16px;
    font-weight: bold;
}
.exam_info span{
    display: block;
    width: 100%;
}
.exam_operate{
    width: 100%;
    text-align: center;
}
.exam_operate span{
    display: block;
    width: 100%;
    margin-top: 10px;
    color: dodgerblue;
}
.exam_operate a{
    display: inline-block;
    width: 116px;
    height: 32px;
    color: #fff;
    margin: 6px 6px 0 6px;
    line-height: 32px;
    border-radius: 6px;
    text-align: center;
    background-color: #fe4433;
}

