@charset "utf-8";
#wrap {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

#wrap_banner {
    position: relative;
    width: 100%;
    height: 950px;
    background: url(../images/bgindex/bg_index1.jpg) top center no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}

#wrap_banner:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

#container {
    position: relative;
    width: 100%;
}

#container .wrap_box {
    position: relative;
    width: 1320px;
    margin: 90px auto 0;
}

/*底部*/

#footer {
    position: relative;
    width: 100%;
    height: 600px;
    background: url(../images/bg_footer.png) center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    margin-bottom: 120px;
}

#footer .footer_con {
    position: relative;
    width: 1320px;
    height: 100%;
    margin: 0 auto;
}

#footer .footer_logo {
    position: absolute;
    top: 130px;
    left: 100px;
}

#footer .footer_logo a {
    display: block;
    width: 265px;
    text-align: center;
}

#footer .footer_nav {
    position: absolute;
    top: 80px;
    right: 0;
    width: 872px;
    height: 240px;
}

#footer .footer_nav li {
    height: 100%;
    float: left;
    width: 216px;
    border-right: 1px solid #c9caca;
    text-align: center;
}

#footer .footer_nav li.last {
    border-right: none;
}

#footer .footer_nav li a {
    display: block;
    height: 40px;
    line-height: 40px;
    color: #c9caca;
    font-size: 18px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#footer .footer_nav li a:hover {
    color: #9b0000;
}

#footer .footer_nav li .a_top {
    color: #fff;
    font-size: 28px;
    margin-bottom: 10px;
}

#footer .footer_nav li .a_top:hover {
    color: #fff;
}

#return,
#link_return {
    position: fixed;
    right: 10PX;
    top: 600px;
    width: 60px;
    height: 60px;
    z-index: 999;
    background-color: #510000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden;
    display: none;
    opacity: 0.9;
}

#return:hover,
#link_return:hover {
    background-color: #770b0b;
}

#return img,
#link_return img {
    position: absolute;
    left: 14px;
    top: 14px;
    width: 32px;
    height: 32px;
}

#link_return {
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -30px;
    display: block;
}

#footer .footer_copy {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 108px;
    line-height: 108px;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 16px;
}

#footer .footer_copy a {
    color: #fff;
}

/*二级页面*/

#sub_banner {
    position: relative;
    width: 100%;
    height: 300px;
    padding-top: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#sub_banner .bg_sunbanner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#wrap .w1200,
#wrap .w1280,
#wrap .w1240 {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    z-index: 10;
}

#wrap .w1280 {
    width: 1280px;
}

#wrap .w1240 {
    width: 1240px;
}

#wrap .sub_log {
    margin-top: 15px;
}

#wrap .sub_log a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

#sub_banner .sub_title {
    text-align: center;
}

#sub_banner .banner_text {
    position: relative;
    padding: 0 80px;
    height: 100px;
    margin: 20px auto 0;
    color: #9b0000;
    text-align: center;
    display: inline-block;
}

#sub_banner .banner_stu {
    color: #009fe9;
}

#sub_banner .banner_alu {
    color: #ffbc1c;
}

#sub_banner .banner_pub {
    color: #8fc31e;
}

#sub_banner .sub_title_l,
#sub_banner .sub_title_r {
    position: absolute;
    width: 80px;
    height: 60px;
    top: 22px;
}

#sub_banner .sub_title_l {
    left: 0;
    background: url(../images/sub_title_l.png) no-repeat;
}

#sub_banner .sub_title_r {
    right: 0;
    background: url(../images/sub_title_r.png) no-repeat;
}

#sub_banner .banner_text h2 {
    font-weight: normal;
    font-size: 40px;
    background-color: transparent;
}

#sub_banner .banner_text span {
    font-size: 32px;
    font-family: arial;
    margin-top: 8px;
    display: inline-block;
}

/*二级页面内容 */

#sub_content {
    position: relative;
    width: 100%;
    padding-top: 1px;
    padding-bottom: 55px;
    min-height: 600px;
    height: auto;
}

#sub_content .top_page {
    margin: 16px auto 40px;
    font-size: 14px;
    color: #00020f;
    width: 1200px;
}

#sub_content .top_page a {
    color: #00020f;
}

#sub_content .top_page a.active,
#sub_content .top_page a:hover {
    color: #9b0000;
}
/*分页*/

#page_bar {
    width: 100%;
    text-align: center;
    font-size: 0;
    margin-top: 45px;
}

#page_bar a {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #888;
    padding: 5px 12px;
    margin: 0 5px;
    border: 1px solid #999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.5;
    -moz-transition: all 0.5;
    transition: all 0.5;
}

#page_bar a.active,
#page_bar a:hover {
    background-color: #2c678c;
    color: #fff;
    border: 1px solid #2c678c;
}

/*二级公共底部*/

#sub_footer {
    position: relative;
    width: 100%;
    height: 100px;
    background-color: #000;
    cursor: pointer;
    z-index: 666;
    overflow: hidden;
}

#sub_footer .footer_l {
    position: absolute;
    left: 10px;
    top: 19px;
}

#sub_footer .footer_l a,
#sub_footer .footer_l img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

#sub_footer .footer_r {
    position: absolute;
    height: 100%;
    color: #fff;
    right: 100px;
}

#sub_footer .footer_r .footer_rlink {
    margin-top: 30px;
}

#sub_footer .footer_r a {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    margin-right: 64px;
}

#sub_footer .footer_r p {
    font-size: 12px;
    color: #c9caca;
    margin-top: 6px;
}

#sub_footer #footer {
    position: absolute;
    top: 500px;
    left: 0;
    margin-bottom: 0;
}

/*正文表格*/

table {
    border: 1px solid #333;
    width: 100% !important;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 30px;
}

table tr {
    border: 1px solid #333;
    padding: 5px;
}

table th,
table td {
    padding: 10px;
    text-align: center;
    word-break: break-all;
    font-size: 16px;
}

table th {
    font-size: 18px;
    letter-spacing: 1px;
    background: #9b0000;
    color: #fff;
    border: 1px solid #333;
}

table tr:hover {
    background: #f8f8f8;
}

/*学历证书验证*/

#wrap .certi {
    margin-top: 70px;
}

#wrap .certi_item {
    position: relative;
    width: 380px;
    height: 220px;
    float: left;
    padding-top: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 40px #cebbb6;
    -moz-box-shadow: 0 0 40px #cebbb6;
    box-shadow: 0 0 40px #cebbb6;
    background: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    z-index: 2;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    margin-left: 28px;
}

#wrap .certi_item:hover {
    background: #ffbc1c;
}

#wrap .certi_item:hover::after,
#wrap .certi_item:hover::before {
    position: absolute;
    content: "";
    bottom: -16px;
    left: 5%;
    height: 16px;
    background: #ffbc1c;
    opacity: 0.6;
    filter: alpha(opacity=60);
    width: 90%;
    border-radius: 0 0 8px 8px;
    z-index: 3;
}

#wrap .certi_item:hover::after {
    bottom: -36px;
    left: 10%;
    height: 20px;
    width: 80%;
    z-index: 1;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

#wrap .certi_item:first-child {
    margin-left: 0;
}

#wrap .certi_item a {
    display: block;
    text-align: center;
}

#wrap .certi_item img {
    display: block;
    margin: 20px auto;
    width: 66px;
    height: 66px;
}

#wrap .certi_item p,
#wrap .certi_item span {
    display: block;
    padding: 0 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 30px;
    color: #333333;
}

#wrap .certi_item span {
    font-size: 14px;
    color: #666666;
    margin-top: 20px;
}

#wrap .certi_item:hover p,
#wrap .certi_item:hover span {
    color: #fff;
}

#wrap .certi_txt {
    position: relative;
    width: 100%;
    height: 148px;
    background: url(../images/zhengshu/bg_certi.png) no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    margin-top: 80px;
    margin-bottom: 100px;
    color: #666666;
}

#wrap .certi_t {
    position: absolute;
    left: 136px;
    top: 20px;
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    padding-left: 24px;
    background: url(../images/zhengshu/icon_t.png) left center no-repeat;
}

#wrap .certi_b {
    position: absolute;
    left: 136px;
    top: 60px;
    font-size: 12px;
}

#wrap .certi_b span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-left: 16px;
    line-height: 32px;
}

#wrap .certi_b span::before {
    position: absolute;
    left: 2px;
    top: 13px;
    content: "";
    width: 6px;
    height: 6px;
    background: #ffbc1c;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

#wrap .certi_b span.w260 {
    width: 260px;
}

#wrap .certi_b span.w550 {
    width: 550px;
    margin-left: 44px;
}

#wrap .certi .certi_tab {
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid #e8e8e8;
}

#wrap .certi .certi_tab a {
    display: inline-block;
    width: 180px;
    text-align: center;
    background: #e8e8e8;
    font-size: 18px;
    color: #333333;
    margin: 0 10px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

#wrap .certi .certi_tab a.active,
#wrap .certi .certi_tab a:hover {
    background: #ffbc1c;
    color: #fff;
}

#wrap .certi .certi_input {
    margin: 50px 0;
}

#wrap .certi .certi_form {
    width: 680px;
    height: 600px;
    border: 1px solid #e8e8e8;
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
}

#wrap .certi .certi_form form {
    display: block;
    width: 580px;
    margin: 0 auto;
    padding-top: 10px;
}

#wrap .certi .certi_form .input_item {
    height: 40px;
    line-height: 40px;
    position: relative;
    margin-top: 20px;
}

#wrap .certi_form label {
    width: 180px;
    text-align: right;
    font-size: 16px;
    color: #333333;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

#wrap .certi_form input[type='radio'] + label.sex {
    position: relative;
    width: 50px;
    font-size: 16px;
    color: #333;
}

#wrap .certi_form input[type='radio'] + label.sex::before {
    position: relative;
    top: -1px;
    content: "\a0"; /*不换行空格*/
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    width: 12px;
    height: 12px;
    margin-right: .4em;
    border-radius: 50%;
    border: 2px solid #ddd;
    background-color: #aaa;
   
}

#wrap .certi_form input[type='radio'] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

#wrap .certi_form input[type='radio']:checked + label.sex::before {
    background-color: #9b0000;
    border: 2px solid #aaa;
}

#wrap .certi .certi_form input,
#wrap .certi .certi_form select {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #e8e8e8;
    height: 38px;
    line-height: 38px;
    padding-left: 10px;
    color: #666;
}

#wrap .certi .certi_form select {
    width: 250px;
    color: #999999;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
    background: url(../images/zhengshu/sel_arr.png) right 10px center no-repeat;
}

#wrap .certi .certi_form input:focus,#wrap .certi .certi_form select:hover {
    border: 1px solid #9b0000;
}

#wrap .certi .certi_form input.w120 {
    width: 120px;
}

#wrap .certi .certi_form input.w200 {
    width: 200px;
}

/* #wrap .certi .certi_form input[type="radio"] {
	clip: rect(0, 0, 0, 0);
} */

#wrap .certi .certi_form span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #666;
    margin-left: 5px;
}

#wrap .certi .certi_form .care {
    font-size: 12px;
    color: #9b0000;
    margin-top: 20px;
    width: 366px;
    text-align: justify;
    margin-left: 144px;
    line-height: 22px;
}

#wrap .certi .certi_form span.sex {
    font-size: 16px;
    color: #333;
}

#wrap .certi #submit {
    display: block;
    width: 220px;
    height: 56px;
    margin: 24px 0 0 196px;
    background: #ff9600;
    font-size: 18px;
    color: #fff;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer
}

#wrap .certi .certi_info {
    position: relative;
    padding-top: 1px;
    width: 448px;
    height: 600px;
    display: inline-block;
    vertical-align: top;
    float: right;
}

#wrap .certi .certi_bg {
    border: 1px dashed #ff9600;
    background: url(../images/zhengshu/certi_bg.png) bottom 10px center no-repeat;
}

#wrap .certi .certi_none {
    width: 100%;
    margin-top: 70px;
}

#wrap .certi .certi_info .certi_top_icon {
    position: absolute;
    left: -10px;
    top: -20px;
}

#wrap .certi .certi_none_t {
    font-size: 18px;
    height: 20px;
    line-height: 20px;
    padding-left: 24px;
    background: url(../images/zhengshu/icon_t.png) left center no-repeat;
    color: #666666;
    margin-left: 20px;
}

#wrap .certi .certi_none p {
    position: relative;
    font-size: 14px;
    color: #666666;
    width: 340px;
    margin: 0 auto;
    margin-top: 40px;
    line-height: 26px;
    padding-left: 10px;
}

#wrap .certi .certi_none p::before {
    position: absolute;
    left: 0px;
    top: 10px;
    content: "";
    width: 6px;
    height: 6px;
    background: #ffbc1c;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

#wrap .certi .certi_none p a {
    color: #9b0000;
}

#wrap .certi .certi_pass {
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../images/zhengshu/bg_zhengshu.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

#wrap .certi .zslogo {
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -60px;
    width: 110px;
    height: 36px;
}

#wrap .certi .certi_pass h2 {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 106px;
    font-weight: normal;
    font-size: 18px;
    color: #9b0000;
}

#wrap .certi .certi_pass .certi_main {
    position: absolute;
    left: 50%;
    margin-left: -155px;
    top: 150px;
    width: 310px;
}

#wrap .certi .certi_pass .certi_list {
    margin-top: 20px;
    margin-left: 40px;
}

#wrap .certi_pass .certi_list span,
#wrap .certi_pass .certi_list p {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    width: 180px;
    color: #666;
}

#wrap .certi_pass .certi_list span {
    color: #999;
    width: 62px;
    margin-left: 20px;
}

#wrap .certi_pass .certi_list b {
    display: inline-block;
    width: 20px;
}

#wrap .certi_main .error {
    width: 58px;
    height: 58px;
    margin: 0 auto;
}

#wrap .certi_main .fail_txt {
    font-size: 12px;
    color: #333333;
    line-height: 30px;
    width: 280px;
    margin: 0 auto;
    text-align: justify;
}

#wrap .certi_main .fail_txt span,
#wrap .certi_main .fail_txt a {
    color: #ff0000;
}

#wrap .certi_main .txt_ind {
    text-indent: 2em;
}

/* 学生网上服务中心 */

#sub_content .net_box {
    position: relative;
    width: 100%;
    margin: 50px auto;
    background-color: #f4f4f4;
    padding: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#sub_content .net_item {
    margin-bottom: 20px;
}

#sub_content .net_item .net_title {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
}

#sub_content .net_item .net_title img,#sub_content .net_item .net_title span {
    display: inline-block;
    vertical-align: middle;
}

#sub_content .net_item .net_title span {
    font-size: 18px;
    margin-left: 10px;
}

#sub_content .net_user span {
    color: #ffba00;
}

#sub_content .net_xuewei span {
    color: #0096ff;
}

#sub_content .net_fuxiu span {
    color: #01dfb3;
}

#sub_content .net_ul {

}

#sub_content .net_ul .net_li {
    width: 30%;
    display: inline-block;
    margin: 20px 0 10px 20px;
}

#sub_content .net_ul .net_li label,#sub_content .net_ul .net_li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #666;
}

#sub_content .net_ul .net_li span {
    color: #333;
}

#sub_content .net_pin_box {
    margin-top: 50px 0;
    text-align: center;
    padding-bottom: 50px;
}

#sub_content .net_pin_box .net_pin {
    position: relative;
    display: inline-block;
    width: 340px;
    height: 170px;
    background-color: #ffba00; 
    margin: 0 20px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-shadow: 0 0 40px #cebbb6;
    box-shadow: 0 0 40px #cebbb6;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    z-index: 6;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    padding-top: 1px;
    color: #fff;
    vertical-align: top;
}

#sub_content .net_pin_box .net_meg {
    margin-top: 36px;
}

#sub_content .net_pin_box .net_meg span,#sub_content .net_pin_box .net_meg img  {
    display: inline-block;
    vertical-align: middle;
}

#sub_content .net_pin_box .net_meg span {
    font-size: 24px;
    margin-left: 10px;
}

#sub_content .net_pin_box .net_pin p {
    margin-top: 30px;
    text-align: center;
    font-size: 0;
}

#sub_content .net_pin_box .net_pin p a {
    text-decoration: underline;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    width: 49%;
}
#sub_content .net_pin_box .net_pin p a span{
    position:absolute;
    left:130px;
    bottom:12px;
    background: red;
    line-height:20px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    font-size:11px;
    -webkit-border-radius: 50%;
    color: #fff;
    width: 20px;
    height: 20px;
}
#wrap .net_pin_box .net_pin:hover:before {
    position: absolute;
    bottom: -16px;
    left: 5%;
    height: 16px;
    background: #ffbc1c;
    opacity: 0.8;
    filter: alpha(opacity=80);
    width: 90%;
    content: "";
    border-radius: 0 0 8px 8px;
    z-index: 3;
}

#wrap .net_pin_box .net_pin:hover:after {
    position: absolute;
    bottom: -28px;
    left: 10%;
    height: 20px;
    background: #ffbc1c;
    width: 80%;
    content: "";
    border-radius: 0 0 8px 8px;
    z-index: 1;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

#sub_content .net_pin_box .net_pin_no {
    background-color: #d9d9d9;
    color: #999999;
}

#sub_content .net_pin_box .net_pin_no:hover:before {
    background-color: #d9d9d9;
}

#sub_content .net_pin_box .net_pin_no:hover:after {
    background-color: #d9d9d9;
}

#sub_content .net_pin_box .net_pin_no p a {
    color: #999999;
}

/* 申办成绩单 */
#sub_content .step {
    width: 100%;
    height: 30px;
    line-height: 30px;
}

#sub_content .step ul {
    position: relative;
    width: 100%;
    height: 100%;
}

#sub_content .step ul li {
    position: absolute;
    top: 0;
    height: 100%;
    text-align: center;
}

#sub_content .step ul li a {
    display: block;
    font-size: 14px;
    color: #666;
}

#sub_content .step ul .step1 {
    width: 416px;
    background: url(../images/bg_step1.png) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    left: 0;
}

#sub_content .step ul .step1_on {
    background: url(../images/bg_step1_on.png) no-repeat;
}

#sub_content .step ul .step1_on a { 
    color: #fff;
}

#sub_content .step ul .step2 {
    width: 416px;
    background: url(../images/bg_step2.png) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    left: 405px;
}

#sub_content .step ul .step2_on {
    background: url(../images/bg_step2_on.png) no-repeat;
}

#sub_content .step ul .step2_on a {
    color: #fff;
}

#sub_content .step ul .step3 {
    width: 390px;
    background: url(../images/bg_step3.png) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    right: 0;
}

#sub_content .step ul .step3_on {
    background: url(../images/bg_step3_on.png) no-repeat;
}

#sub_content .step ul .step3_on a {
    color: #fff;
}

#sub_content .net_list {
    margin-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
}

#sub_content .net_t {
    background-color: #f3f4f3;
    padding: 8px 0 8px 10px;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box; 
}

#sub_content .net_t span,#sub_content .net_t b {
    display: inline-block;
    vertical-align: bottom;
}

#sub_content .net_t b.red {
    color: #ff0000;
}

#sub_content .net_t span {
    font-size: 18px;
    color: #333333;
}

#sub_content .net_t b {
    font-weight: normal;
    font-size: 12px;
    color: #999;
    position: relative;
    top: -2px;
}

#sub_content .net_form {
    margin-top: 30px; 
}

#sub_content .net_input {
    display: inline-block;
    vertical-align: top;
    height: 28px;
    line-height: 28px;
    margin-right: 10px;
}

#sub_content .net_input label,#sub_content .net_input input, #sub_content .net_input i, #sub_content .net_input select {
    display: inline-block;
    vertical-align: middle;
    color: #333;
}

#sub_content .net_input input,#sub_content .net_input select {
    color: #666;
    width: 140px;
    height: 28px;
    border: 1px solid #ddd;
    padding-left: 10px;
}

#sub_content .net_input input[type="checkbox"],#sub_content .net_input input[type="radio"] {
    width: 16px;
    margin-right: 5px;
}

#sub_content .net_input select {
    outline: none;
    -moz-appearance: none;
    appearance: none;
}

#sub_content .net_input i {
    font-size: 12px;
    font-style: normal;
    color: #ff0000;
    margin-left: 2px;
}

#sub_content .net_btn {
    text-align: center;
    margin-top: 40px;
    padding-bottom: 20px;
}

#sub_content .net_btn .net_back,#sub_content .net_btn .net_submit {
    display: inline-block;
    vertical-align: middle;
    width: 236px;
    height: 58px;
    font-size: 1px;
    border-radius: 6px;
    border: none;
    outline: none;
    line-height: 58px;
    font-size: 16px;
    cursor: pointer;
    margin: 0 10px;
}

#sub_content .net_btn .net_back {
    color: #333333;
    background-color: #e1e1e0;
}

#sub_content .net_btn .net_submit {
    color: #ffffff;
    background-color: #ffba00;
}

/* 确认成绩单 */
#sub_content .net_tip {
    text-align: center;
    height: 40px;
    line-height: 40px;
    border: 1px dashed #ffba00;
    margin: 30px auto 20px;
    font-size: 14px;
    color: #333;
}

#sub_content .net_table_header {
    background-color: #ebe8e8;
    border: 1px solid #ddd;

}

#sub_content .net_table_title {
    text-align: center;
    font-size: 20px;
    color: #333333;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ddd;
}

#sub_content .net_info {
    display: inline-block;
    vertical-align: top;
    width: 40%;
    margin: 16px 0 15px 60px;
}

#sub_content .w100 {
    width: auto;
}

#sub_content .net_info label,#sub_content .net_info span {
    display: inline-block;
    font-size: 16px;
    color: #666;
}

#sub_content .net_table_wrap {
    position: relative;
}

#sub_content .net_tab {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ddd;
    margin-top: 30px;
}

#sub_content .net_tab li {
    position: relative;
    top: -1px;
    display: inline-block;
    font-size: 18px;
    color: #100a0a;
    padding: 0 20px;
    margin-right: 40px;
    cursor: pointer;
}

#sub_content .net_tab li.on {
    border-bottom: 2px solid #ffbc1c;
    color: #ffbc1c;
}

#sub_content .net_table_con {
    position: relative;
    margin-top: 20px;
}

#sub_content .net_table_con .table1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

#sub_content .net_table_con .block {
    display: block;
}


#sub_content .net_table table {
    border: 1px solid #ddd;
    margin-bottom: 60px;
}

#sub_content .net_table tr {
    border: 1px solid #ddd;
    padding: 5px;
}

#sub_content .net_table th,
#sub_content .net_table td {
    padding: 10px;
    text-align: center;
    word-break: break-all;
    font-size: 16px;
    border: 1px solid #ddd;
    color: #333;
}

#sub_content .net_table td {
    padding: 16px 10px;
}
#sub_content .net_table .blue td{
    color:blue;
}
#sub_content .net_table .yellow td{
    color:yellow;
}
#sub_content .net_table .red td{
    color:red;
}
#sub_content .net_table th {
    font-size: 16px;
    letter-spacing: 1px;
    background: #f0f0f0;
    color: #333333;
    border: 1px solid #ddd;
}

#sub_content .net_table tr:hover {
    background: #f8f8f8;
}

#sub_content .net_table .tal {
    text-align-last: left;
}

#sub_content .net_pay_tip {
    margin-top: 30px;
    padding-bottom: 10px;
}

#sub_content .net_pay_tip span,#sub_content .net_pay_tip i {
    display: inline-block;
    vertical-align: middle;
}

#sub_content .net_pay_tip span {
    font-size: 16px;
    color: #333333;
}

#sub_content .net_pay_tip i {
    font-style: normal;
    color: #ff0000;
    font-size: 14px;
}

#sub_content .net_pay table {
    border: 1px solid #ddd;
}

#sub_content .net_pay table tr {
    border: none;
}

#sub_content .net_pay table th {
    background-color: #f0f1f0;
    font-size: 14px;
    color: #333333;
    border: none;
    border-bottom: 1px solid #ddd; 
}

#sub_content .net_pay table td {
    font-size: 14px;
    color: #333;
}

#sub_content .net_pay table .tal {
    text-align-last: left;
}

#sub_content .net_tol {
    border-bottom: 1px dashed #ddd;
    color: #f00;
    text-align: right;
    font-size: 20px;
    margin-bottom: 50px;
    padding-bottom: 20px;
}

#sub_content .net_already {
    width: 470px;
    margin: 120px auto 0;
    text-align: center;
}

#sub_content .net_already p {
    font-size: 30px;
    color: #333333;
    line-height: 40px;
    text-align: center;
    margin-top: 18px;
}

#sub_content .net_already a {
    color: #ffba00;
    text-decoration: underline;
}

/* 申办记录 */
#sub_content .history {
    border: 1px dashed #ffba00;
    padding-left: 20px;
}

#sub_content .history p {
    position: relative;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #666666;
    padding-left: 10px;
}

#sub_content .history p::before {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #ffba00; 
}

#sub_content .history_head {
    border: 1px solid #ddd;
    background: #f2f2f2;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #666666;
    margin-top: 22px;
}

#sub_content .history_head span {
    float: left;
    height: 100%;
    width: 15%;
    box-sizing: border-box;
    text-align: center;
}

#sub_content .history_head span.w25 {
    width: 25%;
    text-align-last: left;
    padding-left: 10px;
}

#sub_content .history_head span.w40 {
    width: 40%;
    text-align-last: left;
    padding-left: 10px;
}

#sub_content .history_head span.w30 {
    width: 30%;
}

#sub_content .history_item {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ddd;
    margin-top: 20px;
    float: left;
}

#sub_content .history_item .history_time {
    font-size: 12px;
    color: #999999;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    background-color: #f1f1f1;
    border-bottom: 1px solid #ddd;
}

#sub_content .history_more {
    width: 250px;
    height: 40px;
    line-height: 40px;
    margin: 50px auto;
    border: 1px solid #ddd;
    border-radius: 2px;
    cursor: pointer;
}   

#sub_content .history_more a {
    display: block;
    font-size: 14px;
    color: #999999;
    text-align: center;
}

#sub_content .history_con span {
    float: left;
    width: 15%;
    box-sizing: border-box;
    font-size: 14px;
    color: #666666;
    text-align: center;
    padding: 20px 0;
    line-height: 20px;
}

#sub_content .history_con span.w25 {
    width: 25%;
    padding-left: 10px;
    text-align-last: left;
}

#sub_content .history_con span.w40 {
    width: 40%;
    padding-left: 10px;
    text-align-last: left;
}

#sub_content .history_con span.w30 {
    width: 30%;
}

#sub_content .history_con span.red {
    color: #f00;
}





#sub_content .net_login {
    width: 600px;
    margin: 60px auto 0;
}

#sub_content .net_login .net_list {
    position: relative;
    width: 400px;
    height: 48px;
    line-height: 50px;
    margin: 0 auto 30px;
}

#sub_content .net_login .net_list input {
    display: inline-block;
    width: 100%;
    height: 50px;
    border: 1px solid #e8e8e8;
    padding-left: 40px;
    transition: all 0.5s;
    font-size: 18px;
    color: #999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#sub_content .net_login .net_list input:focus {
    border-color: #9b0000;
}

#sub_content .net_login #account {
    background: url(../images/zhengshu/user.png) left 2px center no-repeat;
}

#sub_content .net_login #pwd {
    background: url(../images/zhengshu/pwd.png) left 2px center no-repeat;
}

#sub_content .net_login #submit {
    padding: 0;
    background: #9b0000;
    color: #fff;
    border: none;
    cursor: pointer;
}

#sub_content .net_login #vcode {
    padding-left: 10px;
    width: 240px;
}

#sub_content .net_login .net_list .code_img {
    position: absolute;
    right: 0;
    top: 0;
    width: 150px;
    height: 50px;
}

#sub_content .net_login .certi_txt {
    background: url(../images/zhengshu/bg_certi1.png) no-repeat;
    margin-bottom: 20px;
    -webkit-background-size: 100%;
    background-size: 100%;
}

#wrap .net_login .certi_t {
    left: 70px;
}

#wrap .net_login .certi_b {
    left: 74px;
    top: 45px;
}

#wrap .certi_b span a {
    color: #9b0000;
}

/* 学生服务成绩查询 */

#wrap #net_header {
    position: relative;
    width: 100%;
    height: 106px;
    background: #9b0000;
}

#wrap #net_header .net_logo {
    position: relative;
    left: 0;
    top: 18px;
    height: 70px;
}

#wrap #net_header .net_logo a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

#wrap #net_header .w1200 {
    height: 100%;
}

#wrap #net_header .net_header_info {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -15px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 18px;
}

#net_header .net_header_info a,
#net_header .net_header_info span,
#net_header .net_header_info div,
#net_header .net_header_info img {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    margin-left: 4px;
}

#net_header .net_header_info .net_sub {
    position: relative;
    width: 86px;
}

#net_header .net_header_info .net_sub span {
    width: 80px;
    padding-right: 6px;
    cursor: pointer;
    background: url(../images/zhengshu/icon_person.png) right center no-repeat;
}

#net_header .net_header_info span.on {
    background: url(../images/zhengshu/icon_person_on.png) right center no-repeat;
}

#net_header .net_header_info .net_box {
    position: absolute;
    left: 0;
    top: 40px;
    background: #fff;
    width: 80px;
    text-align: center;
    z-index: 66;
    -webkit-box-shadow: 0 0 20px #000;
    -moz-box-shadow: 0 0 20px #000;
    box-shadow: 0 0 20px #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: none;
}

#net_header .net_header_info .net_box a {
    display: block;
    font-size: 12px;
    color: #000;
}

#net_header .net_header_info .net_box a:hover {
    background: #9b0000;
    color: #fff;
    margin-left: 0;
}

#wrap .net_baner {
    position: relative;
    width: 100%;
    height: 200px;
}

#wrap .net_baner ul {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    text-align: center;
    background: rgba(229, 235, 255, 0.3);
}

#wrap .net_baner ul li {
    display: inline-block;
    vertical-align: middle;
    height: 50px;
    line-height: 50px;
}

#wrap .net_baner ul li a {
    display: inline-block;
    padding: 0 30px;
    color: #333333;
    font-size: 20px;
    height: 20px;
    line-height: 20px;
    border-left: 1px solid #666;
}

#wrap .net_baner ul li a.bdn {
    border: none;
}

#wrap .net_baner ul li a.active,
#wrap .net_baner ul li a:hover {
    color: #9a0000;
}

#wrap .bg_grade {
    height: 268px;
    padding: 15px 68px 15px 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../images/zhengshu/bg_grade.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

#wrap .bg_grade .grade_item {
    line-height: 26px;
}

#wrap .bg_grade .grade_item span,
#wrap .bg_grade .grade_item p {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #666;
    width: 900px;
    text-align: justify;
}

#wrap .bg_grade .grade_item p.w_auto {
    width: auto;
}

#wrap .bg_grade .grade_item span {
    font-size: 12px;
    width: 100px;
    position: relative;
    padding-left: 14px;
}

#wrap .bg_grade .grade_item span::before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    left: 0;
    top: 50%;
    margin-top: -6px;
}

#wrap .bg_grade .grade_item span.red_i::before {
    background: #f00;
}

#wrap .bg_grade .grade_item span.yellow_i::before {
    background: yellow;
}

#wrap .bg_grade .grade_item span.blue_i::before {
    background: blue;
}

#wrap .bg_grade .grade_item span strong {
    color: #000;
}

#wrap .bg_grade .grade_item p.before {
    position: relative;
    padding-left: 12px;
}

#wrap .bg_grade .grade_item p.before::before {
    position: absolute;
    left: 2px;
    top: 10px;
    content: "";
    width: 6px;
    height: 6px;
    background: #ffbc1c;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

#wrap .bg_grade .grade_item a {
    color: #9b0000;
}

#wrap .grade_table {
    position: relative;
    width: 100%;
    margin-top: 40px;
}

#wrap .grade_table .grade_top {
    font-size: 0;
}

#wrap .grade_table .grade_user {
    font-size: 18px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    margin-top: 20px;
    color: #666666;
    width: 29%;
}

#wrap .grade_table .w40 {
    width: 40%;
}

#wrap .grade_table .grade_user strong {
    color: #333333;
}

#wrap .grade_table table {
    margin-top: 30px;
}

#wrap .tal {
    text-align: left;
}

#wrap .grade_table table tr {
    padding: 10px 5px;
    font-size: 16px;
}

#wrap .grade_table table th {
    padding: 20px 5px;
}

#wrap .grade_table table td {
    padding: 20px 5px;
}

#wrap td.red {
    color: red;
}

#wrap td.yellow {
    color: yellow;
}

#wrap td.blue {
    color: blue;
}

#wrap .grade_table table .grade_total {
    background: #f0f1f0;
    text-align: left;
}

#wrap .grade_table table .grade_total td {
    text-align-last: left;
}

#wrap .grade_table table .grade_total span {
    display: inline-block;
    font-size: 18px;
    color: #333;
    vertical-align: middle;
    margin-right: 30px;
}

/* 个人中心 - 北京大学学生网上服务中心 */

#wrap .s_personal {
    position: relative;
    width: 100%;
}

#wrap .l_personal {
    float: left;
    width: 260px;
    text-align: center;
}

#wrap .t_personal {
    width: 100%;
    height: 68px;
    line-height: 68px;
    border-bottom: 1px solid #9b0000;
    font-size: 24px;
    color: #666666;
    background: #f1f1f1;
}

#wrap .l_personal a {
    display: block;
    width: 100%;
    height: 80px;
    line-height: 80px;
    border-bottom: 1px dashed #ccc;
    font-size: 18px;
    color: #666666;
}

#wrap .l_personal a.active {
    color: #9b0000;
}

#wrap .r_personal {
    float: right;
    width: 850px;
}

#wrap .r_personal .i_personal {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 14px;
}

#wrap .r_personal .i_personal span,
#wrap .r_personal .i_personal p {
    display: inline-block;
    font-size: 14px;
    color: #ff0000;
}

#wrap .r_personal .i_personal p {
    font-size: 24px;
    color: #666666;
}

#wrap .r_personal .person_info {
    width: 100%;
}

#wrap .r_personal .person_item {
    margin-top: 26px;
}

#wrap .r_personal .person_item span,
#wrap .r_personal .person_item p,
#wrap .r_personal .person_item input {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}

#wrap .r_personal .person_item p {
    color: #333333;
}

#wrap .r_personal .person_item span {
    color: #666666;
}

#wrap .r_personal .person_item span.litter {
    font-size: 14px;
}

#wrap .r_personal .person_item input {
    width: 290px;
    height: 32px;
    border: 1px solid #ccc;
    padding-left: 14px;
    color: #666666;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#wrap .r_personal p.tip {
    font-size: 16px;
    color: #333333;
    margin: 30px 0 10px;
}

#wrap .r_personal span {
    font-size: 14px;
    color: #666666;
}

#person_text {
    display: block;
    width: 670px;
    height: 220px;
    border: 1px solid #ccc;
    padding: 10px;
    margin-top: 20px;
}

#submit_person {
    width: 216px;
    height: 60px;
    background: #9b0000;
    border: none;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 18px;
    margin: 30px 0 30px 220px;
    cursor: pointer;
}

/* 北京大学网上服务中心 申办成绩单 */

#wrap .manage {
    position: relative;
    width: 100%;
}

#wrap .manage_left {
    float: left;
    width: 476px;
}

#wrap .manage_info {
    position: relative;
    padding-left: 38px;
    font-size: 16px;
    color: #333;
    line-height: 24px;
    background: url(../images/zhengshu/person_info.png) left top no-repeat;
}

#wrap .bg_manage {
    width: 100%;
    height: 100px;
    margin: 20px 0 40px;
    background: url(../images/zhengshu/bg_certi1.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 20px 20px 60px;
}

#wrap .bg_manage p {
    font-size: 12px;
    color: #666666;
    line-height: 20px;
}

#wrap .bg_manage a {
    color: #ff0000;
}

#wrap .manage_right {
    float: right;
    width: 640px;
    padding: 20px;
    border: 1px solid #ccc;
}

#bid {
    display: block;
    width: 260px;
    height: 70px;
    line-height: 70px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    background: #ffa800;
    margin: 0 auto;
}

#wrap .manage_right .manage_tip {
    position: relative;
    font-size: 18px;
    height: 18px;
    line-height: 18px;
    padding-left: 8px;
    font-size: 18px;
    color: #333333;
    margin-bottom: 20px;
}

#wrap .manage_right .manage_tip::before {
    position: absolute;
    width: 4px;
    height: 18px;
    background: #9b0000;
    content: "";
    left: 0;
    top: 1px;
}

#wrap .manage_right .step_item {
    margin-top: 18px;
}

#wrap .manage_right .step {
    position: relative;
}

#wrap .manage_right .step::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 490px;
    background: #ccc;
    left: 9px;
    top: 10px;
}

#wrap .manage_right .step_top {
    height: 26px;
    line-height: 26px;
}

#wrap .manage_right .step_top span,
#wrap .manage_right .step_top p {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #333333;
}

#wrap .manage_right .step_top p {
    font-weight: bold;
}

#wrap .manage_right .step_top span {
    position: relative;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background: #ffa800;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    z-index: 10;
}

#wrap .manage_right .step_con {
    margin-left: 25px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
}

#wrap .manage_right a {
    color: #ff0000;
}

#wrap .manage_right .care {
    color: #666666;
    font-size: 14px;
    display: inline-block;
    margin: 25px 0 0 25px;
    background: #e4e5e4;
    padding: 4px 6px;
}

/* 课程查询 */

#wrap .course {
    position: relative;
    width: 100%;
    padding-top: 70px;
}

#wrap .course .course_tab {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e7e8e7;
}

#wrap .course .course_tab a {
    float: left;
    margin-left: 35px;
    font-size: 16px;
    color: #333;
    background-color: #e7e8e7;
    padding: 0 12px;
}

#wrap .course .course_tab a.active,
#wrap .course .course_tab a:hover {
    background: #9b0000;
    color: #fff;
}

#wrap .course .course_tab a:nth-child(1) {
    margin-left: 0;
}

#wrap .course .course_year {
    margin-top: 40px;
    margin-bottom: 20px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    padding: 20px;
    border-bottom: 1px solid #e7e8e7;
}

#wrap .course .course_year span,
#wrap .course .course_year input {
    display: inline-block;
    vertical-align: middle;
}

#wrap .course .course_year span {
    width: 142px;
    letter-spacing: 14px;
    color: #333;
}

#wrap .course .course_year input {
    text-align: center;
    border: 1px solid #e7e8e7;
    height: 36px;
    width: 100px;
    margin-right: 10px;
    color: #666666;
}

#wrap .course .course_item {
    position: relative;
    font-size: 0;
    margin-bottom: 40px;
}

#wrap .course .course_item span {
    display: inline-block;
    vertical-align: top;
    width: 152px;
    font-size: 14px;
    color: #666666;
    height: 36px;
    line-height: 36px;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#wrap .course .course_item .course_box {
    width: 960px;
    display: inline-block;
    vertical-align: top;
}

#wrap .course .course_item .course_box_bd {
    border: 1px solid #e7e8e7;
    margin-left: 15px;
    padding-top: 20px;
}

#wrap .course .course_item a {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
    padding: 0 20px;
    font-size: 14px;
    color: #333333;
    border: 1px solid #e7e8e7;
    margin-left: 15px;
    margin-bottom: 20px;
}

#wrap .course .course_item a.active,
#wrap .course .course_item a:hover {
    border: 1px solid #9b0000;
    color: #9b0000;
}

#wrap .course .course_item .course_more {
    position: absolute;
    right: 5px;
    top: 0;
}

#wrap .course .course_item .course_more a {
    margin: 0;
    padding: 0;
    border: none;
    width: 58px;
    height: 28px;
    line-height: 28px;
    background: url(../images/zhengshu/course_more.png) right center no-repeat;
}

#wrap .course_result {
    width: 96%;
    margin: 0 auto;
}

#wrap .course_result th,
#wrap .course_result td {
    font-size: 12px;
    color: #00020f;
    border: 1px solid #e7e8e7;
    padding: 12px 4px;
}

#wrap .course_result th {
    background: #f8f5f5;
}

/* 空闲教室查询 */

#wrap .classroom {
    margin-top: 80px;
}

#wrap .room_left {
    width: 450px;
    float: left;
}

#wrap .room_right {
    float: right;
    width: 710px;
}

#wrap .room_title {
    height: 30px;
    line-height: 30px;
}

#wrap .room_title span,
#wrap .room_title i,
#wrap .room_title p {
    display: inline-block;
    vertical-align: middle;
}

#wrap .room_title span {
    font-size: 25px;
    color: #333333;
}

#wrap .room_title i {
    font-style: normal;
    font-size: 12px;
    color: #fff;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 100%;
    background-color: #ffbc1c;
}

#wrap .room_title p {
    font-size: 14px;
    color: #999999;
}

#wrap .room_sel {
    height: 50px;
    margin-top: 20px;
    line-height: 50px;
}

#wrap .room_sel select {
    display: inline-block;
    vertical-align: middle;
    height: 50px;
    width: 350px;
    padding-left: 20px;
    font-size: 18px;
}

#wrap .room_sel input {
    display: inline-block;
    vertical-align: middle;
    width: 180px;
    height: 50px;
    color: #fff;
    border: none;
    background-color: #ffbc1c;
    font-size: 20px;
    border-radius: 10px;
    margin-left: 20px;
    cursor: pointer;
}

#wrap .room_table {
    margin-top: 20px;
}

#wrap .room_table td {
    border: 1px solid #ddd;
}

#wrap .bg009fe9 {
    background-color: #009fe9;
}

#wrap .room_tip {
    margin-top: 12px;
    font-size: 1px;
}

#wrap .room_tip span,
#wrap .room_tip i,
#wrap .room_tip p {
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    color: #333333;
}

#wrap .room_tip span {
    width: 10px;
    height: 10px;
    border: 1px solid #ddd;
}

#wrap .room_tip span.bg009fe9 {
    background-color: #009fe9;
}

#wrap .room_tip span.bgfff {
    background-color: #fff;
}

#wrap .room_tip p {
    margin-right: 10px;
}

#wrap .room_tip i {
    color: #9b0000;
    margin-right: 2px;
}

#wrap .room_left {
    height: 580px;
}


/* 补办学位证 */
#sub_content .net_file {
    position: relative;
    width: 270px;
    height: 194px;
    background-color: #f2f2f2;
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
}

#sub_content .net_file input[type="file"] {
    position: absolute;
    width: 340px;
    height: 194px;
    opacity: 0;
    left: 0;
    top: 0;
    outline: none;
}

#sub_content .net_file label {
    position: relative;
    display: block;
    text-align: center;
    padding-top: 1px;
    cursor: pointer;
    z-index: 999;
}

#sub_content .net_file label span {
    display: block;
    font-size: 12px;
    color: #666666;
}

#sub_content .net_file label i {
    display: inline-block;
    margin-top: 64px;
    margin-bottom: 5px;
    width: 28px;
    height: 28px;
    background: url(../images/add.png) no-repeat;
}

#sub_content .net_file img {
    position: absolute;
    left: 0;
    top: 0;  
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* 学历补办记录 */
.history_table table {
    border: none;
    box-sizing: border-box;
    word-break: break-all; 
    word-wrap: break-word; 
    border: 1px solid #ddd;
}

.history_table table th {
    border: none;
    background: #f2f2f2;
    color: #666666;
    font-size: 14px;
    padding: 16px 5px;
}

.history_table table tr {
    border: none;
}

.history_table table tr:hover {
    background: none;
}

.history_table table .tal {
    text-align: left;
}

.history_table table .bg_f1 {
    background: #f1f1f1;
    font-size: 12px;
    color: #999999;
    border-bottom: 1px solid #ddd;
}

.history_table table .bg_f1:hover {
    background: #f1f1f1;
}

.history_table table .bg_f1 td {
    font-size: 12px;
    color: #999;
}

.history_table table td.c666 {
    color: #666;
}

.history_table table td.c999 {
    color: #999;
}

.history_table table td {
    font-size: 14px;
    padding: 15px 10px;
}

.history_table table td a {
    text-decoration: underline;
    color: #333333;
}