html, body {
  width: 100%;
  height: 100%;
  position: relative;
  min-width: 1250px!important;
}
body {
  width: 100%;
  height: 100%;
  background: #eee;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color:#000;
  margin: 0;
  padding: 0;
  min-width: 1250px;
}
html body a {
  text-decoration: none;
  color: #333333;
}
html body img {
  border: none;
}
html body input {
  border: none;
  padding: 0;
}
html body button {
  padding: 0;
  background: transparent;
  border: none;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  background-position: center;
  background-size: cover;
}
.swiper-button-black1{
  position: absolute;
  top: -88px;
}
*{
  margin: 0;
  padding: 0;
}

#signin_up .container {
  width: 350px;
  height:430px;
  /*margin: 100px auto;*/
  background:rgba(255,255,255,1);
  border-radius:4px;
  text-align: center;
  position: absolute;
  right: 340px;
  top: 180px;
  z-index: 9999999999999;
}
.zpxy {
  font-size: 13px;
}
.zpxy a {
  cursor: pointer;
  color: #6AA0F6;
}
@media (max-width: 3000px) {
  #signin_up .container {
    width: 350px;
    height: auto;
    /*margin: 100px auto;*/
    background: rgba(255, 255, 255, 1);
    border-radius: 4px;
    text-align: center;
    position: absolute;
    right: 240px;
    top: 60px;
    z-index: 99;
    padding-bottom: 20px;
  }
}
@media (max-width: 1370px) {
  #signin_up .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;
  }
}
#signin_up .container h2 {
  height: 64px;
  font-size: 22px;
  line-height: 64px;
  font-family:MicrosoftYaHei;
  font-weight:400;
  color:rgba(51,51,51,1)
}
#signin_up .container form {
  display: block;
  margin: 0 auto;
  font-size: 14px;
  color: #333;
}
#signin_up .container form label {
  display: block;
  margin-bottom: 21px;
}

.container .box1 {
  width: 86% !important;
  height: 44px !important;
  line-height: 44px;
  display: flex!important;
  margin: 0 auto 18px;
  background: rgba(240,240,240,1)!important;
  border-radius: 4px!important;
  position: relative;
}
.phoneQBox {
  width: 25%;
  height: 100%;
  text-align: center;
  font-size: 15px;
  cursor: pointer;
}
.phoneQBox span {
  display: inline-block;
  width: auto;
  height: 100%;
  text-align: center;
  font-size: 15px;
  margin-right: 2px;
}
.phoneQBox img {
  width: 15px;
  height: 8px;
}
.box1 .tel {
  display: inline-block;
  flex: 1;
  height: 44px !important;
  background: rgba(240,240,240,1)!important;
  border-radius: 4px!important;
  border: none!important;
  font-size: 15px!important;
  font-weight: 400;
  color: #333333;
  padding-left: 10px!important;
}
.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;
}
#signin_up .container form label input:-moz-placeholder {
  /* Firefox 18- */
  color: #999;
  font-size: 14px;
  line-height: 42px;
}
#signin_up .container form label input::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
  font-size: 14px;
  line-height: 42px;
}
#signin_up .container form label input::-webkit-input-placeholder {
  /* Webkit */
  color: #999;
  font-size: 14px;
  line-height: 42px;
}
#signin_up .container form label input:-ms-input-placeholder {
  /* IE */
  color: #999;
  font-size: 14px;
  line-height: 42px;
}

#signin_up .container form label:nth-of-type(1) input,
#signin_up .container form label:nth-of-type(2) input {
  text-indent: 20px;
  width:300px;
  height:44px;
  background:rgba(240,240,240,1);
  border-radius:4px;
  border: none;
  outline: none;
}
#signin_up .container form label.forget {
  padding: 4px;
  text-align: left;
}
#signin_up .container form label.forget input{
  width: 12px;
  height: 12px;
}
#signin_up .container form .login-btn, .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;
}
#signin_up .container ._href {
  padding: 4px;
  text-align: left;
}
#signin_up .container ._href a {
  cursor: pointer;
  font-size: 14px;
}
.registered{
  margin-left: 20px;
  font-size:14px;
  font-family:MicrosoftYaHei;
  font-weight:400;
  color:rgba(230,2,20,1);
  display: none;
}
.forgetPsw{
  margin-left: 140px;
}
.footBox{
  width: 100%;
  position: absolute;
  bottom: -90px;
  height: 90px;
}
.foot{
  width: 1240px;
  margin: 0 auto;
  text-align: center;

}
.foot .list{
  font-size:14px;
  font-family:MicrosoftYaHei;
  font-weight:400;
  padding-top: 14px;
  padding-bottom: 14px;
  color:rgba(102,102,102,1);
}
.foot .list a{
  padding-left: 10px;

}
.foot .list a:hover{
  color:#d8313a
}
.textfootP{
  font-size: 14px;
}
.vCode {
  text-indent: 20px!important;
  width: 160px!important;
  height: 44px!important;
  background: rgba(240,240,240,1)!important;
  border-radius: 4px!important;
  border: none!important;
  outline: none!important;
  float: left!important;
  margin-left: -3px;
}
.send_valicode {
  width: 130px!important;
  height: 44px!important;
  text-align: center!important;
  background: rgba(230,2,20,1);
  border-radius: 4px!important;
  margin-left: 8px!important;
  border: none!important;
  outline: none!important;
  color: white;
  font-size: 14px!important;
  float: left!important;
  cursor: pointer;
  text-indent: 0px!important;
}
.contentCode{
  margin-bottom: 21px!important;
  display: inline-block!important;
}
.formUl {
  margin-left: 26px;
  width: 296px;
  height: 30px;
  margin-bottom: 21px;
  color: #999;

}
.formUl li{
  width: 100%;
  float: left;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  text-align: center!important;
  display: none;
  font-size: 15px;
}
.formUl li:hover{
  color:  rgba(230,2,20,1);
}
.active{
  display: block!important;
  color:  #666666;
}
.vCode1{
  text-indent: 20px!important;
  width: 160px!important;
  height: 44px!important;
  background: rgba(240,240,240,1)!important;
  border-radius: 4px!important;
  border: none!important;
  outline: none!important;
  float: left!important;
}
.switch {
  width: 22px;
  height: 20px;
  float: right;
  margin-top: 13px;
}
.layui-input-block {
  margin-left: 20px;
  min-height: 36px;
}
.layui-form-radio>i:hover, .layui-form-radioed>i {
  color: #E60214;
}
.layui-form-checked[lay-skin=primary] i {
  border-color: #E60214;
  background-color: #E60214;
  color: #fff;
}
.layui-form-checkbox[lay-skin=primary]:hover i {
  border-color: #E60214;
  color: #fff;
}
.layui-form-checkbox span {
  height: auto;
  padding: 0;
}
.layui-form-checkbox[lay-skin=primary] span {
  padding-right: 0;
}
.layui-form-item .layui-form-checkbox[lay-skin=primary] {
  margin-top: 0;
}
#pop-reg1 {
  height: 360px;
}
.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;
  display: none;
}
.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;
}
.yzmDl {
  width: 80%;
  height: 50px;
  background-color: #E60214;
  line-height: 50px;
  text-align: center;
  color: #fff;
  border-radius: 25px;
  margin: 20px auto 0;
  cursor: pointer;
}