html,
body {
  height: 100%;
  width: 100%;
  font-family: Lato, Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #333;
  min-width: auto;
}
/* footer{
width: 100%;
  text-align: center;
  position: fixed;
  bottom: 0;
  height: .6rem;
  line-height: .6rem;
  color: #fff;
  background-color: rgba(255,255,255,0.2);
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
footer a,
footer a:hover,
footer a:focus{
  color: #fff;
} */
#bgPic {
  padding: 0 10%;
  background: #255cdc;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  overflow: hidden;
  height: 100%;
  width: 100%;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
/* #bgPic{
height: 100%; 
width: 100%;
position: fixed;
top:0;
background: url(../../../../webres/images/login_background.png); 
z-index: -1; 
background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: center bottom;
} */
#bgPic1 {
  background: url(../../../../webres/images/login_background1.png?time=20190305) no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 5.42rem;
  width: 17rem;
  background-size: cover;
}
/* .main-content{
width: 5rem;
  height: 6.4rem;
  border-radius: 8px;
  position: relative;
  top: .5rem;
  left: 7.17rem;  
  box-shadow: 0 0 26px rgba(0,0,0,0.36);
  background-color: #fff;
  z-index: 1;
} */
.logo {
  width: 1.2rem;
  margin-top: 0.1rem;
  margin-left: 3.6rem;
  margin-right: 0.1rem;
  display: inline-block !important;
}
.register_title {
  font-size: 0.36rem;
  color: rgb(62, 62, 62);
  font-weight: normal;
  /*padding-top: .23rem;*/
}
.main-content .icon {
  display: none;
  font-size: 0.24rem;
  color: #2b6afd;
  position: absolute;
  margin-left: 0.875rem;
  bottom: 0.03rem;
}
/* #sign_form{
margin-top: 0;
}
#sign_form>div>span{
height: .36rem;
line-height: .36rem;
display: inline-block;
width: 3.3rem;
  margin-left: .875rem;
}
#sign_form span input,
#sign_form span select{
border-bottom: 1px solid rgb(207,211,214);
background-color:transparent;
height: .36rem;
line-height: .36rem;
color: rgb(74,74,74);
width: 100%;
padding-left: .445rem;
font-size: .16rem;
}
#sign_form span input:focus{
border-bottom: 1px solid rgb(129,160,182);
}

form>div{
padding-top: 0.16rem;
  height: .54rem;
position: relative;
} */
#getValidCode {
  color: #2b6afd;
  border-color: #2b6afd;
  border-radius: 4px;
  width: 1.4rem;
  height: 0.3rem;
  font-size: 0.12rem;
  border: 1px solid rgb(235, 235, 235);
  border-radius: 0;
  color: rgb(103, 103, 103);
  position: absolute;
  right: 0.82rem;
  background: -ms-linear-gradient(top, rgb(254, 254, 254), rgb(242, 242, 242)); /* IE 10 */
  background: -moz-linear-gradient(top, rgb(254, 254, 254), rgb(242, 242, 242)); /*火狐 */
  background: -webkit-linear-gradient(top, rgb(254, 254, 254), rgb(242, 242, 242)); /*Safari5.1 Chrome 10+*/
  background: -o-linear-gradient(top, rgb(254, 254, 254), rgb(242, 242, 242)); /*Opera 11.10+ */
}
#getValidCode.disable {
  border-color: #d9d9d9;
  color: #bfbfbf;
}
#getValidCode:focus {
  border: 1px solid rgb(235, 235, 235);
  outline: none;
}
.btn.disable,
.btn.disable:hover {
  border: 1px solid #5e93c1 !important;
  cursor: not-allowed;
}
/* #btn_submit{
background: rgb(27,145,251);
margin-top: .2rem;
margin-bottom: .1rem;
color: #fff;
width:3.31rem;
height: .46rem;
margin-left: .875rem;
font-size: .16rem;
border: 0;
  border-radius: 4px;
  cursor: pointer;
} */

#validateImg {
  position: absolute;
  right: 0;
  height: 48px;
  width: 40%;
  /* bottom: .05rem;
  right: .82rem;
  width: .98rem;
  height: .34rem; */
}

/* .register_tc{
padding-top: 0.1rem;
  height: .3rem;
position: relative;
font-size: .14rem;
text-align: center;
} */

/* .register_ret{
text-align: center;
  border-top: 1px dashed rgba(151, 151, 151, 0.49);
  position: absolute;
  width: 100%;
  bottom: 0;
  height: .5rem;
  line-height: .5rem;
  font-size: .14rem;
} */
/* input提示信息 */
/* @media (min-width: 768px) and (max-width: 1023px){
.main-content{
    margin: 2rem auto 0;
    top: 0;
    left: 0;
}
} */
/* @media screen and (max-width: 767px){
.main-content{
  margin: .6rem auto 0;
    top: 0;
    left: 0;
}
footer{
  height: 60px;
  z-index: -1;
}
footer>div{
  line-height: 22px;
    margin: 10px 15px 0;
}
#getValidCode{
  font-size: .18rem;
  width: 1.6rem;
}
#sign_form span input{
  font-size: .2rem;
}
.register_ret{
  font-size: .2rem;
}
} */

.requireStart {
  color: red !important;
  font-size: 7px !important;
  left: 3.4rem;
}

.required {
  left: 3.4rem;
  color: red !important;
  font-size: 14px !important;
}
.icon-question {
  left: 3.4rem;
  color: #666666 !important;
  font-size: 14px !important;
  margin-left: 0 !important;
}
#networkPerformance_pic {
  position: absolute;
  top: 7px;
  left: 0.445rem;
}

.account-state {
  /* padding: 15px 40px 0px; */
  color: #de321f;
  margin-bottom: 20px;
  /* text-align: center; */
}

#btn_submit.disabled {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
  border-color: #999;
  background: #999;
  color: white;
}

.disabled-link,
.disabled-link:hover,
.disabled-link:focus,
.disabled-link:active {
  text-decoration: none;
  color: #bfbfbf;
  cursor: pointer;
}

/* new UI */
.main-content {
  position: relative;
  height: 100vh;
  width: 100%;
  top: 0px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  z-index: 2;
  background: transparent;
  box-shadow: rgba(0, 0, 0, 0.75) 0px 0px 35px -5px;
}

.form-wrapper {
  max-height: 90%;
  width: 380px;
  right: 10%;
  padding: 32px 40px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: absolute;
  background-color: rgb(255, 255, 255);
  overflow: hidden auto;
}

/* .bg-wrapper {
  padding-right: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bg-wrapper img {
  width: 100%;
} */
img.bg-slogan {
  width: 33.333333%;
  margin-top: 32px;
}

.form-title {
  font-size: 20px;
  line-height: 24px;
  color: #2b6afd;
  width: 100%;
}

.form-wrapper div {
  margin-bottom: 12px;
  position: relative;
}

.rc-input {
  box-sizing: border-box;
  margin: 0;
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  width: 100%;
  height: 48px !important;
  padding: 4px 11px !important;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 1.5;
  background-color: #f5f5f5 !important;
  background-image: none;
  border: 1px solid #f5f5f5 !important;
  border-radius: 8px;
  transition: all 0.3s !important;
}

.select2-container--default .select2-selection--single {
  height: 48px !important;
  border: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 48px !important;
  padding-left: 12px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px !important;
}

.rc-button {
  line-height: 48px;
  position: relative;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: manipulation;
  height: 48px;
  padding: 0 15px;
  font-size: 14px;
  border-radius: 4px;
  color: #2b6afd;
  background-color: #fff;
  border: 1px solid #000;
}

.rc-btn-primary {
  font-size: 16px;
  color: #fff;
  background-color: #2b6afd;
  border-color: #2b6afd;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}

#sign_form {
  width: 100%;
  margin: 0;
}

#sign_form .rc-button {
  width: 100%;
  height: 48px;
  border-radius: 24px;
}

.rc-ipt-check {
  width: 16px;
  margin-right: 8px !important;
}

.register_tc {
  display: flex;
  align-items: flex-start;
}

.form-sub {
  /* font-size: 14px;
line-height: 18px; */
  color: #666;
}

.loginBox-bg {
  right: 50%;
  transform: translate(50%);
}

.logo-white {
  position: absolute;
  top: 60px;
  left: 60px;
}

.loginMore {
  color: white;
  position: absolute;
  left: 56px;
  bottom: 106px;
  font-size: 20px;
  line-height: 20px;
}

.loginMore:hover,
.loginMore:visited {
  color: rgb(255, 255, 255);
}

footer {
  display: flex;
  justify-content: center;
  color: white;
  width: 500px;
  margin: auto auto 0px;
  padding: 0px 0px 56px;
}

footer a,
footer a:hover,
footer a:focus {
  color: #fff;
}

footer span {
  display: inline-block;
  padding: 0 12px;
  font-size: 14px;
  line-height: 14px;
}
footer span + span {
  border-left: 1px solid white;
}
.foot-cp {
  opacity: 80%;
  font-weight: 400;
  text-align: center;
  margin-top: 8px;
  font-size: 14px;
  line-height: 14px;
}

@media (max-width: 1280px) {
  .form-wrapper {
    right: 50%;
    transform: translate(50%);
  }
  .bg-wrapper {
    display: none;
  }

  .loginMore {
    display: none;
  }

  .loginBox-bg {
    right: 50%;
    transform: translate(50%);
  }
}

@media (max-width: 450px) {
  .logo-white {
    display: none !important;
  }
  .loginBox-bg {
    width: 100%;
    margin-left: 0px;
    padding: 40px 32px 64px;
    height: 100%;
    justify-content: flex-start;
  }

  #bgPic {
    background: white;
  }

  footer {
    color: #2c6afd;
    z-index: 1;
  }

  footer a,
  footer a:hover,
  footer a:focus {
    color: #2c6afd;
  }

  footer span + span {
    border-left: 1px solid #2c6afd;
  }
}

.rc-button:hover,
.rc-button:focus {
  background-color: #2b6afd;
  border-color: #2b6afd;
  color: white;
}

.rc-button[disabled] {
  background-color: #999;
  border-color: #999;
  cursor: not-allowed;
}

/**/
.bg-wrapper {
  width: 60%;
  top: 10%;
  left: 5%;
  bottom: 20%;
  position: absolute;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/* .swiper-slide img {
  display: block;
  height: 100%;
  width: 100%;
object-fit: cover;
} */

.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}

.swiper-pagination-bullet-active {
  color: #fff;
  background: #007aff;
}

.flex-column-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.flex-center {
  display: flex;
  align-items: center;
}

/* .flex-column-center img {
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

.flex-column-center img.bg-product {
  width: 80%;
}

.flex-column-center img.bg-slogan {
  width: 33.33333%;
}

.swiper-pagination-bullet {
  background: white;
  opacity: 0.2;
  border-radius: 4px;
  height: 4px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.bg2-wrapper {
  width: 50%;
}

.bg2-title {
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 32px;
  color: white;
}

.bg-app {
  width: 80%;
  margin-bottom: 20px;
}

.app-icon {
  width: 33.3333%;
  margin-left: 16px;
  cursor: pointer;
}

.app-icon-wrapper {
  margin-bottom: 32px;
}

.cloud-intro-bg {
  cursor: pointer;
}
