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

.banner-bottom-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 160px;
    background-image: linear-gradient(180deg, rgba(97,18,22,0.00) 0%, rgba(134,31,65,0.70) 100%);
}

.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;
    flex-shrink: 0;
}

.sidebar-full {
    width: 100%;
    height: calc(100vh - 200px);
    padding: 0;
    background: none;
    left: 0;
    top: 100px;
    /* align-items: flex-end; */
    align-items: center;
    justify-content: center;
    padding: 16px 0;
}

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

.header-top {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 0px;
    /* background: #fff; */
    /* background-image: linear-gradient(180deg, rgba(134,31,65,0.70) 0%, rgba(229,176,91,0.00) 100%); */
    margin: 0;
}
.header-top-left {
    display: flex;
    align-items: center;
}
.header-top-left .logo {
    height: 86px;
    margin: 0 0 0 60px;
}
.header-top-left p {
    width: 1px;
    height: 60px;
    overflow: hidden;
    display: block;
    /* float: left; */
    margin: 18px 25px;
    background: rgba(255, 255, 255, 0.25);
}
.header-top-left span {
    font-size: 32px;
    color: #fff;
}

.header-top .lan a {
    /* display: inline-block; */
    /* width: 80px; */
    /* height: 40px; */
    /* border: 1px solid rgba(39,39,39,1); */
    /* border-radius: 4px; */
    /* text-align: center; */
    line-height: 40px;
    color: #fff;
}
.header-top .lan {
    margin-right: 100px;
}
.header-top .lan span { 
    color: #fff;
    margin: 0 20px;
}
.header-top .lan a.underline {
    text-decoration: underline;
}

.content {
    margin: 25px 0;
    flex: 0 0 auto;
}
.content-top {
    font-size: 24px;
    color: rgba(0, 0, 0, 1);
    font-weight: bold;
    line-height: 62px;
    height: 62px;
    text-align: center;
}
.content-top span {
    font-size: 24px;
    color: rgba(0, 0, 0, 1);
    font-weight: bold;
}
.content-top p {
    font-size: 24px;
    font-weight: 600;
    margin-top: 10px;
}

.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;
}
.content-tabs-title div.cur {
    height: 39px;
    font-weight: 600;
}
.login-typebox {
    /* padding-top: 20px; */
}
.login-input-gap {
    height: 15px;
    line-height: 10px;
    color: #E02020;
    font-size: 12px;
}
.login-input-gap.errMsg {
    height: 25px;
    line-height: 25px;
}
.login-input-item{
    display: flex;
}
.login-input-item-left{
    display: flex;
    flex: 1;
}
.input-icon {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 4px 0 0 4px;
    border: 1px solid rgba(0,0,0,0.15);
    border-right: none;
    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: 40px;
}
.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;
}
.submitbox button:active {
    opacity: .8;
}

.content-tips {
    font-size: 12px;
    margin-top: 5px;
}
.content-tips a {
    font-size: 12px;
    text-decoration: underline;
}
.content-btns {
    margin-top: 10px;
}
.content-btns-links {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.content-btns-links a {
    font-size: 14px;
    /* margin-left: 10px; */
}
.content-btns-links a:hover {
    text-decoration: none;
    color: #b1040e;
}

.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: #7F7F7F;
    line-height: 16px;
    margin-top: 5px;
    padding-bottom: 20px;
}
.qrcode-desc span {
    color: #333;
}

.sidebar-full .content {
    margin: 0;
    width: 324px;
    /* border-radius: 6px; */
    /* margin-right: 140px; */
    /* background: rgba(255, 255, 255, .8); */
    position: relative;
    /* padding-bottom: 140px; */
    /* padding-right: 58px; */
    height: 628px;
    /* border-right: 1px solid  #F1F1F1; */
    box-sizing: border-box;
    float: left;
}
.sidebar-full .content .content-tabs {
    margin: 0;
}
.sidebar-full .content .content-tabs-title {
    height: 40px;
    display: flex;
}
.sidebar-full .content .content-tabs-title div {
    border-bottom: 0;
    /* background: rgba(0,0,0,0.10); */
}
.sidebar-full .content .content-tabs-title div span {
    font-size: 16px;
    display: inline-block;
    height: 38px;
    line-height: 38px;
}
.sidebar-full .content .content-tabs-title div.cur {
    border-bottom: 0;
    /* background: #fff; */
    background: none;
    color: #000;
    height: 40px;
}
.sidebar-full .content .content-tabs-title div.cur span {
    font-size: 20px;
    border-bottom: 2px solid #C21E1C;
    color: #000;
}
.content-systemdesc {
    text-align: center;
    /* margin-top: 20px; */
    height: 65px;
    line-height: 65px;
    font-size: 16px;
    color: #000;
}
.content-systemdesc span {
    font-size: 16px;
    font-weight: bold;
}
.content-systemdesc p {
    font-size: 16px;
    color: rgba(0,0,0,0.85);
}

.sidebar-full .content-tabs-content, .sidebar-full .submitbox, .sidebar-full .content-tips, .sidebar-full .content-btns {
    /* padding: 0 22px; */
}



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

.footer-bottom {
    width: 100%;
    /* height: 100px; */
    position: absolute;
    left: 0;
    bottom: 0px;
    /* background: #fff; */
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    font-size: 12px;
}
.footer-bottom div {
    color: #000;
    font-size: 14px;
}

.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;
}


.login-tips {
    margin: 0 auto;
    position: absolute;
    left: 0;
    bottom: 0;
    margin-right: 58px;
    overflow-y: auto;
    height: 90px;
}
.login-tips::-webkit-scrollbar {
    width: 5px;
}
.login-tips::-webkit-scrollbar-thumb {
    border-radius: 19px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    opacity: 0.2;
    background: rgba(0, 0, 0, 0.45);
}
.login-tips::-webkit-scrollbar-track {
    border-radius: 0;
    background: rgba(0, 0, 0, 0);
}
.login-tips p {
    font-size: 13px;
    color: #000000;
    line-height: 22px;
    font-weight: 400;
}
.login-tips ul li {
    font-size: 12px;
    color: rgba(0,0,0,0.85);
    line-height: 16px;
    font-weight: 400;
    word-break: break-all;
}
.login-tips ul li a {
    font-size: 12px;
}
.login-tips ul li span {
    font-size: 12px;
}
.login-tips div.tips {
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
}
.login-tips ul li span.link {
    cursor: pointer;
}


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

}

.qywx-dialog {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, .5);
    display: flex;
    align-items: center;
    justify-content: center;
}
.qywx-dialog-box {
    width: 300px;
    background: #fff;
    border-radius: 6px;
    padding: 20px;
}
.qywx-title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.qywx-title span {
    font-size: 16px;
    color: #000;
}
.qywx-title p {
    font-size: 20px;
    cursor: pointer;
}
.qywx-title img {
    width: 40px;
    cursor: pointer;
}
.qywx-content {
    width: 100%;
    margin-top: 10px;
}
.qywx-content img {
    width: 100%;
}
.qywx-text {
    /* text-align: center; */
    /* font-weight: bold; */
    /* font-size: 20px; */
    color: #000;
    margin-top: 10px;
}

.qywx-dialog-box2 {
    width: 800px;
}
.qywx-dialog-box2 .qywx-content {
    color: #000;
    line-height: 24px;
}

.sidebar-wrap {
    width: 480px;
    box-sizing: border-box;
    padding: 30px 0 30px 45px;
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.05);
    border-radius: 16px;
    background: rgba(255,255,255,.95);
    padding: 0 78px;
}

.page-qrcode {
    float: left;
    width: 280px;
    /* padding-left: 46px; */
    margin-left: 24px;
    text-align: center;
}
.qrcodetitle {
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
    /* padding-bottom: 50px; */
    color: #000;
}
.qrcode {
    width: 280px;
    height: 280px;
    position: relative;
    margin: 0 auto 0;
}
.qrcode-tips {
    text-align: center;
    line-height: 22px;
    /* margin-top: 25px; */
    font-size: 12px;
    color: #000;
}
.qrcode-tips span {
    font-size: 12px;
}
.refresh {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, .8);
    text-align: center;
}
.refresh p {
    margin-top: 45px;
    /* margin-top: 35px; */
    line-height: 24px;
    font-size: 16px;
}
.refresh-btn {
    width: 132px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    height: 40px;
    cursor: pointer;
    margin-top: 25px;
    /* margin-top: 5px; */
    /* width: 112px; */
}

.login-qrcodebox-item {
    width: 100%;
}

.entrybox {
  /*width: 340px;*/
  width: 120px;
  position: fixed;
  /*right: -300px;*/
  right: -0px;
  top: 150px;
}
.entry-title {
  /*width: 40px;*/
  width: 120px;
  /*height: auto;*/
  height: 40px;
  /* padding: 10px; */
  /* background: #fff; */
  border-radius: 4px 0 0 4px;
  float: left;
  /* border: 1px solid #eee; */
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  /*height: 120px; */
  background: #861F41;
  color: #fff;
}
.entry-title span {
    color: #fff;
}
.entry-list {
  width: 300px;
  min-height: 120px;
  float: left;
  background-color: #fff;
  border: 1px solid #eee;
  border-left: none;
  border-right: none;
  padding: 10px;
}
.entry-list ul {
  list-style: none;
}
.entry-list ul li {
  float: left;
  margin: 10px 10px;
}
.entry-list ul li a {
  color: #861F41;
}
.entry-list ul li a:hover {
  text-decoration: underline;
}

.insidelogo {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #ddd;
}
.insidelogo img { 
    width: 100%;
}

.insidefooter {
    width: 324px;
    position: absolute;
    left: 50%;
    margin-left: -162px;
    bottom: 20px;
    border-top: 1px solid #ddd;
    color: rgba(0,0,0,0.80);
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    padding-top: 10px;
}
