/*新版页面开始*/
html{
    font-size: 16px;
}
html,body
{
    height:100%;
    margin:0;
    font-family: arial, verdana, Microsoft YaHei, Tahoma, Simsun, sans-serif;
}
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
ul, ol, li {
    text-decoration: none;
    list-style: none;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
img {
    border: 0;
}
input:focus{
    outline: none;
}
a,
a:visited,
a:focus,
a:hover {
    outline: none;
    text-decoration: none;
}
:root {
    --themeColor: #19abb4;
}
.input-control{;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
    vertical-align: middle;
    border: 0;
    border-radius: 4px;
}
.input-default {
    height: 36px;
    line-height: 36px;
    border: 1px solid #4c4375;
}
.input-lg {
    height: 46px;
    line-height: 46px;
}
.btn{
    font-family: "Microsoft YaHei";
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8rem;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    width: 100%;
}
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-lg {
    padding: 30px 0;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-border{
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-borderBlue{
    border: 2px solid #19abb4;
    /*border: 2px solid var(--themeColor);*/
}
.btn-cancel{
    color: #333;
    background: #e4e4e4;
}
.btn-default{
    background: #19abb4;
    /*background: var(--themeColor);*/
    color: #fff;
}
.btn-sqm{
    background: #ff954f;
    /*background: var(--themeColor);*/
    color: #fff;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active{
    outline: none;
    color: #19abb4;
    background-color: #fff;
    border-color: #19abb4;
}
.btn-sqm:hover,
.btn-sqm:focus,
.btn-sqm:active{
    outline: none;
    color: #ff954f;
    background-color: #fff;
    border-color: #ff954f;
}
.ftx-red {
    background: #ff726e;
    color: #fff;
}
.ftx-cyan {
    background: #00bbe3;
    color: #fff;
}
.ftx-green{
    background: #22d9cf;
    color: #fff
}
.ftx-yellow {
    background: #f6a80a;
    color: #fff;
}
.btn-info{
    color: #fff;
}
/*禁用按钮*/
.btn-disabled{
    filter: alpha(opacity=70);
    -webkit-box-shadow: none;
    pointer-events: none;
    box-shadow: none;
    opacity: .70;
}
.f-left{
    float: left;
}
.f-right{
    float: right;
}
.clearfix {
    zoom: 1;
}
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}
.col2{
    width: 50%;
}
.col3{
    width: 33.3333%;
}
.col4{
    width: 25%;
}
.col5{
    width: 20%;
}
.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.text-yellow{
    color: #ff6600;
}
.marginB{
    margin-bottom: 10px;
}
.marginTB{
    margin: 10px 0;
}
.marginTB2{
    margin: 5px 0;
}
.borderSty{
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 5px #ddd;
    padding: 16px 0;
}

/*页面样式s*/
.bgColour{
    /*background: #f6f6f6;*/
    background: #fff;
}
.pageBody{
    width: 100%;
    height: auto;
}
.pageContent{
    width: 1200px;
    margin: 0 auto;
    top: 150px;
}
.headLine{
    background: #3a3a3a;
    font-size: 14px;
}
.headLogo{
    /*border-bottom: 3px solid var(--themeColor);*/
    border-bottom: 3px solid #19abb4;
    padding: 24px;
    background-color: #fff;
}
.pageWelcome{
    color: #eee;
    line-height: 30px;
}
.pageWelcome a{
    color: #eee;
    padding: 0 10px;
}
.pageWelcome a:hover{
    /*color: var(--themeColor);*/
    color: #19abb4;
}
.loginPange{
    /*background: var(--themeColor);*/
    background: #19abb4;
    height: 500px;
}
/*页面样式e*/

/*头部样式s*/
.pageHead{
    position: fixed;
    top: 0px;
    z-index: 9999;
    width: 100%;
    height: auto;
    background: #fff;
}
.pageHeadPlaceholder{
    width: 100%;
    height: 210px;
}
.loginImg{
    height: 64px;
    line-height: 64px;
}
.loginImg img{
    vertical-align:middle;
}
.backHome{
    margin: 10px 10px;
}
.backHome a{
    /*color: var(--themeColor);*/
    color: #19abb4;
}
.backHome a:hover{
    /*background: var(--themeColor);*/
    background: #19abb4;
    color: #fff;
}
.loginWord{
    padding: 6px 15px 6px 10px;border-right: 2px solid #19abb4;
    /*border-right: 2px solid var(--themeColor);*/
    border-right: 2px solid #19abb4;
}
.logoName{
    font-size: 26px;
}
.logoEnglishName{
    font-size: 14px;color: #999;
}
.noticePanel{
    line-height: 30px;
}
.noticeBorder{
    border: 1px solid #ffab08;
    border-radius: 5px;
    background: #fffbea;
    padding: 12px 16px;
}
.noticeIco{
    background: url("../img/noticeIco.png") left center no-repeat;
    color: #ffab08;
    padding-left: 40px;
    width: 130px;
    border-right: 1px solid #ccc;
}
.noticeContent{
    padding: 0 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    width:calc(100% - 260px)
}
.noticeContent span{
    margin-right: 10px;
    color: red;
}
.noticeContent a{
    color: #333;
}
.noticeMore{
    width: 130px;
}
.noticeMore a{
    color: #999;
}
.itemName{
    color: #ff5353;
    font-size: 24px;
    font-weight: bold;
    height: 64px;
    line-height: 64px;
    padding: 0px 16px;
}
/*头部样式e*/

/*底部样式s*/
.footBody{
    position: fixed;
    bottom: 0;
    width: 100%;
    height: auto;
}
.footPange{
    /*background: #e8e8e8;*/
    background: #fff;
}
.footMenu{
    height: 60px;
    line-height: 60px;
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
}
.footMenuLi a{
    padding: 0 30px;
    color: #666;
}
.onlinePhone p ,.onlineWeChat p{
    font-size: 14px;
    line-height: 20px;
    color: #666;
}
.onlinePhone p:first-child ,.onlineWeChat p:first-child{
    font-size: 14px;
    color: #999;
}
.onlinePhone {
    background: url("../img/phone.png") 25px center no-repeat;
}
.onlineWeChat {
    background: url("../img/weChat.png") 25px center no-repeat;
}
.onlineWeChat:hover .ca-scan{
    display: block;
}
.ca-scan{
    position: relative;
    /*float: right;*/
    margin-top: -350px;
    z-index: 999;
    display: none;
}
.aboutLi{
    height: 60px;
    padding: 35px 65px;
}
.copyRight {
    height: 40px;
    background: #3a3a3a;
    color: #a3a3a3;
    text-align: center;
    line-height: 40px;
}
/*底部样式s*/

/*网厅页面s*/
.menuBox{
    /*background: var(--themeColor);*/
    background: #19abb4;
}
.menuLi{
    display: inline-block;
    height: 50px;
    line-height: 50px;
    width: 20%;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.menuLi:hover{
    background: #018890;
    color: #fff;
}
.menuLi:visited, .menuLi:focus{
    color: #fff;
}
.menuBox .on{
    background: #018890;
}
.itemTitle{
    background: #d2eaeb url("../img/itemTitleBg.png") no-repeat;
    height: 60px;
    font-size: 24px;
    color: #159ea6;
    line-height: 60px;
    padding-left: 120px;
}
.guidePanel{
    /*border: 1px solid var(--themeColor);*/
    border: 1px solid #19abb4;
    border-radius: 5px;
    margin: 10px 20px;
    padding: 16px;
}
.systemMsg{
    color: #fff;
    border-radius: 5px;
    margin: 20px;
    padding: 10px;
    text-align: center;
}
.systemMsg span{
    display: inline-block;
    margin: 0 50px;
}
.systemErr{
    background-color: #ff9600;
    border-color: #ff6c0b;
}
.systemErr:hover,
.systemErr:focus,
.systemErr:visited {
    color: #fff;
    background-color: #ff6c0b;
    border-color: #ff9600;
}
.systemSucc{
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.systemSucc:hover,
.systemSucc:focus,
.systemSucc:visited {
    color: #fff;
    background-color: #449d44;
    border-color: #255625;
}
.pagePanel{
    padding: 5px 20px;
    /*margin-bottom: 50px;*/
}
.tipsMsg{
    color: #999;
}
.tipsMsg a{
    display: inline-block;
    border-radius: 3px;
    padding: 0px 5px;
    margin: 0 5px;
    background: #ff5500;
    color: #fff;
}
.doubleBtn{
    display: inline-block;
    width: 20%;
    margin: 30px 80px;
}
.serviceBtn{
    border: 1px solid #bee3e5;
    background: #f2feff;
    height: 120px;
    width: 48%;
    margin: 1% 0;
    padding: 10px;
    cursor: pointer;
}
.serviceBtn div{
    height: 100px;
    text-align: left;
}
.serviceBtn span{
    margin-left: 100px;
    font-size: 18px;
    color: #333;
    line-height: 20px;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
}
.serviceBtn p{
    margin-left: 100px;
    font-size: 14px;
    color: #aaa;
    line-height: 26px;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
}
.index-jcgc {
    padding: 0px 150px;
}
.form-pro-name {
    color: #19abb4;
}
.form-pro-step {
    line-height: 35px;
}
.pro-update {
    background: url("../img/pro-update-ico-new.png") 20px center no-repeat;
}
.pro-change {
    background: url("../img/pro-update-ico-new.png") 20px center no-repeat;
}
.pro-unlock {
    background: url("../img/pro-update-ico-new.png") 20px center no-repeat;
}
.pro-alter {
    background: url("../img/pro-update-ico-new.png") 20px center no-repeat;
}
.pro-apply-help {
    background: url("../img/pro-update-ico-new.png") 20px center no-repeat;
}
.form-pro-step > .step1 {
    background: url("../img/form-step1-new.png") 3px center no-repeat;
    color: #19abb4;
}
.form-pro-step > .step2 {
    background: url("../img/form-step2-new.png") 2px center no-repeat;
}
.form-key-info {
    border-bottom: 4px solid #19abb4;
}
.bg-info {
    background-color: #d2eaeb;
}
.panel-info > .panel-heading {
    color: #19abb4;
}
.help-con-list .panel-body ul li>a.active{
    color: #19abb4;
    padding-left: 18px;
    background: url("../img/form-step2-new.png") left center no-repeat;
}
.help-con-list .panel-heading.list-zxkf{
    background: url("../img/help-list-zxkf.png") 14px center no-repeat #d2eaeb;
}
.help-con-list .panel-heading.list-wtjd{
    background: url("../img/help-list-wtjd.png") 14px center no-repeat #d2eaeb;
}
.help-con-list .panel-heading.list-ywlc{
    background: url("../img/help-list-ywlc.png") 14px center no-repeat #d2eaeb;
}
.help-con-list .panel-heading.list-xgxz{
    background: url("../img/help-list-xgxz.png") 14px center no-repeat #d2eaeb;
}
/*网厅页面e*/
/*遮罩层s*/
.prompt-popover-mask {
    display:none;
    z-index: 9998;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#000;
    opacity:0.4;
    filter:alpha(opacity=40);
}
.tips-popover {
    display:none;
    z-index:9999;
    position:fixed;
    top:50%;
    left:50%;
    width:60%;
    height: auto;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 5px;
    padding: 30px 60px;
}
.popTitle{
    height: 60px;
    line-height: 60px;
}
.popTitle b{
    color: #ff6905;
    font-size: 24px;
}
.popContent{
    border-top:1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
    max-height: 500px;
    overflow: auto;
}
.popContent p{
    line-height: 26px;
}
.popBtn{
    width: 100%;
    margin: 10px auto;
}
/*遮罩层e*/
/*页面右侧悬浮菜单s*/
.floatMenu{
    position: fixed;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    width: 110px;
    height: auto;
}
.menuCard{
    width: 110px;
    height: 110px;
    box-shadow: 0 0 10px #ccc;
    border-radius: 10px;
    background: #fff;
    text-align: center;
    cursor: pointer;
}

.gzhFloatMenu{
    position: fixed;
    left: 1%;
    top: 65%;
    transform: translateY(-50%);
    width: 110px;
    height: auto;
}

.gzhMenuCard{
    width: 100px;
    height: 100px;
    box-shadow: 0 0 10px #ccc;
    border-radius: 10px;
    background: #fff;
    text-align: center;
    cursor: pointer;
}

.unlockIco{
    width: 110px;
    height: 76px;
    background: url("../img/unlockIco.png") center bottom no-repeat;
}
.updateIco{
    width: 110px;
    height: 76px;
    background: url("../img/updateIco.png") center bottom no-repeat;
}

.manualIco{
    width: 110px;
    height: 76px;
    background: url("../img/manualIco.png") center bottom no-repeat;
}
.menuCardFont{
    line-height: 30px;
}
/*页面右侧悬浮菜单e*/

/*更新按钮*/
.form-update-cert > a.form-update-btn {
    background: #19abb4;
}

.form-update-cert > a.form-update-btn:hover {
    background: #1a9fb4;
}

/*变更按钮*/
.form-update-cert > a.form-change-btn {
    background: #19abb4;
}

.form-update-cert > a.form-change-btn:hover {
    background: #1a9fb4;
}

/*变更下载按钮*/
.form-update-cert > a.form-alter-btn {
    background: #19abb4;
}

.form-update-cert > a.form-alter-btn:hover {
    background: #1a9fb4;
}
/*缴费按钮*/
.form-update-cert > a.form-pay-btn {
    background: #19abb4;
}

.form-update-cert > a.form-pay-btn:hover {
    background: #1a9fb4;
}
/*解锁按钮*/
.form-update-cert > a.form-unlock-btn {
    background: #19abb4;
}

.form-update-cert > a.form-unlock-btn:hover {
    background: #1a9fb4;
}

/*新版页面结束*/


/*pin码弹窗 s*/
.pin_panel {
    z-index:9999;
    position:fixed;
    top:50%;
    left:78%;
    width:400px;
    height: 300px;
    margin:-150px 0 0 -200px;
    border-radius:10px;
    background-color:#fff;
    display:none;
    padding: 20px;
    box-sizing: border-box;
}
.pinClose a{
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    text-align: center;
    text-decoration: none;
    background: #fee9e9;
    border: 1px solid #ef6e6e;
    color: #ef6e6e;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.pinIco{
    background: url("../img/lock_ico.png") center no-repeat;
    height: 63px;
    width: 100%;
}
.pinTitle{
    text-align: center;
    line-height: 3rem;
}
.pinBtn{
    margin: 10px 0;
    width: 100%;
    text-align: center;
}
.pin_btn{
    display: inline-block;
    padding: 15px 24px;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background: #1a9fb4;
    color: #fff;
    border-radius: 5px;
    border: none;
    -webkit-appearance: none;
    outline: none;
    width: 100%;
}
.pinText{
    text-align: center;
    font-size: 1rem;
    line-height: 1rem;
    color: #999;
}
.pay-input{
    border: 2px solid #d1d1d1;
    vertical-align: middle;
    border-radius: 6px;
    height: 50px;
    padding: 0px 50px 0 10px;
    font-size: 20px;
    color: #555555;
    outline: none;
    width: 100%;
    box-sizing: border-box;
}
.pay-input:focus {
    border: 2px solid #007cc6;
}

.testing_key_tip{
    z-index:9999;
    position:fixed;
    background: #000;
    top:50%;
    left:50%;
    width:800px;
    height: 80px;
    padding: 20px 0;
    margin:-100px 0 0 -400px;
    border-radius:10px;
    opacity:0.9;
    filter:alpha(opacity=90);
    display:none;
}

.testing_key_ico{
    background-image: url(../img/self_no_key.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 80px;
    height: 80px;
    background-size: cover;
    margin: 0 20px;
}
.testing_key_font{
    line-height: 80px;
    font-size: 24px;
    color: #fff;
    text-align: left;
}

.WarningPanel{
    display:none;
    z-index: 99999;
    position:fixed;
    top:25%;
    left:50%;
    width:500px;
    /*height: 120px;*/
    height: auto;
    margin:-60px 0 0 -250px;
    padding: 20px;
    box-sizing: border-box;
    border-radius:10px;
    background-color:rgba(0,0,0,0.6);
    color: #fff
}
.tip_warningText{
    font-size: 1.5rem;
    line-height: 1rem;
    padding-left: 20px;
}


/*右侧悬浮*/
.onlineService_Nav {
    width: 100px;
    overflow: hidden;
    position: fixed;
    right: 10px;
    bottom: 100px;
    z-index: 10;
}
.onlineService_Panel a {
    display: block;
    width: 86px;
    height: 90px;
    border-radius: 3px;
    margin-bottom: 2px;
    background: #0ec7db;
    font-size: 16px;
    padding-top: 60px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background-repeat: no-repeat;
    background-position: center 10px;
}
.ico_Online a {
    color: #f7e65b;
    background-image: url(../img/icon-Online.png);
}
.ico_Online a:visited,.ico_Online a:focus,.ico_Online a:hover{
    outline: none;
    text-decoration: none;
    color: #f7e65b;
}
#YSF-BTN-HOLDER{
    display: none;
}
/*右侧悬浮*/