﻿html {
    font-size: 625%;
    height: 100%;
    overflow: hidden;
}

body,
ul,
li,
p,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
dl,
img,
dd {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

img {
    border: 0;
}

ul,
li,
ol {
    list-style: none;
}

* {
    line-height: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

button {
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

input,
button,
select,
textarea {
    font-family: inherit;
    text-shadow: none;
    border: 0;
}

*:focus {
    outline: none;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: none;
}

input[type="radio"],
input[type='checkbox'] {
    margin: 0;
    vertical-align: middle;
    cursor: pointer;
}

.text-default {
    color: #a5b6c7;
}

.fn-clearfix,
.fn-clearUl {
    overflow: hidden;
}

.fn-clearfix::after {
    content: '';
    visibility: hidden;
    display: block;
    clear: both;
    height: 0;
}

.fn-fl {
    float: left;
}

.fn-fr {
    float: right;
}

.fn-inlineBlock {
    display: inline-block;
}

.fn-clearUl li {
    float: left;
    height: 100%;
}

.fn-relative {
    position: relative;
}

.fn-absolute {
    position: absolute;
}

.fn-pf {
    position: fixed;
}

.fn-hidden {
    display: none;
}

.fn-s-icon {
    display: inline-block;
    background-image: url("../images/login/icons.png?v=20191015");
    background-repeat: no-repeat;
}

.fn-s-bellIcon {
    width: 24px;
    height: 24px;
    background-position: -173px -8px;
}

.fn-s-label {
    display: inline-block;
    padding: 1px 2px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    font-family: 'Microsoft JhengHei';
    color: #fff;
}

.fn-s-label.fn-s-labelS {
    background: #6ec435;
}

.fn-s-label.fn-s-labelF {
    background: #c5933b;
}

.fn-s-label.fn-s-labelD {
    background: #c4c4c4;
}

.fn-s-btn {
    border: 0;
    background: none;
    cursor: pointer;
}

.fn-s-btnS {
    color: #fff;
    background: #41c391;
    padding: 4px 10px;
}

.fn-s-hotIcon {
    width: 16px;
    height: 20px;
    background-position: -107px -76px;
}

.fn-s-rArrow {
    width: 8px;
    height: 17px;
    background-position: -132px -8px;
}

.fn-s-ellIcon {
    width: 19px;
    height: 19px;
    background-position: -26px -8px;
}

.fn-s-localIcon {
    width: 19px;
    height: 19px;
    background-position: -105px -50px;
}

.fn-s-dArrow {
    width: 10px;
    height: 10px;
    background-position: -10px -8px;
}

.fn-s-traceIcon {
    width: 19px;
    height: 19px;
    background-position: -132px -50px;
}

.fn-s-tPrev,
.fn-s-tNext {
    width: 15px;
    height: 15px;
}

.fn-s-tPrev {
    background-position: -158px -50px;
}

.fn-s-tNext {
    background-position: -172px -50px;
}

.fn-s-search {
    width: 23px;
    height: 22px;
    background-position: -63px -5px;
}

.fnSection {
    border: 1px solid #e0e0e0;
    background: #fff;
}

.fn-s-textBlue {
    color: #61A1E1;
}

/*设置滚动条样式*/
::-webkit-scrollbar {
    width: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

::-webkit-scrollbar-track {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb {
    background: rgba(196, 196, 196, 0.7);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #c4c4c4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fn-s-main {
    width: 68%;
    min-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.fa-s-website,
.fa-s-group {
    color: #31708f;
}

.fa-s-newspaper {
    color: #919599;
}

.fa-s-weixin {
    color: #6ec435;
}

.fa-s-weibo,
.fa-s-mobile {
    color: #ff5f5f;
}

body {
    font-family: 'fanwen';
    background: url("../images/login/lg.png?v=20191015") no-repeat center top/100%;
    background-size: cover;
    height: 100%;
}

.fn-s-lContainer {
    width: 100%;
    height: 100%;
    overflow: hidden;

}

.loginleft {
    max-width: 1240px;
    width: 12.4rem;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.fn-logo {
    /* max-width: 76px; */
    width: 76px;
    height: 60px;
    background: url("../images/login/logo.png?v=20191015") no-repeat left center;
    position: absolute;
    top: 0.4rem;
    left: 0.6rem;
}

.fn-modal {
    width: 12rem;
    height: 7.2rem;
    background: #fff;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    margin-top: -3.6rem;
    margin-left: -6rem;
    box-shadow: 0 0.05rem 0.2rem -0.05rem rgba(51, 51, 51, .3);
    border-radius: 0.1rem;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: row;
    /* 12版 */
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
}

.fn-s-lLeft {
    width: 7.4rem;
    height: 7.2rem;
    float: left;
}

.fn-modalbg-pic {
    max-width: 740px;
    width: 7.4rem;
    height: 7.2rem;
    background: url("../images/login/ls.png?v=20191015") no-repeat left top/100%;
    position: absolute;
    top: 0;
    left: 0;
}

.fn-s-lRight {
    width: 4.6rem;
    height: 7.2rem;
    float: left;
    margin-right: 0.5rem;
}

.fn-s-llMain {
    width: 4.6rem;
    height: 7.2rem;
    position: relative;
    overflow: hidden;
    text-align: center;
    left: 50%;
    margin-left: -2.3rem;
}

.iconbox {
    width: 100%;
}

.fn-s-llIcon {
    width: 1.25rem;
    height: 1.25rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 0.05rem;
    box-shadow: 0 0.05rem 0.18rem -0.02rem rgba(51, 51, 51, .3);
    background-color: #fff;
    background-image: url(../images/login/headlogo.png?v=20191015);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 2;
    margin: .5rem auto .54rem;

}

.userbox {
    width: 100%;
    height: 3rem;
}

.userpic {
    width: 100%;
    height: 100%;
    margin: 0.8rem auto 0;
    background: url("../images/login/info.png?v=201910159") no-repeat center;
    background-size: 45%;
}

.testlogo {
    background: url("../images/login/testinfo.png") no-repeat center;
}

.prelogo {
    background: url("../images/login/preinfo.png") no-repeat center;
}

.userpic img {
    display: block;
    width: 100%;
}

.formbox {
    width: 70%;
    height: 1rem;
    margin-bottom: 0.4rem;
    margin-top: 0;
    left: 50%;
    margin-left: -35%;
    position: relative;
}


.pwd {
    display: block;
    width: 100%;
    height: 0.4rem;
    border: 0;
    text-indent: 0.2rem;
    margin-bottom: 0.22rem;
    border-radius: 0.06rem;
    -webkit-box-shadow: 0 0 0px 1000px #F0F0F0 inset;
    background: rgba(235, 235, 235, 1);
    background: -webkit-linear-gradient(right, #DEDEDE, #F0F0F0);
    background: -o-linear-gradient(right, #DEDEDE, #F0F0F0);
    background: -moz-linear-gradient(right, #DEDEDE, #F0F0F0);
    background: -mos-linear-gradient(right, #DEDEDE, #F0F0F0);
    background: linear-gradient(right, #DEDEDE, #F0F0F0);
}

.loginbtn {
    width: 70%;
    height: 0.4rem;
    /*line-height: 0.4rem;*/
    text-align: center;
    color: #fff;
    font-size: 0.22rem;
    text-shadow: 1px 0 2px rgba(6, 66, 10, .6);
    font-family: SourceHanSansCN-Normal;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0 10px 16px -6px #999;
    background: -webkit-linear-gradient(right, #8bc20b, #87b715);
    background: -o-linear-gradient(right, #8bc20b, #87b715);
    background: -moz-linear-gradient(right, #8bc20b, #87b715);
    background: -mos-linear-gradient(right, #8bc20b, #87b715);
    background: linear-gradient(right, #8bc20b, #87b715);
}

.loginbtn:hover {
    box-shadow: 0 10px 16px -6px #999;
    background: -webkit-linear-gradient(right, #a2d824, #87b715);
    background: -o-linear-gradient(right, #a2d824, #87b715);
    background: -moz-linear-gradient(right, #a2d824, #87b715);
    background: -mos-linear-gradient(right, #a2d824, #87b715);
    background: linear-gradient(right, #a2d824, #87b715);
}

.btnred {
    background: -webkit-linear-gradient(right, #CF392B, #BA3225);
    background: -o-linear-gradient(right, #CF392B, #BA3225);
    background: -moz-linear-gradient(right, #CF392B, #BA3225);
    background: -mos-linear-gradient(right, #CF392B, #BA3225);
    background: linear-gradient(right, #CF392B, #BA3225);
}

.btnred:hover {
    background: -webkit-linear-gradient(right, #B73741, #E13B48);
    background: -o-linear-gradient(right, #B73741, #E13B48);
    background: -moz-linear-gradient(right, #B73741, #E13B48);
    background: -mos-linear-gradient(right, #B73741, #E13B48);
    background: linear-gradient(right, #B73741, #E13B48);
}

.fn-s-lFooter {
    font-size: 0.12rem;
    color: #aaaaaa;
    margin-top: 0.4rem;
}

.fn-s-lFooter>p {
    margin-bottom: 8px;
}

.fn-s-lFooter a {
    margin: 0 5px;
}

.fn-s-lFooter span {
    /*margin-left: 20px;*/
}

.fn-s-error {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin-top: -8px;
}

@media (max-width: 1023px) {

    html,
    body {
        height: 100%;
        font-size: 625%;
        overflow: hidden;
        background: #fff;
    }

    #form1 {
        height: 100%;
        background: #fff;
        padding-top: 0.3rem;
    }

    .formbox {
        width: 100%;
        height: 1rem;
        margin-bottom: 0.4rem;
        margin-top: 0.35rem;
        left: 0;
        margin-left: 0;
    }

    .userpic {
        margin: 0 auto 0;
    }

    .fn-s-lLeft {
        display: none;
    }

    .loginleft {
        display: none;
    }

    .fn-s-lContainer {
        min-width: 100%;
        height: 100%;
        margin-top: 0 !important;
    }

    .fn-modal {
        width: 100%;
        height: 100%;
        left: 50%;
        margin-top: -3rem;
        margin-left: -50%;
        box-shadow: 0 0 0;
        border-radius: 0;
    }

    .fn-s-llMain {
        font-size: 0;
    }

    .iconbox,
    .userbox,
    .fn-s-llMain,
    .fn-s-lRight,
    .fn-s-lFooter {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        left: 0;
        margin-left: 0;
    }

    .pwd {
        width: 90%;
        max-width: 90%;
        margin: 0 auto 0.22rem;
	font-size: 0.16rem;
    }

    .loginbtn {
        width: 90%;
        max-width: 90%;
        /* margin-left: 5%; */
    }

}


#lbMsg {
    font-size: 12px;
    color: red;
}