@media (min-width: 1440px) {
  html{font-size: 12px !important;}
}
@media (min-width: 1680px) {
  html{font-size: 14px !important;}
}
@media (min-width: 1897px) {
  html{font-size: 16px !important;}
}
@media (min-width: 1920px) {
  html{font-size: 16px !important;}
}
html,body {
  height: 100%;
  margin: 0 auto;
  min-width: 1440px;
  font-size: 12px;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  display: block;
  background-color: #e4e4e4;
}
::-webkit-scrollbar-thumb {
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 10px;
  background-color: #C1C1C1;
  background-image: -webkit-linear-gradient(
          45deg,
          hsla(0, 0%, 100%, 0.2) 25%,
          transparent 0,
          transparent 50%,
          hsla(0, 0%, 100%, 0.2) 0,
          hsla(0, 0%, 100%, 0.2) 75%,
          transparent 0,
          transparent
  );
}
html::-webkit-scrollbar {
  display: none;
}
html::-webkit-scrollbar-thumb {
  display: none;
}
#app {
  width: 100%;
  height: 100%;
}
.headimg {
  width: 100%;
  margin-bottom: -3px;
}
.container {
  /* height: 100%; */
  flex-direction: column;
  align-items: center;
  overflow-y: auto;
}
.container .title {
  margin-left: 12%;
  margin-top: 3.57rem;
  /* height: 2.875rem; */
  height: 7.14rem;
}
.container .title img {
  /* width: 34.19rem; */
  height: 7.14rem;
}
.container .productimg {
  height: 33.71rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-110%, -45%);
}
.container .productimg img {
  height: 33.71rem;
}
.container .kfinfo {
  position: absolute;
  top: 2.9375rem;
  right: 19.625rem;
  color: #ffffff;
  font-size: 1.125rem;
  z-index: 2;
  display: flex;
  align-items: center;
}
.container .kfinfo span {
  margin-left: 1.1875rem;
  display: flex;
  align-items: center;
}
.container .kfinfo img {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5625rem;
}
.container .infocon {
  position: absolute;
  bottom: 1.4285rem;
  color: #ffffff;
  font-weight: 400;
  font-size: 1rem;
  width: 100%;
  text-align: center;
}
.container .infocon a {
  color: #ffffff;
}
.container .btnbox {
  position: absolute;
  bottom: 5.7143rem;
  right: 4.2857rem;
}
.container .btnbox .noticebox {
  width: 2.8571rem;
  height: 2.8571rem;
  background: #FFFFFF url('../assets/imgs/notice_icon.png') no-repeat;
  border: 1px solid #e3e3e3;
  text-align: center;
  position: relative;
  background-size: 80% 75%;
  background-position-x: 0.3571rem;
  background-position-y: 0.2857rem;
}
.container .btnbox .noticebox .el-button {
  padding: 0px;
}
.container .btnbox .noticebox:hover span {
  display: block;
  cursor: pointer;
}
.container .btnbox .noticebox span {
  display: none;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 1.5885rem;
  height: 1.5885rem;
  line-height: 1rem;
  padding: 0.7143rem;
  font-size: 0.8571rem;
  color: #ffffff;
  background-color: #00AA86;
  text-align: center;
}
.container .btnbox .codebox {
  width: 2.8571rem;
  height: 2.8571rem;
  background: #FFFFFF url('../assets/imgs/code_icon.png') no-repeat;
  border: 1px solid #e3e3e3;
  text-align: center;
  position: relative;
  background-size: 80% 75%;
  background-position-x: 0.3571rem;
  background-position-y: 0.2857rem;
}
.noticepopper .title{
  font-size: 1.1429rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 0.7143rem;
}
.noticepopper .noticelist {
  height: 28.5714rem;
  overflow: hidden;
  overflow-y: auto;
}
.noticepopper .noticelist .titlecon {
  width: 94%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.noticepopper,.codepopper {
  width: 35.7142rem !important;
}
.codepopper .imgbox {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.codepopper .imgbox1 {
  width: 17.8571rem;
  float: left;
}
.codepopper .imgbox1 .scancode {
  width: 14.2857rem;
  height: 14.2857rem;
}
.codepopper .imgbox2 {
  width: 17.8571rem;
  float: right;
}
.codepopper .imgbox2 .scancode {
  width: 12.8571rem;
  height: 12.8571rem;
  margin: 0.7143rem;
}

.container .btnbox .codebox .el-button {
  padding: 0px;
}
.container .btnbox .codebox:hover span {
  display: block;
  cursor: pointer;
}
.container .btnbox .codebox span {
  display: none;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 1.5885rem;
  height: 1.5885rem;
  line-height: 1rem;
  padding: 0.7143rem;
  font-size: 0.8571rem;
  color: #ffffff;
  background-color: #00AA86;
  text-align: center;
}
.headcon {
  height: 42.3625rem !important;
  position: relative;
  width: 100%;
}
.el-carousel {
  width: 100%;
  height: 42.3625rem !important;
  flex-shrink: 0;
}
.el-carousel__container {
  width: 100%;
  height: 100% !important;
}
.el-carousel__container .el-carousel__item .imgcon {
  width: 100%;
  position: relative;
}
.el-carousel__container .el-carousel__item img {
  width: 100%;
}
.el-carousel__container .el-carousel__item .imgcon .imgtxt {
  position: absolute;
  bottom: 4.5rem;
  left: 3.375rem;
  font-size: 2.125rem;
  color: #FFFFFF;
  font-weight: bold;
}
.login_wrap {
  position: absolute;
  right: 19.625rem;
  top: 7.8125rem;
  z-index: 2;
}
.login_wrap .codecon {
  position: relative;
  height: 3.75rem;
}
.login_wrap .codecon .tips {
  height: 1.375rem;
  background: url("../newloginimg/tips_bg.png") no-repeat;
  background-size: 100%;
  color: #FFFFFF;
  font-size: 0.875rem;
  width: 10.875rem;
  padding-left: 0.4375rem;
  position: absolute;
  top: 0.625rem;
  right: 3.25rem;
}
.login_wrap .codecon .codeimg {
  height: 3.75rem;
  width: 3.75rem;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}

.login_wrap .login_form {
  width: 20rem;
  padding: 0 1.5625rem;
  background: #FFFFFF;
  margin-bottom: 1.875rem;
}
.login_wrap .login_form form {
  margin: 0;
}

.login_wrap .login_form .login-title {
  font-size: 1.25rem;
  color: #00AA86;
  margin-bottom: 2rem;
  font-weight: bold;
  padding-top: 2.1875rem;
}
.login_wrap .login_tab {
  display: flex;
  margin-bottom: 2.8125rem;
}
.login_wrap .login_tab .role-item {
  width: 50%;
  text-align: center;
  height: 2.5rem;
  line-height: 2.5rem;
  cursor: pointer;
  color: #999999;
  font-size: 1.29rem;
}
.login_wrap .login_tab .roleselect {
  color: #000000;
  position: relative;
  font-weight: bold;
}
.login_wrap .login_tab .roleselect::before {
  content: "";
  position: absolute;
  height: 3px;
  width: 20%;
  border-radius: 1.5px;
  background-color: #00AA86;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
}

.el-form .el-form-item {
  margin-bottom: 0.625rem;
  border-radius: 0.625rem;
  position: relative;
}
.el-form .el-form-item .el-form-item__content {
  line-height: 2.5rem;
}
.el-form .el-form-item:last-child {
  margin-bottom: 0;
}
.el-form .el-form-item a {
  display: block;
  position: absolute;
  right: 0.0625rem;
  top: 0.0625rem;
  width: 6.25rem;
  height: 2.375rem;
  
}
.el-form .el-form-item a img {
  display: block;
  width: 6.25rem;
  height: 2.375rem;
}
.el-form .submitbtn {
  width: 100%;
  padding: 0;
  height: 2.5rem;
  line-height: 2.5rem;
  background-color: #00AA86;
  border-color: #00AA86;
  font-size: 0.875rem;
  color: white;
  border: none;
}

.el-form .handleitem .el-form-item__content .el-checkbox {
  float: right;
}
.el-form .forgetpasswcon {
  padding-bottom: 2.125rem !important;
}
.el-form .forgetpasswcon .el-form-item__content{
  text-align: right;
}
.el-form .forgetpasswcon1 .el-form-item__content{
  display: flex;
  justify-content: space-between;
}
.el-form .forgetpasswcon1 .el-button {
  cursor: pointer;
  color: #00AA86;
}
.el-form .forgetpasswcon1 .el-button span {
  text-decoration: underline;
}
.el-form .el-form-item__content .forgetpassw {
  cursor: pointer;
  color: #666666;
  font-size: 0.875rem;
  padding: 0;
}
.el-form .el-form-item__content .forgetpassw .textline {
  text-decoration: underline;
  color: #00AA86;
}
.el-form .inputbox .el-input__inner:focus-within {
  border-color: #00AA86;
}
.el-form .el-form-item .el-input--prefix .el-input__inner {
  height: 2.5rem;
  line-height: 2.5rem;
  padding-left: 1.875rem;
}
.el-form .inputbox .el-input__icon {
  line-height: 2.5rem;
  width: 1.5625rem;
  font-size: 0.875rem;
}
.el-form .inputbox .el-input__icon::before {
  content: '';
}
.el-form .inputbox .el-icon-user-solid {
  background: url(../assets/imgs/user.png) no-repeat;
  background-size: 100%;
  height: 1.5625rem;
  margin-top: 0.46875rem
}
.el-form .inputbox .el-icon-lock {
  background: url(../assets/imgs/passw.png) no-repeat;
  background-size: 100%;
  height: 1.5625rem;
  margin-top: 0.46875rem
}
.el-form .inputbox .el-icon-key {
  background: url(../assets/imgs/check_code.png) no-repeat;
  background-size: 100%;
  height: 1.5625rem;
  margin-top: 0.46875rem
}
.el-form .checknum .el-form-item__content {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.el-form .checknum .el-form-item__content .inputbox {
  width: 60%;
  margin-right: 5%;
}
.el-form .checknum .el-form-item__content img {
  width: 35%;
  height: 2.5rem;
}
.login_wrap .lkcon {
  height: 2.9375rem;
  background: #F5F5F5;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login_wrap .lkcon .lkbt {
  text-decoration: underline;
  color: #00AA86;
  font-size: 0.875rem;
}
.login_wrap .tipscon {
  width: 23.125rem;
  background: #fef3e7;
}
.login_wrap .tipscon .con-title{
  height: 1.875rem;
  width: calc(100% - 0.9375rem);
  padding-left: 0.9375rem;
  background: url(../newloginimg/tips_title_bg.png) no-repeat;
  background-size: 100% 100%;
  color: #FFFFFF;
  font-size: 0.8125rem;
  line-height: 1.875rem;
  margin-bottom: 0.625rem;
}
.login_wrap .tipscon .con-detail {
  display: flex;
  padding-bottom: 0.625rem;
  align-items: center;
}
.login_wrap .tipscon .con-detail .detail-desc {
  margin-left: 0.9375rem;
  /* margin-top: 0.8125rem; */
  margin-right: 0.625rem;
  flex-grow: 1;
}
.login_wrap .tipscon .con-detail .desc-item {
  display: flex;
  align-items: baseline;
  line-height: 1.6;
}
.login_wrap .tipscon .con-detail .desc-item .dot {
  width: 0.3125rem;
  height: 0.3125rem;
  background: #FFA200;
  border-radius: 0.3125rem;
  margin-right: 0.375rem;
}
.login_wrap .tipscon .con-detail .desc-item .txt {
  color: #666666;
  font-size: 0.8125rem;
}
.login_wrap .tipscon .con-detail .gzhcodeimg {
  width: 69px;
  height: 69px;
  margin-right: 1.0625rem;
}
.gnjscon {
  width: 80rem;
  margin-top: 6.5625rem;
  text-align: center;
  margin-bottom: 5.3125rem;
}
.gnjscon .con-title {
  color: #000000;
  font-size: 2.75rem;
  font-weight: bold;
  margin-bottom: 3rem;
}
.gnjscon .gnjsimg {
  width: 100%;
}
.lxcon {
  height: 50.3125rem;
  width: 100%;
  background: url(../newloginimg/lx_bg.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lxcon .con-title {
  color: #000000;
  font-size: 2.75rem;
  font-weight: bold;
  margin-bottom: 3.375rem;
  margin-top: 7.375rem;
}
.lxcon .lxlist {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8.75rem;
}
.lxcon .lxlist .lx-item {
  width: 19.1875rem;
  height: 21.875rem;
  padding: 3.125rem 0;
  text-align: center;
  margin: 0 0.625rem;
}
.lxcon .lxlist .lx-item .item-title {
  color: #FFFFFF;
  font-size: 1.625rem;
  margin-bottom: 2.1875rem;
  font-weight: bold;
  padding: 0 0.625rem;
  /* line-height: 1; */
  /* height: 3.6875rem; */
}
.lxcon .lxlist .lx-item .item-desc {
  color: #FFFFFF;
  font-size: 1.25rem;
  text-align: left;
  line-height: 1.5;
  padding: 0 1.4rem;
}
.lxcon .lxlist .lx-item1 {
  background: url(../newloginimg/lx1_bg.png) no-repeat;
  background-size: 100% 100%;
}
.lxcon .lxlist .lx-item2 {
  background: url(../newloginimg/lx2_bg.png) no-repeat;
  background-size: 100% 100%;
}
.lxcon .lxlist .lx-item3 {
  background: url(../newloginimg/lx3_bg.png) no-repeat;
  background-size: 100% 100%;
}
.lxcon .lxlist .lx-item4 {
  background: url(../newloginimg/lx4_bg.png) no-repeat;
  background-size: 100% 100%;
}
.footlogincon {
  height: 15rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url(../newloginimg/dl_bg.png) no-repeat;
  background-size: 100% 100%;
}
.footlogincon .con-title {
  color: #FFFFFF;
  font-size: 1.875rem;
  font-weight: bold;
  margin-bottom: 1.625rem;
}
.footlogincon .floginbtn {
  color: #00AA86;
  background: #FFFFFF;
  border: none;
  font-size: 1.25rem;
  width: 12.125rem;
  height: 3rem;
  font-weight: bold;
}
.footer {
  height: 6.25rem !important;
  background: #252A32;
  display: flex;
  align-items: center;
  justify-content: center;
  
  width: 100%;
}
.footer a {
  color: #FFFFFF;
  font-size: 0.875rem;
  margin-right: 0.625rem;
}
.codebox {
  position: fixed;
  z-index: 100;
  right: 9px;
  top: 28.0625rem;
  display: flex;
  flex-direction: column;
  /* width: 60px; */
  /* height: 144px; */
  /* background: #333333; */
  justify-content: space-evenly;
  align-items: center;
}
@media (min-width: 1440px) {
  .codebox {
    top: 24.0625rem;
  }
}
@media (min-width: 1920px) {
  .codebox {
    top: 28.0625rem;
  }
}
.codebox .code-item {
  background: #FFFFFF;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5px;
  box-shadow: 0px 0px 15px 0px rgba(4, 0, 0, 0.1);
}
.codebox .code-item img {
  width: 69px;
  height: 69px;
  margin-bottom: 5px;
  margin-top: 5px;
}

.tipsdialog {
  width: 634px;
  background: transparent;
  border: none;
  box-sizing: none;
  box-shadow: none;
  top: 15.5vh !important;
}
.tipsdialog .el-dialog__header {
  display: none;
}
.tipsdialog .el-dialog__body {
  padding: 0;
}
.tipsdialog .el-dialog__body .tipscon {
  position: relative;
  width: 100%;
}
.tipsdialog .el-dialog__body .tipscon .tips {
  width: 100%;
}

.tipsdialog .el-dialog__body .tipscon .tipsclose {
  position: absolute;
  right: 20px;
  width: 25px;
  height: 25px;
  top: 15px;
  cursor: pointer;
}
