/*框*/
.login_v2_box {
    width:380px;
    height:400px;
    background: rgba(255, 255, 255, 1);
    border-radius: 8px;
    box-sizing: border-box;
    position: relative;
    display: none;
}
.login_v3_box{
    border-radius: 0px;
}

.login_v2_main {
    height: 356px;
}

/*关闭按钮*/
.login_v2_close {
    position: absolute;
    top: 16px;
    left: 17px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.login_v2_close:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 16px;
    background-color: #999;
    transform: rotateZ(45deg);
    top: 2px;
    left: 9px;
}

.login_v2_close:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 16px;
    background-color: #999;
    transform: rotateZ(-45deg);
    top: 2px;
    left: 9px;
}

.login_v2_close1 {
    top: 16px;
    right: 17px;
}

/*登录方式选着*/
.login_v2_fs {
    position: absolute;
    right: 16px;
    top: 16px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.login_v2_fs i.login_v2_web {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url("//imgcdn.bangkao.com/src/login_box/img/login_web.f68b4147.png") no-repeat center center;
    cursor: pointer;
}

.login_v2_fs i.login_v2_wx {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url("//imgcdn.bangkao.com/src/login_box/img/login_wx.eb39f363.png") no-repeat center center;
    cursor: pointer;
}

.login_v2_fs i:first-child {
    font-size: 12px;
    color: #F85C5B;
    width: 66px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin-right: 10px;
    display: inline-block;
    background: url("//imgcdn.bangkao.com/src/login_box/img/login_kuang.200239a6.png") no-repeat center center;
    font-style: normal;
    padding-right: 4px;
    box-sizing: border-box;
}

.login_v2_tit {
    height: 105px;
    padding-top: 70px;
    box-sizing: border-box;
    text-align: center;
    font-size:16px;
    font-weight:500;
    color:rgba(248,92,91,1);
}

.login_v2_ctt {
    box-sizing: border-box;
}

.login_v2_vx_tu {
    display: block;
    margin: 0 auto;
    width: 200px;
    height: 200px;
    background-size: 200px 200px;
    margin-bottom: 10px;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
}

.login_v2_vx_text {
    text-align: center;
    font-size: 12px;
    color: #999999;
    cursor: pointer;
}
.login_v2_vx_text i{
    margin-right: 6px;
    font-size: 14px;
}
.login_v2_vx_text i.icondanxuanxuanzhong{
    color: rgb(248, 92, 91);
}


.login_v2_change {
    font-size: 0px;
    text-align: center;
}
.login_v2_change1 {
    font-size: 0px;
    width: 300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.login_v2_change span {
    font-size: 14px;
    color: rgba(204, 204, 204, 1);
}
.login_v3_sb span{
    font-size: 12px;
}

.login_v2_change span:nth-child(2) {
    color: #F85C5B;
    cursor: pointer;
}

.login_v2_change span:nth-child(2):hover {
    text-decoration: underline;
}

.login_v2_tit2 {
    font-size: 0px;
    text-align: center;
    height: 134px;
    padding-top: 70px;
    box-sizing: border-box;
}

.login_v2_tit2 li {
    font-size: 16px;
    color: rgba(85, 85, 85, 1);
    line-height: 22px;
    margin: 0 28px;
    display: inline-block;
    cursor: pointer;
    padding-bottom: 4px;
}

.login_v2_tit2 li.login_v2_active {
    color: #F85C5B;
    border-bottom: 2px solid #F85C5B;
}

.login_v2_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 300px;
    height: 40px;
    background: rgba(248, 248, 248, 1);
    border-radius: 100px;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
    box-sizing: border-box;
    border: 1px solid transparent;
}

.login_v2_flex.login_v2_active {
    border: 1px solid #D6D6D6;
    background: #ffffff;
}

.login_v2_flex1 {
    margin-bottom: 30px;
}

.login_v2_flex > i:first-child {
    width: 19px;
    height: 20px;
    background: url(../img/login-icon@1X-.13903b55.png) no-repeat;
    margin: 0px 13px 0px 19px;
}

.login_v2_flex input {
    height: 38px;
    flex: 1;
    color: rgba(51, 51, 51, 1);
    font-size: 14px;
    min-width: 0px;
}

input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px white inset !important;
}

.login_v2_flex input:-webkit-autofill{
    background-color: transparent !important;
}


.login_v2_flex p {
    position: absolute;
    left: 10px;
    top: 41px;
    font-size: 12px;
    color: rgba(248, 92, 91, 1);
}

.login_v2_flex button {
    width: 110px;
    height: 38px;
    background: rgba(246, 246, 246, 1);
    border-radius: 0px 100px 100px 0px;
    text-align: center;
    font-size: 14px;
    color: rgba(153, 153, 153, 1);
    border: none;
    cursor: pointer;
}

.login_v2_flex button:hover {
    color: #F53533;
}

.login_v2_btn {
    width: 300px;
    height: 40px;
    background: rgba(248, 92, 91, .5);
    border-radius: 100px;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    display: block;
    margin: 0 auto;
    cursor: pointer;
}

.login_v2_btn.login_v2_active {
    background: #F85C5B;
}

.login_v2_flex2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    padding-top: 10px;
    box-sizing: border-box;
    width: 300px;
    margin: 0 auto;
}

.login_v2_flex2 span {
    font-size: 14px;
    color: rgba(85, 85, 85, 1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.login_v2_flex2 div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}

.login_v2_flex2 div i {
    width: 14px;
    height: 14px;
    border-radius: 100px;
    border: 1px solid rgba(189, 189, 189, 1);
    margin: 0px 8px 0px 10px;
    font-size: 12px;
    cursor: pointer;
}

.login_v2_flex2 div i.login_v2_active {
    background: #F85C5B;
    border-color: #F85C5B;
}

.login_v2_flex2 div:hover span, .login_v2_flex2 span:hover {
    color: #F53533;
}

.login_v2_delete {
    width: 11px;
    height: 11px;
    position: relative;
    margin-right: 21px;
    cursor: pointer;
}

.login_v2_delete:after {
    content: '';
    width: 2px;
    height: 13px;
    background-color: #D6D6D6;
    transform: rotateZ(45deg);
    position: absolute;
    top: -1px;
    left: 5px;
}

.login_v2_delete:before {
    content: '';
    width: 2px;
    height: 13px;
    background-color: #D6D6D6;
    transform: rotateZ(-45deg);
    position: absolute;
    top: -1px;
    left: 5px;
}

.login_v2_yj {
    display: none;
    width: 20px;
    height: 16px;
    background: url(../img/login-icon@1X-.13903b55.png) no-repeat -74px 0px;
    cursor: pointer;
}

.login_v2_yj1 {
    background: url(../img/login-icon@1X-.13903b55.png) no-repeat -56px -2px;
}

.phone {
    background-position: -19px 0px !important;
}

.yzm {
    background-position: -1px 0px !important;
}

.mm {
    background-position: -38px 0px !important;
}

.login_v2_tit3 {
    height: 146px;
    padding-top: 30px;
    box-sizing: border-box;
    text-align: center;
}

.login_v2_tit3 h1 {
    font-size:20px;
    font-weight:500;
    color:rgba(85,85,85,1);
    margin-bottom: 18px;
}

.login_v2_tit3 p {
    font-size: 14px;
    color: rgba(85, 85, 85, 1);
}

.login_v2_tit5 {
    height: 90px;
    padding-top: 30px;
}

/* 普通IE浏览器 样式清除 */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
}

/* 火狐浏览器样式清除 */
input[type="number"] {
    -moz-appearance: textfield;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #C5C5C5;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #C5C5C5;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #C5C5C5;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #C5C5C5;
}

.login_v2_tit4 {
    height: 98px;
}

.login_v2_box_t_mm {
    width: 300px;
    margin: 0 auto;
    text-align: right;
    font-size: 14px;
    color: #ccc;
}

.login_v2_box_t_mm a {
    color: #F85C5B;
    margin-left: 3px;
}

.login_v2_agree {
    width: 300px;
    margin: 0 auto;
    color: #000;
    font-size: 12px;
    margin-bottom: 20px;
    margin-top: -10px;
}

.login_v2_agree a {
    color: #f85c5b;
}

/*版本三*/
.login_v3_flex{
    width: 300px;
    margin: 0 auto;
    padding-bottom: 7px;
    border-bottom: 1px solid #ECECEC;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
}
.login_v3_flex input{
    flex: 1;
    min-width: 0px;
    height: 30px;
    font-size: 14px;
}
.login_v3_yzm{
    width:98px;
    height:30px;
    background:rgba(248,92,91,1);
    border-radius:4px;
    font-size:14px;
    color:rgba(255,255,255,1);
    text-align: center;
    margin-left: 10px;
    cursor: pointer;
}
.login_v3_ts{
    width: 300px;
    margin: 0 auto;
    font-size:12px;
    color:rgba(85,85,85,1);
    margin-top: -6px;
    margin-bottom: 16px;
}
.login_v3_sb{
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.login_v3_ts span,.login_v3_ts a{
    color: #F85C5B;
}
.login_v3_ts a:hover{
    text-decoration: underline;
}
.login_v3_btn{
    display: block;
    border: none;
    width:300px;
    height:40px;
    background:rgba(248,92,91,1);
    border-radius:4px;
    text-align: center;
    font-size:14px;
    color:rgba(255,255,255,1);
    margin: 0 auto;
    cursor: pointer;
    margin-bottom: 20px;
}
.login_v3_btn:hover{
    background: rgb(218, 80, 79);
}
.login_v3_flex_ms{
    font-size:12px;
    color:rgba(248,92,91,1);
    position: absolute;
    bottom: -20px;
    left: 0px;
}
.login_v3_flex .login_v2_delete{
    margin-right: 0px;
}
.login_v3_flex1{
    margin-bottom: 45px;
}
.login_v3_zc{
    height: 366px;
}
