.header-menu-container {
    border-bottom: 1px solid rgb(245, 245, 245);
    width: 100%;
    margin: 0 auto;
    color: #000000;
    background-color: #f1f1f1;
}

.head-top-block-bg {
    background: #006aee;
    width: 100%;
}

.head-top-block {
    width: 1200px;
    height: 30px;
    margin: 0 auto;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
}

.head-top-block .greeting {
    float: left;
    width: 150px;
}

.head-top-block .head-top-right {
    float: right;
    width: auto;
}

.head-top-block .head-top-right .head-top-menu {
    float: right;
    width: 70px;
    position: relative;
}

.head-top-block .head-top-right .head-top-menu span {
    float: left;
}

.head-top-block .head-top-right .head-top-menu i {
    float: left;
}

.person-center {
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    width: 70px;
    background: #006aee;
}

.head-top-block .head-top-right .triangle-down {
    margin-top: 12px;
    margin-left: 2px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #fff;
}

.menu-block-bg {
    background: #fff;
    width: 100%;
    border-bottom: 1px solid #efefef;
}

.menu-block {
    height: 60px;
    width: 1200px;
    color: #a0a0a0;
    margin: 0 auto;
}

.menu-block .head-logo {
    float: left;
    height: 60px;
    width: 360px;
}

.menu-block .head-logo .head-logo-text {
    display: block;
    font-size: 22px;
    color: #006aee;
    margin: 13px 0 0 160px;
    border-left: 1px #d8d8d8 solid;
    padding-left: 10px;
}
.menu-block .head-logo .head-logo-image {
    float: left;
    display: inline-block;
    padding: 30px 76px;
    background: url("/Public/image/icon/logo-black-text.png?20200925") no-repeat center;
}

.vehicle-plate{
    position: relative;
    display: inline-block;
    width: 140px;
    height: 40px;
    cursor: pointer;
}
.vehicle-plate-select {
    display: inline-block;
    width: 140px;
    height: 40px;
    margin: 10px 0 10px 50px;
}
.vehicle-plate-select>span {
    display: inline-block;
    line-height: 40px;
    font-size: 16px;
    color: #818181;
}
.vehicle-plate .vehicle-plate-triangle {
    display: inline-block;
    margin: 0 0 -7px 5px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top: 8px solid #818181;
}
.vehicle-plate-type{
    width: 305px;
    height: 40px;
    position: absolute;
    top: 50px;
    left: 50px;
    background-color: #fff;
    box-shadow: 0 0 5px;
    z-index: 100;
    display: none;
}
.vehicle-plate-type>li, .vehicle-plate-type>span{
    display: inline-block;
    line-height: 40px;
    cursor: pointer;
    padding: 0 10px;
}
.vehicle-plate:hover .vehicle-plate-type{
    display: block;
}
.vehicle-have-select, .vehicle-plate-type>li:hover {
    color: #006aee;
}

.menu-block>ul {
    float: left;
    height: 60px;
    width: auto;
    margin-left: 300px;
    color: #818181;
    font-size: 16px;
    line-height: 60px;
    text-align: center;
}

.menu-block ul a {
    float: left;
    height: 59px;
    margin: 0 30px;
}

.menu-block ul p {
    float: left;
    height: 58px;
}

.menu-block ul a.have-select {
    border-bottom: 2px solid #006aee;
    color: #006aee;
}

.menu-block ul a:hover {
    color: #2476ee;
    border-bottom: 2px solid #006aee;
}

/*footer新css*/
.new-footer-outer {
    width: 1200px;
    background: #787878;
    margin: 0 auto;
    box-shadow: 0 2px 2px 0 #a6a6a6;
}

.new-footer {
    width: 1200px;
    height: 120px;
    color: white;
    margin: 0 auto;
}

.new-footer-info {
    width: 1020px;
    margin: auto;
    padding-top: 30px;
    text-align: center;
    font-size: 14px;
}

.new-footer-info a {
    margin: 15px;
}

.new-footer-info span {
    margin: 15px;
}

.new-footer-info .footerItem, .copyright {
    margin-bottom: 20px;
}

.new-link {
    padding: 2px;
}

/* .new-link{padding: 2px;cursor:default;opacity:0.5;} */
.new-link:hover {
    color: #29bb9c;
}

/*线上计时文本框文本提示样式 start*/
.online-timing-hint {
    text-align: left;
    display: none;
}
.online-timing-hint .hint-text{
    color: #4c4c4c;
    text-indent: 2em;
    font-size: 16px;
    line-height: 180%;
    padding: 10px 20px;
}
.online-timing-hint .hint-bt {
    text-align: center;
    margin-top: 15px;
}
.online-timing-hint .hint-bt .confirm-bt{
    font-size:16px;
    cursor:pointer;
    text-align:center;
    border:1px solid #006aee;
    background-color:#006aee;
    margin-right:20px;
    display: inline-block;
    min-width: 80px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    padding: 0 10px;
}
.online-timing-hint .hint-bt .confirm-bt:hover{
    border:1px solid #29cc9b;
}
.online-timing-hint .hint-bt .cancel-bt{
    font-size:16px;
    cursor:pointer;
    text-align:center;
    border:1px solid #006aee;
    display: inline-block;
    min-width: 80px;
    height: 40px;
    line-height: 40px;
    color: #424242;
}
.online-timing-hint .hint-bt .cancel-bt:hover{
    background-color:#006aee;
    color: #fff;
}

/* 计时悬浮框样式 */
.onlineLearning {
    position: fixed;
    right: 18px;
    bottom: 150px;
    width: 180px;
    height: 70px;
    z-index: 100;
    background: url("/Public/image/icon/online-time-bg.png") no-repeat center;
    background-size: 180px 70px;
    display: none;
}

.onlineLearning .count-button{
    float: left;
    height: 70px;
    width: 70px;
    text-align: center;
    line-height: 80px;
    cursor: pointer;
    border-radius: 50%;
}

.onlineLearning .countTime {
    float: left;
    text-align: center;
    font-size: 13px;
    width: 105px;
    line-height: 20px;
    padding: 13px 0;
    color: #424242;
    margin-right: 5px;
}

.onlineLearning .countTime .countBeginButton {
    height: 20px;
    margin-left: 10px;
    cursor: pointer;
}

.onlineLearning .countTime .countEndButton {
    height: 20px;
    margin-left: 10px;
}

/*线上计时拍照页面样式*/
#timing-photo-verification {
    width: 1000px;
    padding: 0 30px;
    display: none;
}
#timing-photo-verification .bar-title {
    font-size: 16px;
    color: #006aee;
    border-top:1px solid #d8d8d8;
    padding: 10px 0;
}
#timing-photo-verification .webcam-left {
    float: left;
    width: 290px;
    height: 440px;
    border-right: 1px dashed #d8d8d8;
    margin-bottom: 10px;
    margin-left: 20px;
}
#timing-photo-verification .webcam-left > ul {
    margin-bottom: 5px;
}
#timing-photo-verification .webcam-left > ul > label {
    float: left;
    width: 70px;
    height: 20px;
    line-height: 20px;
    color: #b6b6b6;
    font-size: 12px;
}
#timing-photo-verification .webcam-left > ul > li {
    margin-left: 70px;
    width: 210px;
    min-height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #424242;
}
#timing-photo-verification .webcam-left > ul > img {
    margin-top: 10px;
    max-height: 200px;
    max-width: 200px;
}
#timing-photo-verification .webcam-right {
    display: inline-block;
    width: 680px;
}
#timing-photo-verification .camera-list {
    width: 100%;
    margin-left: 15px;
    height: 25px;
    line-height: 25px;
}
#timing-photo-verification .webcam-right .photo-plate {
    display: inline-block;
    height: 280px;
    width: 320px;
    margin-left: 15px;
}
#timing-photo-verification .webcam-right .photo-plate > video, #timing-photo-verification .webcam-right .photo-plate > canvas{
    height: 240px;
    width: 320px;
}
#timing-photo-verification .webcam-right .take-photo-button{
    display: block;
    width: 320px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #006aee;
    color: #fff;
    font-size: 16px;
    margin-top: -4px;
}
#timing-photo-verification .webcam-right .webcam-preview {
    width: 320px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #b0b0b0;
}
#timing-photo-verification .webcam-right .timing-photo-tip {
    margin-left: 15px;
    height: 100px;
    width: 450px;
    background-color: #fff1d3;
    border: 1px solid #ff9c05;
    color: #818181;
    margin-top: 10px;
    line-height: 20px;
    font-size: 14px;
    padding: 10px 20px;
}
#timing-photo-verification .time-button{
    width: 300px;
    margin: 0 auto;
    padding: 10px 350px;
    border-top: 1px solid #d8d8d8;
    margin-top: 10px;
    height: 40px;
}
#timing-photo-verification .time-button .time-submit{
    float: left;
    width: 130px;
    height: 40px;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    background-color: #006aee;
    color: #fff;
}

#timing-photo-verification .time-button .time-cancle{
    float: left;
    width: 128px;
    height: 38px;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    color: #006aee;
    border:1px solid #006aee;
    margin-left: 40px;
}
/*线上计时学习end*/

.new-page {
    clear: both;
    width: 740px;
    height: 30px;
    text-align: center;
    font-size: 14px;
    color: #d8d8d8;
    line-height: 30px;
    margin: 30px auto;
}

.new-page .current {
    display: inline-block;
    background: #006aee;
    color: #fff;
    height: 30px;
    width: 40px;
    margin: 0 5px;
    border: 1px solid #d8d8d8;
}

.new-page .num {
    display: inline-block;
    height: 30px;
    width: 40px;
    margin: 0 5px;
    border: 1px solid #d8d8d8;
}

.new-page .prev {
    display: inline-block;
    height: 30px;
    width: 60px;
    margin: 0 5px;
    border: 1px solid #d8d8d8;
}

.new-page .next {
    display: inline-block;
    height: 30px;
    width: 60px;
    margin: 0 5px;
    border: 1px solid #d8d8d8;
}

.new-page .first {
    display: inline-block;
    height: 30px;
    width: 40px;
    margin: 0 5px;
    border: 1px solid #d8d8d8;
}

.new-page .end {
    display: inline-block;
    height: 30px;
    width: 40px;
    margin: 0 5px;
    border: 1px solid #d8d8d8;
}

/*个人中心公共部分start*/
.personal-header-bg {
    width: 100%;
    background-color: #fff;
}
.personal-header-pic {
    width: 100%;
    height: 200px;
    background: url("/Public/image/personal-center-banner.png?20180125") no-repeat center;
}

.personal-header-img {
    height: 230px;
    width: 130px;
    margin:-65px auto;
}

.personal-header-img img {
    border: 2px solid #fff;
    background-color: #fff;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    cursor: pointer;
}

.personal-header-img p{
    height: 25px;
    width: 145px;
    text-align: center;
    color: #3b3b3b;
    font-size: 18px;
    line-height: 25px;
    overflow: hidden;
}


.personal-header-navbar {
    width: 890px;
    height: 40px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 40px;
}

.personal-header-navbar a{
    width: 60px;
    margin-right: 86px;
    padding-bottom: 6px;
}

.personal-header-navbar a:last-child{
    margin-right: 0;
}

.personal-header-navbar a:hover{
    color: #006aee;
    border-bottom: 2px solid #006aee;
}

.personal-header-navbar .have-select{
    color: #006aee;
    border-bottom: 2px solid #006aee;
}

.main-personal {
    width: 890px;
    margin: 20px auto;
    background-color: #fff;
    padding-bottom: 10px;
}

.collect-subject {
    width: 100%;
    height: 46px;
    background-color: #f1f1f1;
    border-bottom: 1px solid #d8d8d8;
}

.collect-subject ul a {
    float: left;
    width: 50px;
    height: 44px;
    color: #818181;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    margin: 0 20px 10px 20px;
}

.collect-subject ul span {
    float: left;
    width: 20px;
    height: 44px;
    color: #818181;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 10px;
}

.collect-subject ul a:hover {
    color: #006aee;
    border-bottom: 2px solid #006aee;
}

.collect-subject ul .have-select {
    color: #006aee;
    border-bottom: 2px solid #006aee;
}
/*个人中心公共部分end*/

.ui-alert-mask{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
}
.ui-alert-controller{
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 500px;
    height: 200px;
    margin-top: -100px;
    margin-left: -250px;
    background: #fff;
    z-index: 100;
    border-radius: 5px;
}

.ui-alert-controller .content{
    height: 139px;
    width: 500px;
    border-bottom: 1px solid #d8d8d8;
    color: #808080;
    font-size: 16px;
    line-height: 139px;
    text-align: center;
}

.ui-alert-controller .button{
    height: 60px;
    width: 500px;
    font-size: 16px;
    line-height: 60px;
    text-align: center;
}

.ui-alert-controller .button .confirm{
    float: left;
    display: block;
    width: 249px;
    height: 60px;
    border-right: 1px solid #d8d8d8;
}

.ui-alert-controller .button .cancle{
    float: left;
    display: block;
    width: 250px;
    height: 60px;
}

.ui-alert-controller .button a:hover{
    color: #006aee;
}

.passwordStrength {
    font-size: 12px;
    margin-top: 10px;
}

.passwordStrength b {
    font-weight: normal;
}

.passwordStrength b, .passwordStrength span {
    display: inline-block;
    height: 5px;
    line-height: 5px;
    vertical-align: middle;
}

.passwordStrength span {
    background-color: #D0D0D0;
    margin-right: 10px;
    text-align: center;
    width: 60px;
    border-radius: 3px;
}

.passwordStrength .last {
    /*//border-right: medium none;*/
}

.passwordStrength .bgStrength-one {
    background-color: #ff6b3e;
    color: #FFFFFF;
}

.passwordStrength .bgStrength-two {
    background-color: #ff6b3e;
    color: #FFFFFF;
}

.passwordStrength .bgStrength-three {
    background-color: #ff6b3e;
    color: #FFFFFF;
}

/*题目收藏样式start*/
.question-collect{
    float: left;
    height: 25px;
    width: 90px;
    font-size: 16px;
    line-height:25px;
    margin-left: 25px;
}

.question-collect .have-collect-question {
    width: 90px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-align: -moz-center;
    border:1px solid #ff9c05;
    border-radius: 5px;
    color:#ff9c05;
    cursor: pointer;
}

.question-collect .have-collect-question i{
    padding: 15px;
    background: url("/Public/image/icon/collect-have.png") no-repeat center;
}

.question-collect .no-collect-question {
    width: 90px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-align: -moz-center;
    border:1px solid #818181;
    border-radius: 5px;
    color:#818181;
    cursor: pointer;
}

.question-collect .have-collect-question span{
    line-height: 25px;
    font-size: 16px;
}


.question-collect .no-collect-question i{
    padding: 15px;
    background: url("/Public/image/icon/collect-no.png") no-repeat center;
}

.question-collect .no-collect-question span{
    line-height: 25px;
    font-size: 16px;
}
/*题目收藏样式end*/
.mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: #000;
    z-index: 100;
}

.list-empty-block{margin: 50px auto; width: 220px; height: 300px; text-align: center;}
.list-empty-block a{display: block; margin-top: 20px; color: #a9a9a9;}
.list-empty-block p{margin-top: 20px; color: #a9a9a9;}

.error-page-block{width: 1200px; margin: 0 auto; padding: 50px 0; background-color: #fff; text-align: center}
.error-page-block p{margin-top: 20px; color: #a9a9a9;}
.error-page-block a{display: block; margin-top: 10px; color: #006aee;}