.mt10{margin-top:10px}

.loginReg{width: 100%;height: 100%;position: absolute;bottom: 0;left: 50%;transform: translate(-50%, 0%);max-width: 640px;background:rgba(0, 0, 0, 0.8);display:none;}

.loginReg .phoneCon{background:#fec50e; position: absolute;width: 100%;bottom:0;left:0;border-top-left-radius: 20px;border-top-right-radius: 20px;padding:15px 15px 25px 15px;box-sizing: border-box;}

.loginReg .phoneCon .title{text-align: center;line-height:40px;}

.loginReg .inputBox{position: relative;line-height: 50px;/*padding: 0px 10px;*/box-sizing: border-box;border-bottom: 1px solid rgba(170,91,22,0.1);}
.loginReg .inputBox.checkCodeBox{display:none}
.loginReg .inputBox input{border: none;font-size: 15px;outline: 0;line-height: 50px;background:#fec50e;}
.loginReg.inputBox input:-webkit-autofill{-webkit-box-shadow: 0 0 0px 1000px white inset}/*去掉输入内容后的背景色*/
.loginReg .inputBox img ,.loginReg .inputBox input[type=button]{position: absolute;right: 0;top: 10px;color:#000;background: rgba(255,243,207,1) /*linear-gradient(to right bottom,#c5c5c5 0,#fcfcfc 100%)*/;line-height: 30px;width:110px;text-align:center;border-radius:0px;cursor: pointer;-webkit-appearance:none;/*border-left:1px solid #e9e9e9*/}
.loginReg .inputBox  input[type=button].getSmsCode.disabled{color:#aaa;} 

.loginReg .alertBox{color:#ec1e1e;height:17px;font-size: 13px;}
.loginReg .alertBox p{background:url(../images/alert.svg) no-repeat center left;background-size:15px;padding-left:20px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;white-space: normal;overflow: hidden;}

.loginReg .loginBut{width:100%;line-height:35px;text-align:center;background:#aa5b16;color:#fff;font-size:16px;border-radius:5px;cursor:pointer;}


