.login_pop a {
    text-decoration: none
}

.login_pop .login_popbox .close {
    position: absolute;
    display: block;
    right: 4px;
    top: 30px;
    height: 16px;
    width: 15px;
    background-position: 0 -242px;
    opacity: .6;
    -webkit-transition: all 0s;
    transition: all 0s
}

.login_pop .close:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 1s;
    transition: all 1s;
}

.login_pop .login_popbox .close:hover {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: all 0s;
    transition: all 0s
}

.login_pop_cover {
    width: 100%;
    height: 2000px;
    background-color: rgba(0, 0, 0, 0.3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 200;
    display: none
}

.login_pop {
    width: 420px;
    height: auto;
    background: white;
    position: fixed;
    z-index: 200;
    top: 20%;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 5px;
    padding: 36px 46px;
    box-sizing: border-box;
    overflow: visible;
    display: none
}

.login_pop .title {
    width: 100%;
    height: 55px;
    line-height: 53px;
    font-size: 24px;
    color: white;
    text-align: center;
    position: relative;
    text-align: center;
    color: rgba(155, 155, 155, 1);
}

.login_pop .sepreat {
    margin: 0 27px;
    color: #E3E3E3;
    font-size: 16px;
    vertical-align: 3px;
}

.login_pop .js_login_close {
    color: black;
}

.login_pop .right_cornor {
    width: 68px;
    height: 68px;
    position: absolute;
    background-position:0px -288px;
    cursor: pointer;
    right: 6px;
    top:6px;
}
.login_pop .right_cornor.is_code{
    background-position:-69px -288px;
}
.login_pop .code_reg_cornor {
    width: 68px;
    height: 68px;
    position: absolute;
    background-position:-72px -288px;
    right: px;
    top:6px;
} 


.login_pop .right_cornor .tip {
    position: absolute;
    left: -136px;
    top: 0;
    width: 128px ;
    height: 28px;
    font-size: 12px;
    color: white;
    text-align: center;
    border-radius: 14px;
    line-height: 28px;
    background-color: #F5484B;
}
.login_pop .right_cornor .tip::after{
    content: '';
    position: absolute;
    right: -11px;
    top: 6px;
    width: 13px;
    height: 15px;
    background-position:-55px -264px;
}

.login_pop .title .btn {
    font-size: 24px;
    position: relative;
    margin: 0 30px;
}

.login_pop .title .btn.js-reg {
    margin: 0;
}

.login_pop .title .btn.on {
    color: #4A4A4A;
    position: relative;

}

.login_pop .title .btn.on:after {
    content: '';
    width: 32px;
    height: 4px;
    background-color: #4A4A4A;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -16px;
}

.login_pop .title .btn.js-forget:after {
    display: none;
}

.phoneArea {
    margin: 0 auto;
    margin-top: 16px;
    border-bottom: 2px solid #d8d8d852;
    color: #4A4A4A;
    position: relative;
}

.phoneArea .phoneProxy {
    width: 26px;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(204, 204, 204, 1);
    line-height: 20px;
    margin-right: 10px;
}

.phoneArea .phoneClear {
    width: 20px;
    height: 20px;
    margin: 5px 0;
    cursor: pointer;
    float: right;
    background-position: -50px -239px;
}

::-moz-placeholder {
    color: rgba(0, 0, 0, 0.288);
}

::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.288);
}

:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.288);
}

.phoneArea .phoneIcon {
    display: block;
    float: left;
    width: 40px;
    height: 33px;
    background-repeat: no-repeat;
    background-position: 9px -153px;
}

.phoneArea .eye {
    float: right;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-top: 7px;
}

.phoneArea .eye.eye_close {
    background-position: -0px -260px;
    ;

}

.phoneArea .eye.eye_open {
    background-position: -24px -260px;
}

.login_pop article .error_tip {
    color: #FE294E;
    position: absolute;
    bottom: -35px;
    left: 0;
}

.login_pop .close,
.login_pop .other_login_tip,
.phoneArea .phoneIcon,
.key_con .keyIcon .login_pop .eye_close,
.login_pop .eye_open,
.login_pop .eye,
.phoneArea .phoneClear,
.login_pop .right_cornor,
.login_pop .right_cornor .tip:after
 {

    background-image: url('/public/front/images/login-bg.png')
}

.login_pop .close {
    width: 20px;
    height: 20px;
    background-position: -50px -239px;
    background-repeat: no-repeat;
    position: absolute;
    left: 15px;
    top: 15px;
    cursor: pointer;
    border-radius: 50%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 1s;
    transition: all 1s;
}

.login_pop article {
    position: relative;
    overflow: hidden;
    min-height: 30px;
}



.login_pop article .key_con {
    margin: 0 auto;
    margin-top: 16px;
    border-radius: 5px;
    border-bottom: 2px solid #d8d8d852;
    overflow: hidden
}

.keyBorder {
    float: left;
    height: 33px;
    overflow: hidden;
    border-radius: 5px
}

.keyIcon {
    display: block;
    float: left;
    width: 40px;
    height: 33px;
    background-repeat: no-repeat;
    background-position: 9px -199px;

}

.login_pop article .phone,
.login_pop article .pass,
.login_pop article .name,
.login_pop article .key {
    color: #4A4A4A;
    ;
    font-size: 14px;
    border: 0;
    height: 32px;
    line-height: 36px;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
    outline: 0;
}


.login_pop article .key {
    width: 152px;
    float: left;
}

.login_pop article .get_key {
    width: 80px;
    height: 25px;
    padding: 0;
    margin: 2px 1px 0 0;
    line-height: 25px;
    background: #FC4948;
    float: right;
   
    border: 0;
    text-align: center;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    border-radius: 16px;
}

.login_pop article .get_key:hover {
    background-color: #FC4948;
    color: #fff;
}

.login_pop article .get_none.js_forget_getcode,
.js_msg_login_pop .get_none.js_msg_getcode,
.login_pop article .get_none.js_reg_getcode  {
    width: 80px;
    height: 25px;
    padding: 0;
    margin: 0 1px 0 0;
    line-height: 25px;
    background: #f5f5f5;
    float: right;
    border: 1px solid #eaeaea;
    text-align: center;
    color: #636363;
    font-size: 12px;
    cursor: default;
    border-radius: 20px;
    cursor: pointer;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.login_pop article p {
    text-align: left;
    color: #FC4948;
    font-size: 14px;
    height: 22px;
    line-height: 16px;
    margin: 10px 11px 10px;
}

.login_pop article p .login-btn {
    cursor: pointer;
}

.login_pop article p .fl {
    float: left;
}

.login_pop article p .fr {
    float: right;
}
.login_pop article p.tac {
    text-align: center;
}

.login_pop article p em {
    color: #FC4948;
    font-style: normal;
}
.login_pop article p a {
    color: #FC4948;
    font-style: normal;
}
.js-showUserProtocol {
    color: #FC4948;
}

.login_pop article .submit {
    display: block;
    height: 47px;
    margin-top: 38px;
    border-radius: 24px;
    color: white;
    cursor: pointer;
    font-size: 18px;
    line-height: 47px;
    text-align: center;
    background:  linear-gradient(211deg, rgb(16, 160, 107) 0%, rgba(16, 160, 107) 100%);
}

.login_pop article .submit:hover {
    background-position: 0 -42px;
}

.login_pop article .submit.get_none {
    display: block;
    height: 47px;
    margin-top: 38px;
    opacity: .8;
    color: white;
    cursor: pointer;
    font-size: 18px;
    line-height: 47px;
    background:#FC4948;
}

.login_pop article .submit.get_key {
    width: 100%;
    background: linear-gradient(211deg, #FC4948 0%,#F56E6D  100%);
    color: #fff;
    float: unset;
}

.login_pop .other_login_tip {
    width: 100%;
    height: 40px;
    background-repeat: no-repeat;
    background-position: -65px -390px
}

.login_pop .weibo,
.login_pop .weixin,
.login_pop .qq {
    background-image: url(../images/login_pop_bg.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 66px;
    height: 84px;
    float: left;
    margin: 34px 0;
    cursor: pointer
}

.login_pop .weibo {
    background-position: -200px 0;
    margin-left: 44px
}

.login_pop .weixin {
    background-position: 0 0;
    margin-left: 40px
}

.login_pop .qq {
    background-position: -100px 0;
    margin-left: 40px
}

.login_pop .weibo:hover {
    background-image: url(../images/login_pop_bg2.png)
}

.login_pop .weixin:hover {
    background-image: url(../images/login_pop_bg2.png)
}

.login_pop .qq:hover {
    background-image: url(../images/login_pop_bg2.png)
}

.tips {
    width: 100%;
    height: 14px;
    background: url(../images/login-bg.png) no-repeat 2px -280px;
}

.warring {
    width: 100%;
    height: 15px;
    font-size: 12px;
    color: #d14c49;
    text-align: center;
    display: none;
    position: absolute;
    top: 3px
}

.login_popbox .warring {
    top: 144px;
    width: 139px;
    left: 23px
}

.login_popbox .get_none {
    background-color: #929292 !important;
    color: #fff !important
}

.login_pop .login_popbox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: none
}

.login_pop .login_popbox .inner {
    position: absolute;
    width: 265px;
    height: 236px;
    top: 50%;
    left: 50%;
    margin-left: -132px;
    margin-top: -128px;
    background-image: url(../images/login_popbox.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto
}

.login_pop .login_popbox input {
    border: 0;
    position: absolute;
    top: 111px;
    left: 25px;
    width: 135px;
    height: 31px;
    background-color: #fff;
    text-indent: 10px
}

.login_pop .login_popbox img {
    position: absolute;
    top: 111px;
    right: 20px;
    background-color: #fff;
    display: block;
    width: 75px;
    height: 32px;
    border: 0;
    cursor: pointer
}

.login_pop .login_popbox a {
    display: block;
    position: absolute;
    bottom: 25px;
    background-color: #FE294E;
    width: 222px;
    height: 40px;
    border-radius: 20px;
    left: 50%;
    margin-left: -111px;
    text-align: center;
    color: #fff;
    line-height: 40px;
    font-size: 14px;
    cursor: pointer
}

/* 引导进入welcome */
.login_pop.js_welcome_pop {
    padding: 0;
}

.js_welcome_pop .js_close {
    right: 0;
    top: 12px;
    z-index: 201;
}

.js_welcome_pop .title {
    text-align: center;
    height: 49px;
    line-height: 49px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    background-color: #F4F4F4;
    float: none;
    border-radius: 5px 5px 0 0;
}

.js_welcome_pop .title img {
    width: 22px;
    height: 22px;
    margin-left: 12px;
    vertical-align: -3px;
}

.js_welcome_pop .morehappy {
    margin-top: 28px;
    font-size: 18px;
    font-weight: 600;
    color: rgba(51, 51, 51, 1);
    text-align: center;
    line-height: 25px;
}

.js_welcome_pop .hurry {
    margin-top: 11px;
    font-size: 18px;
    font-weight: 600;
    color: #AEAEAE;
    text-align: center;
    line-height: 25px;
}



.js_welcome_pop .tologin {
    margin: 12px auto 0;
    width: 49px;
    height: 17px;
    font-size: 12px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(155, 155, 155, 1);
    line-height: 17px;
    text-align: center;
    margin-bottom: 22px;
}