.beianLink {
    color: #fff;
    margin-left: 10px;
}

.box_lg_box {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.box_lg {
    width: 400px;
    background-color: #fff;
    padding: 20px;
    font-size: 14px;
    margin: 0 auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9001;
    border-radius: 4px;
}

li.password-li input{
    width: 100% !important;
}
@media only screen and (max-width: 500px) {
    .box_lg {
        width: 300px;
        padding: 15px 10px;
    }
    .login-title {
        font-size: 18px;
        margin-bottom: 5px;
        line-height: inherit;
    }
    .login-input {
        width: 90%;
        font-size: 12px;
        line-height: inherit;
        height: 30px;
    }
}

.close {
    position: absolute;
    top: 0;
    right: -30px;
    width: 16px;
    height: 16px;
    background-image: url(https://cloudcache.tencent-cloud.cn/open_proj/proj_qcloud_v2/gateway/login-regist/login/pc/css/sprite/login-20219241033.png);
    text-indent: -10000px;
    overflow: hidden;
    outline: 0;
    background-position: -18px 0px;
}

.box_lg ol{
    padding:0;
    margin:0;
    list-style:none
}

.login-input {
    font-size: 14px;
    line-height: 28px;
    height: 45px;
    display: inline-block;
    padding: 7px 10px;
    border: 1px solid #ddd;
    color: #333;
    vertical-align: middle;
    width: 94%;
    background-color: #fff;
    margin-top: 10px;
}

.login-input:focus, .login-input:hover {
    border-color: #00a4ff;
    outline: 0;
}

.login-title {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 15px;
    text-align: center;
    color: #000;
}

.btn_frm {
    height: 45px;
    padding: 0 20px;
    background-color: #f26326;
    color: #fff;
    font-size: 16px;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    box-sizing: border-box;
    text-decoration: none;
    width: 100%;
    border: none;
    margin-top: 10px;
}
.btn_free {
    height: 45px;
    padding: 0 20px;
    background-color: #ffffff;
    color: #f26326;
    font-size: 16px;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    box-sizing: border-box;
    text-decoration: none;
    width: 100%;
    border: 1px solid #f26326;
    margin-top: 10px;
}
.btn_forgot{
    float: right;
    margin-top: 10px;
    color: #f26326;
}
.box_ft {
    margin-top: 20px;
    border-top: #ddd 1px dashed;
    padding-top: 20px;
    text-align: justify;
    display: flex;
}

.box_ft div{
    display: inline-block;
    width: auto;
    flex: 1;
    text-align: center;
    border-left: #e5e5e5 1px solid;
}

.box_ft div:first-child {
    border: 0;
}

.box_ft a {
    text-decoration: none;
    color: #000;
}

.box_ft a:hover {
    color: #00a4ff;
}

.password-li {
    position: relative;
}

.msg-button {
    position: absolute;
    top: 22px;
    right: 0;
    color: #175199;
    height: auto;
    line-height: inherit;
    background-color: transparent;
    border: none;
    border-radius: 0;
    cursor: pointer;
}

/*加入购物车成功后的弹窗css*/
.code_popUp {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    overflow: auto;
    background: rgba(0, 0, 0, 0.603);
    display: none;
}

.code_content {
    max-width: 800px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    z-index: 1001;
    text-align: center;
    color: #2C2E34;
    background: #fff;
    padding: 50px 0;
}

.code_content img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    cursor: pointer;
}
.code_content .title {
    margin-bottom: 50px;
}
.code_content h5{
    font-size: 25px;
    margin-bottom: 10px;
}
.code_content p {
    font-size: 20px;
}
.code_content .code_box {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.code_content .code_list h6 {
    font-size: 20px;
    font-weight: 500;
}
.code_content .code_list img {
    width: 250px;
    height: 250px;
    margin-top: 15px;
}
.code_content .code_close {
    width: 30px;
    position: absolute;
    right: -8px;
    top: -7px;
}

#cookies_agreement {
    background-color: #fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 20px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 100001;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    transition: opacity 300ms ease-in-out;
    opacity: 1;
}

#cookies_agreement > .content {
    width: 280px;
    line-height: 20px;
    float: left;
    color: #333;
}

#cookies_agreement > .button {
    display: block;
    max-width: 80px;
    height: 29px;
    line-height: 29px;
    background-color: #2e2e2e;
    border: 0;
    margin-top: 15px;
    margin-left: 15px;
    padding: 0 10px;
    float: right;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
}

@media (max-width: 500px) {
    .new_win_alert {
        width: 96%!important;
    }
}
