h3, p {
    margin: 0;
}

.mr20 {
    margin-right: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.center {
    text-align: center;
}

.hx-sign-login-popup {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10001;
    background-color: rgba(0, 0, 0, 0.3);
}

.hx-sign-login-popup-body {
    width: 1000px;
    height: 300px;
    background: #fff;
    top: 50%;
    left: 50%;
    margin-left: -500px;
    margin-top: -285px;
    position: absolute;
}

.hx-mobile-sign-login-popup-body {
    width: 600px;
    height: 300px;
    background: #fff;
    top:50%;
    left: 50%;
    margin-left: -325px;
    margin-top: -285px;
    position: relative;
}

.hx-sign-login-popup .s-unlogin, .hx-sign-login-popup .s-logined {
    padding: 0 30px;
    min-height: 428px;
    /*border: 2px solid #00a9ff;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
    background:#fff;
}

.hx-sign-login-popup .s-unlogin h4 {
    font-size: 20px;
    line-height: 56px;
    height: 56px;
    color: #666;
    text-align: center;
    margin-bottom: 22px;
    border-bottom: 1px solid #e9e9e9;
}

.s-unlogin {
    position: relative;
}

.s-unlogin h3 {
    margin: 0 0 20px 0;
    padding-top: 22px;
    font-weight: normal;
    text-align: center;
    padding-bottom: 14px;
    border-bottom: 1px solid #e9e9e9;
    font-size: 18px;
    color: #333333;
    letter-spacing: -0.11px;
}

.s-unlogin .icon-close {
    position: absolute;
    top: 30px;
    right: 30px;
    display: inline-block;
    width: 14px;
    height: 14px;
    cursor: pointer;
    background: url("../img/hxcertsign_new/close.png") no-repeat left top;
}

.s-unlogin .mobile-version, .s-unlogin .medium-version {
    float: left;
    width: 50%;
    box-sizing: border-box;
}

.s-unlogin .mobile-version {
    /*border-right: 1px solid #e9e9e9;*/
}

.hx-sign-login-popup .u-tit {
    margin-top: 15px;
    font-size: 18px;
    color: #333;
    line-height: 1;
    margin-bottom: 11px;
    text-align: center;
    font-weight: normal;
}

.hx-sign-login-popup .login-code-img {
    position: relative;
    width: 150px;
    height: 145px;
    margin: 0 auto;
}

.hx-sign-login-popup .login-code-img img {
    position: absolute;
    top: 0;
    /*left: -70px;*/
    width: 150px;
    height: 145px;
}

.hx-sign-login-popup .login-code-btn {
    position: absolute;
    top: 60px;
    left: 50%;
    margin-left: -52px;
    display: block;
    width: 105px;
    height: 30px;
    background: #33A0E5;
    border-radius: 4px;
    font-size: 12px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}

.hx-sign-login-popup .login-code-btn:hover {
    background-color: #1E8DD3;
}

.hx-sign-login-popup .login-code-info:after {
    /*content: '';*/
    /*position: absolute;*/
    /*top: -20px;*/
    /*left: 70px;*/
    /*width: 120px;*/
    /*height: 170px;*/
    /*background: url(/img/hxcertsign/login-code-info.png) no-repeat;*/
}

.hx-sign-login-popup .login-code-phone {
    width: 260px;
    margin: 2px auto 0;
    padding-bottom: 15px;
    /*height: 22px;*/
    /*line-height: 22px;*/
    text-align: center;
    /*border-bottom: 1px solid #e9e9e9;*/
    font-size: 15px;
    color: #666666;
    letter-spacing: -0.09px;
}

.hx-sign-login-popup .login-code-phone i {
    font-style: normal;
    font-size: 15px;
    color: #33A0E5;
    letter-spacing: -0.09px;
    text-align: center;
    line-height: 22px;
}



.hx-sign-login-popup .login-code-phone span {
    display: inline-block;
    width: 35px;
    height: 22px;
    background: url(/img/hxcertsign/login-code-phone.png) no-repeat left center;
    line-height: 22px;
    vertical-align: -5px;
}

.hx-sign-login-popup .login-medium-img {
    width: 260px;
    height: 133px;
    background: url(/img/hxcertsign/login-medium-img.png) no-repeat;
    margin: 29px auto 41px;
}

.hx-sign-login-popup .digital-login {
    display: block;
    width: 228px;
    height: 44px;
    margin: 0 auto;
    background: #33A0E5;
    /*border-radius: 3px;*/
    cursor: pointer;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}

.hx-sign-login-popup .digital-login:hover {
    background-color: #1E8DD3;
}

.free-get {
    margin: 8px 0 0 0;
    font-size: 14px;
    color: #666;
    text-align: center;
}

.free-get .light {
    color: #33A0E5;
    text-decoration: none;
}

.free-get .light:hover{
    color: #1E8DD3;
}

.login-failure-box {
    padding: 0 20px;
    box-sizing: border-box;
    width: 570px;
    height: 350px;
    overflow: hidden;
    background: #fff;
    /* margin: auto; */
    top: 50%;
    left: 50%;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 10002;
    margin-left: -263.5px;
    margin-top: -285px;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
}

.login-failure-box .title-bar {
    margin-bottom: 25px;
    /*padding-left: 25px;*/
    height: 49px;
    line-height: 48px;
    font-size: 18px;
    color: #999;
    /*background: #f0f8ff;*/
    border-bottom: 1px solid #e3edf7;
}

.login-failure-box .title-bar h3 {
    display: inline-block;
    font-weight: 100;
    font-size: 18px;
}

.login-failure-box .title-bar .icon-close {
    margin: 20px 15px 0 0;
    float: right;
    width: 10px;
    height: 10px;
    cursor: pointer;
    background: url(/img/hxcertsign/icon-close2.png) no-repeat left top;
}

.login-failure-con {
    margin: 0 30px 30px;
}

.login-failure-con .title {
    text-align: left;
    margin-bottom: 15px;
    line-height: 22px;
    font-size: 24px;
    letter-spacing: -0.15px;
    color: #333;
}

.login-failure-con .title .icon-login-failure {
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
    width: 24px;
    height: 24px;
    background: url(/img/hxcertsign_new/warning.png) no-repeat left top;
    background-size: 24px;
}

.login-failure-con p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    padding-left: 15px;
    position: relative;
}

.login-failure-con p .icon-dot {
    margin-top: 9px;
    float: left;
    width: 13px;
    height: 7px;
    background: url(/img/hxcertsign_new/icon-dot.png) no-repeat left top;
    position: absolute;
    left: 0;
}

.b-line {
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.btn {
    width: 118px;
    height: 40px;
    font-size: 16px;
    /*border-radius: 3px;*/
    cursor: pointer;
}

.sure-btn {
    color: #fffefe;
    border: 1px solid #1492ff;
    background: #1492ff;
}

.cancel-btn {
    color: #666;
    border: 1px solid #ccc;
    background: #fafafa;
}
.sure-btn:hover {
    border: 1px solid #1874cd;
    background: #1874cd;
}
.cancel-btn:hover {
    color: #1492ff;
    border: 1px solid #1492ff;
    background: #fff;
}

.pdl20{
    padding-left: 20px;
}

.login-failure-con p a{
    color: #33A0E5;
}

.login-failure-con p a:hover{
    color: #1E8DD3;
}

.mb30{
    margin-bottom: 30px!important;
}