﻿/*登录框样式*/
.form-group {
    margin-top: 32px !important;
}

.type_content {
    margin-bottom: 28px;
}

.login_on {
    border-bottom: 2px solid #da202f;
}

.login_on a {
    color: #333333 !important;
    font-size: 16px;
    font-weight: 700;
}

.container_right {
    position: relative;
}

.login_code {
    width: 34px;
    height: 34px;
    background-image: url(/Content/images/loginimg/login_code.png);
    position: absolute;
    top: 12px;
    right: 12px;
    background-repeat: no-repeat;
    z-index: 4;
    cursor: pointer;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.login_code:hover {
    background-image: url(/Content/images/loginimg/login_code_on.png);
}

.login_code_pow {
    background-image: url(/Content/images/loginimg/login_code_pc.png) !important;
}

.login_code_pow:hover {
    background-image: url(/Content/images/loginimg/login_code_pcon.png) !important;
}

.form-control {
    height: 35px;
}

.reg_tips {
    text-align: left;
}

.reg_tips span {
    color: #999999;
}

.reg_tips a, .reg_tips b {
    color: #da202f;
    font-weight: normal;
}

.reg_tips b {
    float: right;
}

.login_3 {
    margin-bottom: 32px;
}

.login_3:hover {
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d62231', endColorstr='#d62231',GradientType=0 );
    background: -webkit-linear-gradient(left, #d62231, #d62231);
    background: -o-linear-gradient(left, #d62231, #d62231);
    background: -ms-linear-gradient(left, #d62231, #d62231);
    background: -moz-linear-gradient(left, #d62231, #d62231);
    background-color: #d62231;
    background: linear-gradient(to left, #d62231, #d62231);
}



/*提示错误样式*/
.type_content span.help-block {
    top: -12px;
}


/*密码登录*/
.pwdlogin {
    float: left;
    width: 68px;
    height: 36px;
    margin-right: 36px;
    margin-top: 30px;
    margin-bottom: 26px;
}




/*短信登录*/
.numlogin {
    float: left;
    width: 68px;
    height: 36px;
    margin-top: 30px;
    margin-bottom: 26px;
    position: relative;
}

.numlogin a, .pwdlogin a {
    font-size: 16px;
    color: #999999;
}

.numlogin a:hover, .pwdlogin a:hover {
    color: #333333;
}

#login-form-sms {
    
    width:260px;
}
#login-form {
    display: none;
    width: 260px;
}
#login-form .form-group, #login-form-sms .form-group {
    margin-bottom: 0;
}



/**二维码登录*/
.login_code_bigbox {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255,255,255,.95);
    background: #ffffff;
    filter: alpha(opacity=95);
    -moz-opacity: 0.95;
    -khtml-opacity: 0.95;
    opacity: 0.95;
    z-index: 3;
    display: none;
}

.login_code_tlt {
    font-size: 16px;
    font-weight: 700;
    margin-top: 63px;
    margin-bottom: 48px;
}

.login_code_center {
    width: 100%;
    height: 240px;
}

.login_code_img img {
    width: 160px;
}

.login_code_tips {
    font-size: 14px;
    color: #333333;
    margin-top: 12px;
}

.reg_bottom {
    font-size: 16px;
    color: #666666;
    transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
}

.reg_bottom:hover {
    color: #da202f;
    cursor: pointer;
}



/*第三方登录*/
.other_login {
    height: 60px;
    width: 100%;
    margin-top: 30px;
    border-top: 1px dashed #e6e6e6;
    padding-top: 24px;
}

.other_login ul {
    width: 200px;
    margin: 0 auto;
}

.other_login li {
    float: left;
}

.qq_icon, .wx_icon, .wb_icon {
    width: 40px;
    height: 40px;
    display: block;
}

.wx_icon {
    margin: 0 40px;
}

.qq_icon {
    background-image: url(/Content/images/loginimg/qq_icon.gif);
    background-repeat: no-repeat;
}

.wx_icon {
    background-image: url(/Content/images/loginimg/wx_icon.gif);
    background-repeat: no-repeat;
}

.wb_icon {
    background-image: url(/Content/images/loginimg/wb_icon.gif);
    background-repeat: no-repeat;
}


.rightnav-bar
{
    width: 40px;
    height: 166px;
    box-sizing: border-box;
    padding-top: 6px;
    overflow: hidden;
    position: fixed;
    right: 0;
    bottom: 18%;
    background-color: #ba050e;
    border-radius: 4px 0 0 4px;
    -webkit-transition: right .5s .2s;
    transition: right .5s .2s;
    z-index: 199;
    -webkit-transition: .2s;
    transition: .2s;
}

.rightnav-bar > ul
{
    margin-left: 4px;
    height: 298px;
    padding-bottom: 18px;
    box-sizing: border-box;
    -webkit-transition: height 1s .2s ease;
    transition: height 1s .2s ease;
}

.rightnav-bar-li
{
    list-style: none;
    cursor: pointer;
    text-align: center;
    margin-bottom: 6px;
}

.rightnav-bar-li span
{
    display: block;
    height: 35px;
    text-align: center;
}

.rightnav-bar-li a
{
    color: #fff;
    font-size: 20px;
    text-align: center;
    width: 32px;
    display: block;
    line-height: 26px;
    margin: 2px auto 0;
}

.rightnav-bar-li i
{
    font-size: 26px;
    color: #fff;
}

.Service_kf_img
{
    position: fixed;
    right: -600px;
    bottom: 10%;
    z-index: 999;
}

.Service_kf_img img
{
    width: 320px;
    cursor: pointer;
}