.login {
  position: relative;
  background: #fafafa;
  height: 100vh;
}

.big_headline {
  position: absolute;
  width: 320px;
  top: 80px;
  left: calc(50% - 160px);
  color: #FFFFFF;
  font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
  font-weight: 800;
  font-size: 40px;
  line-height: 47px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  z-index: 999;
}

.big_headline .child {
  margin: 12px auto 0 auto;
  padding: 4px;
  width: 167px;
  font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
  font-weight: 800;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 28px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  border-radius: 63px 63px 63px 63px;
  border: 2px solid #FFFFFF;
}

.login .swiper {
  height: 600px;
}

.login .header {
  width: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
  z-index: 9999;
}

.login .header img {
  width: 200px;
}

.login .header div:nth-child(2) {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 188px;
  height: 30px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  border-radius: 4px;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}

.login .form_item {
  display: flex;
  position: absolute;
  z-index: 20;
  right: calc(50% - 500px);
  top: 200px;
  width: 1010px;
  /* height: 558px; */
  background: rgba(255, 255, 255);
  border: 1px solid #ffffff;
  box-shadow: 0px 3px 3px 1px rgba(172, 189, 232, 0.3);
  border-radius: 12px;
  padding: 15px 32px;
  box-sizing: border-box;
  padding-bottom: 48px;
}

.login .left_box {
  width: 500px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  /* justify-content: center; */
}

.download-content{
  position: absolute;
  bottom: 120px;
  cursor: pointer;
}

.download-pointer{
  position: relative;
  /* bottom: 120px; */
  cursor: pointer;
  width: 300px;
  line-height: 50px;
  height: 50px;
  margin: 0 50px;
  text-align: center;
  border-radius: 4px;
  background: #F5F8FE;
  display: flex;
  align-items: center;
  justify-content: center;
}

.download-pointer .tuke_logo{
  width: 40px;
  height: 40px;
  /* padding:4px 8px; */
  background: #104FB9;
  border-radius: 8px;
  margin-right: 4px;
}

.download-pointer .tuke_logo img{
  width: 24px;
  border-radius: 4px;
}

.download-hover{
  position: absolute;
  width: 400px;
  height: 200px;
  background-color: #fff;
  border-radius: 4px;
  display: none;
  box-shadow: 0px 0px 10px 1px rgba(172, 189, 232, 0.3);
  justify-content: space-between;
  align-items: center;
  padding: 0 50px;
  box-sizing: border-box;
  /* display: flex; */
}

.download-pointer:hover + .download-hover{
  display: flex;
}

.download-hover:hover{
  display: flex;
}

.login .left_box .left_box1 {
  width: 138px;
  text-align: center;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 27px;
  color: #333333;
  font-style: normal;
  text-transform: none;
  margin-right: 32px;
  margin-left: 21px;
}

.login .left_box .left_box2 {
  width: 138px;
  text-align: center;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 27px;
  color: #333333;
  font-style: normal;
  text-transform: none;
  /* margin-left: 32px; */

}

.login .right_box {
  position: relative;
  width: 472px;
}

.right_box::after {
  position: absolute;
  content: "";
  top: 4%;
  /* margin-top: -45%; */
  left: -46px;
  display: block;
  height: 97%;
  width: 1px;
  background-color: #f2f5fc;
}

.login .form_item p {
  width: 260px;
  height: 36px;
  color: #222222;
  font-size: 20px;
  line-height: 36px;
  font-weight: 700;
}

.login .form_item .tab {
  margin-top: 20px;
  text-align: center;
}

.login .form_item .tab .tab_rel {
  display: flex;
  font-size: 20px;
  margin: 0 auto;
  font-family: PingFang SC;
  font-weight: 600;
  text-align: center;
  color: #152e5c;
}

.login .form_item .margin_top {
  margin-top: 20px;
}

.login .form_item .Verification {
  flex-wrap: wrap;
  border: none !important;
  box-sizing: border-box;
  display: none;
}

.login .form_item .image {
  margin-top: 20px;
  display: flex;
}

.login .form_item .information {
  position: relative;
  margin-top: 40px;
  align-items: center;
  width: calc(100% - 10px);
  justify-content: space-between;
  background: #FFFFFF;
  border-bottom: 1px solid #dcdfe6;
}


.login .form_item .information img {
  width: 100% !important;
  height: auto !important;
}

.login .form_item .information .img {
  height: 21px;
  margin-bottom: 8px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 550;
  font-size: 14px;
  color: #333333;
  /* line-height: 16px; */
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.login .form_item .information .send {
  position: absolute;
  right: -16px;
  color: #104fb9;
  bottom: 2px;
  padding: 0 16px;
  box-sizing: border-box;
  cursor: pointer;
}

.login .form_item .information input {
  width: 100%;
  border: none;
  text-indent: 0;
  text-align: left;
}

.login .form_item .information input::placeholder {
  color: #CCCCCC;
}

.login .form_item .information input:focus {
  outline: none;
}

.login .form_item .rember {
  display: flex;
  /*justify-content: space-between;*/
  align-items: center;
  /*flex-wrap: wrap;*/
  margin-top: 30px;
}


.login .form_item .rember .remUser {
  display: flex;
  align-items: center;
  line-height: 22px;
  width: 130px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #666666;
}

.login .form_item .rember .input {
  display: flex;
  align-items: center;
  width: 360px;
  height: 22px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.login .form_item .rember .pwd {
  cursor: pointer;
  color: #dba465;
  font-size: 14px;
  line-height: 36px;
  font-weight: 400;
}

.login .form_item .submit, .form_item .comfirmBtn {
  line-height: 60px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  margin: 30px 0;
  height: 60px;
  background: #104FB9;
  box-shadow: 0px 24px 12px 0px rgba(88, 154, 228, 0.04);
  border-radius: 8px 8px 8px 8px;
  width: 467px;
  font-size: 18px;
  font-weight: bold;
}

.form_item .comfirmBtn {
  display: none;
}

.login .form_item .register {
  height: 43px;
  background: #ffffff !important;
  border-radius: 4px;
  line-height: 43px;
  text-align: center;
  color: #000;
  margin-top: 10px;
  cursor: pointer;
}

.login .dialog {
  position: fixed;
  top: 30px;
  left: 50%;
  padding: 0 16px;
  height: 40px;
  border-radius: 10px;
  background-color: red;
  line-height: 40px;
  text-align: center;
  color: #fff;
  display: none;
  transition: 0.5s;
  z-index: 999;
}

.login .cover {
  display: none;
  z-index: 99;
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}

.login .dialogs {
  width: 400px;
  position: absolute;
  top: calc(50% - 172px);
  left: calc(50% - 216px);
  padding: 16px 16px;
  border-radius: 10px;
  background-color: #fff;
  line-height: 40px;
  text-align: center;
  color: #111111;
  z-index: 999;
}


.login .dialogs .title_box {
  height: 100px;
}

.login .dialogs .btn_box {
  display: flex;
  justify-content: space-between;
}

.login .dialogs .btn_box .btn1 {
  width: 150px;
  background-color: #999999;
  color: #FFFFFF;
  cursor: pointer;
}

.login .dialogs .btn_box .btn2 {
  width: 150px;
  background-color: #1890FF;
  color: #FFFFFF;
  cursor: pointer;
}

.login .Switch {
  position: absolute;
  z-index: 20;
  right: 392px;
  top: 200px;
  width: 392px;
  height: 390px;
  background: rgba(255, 255, 255);
  border: 1px solid #ffffff;
  box-shadow: 0px 3px 3px 1px rgba(172, 189, 232, 0.3);
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
}

.login .Switch p {
  font-size: 13px;
  color: #ccc;
  cursor: pointer;
}

.login .Switch .title {
  font-size: 20px;
  font-weight: 700;
  margin-top: 23px;
  margin-left: 8px;
}

.login .Switch .Lists {
  margin-top: 15px;
  padding: 10px 10px 10px 10px;
  box-sizing: border-box;
  height: 270px;
  overflow: auto;
}

.login .Switch .Lists li {
  display: flex;
  overflow: hidden;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 10px;
  box-sizing: border-box;
  background: #F2F2F6;
  border-radius: 5px;
  line-height: 40px;
  width: 320px;
  margin-bottom: 15px;
  transition: 0.3s;
}

.login .Switch .Lists li:hover {
  box-shadow: 1px 5px 6px #F2F2F6;
  transform: translate3d(0px, -5px, -5px);
}

.login .Switch .Lists li .left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.login .Switch .Lists li .left span {
  font-size: 18px;
}

.login .Switch .Lists li .right {
  display: flex;
  align-items: center;
}


.login footer {
  margin-top: 230px;
  background-color: #fafafa;
}

.login footer .list {
  width: 1200px;
  margin: 47px auto 0;
}

.login footer .list .about {
  margin-top: 5px;
  width: 366px;
  justify-content: space-between;
  height: 20px;
  display: flex;
  margin: 0 auto;
  position: relative;
}

.login footer .list .about::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -16px;
  width: 100%;
  height: 2px;
  background-color: #ccc;
  opacity: 0.6;
}

.login footer .list span a {
  list-style: none;
  color: #000;
}

.login footer .gogsi {
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  color: #4A4B4D;
  opacity: 0.7;
  margin: 0 auto;
}

.login footer .xing {
  width: 240px;
  margin: 24px auto 20px;
  display: flex;
  justify-content: space-between;
}

.login footer .right {
  display: flex;
  margin-top: 70px;
  justify-content: space-around;
  width: 20%;
}

.login .loginMode {
  margin-top: 10px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  line-height: 20.27px;
  font-size: 14px;
  color: #104fb9;
}
input::-ms-reveal {
  display: none;
}
input::-ms-clear {
  display: none;
}
input::-o-clear {
  display: none;
}
/* 隐藏小眼睛图标 */
#passward::-webkit-credentials-auto-fill-button,
#passward::-webkit-caps-lock-indicator,
#passward::-webkit-reveal-password-icon {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
.resetAndLogin {
  position: absolute;
  right: 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  line-height: 20.27px;
  font-size: 16px;
  color: #104fb9;
}
.resetAndLogins {
  position: absolute;
  right: 70px;
  top: 25px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  /*line-height: 20.27px;*/
  /*font-size: 16px;*/
  color: #104fb9;
}

#toFilingNumber {
  cursor: pointer;
}

.verify_code {
  display: flex;
  align-items: center;
  margin-top: 40px;
  position: relative;
}

#codeImgSms, #codeImg {
  width: 167px;
  height: 53px;
  flex-shrink: 0;
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 7px;
}

.descText {
  color: #999;
}

.helpTip {
  color: #333;
  bottom: 70px;
  font-weight: bold;
  display: none;
}

.mt12px {
  margin-top: 10px;
}

.formTitle {
  position: relative;
}

.formTitleCode {
  position: relative;

}

.switch {
  color: #104FB9;
}

.switch::after {
  color: #104FB9;
  content: '';
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 120px;
  height: 3px;
  background-color: #104FB9;
}

.switchs {
  color: #104FB9;
}

.switchs::after {
  color: #104FB9;
  content: '';
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 102px;
  height: 3px;
  background-color: #104FB9;
}
