/*框*/
.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 {
    width: 40px;
    height: 40px;
    background: url(//imgcdn.bangkao.com/src/images/layer_close_new.193b6329.png) no-repeat center center;
    transition: 0.3s ease all;
    position: absolute;
    left: -16px;
    top: -16px;
    z-index: 4;
    cursor: pointer;
}
.login_v2_close:hover{
    transform: rotate(180deg);
}
.login_v2_close1 {
    top: 16px;
    right: 17px;
}

/*登录方式选着*/
.login_v2_fs {
    position: absolute;
    right: 0;
    top:0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.login_v2_fs i.login_v2_web {
    display: inline-block;
    width: 68px;
    height: 59px;
    background: url("//imgcdn.bangkao.com/src/login_box/img/login_web.21682801.png") no-repeat center center;
    background-size: 68px 59px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.login_v2_fs .login_v2_wx {
    display: inline-block;
    width:68px;
    height:59px;
    background: url("//imgcdn.bangkao.com/src/login_box/img/login_wx.5e306cb4.png") no-repeat right top;
    background-size: 59px 59px;
    position: relative;
    z-index: 1;

    cursor: pointer;
}
.login_v2_fs i:first-child {
    font-size: 12px;
    color: #FFCF02;
    width:101px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    margin-right: -14px;
    position: relative;
    z-index: 3;
    display: inline-block;
    background: url("//imgcdn.bangkao.com/src/login_box/img/login_kuang.bb26ce72.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:18px;
    font-weight:500;
    color:#282828;
    margin-bottom: 15px;
}

.login_v2_ctt {
    box-sizing: border-box;
}

.login_v2_vx_tu {
    display: block;
    margin: 0 auto;
    width: 180px;
    height: 180px;
    background-size: 180px 180px;
    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: 4px;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
}
.login_v2_vx_text .icon-duoxuan-yixuan{
    color: #FFCF02;
}

.login_v2_vx_text i.iconfont icon-duoxuan-yixuan{
    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: #FFCF02;
    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: 18px;
    color: #999;
    line-height: 22px;
    margin: 0 20px;
    display: inline-block;
    cursor: pointer;
    padding-bottom: 5px;
}

.login_v2_tit2 li.login_v2_active {
    color: #282828;
    border-bottom: 2px solid #282828;
}

.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: #FFCF02;
    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: #FFCF02;
}

/*版本三*/
.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:#FFCF02;
    border-radius:4px;
    font-size:14px;
    color:rgba(255,255,255,1);
    text-align: center;
    margin-left: 10px;
    cursor: pointer;
}
.login_v3_yzm:hover{
    background: #eec309;
}
.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: #FFCF02;
}
.login_v3_ts a:hover{
    text-decoration: underline;
}
.login_v3_btn{
    display: block;
    border: none;
    width:300px;
    height:40px;
    background:#FFCF02;
    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:#eec309;
}
.login_v3_flex_ms{
    font-size:12px;
    color:#FFCF02;
    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;
}
