/*登陆框*/
.login_box {width: 85%;max-width: 400px;font-size: 16px;font-family: "宋体";margin: 0 auto;background-color: #fff;border-radius: 5px;}
.login_box .line_info {position: relative;width: 100%;text-align: center;}
.login_box .title {color: #999;font-size: 1.4em;font-weight: 100;margin: 1em 0;}
.login_box .close_login {position: absolute;right: .625em;width: 1.4em;height: 1.4em;cursor: pointer;}
.login_box .input_line {
    background-position: center left;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    display: inline-block;
    width: 80%;
    padding: 0 0 0 27px;
    margin: 10px 0;
}
.login_box .password {background-image: url(/v3/img/icon_pwd.png);}
.login_box .account {background-image: url(/v3/img/icon_tel.png);}
.login_box input {width: 100%;height: 38px;font-size: 1em;line-height: 38px;border: none;font-family: "宋体";}
.login_box .login_btn {display: inline-block;width: 80%;color: #fff;padding: 0 27px;background-color: #3484e4;line-height: 38px;text-align: center;cursor: pointer;border-radius: 4px;}
.login_box .wx_login {
    width: 1.4em;height: auto;margin: .47em;cursor: pointer;
}
.login_box .other_opt {
    width: 80%;
    margin: 8px auto;
}
.share_box {
    position: relative;background-color: #fff;border-radius: 10px;line-height: 0;font-size: 15px;padding: 0 15px;
}
.share_box ul li {margin: 2em 1em;display: inline-block;}
.share_box .share_img {width: 32px;height: 32px;cursor: pointer;}
.wechat_hover {
    display: none;
    position: absolute;
    width: 210px;
    transform: translateX(-40%);
    background: #f3f3f3;
    text-align: center;
    border-radius: 4px;
    box-shadow: 0 2px 10px #aaa;
    cursor: auto;
}
.wechat_hover_a:hover .wechat_hover {
    display: block;
}
.wechat_hover p {
    line-height: 20px;
    padding: 3px;
    font-size: 13px;
    color: #777;
}
/*收藏*/
.collect_popup {
    color: #000;
    background-color: #fff;
    padding: 1.5rem 3rem;
    border-radius: 10px;
    font-size: 1.4rem;
}
.collect_popup p {
    padding: 1.4rem 0;
    text-align: center;
}
.collect_popup .btn {
    display: inline-block;
    font-size: 1.066667rem;
    border: 1px solid #a2a0a0;
    text-align: center;
    cursor: pointer;
    color: #a2a0a0;
    padding: 0 0.5rem;
    line-height: 3rem;
}
.collect_popup img {
    width: 2.5rem;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}