.page_pc{
    display: none;
}
.page_container{
    font-size:15px;
    line-height: 28px;
    color: #333;
    background-color: #edf0f5;
}
/*header*/
.header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
}
.zx_tab{
    width: 100%;
    background-color: #fff;
    border-top: 1px #d8d8d8 solid;
}
.total,.translate,.words,.read{
    position: relative;
    float: left;
    width: calc(25% - 1px);
    text-align: center;
    padding: 25px 0 10px 0;
    border-right: 1px #eeeeee solid;
    border-bottom: 2px transparent solid;
}
.zx_tab ul li:last-child{
    border-right: none;
}
.zx_tab ul li a{
    color: #444;
}
.icon_zx{
    display: inline-block;
    position: relative;
    top: 3px;
    width: 25px;
    height: 28px;
    font-size: 15px;
    font-weight: bold;
    color: #f4b822;
    margin: 5px 0;
    line-height: 33px;
    background: url(../images/tab_bg.png) no-repeat;
    background-size: 100% 100%;
}
.zx_active{
    border-bottom: 2px #fa3636 solid;
}
.zx_active .icon_zx{
    color: #fff;
    background: url("../images/tab_active.png") no-repeat;
    background-size: 100% 100%;
}
.bm_statu{
    position: absolute;
    top: 5px;
    right: 0;
    font-size: 12px;
}
.bm_statu img{
    width: 65px;
    vertical-align: inherit;
}

.center{
    width: 100%;
    min-height: calc(100vh - 75px);
    margin-top: 75px;
}
.personal_main{
    width: 100%;
    padding-top: 77px;
    background: url(../images/innertop_m.png) no-repeat;
    background-size: 100% auto;
}
.p_menu{
    position: relative;
    width: 94%;
    padding: 32px 0 5px 0;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 6px #5c32cc;
}
.p_menu::before{
    content: ' ';
    position: absolute;
    top: -55px;
    left: calc((100% - 72px) / 2);
    display: inline-block;
    width: 72px;
    height: 75px;
    background: url("../images/p_head.png") no-repeat;
    background-size: 100% auto;
}
.events_menu{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.events_menu_item{
    width: 25%;
    margin-bottom: 10px;
    text-align: center;
}
.events_menu_active a{
    color: #f1790b;
}
.menu_icon{
    padding-top: 35px;
    font-size: 13px;
    line-height: 20px;
    background: url(../images/icon_info.png) no-repeat;
    background-size: 25px auto;
    background-position: center top;
}
.menu_icon_zyz{
    background-image: url(../images/icon_zyz.png);
}
.menu_icon_xb{
    background-image: url(../images/icon_xb.png);
}
.menu_icon_zh{
    background-image: url(../images/icon_zh.png);
}
.menu_icon_fy{
    background-image: url("../images/icon_yi.png");
}
.menu_icon_ch{
    background-image: url("../images/icon_word.png");
}
.menu_icon_yd{
    background-image: url("../images/icon_read.png");
}

.p_right {
    width: 94%;
    margin: 0 auto;
    margin-top: 15px;
    background: #fff;
    border-radius: 8px;
    padding-bottom: 50px;
    border: 1px #e4e4e6 solid;
}
.subject_title{
    position: relative;
    font-size: 17px;
    font-weight: bold;
    padding: 7px 20px;
    letter-spacing: 1px;
    border-radius: 8px 8px 0 0;
    background-color: #e3d3fa;
}
.subject_title::before{
    content: ' ';
    position: absolute;
    top: 16px;
    left: 5px;
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 4px #4a09a7 inset;
}

.exam_center{
    padding: 15px 3%;
}
.exam_tips span{
    color: red;
}
.exam_main{
    width: 94%;
    margin: 0 auto;
    padding: 15px 3% 20px 3%;
    margin-top: 20px;
    border-radius: 10px;
    background-color: #f7f1ff;
    box-shadow: 0 0 10px #c7a4f8;
}
.signup_state{
    width: 100%;
    text-align: center;
    font-size: 17px;
    color: red;
    font-weight: bold;
}
.signup_state span {
    display: block;
    width: 100%;
}
.exam_operate{
    width: 100%;
    text-align: center;
    margin-top: 7px;
}
.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;
}


.result_title{
    width: 100px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-radius: 6px;
    padding: 2px 0;
    background-color: lavender;
}
.exam_result{
    width: 100%;
    margin-bottom: 30px;
}
.exam_score{
    width: 120px;
    height: 70px;
    line-height: 30px;
    text-align: center;
    padding: 25px 0;
    color: #f44f30;
    margin: 0 auto;
    margin-bottom: 10px;
    background-color: #fff;
    border-radius: 50%;
    border: 3px #f44f30 solid;
}
.exam_score p:last-child{
    font-size: 27px;
    font-weight: bold;
}
.result_details{
    margin: 0 10px;
}
.r_item{
    margin-bottom: 10px;
}
.r_item a{
    padding: 3px 15px;
    color: #fff;
    border-radius: 6px;
    margin-right: 10px;
    margin-top: 5px;
}
.btn-center{
    text-align: center;
    margin-top: 5px;
}
.jsyy_btn{
    background-color:red;
}
.jsxz_btn{
    background-color: dodgerblue;
}
.download_btn{
    background-color: #f27a0c;

}