body {
    font: 14px/1.5 "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    margin: 0;
    padding: 0;
}

.btn-blue {
    background: #0ca3eb;
}

.btn-blue:hover {
    background: #0a89c7;
    color: #fff;
}

.btn-blue:active {
    background: #0a89c7;
    color: #fff;
}

.index_logo {
    width: 1000px;
    height: 80px;
    margin: 10px auto;
}

.index_logo img {
    max-height: 60px;
    max-width: 240px;
    margin-top: 10px;
    float: left;
}

#login_wrapper {
    width: 850px;
    margin: 10px auto;
    height: 480px;
}

.login_img {
    background: url(../images/denglu.jpg) no-repeat left -10px;
    float: left;
    height: 350px;
    position: relative;
    width: 450px;
    z-index: 1;
}

.reg_login {
    float: right;
    margin-top: 55px;
}

.login_img img {
    width: 450px;
    height: 350px;
}

.login_tools {
    float: right;
    width: 270px;
    top: -30px;
    position: relative;
}

.login_tools h1 {
    border: 1px solid #d8d8d8;
    color: #555;
    font-family: "microsoft yahei";
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    padding: 15px 0 25px 25px;
    border-bottom: 0px none;
    background: #f9f9f9;
}

.login_tools .login_content {
    border-top: 0px none;
    height: 250px;
}

.login_tools .login_content label {
    clear: both;
    float: left;
    padding: 0;
    width: 100%;
    position: relative;
    padding: 0.2rem 0;
    margin: 10px 0;
}

.login_tools .login_content label span {
    color: #777;
    float: left;
    font-size: 14px;
    line-height: 28px;
    text-align: right;
}

.login_tools .login_content label .same_input {
    background-color: #fff;
    border: 1px solid #bbb;
    height: 33px;
    line-height: 35px;
    *padding: 3px 3px 3px 33px !important;
    padding-left: 33px;
    width: 230px;
    float: left;
}

.login_tools .login_content label .same_input:focus {
    background-color: #fff;
    border-color: #f42424;
    outline: 2px solid #ffb3b3;
}


/* 输入框背景图 */

.login-icon {
    background: url(../images/login_icon.png) no-repeat;
    position: absolute;
    display: inline-block;
    width: 17px;
    height: 17px;
    top: 11px;
    left: 9px;
    line-height: 18px;
    vertical-align: text-top;
}

.user-icon {
    background-position: 0px -145px;
}

.phone-icon {
    background-position: -2px -127px;
}

.pass-icon {
    background-position: 0 -55px;
}

.mobile-icon {
    position: relative;
    width: 14px;
    height: 14px;
    background-position: -18px -18px;
    top: 0;
    left: 5px;
}

.normal-icon {
    position: relative;
    width: 14px;
    height: 14px;
    background-position: 0 -196px;
    top: 0;
    left: 5px;
}


/* 忘记密码，7天自动登录 */

.auto-date {
    position: static;
    width: auto;
    padding: 0;
    text-align: left;
    padding-left: 10px;
    font-weight: 400;
}

.auto-checkbox {
    float: left;
}

.forget-pass {
    float: right;
    font-size: 12px;
}

.forget-pass {
    color: #ec971f;
    font-weight: 400;
}

.login_tools .login-type {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 10px;
}

.login-type a {
    color: #666;
}

.login_tools .type-toggle {
    float: right;
    font-size: 12px;
    font-weight: normal;
    padding-right: 20px;
}

.login_tools .mobile-item {
    display: none;
}

.login_tools .btn-dynamic-code {
    color: #666;
    display: inline-block;
    font-weight: 400;
    padding: 5px 10px;
    text-align: center;
    width: 265px;
    box-sizing: border-box;
    border-radius: 0;
    font-size: 12px;
}

.login_tools .type-toggle .type-toggle-icon {
    width: 14px;
    height: 14px;
}

.m_account {
    float: left;
    display: inline;
    width: 275px;
}

#validcode {
    background-color: #fff;
    border: 1px solid #bbb;
    float: left;
    font-family: Tahoma;
    height: 30px;
    line-height: 35px;
    *padding: 3px 3px 3px 10px !important;
    width: 70px;
    padding-left: 10px;
}

#validcode:focus {
    background-color: #fff;
    border-color: #f42424;
    outline: 2px solid #ffb3b3;
}

.code_img {
    float: left;
    display: inline;
    margin: 0px 10px;
    height: 35px;
}

.m_forget {
    line-height: 38px;
    font-size: 12px;
    font-weight: normal;
}

.m_forget a:hover {
    color: #f42424;
}

.m_week input[type="checkbox"] {
    border: 1px solid #ccc;
    *border: none !important;
}

.auto-login {
    font-size: 12px;
    margin-left: 5px;
}

.m_week {
    float: left;
}

.satisfied {
    float: left;
}

.m_week p {
    float: left;
    line-height: 20px;
    width: 175px;
}

.m_week a {
    height: 34px;
    line-height: 22px;
    display: block;
    text-align: left;
    color: #f42424;
    font-weight: 400;
    margin-right: 10px;
    vertical-align: middle;
    width: 60px;
    float: right;
    overflow: hidden;
    font-size: 12px;
}

.m_register {
    float: right;
    text-align: left;
    color: #666;
    font: 12px/20px "Hiragino Sans GB", "Microsoft Yahei", arial, 宋体, "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
    margin-bottom: 10px;
}

.m_register input {
    border: 0 none;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    height: 34px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    width: 270px;
}

.goregister {
    clear: both;
    width: 100%;
    height: 30px;
}

.go_register {
    color: #f42424;
    display: inline-block;
    font-weight: normal;
    text-align: center;
}

.goregister a:hover {
    color: #f42424;
    text-decoration: underline;
}


/****************  注册   2017-09-12 houxuedan 从新修改注册页面*******************/

.reg {
    width: 100%;
    overflow: hidden;
    height: 680px;
    position: relative;
    /*background: url(../images/register_bg.png) repeat 50% 50%;*/
    background: #FAFAFA;
}

.logoho {
    position: absolute;
    left: 100px;
    top: 20px;
    width: 100px;
    height: 100px;
    opacity: 0;
    background: #FAFAFA;
}

.footer {
    margin-top: 0px;
}

.reg .reg_left {
    color: #626a73;
    display: inline;
    float: left;
    line-height: 22px;
    margin: 10px 0;
    width: 450px;
}

.reg .shop-register-layout {
    width: 860px;
    height: 560px;
    margin: 60px auto;
    border: 2px solid #E6E6E6;
    box-shadow: 2px 2px 2px #E6E6E6;
    border-radius: 0px 15px;
}

.reg .reg_left h1 {
    color: #555;
    font-family: "microsoft yahei";
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 6px;
    margin-top: 2px;
}

.reg .shop_right ul {
    margin-top: 30px;
}

.reg .shop_right ul li {
    display: block;
    float: left;
    font-family: "microsoft yahei";
    font-size: 14px;
    height: 48px;
    line-height: 48px;
    margin: 0 0 5px 10px;
    overflow: hidden;
    padding: 0 0 12px;
    vertical-align: middle;
    width: 200px;
}

.reg .shop_right ul li i {
    background: url("../images/dltup.png") no-repeat left top;
    display: inline-block;
    height: 48px;
    margin-right: 10px;
    vertical-align: middle;
    width: 48px;
}

.reg .shop_right ul li .reg1 {
    background-position: -304px -48px;
}

.reg .shop_right ul li .reg2 {
    background-position: -256px 0px;
}

.reg .shop_right ul li .reg3 {
    background-position: -352px 0px;
}

.reg .shop_right ul li .reg4 {
    background-position: -304px 0px;
}

.reg .shop_right ul li .reg5 {
    background-position: -352px -48px;
}

.reg .shop_right ul li .reg6 {
    background-position: -256px -48px;
}

.reg .shop_right h1 {
    color: #FF500B;
    font-family: "microsoft yahei";
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    padding: 15px 0 25px 25px;
    width: 200px;
    text-align: center;
    border-bottom: 3px solid #FF500B;
}

.reg .reg_left .reg_login {
    margin-top: 10px;
    height: 22px;
    color: #626a73;
}

.reg .reg_left .reg_login .findpassword {
    color: #06c;
    font-weight: 700;
    margin-left: 10px;
    vertical-align: middle;
}

.reg_right {
    padding: 20px;
    width: 820px;
    height: 520px;
    background-color: white;
    overflow: hidden;
    border-radius: 0px 14px
}

.shop_left {
    width: 515px;
    height: 530px;
    float: left;
}

.shop_right {
    float: left;
    height: 475px;
    border-left: 1px solid #E6E6E6;
    margin-left: 20px;
    width: 235px;
    padding: 0px 0px 0px 25px;
    box-shadow: -1px 0px 2px rgba(231, 231, 231, 0.59);
}

.reg_right h1 {
    color: #FF500B;
    font-family: "microsoft yahei";
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    padding: 15px 0 25px 25px;
    width: 485px;
    text-align: center;
    border-bottom: 3px solid #FF500B;
}

.regis_same {
    padding: 0 20px;
    border-top: 0px none;
}

.regis_same dl {
    background-color: #FFF;
    width: 398px;
    height: 52px;
    margin-top: -1px;
    border: solid 1px #E6E6E6;
    position: relative;
    z-index: 1;
}

.regis_same dl dt {
    font-size: 14px;
    line-height: 20px;
    color: #666;
    width: 88px;
    font-weight: 400;
    padding: 16px 0 16px 20px;
    float: left;
}

.regis_same dl dd {
    height: 28px;
    float: left;
    padding: 12px 0;
}

.regis_same dl dd .text {
    font-family: "microsoft yahei";
    font-size: 14px;
    line-height: 28px;
    width: 160px;
    height: 28px;
    padding: 0;
    border: none 0;
}

#verifyCodebox span {
    position: absolute;
    top: 32px;
    width: 220px;
    left: 190px;
}

#iptlogin {
    border: none;
    float: left;
    height: 32px;
    line-height: 32px;
    width: 95px;
    font-size: 14px;
    font-family: "microsoft yahei";
}

#LoginimgVerifyCode {
    display: inline;
    float: left;
    margin-left: 5px;
    height: 28px;
}

.regis_same dl dd span {
    position: absolute;
    top: 15px;
    width: 220px;
    left: 280px;
}

#register_form {
    width: 440px;
    margin: 40px;
}

#verifyCodebox a {
    color: #999;
    height: 28px;
    line-height: 28px;
    margin-left: 5px;
    text-align: left;
    margin-top: -5px;
    display: inline-block;
}

.regis_same .shop-clause-div {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    width: 400px;
    height: 30px;
    margin-top: 15px;
    border: none 0;
}

.regis_ent {
    border: 0 none;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    height: 34px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    width: 270px;
    text-align: center;
}

#license {
    float: left;
    display: inline;
    margin: 4px 10px 0px 10px;
}

#reg_agree {
    float: left;
    display: inline;
    top: 0px;
    right: -75px;
    top: 8px;
}


/* 用合作网站账号登录 */

.oauth-wrapper {
    margin-top: 15px;
}

.oauth-wrapper .title-wrapper {
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px solid #CCC;
    width: 100%;
    overflow: visible;
}

.oauth-wrapper .title {
    position: absolute;
    top: -10px;
    +top: -21px;
    left: 50%;
    margin-left: -75px;
    width: 150px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    background: #FFF;
}

.oauth-wrapper .oauth {
    padding-left: 88px;
}

.oauth-link {
    float: left;
    margin-right: 20px;
    width: 18px;
    height: 18px;
    background: url(../images/login_icon.png) no-repeat;
}

.oauth-qq {
    background-position: 0 -19px;
}

.oauth-qq:hover {
    background-position: 0 -37px;
}

.oauth-weixin {
    background-position: 0 -163px;
}

.oauth-weixin:hover {
    background-position: 0 -91px;
}

.oauth-weibo {
    background-position: 0px -109px;
}

.oauth-weibo:hover {
    background-position: 0px -73px;
}


/* 错误提示信息 */

.tips {
    background: #fff0f0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: 20px;
    display: block;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #ffc1c1;
    font-size: 12px;
}

.tips-icon {
    background: url(../images/tips.png) no-repeat;
    background-position: 0 -86px;
    position: relative;
    top: 0;
}

.protocol-con {
    height: 500px;
    overflow-y: scroll;
    width: 100%;
}

.protocol-con p {
    font-size: 12px;
    font-weight: 200;
    line-height: 25px;
}

.protocol-con strong {
    font-size: 12px;
    font-weight: 200;
    line-height: 25px;
}

.protocol-con h5 {
    height: 30px;
    line-height: 30px;
    margin: 0 0 5px 0;
}

.protocol-tools {
    border-top: 1px solid #ddd;
    height: 36px;
    margin: 10px 0 0;
    padding: 20px 0 1px;
    text-align: center;
    width: 100%;
}

.protocol-tools input {
    background: #ff3f13 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    height: 30px;
    line-height: 30px;
    width: 150px;
}

#email-tishi-error {
    top: 25px;
}

#email-tishi-success {
    top: 25px;
}

.regis_same dl dd .error {
    left: 170px;
    font-size: 14px!important;
    color: rgb(255, 0, 0)!important;
}

.for-phone {
    font-size: 12px;
    float: right;
    padding: 0 5px;
    margin: 6px 37px 0 0;
    font-size: 14px;
}

.for-phone a {
    color: #38f;
    margin: 0 0 0 5px
}