label:after{
    content: "";
    display: block;
    clear: both;
}
/**在线编辑器*/
*{
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Helvetica Neue",Arial,"PingFang SC","Hiragino Sans GB",STHeiti,"Microsoft YaHei",sans-serif;
    background: #ffffff;
}

html,body{
    padding:0;
    margin:0;
    color: #515151;
    height: 100%;
    width: 100%;
}
body{
    background: #f2f2f2;
}
ul{
    list-style: none;
}
ul,dl,dd,dt{
    margin:0;
    padding:0;
}
a{
    text-decoration:none;
}
textarea{
    overflow-y: auto;
}
input,textarea,select,button{
    font-family: "Helvetica Neue",Arial,"PingFang SC","Hiragino Sans GB",STHeiti,"Microsoft YaHei",sans-serif;
    outline: none;
}
button{
    position: relative;
}
button:hover{
    cursor: pointer;
}
.phone_login_container{
    height: 100%;
    width: 100%;
    min-height: 11rem;
    background: #FFFFFF;
    position: relative;
}
.phone_login_wrapper{
    width: 100%;
    margin: 0 auto;
}
.phone_login_bg{
    width: 100%;
    height: 5.54rem;
    background-image: url("/res_apps/outercontact/phone/images/login-bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.phone_login_wrapper_item{
    width: 100%;
    height: 1.04rem;
    border-bottom: 1px solid #E6E6E6;
    display: flex;
    align-items: center;
    font-size: 0.32rem;
    padding: 0 .3rem;
}
.phone_login_number_header,.phone_login_message_header{
    float: left;
    width: 0.44rem;
    height: 0.46rem;
    color: #2C82FC;
    text-align: left;
}
.phone_login_number_header img,.phone_login_message_header img{
    width: 100%;
    height: 100%;
}
#ainput{
    float: left;
    width: 87%;
    padding: 0 0 0 0.28rem !important;
    font-size: 0.3rem;
    border: none;
}
#binput{
    float: left;
    width: 65%;
    text-align: left;
    padding: 0 0 0 0.28rem !important;
    font-size: 0.3rem;
    border: none;
}
#ainput::-webkit-input-placeholder {
    font-size: 0.3rem;
}
#binput::-webkit-input-placeholder {
    font-size: 0.3rem;
}
.phone_login_message_btn{
    float: right;
    text-align: right;
    line-height: 0.32rem;
}
input::-webkit-input-placeholder {
    font-size: 0.32rem;
}
.phone_login_wrapper_btn{
    width: 90%;
    height: 0.88rem;
    font-size: 0.32rem;
    text-align: center;
    line-height: 0.88rem;
    background: #2C82FC;
    border-radius:2px;
    color: #FFFFFF;
    margin: 0.5rem auto;
	cursor: pointer;
}
.phone_login_wrapper_bottom{
    position: absolute;
    left: 0;
    bottom: 1rem;
    font-size: 0.28rem;
    width: 100%;
    text-align: center;
}
.phone_login_wrapper_notice{
    color: #2C82FC;
}
.blue_btn{
    color: #2C82FC;
	cursor: pointer;
}
.grey_btn{
    color: #A8A8A8;
}
.ours-dialog-mid {
    padding: .28rem .16rem;
    max-height: 4.4rem;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: .32rem;
    color: #555555;
    display: -moz-box;
    -moz-box-pack: center;
    -moz-box-align: center;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    box-pack: center;
    box-align: center;
    text-align: justify;
    -webkit-text-align: justify;
    -moz-text-align: justify;
    -ms-text-align: justify;
    display: -webkit-box;
    word-wrap: break-word;
    word-break: break-all;
}
.ours-dialog-bot span {
    width: 1%;
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    text-align: center;
    display: block;
    padding: .24rem 0;
    position: relative;
    color: #515151;
    font-size: .32rem;
}
.text-tips{width: 95%;margin: 0 auto;height: 1rem;line-height: 1rem;font-size:.28rem;color: #757575;border-bottom: 1px solid #E6E6E6;}