/*轮播 登录*/
.bdc-content-box{
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
    /*background: url(../images/login-content.png) no-repeat fixed;
    background: #f5f5f5 !important;*/
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.bdc-content{
    width: 1200px;
    height: 440px;
    margin: 0 auto;
    position: relative;
    padding: 0;
}
/*轮播图*/
.layui-carousel{
    float: left;
    width: 808px;
    height: 100%;
}
.layui-carousel img{
    cursor: pointer;
}
.layui-carousel-ind{
    top: -45px;
}
.layui-carousel-ind ul{
    background-color: transparent;
}
.layui-carousel-ind li{
    background-color: #fff;
}
.layui-carousel-ind ul:hover{
    background-color: transparent;
}
.layui-carousel-ind li.layui-this{
    background-color: #1d87d1;
}
.layui-carousel-arrow{
    width: 64px;
    height: 64px;
    line-height: 64px;
    font-size: 28px;
}
.bdc-register-btn{
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    padding: 0 38px;
    position: absolute;
    bottom: 126px;
    left: 106px;
}
/*登录框*/
.bdc-login-box{
    width: 392px;
    height: 100%;
    background-color: #fff;
    float: right;
    padding: 42px 30px 0 30px;
    box-sizing: border-box;
    position: relative;
}
.layui-tab{
    margin: 0;
}
.layui-tab-content{
    padding: 0;
}
.bdc-user-name{
    margin-top: 16px;
    height: 42px;
}
.bdc-pwd{
    height: 42px;
    margin-top: 10px;
}
.bdc-login-setting{
    margin-top: 10px;
}
.layui-form-checkbox[lay-skin=primary] i{
    width: 14px;
    height: 14px;
    line-height: 14px;
}
.layui-form-checkbox[lay-skin=primary] span{
    line-height: 16px;
}
.layui-form-checkbox span{
    padding: 0 5px;
}
.layui-form-checkbox[lay-skin=primary]:hover i{
    border-color: #1d87d1;
}
.layui-form-checked[lay-skin=primary] i{
    border-color: #1d87d1;
    background-color: #1d87d1;
}
.bdc-login-setting>a{
    float: right;
}
.bdc-login-setting>a>span{
    display: inline-block;
    padding: 0 5px;
    height: 16px;
    line-height: 16px;
}
.bdc-login-setting>a>span:first-child{
    border-right: 1px solid #d0d5da;
    padding-right: 8px;
}
.bdc-login-setting>a>span:last-child{
    padding-left: 8px;
}

.register-and-find{
    height: 32px;
    line-height: 32px;
    position: relative;
    padding: 0 10px;
}

.register-and-find .user-pwd{
    position: absolute;
    right: 10px;
}

.bdc-login{
    width: 100%;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    /*margin-top: 32px;*/
    background-color: #1d87d1;
}
.other-fast-login{
    margin: 10px 0;
}
.other-fast-login span{
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0 5px;
    background: url("../images/ahzw-login-square.png") no-repeat center;
     cursor: pointer;
    background-size: 100% 100%;
}
.bdc-fast-login{
    width: 100%;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    color: #1d87d1;
    background: url("../images/login-bg.png") no-repeat;
    margin-left: 0!important;
    margin-top: 10px;
}
.zfb-login{
    background-image: url("../images/zfb-login-square.png") !important;
    background-size: 100% 100%;
}
.jszww-login{
    background-image: url("../images/jszw-login-square.png") !important;
    background-size: 100% 100%;
}
.changzhou-login{
    background-image: url("../images/changzhou-login-icon.jpg") !important;
    background-size: 100% 100%;
}
.xtm-login{
    background-image: url("../images/xtm-login-icon.png") !important;
    background-size: 100% 100%;
}
.user-register{
    position: absolute;
    top: 200px;
    left: 40px;
}
.bdc-inner-tab {
    margin-top: 20px;
}
.bdc-inner-tab .layui-tab-content{
    padding-top: 16px;
}
.bdc-inner-tab .layui-tab-content img{
    margin-left: 20px;
    margin-right: 30px;
}
.bdc-inner-tab .layui-tab-content span{
    display: inline-block;
    height: 26px;
    line-height: 26px;
}
.bdc-inner-tab .bdc-login{
    margin-top: 40px;
}

/*通知通告*/
.bdc-message{
    width: 1200px;
    margin: 0 auto;
}
.bdc-message>ul{
    width: 50%;
    float: left;
    box-sizing: border-box;
    margin-top: 15px;
    position: relative;
}
.bdc-message>ul:first-child{
    padding-right: 10px;
}
.bdc-message>ul:last-child{
    padding-left: 10px;
}
.bdc-message>ul li{
    height: 54px;
    line-height: 54px;
    position: relative;
    border-bottom: 1px dashed #d0d5da;
    padding-right: 100px;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}
.bdc-message>ul li:first-child{
    border-bottom: 1px solid #d0d5da;
    font-size: 16px;
    box-sizing: border-box;
}
.bdc-message>ul li:last-child{
    border-bottom: none;
}
.bdc-message>ul li>img{
    margin-right: 10px;
}
.bdc-message>ul li>a{
    position: absolute;
    top: 0;
    right: 0;
    color: #999;
}
.bdc-message>ul li>span{
    position: absolute;
    top: 0;
    right: 0;
    color: #999;
}

.bdc-fast-login:hover{
    opacity: 1;
    color: #1D87D1;
}

/*修改个人登录*/
.bdc-outer-tab>.layui-tab-title>li {
    width: 80px;
    padding: 0;
    font-size: 16px;
    margin-right: 15px;
}
.bdc-outer-tab>.layui-tab-title .layui-this {
    color: #333;
}
.bdc-outer-tab>.layui-tab-title .layui-this:after {
    height: 41px;
    border-bottom-color: #1d87d1;
}

.bdc-inner-tab .layui-tab-title {
    height: 36px;
    border-bottom-width: 0;
}
.bdc-inner-tab>.layui-tab-title>li {
    height: 50px;
    width: 100px;
    padding: 0;
    margin: 0 5px;
    background-size: 100px;
}

.enterprise-login li{
    width: 50%;
    float: left;
    height: 50px;
    box-sizing: border-box;
    margin: 10px 0;
    background-position: center center;
    cursor: pointer;
}

.enterprise-login::after{
    clear: both;
    display: block;
    content:"";
}

/*.enterprise-login .account-password{*/
    /*background: url(../images/shuzizhengshu.png) no-repeat;*/
/*}*/
/*.enterprise-login .account-password{*/
    /*background: url(../images/shuzizhengshu-hover.png) no-repeat;*/
/*}*/
/*.enterprise-login .digital-certificate{*/
    /*background: url(../images/shuzizhengshu.png) no-repeat;*/
/*}*/
.enterprise-login .digital-certificate{
    background: url(../images/shuzizhengshu-hover.png) no-repeat center;
}

/*.enterprise-login .business-licence{*/
    /*background: url(../images/yingyezhizhao.png) no-repeat;*/
/*}*/
.enterprise-login .business-licence{
    background: url(../images/yingyezhizhao-hover.png) no-repeat center;
}

.organize-login-way{
    margin: 0 auto;
    text-align: left;
}

.organize-login-way button{
    margin: 20px 0;
}

.organize-login-way .bdc-user-name{
    margin-top: 0;
}

.organize-login-way button{
    margin: 20px 0;
}

.organize-ca .back-to-account{
    margin: 0 !important;
}

.back-to-account{
    width: 100%;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    margin: 10px 0 0 0 !important;
}

/*个人验证码登录*/
.person-pwd{
    position: relative;
}
.person-pwd .bdc-pwd{
    width: 68%;
}
.person-pwd button{
    width: 30%;
    position: absolute;
    top: 2px;
    right: 0;
}

/*企业验证码登录*/
.organize-pwd{
    position: relative;
}
.organize-pwd .bdc-pwd{
    width: 68%;
}
.organize-pwd button{
    width: 30%;
    position: absolute;
    top: 2px;
    right: 0;
}

.widget-hover-tip{
    position: relative;
    color: #999;
    background: #e3e3e3;
    padding: 8px;
    z-index:2;
}

.ca-tip div{
    position: absolute;
    border: 10px solid;
    top: -20px;
    left: 16px;
    border-color: transparent transparent #e3e3e3 transparent;
}

.certificate-tip div{
    position: absolute;
    border: 10px solid;
    top: -20px;
    right: 128px;
    border-color: transparent transparent #e3e3e3 transparent;
}

.tab-login-way{
    color: #999;
    text-align: right;
    margin-top: 15px;
}

.tab-login-way span{
    cursor: pointer;
}

.tab-login-way span:hover{
    color: #1d87d1;
}

.control-install{
    position: absolute;
    bottom: 60px;
    color: #999;
    left: 35px;
}

a:hover{
    text-decoration: underline;
    color:#1d87d1;
}

.area-pos-zone{
     color: #1D87D1;
     top: 40px;
     left: 730px;
     font-size: 20px;
     line-height: 34px;
 }

.county-select-zone{
    top:0px;
}
.c2{
    overflow: visible;
}
.county-select-zone .triangle-arrow{
    color:#ddd;
    border-color:transparent transparent #ddd transparent;
}

.bongbu-login .other-fast-login{
    text-align: center;
    margin-top: 50px;
}

.bongbu-login .other-fast-login span{
    width: 80px;
    height: 80px;
}

.other-login-describe{
    font-size: 12px;
    color: #999;
}

/*修改密码开始*/
.get-pwd-back{
    margin: 20px auto;
    width: 400px;
}
.width-130{
    width: 130px !important;
}
.operte-btn{
    text-align: center;
}
/*修改密码结束*/

/*阿拉善登录样式*/
.als-register {
    color: #fff;
    background: #73CA45;
    padding: 5px 8px;
    font-size: 12px;
    border-radius: 5px; 
}
.als-login {
    color: #fff;
    background: #FF5F5F;
    padding: 5px 8px;
    font-size: 12px;
    border-radius: 5px; 
}
.als-btns {
    position: absolute;
    right: 0;
    top: 34px;
    height: 0;
}
