html, body {
  width: 100%;
  /*height: 100%;*/
  position: relative;
  margin-bottom: 90px;
  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;
  cursor: pointer;
}
.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;
}
.newPwd{
  width: 350px;
  height: 220px!important;
  /*margin: 100px auto;*/
  background:rgba(255,255,255,1);
  border-radius:4px;
  text-align: center;
  position: absolute;
  right: 340px;
  top: 140px;
  z-index: 9999999999999;
}
#signin_up .container {
  width: 350px;
  height: 370px;
  /*margin: 100px auto;*/
  background:rgba(255,255,255,1);
  border-radius:4px;
  text-align: center;
  position: absolute;
  right: 340px;
  top: 140px;
  z-index: 9999999999999;
}
@media (max-width: 3000px) {
  #signin_up .container {
    width: 350px;
    height: 420px;
    /*margin: 100px auto;*/
    background: rgba(255, 255, 255, 1);
    border-radius: 4px;
    text-align: center;
    position: absolute;
    right: 240px;
    top: 80px;
    z-index: 99;
  }
  .newPwd{
    width: 350px;
    height: 220px!important;
    /*margin: 100px auto;*/
    background: rgba(255, 255, 255, 1);
    border-radius: 4px;
    text-align: center;
    position: absolute;
    right: 240px;
    top: 80px;
    z-index: 99;
  }
}

@media (max-width: 1370px) {
  #signin_up .container {
    width: 350px;
    height: 370px;
    /*margin: 100px auto;*/
    background: rgba(255, 255, 255, 1);
    border-radius: 4px;
    text-align: center;
    position: absolute;
    right: 140px;
    top: 50px;
    z-index: 99;
  }
  .newPwd{
    width: 350px;
    height: 220px!important;
    /*margin: 100px auto;*/
    background: rgba(255, 255, 255, 1);
    border-radius: 4px;
    text-align: center;
    position: absolute;
    right: 140px;
    top: 50px;
    z-index: 99;
  }
}
#signin_up .container h2 {
  height: 64px;
  line-height:64px;
  font-size:22px;
  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;
}

#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, .new-password{
  text-indent: 20px;
  width:300px;
  height:44px;
  background:rgba(240,240,240,1);
  border-radius:4px;
  border: none;
  outline: none;
  font-size:  14px;
}
#signin_up .container form label:nth-of-type(3) input{
  text-indent: 20px;
  width:300px;
  height:44px;
  /*background:rgba(240,240,240,1);*/
  border-radius:4px;
  border: none;
  outline: none;
  font-size:  14px;
}
#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 {
  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: 8px;
  display: inline-block;
  line-height: 44px;
}
#signin_up .container ._href {
  padding: 4px;
  text-align: left;
}
#signin_up .container ._href a {
  cursor: pointer;
}
.registered{
  margin-left: 20px;
  font-size:14px;
  font-family:MicrosoftYaHei;
  font-weight:400;
  color:rgba(230,2,20,1);
}
.forgetPsw{
  margin-left: 160px;
}
.vCode{
  text-indent: 20px;
  width: 160px;
  height: 44px;
  background: rgba(240,240,240,1);
  border-radius: 4px;
  border: none;
  outline: none;
  float: left;
}
.send_valicode{
  width: 130px;
  height: 44px;
  text-align: center;
  background:rgba(230,2,20,1);
  border-radius: 4px;
  margin-left: 8px;
  border: none;
  outline: none;
  color: white;
  font-size:  14px;
  float: left;
  cursor: pointer;
}

.sign-btn{
  border: 1px solid #dcdcdc;
  display: block;
  width: 300px;
  margin: 8px auto;
  background: #fff;
  line-height: 42px;
  height: 42px;
  text-align: center;
  border-radius: 4px;
  color: #666;
  font-size: 14px;
  outline: none;
  cursor: pointer;
}
.checkBox{
  height: 44px;
  line-height: 44px;
  font-size:  14px;
}
.checkRight{
  float: left;
  margin-left: 10px;
  font-size: 14px;
  color: #666 !important;
}
.checkRight a{
  color: #666 !important;
}

.i-check {
  width: 15px;
  height: 15px;
  position: relative;
  float: left;
  margin-top: 14px!important;
  margin-left: 24px;

}

.i-check label {
  width: 15px;
  height: 15px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #C7C7CD;
  border-radius: 3px;
}

.i-check label:after {
  content: '';
  width: 9px;
  height: 4px;
  position: absolute;
  top: 3px;
  left: 2px;
  border: 2px solid red;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  transform: rotate(-45deg);
}

.i-check input[type=checkbox]:checked+ label:after {
  opacity: 1;
}

.i-check input[type=checkbox] {
  opacity: 0;
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
}
.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;
}
.swiper-container-horizontal{
  min-height: 500px;
}
.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{
  float: left;
  height: 30px;
  line-height: 30px;
  cursor: pointer;

  text-align: left;

}
.formUl li:hover{
  color:  rgba(230,2,20,1);
  border-bottom: 1px solid rgba(230,2,20,1)
}
.active{
  color:  rgba(230,2,20,1);
  border-bottom: 1px solid rgba(230,2,20,1)
}
.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;
}