@charset "utf-8";
body {
	font: 12px/1.5 "Microsoft YaHei",tahoma,arial,'Hiragino Sans GB','\5b8b\4f53',sans-serif;
}
blockquote, body, button, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5,
h6, input, legend, li, ol, p, pre, td, textarea, th, ul {
	margin: 0;
	padding: 0
}
.clearfix {
    zoom: 1;
}

/*HEADER begin*/
#header{
	padding: 22px 0;
    height: 88px;
}
.logo {
    width: 1200px;
    margin: 0 auto;
}
.logo a {
    display: block;
    text-decoration: none;
    float: left;
    zoom: 1;
    width: 116px;
    height: 44px;
    line-height: 50px;
    vertical-align: middle;
}
.logo img {
	display: block;
	margin-top: -6px;
}
/*HEADER end*/

/*CONTENT begin*/
#content{
	height: 500px;
	position: relative;
}
.login-newbg {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    height:500px;
    background-image: url(../img/icon_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 500px;
}
#content .content-layout {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    height: 600px;
    z-index: 999;
}
.login-box-warp {
    position: absolute;
    top: 90px;
    width: 350px;
    right: 60px;
    border-radius: 4px;
    background-color: rgba(255,255,255,.8);
    z-index: 1000;
}
.login-box {
    padding: 25px 25px 23px;
    color: #6c6c6c;
    position: relative;
    margin: 0 auto;
}
.login-title {
    height: 18px;
    line-height: 18px;
    font-size: 16px;
    color: #359df5;
    margin-top: 9px;
    padding-bottom: 8px;
    font-weight: 300;
}
#warnings {
	position: absolute;
	top: 55px;
	width: 300px;
	height: 26px;
    padding: 2px;
    line-height: 25px;
    text-indent: 0.5em;
}
#warnings a {
    line-height: 18px;
}
#warnings .glyphicon {
	color: #FF7D43;
    font-size: 17px;
}
#warnings .warning-text {
	position: absolute;
	top: 0;
}
/*LOGIN TIP begin*/
.login-switch {
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 7px;
    top: 8px;
    -moz-user-select: none;
}
.login-switch i:hover {
	color: #0068b7;
}
.login-tip {
    position: absolute;
    top: 6px;
    right: 58px;
}
.poptip {
    border: 1px solid #359df5;
    height: 27px;
    line-height: 15px;
    padding: 5px 20px 5px 15px;
    background: #EEF7FE;
    position: relative;
}
.poptip-arrow {
    top: 8px;
    right: 0;
    position: absolute;
    z-index: 10;
    *zoom: 1;
}
.poptip-arrow em,.poptip-arrow span {    
    position: absolute;
	*zoom: 1;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px;
	overflow: hidden;
}
.poptip-arrow em {
	left: 1px;
	border-color: transparent transparent transparent #359df5;
}
.poptip-arrow span {
	left: 0;
	border-color: transparent transparent transparent #eaf9ef;
}
.poptip .poptip-content {
    color: #359df5;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
}
.poptip .poptip-content .iconfont {
    color: #df9c1f;
    font-size: 14px;
    margin-right: 8px;
}
/*LOGIN TIP end*/
/*PWD LOGIN begin*/
.field {
    margin-top: 34px;
    position: relative;
}
.login-text {
    height: 40px;
    background-color: #fff;
 }
.login-links {
    overflow: hidden;
    text-align: right;
}
.login-links a {
    color: #6c6c6c;
}
.login-links a:hover {
    color: #359df5;
    text-decoration: none;
}
.login-submit {
	width: 100%;
	height: 40px;
	margin-top: 20px;
	color: #fff;
	background-color: #359df5;
}
.login-submit:hover,.login-submit:active {
	color: #fff;
	background-color: #0068b7;
}
.login-submit:focus {
	color: #fff;
}
/*PWD LOGIN end*/
/*QR CODE LOGIN begin*/
.qrcode-main {
    position: relative;
    margin-top: 24px;
    height: 140px;
}
.qrcode-main .msg-err {
    width: 140px;
	height: 140px;
	font-size: 14px;
	text-align: center;
	position: absolute;
	left: 80px;
	top: 44px;
	z-index: 9999;
}
.qrcode-main .msg-err .refresh {
    width: 119px;
	height: 27px;
	line-height: 28px;
	margin: 13px auto;
	background: #359df5;
	display: block;
	color: #fff;
	border-radius: 3px;
	text-decoration: none;
}
.qrcode-img {
    position: absolute;
    left: 80px;
    top: 0;
    z-index: 100;
}
.qrcode-desc {
    overflow: hidden;
    margin: 20px auto 0;
}
.qrcode-desc p {
	font-size: 16px;
	color: #359df5;
	font-weight: 300;
	text-align: center;
}
.qrcode-success-desc {
	overflow: hidden;
    margin: 13px auto 0;
	text-align: center;
}
.qrcode-success-desc p {
	font-size: 16px;
	font-weight: 300;
	margin: 3px auto 3px;
}
.qrcode-success-desc a {
	font-size: 14px;
	color: #359df5;
	font-weight: 300;
	text-decoration: none;
}
/*QR CODE LOGIN end*/
/*MODAL begin*/
.modal-text {
	padding: 20px 10px; font-size: 16px; text-align: center; font-family: '微软雅黑';
}
.modal-button{
	height: 48px; color: #1d99f1; font-size: 16px; border: 0px; border-radius: 0 0 4px 4px; width: 318.4px; font-family: '微软雅黑';
}
/*MODAL end*/
/*CONTENT end*/

/*FOOTER begin*/
#footer {
	padding-top: 30px;
}
#footer p{
	width: 100%;
	margin-top: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	color: #787878;
	margin: 0 auto;
}
/*FOOTER end*/

@font-face {
  font-family: 'ynfont';
  src:  url('../ynfonts/ynfont.eot?xid0rm');
  src:  url('../ynfonts/ynfont.eot?xid0rm#iefix') format('embedded-opentype'),
    url('../ynfonts/ynfont.ttf?xid0rm') format('truetype'),
    url('../ynfonts/ynfont.woff?xid0rm') format('woff'),
    url('../ynfonts/ynfont.svg?xid0rm#ynfont') format('svg');
  font-weight: normal;
  font-style: normal;
}

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ynfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.yn-stw-logo3:before {
  content: "\e918";
}
.yn-pwd-login:before {
  content: "\e901";
}
.yn-qr-login:before {
  content: "\e902";
}
.yn-stw-logo2 .path1:before {
  content: "\e903";
  color: rgb(255, 255, 255);
}
.yn-stw-logo2 .path2:before {
  content: "\e904";
  margin-left: -2.568359375em;
  color: rgb(0, 0, 0);
}
.yn-stw-logo2 .path3:before {
  content: "\e905";
  margin-left: -2.568359375em;
  color: rgb(0, 0, 0);
}
.yn-stw-logo2 .path4:before {
  content: "\e906";
  margin-left: -2.568359375em;
  color: rgb(0, 0, 0);
}
.yn-stw-logo2 .path5:before {
  content: "\e907";
  margin-left: -2.568359375em;
  color: rgb(0, 0, 0);
}
.yn-stw-logo2 .path6:before {
  content: "\e908";
  margin-left: -2.568359375em;
  color: rgb(0, 0, 0);
}
.yn-stw-logo2 .path7:before {
  content: "\e909";
  margin-left: -2.568359375em;
  color: rgb(0, 0, 0);
}
.yn-stw-logo2 .path8:before {
  content: "\e90a";
  margin-left: -2.568359375em;
  color: rgb(0, 0, 0);
}
.yn-stw-logo2 .path9:before {
  content: "\e90b";
  margin-left: -2.568359375em;
  color: rgb(0, 0, 0);
}
.yn-stw-logo2 .path10:before {
  content: "\e90c";
  margin-left: -2.568359375em;
  color: rgb(0, 0, 0);
}
.yn-stw-logo2 .path11:before {
  content: "\e90d";
  margin-left: -2.568359375em;
  color: rgb(0, 0, 0);
}
.yn-stw-logo2 .path12:before {
  content: "\e90e";
  margin-left: -2.568359375em;
  color: rgb(0, 0, 0);
}
.yn-stw-logo2 .path13:before {
  content: "\e90f";
  margin-left: -2.568359375em;
  color: rgb(0, 0, 0);
}
.yn-stw-logo2 .path14:before {
  content: "\e910";
  margin-left: -2.568359375em;
  color: rgb(0, 0, 0);
}
.yn-stw-logo2 .path15:before {
  content: "\e911";
  margin-left: -2.568359375em;
  color: rgb(0, 0, 0);
}
.yn-stw-logo2 .path16:before {
  content: "\e912";
  margin-left: -2.568359375em;
  color: rgb(0, 0, 0);
}
.yn-stw-logo2 .path17:before {
  content: "\e913";
  margin-left: -2.568359375em;
  color: rgb(230, 0, 18);
}
.yn-stw-logo2 .path18:before {
  content: "\e914";
  margin-left: -2.568359375em;
  color: rgb(230, 0, 18);
}
.yn-stw-logo2 .path19:before {
  content: "\e915";
  margin-left: -2.568359375em;
  color: rgb(230, 0, 18);
}
.yn-stw-logo2 .path20:before {
  content: "\e916";
  margin-left: -2.568359375em;
  color: rgb(230, 0, 18);
}
.yn-stw-logo2 .path21:before {
  content: "\e917";
  margin-left: -2.568359375em;
  color: rgb(230, 0, 18);
}
.yn-stw-logo:before {
  content: "\e900";
}
.yn-security:before {
  content: "\e9b4";
}

.yn-stw-logo3 {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe918;');
}
.yn-pwd-login {
	color: #359df5;
	font-size: 40px;
    cursor: pointer;
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe901;');
}
.yn-qr-login {
	color: #359df5;
	font-size: 40px;
    cursor: pointer;
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe902;');
}
.yn-stw-logo2 {
	font-size: 60px;
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe903;');
}
.yn-stw-logo {
	color: rgb(229,2,18);
	font-size: 44px;
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe900;');
}
.yn-security {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe9b4;');
}

.codeInput{
	height: 40px;
    width: 180px;
    float: left;
    margin-right: 10px;
    display: inline-block;
}
.codeImg{
    border: 1px solid #ccc;
    border-radius: 4px;
        float: left;
    display: inline-block;
}


