
@media screen and (min-width: 1025px) {
  .page {
  font-size: 14px;
  color: #666666;
  min-width: 1024px;
}
.agreement {
  display: flex;
}
.agreement input {
  width: 12px;
  height: 12px;
  margin-right: 8px;
  margin-bottom: 2px;
}
.agreement .text {
  font-size: 12px;
  font-family: Arial;
  font-weight: 400;
  line-height: 20px;
  color: #999999;
  text-align: left;
}

.page .errtext {
  display: none;
  font-size: 14px;
  color: #ff0000;
}

.registerError {
  padding-left: 20px;
  color: #FF3333;
  line-height: 16px;
  font-size: 15px;
}
.page .errobox {
  font-size: 12px;
  color: #FF5656;
  background: url('../ghRegisterImg/error_icon.png') no-repeat;
  background-size: 10px 10px;
  background-position: 0 4px;
  padding-left: 12px;
}

.page .error {
  font-size: 14px;
  color: #ff0000;
}

.topbar {
  width: 1300px;
  display: flex;
  flex-wrap: nowrap;
  padding: 15px 40px;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
}

.topbar img {
  width: 180px;
  height: 60px;
}

.topbar .login-form {
  height: 50px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.topbar .loginerr {
  color: #ff0000;
  display: none;
}

.topbar .login-form input {
  width: 200px;
  height: 36px;
  margin-right: 20px;
  border-radius: 8px;
  border: solid 1px #666666;
  padding-left: 9px;
  font-size: 16px;
  color: #666666;
}

.topbar .login-btn {
  width: 80px;
  height: 36px;
  border: 2px solid #A42323;
  border-radius: 5px;
  margin-right: 9px;
  background: transparent;
  font-weight: bold;
  color: #A42323;
  line-height: 36px;
  font-size: 14px;
}

.topbar .login-form a {
  line-height: 36px;
  font-size: 14px;
  color: #999999 !important;
  text-decoration: underline;
}

.page .content {
  width: 1600px;
  position: relative;
  z-index: 10;
}
.banner {
  width: 1000px;
  height: 30px;
  margin: 0 auto;
}
.content .banner img {
  width: 100%;
  height: 100%;
}
.page .registerForm-box {
  width: 340px;
  min-height: 630px;
  background: url('../ghRegisterImg/bg_resgister.png');
  background-size: 100% 100%;
  position: absolute;
  left: 26%;
  top: -20px;
  padding: 20px 20px 10px 20px;
}

.page .registerForm .title {
  margin-bottom: 10px;
  margin-top: 20px;
  font-size: 14px;
  color: #fff;
}

.page .registerForm select,
.page .registerForm input {
  height: 44px;
  background: #fff;
  border: 1px solid #fec550;
  font-size: 16px;
  color: #333333;
}

.page .registerForm .clearfix select {
  border: solid 1px #666666;
  color: #666666;
}

.page .matchesButton {
  width: 100%;
  height: 49px;
  background: linear-gradient(-69deg, #FF5656, #A42323);
  border-radius: 5px;
  /* box-shadow: 0px 6px 10px 0px rgba(253, 148, 49, 0.5); */
  margin-top: 29px;
  margin-bottom: 14px;
  font-size: 20px;
  color: #ffffff;
  outline: none;
  border: none;
}

.page .text {
  text-align: left;
  height: 48px;
  font-family: ArialMT;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #fff;
}

.page .Copyright {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 14px;
  color: #999999;
  font-size: 14px;
}

.page .msite_login {
  display: none;
}

.page .msite-logo {
  display: none;
}

.page .success-ico {
  width: 14px;
  height: 15px;
  border-radius: 50%;
  background-color: #ffffff;
  border: solid 1px #ffffff;
  background: url('../ghRegisterImg/icon_gou.png') center center no-repeat;
  background-size: 14px 15px;
  position: absolute;
  right: 10px;
  top: 40px;
  overflow: hidden;
  display: none;
}



.container{
  width:100%;
  height: 102.1vh;
  position: absolute;
  z-index: -1;
  top: -20px;
  overflow: hidden;
  background: #0B0B0B; 
}
   
.slider-img{
  width: 1440px;
  height: 885px;
  overflow: hidden;
  margin: 0 auto;
  z-index: 1;
}
   
.slider-img img{
  width:100%;
  height: 100%;
  margin: 0;
  padding-bottom: 10px;
  min-width:1024px;
}

#slider {
  position: relative;
  overflow: hidden;
  margin: 20px auto 0 auto;
  border-radius: 4px;
}
#slider ul {
  position: relative;
  width: 1440px;
  height: 885px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#slider ul li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 1440px;
  height: 885px;
  line-height: 300px;
}

.mail_li label{
  font-size: 12px !important;
  color: #FF5656 !important;
  background: url('../ghRegisterImg/error_icon.png') no-repeat;
  background-size: 10px 10px;
  background-position: 0 4px;
  padding-left: 12px;
}
.btn {
  display: flex;
  width: 77%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  justify-content: space-between;
}
.left{
  width: 50%;
  text-align: left;
}
   
.left img,.right img{
  width: 28px;
  height: 50px;
  cursor: pointer;
}  
.right{
  width: 50%;
  text-align: right;
}

.page .registerForm select, .page .registerForm input {
  height: 36px;
  background: #fff;
  font-size: 14px;
  color: #333333;
  padding: 0;
}

.page .alert {
  width: 495px;
  min-height: 285px;
  position: absolute;
  background-color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 1000;
}
.page .alert .img {
  padding: 10px;
  text-align: right;
  cursor: pointer;
}
.page .alert img {
  width: 16px;
  height: 16px;
}
.page .alert .alert_content {
  margin-top: 30px;
  width: 100%;
  min-height: 100px;
  padding: 0 20px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  line-height: 36px;
}
.page .alert .button {
  width: 100%;
  margin: 20px auto 30px auto;
}
.page .alert .alert_button {
  margin: 0 auto;
  width: 300px;
  height: 50px;
  color: #fff;
  background: url('../ghRegisterImg/alert_button.png') no-repeat;
  background-size: 300px 50px;
  font-size: 20px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}

/* 地区选择loading样式 */
.page .select_flex {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.page .select_flex_item {
  position: relative;
  width: 90px;
  margin-right: 12px;
}
.page .select_flex .select_float {
  position: absolute;
  width: 100% !important;
  height: 100%;
  left: 0 ;
  top: 0;
  background-color: #000;
  opacity: 0.1;
}
.page .select_flex select {
  width: 90px;
  height: 39px!important;
  outline: 0;
  border-radius: 4px;
  vertical-align: top;
  background-color: #fff;
  border: solid 1px #ddd;
  font-size: 14px;
  text-align: left;
}

.page .ghmask {
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  width: 100%;
  height: 100vh;
  position: absolute;
}
}
@media screen and (max-width: 1680px){
  .pc {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
  }
  .pc .registerForm-box {
    margin-left: -100px;
    transform: scale(0.9);
    transform-origin: 0 0 0;
  }
  .btn {
    width: 90%;
  }
  .slider-img {
    transform: scale(0.9);
    transform-origin: 0 0 0;
  }
  .pc li .title {
    font-size: 16px !important;
  }
  .pc li .form-control {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 1440px) {
  .pc .registerForm-box {
    margin-left: -200px;
    transform: scale(0.8);
    transform-origin: 0 0 0;
  }
  .btn {
    width: 100%;
  }
  .slider-img {
    transform: scale(0.8);
    transform-origin: 0 0 0;
  }
}

