﻿/* 会员登录界面 */
.fullSlide
{
    min-width: 980px;
    position: relative;
    height: 400px;
    overflow: hidden;
}
.fullSlide .bd
{
    position: relative;
    z-index: 0;
}
.fullSlide .bd ul
{
    width: 100% !important;
}
.fullSlide .bd li
{
    width: 100% !important;
    height: 400px;
    overflow: hidden;
    text-align: center;
}
.fullSlide .bd li a
{
    display: block;
    height: 400px;
}
.fullSlide .hd
{
    width: 980px;
    left: 50%;
    margin-left: -490px;
    bottom: 15px;
    position: absolute;
    z-index: 1;
    bottom: 15px;
    overflow: hidden;
}
.fullSlide .hd ul
{
    float: left;
}
.fullSlide .hd ul li
{
    float: left;
    margin: 0 5px;
    display: inline;
    cursor: pointer;
}
.fullSlide .hd ul li img
{
    width: 80px;
    line-height: 41px;
    display: block;
    border: 2px solid #fff;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.fullSlide .hd ul .on img
{
    border-color: #FF8106;
    filter: alpha(opacity=100);
    opacity: 1;
}

.login_page_wrap
{
    width: 100%;
    height: 400px;
    background: #f0f0f0;
    position: relative;
}
.login_box
{
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: 200px;
    width: 280px;
    height: auto;
    background: #8c9394;
    z-index: 10;
}
.logTitle
{
    float: left;
    width: 260px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    text-align: left;
    padding-left: 20px;
    font-size: 16px;
    color: #FFF;
    margin-top: 10px;
}
.logContent
{
    float: left;
    width: 240px;
    height: auto;
    padding: 15px 15px;
    font-size: 14px;
    text-align: center;
}
.logContent table
{
    color: #FFF;
}
.logContent table a
{
    color: #fff;
}
.logContent ul
{
    float: left;
    width: 240px;
    height: auto;
}
.login1
{
    float: left;
    width: 240px;
    text-align: center;
    margin-bottom: 10px;
}
.login2
{
    float: left;
    width: 240px;
    text-align: center;
    margin-bottom: 10px;
}
.login3
{
    float: left;
    width: 240px;
    height: 23px;
    font-size: 12px;
}
.login3 b
{
    float: left;
    width: 120px;
    height: 25px;
    line-height: 25px;
    text-align: left;
    padding-top: 5px;
}
.login3 p
{
    float: right;
    width: 120px;
    height: 20px;
    line-height: 20px;
    text-align: right;
}
.login3 p a
{
    color: #e5e5e5;
}
.login4
{
    float: left;
    width: 240px;
    text-align: left;
    margin-bottom: 10px;
}
.login5
{
    float: left;
    width: 240px;
    line-height: 30px;
    text-align: center;
    color: #FFF;
    margin-bottom: 10px;
}
.login5 a
{
    color: #FF0;
    margin-left: 10px;
}
.login_Btn
{
    float: left;
    width: 240px;
    height: 35px;
    border: 0px;
    background: #FF8800;
    text-align: center;
    border-radius: 4px;
    font-size: 14px;
    color: #FFF;
}
.login_Btn:hover
{
    background: #E37D00;
}
.inp_User, .inp_Pass, .inp_chkcode
{
    border: #DDD 0px solid;
    width: 210px;
    height: 34px;
    line-height: 34px;
    color: #333;
    font-size: 14px;
    background-color: #FFF;
    border-radius: 4px;
    padding-left: 30px;
    outline-style: none;
}
.inp_User
{
    background: url(/images/login/log_user.png)#ffffff 0px 0px no-repeat;
}
.inp_Pass
{
    background: url(/images/login/log_pass.png)#ffffff 0px 0px no-repeat;
}
.login-chkcode
{
    position: relative;
    float: left;
    margin-bottom: 10px;
    width: 240px;
    text-align: center;
}
.login-chkcode-img
{
    position: absolute;
    width: 15px;
    display: inline-block;
    margin: 10px 0px 0px 10px;
}
.company-chkcode-img
{
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 2px;
    width: 75px;
}

/* 会员在线状态 - 访问登录页面 */
#per_Login
{
    cursor: pointer;
}
.login-end-inner
{
    display: block;
    background: #ffffff;
    padding: 15px 0px;
    border-radius: 5px;
}
.login-end-inner li
{
    line-height: 30px;
    text-align: center;
    font-family: 'Microsoft Yahei';
}
.login-end-inner li a
{
    color: #fd6e00;
    padding: 0px 5px;
    border-radius: 3px;
}
.login-end-inner li a:hover
{
    background: #eee;
}
.login-end-inner li b
{
    color: #f00;
    margin: 0px 2px;
}


.log-title
{
    display: inline;
}
.switch-way
{
    width: 35px;
    height: 35px;
    display: inline-block;
    float: right;
    margin-right: 10px;
    cursor: pointer;
}
.login-way-scan
{
    background: url(/Images/login/pc-qrcode.png?123) no-repeat;
    background-position: 0px 0px;
    background-size: cover;
}
.login-way-account
{
    background: url(/Images/login/pc-account.png?123) no-repeat;
    background-position: 0px 0px;
    background-size: cover;
}
.scan-login-wrapper
{
    width: 95%;
    margin: 0 auto;
    display: none;
}
#perScan iframe
{
    width: 100%;
    height: 270px;
}
#comScan iframe
{
    width: 100%;
    height: 270px;
}
