﻿.mask-dzyy{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.5);
    z-index: 999999;
}

.sweep-code{
    width: 320px;
    height: 390px;
    background-color: #fff;
    border-radius: 5px;
    position: absolute;
    top: 40%;
    margin-top: -195px;
    left: 50%;
    margin-left: -160px;
    padding: 0 30px;
    box-sizing: border-box;
}

.sweep-code i.close{
    cursor: pointer;
    display: block;
    width: 13px;
    height: 13px;
    background: url(/img/hxelicenselogin_new/close2.png) no-repeat center center;
    position: absolute;
    top: 14px;
    right: 14px;
}

.dzyy-code{
    display: block;
    margin: 50px auto 0;
}

.sweep-code .code-tip p{
    font-size: 16px;
    line-height: 16px;
    color: #333;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 15px;
}

.sweep-code .explain{
    padding-top: 20px;
    border-top: 1px solid #e9e9e9;
    /*background: url(/img/hxelicenselogin_new/login-system.jpg) no-repeat 40px 23px;*/
}

.sweep-code .explain p{
    font-size: 14px;
    /*text-indent: 44px;*/
    text-align: center;
}

.sweep-code .explain p a{
    color: #a97c22;
}

.login-code-btn02{
    position: absolute;
    top: 140px;
    display: block;
    left: 50%;
    width: 105px;
    height: 30px;
    background: #ab812d;
    border-radius: 4px;
    font-size: 12px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    margin-left: -52px;
}