﻿body
{
    margin: 0;
    padding: 0;
    font-family: 微软雅黑,宋体;
    font-size: 12px;
    background-color: #A6A6A6;
}
.s-l-loginbanner
{
    margin: 60px auto 0px auto;
    height: 89px;
}
.s-l-loginlogo
{
    width: 800px;
    margin: auto;
    height: 89px;
    line-height: 89px;
    vertical-align: middle;
    text-align: right;
    background-image: url(images/logo.png);
    background-position: left center;
    background-repeat: no-repeat;
}

.s-l-loginother
{
    width: 410px;
    height: 28px;
    line-height: 28px;
    margin: auto;
    font-size: 16px;
    color: #000;
}
.s-l-loginother a
{
    color: #FF4300;
    text-decoration: none;
}
.s-l-loginother a:visited
{
    color: #FF4300;
    text-decoration: none;
}
.s-l-loginother a:link
{
    color: #FF4300;
    text-decoration: none;
}
.s-l-loginother a:hover
{
    color: #E12000;
    text-decoration: underline;
}

.s-l-loginlogolink
{
    color: #fff;
}
.s-l-loginlogolink a
{
    color: #fff;
    text-decoration: none;
}
.s-l-loginlogolink a:visited
{
    color: #fff;
    text-decoration: none;
}
.s-l-loginlogolink a:link
{
    color: #fff;
    text-decoration: none;
}
.s-l-loginlogolink a:hover
{
    color: #FF3C05;
    text-decoration: none;
}
.s-l-logincontent
{
    width: 100%;
    height: 470px;
}

@media screen and (min-width:768px)
{
    .loginlogo
    {
        width: 410px;
        height: 470px;
        margin: 0 auto;
        
    }
    .loginput
    {
        width: 410px;
        height: 370px;
        float: right;
        margin: 10px auto;
        background-image: url(images/logininputbg.png);
        background-repeat: no-repeat;
        background-position: center bottom;
    }
    .rloginput
    {
        width: 380px;
        height: 400px;
        background-image: url(images/rlogbg.png);
        background-repeat: repeat-x;
        background-position: center bottom;
        padding: 30px;
        box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2);
        -moz-border-radius: 12px;
-webkit-border-radius: 12px;
border-radius: 12px;
    }
    .rlogintext
    {
        font-size: 22px;
        color: #0762C0;
        font-weight: 600;
        vertical-align: middle;
        text-align:center;
    }
    .rloginuser
    {
        font-size: 14px;
        font-weight: 500;
        color: #333;
        height: 23px;
        margin-top: 30px;
    }
    .rloginpwd
    {
        font-size: 14px;
        font-weight: 500;
        color: #333;
        height: 23px;
        margin-top: 20px;
    }
    .rloginchk
    {
        font-size: 14px;
        font-weight: 500;
        color: #333;
        height: 23px;
        margin-top: 20px;
    }
    .rloginuser-input
    {
        width: 100%;
    }
    .rloginpwd-input
    {
        width: 100%;
    }
    .rloginchk-input
    {
        width: 100%;
    }
    .rtxtUser
    {
        width: 370px;
        height: 30px;
        line-height: 30px;
        vertical-align: middle;
        font-size: 14px;
        font-weight: 300;
        border: solid 1px #bbb;
        border-radius: 5px;
    }
    .rtxtPwd
    {
        width: 370px;
        height: 30px;
        line-height: 30px;
        vertical-align: middle;
        font-size: 14px;
        font-weight: 300;
        border: solid 1px #bbb;
        border-radius: 5px;
    }
    .rtxtChk
    {
        width: 270px;
        height: 30px;
        line-height: 30px;
        vertical-align: middle;
        font-size: 14px;
        font-weight: 300;
        border: solid 1px #bbb;
        border-radius: 5px;
    }
    .rloginbutton
    {
        width: 100%;
        margin-top: 45px;
    }
    .rlogsubmit
    {
        width: 100%;
        background-color: #0263C2;
        height: 40px;
        line-height: 40px;
        vertical-align: middle;
        border: solid 1px #0263C2;
        font-size: 16px;
        color: #fff;
        font-weight: 400;
        border-radius: 120px;
    }
}
@media screen and (max-width:768px)
{
    .s-l-loginlogo
    {
        width: 100vw;
        margin: auto;
        height: 89px;
        line-height: 89px;
        vertical-align: middle;
        text-align: right;
        background-image: url(images/logo.png);
        background-position: left center;
        background-repeat: no-repeat;
    }
    .s-l-loginbanner
    {
        margin: 20px auto 0px auto;
        height: 89px;
    }
    .loginlogo
    {
        width: 100vw;
        height: 470px;
        margin: 0 auto;
        box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2);
        -moz-border-radius: 12px;
-webkit-border-radius: 12px;
border-radius: 12px;
    }
    .loginput
    {
        width: 100vw;
        height: 370px;
        float: right;
        margin: 10px auto;
        background-image: url(images/logininputbg.png);
        background-repeat: no-repeat;
        background-position: center bottom;
    }
    .rloginput
    {
        width: 100vw;
        min-height: 470px;
        max-height: 500px;
        background-image: url(images/rlogbg.png);
        background-repeat: repeat-x;
        background-position: center bottom;
    }
    .rloginform
    {
        padding: 30px;
    }
    .rlogintext
    {
        margin-left: 30px;
        padding-top: 30px;
        font-size: 22px;
        color: #0762C0;
        font-weight: 600;
        vertical-align: middle;
        text-align:center;
    }
    .rloginuser
    {
        font-size: 14px;
        font-weight: 500;
        color: #333;
        height: 23px;
        margin-top: 30px;
    }
    .rloginpwd
    {
        font-size: 14px;
        font-weight: 500;
        color: #333;
        height: 23px;
        margin-top: 20px;
    }
    .rloginchk
    {
        font-size: 14px;
        font-weight: 500;
        color: #333;
        height: 23px;
        margin-top: 20px;
    }
    .rloginuser-input
    {
        width: 100%;
    }
    .rloginpwd-input
    {
        width: 100%;
    }
    .rloginchk-input
    {
        width: 100%;
    }
    .rtxtUser
    {
        width: 100%;
        height: 30px;
        line-height: 30px;
        vertical-align: middle;
        font-size: 14px;
        font-weight: 300;
        border: solid 1px #bbb;
        border-radius: 5px;
    }
    .rtxtPwd
    {
        width: 100%;
        height: 30px;
        line-height: 30px;
        vertical-align: middle;
        font-size: 14px;
        font-weight: 300;
        border: solid 1px #bbb;
        border-radius: 5px;
    }
    .rtxtChk
    {
        width: 180px;
        height: 30px;
        line-height: 30px;
        vertical-align: middle;
        font-size: 14px;
        font-weight: 300;
        border: solid 1px #bbb;
        border-radius: 5px;
    }
    .rloginbutton
    {
        width: 100%;
        margin-top: 45px;
    }
    .rlogsubmit
    {
        width: 100%;
        background-color: #0263C2;
        height: 40px;
        line-height: 40px;
        vertical-align: middle;
        border: solid 1px #0263C2;
        font-size: 16px;
        color: #fff;
        font-weight: 400;
        border-radius: 120px;
    }
}





.logintext
{
    height: 65px;
    font-size: 16px;
    line-height: 65px;
    vertical-align: middle;
    text-shadow: 0 1px 0 #fff;
    padding: 0px 10px 0px 35px;
}
.loginuser
{
    height: 33px;
    padding-left: 80px;
    margin-top: 20px;
}
.loginpwd
{
    height: 33px;
    padding-left: 80px;
    margin-top: 33px;
}
.loginchk
{
    height: 33px;
    padding-left: 80px;
    margin-top: 35px;
}
.txtUser
{
    width: 268px;
    height: 33px;
    line-height: 33px;
    vertical-align: middle;
    font-size: 23px;
    font-weight: 300;
    border: 0;
    border: none;
}
.txtPwd
{
    width: 268px;
    height: 33px;
    line-height: 33px;
    vertical-align: middle;
    font-size: 23px;
    font-weight: 300;
    border: 0;
    border: none;
}
.txtChk
{
    width: 125px;
    height: 33px;
    line-height: 33px;
    vertical-align: middle;
    font-size: 23px;
    font-weight: 300;
    border: 0;
    border: none;
    float:left;
}
.loginbutton
{
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    padding-right: 40px;
    margin-top: 27px;
}
.loginbutton a
{
    font-size: 14px;
    color: #282828;
    text-decoration: none;
}
.loginbutton a:visited
{
    font-size: 14px;
    color: #282828;
    text-decoration: none;
}
.loginbutton a:link
{
    font-size: 14px;
    color: #282828;
    text-decoration: none;
}
.loginbutton a:hover
{
    font-size: 14px;
    color: #FF3E00;
    text-decoration: underline;
}


.logsubmit
{
    width: 130px;
    height: 50px;
    font-size: 16px;
    font-weight: bold;
    margin-left: 35px;
    color: #fff;
    cursor: pointer;
    border: 0;
    border: none;
    background: none;
    background: transparent;
    background-image: url(images/loginbutton.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.logsubmithover
{
    border: 0;
    border: none;
    background: none;
    background: transparent;
    background-image: url(images/loginbuttonhover.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.loginerror
{
    text-align: center;
    font-size: 14px;
    color: #ff0000;
}
.s-l-loginbottom
{
    width: 900px;
    margin: 0 auto;
    padding-right: 70px;
    color: #828282;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    text-align: right;
}

.loginUserType_act
{
    width: 205px;
    height: 66px;
    line-height: 66px;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    color: #00467A;
    font-weight: bold;
    text-decoration: none;
    background-image: url(images/logintypebg.png);
    background-repeat: no-repeat;
    background-position: center top;
}
.loginUserType_act:visited
{
    color: #00467A;
    font-weight: bold;
    text-decoration: none;
}
.loginUserType_act:link
{
    color: #00467A;
    font-weight: bold;
    text-decoration: none;
}
.loginUserType_act:hover
{
    color: #00467A;
    font-weight: bold;
    text-decoration: none;
}
.loginUserType
{
    width: 205px;
    height: 66px;
    line-height: 66px;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    color: #bbb;
    font-weight: bold;
    text-decoration: none;
}
.loginUserType:visited
{
    color: #bbb;
    font-weight: bold;
    text-decoration: none;
}
.loginUserType:link
{
    color: #bbb;
    font-weight: bold;
    text-decoration: none;
}
.loginUserType:hover
{
    color: #bbb;
    font-weight: bold;
    text-decoration: none;
}

