﻿body{background-color:#f5f5f5;}
/*login页面具体部分开始*/
.login_wrap {
width: 90%;
margin: 0 auto;
}

.login_wrap .img {
text-align: center;
}

.login_wrap .img img {
display: inline-block;
margin-top: 20px;
width: 80px;
height: 80px;
border: 1px solid #fe5200;
border-radius: 40px;
background: #fe8900;
}

.login_content {
margin-top: 80px;
}

.login_content .text, .login_content .wpassword {
display: block;
width: 100%;
line-height: 30px;
vertical-align: bottom;
font-size: 16px;
border: none;
border-bottom: 1px solid #bc653a;
outline: none;
}

.login_content .wpassword {
text-align: left;
margin-top: 40px;
}

.login_content .forpassword {
line-height: 26px;
font-size: 14px;
}

.login_content .forpassword .forgetpass {
display: inline-block;
width: 98%;
text-align: right;
color: #424242;
}

.login_btn {
text-align: center;
margin-top: 60px;
}

.login_btn .login, .login_btn .message {
display: block;
padding: 8px 80px;
margin-bottom: 10px;
text-align: center;
font-size: 16px;
color: #fff;
cursor: pointer;
border-radius: 15px;
letter-spacing: 2px;
}

.login_btn .login {
-moz-box-shadow: 2px 6px 2px #e3c5b8; /*firefox*/
-webkit-box-shadow: 2px 2px 2px #e3c5b8; /*safari或chrome*/
background: -webkit-linear-gradient(90deg, #fe8900, #fe5200); /* Safari 5.1 - 6.0 */
background: -o-linear-gradient(90deg, #fe8900, #fe5200); /* Opera 11.1 - 12.0 */
background: -moz-linear-gradient(90deg, #fe8900, #fe5200); /* Firefox 3.6 - 15 */
background: linear-gradient(90deg, #fe8900, #fe5200); /* 标准的语法（必须放在最后） */
}

.login_btn .message {
border: 1px solid #ecc7c1;
color: #e55523;
}
/*login页面具体部分结束*/




/*短信登录部分开始*/
.message_wrap {
width: 100%;
}

.message_wrap .s_nav {
font-size: 18px;
color: #777;
padding: 10px 0 10px 20px;
background: url(../images/p_nav_bg_line.jpg) no-repeat left bottom;
}

.message_content ul {
padding: 34px 0 18px;
}

.message_content ul li {
width: 100%;
margin: 0 auto;
line-height: 34px;
list-style: none;
background: #fff;
font-size: 14px;
}

.message_content ul li i {
display: inline-block;
width: 26%;
height: 28px;
line-height: 28px;
text-align: right;
color: #2c2f3e;
font-style: normal;
vertical-align: top;
}

.message_content ul li .input {
display: inline-block;
width: 160px;
height: 28px;
line-height: 28px;
padding-left: 5px;
border: #CCC 1px solid;
font-size: 14px;
color: #666;
}

.message_content ul li .phone_yam {
padding: 6px 4px;
margin-left: 10px;
font-size: 12px;
vertical-align: top;
color: #FF3919;
border: 1px solid #edba21;
text-align: center;
}

.message_content_btn {
text-align: center;
margin-top: 40px;
}

.message_content_btn .login_btn {
padding: 10px 100px;
font-size: 18px;
color: #fff;
background-color: #FF3919;
text-align: center;
cursor: pointer;
display: inline-block;
border-radius: 15px;
letter-spacing: 2px;
}

/*短信登录部分结束*/
/*短信登录页面具体部分开始*/
.containter {
    /*height: 100%;*/
}

.loginsms_content {
    background: #fff;
    margin-top: 10px;
}

.pos {
    position: relative;
}

.loginsms-people, .loginsms-password {
    height: 64px;
    line-height: 34px;
    padding: 0 16px;
}

.myexpresswrap-title {
    display: block;
    line-height: 42px;
    color: #393636;
    text-align: center;
    background-color: #fff;
    clear: both;
}

    .myexpresswrap-title .titleText {
        font-size: 1.5rem;
    }

.loginsms-content {
    border-bottom: 1px solid #f5f5f5;
    position: relative;
}

.phone_yam {
    position: absolute;
    right: 0;
    bottom: 8px;
}

.loginsms_content .text {
    background: url("../images/redloginpeo.png") no-repeat left center;
    background-size: 13% 78%;
}

.loginsms_content .wpassword {
    background: url("../images/redloginpassword.png") no-repeat left center;
    background-size: 13% 78%;
}

.loginsms_content .bg {
    background: url("../images/reddxlogin.png") no-repeat 4px center;
    /*background-size: 13% 78%;*/
    background-size: 11% 66%;
}

.loginsms_content .text, .loginsms_content .wpassword {
    display: inline-block;
    height: 44px;
    padding-left: 46px;
    font-size: 1.3rem;
    border: none;
    outline: none;
    color: #131516;
}

.message-code {
    position: absolute;
    right: 0;
    bottom: 8px;
    padding: 0 10px;
    color: #f70c49;
    border-radius: 4px;
    font-size: 1.2rem;
    border: 1px solid #f70c49;
}

.loginsms_btn {
    width: 90%;
    margin: 60px auto 10px;
    background: #f70c49;
    text-align: center;
    border-radius: 4px;
}

    .loginsms_btn .login {
        display: block;
        padding: 14px 10px;
        font-size: 18px;
        color: #fff;
    }
/*短信登录页面具体部分结束*/

