body {
    margin: 0px;
    padding: 0px;
    font-family: "微软雅黑"，"宋体"，"黑体"，"Arial", "楷体", sans-serif;
}

em {
    font-style: normal;
}

a:link {
    text-decoration: none;
    /* 指正常的未被访问过的链接*/
}

a:visited {
    text-decoration: none;
    /*指已经访问过的链接*/
}

a:hover {
    text-decoration: none;
    /*指鼠标在链接*/
}

a:active {
    text-decoration: none;
    /* 指正在点的链接*/
}

input {
    box-sizing: border-box;
    padding-left: 40px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 40px;
    font-size: 15px;
    margin-top: 20px;
    /*background-color: white;*/
    -web-kit-appearance: none;
    -moz-appearance: none;
    color: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    color: rgba(0, 0, 0, 0.5);
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgba(0, 0, 0, 0.5);
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgba(0, 0, 0, 0.5);
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: rgba(0, 0, 0, 0.5);
}

.top {
    position: relative;
    text-align: center;
    line-height: 85px;
    width: 100%;
    height: 85px;
}

.top img {
    cursor: pointer;
    vertical-align: top;
    margin-right: 770px;
    margin-top: 14px;
    width: 156px;
    height: 58px;

}

.top div {
    display: inline-block;
    color: rgba(0, 0, 0, 0.5);
}

.top span {
    color: red;
    font-size: 16px;
}

.center {
    box-sizing: border-box;
    position: relative;
    text-align: center;
    width: 100%;
    height: 800px;
    background-color: #C9EFE0;
    background: url('/Images/newhomeimage/loginBG.png') no-repeat;
    background-size: 100% 100%;
}

.center img {
    margin-top: 140px;
    margin-right: 399px;
    vertical-align: top;
}

.user_login {
    box-sizing: border-box;
    padding: 20px 25px 0px 25px;
    border-radius: 10px;
    position: absolute;
    top: 156px;
    right: 20%;
    display: inline-block;
    width: 340px;
    height: auto;
    background-color: white;
}

.sign_in {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 50px;
    line-height: 50px;
}

.sign_in em {
    color: #000;
    position: relative;
    display: inline-block;
    font-size: 28px;
    left: 0px;
    margin-right: 120px;
}

.sign_in a {
    color: red;
}

.input_user,
.input_psw,
.input_img {
    position: relative;
}

.input_user i,
.input_psw i,
.input_img i {
    text-align: center;
    position: absolute;
    left: 8px;
    top: 28px;
    display: inline-block;
    width: 24px;
    height: 24px;
    font-size: 18px;
    line-height: 24px;
    border-radius: 50%;
    color: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.input_img {
    text-align: left;
}

.input_img input {
    vertical-align: top;
    width: calc(100% - 100px) !important;
    height: 40px;
}

.input_img img {
    cursor: pointer;
    margin: 28px 0px auto 10px !important;
    /*margin-top:28px;
    margin-right: 0px !important;*/
}

.forgot {
    text-align: right;
    position: relative;
    width: 100%;
    height: 50px;
    line-height: 50px;
}

.forgot a {
    color: red;
}

.msg_tips {
    width: 100%;
    height: auto;
    font-size: 15px;
    color: red;
    text-align: left;
}

.login_in {
    cursor: pointer;
    width: 100%;
    font-size: 20px;
    margin-top: 10px;
    height: 45px;
    color: white;
    background-color: #47A3FF;
    border-radius: 5px;
    border: 0px;
}

.qq_three {
    position: relative;
    margin-top: 20px;
    font-size: 20px;
}

.qq_three:after,
.qq_three:before {
    content: '';
    position: absolute;
    width: 80px;
    height: 1px;
    top: 10px;
    /*background-color: rgba(0,0,0,0.1);*/
}

.qq_three:after {
    left: 0px;
}

.qq_three:before {
    right: 0px;
}

.qq_login {
    margin: 10px auto;
}

.qq_login i {
    color: rgb(88, 154, 216);
    cursor: pointer;
    font-size: 60px;
}

.qq_login img {
    margin: 0;
    height: 63px;
    width: 63px;
    opacity: 0;
}

.qq_login a {
    display: inline-block;
    margin: 0;
    height: 63px;
    width: 63px;
    background-image: url("../../Images/qq.gif");
    background-size: 63px 63px;
}

.bottom {
    font-size: 18px;
    text-align: center;
    line-height: 48px;
    /* margin-top: 50px; */
    background-color: #282827;
    color: #929292;
    height: 48px;
    padding-bottom: 14px;
    /*position: relative;*/
    /*margin-top: 4000px;*/
}