@CHARSET "UTF-8";
html,body,form,input,button,a,p,span,img,h1,h2,h3,ul,li{
    margin: 0;
    padding: 0;
}
a,ul,li{
    text-decoration: none;
}
li{
    list-style-type:none;
}
input, button, select, textarea {
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
}
/*placeholder字体颜色*/
::-webkit-input-placeholder {font-family: 'Microsoft YaHei';}/* WebKit browsers */
:-moz-placeholder {font-family: 'Microsoft YaHei';}/* Mozilla Firefox 4 to 18 */
::-moz-placeholder {font-family: 'Microsoft YaHei';}/* Mozilla Firefox 19+ */
:-ms-input-placeholder { font-family: 'Microsoft YaHei';} /* Internet Explorer 10+ */
body{
    font-family: "微软雅黑";
}
.loginCon{

}
/* 头部 */
.loginConHead{
    width: 1200px;
    margin: 0 auto;
    padding: 15px 0;
}
.logoLink{
    width: 226px;
    height: 80px;
    display: inline-block;
    vertical-align: text-bottom;
}
.loginTitle{
    margin-left: 40px;
    font-size: 30px;
    color: #333;
}
/* 主体 */
.loginConMain{
    width: 100%;
    height: 74.5%;
    position: absolute;
    overflow: hidden;
}
.mainBg{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    +z-index: 2;
}
.mainForm{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    z-index: 2;
}
.mainCon{
    background: #fff;
    width: 350px;
}
.mainCon form{
    padding: 30px 26px 30px 26px;
}
.mainItem{
    margin-bottom: 20px;
    display: block;
    border-radius: 5px;
    border: 1px solid #d2d2d2;
    height: 40px;
    line-height: 40px;
    padding-left: 40px;
    position: relative;
    overflow: hidden;
}
.mainItem.selected{
    border-color: #abdff8;
}
.mainCode{
    margin-bottom: 20px;
    display: block;
    height: 40px;
    line-height: 40px;
    padding-left: 40px;
    position: relative;
    overflow: hidden;
}
.mainCode input{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    border:1px solid #d2d2d2;
    padding: 0 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    color: #000;
    -webkit-box-shadow: inset 0 0 1000px #fff;
    -moz-box-shadow: inset 0 0 1000px #fff;
    box-shadow: inset 0 0 1000px #fff;
    position: absolute;
    top: 0;
    left: 40px;
    z-index: 2;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    left:39px\9;
    *height:38px;
    *line-height:38px;
}
.getCode{
    display: block;
    position: absolute;
    right: 0;
    top: 5px;
    font-size:14px;
    background: #d81e06;
    height: 28px;
    line-height: 28px;
    color: #fff;
    text-align:center;
    width: 70px;
    border-radius: 5px;
}
.nameIcon,
.passwordIcon,
.codeIcon{
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url("../../img/login_icon.png") no-repeat 0 0 #d2d2d2;
    position: absolute;
    left: 0;
    top: 0;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
.passwordIcon{
    background: url("../../img/login_icon.png") no-repeat 0 -40px #d2d2d2;
}
.codeIcon{
    background: url("../../img/login_icon.png") no-repeat 0 -95px #d2d2d2;
}
.mainItem input{
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border:0 none;
    padding: 0 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    color: #000;
    -webkit-box-shadow: inset 0 0 1000px #fff;
    -moz-box-shadow: inset 0 0 1000px #fff;
    box-shadow: inset 0 0 1000px #fff;
}
.loginBtn{
    display: block;
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: #d81e06;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
    border: 0 none;
    cursor:pointer;
}
.backText{
    width: 100%;
    text-align: right;
}
.backText a{
    color: #000;
    font-size: 12px;
    margin-right: 26px;
}
.backText a:hover{
    color: #d81e06;
}
.regBtn{
    height: 50px;
    line-height: 50px;
    background: #EEEEEE;
    overflow: hidden;
}
.regBtn a{
    color:#d81e06;
    font-size: 14px;
    display: block;
    float: left;
    text-align: center;
    width: 33%;
    height: 50px\9;
}
.regBtn a .regIcon{
    display:inline-block;
    width: 15px;
    height: 16px;
    background: url("../../img/login_icon.png") no-repeat 0 -80px;
    vertical-align: middle;
}
.regBtn a.forget{
    color: #333;
}
/* 底部 */
.loginFooter{
    margin: 30px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.loginFooter p{
    width: 1200px;
    text-align: center;
    color:#999;
    font-size: 14px;
    margin: 0 auto;
}
/* tab */
.loginTab{
    width: 100%;
    background: #fff;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    /* IE */
    width: 350px\9;
}
.loginTab li{
    float: left;
    width: 50%;
    border-bottom: 2px solid transparent;
}
.loginTab li a{
    display: block;
    text-align: center;
    line-height: 45px;
    color: #202020;
}
.loginTab li.select{
    border-bottom: 2px solid #d81e06;
}
.loginTab li.select a{
    color: #d81e06;
    font-weight: bold;
}
.loginBg{
    position: absolute;
    left: 0;
    top: 0;
    bottom:0;
    right: 0;
    z-index: 1;
    width: 100%;
    min-height: 100%;
}
#phoneLoginForm{
    display: none;
}


@media \0screen\,screen\9{    /* IE6\7\8 */
    .mainForm{
        margin-top: -192px;
    }
}