@charset "UTF-8";
html {
    font-size: 62.5%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*, *:before, *:after {
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

html, body {
    margin: 0;
    height: 100%;
    content-zooming: none;
}

body {
	padding: 0;
	margin: 0;
	font-size: 14px;
	/* background-image:url('../images/bg2.png'); 
	background-size: 100% 100%;*/
    font-family: -apple-system, BlinkMacSystemFont, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', sans-serif;
    background-color: #f7f8fa;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.login_scan {
    width: 32em;
    position: relative;
    text-align: center;
    vertical-align: center;
    bottom: 0;
    position: relative;
}

.login_scan_failed {
    height: calc(100% - 10.857em);
    margin: 4.5714em 0 6.2957em 0;
}

.login_scan_success {
    margin-top: 12px;
    position: relative;
    width: 100%;
    height: 232px;
    background: #FFFFFF;
    text-align: center;
    margin-bottom: 32px;
    padding-bottom: 40px;
}

.login_scan_success > img {
    margin-top: 45px;
}

.login_scan span, .login_scan a, .login_scan img {
    display: block;
    letter-spacing: 0.1em;
}

.login_scan img {
    margin-top: 40px;
}

.login_scan span.login_f_confirm {
    margin: 1.42em 0 0.57em 0;
    font-family: PingFangSC-Light;
    font-size: 1.22em;
    cursor: pointer;
    letter-spacing: 0;
}

.login_scan_success span.login_f_confirm {
    display: block;
    margin-top: 45px;
    color: #1D2129;
    letter-spacing: 0;
    font-family: PingFang SC;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
}

.login_f_t {
    font-family: PingFangSC-Light;
    font-size: 1.07em;
    color: #DF2525;
    letter-spacing: 0;
    cursor: pointer;
}

.login_f_t_not_same_user {
    font-family: PingFangSC-Light;
    font-size: 1.07em;
    color: #DF2525;
    letter-spacing: 0;
    cursor: pointer;
}

.login_scan a {
    width: 10.9em;
    height: 2.5em;
    line-height: 2.5em;
    margin: 0 auto;
    text-decoration: none;
    border-radius: 0.4em;
    font-weight: normal;

    border-radius: 4px;
    font-family: PingFangSC-Light;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0.5px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);

}

.login_scan .button {
    width: 100%;
    bottom: 0;
    position: absolute;
}

.login_scan a.confirm {
    background: #0f88eb;
}

.login_scan a.cancel {
    font-family: PingFangSC-Light;
    font-size: 1.2142em;
    color: #888888;
    letter-spacing: 0.5px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
}
.vertical-container {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

/*扫一扫登录页面*/
.scan_code_pic span.title {
    display: block;
    margin-top: 2em;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.5);
}

.scan_box {
    width: 380px;
    height: 434px;
    background: rgba(255, 255, 255, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff);
    position: absolute;
    margin: 0 auto;
    bottom: 50%;
    left: 50%;
  	-ms-transform: translateY(50%) translateX(-50%);
  	-moz-transform: translateY(50%) translateX(-50%);
  	-webkit-transform: translateY(50%) translateX(-50%);
  	-o-transform: translateY(50%) translateX(-50%); 
    border-radius: 4px;
	
}

.scan_footer {
    width: 100%;
    height: 68px;
    position: absolute;
    background: rgba(255, 255, 255, 1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4cffffff, endColorstr=#4cffffff);
    line-height: 68px;
    bottom: 0px;
    text-align: center;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #2196F3;
    letter-spacing: 0;
    border-radius: 0 0 4px 4px;
}

.scan_pic {
    margin: 0 auto;
    position: relative;
    text-align: center;
    vertical-align: center;
    position: absolute;
    width: 100%;
    height: calc(100% - 68px);
}

.scan_pic span.title {
    display: block;
    margin-top: 22px;
    font-family: PingFangSC-Regular;
    font-size: 20px;
    color: #1A1A1A;
    letter-spacing: 0;
    margin-bottom: 36px;
}

.scan_code_pic > img {
    margin-top: 45px;
}

.scan_pic span.sub_title {
    display: block;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
}

.title_h1 {
    margin: 0 0 12px 0 !important;
    font-family: PingFangSC-Regular;
    font-size: 20px;
    color: #1A1A1A;
    letter-spacing: 0;
    color: #1A1A1A;
    letter-spacing: 0;
}

.scan_success_img {
    margin: 85px 0 40px 0;
}

.scan_a {
    color: #2196F3;
    text-decoration: none;
}

/*登录失效页面*/
.scan_Invalid {
    width: 240px;
    height: 240px;
    position: absolute;
    z-index: 10;
    background: rgba(255, 255, 255, 0.9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5ffffff, endColorstr=#e5ffffff);
    top: 0;
    margin: 44px 0 0 70px;
}

.scan_Invalid img {
    position: absolute;
    top: 50%;
    margin-top: -29px;
    left: 50%;
    margin-left: -29px;
    cursor: pointer;

}

.scan_Invalid img:hover {
    -webkit-transform: rotate(360deg); /*鼠标hover时，i图标旋转*/
    transform: rotate(360deg);

    -webkit-transition: -webkit-transform 5s linear; /*transform进行动画，动画用时1秒钟*/
    transition: -webkit-transform 2s linear;

}

.scan_code_refresh > .title {
    font-size: 16px !important;

}

.scan_login_logo {
    position: absolute;
    top: 35px;
    margin-left: 60px;
}
.scan_login_logo img{
	max-height: 70px;
    max-width: 320px;
}

.page_footer {
    display: block;
    position: fixed;
    width:100%;
    text-align: center;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0;
    bottom: 5%;
}

.scan_international {
    position: relative;
    top: 10px;
    text-align: right;
    margin-right: 60px;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0;
    display: block;
}

.scan_international > span {
    margin: 0 8px;
    cursor: pointer;
}

.scan_international > span.active {
    font-weight:bold;
}

.language_switch{
	height: 28px;
    position: absolute;
    text-align: left;
    cursor: pointer;
    border-radius: 3px;
    right: 60px;
    top: 60px;
    border-radius: 4px;
    font-size: 14px;
}

.language_switch_list{
	padding: 5px 10px;
}

.qr_login{
    display: flex;
    justify-content: center;
    margin-top:32px;
}

.qr_login_confirm{
    width: 311px;
    height: 48px;
    background: #165DFF;
    border-radius: 100px;
    display: block;
    color: #FFFFFF;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    text-decoration: none;
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.qr_login_confirm:hover{
    background: #4080FF;
}

.qr_login_confirm:active{
    background: #0E42D2;
}

.login_f_confirm_tips{
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    color: #86909C;
}