
.banner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
}
.banner-box {
    width: 100vw;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
}
#remberPass {
    margin: 3px 5px 0 0;
}
input[type=checkbox] {
    margin-right: 5px;
    cursor: pointer;
    font-size: 14px;
    width: 15px;
    height: 12px;
    position: relative;
}
input[type=checkbox]:after {
    position: absolute;
    width: 12px;
    height: 13px;
    top: 0;
    content: " ";
    background-color: #fff;
    color: #fff;
    display: inline-block;
    border: 1px solid #ccc;
    /* visibility: visible; */
    padding: 0px 1px;
    border-radius: 3px;
}
input[type=checkbox]:checked:after {
    background-color: #0E743E;
    border: 1px solid #0E743E;
    content: "✓";
    font-size: 12px;
    text-align: center;
    line-height: 14px;
}
.banner-news {
    width: 100vw;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
}
.banner-item {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.banner-content {
    position: absolute;
    left: 50px;
    bottom: 50px;
    width: 595px;
}
.banner-title {
    padding: 10px;
    background: rgba(0, 0, 0, .5);
    font-size: 32px;
    line-height: 40px;
    color: #fff;
    font-weight: 500;
}
.banner-title a {
    font-size: 32px;
    line-height: 40px;
    font-weight: 500;
}
.banner-desc a {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}
.banner-title a, .banner-desc a {
    color: #fff;
}
.banner-title a:hover, .banner-desc a:hover {
    text-decoration: none;
}
.banner-desc {
    padding: 5px 10px;
    color: #fff;
    line-height: 16px;
    font-size: 12px;
    margin-top: 10px;
    background: rgba(0, 0, 0, .5);
    font-weight: 400;
}

.banner-icon {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center;
}
.banner-icon ul li {
    display: inline-block;
    width: 50px;
    height: 4px;
    background: rgba(0,0,0,0.50);
    overflow: hidden;
    cursor: pointer;
    margin: 0 2px;
}
.banner-icon ul li.cur {
    background: #fff;
}

.sidebar {
    width: 357px;
	position: absolute;
	right: 140px;
	top: 100px;
	height: calc(100% - 100px - 80px);
	overflow-y: auto;
	display: flex;
	align-items: center;
}
.sidebar-con {
    width: 357px;
    position: relative;
    min-height: 426px;
	background: rgba(255, 255, 255, 0.90);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
	border-radius: 6px;
}
.header {
    position: absolute;
    width: 100%;
    height: 100px;
    left: 0;
    top: 0;
    background: rgba(14, 116, 62, 0.70);
    z-index: 9;
}
/* .header {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
    align-items: center;
} */
.header .logo {
    height: 60px;
        /* width: 497.4px; */
        margin: 20px 0 0 30px;
        line-height: 60px;
}
.logo img {
    height: 60px;
    float: left;
}
.logo span {
    float: left;
    color: #fff;
    font-size: 32px;
    margin-left: 40px;
}
.lan {
    font-size: 14px;
    color: rgba(0,0,0,0.25);
}
.lan span {
    margin: 0 5px;
}
.lan a {
    color: #fff;
    display: inline-block;
    width: 80px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    margin: 30px 100px 0 0;
}
.content {
    /* padding: 0 25px; */
	
}
.content-top {
    color: rgba(0,0,0,0.85);
    line-height: 36px;
	text-align: center;
	margin-top: 10px;
}
.content-top span {
    font-size: 16px;
    margin-top: 10px;
	color: #333333;
}

.content-tabs {
    /* margin-top: 30px; */
}
.content-tabs-title {
    display: flex;
}
.content-tabs-title div {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    height: 40px;
    /* border-bottom: 1px solid rgba(0,0,0,0.10); */
    font-size: 16px;
    cursor: pointer;
	background: #D8DAD7;
	color: #999 !important;
	font-weight: normal;
}
.content-tabs-title div.cur {	
	display: block;
	width: 50%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #000 !important;
	background: #fff;
	font-weight: bold;
}
.content-tabs-content{
	padding: 0 25px;
	padding-top: 10px;
}
.login-typebox {
    /* padding-top: 30px; */
}
.login-input-gap {
    height: 25px;
    line-height: 25px;
    color: #E02020;
    font-size: 12px;
}
.login-input-item{
    display: flex;
}
.login-input-item-left{
    display: flex;
    flex: 1;
}
.input-icon {
    width: 40px;
    height: 40px;
    background: #BFBFBF;
    border-radius: 4px 0 0 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.input-icon img {
    width: 24px;
}
.input-text {
    display: flex;
    flex: 1;
	height: 40px;
}
.input-text input {
    width: 100%;
    border: 1px solid rgba(0,0,0,0.15);
    /* border-left: 0; */
    border-radius: 4px;
    text-indent: 10px;
    color: #000;
    background: #fff;
}
.submitbox{
	padding: 0 25px;
}
.login-input-item-right {
    margin-left: 10px;
}
.login-input-item-right img {
    width: 118px;
    height: 40px;
    cursor: pointer;
}
.login-input-item-right button {
    width: 118px;
    height: 40px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

.submitbox button {
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border: none;
    width: 100%;
    height: 40px;
    cursor: pointer;
}

.content-tips {
    font-size: 12px;
    margin-top: 5px;
	padding: 0 25px;
}
.content-tips a {
    font-size: 12px;
    text-decoration: underline;
}
.content-btns {
    margin-top: 15px;
}
.content-btns-links{
	padding: 0 25px;
	display: flex;
	justify-content: space-between;
}
.content-btns-links a {
	display: inline-block;
    font-size: 14px;
	text-align: center;
}
.content-btns-links a span{
	color: #666;
}

.qrcode-box {
    width: 200px;
    height: 200px;
    position: relative;
    margin: 0 auto;
}
.qrcode-ww {
    width: 200px;
    margin: 0 auto;
}
.qrcode-box img {
    width: 200px;
    height: 200px;
}
#codeQR_PIC {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.qrcode-cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: rgba(255, 255, 255, .9);
}
.qrcode-cover p {
    color: rgba(0,0,0,0.85);
    font-size: 16px;
}
.qrcode-cover button {
    width: 128px;
    height: 40px;
    border: none;
    border-radius: 4px;
    margin-top: 20px;
    cursor: pointer;
}
.qrcode-desc {
    text-align: center;
    font-size: 13px;
    color: #737C84;
    line-height: 1.6;
    margin-top: 15px;
    padding-bottom: 20px;
}
.qywx{
	width: 160px;
	height: 24px;
	line-height: 24px;
	margin: 0 auto;
	color: #0082EF;
	font-size: 20px;
	text-align: left;
	display: flex;
	padding-bottom: 20px;
}
.qywx img{
	width: 29px;
	height: 24px;
	vertical-align: top;
	margin-right: 8px;
}
/* .footer {
    margin-bottom: 25px;
} */
.footer {
    position: absolute;
    left: 0;
    bottom: 0px;
    /* background-image: linear-gradient(180deg, rgba(199, 120, 46, 0.00) 0%, rgba(199, 120, 46, 0.70) 100%); */
    width: calc(100% - 240px);
    padding: 0 120px;
    line-height: 30px;
    /* background: rgba(0, 0, 0, .4); */
    text-align: center;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}
.footer ul {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.footer ul li {
    display: flex;
    color: #fff;
	font-size: 12px;
}
.footer .fr {
    margin-left: 60px;
}
.footer-links{
    font-size: 14px;
}
.footer-links span {
    margin: 0 5px;
}
.footer-copyright{
    font-size: 12px;
    line-height: 22px;
    margin-top: 10px;
}

.tencent-btn {
    width: 100%;
    height: 40px;
}

.ali-item-bg {
    background-image: linear-gradient(0deg,#EDEDED,#ffffff);
}

.webauthn-box {
    padding: 40px 0 60px;
    text-align: center;
}
.webauthn-box a {
    display: inline-block;
    width: 80%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    color: #333;
    margin: 0 auto;
}
.webauthn-box a:hover {
    text-decoration: none;
}


/* 网络登录 */
.net-msg {
    margin: 50px 50px 0;
    line-height: 22px;
    position: relative;
    padding-left: 20px;
}
.net-msg img {
    width: 14px;
    height: 14px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 4px;
}
.net-msg p {
    color: rgba(0,0,0,0.65);
    font-size: 14px;
    display: inline-block;
}
.net-button {
    opacity: 0.5;
    background: #003399;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    margin: 50px 25px 20px;
}
.net-button p {
    color: #fff;
    font-size: 16px;
}
.net-button.button-success {
    opacity: 1;
}
.tips {
	padding: 0 25px;
    
    line-height: 22px;
    margin-top: 10px;
    text-align: left;
}
.tips b,.tips span{
	font-size: 12px !important;
	color: rgba(0, 0, 0, 0.85) !important;
}
.tips a{
	font-size: 12px !important;
}