﻿body{
    background: #F0F8F7;
    color: #333;
}

.certificate-header {
    height: 180px;
    background-image: url('../../../../images/_centerLayout-bg-img2.png');
    background-repeat: no-repeat;
    padding-top: 45px;
}

.content-width{
    width: 1155px;
    margin: 0 auto;
}

.certificate-header .user-info{
    float: left;
}

.certificate-header .user-info dd{
    width: 95px;
    height: 95px;
    float: left;
}

.certificate-header .user-info dd img{
    width: 100%;
    border-radius: 50%;
}

.certificate-header .user-info dt{
    float: left;
    margin-top: 18px;
    margin-left: 12px;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}

.certificate-header .user-info dt span{
    display: block;
}

.certificate-header .user-info dt span.name{
    font-size: 20px;
    margin-bottom: 13px;
}

.certificate-header .user-query-btn{
    float: right;
    margin-top: 33px;
    margin-right: 36px;
}

.certificate-header .user-query-btn button{
    width: 127px;
    height: 48px;
    line-height: 48px;
    padding: 0;
    margin-left: 20px;
    color: #fff;
    font-size: 16px;
    background-color: #F47E4E;
    border: 0;
}

.certificate-main{
    min-height: 500px;
    margin: 22px auto 100px;
}

.certificate-nav{
    font-size: 18px;
    color: #333333;
    margin: 0;
    border-bottom: 1px solid #DCDCDC;
    display: none;
}

.certificate-nav li{
    display: inline-block;
    padding-bottom: 15px;
    margin-right: 20px;
    cursor: pointer;
    margin-bottom: -1px;
    margin-top: 20px;
    min-width: 40px;
    text-align: center;
}

.certificate-nav li.active{
    border-bottom: 2px solid #27D9B0;
}

.certificate-list{
    margin-top: 30px;
    background-color: #fff;
    padding: 30px 69px 26px 29px;
    position: relative;
}

.certificate-pic{
    position: absolute;
    width: 170px;
    height: 241px;
    overflow-y: hidden;
    border: 1px solid #DCDCDC;
}

.certificate-pic img{
    width: 100%;
}

.certificate-level-info{
    min-height: 241px;
    margin-left: 200px;
    font-size: 14px;
    color: #333333;
    position: relative;
}

.certificate-level-info .name{
    font-size: 20px;
    margin: 0;
}

.certificate-level-info p,
.certificate-level-info .introduce,
.certificate-level-info .reservation-condition{
    margin-top: 20px;
}

.certificate-level-info span{
    color: #999999;
}

.certificate-level-info .introduce{
    max-height: 43px;
    cursor: pointer;
}

.certificate-level-info .introduce span{
    display: block;
    float: left;
}

.certificate-level-info .introduce span.info{
    display: block;
    float: left;
    width: 70%;
    height: 100%;
    color: #333;
    /*white-space: nowrap;*/ 
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.certificate-level-info .introduce-whole{
    display: none;
    position: absolute;
    top: 17px;
    left: 94px;
    width: 70%;
    min-height: 64px;
    max-height: 100px;
    overflow-y: auto;
    padding: 12px;
    background-color: #fff;
    box-shadow: 0px 0px 12px #b7b7b7;
    -webkit-box-shadow: 0px 0px 12px #b7b7b7;
    -moz-box-shadow: 0px 0px 12px #b7b7b7;
}

.certificate-list .no-reservation{
    position: absolute;
    top: 0;
    right: 0;
}

.certificate-level-info .reservation-condition ul{
    display: inline-block;
    vertical-align: top;
}

.cancel-reservation{
    width: 127px;
    height: 48px;
    border: 1px solid #27D9B0;
    color: #27D9B0;
    font-size: 16px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -24px;
    right: 69px;
}

.exam-appointment{
    margin: 0 30px;
    font-size: 14px;
    padding-bottom: 20px;
}

.exam-appointment .tips{
    color: #999999;
    margin-top: 38px;
    margin-left: 1%;
}

.exam-appointment .tips span{
    color: #333;
    display: inline-block;
    width: 90%;
    vertical-align: top;
}

.exam-appointment .exam-list{
    float: left;
    width: 31%;
    padding: 15px 22px;
    margin: 20px 1% 0;
    border: 2px solid #F0F0F0;
    border-radius: 3px;
    cursor: pointer;
    position: relative;
}

.exam-appointment .exam-list img {
    position: absolute;
    top: 0;
    right: 0;
}
.exam-appointment .exam-list.active {
    border: 2px solid #27D9B0;
    background-color: #F5FDFC;
}

.exam-appointment .multiple-selection{
    display: block;
    width: 18px;
    height: 18px;
    border: 2px solid #F0F0F0;
    border-radius: 50%;
    position: absolute;
    top: 14px;
    right: 14px;
}

.exam-appointment .exam-list.active .multiple-selection {
    background-image: url(../../../../images/new-icon.png);
    background-position: 1px -696px;
    width: 20px;
    height: 20px;
    border-radius: 0;
    border: 0;
}

.exam-appointment .exam-list > div span{
    color: #999;
    display: block;
}

.exam-appointment .exam-list > div h4{
    font-size: 16px;
    margin-top: 0;
    height: 50px;
    margin-bottom: 5px;
}

.exam-appointment .exam-list .time{
    color: #333;
}

.exam-appointment .no-appointment{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 149px;
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: 16px;
}

.exam-appointment button{
    margin: 40px auto;
    width: 105px;
    height: 40px;
    background: #27D9B0;
    color: #fff;
    font-size: 14px;
    border: 0;
    display: block;
}

.exam-results{
    padding: 20px;
}

.exam-results .select-subject{
    width: 200px;
    margin-bottom: 20px;
    border-radius: 3px;
}

.exam-results tr th,
.exam-results tr td{
    text-align: center;
    height: 50px;
}

.exam-results tr th{
    font-size: 16px;
    background-color: #F1F1F1;
}

.exam-results tr td{
    font-size: 14px;
}

.exam-results .pageHeight{
    height: auto;
}

.admission-ticket{
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    margin: 20px 40px;
    padding: 0 10px;
}

.admission-ticket .title{
    text-align: center;
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 600;
}

.admission-ticket .title1{
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
}

.admission-ticket table{
    width: 100%;
    margin-bottom: 30px;
    border-collapse:collapse;
}

.admission-ticket table td{
    text-align: center;
    font-weight:bold
}

.admission-ticket table img{
    width: 120px;
    margin: 5px 0;
}

.admission-ticket .notice{
    margin-bottom: 20px;
}

.admission-ticket .notice h3{
    margin-bottom: 10px;
}

.admission-ticket .notice p{
    font-size: 14px;
    line-height: 30px;
}

.download-admission-ticket{
    display: block;
    margin: 40px auto;
    width: 105px;
    height: 40px;
    background: #27D9B0;
    color: #fff;
    font-size: 14px;
    border: 0;
}