.layui-layer-setwin {
    top: 35px !important;
}

.layui-layer {
    border-radius: 8px !important;
}

.bounced_account {
    float: right;
    height: 100%;
    background: #FFFFFF;
    border-radius: 8px;
}

.bounced_account>div {
    width: 327px;
    padding: 24px;
    padding-top: 0;
}

.bounced_account .entering p {
    margin-bottom: 24px;
}

.bounced_account .entering .identifyingCode {
    display: inline-block;
    position: relative;
}

.bounced_account .entering .identifyingCode input {
    width: 179px;
    padding: 0 129px 0 16px;
}

.bounced_account .entering .identifyingCode i {
    cursor: pointer;
    position: absolute;
    padding-right: 10px;
    height: 40px;
    line-height: 40px;
    top: 0;
    right: 0;
}

.bounced_account .entering .identifyingCode i img {
    width: 100px;
    /* height: 22px; */
}

.bounced_account .entering .identifyingCode i span {
    font-size: 12px;
    font-weight: 400;
    color: #4AAF75;
    margin-left: 9px;
}

.bounced_account .entering input {
    width: 292px;
    height: 38px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #E0E0E0;
    padding: 0 16px;
}

.bounced_account .login-btn {
    padding-top: 10px;
}

.bounced_account .login-btn .login {
    display: inline-block;
    width: 324px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #4AAF75;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
}

.bounced_account .login-btn .link {
    height: 17px;
    font-size: 12px;
    font-weight: 400;
    color: #424242;
    line-height: 17px;
    padding-top: 14px;
}

.bounced_account .login-btn .link a.nogray,
.bounced_account .login-btn .link span {
    color: #4AAF75;
}

.bounced_account .login-btn .checkbox {
    padding: 14px 0 12px 0;
}

.bounced_account .login-btn .checkbox span {
    float: left;
    width: 15px;
    height: 15px;
    -webkit-appearance: none;
    border: 1px solid #c9c9c9;
    border-radius: 2px;
    outline: none;
    position: relative;
    margin: 0 10px 0 0;
}

.bounced_account .login-btn .checkbox .span {
    border-color: transparent;
    background-color: #4AAF75;
}

.bounced_account .login-btn .checkbox .span::after {
    content: '';
    top: 3px;
    left: 2px;
    position: absolute;
    background: transparent;
    border: #fff solid 2px;
    border-top: none;
    border-right: none;
    height: 4px;
    width: 9px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.bounced_account .login-btn .checkbox p {
    float: left;
    font-size: 12px;
    font-weight: 400;
    color: #424242;
}

.bounced_account .login-btn .checkbox a {
    font-size: 12px;
    font-weight: 400;
    color: #4AAF75;
}

.bounced_account .third-party-login {
    padding-top: 14px;
}

.bounced_account .third-party-login p {
    position: relative;
    text-align: center;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    margin-bottom: 24px;
}

.bounced_account .third-party-login p::after {
    content: " ";
    display: inline-block;
    width: 80px;
    height: 1px;
    background-color: #ECECEC;
    position: absolute;
    top: 50%;
    left: 28px;
}

.bounced_account .third-party-login p::before {
    content: " ";
    display: inline-block;
    width: 80px;
    height: 1px;
    background-color: #ECECEC;
    position: absolute;
    top: 50%;
    right: 28px;
}

.bounced_account .third-party-login div>div {
    text-align: center;
    cursor: pointer;
    width: 100%;
}

.bounced_account .third-party-login div>div>div {
    text-align: center;
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    color: #424242;
    padding-top: 6px;
}

.bounced_account .third-party-login .wx-login {
    display: inline-block;
    margin-right: 50px;
    width: 40px;
    height: 40px;
    background: url(../img/common/wx_login.png) center center no-repeat;
    background-size: 100%;
}

.bounced_account .third-party-login .code-login {
    display: inline-block;
    margin-left: 50px;
    width: 40px;
    height: 40px;
    background: url(../img/common/code_login_v.png) center center no-repeat;
    background-size: 100%;
}

.bounced_account .third-party-login .qq-login {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../img/common/qq_login.png) center center no-repeat;
    background-size: 100%;
}

.bounced_account .agreement {
    padding: 20px 0 6px 0;
}

.bounced_account .agreement p {
    text-align: center;
    height: 17px;
    font-size: 12px;
    font-weight: 400;
    color: #424242;
    line-height: 17px;
}

.bounced_account .agreement p a {
    color: #4AAF75;
}

.wx-code {
    text-align: center;
}

.wx-code img {
    width: 200px;
    height: 200px;
}