@charset "utf-8";
body {
    font-family: "Microsoft YaHei",tahoma,arial,'Hiragino Sans GB','\5b8b\4f53',sans-serif;
}
@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;
}
/*-------------------------- 头部--------------------- */
#header {
    display: -webkit-flex; /* Safari */
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    height: 88px;
    padding: 0 75px;
}
.logo {
   order: 0;
}
.logo img {
    margin-top: 3px;
}
.role-change {
   order: 1;
   display: -webkit-flex; /* Safari */
   display: flex;  
   align-items: center;
}
.role-change img {
    order: 0;
    margin-right: 10px;
}
.role-change a {
    order: 1;
    text-decoration: none;
    color: #666666; 
    font-size: 18px;              
}
/* ------------------------主体------------------- */
#content {
    min-width: 1200px;
    height: 500px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    
}
.content-layout {
    position: relative;
    width: 1200px;
    height: 500px;
    margin: 0 auto;
    overflow: hidden;
}
.login-box-wrap {
    width: 397px;
    box-shadow: 0 0 3px #359df7;
    border-radius: 10px;
    position: absolute;
    top: 68px;
    right: 50px;
    background-color: white;
}
.top-left-corner {
    position: absolute;
    top: 0;
    left: 0;
}
.top-right-corner {
    position: absolute;
    top: 6px;
    right: 6px;
}
.login-switch {
    position: absolute;
    top: 0;
    right: 0;
}
.login-switch i {
    line-height: 49px;
    width: 49px;
    height: 49px;
}
.login-switch i:hover {
    color: #0068b7;
}
.yn-pwd-login, .yn-qr-login {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    color: #359df5;
    font-size: 49px;        
}
.yn-pwd-login:before {
    content: "\e901";
}
.yn-qr-login:before {
     content: "\e902";
}
.login-tip {
    position: absolute;
    right: 61px;
    top: 16px;
}
.login-tip-arrow {
    position: absolute;
    right: 0;
    top: 0;
}
.login-tip-arrow em, .login-tip-arrow span {
    position: absolute;
    top: 0;
    border-style: solid;
    border-width: 5.5px;
    border-left-width: 9px;
    overflow: hidden;
         }
         .login-tip-arrow em {
    left: 2px;
    border-color: transparent transparent transparent #359df5;
}
.login-tip-arrow span {
    left: 0;
    border-color: transparent transparent transparent #EEF7FE;
    z-index: 1;
}
.login-tip-content {
    width: 120px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    position: absolute;
    right: -2px;
    top: -10px;
    border: 1px solid #359df5;
    border-radius: 5px;
    font-size: 14px;
    background-color: #EEF7FE;
    color: #359df5;
}
#pwdLoginForm { /* -------------------------密码登录框--------------------    */
    position: relative;
    margin: 0 49px; 
}
.login-title {
    line-height: 16px;
    font-size: 16px;
    color: #359df5;
    margin-bottom: 49px;
    margin-top: 24px;
}
.alert-info {
    position: absolute;
    top: 30px;
    width: 100%;
    height: 29px;
    padding: 0 16px;
    line-height: 25px;
    border: 1px solid #359df5;
    border-radius: 5px;
    background-color: #EEF7FE;
} 
.alert-info span {
    font-size: 12px;
    color: #666666;
    margin-left: 5px;
}
input {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 16px;
    margin-bottom: 15px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    outline: none;
    background-color: white;
    color: #666666;
    font-size: 16px;
}
input::-webkit-input-placeholder {
    color: #b1b1b1;
}
input::-moz-placeholder {   /* Mozilla Firefox 19+ */
    color: #b1b1b1;
}
input:-moz-placeholder {    /* Mozilla Firefox 4 to 18 */
    color: #b1b1b1;
}
input:-ms-input-placeholder {  /* Internet Explorer 10-11 */ 
    color: #b1b1b1;
}
.captcha {
   width: 100%;
   display: -webkit-flex; /* Safari */
   display: flex;
   flex-flow: row nowrap;
   justify-content: space-between;
}
.textbox-captcha {
    order: 0;
    width: 180px;
}
.img-captcha {
    order: 1;
    width: 110px;
    height: 40px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
}
.login-links {
    margin-top: -5px;
    width: 308px;
    line-height: 14px;
    display: -webkit-flex; /* Safari */
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    font-size: 14px;
}
#goToRegister, #goToRegister:hover {
    text-decoration: none;
    color: #359df5;
}
#goToForget {
    text-decoration: none;
    color: #666666;
}
#goToForget:hover {
    text-decoration: none;
    color: #359df5;
}
#loginSubmit {
    display: block;
    width: 100%;
    height: 50px;
    margin: 27px 0 30px;
    background-color: #359df5;
    color: white;
    font-size: 24px;
}
#loginSubmit:hover {
    color: white;
    background-color: #0068b7;
}
#qrLoginForm { /* ---------------------二维码登录框----------------------- */
    margin:0 49px;
    display: none;
}
.qrcode-main {
    position: relative;
    display: -webkit-flex; /* Safari */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 140px;
}
#qrcodeImg {
    position: absolute;
    left: 79.5px;
    z-index: 1;        
}
#msgErr {
    z-index: 2;
    order: 0;
}
#msgErr h6 {
    color: #6c6c6c;
    font-weight: 800;
}
#msgErr a, #msgErr a:hover {
    width: 119px;
    height: 27px;
    line-height: 28px;
    margin: 13px auto;
    background: #359df5;
    display: block;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    text-decoration: none;
}
.qrcode-footer {
    width: 100%;
    height: 89px;
    text-align: center;
}
#qrcodeTip p {
    line-height: 16px;
    position: relative;
    top: 49px;
    font-size: 16px;
    color: #359df5;
    margin-bottom: 0;
}
#qrcodeSuccessMsg span {
    font-size: 12px;
    display: block;
    padding-top: 13px;
}
#qrcodeSuccessMsg p {
    font-size: 16px;
}
#qrcodeSuccessMsg a {
    font-size: 14px;
    color: #359df5;
    text-decoration: none;
}
/* ------------------------页脚--------------------  */
#footer {
    height: 80px;
    padding: 20px 0;
    display: -webkit-flex; /* Safari */
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: center;
}
#footer p {
    margin: 0;
    color: #787878;
    font-size: 16px;
}
/* ------------------------模态框--------------------  */
.health-already {
	background-color: white;
	width: 500px;
	height: 120px;
	border-radius: 4px;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 2000;
	display: none;
}
#healthAlreadyTip {
	font-size: 16px;
	position: relative;
	top: 30px;
	text-align: center;
}
#healthAlreadyFooter {
	border: 0;
	text-align: center;
	border-top: 1px solid #f0f0f0;
	padding: 0;
	position: absolute;
	bottom: 0;
}
.modal-footer-left-back {
	display: block;
	float: left;
	background-color: #fff;
	color: #359df5;
	font-size: 14px;
	border: 0;
	border-radius: 0 0 0 4px;
	border-right: 1px solid #f0f0f0;
	width: 250px;
	height: 42px;
	padding: 0;
	margin: 0;
	line-height: 42px;
	vertical-align: middle;
	text-align: center;
}
.modal-footer-right-cancel {
	display: block;
	float: right;
	background-color: #fff;
	color: #333;
	font-size: 14px;
	border: 0;
	border-radius: 0 0 4px 0;
	width: 250px;
	height: 42px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
	margin-left: 0;
}
/* ------------------------遮罩--------------------  */
.over {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1080;
	background:black;
	opacity: 0.6;
	display: none;
}