@charset "utf-8";

body, span, iframe, h1, h2, h3, h4, h5, h6, p, a, dl, dt, dd, ol, ul, li, form, label, legend, table, tbody, tfoot, thead, tr, th, td, input, textarea {
    border: 0 none;
    font-family: Microsoft YaHei;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
    word-wrap: break-word;
}
ol, ul {
    list-style: none;
}
a img {
    border: 0;
}
img {
    vertical-align: middle;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-table;
}
html{
    height: 100%;
}
/* Hides from IE-mac \*/
*html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* End hide from IE-mac */
*+html .clearfix {
    min-height: 1%;
}
a:link, a:visited {
    color: #333;
    text-decoration: none;
}
a:hover, a:active {
    color: #f00;
    text-decoration: underline;
}
.footer {
    font-family: Microsoft YaHei;
    margin: 0 auto;
    width: 1000px;
    text-align: center;
}
.copyright {
    margin: 10px 0;
}
body {
    padding-top: 151px;
    height:100%;
    font-family: Arial, "宋体", Lucida, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #333;
    line-height: 150%;
    background: linear-gradient(0deg, #FBF9F9 0%, #FFC1AF 100%);
}
.icontainer {
    margin: 0 auto;
    width: 1000px;
    height: 80px;
}
.box {
    height: 80px;
    overflow: hidden;
    line-height: 80px;
    position: relative;
}
.box h3 {
    font-size: 24px ;
    font-family: Microsoft YaHei;
    font-weight: 700 ;
    letter-spacing: 2px ;
    color: #34a0e1;
}
.box b {
    background: url(images/login-welcome.jpg) no-repeat;
    position: absolute;
    width: 112px;
    height: 45px;
    top: 18px;
    left: 310px;
}
.allwrap {
    width: 1000px;
    margin: 0 auto;
}
.login-wrap {
    width: 768px;
    height: 417px;
    background: #FFFFFF;
    font-family: Microsoft YaHei;
    font-size: 14px !important;
    border-radius: 2px;
    position: relative;
    background: url(images/img.png) no-repeat scroll left center;
}
.login-layout {
    position: absolute;
    padding: 29px 33px 39px 37px;
    top: 49px;
    right: -214px;
    width: 284px;
    height: 292px;
    background: rgba(255, 255, 255, 0.54);
    border: 1px solid;
    border-image: linear-gradient(90deg, rgba(255, 255, 255, 0.66), rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.5)) 1 1;
    box-shadow: 2px 3px 18px 0px rgba(111, 13, 13, 0.11);
}
.user-login {
    position: relative;
    width: 100%;
}
.tip {
}
.user-login ul {
}
.user-login ul li {
    display: block
}
.down-warn {
    height: 55px;
}
.down-warn h3 {
    color: #666666;
    font-size: 16px;
    line-height: 40px;
    margin-top: 15px;
    text-indent: 20px;
}
.input-item {
    position: relative;
    margin-bottom: 15px;
    border-radius: 2px;
}
.input-box {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    height: 40px;
    position: relative;
}
.fl-left {
    float: left;
}
.user_bg, .user_pwd_bg {
    background-color: #DDDDDD;
    display: block;
    height: 40px;
    left: 0;
    position: absolute;
    top: 0;
    width: 40px;
}
.user_bg {
    background-position: 8px -599px;
}
.user_pwd_bg {
    background-position: -39px -599px;
}
.input-box input {
    border: medium none;
    color: #999999;
    float: none;
    height: 20px;
    line-height: 18px;
    margin: 0;
    padding: 0;
    position: absolute;
    text-indent: 0;
    top: 10px;
}
.ipt-size {
    padding-left: 28px;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    left: 50px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    background: #fff;
}
.imgIcon{
    position: absolute;
    left: 7px;
    top: 50%;
    transform: translateY(-50%);
}
.item-ifo {
    margin: 0 auto 26px;
    width: calc(100% - 4px);
}
.rememberMe  {
    margin-left: 5px;
    text-align: center;
    vertical-align: sub;
    font-size: 14px;
    font-family: SimSun;
    font-weight: 400;
    color: #8A8A8A;
}
.checkbox {
    display: inline;
    width: 16px;
    height: 16px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
}

.login-btn {
    margin-bottom: 30px;
}

.btn {
    /* background-color: #FF892B;
    border-radius: 3px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 18px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    width: 140px; */
    
    color: #fff;
    height: 32px;
    background: #EF232A;
    border-radius: 2px;
}

.login-btn .btn {
    margin: 0;
    width: 100%;
}

.recommended_browser {
    color: #999999;
    line-height: 40px;
    bottom: 0;
}

.loginTips {
    height: auto;
    min-height: 28px;
    width:100%;
    padding-top: 4px;
    position: relative;
}

.loginTips .error_tips {
    color: #ff113d;
    paddingt: 4px;
}

.captcha-answer {
    border: 1px solid #ddd;
    height: 30px;
    width: 80px;
    font-size: 15px;
    padding: 0px 0px 5px 5px;
}
.title{
    width: 396px;
    height: 51px;
    font-size: 35px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #EF2329;
    line-height: 51px;
}
.loginHint{
    text-align: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #EF232A;
    text-stroke: 2px #FFFFFF;
    background: #FFEBE5;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
