.login-box-warp .login-box .otherways{
	text-align: center;
    color: #908d8d;
	position:relative;
}
.login-box-warp .login-box .otherways:before{
	position: absolute;
    content: "";
    top: 8px;
    left: 110px;
    width: 25px;
    height: 1px;
    background-color: #c3bebe;
}
.login-box-warp .login-box .otherways:after{
	position: absolute;
    content: "";
    top: 8px;
    right: 110px;
    width: 25px;
    height: 1px;
    background-color: #c3bebe;
}
.login-box-warp .login-box .wechatImg{
	margin: auto;
    display: block;
    margin-top: 10px;
	cursor:pointer;
}



/*登录样式*/
.loginArea{
	margin:30px auto;
	width:400px;
	margin-bottom: 75px;
	position: relative;
}
.loginArea .chinaMunber{
	position: absolute;
    top: 121px;
    left: 10px;
    display: block;
    height: 50px;
    border-right: 1px solid #ddd;
    text-align: center;
    line-height: 50px;
	width: 95px;
	font-size: 14px;
}
.loginArea .yzm{
	position: absolute;
    top: 217px;
    left: 10px;
    display: block;
    height: 50px;
    border-right: 1px solid #ddd;
    text-align: center;
    line-height: 50px;
	width: 95px;
}
.loginArea .getYZM{
	position: absolute;
    top: 215px;
    right: 7px;
    display: block;
    height: 50px;
    border-left: 1px solid #ddd;
    text-align: center;
    line-height: 50px;
    width: 105px;
    background-color: #f5f5f7;
}

.loginArea .getYZM em{
	color:red;
}

.loginArea h1{
	color:#ff7e14;
	text-align:center;
	position:relative;
	font-size:25px;
	margin-bottom: 30px;
}
.loginArea h1:before{
	content: "";
    position: absolute;
    top: 17px;
    left: 55px;
    width: 60px;
    height: 2px;
    background-color: #ff7e14;	
}
.loginArea h1:after{
	content: "";
    position: absolute;
    top: 17px;                                                            
    right: 55px;
    width: 60px;
    height: 2px;
    background-color: #ff7e14;	
}
.loginArea .loginBox{
	height:300px;
	padding-top: 50px;
    padding-bottom: 30px;
}
.loginArea .loginBox .inputBox{
	width: 350px;
    height: 40px;
    margin: auto;
	margin-bottom: 20px;
	line-height:40px;
	font-size: 16px;
}

/*.loginArea .loginBox .inputBox input{
	width: 290px;
    height:40px;
    border-radius: 5px;
	border:1px solid #f4eeee;
	padding-left:10px;
	float: right;
}*/
.loginArea .loginBox .inputBox input{
	height: 50px;
    width: 75%;
    border-radius: 5px;
    border: 1px solid #999;
    float: right;
    padding-left: 5px;
	
}
.loginArea .loginBox .inputBox .okBtn{
	width: 100px;
    background-color: #ff7e14;
    float: left;
    margin-left: 50px;
	color:#fff;
	line-height: 40px;
    text-align: center;
    padding-left: 0;
}
.loginArea .loginBox .inputBox .btnLogin{
	width:100%;
	background-color: #fff;
    color: #716d6d;
    font-size: 16px;
	height: 50px;
	display: block;
    text-align: center;
    line-height: 50px;
}

input::placeholder{
	color:#a29b9b;
}
/*注册账号步骤*/
.loginArea .step{
	height: 40px;
    width: 90%;
    margin: auto;
}
.loginArea .tips{
	display: none;
	color: #e2231a;
	margin-top:5px;
}
.loginArea .tips i{
	color: #e2231a;
}
.loginArea .tipsT{
	display: none;
	color:#e2231a;
	margin-top:5px;
}
.loginArea .tipsT em {
    color:#fff;
    background-color:#e2231a;
    border-radius: 50%;
    margin-right: 5px;
    width: 15px;
    height: 15px;
    display: block;
    float: left;
    text-align: center;
    line-height: 15px;
    margin-top: 2px;
}
.loginArea .enterYZM{
	display:none;
}
.loginArea .tipOk{
	color: #cac7c7;
	/*margin-left: -13px; */

}
.loginArea .tipOk em{
	width: 15px;
    height: 15px;
    background-color: #ddd;
    display: block;
    float: left;
    border-radius: 50%;
    text-align: center;
    line-height: 15px;
    color: #fff;
    margin-top: 2px;
}
/*对勾样式*/
.loginArea .i-status {
    display: block;
    
}
.loginArea .i-status {
    position: absolute;
    display: none;
    width: 16px;
    height: 16px;
    top: 135px;
    right: 20px;
	background: url(https://misc.360buyimg.com/user/reg/3.0.0/css/i/icon.png) no-repeat;
	background-position: 0 -117px;
}


.loginArea .tips em{
	color: #fff;
    background-color:#e2231a;
    border-radius: 50%;
    margin-right: 5px;
    width: 15px;
    height: 15px;
    display: block;
    float: left;
    text-align: center;
    line-height: 15px;
    margin-top: 2px;
	font-size: 24px;
    line-height: 12px;
}
/*异常提醒样式*/
.loginArea .tipWrong em{
	display: block;
    float: left;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: red;
    color: #fff;
    text-align: center;
    line-height: 15px;
	margin-right: 5px;
}
.loginArea .tipWrong{
	color:#e2231a;
	display: block;
    margin-top: 5px;
}
.loginArea .tipWrong i{
	color:#e2231a;
}

/*异常提醒样式*/
.loginArea .stepContent{
	height: 20px;
    margin: auto;
	margin-bottom: 20px;
}
.loginArea .step .stepBy{
    float: left;
}
.loginArea .stepContent .stepBy{
    float: left;
}
.loginArea .step span{
	padding: 5px 10px;    
    border-radius: 50%;    
    font-size: 14px;
}
.loginArea .step .two,.loginArea .step .three{
	border:1px solid #999;
	color:#999;
}
.loginArea .step .one{
	background-color: #ff7e14;
	color: #fff;
}
.loginArea .step .stepByone{
	position:relative;
	width:45%;
}
.loginArea .step .stepByTwo{
	position:relative;
	width:45%;
}
.loginArea .stepContent .stepByone{
	width:40%;
}
.loginArea .stepContent .stepByone .one{
	color:#ff7e14;
}
.loginArea .stepContent .stepByThree{
	padding-left: 12px;
}
.loginArea .stepContent .stepByTwo{
	width:40%;
}
.loginArea .step .one:before{
	content: "";
    display: block;
    position: absolute;
    width: 110px;
    border: 1px dashed #ddd;
    left: 40px;
    top: 7px;
	
}
.loginArea .step .two:before{
	content: "";
    display: block;
    position: absolute;
    width: 110px;
    border: 1px dashed #ddd;
    left: 40px;
    top: 7px;
	
}
.clr{
	clear: both;
}
/*点击出现已注册提醒样式*/
.layui-layer-setwin .layui-layer-close2{
	background-position: -152px -34px !important;
	position: absolute;
    top: -28px;
    right: -28px;
	width: 16px !important;
    height: 16px !important;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 3px 3px;
}
.regist .gtTips{
	width: 40px;
    height: 40px;
    display: block;
    margin: auto;
    border: 2px solid #fe8d0b;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    font-size: 26px;
    color: #fe8d0b;
    margin-top: 50px;
    margin-bottom: 15px;
}
.regist .tipsConetnt{
	text-align: center;
    color: #222;
    font-size: 18px;
    width: 350px;
    margin: auto;
}
.regist .tipsConetnt span{
	font-weight: bold;
    margin: 0 5px;
}
.regist .continue{
	font-size: 14px;
    color: #999;
    margin-top: 10px;	
}
.regist .btnTip{
	width:190px;
    margin:20px auto;
}
.regist .btnTip a{		
	padding: 8px 10px;
    color: #e3221a;
    border: 1px solid #e3221a;
}
.regist .btnTip a:last-child{
	float:right;
}
.regist .btnTip a:first-child{
	float:left;
}
.tipsOn{
	padding: 8px 10px;
    background-color: #e3221a;
    color: #fff;
}
/*输入手机号码*/

.loginArea .numberInfo{
	width: 68%;
    height: 50px;
    border: 1px solid #ddd;
    color: #000;
    padding-left: 120px;
	margin-top:20px;
}
.loginArea input:placeholder{
	color:#000;
}
.loginArea .yznBox{
	margin-top:25px;
}
.loginArea .psw{
	position: absolute;
    top: 214px;
    left: 10px;
    display: block;
    height: 50px;
    border-right: 1px solid #ddd;
    text-align: center;
    line-height: 50px;
    width: 95px;
	font-size: 14px;
}
.loginArea .pwsSec{
	position: absolute;
    top:307px;
    left: 10px;
    display: block;
    height: 50px;
    border-right: 1px solid #ddd;
    text-align: center;
    line-height: 50px;
    width: 95px;
	font-size: 14px;
}
.loginArea .email-a{
	position: absolute;
    top: 400px;
    left: 10px;
    display: block;
    height: 50px;
    border-right: 1px solid #ddd;
    text-align: center;
    line-height: 50px;
    width: 95px;
	font-size: 14px;
}
.loginArea .stepTwoInput{
}
.loginArea .btnYZ{
	width: 100%;
    height: 50px;
    border: 1px solid #ddd;
    background-color: #fff;
    color: #555;
    font-size: 16px;
    margin-top: 20px;
	margin-bottom: 20px;
	cursor: pointer;
}
.loginArea .nextBtn{
	width: 100%;
    height: 50px;
    border: none;
    background-color: #e2231a;
    color: #fff;
    font-size: 20px;
    display: block;
    text-align: center;
    line-height: 50px;
	margin-top:20px;
	cursor: pointer;
}
/*注册第二步*/
.loginArea .accountInfo{
    margin: auto;
	height: 50px;
	width: 100%;
	margin-bottom:20px;
}
.loginArea .accountInfo .accountInfoBox{
	
}
.loginArea .accountInfo span{
	font-size: 16px;
    font-weight: bold;
    display: block;
    float: left;
    text-align: right;
	line-height:50px;
}
.loginArea .accountInfo input{
    height: 50px;
	width: 75%;
    border-radius: 5px;
    border: 1px solid #999;
    float: right;
	padding-left: 5px;
}
/*注册成功*/
.bindaccount{
	width:100% !important;
}
.loginArea .bindBox{
	width: 60%;
    margin: auto;
	margin-bottom: 30px;
}
.loginArea .bindBox .bindWechat{
	width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 23px;
    font-weight: bold;
    border:none;
    background-color: #ff7e14;
    border-radius: 5px;
    color: #fff;
	display:block;
	text-align:center;
}
.loginArea .bindBox .okBtn{
	text-align: center;
    display: block;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 60%;
    margin: auto;
    height: 35px;
    line-height: 35px;
	margin-top: 20px;
}
/*扫描二维码登陆样式*/
.tui-callback{
	
}
.tui-callback .ercodeBox{
	width: 80%;
    height: 70%;
    margin: auto;
    border: 1px solid #ddd;
    margin-top: 10px;
	margin-bottom:20px;
}
.tui-callback .ercodeBox img{
	width:100%;
	height:100%;
}
.tui-callback p{
	text-align: center;
    color: #666;
    font-size: 14px;
}
.tui-callback p:last-child{
	margin-top:5px;
}
.layui-layer-title{
	text-align: center;
    font-size: 18px !important;
    padding:0 !important;
	background-color: #fff !important;
    border-bottom: none !important;
}
.closeBtn{
	position: absolute;
    top: -23px;
    right: -25px;
    background-color: #999;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 3px 3px;
}
.layui-layer-setwin .layui-layer-close1{
	background-position: -152px -34px !important;
	position: absolute;
    top: -28px;
    right: -28px;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 3px 3px;
}

/*步骤样式改变*/
.loginArea .step .oneOrange:before,.loginArea .step .oT:before{
	border: 1px dashed #ff7e14;
}
.loginArea .step .TwoOrange,.loginArea .step .ThreeOrange{
	border: 1px solid #ff7e14;
	color: #fff;
	background-color: #ff7e14;
}
.loginArea .stepContent .stepByTwo .TwoOrange,.loginArea .stepContent .stepByThree .ThreeOrange{
	color: #ff7e14;
}

/*获取验证码*/
.getmobilecode {
	width:98%;
	margin:auto;
	text-align:center;
	height:290px;
}
	.getmobilecode #checkNumImg {
		margin: 25px;
		width: 160px;
		height: 65px;
	}
	.getmobilecode .checkcode-block {
		width: 75%;
		height: 50px;
		margin: auto;
	}
	.getmobilecode .checkcode-label {
		position: absolute;
		display: block;
		height: 50px;
		border-right: 1px solid #ddd;
		text-align: center;
		line-height: 50px;
		width: 116px;
		font-size: 14px;
	}
	.getmobilecode .checkcode-input {
		width: 57%;
		height: 50px;
		border: 1px solid #ddd;
		color: #000;
		padding-left: 128px;
		font-size:18px;
	}
	 .getmobilecode  .btn-sure {
            background: #ff6600;
			color: #fff;
			width: 120px;
			margin: auto;
			height: 45px;
			border: none;
			font-size: 20px;
			display: block;
			text-align: center;
			line-height: 45px;
			margin-top: 46px;
			cursor: pointer;
			clear: both;
        }

		
.getmobilecode .tipOk{
	text-align:left;
	color:#8d8d8d;
	float:left;
    margin: 5px 0px;
}
.getmobilecode .tipOk i{
	color:#8d8d8d;
}

.getmobilecode .tipOk em{
	width: 15px;
    height: 15px;
    background-color: #ddd;
    display: block;
    float: left;
    border-radius: 50%;
    text-align: center;
    line-height: 15px;
    color: #fff;
    margin-top: 2px;
}
.getmobilecode .tip{
	color: #e2231a;
    margin-top: 5px;
    text-align: left;
    float: left;
	display:none;
}
.getmobilecode  .tip i {
    color: #e2231a;
}
.getmobilecode  .tip em {
	width: 15px;
    height: 15px;
    background-color: #e2231a;
    display: block;
    float: left;
    border-radius: 50%;
    text-align: center;
    line-height: 15px;
    color: #fff;
    margin-top: 2px;
	font-size: 24px;
    line-height: 12px;
}

.err-border{
	border: 1px solid red !important;
}

 .loginArea {
           margin-top: 45px;
        }
        .loginArea .account {

        }
        .loginArea .height50 {
            height:50px;
        }
        .loginArea .input-name {
            position: absolute;
            display: block;
            height: 50px;
            border-right: 1px solid #ddd;
            text-align: center;
            line-height: 50px;
            width: 105px;
            font-size: 14px;
            margin-top: 21px;
        }

        /*密码强度*/
        .psdStrength {
            height: 30px;
            margin-left: 106px;
            margin-top: 10px;
        }

            .psdStrength ul {
                border: 1px #b9b9b9 solid;
                border-radius: 20px;
                width: 170px;
                height: 12px;
                text-align: center;
                padding: 4px 0 0 6px;
            }

                .psdStrength ul li {
                    float: left;
                    width: 52px;
                    height: 8px;
                    margin-right: 4px;
                    background: #cdcdcd;
                }

                    .psdStrength ul li.one {
                        border-radius: 20px 0 0 20px;
                    }

                    .psdStrength ul li.three {
                        border-radius: 0 20px 20px 0;
                    }


            .psdStrength p {
                float: left;
                width: 60px;
                height: 8px;
                margin-right: 4px;
                color: #333;
                font-size: 12px;
                display: block;
                text-align: center;
                margin-top: 2px;
            }

        .Weak .one {
            background: #ec3701;
        }

        .Medium .one {
            background: #ec3701;
        }

        .Medium .two {
            background: #fe7d19;
        }

        .Strong .one {
            background: #ec3701;
        }

        .Strong .two {
            background: #f38318;
        }

        .Strong .three {
            background: #6e9f07;
        }
        .loginArea .i-status {
            position: relative;
            width: 16px;
            height: 16px;
            top: -32px;
            right: -373px;
            background: url(https://misc.360buyimg.com/user/reg/3.0.0/css/i/icon.png) no-repeat;
            background-position: 0 -117px;
        }


		        .vmobile .mobile-row {
            height:90px;
        }
        .vmobile .i-status {
            position: relative;
            width: 16px;
            height: 16px;
            top: -50px;
            right: -373px;
            background: url(https://misc.360buyimg.com/user/reg/3.0.0/css/i/icon.png) no-repeat;
            background-position: 0 -117px;
            display:none;
        }

        .getmobilecode .i-status {
            position: relative;
            width: 16px;
            height: 16px;
            top: -35px;
            right: -274px;
            background: url(https://misc.360buyimg.com/user/reg/3.0.0/css/i/icon.png) no-repeat;
            background-position: 0 -117px;
            display:none;
        }
        .loginArea .yznBox {
            margin-top: 20px;
        }
        .loginArea .getYZM {
            position: absolute;
            top: 191px;
            right: 7px;
            display: block;
            height: 50px;
            border-left: 1px solid #ddd;
            text-align: center;
            line-height: 50px;
            width: 105px;
            background-color: #f5f5f7;
        }

        .enterYZM .i-status {
            position: relative;
            width: 16px;
            height: 16px;
            top: -49px;
            right: -258px;
            background: url(https://misc.360buyimg.com/user/reg/3.0.0/css/i/icon.png) no-repeat;
            background-position: 0 -117px;
            display: none;
        }
		
/*提示框公共样式*/
.layui-layer-page .layui-layer-content{
	height:auto !important;
}
.layui-layer-title{
	border-bottom: 1px solid #ddd !important;
}
.layui-layer-page .layui-layer-content .tui-callback .common-alert{
	width:90%;
	margin:auto;
	padding:5px 0;
	text-align: left;
    min-height: 80px;
}
.layui-layer-page .layui-layer-content .tui-callback .btnOKBox{
	padding:5px 0;
	background-color:#dfdfdf;
}
.layui-layer-page .layui-layer-content .tui-callback .btnOKBox .btnOK{
	width: 60px;
    height: 30px;
    line-height: 30px;
    display: block;
    margin: auto;
    background-color: #ff6600;
    color: #fff;
    font-size: 16px;
	text-align: center;
	border-radius: 5px;
	cursor:pointer;
}		