html {
  width: 100%;
  height: 100%;
}

body {
  color: #fff;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
  position: relative;
  background: url(../../images/pc/bgline.gif)

}

* {
  margin: 0;
  outline: 0;
}

/* 淇敼placeholder鐨勯鑹� */
input::-webkit-input-placeholder {
  color: #c5c6c5;
}

input::-moz-input-placeholder {
  color: #c5c6c5;
}

input::-ms-input-placeholder {
  color: #c5c6c5;
}

input:-internal-autofill-previewed,
input:-internal-autofill-selected {
  -webkit-text-fill-color: #000 !important;
  transition: background-color 5000s ease-in-out 0s !important;
}
.login_seen .qr-code{
  display: block;
}
.banner {
  width: 100%;
  height: 100%;
}

.context {
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 20;
  top: 0;
}

.left {
  display: flex;
  justify-content: center;
  align-items: center;
  float: right;
  width: 100%;
  height: 100%;
  position: relative;
}

.active {
  display: inline-block;
}

.content-box {
  overflow: visible;
  position: absolute;
  box-sizing: border-box;
  z-index: 10;
  background: rgba(50,50,50,0.5);
  padding: 2.9rem 2.9rem;
  border-radius: 25px;
  /* backdrop-filter: blur(1rem); */
  -webkit-backdrop-filter: blur(1rem);
  /* overflow: hidden; */
}

.content-box-template-right {
  right: 2%;
}

.appCodebgcontainer {
  display: block;
  /* display: block; */
  position: absolute;
  right: 0px;
  top: 0;
  width: 10.7rem;
  height: 10.7rem;
  border-top: 10rem solid rgba(97, 107, 105, 0.5);
  border-left: 10rem solid transparent;
  border-radius: 0 25px 0 0;
}
.qrcode_icon {
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  display: block;
  position: absolute;
  right: 1.6rem;
  top: -8.1rem;
  /* right: 0;
  top: 0; */
  cursor: pointer;
}

.qrcode_icon_turnscan {
  width: 6.4rem;
  height: 6.4rem;
  background-image: url(../../images/pc/qrcode_scan1.png);
}
.qrcode_icon_scanturnpsw {
  width: 5.5rem;
  height: 5.4rem;
  background-image: url(../../images/pc/scanturnpsw.png);
}

.qrcode_icon:hover {
  opacity: 0.9;
}

.auth_tab {
  position: relative;
}

.auth_tab_span {
  font-size: 20rem;
  color: #fff;
  position: absolute;
  top: 14rem;
  right: 0;
}

.auth_ul {
  display: flex;
  list-style: none;
  overflow: hidden;
  color: rgb(173, 173, 173);
  margin-top: 20rem;
  padding: 0;
  justify-content: center;
}

.auth_ul_li1 {
  width: 50%;
  display: block;
  text-align: center;
  cursor: pointer;
}

.auth_ul_li2 {
  width: 50%;
  display: block;
  text-align: center;
  cursor: pointer;
}

.auth_ul li span {
  font-size: 16rem;
  color: #000;
  vertical-align: bottom;
}

.auth_icon {
  display: inline-block;
  width: 22rem;
  height: 28rem;
  position: absolute;
  left: 5rem;
  top: 12rem;
  z-index: 1000;
}

.auth_icon_user {
  background: url(../../images/pc/user.png) no-repeat;
}

.auth_icon_pwd {
  background: url(../../images/pc/psw.png) no-repeat;
}

.auth_icon_paw {
  background: url(../../images/pc/v-code.png) no-repeat;
}

.auth_input {
  width: 92%;
  /* height: 60rem;
  line-height: 60rem; */
  margin-top: 1.2rem;
  margin-bottom: 1rem;
  /* margin-left: 28rem; */
  font-family: "Microsoft Yahei";
  background-color: transparent;
  border: 0;
  font-size: 1.6rem;
  color: #000;
}

input:focus {
  outline: none;
}

/* 鐧诲綍 */
.item {
  /* margin-bottom: 12rem; */
  position: relative;
  width: 100%;
  text-align: left;
  border-bottom: 0.1rem solid #bebdba;
}

.item.login {
  /* margin-top: 1rem; */
  /* margin-bottom: 20rem; */
}

.item .remember_me {
  color: #fff;
  float: left;
  /*font-size: 1.1rem;*/
  padding: 1.1rem 0 0rem;
  /* line-height: 3.8rem; */
  /* margin-bottom: .8rem; */
}

.item .remember_me > input {
  width: 15rem;
  height: 15rem;
  border: 1rem solid #fff;
  vertical-align: -2rem;
}

.auth_login_btn {
  width: 100%;
  height: 33rem;
  color: #fff;
  padding: 0.5rem 1.6rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 0.3rem;
  text-decoration: none;
  border: 0.1rem solid transparent;
  cursor: pointer;
  font-size: 1.8rem;
}

.primary {
  /* width:324rem; */
  /* height:4.4rem; */
  height: 4.8rem;
  background-color: #1890ff;
  border-color: #1890ff;
}

.auth_ul_active {
  color: #000;
}

a {
  text-decoration: none;
}

#qecode1 {
  display: inline-block;
  width: 100rem;
  height: 100rem;
  background: url(../../images/pc/co.png) no-repeat;
  background-size: cover;
  position: absolute;
  right: -35rem;
  top: -4rem;
}

#qecode2 {
  display: inline-block;
  width: 80rem;
  height: 80rem;
  background: url(../../images/pc/pc.png) no-repeat;
  background-size: cover;
  position: absolute;
  right: -35rem;
  top: -4rem;
}

.none {
  /*display: none !important;*/
  height: 0 !important;
  overflow: hidden;
}
.disNone{
  display: none;
}

.onenone {
  /*   display: none !important; */
  height: 0 !important;
  overflow: hidden;
}
.sendMsg {
  color: #333;
  cursor: pointer;
  position: absolute;
  right: .8rem;
  bottom: .8rem;
  font-size: 1.6rem;
  height: 3.2rem;
  line-height: 3.2rem;
}
.loginFace {
  /* 56 */
  margin-top: 5rem;
}

.scanlogin {
  text-align: center;
  padding-top: 1.4rem;
  /* border-top: 0.2rem solid rgb(174 182 183); */
  border-bottom: none;
}
.tab3 .phoneicon {
  width: 1.9rem;
  margin-right: 1.1rem;
}

.tab3 {
  text-align: center;
}

.tab3 .saoma {
  font-size: 18rem;
  line-height: 40rem;
  color: #fff;
}

.logobox {
  position: fixed;
  left: 10rem;
  top: 5rem;
  display: flex;
  align-items: center;
}
.logobox_title {
  font-size: 34px;
}

.logobox img {
  height: 8.5rem;
}

/* 鍒嗗壊绾� */
.tabcontent0 {
  /* border-bottom: 1rem dashed #fff; */
}

.content-box .title {
  margin: 0rem 0rem 2.6rem;
  font-size: 2.2rem;
  color: #fff;
  text-align: center;
  font-family:
          Microsoft YaHei-Bold,
          Microsoft YaHei;
  font-weight: bold;
  /* line-height: 9rem;
letter-spacing: 38rem; */
}

.bottom .otherLogin {
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  margin-top: 1.2rem;
  /* padding: 5rem 0 10rem; */
}

.bottom > div {
  text-align: center;
  margin-top: 1.9rem;
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
}

.bottom > div img {
  cursor: pointer;
  height: 2.1rem;
  margin-right: 0.8rem;
  vertical-align: middle;
}
.bottom > div > img {
  margin-right: 2.8rem;
}
.bottom > div span {
  margin-right: 2.8rem;
  cursor: pointer;
}

#welink {
  height: 1.6rem;
}

.qrcode_image {
  width: 20.1rem;
  margin: 0 1.5rem;
}
.forget_password {
  font-size: 1.4rem;
  color: #fff;
  position: absolute;
  right: 0rem;
  /* margin-bottom: 10rem; */
}

.forget_password:hover {
  color: #fff;
}
.firstnav {
  /* position: relative; */
  /* line-height: 40rem; */
  /* height: 21rem; */
  width: 100%;
  display: inline-block;
  text-align: center;
  /* border-bottom: 1rem solid #999; */
  margin-bottom: 1.7rem;
  border-bottom: 1px solid #fff;
  /* margin-left: .9rem; */
  font-size: 18px;
}

nav.firstnav {}

nav.firstnav {}

.firstnav ul {
  height: 100%;
  padding-left: 0rem;
}
.firstnav li {
  list-style: none;
  /* width: 8rem; */
  margin: 0;
  padding: 0 .9rem;
  float: left;
  position: relative;
  cursor: pointer;
  padding-bottom: 0.9rem;
  /* font-size: 18px; */
  font-size: 1.8rem;

}
.firstnav li span {
  /* 闃绘鐢ㄦ埛閫変腑鏂囧瓧 */
  user-select: none;
  color: #fff;
  font-size: 2rem;
  /* font-size: 18px !important; */
  font-weight: bold;
}
.firstnav li.liactive::after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  z-index: 11;
  bottom: -1px;
  left: 0;
  background: var(--main-color);
}
.tabscon section.conactive {
  height: auto;
  overflow: visible;
}
.tabscon section {
  display: block;
  height: 0;
  overflow: hidden;
}
.paw {
  display: flex;
}
.face-title {
  font-size: 2rem;
  margin-top: 2.5rem;
  font-weight: bold;
  margin-bottom: 0.7rem;
}
.face-tip {
  font-size: 1.3rem;
  margin-bottom: 3.5rem;
}
.loginInfo {
  /* text-align: center; */
}
.t_next {
  margin-top: 3.2rem;
}
.input_box > input {
  font-size: 1.6rem;
  line-height: 3.8rem;
  border: 0;
  border-bottom: 0.1rem solid #e3e3e3;
  width: 100%;
  /* text-indent: 40rem; */
  background: transparent;
}
.faceuser {
  height: 1.3rem;
  float: right;
  margin-top: -2.6rem;
  margin-right: 0.5rem;
}
.face-short {
  font-size: 1.1rem;
  /* text-align: center; */
}
.faceLogin {
  text-align: center;
}
.isfirstLoginTrue,
.isfirstLoginFalse {
  display: none;
}
.firstLoginTrue {
  display: block;
}

#pc-login {
  height: 100%;
  background-position: top center;
  background-size: cover;
  /* background-image: url(../images/bg_pc.jpg)!important; */
  color: #fff;
}

#show_password_login {
  font-size: 1.6rem;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}

#show_password_login:hover {
  color: #fff;
}

#pc-login .qrcode_btns {
  line-height: 0.2em;
  margin-top: 2rem;
  /* margin-bottom: 12px; */
}

.validatecode_image {
  display: block;
  height: 2.8rem;
  position: absolute;
  right: 0;
  bottom: 1rem;
}

#msg {
  font-size: 1.5rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

#msg p {
  color: #ffffff;
  margin-bottom: 2rem;
}

#msg h2 {
  color: #ffffff;
  margin-bottom: 2rem;
}

#msg a {
  background-image: url(../../images/pc/banner-1.jpg) !important;
  border: #0b70d8;
  text-decoration: underline;
}

#msg a:hover {
  color: #00a65a;
}
.form-tab-nav {
  color: red;
  float: left;
  width: 100%;
  /*margin-top: 5rem;*/
}

.msg-box {
  padding: 3rem 0;
  line-height: 0.15em;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: 100%;
  justify-content: center;
}

.msg-box p {
  margin-bottom: 0.16rem;
}

.msg-box a {
  color: #fff;
  text-decoration: none;
}

.msg-box a:hover {
  color: #1890ff;
}

.msg-box.errors {
  color: #ffc107;
}

.login-box {
  width: 30.4rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: 100%;
  justify-content: center;
}

#login-footer {
  z-index: 10;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2.4rem 0;
  line-height: 1.6em;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.3rem;
  text-align: center;
}

#login-footers {
  z-index: 10;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2.4rem 0;
  line-height: 1.6em;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.3rem;
  text-align: center;
}

#login-footer p {
  margin: 0;
}

.item .remember_me {
  float: none;
  display: flex;
  justify-content: space-between;
}

.item .remember_me .remember_7days {
  font-weight: 400;
  font-size: 1.4rem;
  margin-bottom: 0rem;
}

.item .remember_me .remember_7days input {
  width: 1.5rem;
  height: 1.5rem;
  border: 0.1rem solid #fff;
  vertical-align: -0.3rem;
  margin: 0;
}

.item .remember_me a.forget_password {
  position: static;
}

input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill {
  -webkit-text-fill-color: #000 !important;
  transition: background-color 5000s ease-in-out 0s !important;
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
}

/* 杞挱鍥� */
.swiper-box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}

.swipers {
  height: 100vh;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.secentIndentity .secentIndentity-tip {
  font: 1.6rem/2.6rem "";
  text-align: left;
}
.secentIndentity .getDynamicCode {
  border: 0.1rem solid #ccc;
  /* padding: .6rem 1rem; */
  border-radius: 0.3rem;
  font-size: 1.6rem;
  width: 11.3rem;
  height: 4.4rem;
  margin-top: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.getDynamicCode-div {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.secentIndentity-phone-img {
  position: absolute;
  top: 2.9rem;
  left: 0.5rem;
  width: 1.8rem;
  height: 2.4rem;
}
.secentIndentity-phone,
.getDynamicCode-code {
  position: relative;
}
.secentIndentity-phone-input,
.secentIndentity-code-input {
  padding-left: 4.2rem;
  margin-top: 2.1rem;
}
.secentIndentity-phone-span {
  position: absolute;
  top: 3.2rem;
  left: 3rem;
  font-size: 1rem;
  color: #ccc;
}
.username img,
.pwd img {
  height: 1.3rem;
}
.secendTitle {
  margin-bottom: 1.8rem;
}
.login-box .secondcertification {
  margin: 0px;
}
.faceloginavatar {
  margin: 2.4rem 0 2.5rem 0;
}
.faceloginavatar img {
  width: 6.8rem;
  height: 6.7rem;
  font-size: 1.4rem;
  margin-right: 2.6rem;
}

/* 背景遮罩层 */
.modal-overlay {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none; /* 默认隐藏 */
  justify-content: center;
  align-items: center;
}
/* 模态框样式 */
.modalcontent {
  position: relative;
  background: #fff;
  color: #111;
  padding: 20px;
  padding-top: 0px;
  border-radius: 8px;
  max-width: 380px;
  width: 90%;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  box-sizing: content-box;
  width: 380px;
}
.modal-header {
  font-size: 1.5em;
  margin-bottom: 10px;
}
.modal-body {
  margin: 10px 0;
}
/* 关闭按钮样式 */
.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #ff5c5c;
  color: #fff;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 5px;
  font-size: 0.9em;
}
#captcha2 {
  display: flex;
  justify-content: center;
  width: 100%;
}
.modaltitle {
  font-size: 18px;
  margin-bottom: 16px;
  display: block;
}
@media screen and (max-width: 1960px) {
  html {
    font-size: 11px;
  }

}
@media screen and (max-width: 2160px) {
  html {
    font-size: 12px;
  }

}
@media screen and (max-width: 2460px) {
  html {
    font-size: 13px;
  }

}
@media screen and (max-width: 2660px) {
  html {
    font-size: 14px;
  }

}

@media screen and (max-width: 1760px) {
  html {
    font-size: 10px;
  }

}
@media screen and (max-width: 1600px) {
  html {
    font-size: 8.5px;
  }

}
@media screen and (max-width: 1440px) {
  html {
    font-size: 7.5px;
  }
}

@media screen and (min-width: 992px) {
  #face-login .mask2 {
    -webkit-mask-image: radial-gradient(
            circle,
            #080808 245px,
            rgba(0, 0, 0, 0.05) -37%
    ) !important;
  }
  .templdate1 {
    width: calc(100% + 17.2rem);
    margin-left: calc(-8.8rem + 10px);
  }
  .auth_login_btn {
    width: 100%;
    /* height:33rem; */
    color: #fff;
    padding: 0.5rem 1.6rem;
    /* font-size: 16px; */
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 0.3rem;
    text-decoration: none;
    border: 0.1rem solid transparent;
    cursor: pointer;
  }
}
.auth-language {
  display: flex;
  font-size: 14px;
  margin-left: 20px;
  /* margin-right: 15px; */
  /* position: absolute; */
  right: 42px;
  top: 32px;
  width: 150px;
  overflow: hidden;
  /* border-radius: 15px; */
  z-index: 1000;
}
.auth-language button {
  width: 80px;
  /* height: 30px; */
  padding: 3px 0px;
  border: none;
  cursor: pointer;
  color: #ffffff;
  border: 1px solid #dedede;
  background: transparent;
  margin-right: 15px;
  font-size: 1.4rem;
}
.auth-language button.active {
  /* background: transparent; */
  color: blue;
  border-color: blue;
}
#rememberMe ,#request_rememberMe{
  width: 1.5rem;
  height: 1.5rem;
  border: 0.1rem solid #fff;
  vertical-align: -0.3rem;
  margin: 0;
}
.remember_7days {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  font-weight: normal;
  /* margin-top: 1rem; */
  font-size: 1.6rem;
  cursor: pointer;
}

.scan_Invalid_face {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 50%;
  width: 8rem;
  height: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

#qr_refresh_qrFaceCode {
  width: 4.6rem;
  cursor: pointer;
}

.scan_Invalid_face img:hover {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: -webkit-transform 5s linear;
  transition: -webkit-transform 2s linear;
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
  opacity: 1;
}

/* Tooltip text */

.tooltip .tooltip-text {
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  text-align: left;
  width: 200px;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1.4;
  position: absolute;
  z-index: 1;
  bottom: 125%; /* Position above the tooltip trigger */
  left: 50%;
  transform: translateX(-50%);
  /* white-space: nowrap; */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
}

/* Tooltip arrow */
.tooltip .tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%; /* Arrow pointing downwards */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.75) transparent transparent transparent;
}

/* Show the tooltip text on hover */
.tooltip:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}
/* 页面默认不可见 */
body {
  visibility: hidden;
}

/* 样式切换后恢复可见 */
body.active-style {
  visibility: visible;
  transition: visibility 0.3s ease-in-out;
}
.border{
  margin-bottom: 1.8rem;
  border-radius: 6px;
  display: flex;
  background: #fff;
  align-items: center;
  padding-left: 1rem;
}
input {
  caret-color: #333; /* 红色光标 */
}
.tab2 .border{
  padding-left:1rem
}

.header_right{
  position: fixed;
  right: 2%;
  top: 0;
}
.header_time{
  text-align: center;
  line-height: 44px;
  height: 44px;
  background-color: var(--main-color);
  color:white;
  font-size: 1.6rem;
  width: 290px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.icon-wraper{
  display: flex;
  justify-content: space-evenly;
  /* align-items: center; */
  padding: 0 8px;
  text-align: center;
}
.login #ewcode3 ,.login #ewcode2{
  display: none;
}
.login .tip1{
  position: absolute;
  margin-left: 20px;
  margin-top: 20px;
  bottom: -10px;
  left: 30px;
  font-size: 12px;
  color: #333;
  background: #fff;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 55px;
  z-index: 999;
  box-sizing: content-box;
}
.login .tip-trangle-left{
  position: absolute;
  bottom: 15px;
  left: -10px;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #fff;
}
.login .icon-wraper .show{
  position: absolute;
  left: -72px;
  top: -215px;
  width: 200px;
  height: 200px;
  border: 5px solid #464646;
  z-index: 1000;
}
.app, .qq,.wechat,.wechat2 {
  cursor: pointer;
  position: relative;
}
.remberLogin{
  /* margin: 10px 0 15px; */
  color: white;
  padding-bottom: 15px;
  line-height: 22px;
  position: relative;
  padding-top: 10px;
  cursor: pointer;
  margin-left: 0px;
  border-radius: 0;
  border: 1px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-size: 1.6rem;
}

.remberLogin input {
  margin-right: 5px;
}
.header_gonggao ul{
  float: right;
}
.header_gonggao ul li{
  float: left;
  line-height: 60px;
  font-size: 1.6rem;
}
.header_gonggao ul li a{
  color: var(--main-color);
}
#weather-info{
  position: fixed;
  right: calc(2% + 320px);
  top: 2px;
  color: var(--main-color);
  display: flex;
  align-items: center;
}
#weather-info .weather-main-temp{
  font: 30px /42px '';
  font-family: Pc_Baidunumber;
  text-shadow: 0 0 .06rem rgba(0,0,0,.2);
}
#weather-info .weather-main-wind{
  margin-left: 8px;
  font-size: 12px;
}
#weather-info .cu-mr-base{
  margin-right: 8px;
}
:root {
  --main-color: #a51c30;
}

.wechatsm{
  position: relative;
}

.wechatsm .scan_Invalid{
  top: 28%;
  left: 41%;
}
.code .title{
  margin-bottom: 0.7rem;
  border-bottom: 1px solid #fff;
  padding: 0 .9rem .9rem;
  font-size: 2rem !important;
}
li{
  list-style: none;
}
.header_gonggao li a{
  cursor: pointer;
}
.header_gonggao li a:hover{
  text-decoration:none
}
@media screen and (max-width: 660px) {
  .login_seen .qr-code{
    display: none;
  }
  #weather-info{
    display: none;
  }
  .login .icon-wraper{
    display: none;
  }
  .content-box-template-right{
    right:auto
  }
  .header_right{
    display:none
  }
  .logobox{
    left: auto;
    top: 0;
    width: calc(100% - 20px);
    margin: 10px;
  }
  .appCodebgcontainer{
    display:none
  }
}