﻿/*清理浮动的方法*/

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
}

.clearfix {
    zoom: 1;
}


/*登录页头部的返回箭头*/

.login_return {
    position: fixed;
    top: 4vw;
    left: 5.45vw;
}

.login_return img {
    width: 2vw;
    height: 3vw;
}


/*注册*/

.reg-div {
    width: 100%;
    /*display: table;*/
    padding: 5vw;
}

.reg-div ul {
    margin: 0;
    padding: 0
}

.reg-div ul li {
    width: 92%;
    margin: 0 auto 3.8vw;
    position: relative;
    border: 1px solid #F8F8F8;
    /*padding: 0 2vw;*/
    line-height: 9.3vw;
    height: 15vw;
    border-radius: 33px;
    overflow: hidden;
    background-color: #F8F8F8;
}

.reg-div input[type="password"],
.reg-div input[type="text"] {
    width: 100%;
    height: 100%;
    border: 0;
    box-sizing: border-box;
    background: none;
    font-size: 3.7vw;
}

.reg-div input[type="button"] {
    line-height: 35px;
    -webkit-appearance: none;
    border-radius: 0;
    border: 0px;
    background: #f0f0f0;
    padding: 0 2vw;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    color: #666;
    font-size: 14px;
}
.reg-div .tjxy{margin-left: 8%;display: flex;align-items: center;margin-top: 6%;font-size: 16px;}
.reg-div .tjxy a {color: #FF2857;}
.reg-div input[type=checkbox]{appearance:none;-moz-appearance:none;-webkit-appearance:none;width: 18px;height: 18px;border: 1px solid #F23030;/* border-radius:0; */border-radius: 50%;margin-right: 8px;}
.reg-div input[type=checkbox]:checked {background: url("../images/checked.png") no-repeat scroll center center transparent;background-size: 18px 18px;}

/****************************************************************登录***************************************************************************/

.reg-cont {
    text-align: center;
    overflow: hidden;
    margin-top: 2.5vw;
    margin-bottom: 1vw;
}

.reg-cont .The_login {
    font-size: 8vw;
    color: #323333;
    font-weight: bold;
}

.reg-cont .account {
    font-size: 3.7vw;
    color: #ccc;
    margin-top: 5.5vw;
}

.reg-div input[type="text"],
.reg-div input[type="password"] {
    /*margin: 11px 5px 0 0;*/
}


/****************************************************************立即注册和忘记密码****************************************************************************/

.up_reg {
    margin-top: 4.7vw;
    padding: 0 5vw 0 5vw;
}

.clearfix a p {
    color: #999;
    font-size: 3.7vw;
}

.up_reg a:nth-child(1) {
    float: left;
}

.up_reg a:nth-child(2) {
    float: right;
}


/*****************************************************************第三方登录*************************************************************************************************/

.third {
    position: relative;
    bottom: 0;
    width: 100%;
    top: 31vw;
}

.third .th_rd {
    padding-bottom: 2vw;
}

.third p {
    width: 35%;
    height: 1px;
    background: #eee;
    display: inline-block;
    margin: 0;
    margin-bottom: 5px;
}

.third span {
    padding: 0 8px;
}

.reg-bottom {
    margin-bottom: 6.5vw;
    padding-top: 12vw;
}


/*还没有账号？*/

.account_cont {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.account_cont .account_img {
    margin-top: 4.5vw;
    margin-bottom: 6.5vw;
}

.account_cont p {
    color: #999;
    font-size: 3.7vw;
}

.account_cont a {
    color: #FF2857;
    font-weight: bold;
    display: inline-block;
    margin-left: 2vw;
}


/*微信 支付宝*/

.pay_cont {
    width: 75%;
    margin: 0 auto;
    text-align: center;
    margin-top: 11vw;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.pay_cont .pay_left {
    width: 28vw;
}

.pay_cont .pay_right {
    width: 28vw;
}

.pay_cont img {
    width: 8.5vw;
    height: 8.5vw;
    display: block;
    margin: 0 auto;
    margin-bottom: 1.8vw;
}

.pay_cont span {
    display: block;
    font-size: 2.8vw;
    color: #ccc;
    margin-top: 1.2vw;
}


/*验证码登录页*/

.Verification_code {
    width: 100%;
    overflow: hidden;
}

.reg-div .area_code {
    display: block;
    width: 33%;
    float: left;
    font-size: 5.3vw;
    font-weight: bold;
    text-align: center;
    margin-top: 3vw;
    border-right: 2px solid #eee;
}

.area_code_input {
    width: 62% !important;
    float: left;
}


/*重发*/

.The_countdown {
    width: 33%;
    height: 10vw;
    line-height: 10vw;
    background: rgba(204, 204, 204, 1);
    color: #fff;
    text-align: center;
    border-radius: 19px;
    font-size: 1vw;
    display: block;
    float: left;
    margin-top: 2.2vw;
}


/*注册页*/

span.countdown_red {
    background: rgba(255, 40, 87, 1);
}

.account_cont .Agreed_to {
    font-size: 3vw;
    color: #ccc;
}

.account_cont .Agreed_to span {
    color: #FF2857;
    display: inline-block;
    margin-left: 0.5vw;
}


/*去掉点击时的默认边框*/

input {
    outline: medium;
}


/*改变input的默认字体*/

input::-webkit-input-placeholder {
    color: #ccc;
    font-size: 3.7vw;
}


/* WebKit browsers */

input::-webkit-input-placeholder {
    color: #CCCCCC;
    font-size: 3.7vw;
}


/* Mozilla Firefox 4 to 18 */

input:-moz-placeholder {
    color: #CCCCCC;
    font-size: 3.7vw;
}


/* Mozilla Firefox 19+ */

input::-moz-placeholder {
    color: #CCCCCC;
    font-size: 3.7vw;
}


/* Internet Explorer 10+ */

input:-ms-input-placeholder {
    color: #CCCCCC;
    font-size: 3.7vw;
}


/*获取验证码*/

.get_code {
    width: 33%;
    height: 10vw;
    line-height: 10vw;
    background: #ff2857;
    color: #fff;
    text-align: center;
    border-radius: 19px;
    font-size: 3.33vw;
    display: block;
    float: left;
    margin-top: 2.2vw;
}

.h-MyTitle {
    height: 22vw;
    line-height: 24vw;
    text-align: center;
    font-size: 18px;
    letter-spacing: 2px;
    color: #333333;
}

.dif {
    display: flex;
}

#getPhoneCode {
    flex: none;
    width: 32%;
    color: #fff;
    font-size: 13px;
    height: 100%;
    line-height: 11.58vw;
    border-radius: 34px;
    text-align: center;
    background-color: #ff2857;
}

.h-tui {
    flex: none;
    min-width: 24%;
    font-size: 14px;
    line-height: 11.58vw;
    padding-left: 12px;
}