/* CSS Document */
@charset "utf-8";/* reset */
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;font-weight:normal;}
html,body,fieldset,img,iframe,abbr{border:0;}
i,cite,em,var,address,dfn{font-style:normal;}
[hidefocus],summary{outline:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6,small{font-size:14px;}
sup,sub{font-size:83%;}
pre,code,kbd,samp{font-family:inherit;}
q:before,q:after{content:none;}
textarea{overflow:auto;resize:none;}
label,summary{cursor:default;}
a,button{cursor:pointer;}
h1,h2,h3,h4,h5,h6,em,strong,b{font-weight:bold;}
del,ins,u,s,a,a:hover{text-decoration:none;}
body,textarea,input,button,select,keygen,legend{font:14px/24px arial,\5b8b\4f53;outline:0;vertical-align: middle;font-family:"MicrosoftYaHei";}
body{background-color:#f4f4f4;font-family:"MicrosoftYaHei";min-width:1200px;}
.clearfix:after {content: " ";display: block;clear: both;height: 0;}
.clearfix {zoom: 1;}


@font-face {
    font-family: "微软简标宋";
    src: url("../font/微软简标宋.TTF");
}

/* 登录 */
.y-bg{
    background: url(../images/t_bg.jpg) no-repeat fixed;
    background-size: cover;
}
.y-leftbg {
    background: url(../images/t_red_bg.jpg) no-repeat right center;
    position: fixed;
    left: 50%;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.y-login-center{
    width: 1170px;
    height: 400px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
}
.y-login-center .y-left{
    float: left;
    width: 545px;
    position: relative;
    left: 30px;
    top: 60px;
}
.y-login-center .y-left .y-logo{
    width: 460px;
    height: 140px;
    float: left;
}
.y-login-center .y-left .y-logo img{
    width: 460px;
    height: 140px;
    display: block;
}
.y-login-center .y-login-form{
    float: left;
    width: 540px;
    height: 400px;
    background: #fff;
    box-shadow: 10px 17.321px 25px 0px rgba(90, 7, 0, 0.2);
}

.y-login-center .y-login-form form{
    width: 380px;
    margin:50px auto 0;
}
.y-login-center .y-login-form form h3{
    color: #aa1205;
    font-size: 18px;
    height: 25px;
    font-weight: bold;
    text-align: left;
}
.y-login-center .y-login-form form h3 span{
    font-size: 12px;
    color: #bbbbbb;
    margin-left: 10px;
    vertical-align: unset;
}
.y-login-center .y-login-form dl {
    height: 40px;
    position: relative;
    width: 380px;
    margin-top: 20px;
}

.y-login-center .y-login-form dl dt {
    height: 36px;
    line-height: 40px;
    width: 298px;
}
.y-login-center .y-login-form dl dt input {
    border: 0;
    display: block;
    background: #fff;
    width: 378px;
    height: 38px;
    line-height: 38px;
    text-indent: 35px;
    border: 1px solid #dddddd;
    outline: none;
    /* color: #999;
    font-size: 14px; */
}
.y-login-center .y-login-form dl dt input::-webkit-input-placeholder {
    color:#999999;
    font-size:14px;
}
.y-login-center .y-login-form dl dt input:-moz-placeholder {
    color:#999999;
    font-size:14px;
}
.y-login-center .y-login-form dl dt input::-moz-placeholder {
    color:#999999;
    font-size:14px;
}
.y-login-center .y-login-form dl dt input:-ms-input-placeholder {
    color:#999999;
    font-size:14px;
}
.y-login-center .y-login-form dl dd {
    position: absolute;
    width: 16px;
    height: 18px;
    z-index: 5;
    top: 10px;
    left: 10px;
}
.y-login-center .y-login-form dl dd img{

}
.y-login-center .y-login-form dl .y-code-number{
    position: absolute;
    top: 4px;
    right: 4px;
    cursor: pointer;
}
.y-login-center .y-login-form dl .y-code-number img{
     height:30px;
}
.y-login-center .y-login-form .y-check{
    width: 380px;
    height: 20px;
    margin-top: 10px;
}
.y-login-center .y-login-form .y-checkbox {
    width: 190px;
    float: left;
}
.y-login-center .y-login-form .y-checkbox input{
    margin: 5px 5px 0 0;
}
.y-login-center .y-login-form .y-checkbox input[type='checkbox']{
    width: 12px;
    height: 12px;
    float: left;
    background-color: #fff;
    -webkit-appearance:none;
    border: 1px solid #c9c9c9;
    border-radius: 0px;
    outline: none;
}
.y-login-center .y-login-form .y-checkbox input[type='checkbox']:checked{
    background: url("../images/y_icon.png")no-repeat center;
    border:0;
}
.y-login-center .y-login-form .y-checkbox span{
    float: left;
    color: #aaaaaa;
    font-size: 14px;
}
.y-login-center .y-login-form .y-forget{
    float: right;
    font-size: 14px;
}
.y-login-center .y-login-form .y-forget a{
    color: #aaaaaa;
}
.y-login-center .y-login-form .y-login-button {
    width: 380px;
    height: 40px;
    line-height: 40px;
    background: #d72232;
    border-radius: 4px;
    text-align: center;
    margin: 15px 0 10px;
}
.y-login-center .y-login-form .y-login-button:hover{
    background: #c11827;
}
.y-login-center .y-login-form .y-login-button a{
    color: #fff;
    font-size: 14px;
    display: block;
}
.y-login-center .y-login-form .y-login-button a:hover{
    color: #fdfcfc;
}
.y-login-center .y-login-form h5{
    color: #aa1205;
    font-size: 14px;
    /* display: none; */
}
/* 登录 */
