.code_bg{
    position: fixed;
    top:0;
    left: 0;
    right:0;
    bottom:0;
    background-color: rgba(0,0,0,.5);
    z-index: 19991017;
}
.icon-login-bg{
    background-image: url(https://www.buildmost.cn/img/icon/loginicon.png);
    background-repeat: no-repeat;
}
.code-con{
    /* position: absolute;
    top:30%;
    width: 318px;
    left: 50%;
    margin-left: -160px; */
    background-color: #fff;
    z-index: 19991018;
    -moz-user-select: none;
    -webkit-user-select: none;
    border-radius: 4px;
    box-shadow: 0 0 10px rgb(0 0 0 / 13%);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 314px;
    width: 318px;
}
.code-img{
    /* margin: 5px 5px; */
    /* padding: 5px 5px; */
    background-color: #f5f6f7;
}
.code-img img{
    display: block;
}
.icon-w-25{
    display: inline-block;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}
.icon-push{
    cursor: pointer;
    background-position: -149px -98px;
}
.code-push{
    height: 25px;
}
.code-btn{
    position: relative;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #999;
    margin: 10px 0;
    box-sizing: border-box;
    background-color: #f5f6f7;
    border-radius: 2px;
    border: 1px solid #e6e8eb;
}
.code-btn-m{
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background: #fff;
    box-shadow: 0 0 3px rgb(0 0 0 / 30%);
    cursor: pointer;
    transition: background .2s linear;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.code-btn-img{
    
}
.code-btn-img .slide-arrow-icon {
    background-image:url(https://www.buildmost.cn/images/new-icon/right_point_qrrow-dd2071250d6ab1ea330d47c407eba892.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: 100%;
}
.code-btn-img.active{
    background-position: -134px 10px;
}
.code-span{
    line-height: 28px;
    font-size: 12px;
}
.code-btn-img.error{
    background-position: 8px 10px;
}
.code-img-con{
    position: relative;
}
.code-mask{
    position: absolute;
    top:0;
    left: 0;
    z-index: 10;
}
.code-tip{
    line-height: 30px;
    padding-left: 10px;
    font-size: 12px;
    color: #999;
}
.code-tip-red{
    color: red;
}
.code-tip-green{
    color: green;
}

.code-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    color: inherit;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.close-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(https://www.buildmost.cn/images/close-black-328eb6b0c559d7bf2d6bff2d6c4470fc.png) no-repeat;
    background-size: 100%;
    float: right;
    cursor: pointer;
}
.code-body {
    padding: 15px;
    position: relative;
}
.icon-refer {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(https://www.buildmost.cn/images/new-icon/refresh-decd2391fb5ede16fc5c4ea463888f3c.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 20px;
    right: 25px;
    z-index: 999;
    cursor: pointer;
}
.icon-refer-Calculation {
    top: 5px;
    right: 5px;
}
.code-back-img {
    width: 288px;
    height: 155px;
}
.code-front-img {
    cursor: pointer;
}
/* .code-front-img {
    width: 60px;
    height: 60px;
} */
img, div {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.layui-layer-btn {
    text-align: center !important;
}
.dialog-vaild {
    padding: 20px 30px 0;
}
.dialog-vaild > p{
    margin-bottom: 12px;
    line-height: 1.75;
    text-align: center;
    margin: 0 25px;
}
.sendCode {
    height: 32px !important;
    line-height: 32px!important;
    font-size: 14px!important;
}
	
.layui-btn-disabled{
    border: 1px solid #e6e6e6 !important;
    background-color: #FBFBFB!important;
    color: #C9C9C9!important;
}
.phoneCode{
    width: 80%;
}
.errorMake {
    color: #FF1B1B;
    font-size: 13px;
    margin-top: 5px;
    display: none;
}