﻿
.certList{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
    overflow: hidden;
}
.certList li {
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    float: left;
}
.certList li em{
    color:#00b6d9 ;
    font-size: 15px;
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
    border:1px solid #00b6d9;
    float: left;
}
.certList li.selected em{
    background-color: #00b6d9;
    color: #fff;
}
.certList li span{
    float: left;
    width: 60px;
    height: auto;
    line-height: 30px;
    color: #999;
    font-size: 12px;
    text-align: center;
}
.certList .line {
    width: 150px;
    height: 1px;
    float: left;
    background-color: #dcdcdc;
    margin: 15px 10px 30px;
}
.certList .line.selected{
    background-color: #00b6d9;
}
.uploadBox{
    height: 100px;
    position: relative;
    width: 100px;
    float: left;
}
.uploadBox > input{
    width: 100px;
    height: 100px !important;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 100;
    cursor: pointer;
}

.add {
    width: 100px;
    height: 100px;
    color: #ccc;
    transition: color .25s;
    position: absolute;
    border-radius: 4px;
    border: 1px solid #dedede;
}
.add::before{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 30px;
    margin-left: -15px;
    margin-top: -15px;
    border-top: 3px solid;
}
.add::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    height: 30px;
    margin-left: -2px;
    margin-top: -29px;
    border-left: 3px solid;
}
.add span{
    font-size: 12px;
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #666;
}
.uploadCardImg01 , .uploadCardImg02{
    float: left;
    width: 120px;
    border: solid 1px #efefef;
    margin-left: 30px;
}
.uploadCardImg01{
    margin-left: 0;
}
.uploadCardImg02{
    width:240px;
}
.twoStep{
    display: none;
}


/* 注册 */
.wrapper {
    padding-bottom: 63px;
}
.regBox{
    float: right;
}
.reg , .reg > a{
    color: #e5e5e5;
}
.reg > i{
    padding: 10px;
}

.publish-form .layui-form-item{
    margin-bottom: 20px;
}
.formBtn{
    text-align: center;
    padding-top: 30px;
}
.formBtn .layui-btn{
    width: 150px;
    height: 45px;
    border-radius: 6px;
    background-color: #12548a;
}
.publish-form .layui-input-block input,
.publish-form .layui-input-inline input{
    height: 42px;
    line-height: 42px;
    border-radius: 5px;
    background-color: #f8f8f8;
    border: solid 1px #efefef;
}
.publish-form .layui-form-label{
    /* width: 60px; */
    padding: 11px 0;
}
.publish-form .layui-input-block{
    margin-left: 100px;
}
.reg-tit{
    text-align: center;
    margin: 30px;
    font-size: 22px;
    /* padding-left: 70px; */
    font-family: "微软雅黑";
}
.layui-form.publish-form{
    width: 500px;
    margin: 30px auto 50px;
}
i{
    font-style: normal;
}
.bg-color {
    background-color: #fff;
}
.main-box{
    width: 1200px;
    margin: 0 auto;
}
.vedio-box{
    min-height: 380px;
}


.top-bg{
    background-color: #04355d;
    box-shadow: 1px 1px 1px 1px rgba(131,131,131,0.25);
    -webkit-box-shadow: 1px 1px 1px 1px rgba(131,131,131,0.25);
    -moz-box-shadow: 1px 1px 1px 1px rgba(131,131,131,0.25);
}
.top-bg >div{
    height: 55px;
    line-height: 55px;
}
.top-box{
    float: left;
}
.login-box{
    text-align: center;
    margin: 20px 0;
    background-color: #fff;
}
.login-banner > img{
    width: 100%;
    height: 200px;
}
.login-warp > h5{
    color:#bc9920;
    font-size: 18px;
    font-weight: bold;
}
.login-warp{
    padding: 60px 0;
}
.login-warp > img{
    width: 154px;
    height: 154px;
    padding:20px 0 5px;
}
.login-warp >p{
    padding-bottom: 20px;
}
.login-btn > span{
    color: #b3b3b3;
    display: block;
}
.login-btn > input{
    height: 32px;
    line-height: 32px;
    width: 160px;
    background-color: #bc9920;
    border: none;
    color: #fff;
    border-radius: 3px;
    margin-bottom: 10px;
    cursor: pointer;
}
.footer{
    font-size: 12px;
    text-align: center;
    padding: 20px 0;
    background-color: #01233e;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 1000;
}
.footer p{
    line-height: 23px;
}
.mgs-bg{
    width: 200px;
    margin: auto;
    color: #a94442;
    border-color: #ebccd1;
    margin-top: 20px;
    padding: 20px;
    font-size: 15px;
    line-height: 22px;
    background-color: #f2dede;
}

/* 公共搜索组件 */
.commonSearch {
    /* margin: 20px 0; */
    position: relative;
    overflow: hidden;
    width: 100%;
    display: inline-block;
    height: 55px;
}
.commonSearch > input {
    color: #0d4776;
    width: 100%;
    border-radius: 30px;
    background-color: #fff;
    border: none;
    height: 35px;
    margin-top: 10px;
    padding-left: 20px;
    float: left;
    border:1px solid #d2d2d2;
}
.commonSearch > i {
    width: 60px;
    text-align: center;
    display: inline-block;
    position: absolute;
    color: #0d4776;
    right: 0;
    top: 2px;
    /* top: 20px; */
    cursor: pointer;
}

/* 公共头部 */
.courseBox{
    width:900px;
    text-align: right;
    height: 55px;
    line-height: 55px;
    float: right;
}
.couSearch{
    position: relative;
    overflow: hidden;
    width: 50%;
    display: inline-block;
    height: 55px;
}
.couSearch > input{
    color: #fff;
    width: 100%;
    border-radius: 30px;
    background-color: #0d4776;
    border: none;
    height: 35px;
    margin-top: 10px;
    padding-left: 20px;
    float: left;
}
.couSearch > i{
    width: 60px;
    text-align: center;
    display: inline-block;
    position: absolute;
    color: #e9e9e9;
    right: 0;
    cursor: pointer;
}
.courseBox .layui-nav{
    width: 80%;
    height: 55px;
    float: right;
    background-color: #04355d;
}
.couSearch input::-webkit-input-placeholder {
    color: #BDCADA;
}
.couSearch input:-moz-placeholder { 
    color: #BDCADA;
}
.couSearch input::-moz-placeholder { 
    color: #BDCADA;
}
.couSearch input:-ms-input-placeholder {
    color: #BDCADA;
}
.layui-breadcrumb{
    font-size: 14px;
    visibility: visible;
}
.crumbBox{
    height: 50px;
    line-height: 50px;
}
.layui-breadcrumb a , .layui-breadcrumb span , .layui-breadcrumb cite{
    color: #999!important;
}
.layui-breadcrumb span {
    padding:0 5px;
}
#pagesBox,
#pagesBoxOver,
#pagesBoxUnpaid{
    text-align: right;
    padding: 40px 0 40px;
}
.overH{overflow: hidden;}


/* 提示信息 */
.regMsgBox{
    display: block;
    font-size: 15px;
    line-height: 26px;
    height: 400px;
    line-height: 400px;
}

.cancleOrder {
    padding-right: 10px;
    vertical-align: middle;
    cursor: pointer;
}

.mulQues .layui-elip,
.mulQues .layui-form-checkbox span,
.mulQues .layui-form-pane .layui-form-label {
    text-overflow: inherit;
    white-space: inherit;
}