﻿@charset "utf-8";

body {
    min-width: 1000px;
    min-height: 560px;
    -moz-user-select: none;
    /*火狐*/
    -webkit-user-select: none;
    /*webkit浏览器*/
    -ms-user-select: none;
    /*IE10*/
    -khtml-user-select: none;
    /*早期浏览器*/
    user-select: none;
    overflow: hidden;
}

.main_page {
    height: 100%;
    /* border: 1px solid #ccc; */
    margin: 0px auto;
}

#Menu_List {
    width: 100%;
    height: 58px;
    background-color: #badffd;
    margin: 10px;
}

.Menu_List_item {
    height: 38px;
    float: left;
    margin: 10px;
    line-height: 38px;
    text-align: center;
    border-radius: 19px;
    font-size: 15px;
    color: #545252;
    font-weight: bold;
    font-family: sans-serif;
}

.Menu_List_item:hover {
    background-color: #fff;
}

#CertText {
    width: 963px;
}

.CertText_item {
    width: 700px;
    height: 420px;
    float: left;
    border-radius: 10px;
    -webkit-box-shadow: #ccc 0px 0px 29px;
    -moz-box-shadow: #ccc 0px 0px 29px;
    box-shadow: #ccc 0px 0px 29px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -210px -350px;
}

.CertText_item_title {
    width: 320px;
    height: 58px;
    float: left;
    text-align: center;
    background-color: #0063ac;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -160px;
    margin-top: -240px;
    border-radius: 29px;
    color: #fff;
    font-size: 20px;
    line-height: 58px;
    font-family: initial;
    -webkit-box-shadow: #ccc 0px -4px 29px;
    -moz-box-shadow: #ccc 0px -4px 29px;
    box-shadow: #ccc 0px -4px 29px;
}

.CertText_item_text {
    width: 100%;
    height: 325px;
    margin-top: 55px;
    float: left;
}

.CertText_item_text_left {
    width: 40%;
    float: left;
    height: 100%;
    margin-left: 5%;
}

.CertText_item_text_right {
    width: 40%;
    float: right;
    height: 100%;
    margin-right: 5%;
}

.CertText_item_text_title {
    float: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #f1f1f1;
    text-align: center;
    font-size: 17px;
}

.CertText_item_text_cent {
    float: left;
    width: 10%;
    height: 100%;
}



.CertText_item_text_btn {
    float: left;
    width: 100%;
    height: 40px;
}

.CertText_item_text_btn input {
    width: 200px;
    height: 40px;
    border: none;
    background-color: #3a71ff;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    margin-left: 40px;
    border-radius: 20px;
}
.CertText_item_text_btn input.submit{
    cursor: pointer;
}
.CertText_item_text_cent div {
    width: 5%;
    height: 100%;
    margin-left: 47.5%;
    background-color: #ecebeb;
}

.CertText_item_text_input {
    width: 100%;
    height: 220px;
    float: left;
}

.CertText_item_text_input div {
    width: 100%;
    height: 40px;
    background-color: #cbe7ff;
    border-radius: 3px;
    line-height: 40px;
    text-indent: 10px;
    color: #666;
    font-size: 15px;
    font-family: unset;
    margin-top: 20px;
}


.CertText_item_text_input div input {
    border: none;
    background-color: #fff0;
    width: 170px;
    height: 90%;
    text-indent: 5px;
}



.MaskLayer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: #2b292999;
}

.MaskLayer_Text {
    width: 800px;
    height: 566px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -283px;
    margin-left: -400px;
    background-color: #fff;
    background-image: url(../images/icon_1.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.MaskLayer_info {
    width: 340px;
    height: 240px;
    margin-top: 195px;
    margin-left: 60px;
    float: left;
}

#ZNumber {
    float: left;
    width: 78%;
    text-align: left;
    height: 38px;
    line-height: 45px;
    font-size: 14px;
    margin-left: 22%;
    color: #565555;
    font-weight: bold;
}

#ZName {
    float: left;
    width: 78%;
    text-align: left;
    height: 38px;
    line-height: 42px;
    font-size: 14px;
    margin-left: 22%;
    color: #565555;
    font-weight: bold;
}

#ZDay {
    float: left;
    width: 70%;
    text-align: left;
    height: 38px;
    line-height: 42px;
    font-size: 14px;
    margin-left: 30%;
    color: #565555;
    font-weight: bold;
}

#ZExam {
    float: left;
    width: 70%;
    text-align: left;
    height: 38px;
    line-height: 45px;
    font-size: 14px;
    margin-left: 26%;
    color: #565555;
    font-weight: bold;
    margin-top: 33px;
}

#ZTime {
    float: left;
    width: 78%;
    text-align: left;
    height: 38px;
    line-height: 45px;
    font-size: 14px;
    margin-left: 22%;
    color: #565555;
    font-weight: bold;
}

#CloseBtn {
    width: 50px;
    height: 50px;
    background-image: url(../images/main_tab_close.png);
    background-repeat: no-repeat;
    background-size: 40px;
    float: right;
    margin: 10px;
    background-color: #d9dbde;
    border-radius: 50%;
    background-position: 5px;
}

.MaskLayer_info_kg {
    width: 450px;
    height: 505px;
    position: relative;
    margin-top: 200px;
    display: none;
}

#KGnm {
    font-size: 20px;
    position: absolute;
    left: 240px;
    bottom: 150px;
    font-weight: bold;
    color: #555;
}

#KGsfz {
    font-size: 20px;
    position: absolute;
    left: 160px;
    bottom: 108px;
    font-weight: bold;
    color: #555;
}

#KGdw {
    font-size: 20px;
    position: absolute;
    left: 255px;
    bottom: 73px;
    font-weight: bold;
    color: #555;
}

#KGimg {
    width: 155px;
    height: 200px;
    position: absolute;
    left: 154px;
    bottom: 185px;
}







.MaskLayer_info_kg1 {
    width: 800px;
    height: 307px;
    position: relative;
    margin-top: 200px;
}

#KGnm1 {
    font-size: 20px;
    position: absolute;
    left: 235px;
    bottom: 230px;
    font-weight: bold;
    color: #555;
}

#KGsfz1 {
    font-size: 20px;
    position: absolute;
    left: 235px;
    bottom: 180px;
    font-weight: bold;
    color: #555;

}

#KGrq1 {
    font-size: 20px;
    position: absolute;
    left: 235px;
    bottom: 130px;
    font-weight: bold;
    color: #555;

}

#KGbh1 {

    font-size: 20px;
    position: absolute;
    left: 235px;
    bottom: 80px;
    font-weight: bold;
    color: #555;
}

.MaskLayer_info_grP {
    width: 800px;
    height: 421px;
    position: relative;
    margin-top: 100px;
}

#GRDWnm {
    font-size: 20px;
    position: absolute;
    left: 435px;
    bottom: 278px;
    font-weight: bold;
    color: #555;
}

#GRDWzp {
    width: 158px;
    height: 200px;
    position: absolute;
    right: 78px;
    top: -30px;
}

#GRDWcs {
    font-size: 20px;
    position: absolute;
    left: 426px;
    bottom: 243px;
    font-weight: bold;
    color: #555;
}

#GRDWnfz {
    font-size: 20px;
    position: absolute;
    left: 305px;
    bottom: 182px;
    font-weight: bold;
    color: #555;
}

#GRDWbh {
    font-size: 20px;
    position: absolute;
    left: 585px;
    bottom: 182px;
    font-weight: bold;
    color: #555;
}

#GRDWkg {
    font-size: 20px;
    position: absolute;
    left: 292px;
    bottom: 50px;
    font-weight: bold;
    color: #555;
}

#GRDWkgbh {
    font-size: 20px;
    position: absolute;
    left: 447px;
    bottom: 50px;
    font-weight: bold;
    color: #555;
}

#GRDWjb {
    font-size: 68px;
    position: absolute;
    left: 108px;
    bottom: 90px;
    font-weight: bold;
    color: #ba0001;
}

#GRDWdj {
    font-size: 24px;
    position: absolute;
    left: 93px;
    bottom: 57px;
    font-weight: bold;
    color: #fff;
}

#GRDWjb1 {
    font-size: 68px;
    position: absolute;
    left: 108px;
    bottom: 90px;
    font-weight: bold;
    color: #000;
}

#GRDWdj1 {
    font-size: 24px;
    position: absolute;
    left: 100px;
    bottom: 57px;
    font-weight: bold;
    color: #fff;
}

#dwTab {
    width: 250px;
    height: 521px;
    background: #fff;
    float: left;
    position: absolute;
    left: 410px;
    top: 50%;
    margin-top: -283px;
    border: solid 3px rgb(173, 173, 173);
    box-sizing: border-box;
    display: none;
}

#dwTab li {
    width: 100%;
    height: 52px;
    border-bottom: 3px solid #e9e9e9;
    box-sizing: border-box;
    list-style: none;
    float: left;
    text-align: center;
    cursor: pointer;
}

#dwTab li p {
    line-height: 52px;
    font-size: 28px;
    float: left;
    margin: 0 0 0 80px;
}

#dwTab li div {
    padding: 0 15px;
    height: 25px;
    background: #badffc;
    border-radius: 12.5px;
    font-size: 16px;
    line-height: 25px;
    display: inline-block;
    margin-top: 12px;
    margin-left: -45px;
}

.dwTab_active {
    background: #3a71ff !important;
}

.dwTab_active p {
    color: #fff !important;
}

.dwTab_active div {
    color: #5687ff !important;
    background: #ffffff !important;
}

.dwTab_li {
    background: #fff;
}


#dwTab li:nth-child(10) {
    border-bottom: none;
}

.CertText_Icon {
    width: 260px;
    height: 182px;
    background: #badffc;
    /* background-image: url(../images/certtext_icon.jpg); */
    background-size: 100%;
}

#cpxm {
    position: absolute;
    left: 326px;
    top: 330px;
    font-weight: bold;
    color: #3c3b3b;
    font-size: 23px;
}

#cpsr {
    position: absolute;
    left: 326px;
    top: 367px;
    font-weight: bold;
    color: #3c3b3b;
    font-size: 23px;
}

#cpbh {
    position: absolute;
    left: 326px;
    top: 403px;
    font-weight: bold;
    color: #3c3b3b;
    font-size: 23px;
}

#cpri {
    position: absolute;
    left: 326px;
    top: 438px;
    font-weight: bold;
    color: #3c3b3b;
    font-size: 23px;
}

#cpdj {
    position: absolute;
    left: 639px;
    top: 287px;
    font-weight: bold;
    color: #fdfaf7;
    font-size: 130px;
}

.result{
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}
.result>div{
    width: 47.5%;
    border: solid 1px #e9e9e9;
    padding: 20px;
    box-sizing: border-box;
}
.result>div>div{
    line-height: 40px;
    font-weight: bold;
}
.result>div>div>span{
    font-weight: normal;
}
.result .left .img{
    padding-bottom: 10px;
}