/*初始化元素*/
html,body,h1,h2,h3,h4,h5,h6,hr,p,dl,dt,dd,ul,ol,li,pre,fieldset,lengend,button,input,textarea,form,td,th{margin:0;padding:0;}
ul,ol{list-style:none;}
html{height:100%;}
body{position: relative;}
em,i{font-style:normal;}
a{text-decoration:none;color:inherit;}
a:active,a:hover {outline:none;text-decoration:none;}
input,button,textarea{outline:none;border:none;}
textarea{resize:none;}
img{vertical-align:top;border:0px;}
label { /*文字不能选中*/
    -moz-user-select:none;/*火狐*/
    -webkit-user-select:none;/*webkit浏览器*/
    -ms-user-select:none;/*IE10*/
    -khtml-user-select:none;/*早期浏览器*/
    user-select:none;
}

.fnred {
    color: #da3a4c;
    font-style: normal;
}
.fn-fl {
    display: inline;
    float: left;
}
.fn-fl a {
    margin-left: 2px;
}
.fn-fr {
    float: right;
}
.clearfix {
    zoom: 1;
}
.clearfix:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    font-size: 0;
    height: 0;
    line-height: 0;
}
body {
    background: #fff;
}
.regcon {
    float: right;
    width: 500px;
    padding-top: 25px;
    font-size: 13px;
    font-family: 'Microsoft YaHei';
}
.m-fnlogo {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 143px;
    height: 56px;
    margin: 0px 15px 15px;
    background: url(../images/fn-icon.png) right bottom no-repeat;
}
.m-fntit {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 110px;
    line-height: 110px;
    color: #6c6c6c;
    padding: 0px 15px;
    font-size: 22px;
    font-family: 'Microsoft YaHei';
}
.regnav {
    list-style: none;
    margin: 20px 0px 0px;
    height: 37px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
}
.regnav .uli {
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: left;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #d5d5d5;
    border-bottom: 0 none;
    background: #fff;
    color: #333;
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    margin-right: 10px;
    cursor: pointer;
}
.regnav .uli:last-child {
    margin-right: 0;
}
.regnav .uli a {
    display: block;
    color: #333;
    text-decoration: none;
    padding: 0px 36px;
}
.regnav .active {
    color: #fc8301;
    font-weight: bold;
    border-top: 2px solid #fc8301;
    height: 36px;
    margin-bottom: -1px;
}
.regnav .active a {
    color: #fc8301;
}
.loginbtn {
    padding: 15px 12px 0px;
    color: #3c3c3c;
}
.loginbtn a {
    color: #0066cc;
    cursor: pointer;
}
.loginbtn a:hover {
    text-decoration: underline;
}
.m-fnbox {
    border: 1px solid #d5d5d5;
    background: #fff;
    padding: 35px;
    clear: both;
    margin-bottom: 50px;
}
.fnlogin {
    font-family: 'Microsoft YaHei';
    font-size: 12px;
    color: #3c3c3c;
}
.fnlogin input {
    margin: 0px;
    padding: 0px;
}
.fnlogin .ltit {
    color: #333;
    padding-bottom: 37px;
    font-size: 14px;
    font-weight: bold;
}
.fnlogin .inp {
    float: left;
    border: 1px solid #ccc;
    padding: 8px;
    height: 18px;
    line-height: 18px;
    margin-right: 10px;
    font-family: 'Microsoft YaHei';
    outline: 0 none;
    font-size: 14px;
    vertical-align: middle;
    width: 290px;
}
::-webkit-input-placeholder {
    color: #ccc;
}
:-moz-placeholder {
    color: #ccc;
}
::-moz-placeholder {
    color: #ccc;
}
:-ms-input-placeholder {
    color: #ccc;
}
.fnlogin .fcolor {
    color: #3c3c3c;
}
.fnlogin .red {
    padding-left: 10px;
}
.fnlogin .nred {
    border: 1px solid #da3a4c;
}
.fnlogin .success {
    background: url(../images/fn-icon.png) 280px -89px no-repeat;
}
.fnlogin .error {
    background: url(../images/fn-icon.png) 126px 10px no-repeat;
}
.fnlogin .success.fcode,
.fnlogin .success.imgcode {
    background-position: 125px -89px;
}
.fnlogin .error.fmobile,
.fnlogin .error.femail,
.fnlogin .error.fpass,
.fnlogin .error.fsecpass {
    background-position: 280px 10px;
}
.fnlogin .noticebox {
    width: 227px;
    color: #da3a4c;
    background: #fff8e1;
    border: 1px solid #fddbaa;
    height: 32px;
    line-height: 15px;
    padding: 2px 8px 0px 8px;
}
.fnlogin .noticebox2 {
    width: 227px;
    color: #da3a4c;
    background: #fff8e1;
    border: 1px solid #fddbaa;
    height: 32px;
    line-height: 32px;
    padding: 2px 8px 0px 8px;
}
.fnlogin .errorbox {
    width: 300px;
    color: #da3a4c;
    background: #ffebeb;
    border: 1px solid #ffbdbe;
    height: 18px;
    line-height: 18px;
    padding: 8px;
}
.fnlogin .v-captcha {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    float: left;
    margin-right: 10px;
    height: 34px;
    line-height: 34px;
}
.fnlogin .v-captcha img {
    display: inline;
    float: left;
    width: 85px;
    height: 34px;
    margin-right: 10px;
}
.fnlogin .v-captcha a {
    color: #0066cc;
    cursor: pointer;
}
.fnlogin .fcode,
.regcon .imgcode {
    width: 137px;
}
.fnlogin .icode {
    display: block;
    text-align: center;
    line-height: 35px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 1px;
    height: 35px;
    color: #3c3c3c;
    margin: 0 30px 0 5px;
    width: 115px;
    outline: 0 none;
    cursor: pointer;
    font-family: 'Microsoft YaHei';
    font-size: 12px;
}
.fnlogin .icode:hover {
    text-decoration: underline;
}
.fnlogin .disabled.icode {
    color: #ccc;
    cursor: default;
}
.fnlogin .disabled.icode:hover {
    text-decoration: none;
}
.fnlogin .line {
    height: 37px;
    padding-bottom: 25px;
}
.fnlogin .liney {
    height: auto;
    padding-bottom: 0px;
}
.fnlogin .line .dt {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 34px;
    line-height: 34px;
    padding-left: 10px;
    background: url(../images/fn-icon.png) 0px -137px no-repeat;
}
.fnlogin .line .linel {
    float: left;
    text-align: right;
    width: 90px;
}
.fnlogin .line .liner {
    float: left;
}
.fnlogin .line .liner p {
    color: #fc8301;
}
.show-voice {
    width: 700px;
    line-height: 20px;
    font-size: 12px;
    color: #999;
    padding-left: 85px;
    float: left;
    display: none;
}
.fnlogin .v-txt,
.regcon .ui_panel,
.fnlogin .v-txt2 {
    display: none;
}
.fnlogin .safeline {
    clear: both;
    padding-top: 4px;
    padding-left: 49px;
    color: #666;
}
.fnlogin .safeline .sz {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    color: #fff;
    background: #d5d5d5;
    width: 65px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    margin-left: 1px;
}
.fnlogin .safeline .son {
    background: #da3a4c;
}
.fnlogin .iyes {
    margin-right: 5px;
    margin-top: 2px;
}
.fnlogin .checkcon {
    height: 34px;
}
.fnlogin .checkcon .checktxt {
    height: 18px;
    padding-right: 106px;
    padding-top: 10px;
}
.fnlogin .itxt {
    color: #0066cc;
    text-decoration: none;
}
.fnlogin .itxt:hover {
    text-decoration: underline;
}
.fnlogin .regbtn {
    display: block;
    clear: both;
    cursor: pointer;
    margin: 20px 0px 10px 0;
    width: 250px;
    height: 40px;
    color: #fff;
    font-family: 'Microsoft YaHei';
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    background: #fc8301;
    text-decoration: none;
}
.fnlogin .regbtn:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;
}
.fnlogin .liner a img.ma-le-210 {
    position: relative;
    top: -4px;
}
em {
    color: #ff0000;
}

/* 广告图背景 */
body {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
}
.main {
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    /* min-height: 486px; */
    position: relative;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-align: center;
    align-items: center;
}
.page-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-width: 1224px;
    z-index: -1;
    overflow: hidden;
}

.page-bg a {
    display: block;
    width: 1920px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
