﻿input{ outline:none;}/*线上需要改 另：base561行需删除*/
/*手机端公共头部*/
.samePadding{ padding-left:10px;padding-right:10px }
/*手机端登陆*/
.phoneLogin{max-width: 720px;margin: 0 auto; width:100%; text-align:center;padding-top: 36px;}
.wrap{ min-width:100%; box-sizing:border-box;}
.phoneLogin.popContentBg .popContent .commonTitle,.phoneLogin.popContentBg .popContent .commonTitle div{ width:100%;}
.phoneLogin .popContent ul{ width:100%;}
.phoneLogin .popContent li input{ width:100%; box-sizing:border-box; padding-left:10px;}
/*手机端注册*/
.popBoxRegister.phoneReg{ display:block; text-align:center; padding-top: 36px;}
.popBoxRegister.phoneReg .popContent .commonTitle,.popBoxRegister.phoneReg .popContent .commonTitle div{ width:100%;}

.phoneReg{max-width: 720px;margin: 0 auto;}
.phoneReg .popContent ul{ width:100%;}
.phoneReg .popContent li{ text-align:center;}
.phoneReg .popContent li input{ width:100%; box-sizing:border-box; padding-left:10px;}
.phoneReg.popBoxRegister li.identify input[type=text]{ width:45%; box-sizing:border-box; float:left}
.phoneReg.popBoxRegister li.identify .Btn{ width:45%;  box-sizing:border-box; float:right; padding-left:0;}

/*手机端忘记密码*/
.popBoxReset{max-width: 720px;margin: 0 auto;}
.popBoxReset.phonePsw{display:block; padding-top:36px;}
.popBoxReset.phonePsw .popContent .commonTitle,.popBoxReset.phonePsw .popContent .commonTitle div{ width:100%;}
.phonePsw .popContent ul{ width:100%;}
.phonePsw .popContent li input{ width:100%; box-sizing:border-box; padding-left:10px;}
.popBoxReset.phonePsw li.identify input[type=text]{ width:45%; box-sizing:border-box; float:left}
.popBoxReset.phonePsw li.identify .Btn{ width:45%;  box-sizing:border-box; float:right; padding-left:0;}

/*手机端定制*/
.phoneCustom{max-width: 720px;margin: 0 auto;padding-top:36px;}
.phoneCustom .commonTitle{ width:100% ;border-top:2px #d4d1d1 solid; padding-bottom:20px;}
.phoneCustom .commonTitle div{width:100%;top:-17px;}
.phoneCustom .commonTitle .title{color:#999999; letter-spacing:0.5px; font-size:14px; line-height:32px;}
.phoneCustom .msg{ width:100%; color:#999999; background-color:#ededed; border-radius:5px; margin-bottom:30px; box-sizing:border-box; padding:0 10px; height:33px; line-height:33px; position:relative;}
.phoneCustom .msg:last-child{height:50px;}
.phoneCustom .msg.left{ width:70%; position:relative; box-sizing:border-box; padding-right: 75px;}
.phoneCustom .msg.right{width:28%; }
.phoneCustom .msg.right input{  text-align:center;}
.phoneCustom .code{ position:absolute; right:0; top:0; width:90px; background-color:#d4d1d1; color:#fff; border-radius:0 5px 5px 0; text-align:center; height:33px;}
.phoneCustom input{ height: 33px;line-height: 33px;}
.phoneCustom input,.phoneCustom textarea{ background-color:#ededed; border:0; outline:none; margin-left:10px; width:83%;    }
.phoneCustom textarea{margin-top:10px;}
.phoneCustom .button{ text-align:center; margin:30px auto 50px;}
.phoneCustom .button input{ background-color:#4d6da0; color:#fff; font-size:16px; height:44px; line-height:44px; width:133px; border-radius:10px;
}
.phoneCustom .error{ top:36px;  left: 0;}
/*@media*/
@media screen and (max-width: 970px) {

    .commonTitle .title{
        padding:0 10px;
    }
    .popContent .loginBox{
        margin-bottom:30px;
    }

    .foot .w970{ width: auto;}

}
@media screen and (max-width: 480px) {
.popContent .loginBox input[type=submit]{
    width:108px; height:45px; line-height:45px;
   
}
.popContent .loginBox a{
       width:106px; height:43px; line-height:43px;
}
.popContent li{
    margin-bottom:20px;
}
.error{
    top:38px;
    height:19px;
    line-height:19px;
    background-position:0 center;
    background-size:17px 18px;
}
.phoneCustom input,.phoneCustom textarea{
    width:65%;
}
}
/*************************************登录页面******************************************/
