.layui-card {
    box-shadow: none;
}
.title {
    background: url("../../../global/img/artbg.jpg");
}
.title img{width:300px;display: inline-block;vertical-align: middle;margin:10px;}
.lay-step {
    font-size: 0;
    width: 400px;
    margin: 0 auto;
    max-width: 100%;
    padding-left: 200px;
    position: relative;
    left: 115px;
}

.step-item {
    display: inline-block;
    line-height: 26px;
    position: relative;
    font-size: 14px;
}

.step-item-tail {
    width: 100%;
    padding: 0 10px;
    position: absolute;
    left: 0;
    top: 13px;
}

.step-item-tail i {
    display: inline-block;
    width: 100%;
    height: 1px;
    vertical-align: top;
    background: #c2c2c2;
    position: relative;
}

.step-item-tail .step-item-tail-done {
    background: #407ae1;
}

.step-item-head {
    position: relative;
    display: inline-block;
    height: 26px;
    width: 26px;
    text-align: center;
    vertical-align: top;
    color: #407ae1;
    border: 1px solid #407ae1;
    border-radius: 50%;
    background: #ffffff;
}

.step-item-head.step-item-head-active {
    background: #407ae1;
    color: #ffffff;
}

.step-item-main {
    display: block;
    position: relative;
    margin-left: -50%;
    margin-right: 50%;
    padding-left: 26px;
    text-align: center;
}

.step-item-main-title {
    font-weight: bolder;
    color: #555555;
    margin-top: 15px;
}

.step-item-main-desc {
    color: #aaaaaa;
}

.lay-step + [carousel-item]:before {
    display: none;
}

.lay-step + [carousel-item] > * {
    background-color: transparent;
}

.code_img_div {
    display: flex;
}
.code_img_div #code_img{
    position: absolute;
    right: -188px;
    top: 0px;
    cursor: pointer;
}


/* 准考证打印 */
#print-box  {
    width: 840px;
    margin: 0 auto;
}
#print-box .user-box .user-message {
    padding: 20px 20px 0 20px;
    width: 410px;
    position: relative;
}
#print-box .user-box .user-photo {
    width: 100px;
    height: 140px;
    position: absolute;
    right: 20px;
    top: 20px;
}
#print-box .user-box .check-photo {
    width: 100px;
    position: absolute;
    right: 60px;
    top: 100px;
}
#print-box .user-box .user-message li {
    margin-bottom: 30px;
    height: 27px;
}
#print-box .user-box .user-message li span{
    font-size: 14px;
    color: #555;
}
.user-exam{
    width: 450px;
    margin-left: 30px;
    border: 1px solid #007fd3;
    padding-bottom: 30px;
    margin: 0 auto;
    position: relative;
    left: 40px;
}
.logoBg {
    position: absolute;
    width: 350px;
    top: 155px;
    left: 50px;
    opacity: 0.1;
}
.user-exam .header-title{
    background: #007fd3;
    font-family: monospace;
    width: 450px;
    height: 84px;
    
}
.user-exam .header-title p{
    color: #fff;
    font-size: 16px;
    letter-spacing: 4px;
    text-align: center;
}
.user-exam .title {
    font-size: 34px;
    color: red;
    letter-spacing: 10px;
    text-align: center;
    width: 400px;
    padding: 10px 0 0 0 ;
}
.exam-rules {
    width: 840px;
    border: 1px solid #007fd3;
    margin-top: 40px;
}
.exam-rules .header-title{
    background: #007fd3;
    font-family: monospace;
    color: #fff;
    font-size: 16px;
    letter-spacing: 4px;
    text-align: center;
    width: 840px;
    height:56px;
    
}
.exam-rules .rule-title{
    background: #007fd3;
    width: 160px;
    font-family: monospace;
    color: #fff;
    font-size: 16px;
    padding:10px 0;
    letter-spacing: 4px;
    text-align: center;
    margin:10px auto;
}
.rule-content {
    padding: 4px 20px 20px 20px;
}
.rule-left {
    width: 380px;
    float: left;
    margin-right: 30px;
}
.rule-left .rule-bottom{
    text-align: center;
}
.rule-left .rule-bottom p {
    text-align: center;
    text-indent: 0;
}
.rule-right {
    width: 380px;
    float: left;
}
.rule-left p {
    text-indent: 2em;
    line-height: 30px;
    margin-bottom: 5px;

}
.rule-right p{
    text-indent: 2em;
    line-height: 30px;
    margin-bottom: 5px;
}
.rule-right .rule-bottom{ 
    background: #007fd3;
    margin-top: 10px;
    padding: 10px 20px;
    color: #fff;
}
#examTable {
    margin: 0 10px;
}
#examTable tr td {
    padding:8px;
}
#examTable tr th {
    padding:8px;
}
#examTable_bs {
    margin: 0 10px;
}
#examTable_bs tr th {
    padding:4px;
}
#examTable_bs tr td {
    padding:4px;
}
#examTable_ms {
    margin: 0 10px;
}
#examTable_ms tr th {
    padding:4px;
}
#examTable_ms tr td {
    padding:4px;
}
.adress {
    text-align: center;
    padding: 0 16px 16px 16px;
    font-size: 16px;
}

.clearFloat {
    clear: both ;
}