
.banner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
}
.banner-box {
    width: 100vw;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
}
.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: 40px;
    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;
}

.top-header {
    position: absolute;
    width: 100%;
    height: 100px;
    left: 0;
    top: 0;
    background: rgba(0,74,134,0.70);
    z-index: 9;
}
.logo {
    height: 40px;
    /* width: 497.4px; */
    margin: 30px 0 0 60px;
    line-height: 40px;
}
.logo img {
    height: 40px;
    float: left;
    margin: 0;
}
.logo span {
    float: left;
    color: #fff;
    font-size: 32px;
    margin-left: 40px;
}
.lan {
    margin: 29px 60px 0 0;
}
.lan a {
    display: inline-block;
    width: 80px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.sidebar {
    width: 320px;
    padding: 0 25px;
    display: flex;
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    overflow-y: auto;
    background: rgba(255,255,255,0.85);
    flex-direction: column;
    justify-content: space-between;
}

.header {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
    align-items: center;
}
.header .logo {
    height: 45px;
}
.lan {
    font-size: 14px;
    color: rgba(0,0,0,0.25);
}
.lan span {
    margin: 0 5px;
}

.content {
    margin: 25px 0;
}
.content-top {
    margin-top: 10px;
    font-size: 16px;
    line-height: 36px;
    /* font-weight: bold; */
    text-align: center;
}

.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;
    line-height: 40px;
    color: #999;
    background:  rgba(0,0,0,0.10);
}
.content-tabs-title div.cur {
    font-weight: 600;
    color: #000;
    background: none;
}
.login-typebox {
    margin-top: 10px;
    padding: 0 24px 0 24px;
}
.login-input-gap {
    height: 24px;
    line-height: 24px;
    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;
}
.input-text input {
    width: 100%;
    border: 1px solid rgba(0,0,0,0.15);
    /* border-left: 0; */
    /* border-radius: 0 4px 4px 0; */
    border-radius: 4px;
    text-indent: 10px;
    color: #000;
    background: #fff;
    height: 38px;
}
.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 {
    padding: 0 24px;
}
.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 24px;
}
.content-tips a {
    font-size: 12px;
    text-decoration: underline;
}
.content-btns {
    margin-top: 15px;
    padding: 0 24px;
}
.content-btns-links a {
    font-size: 14px;
    margin-left: 20px;
}

.qrcode-box {
    width: 172px;
    height: 172px;
    position: relative;
    margin: 0 auto;
}
.qrcode-ww {
    width: 200px;
    margin: 0 auto;
}
.qrcode-box img {
    width: 172px;
    height: 172px;
}
#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: 12px;
    color: rgba(0,0,0,0.85);
    line-height: 16px;
    margin-top: 5px;
    padding-bottom: 20px;
}

.sidebar-mid {
    width: 357px;
    position: absolute;
    right: 140px;
    top: 100px;
    height: calc(100% - 100px - 80px);
    overflow-y: auto;
    display: flex;
    align-items: center;
}
.sidebar-mid-content {
    width: 357px;
    position: relative;
    min-height: 500px;
}
.sidebar-mid-con {
    background: rgba(255, 255, 255, 0.90);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    padding-bottom: 24px;
}

.footer {
    margin-bottom: 25px;
}
.footer-links{
    font-size: 14px;
}
.footer-links span {
    margin: 0 5px;
}
.footer-copyright{
    font-size: 12px;
    line-height: 22px;
    margin-top: 10px;
}

.bottom-footer {
    display: flex;
    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%); */
    /* height: 160px; */
    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;
}
.bottom-footer ul {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.bottom-footer ul li {
    display: flex;
    color: #fff;
    font-size: 12px;
    margin: 0 20px;
}

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

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

.tips {
	font-size: 12px;
	color: rgba(0,0,0,0.85);
	line-height: 22px;
	margin-top: 10px;
	text-align: left;
    padding: 0 24px;
}
.tips span, .tips a {
    font-size: 12px;
}


#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;

}
