.hide-box {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 50%;
  top: 50%;
  margin: auto;
  transform: translate(-50%, -50%);
}

.login_mask {
  background: #333 none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9;
  display: none;
}

.login_box {
  left: 50%;
  top: 50%;
  position: fixed;
  z-index: 99999;
  width: 100%;
  max-width: 410px;
  transform: translate(-50%, -50%);
  display: none;
}

a.btn-close {
  background-color: #00b3ff;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 20px;
  position: absolute;
  right: -10px;
  text-align: center;
  top: -10px;
  width: 20px;
  z-index: 99;
  font-size: 14px;
}

a.btn-close:hover {
  color: #fff;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-10 {
  margin-top: 10px;
}

.padding-lr-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.padding-l-5 {
  padding-left: 5px;
}

.content-box {
  border-radius: 8px;
  margin: 0 auto;
  overflow: hidden;
  width: 410px;
  font-family: "Microsoft Yahei";
  position: relative;
  background: #fff;
}

.inputs {
  background-color: #fff;
  padding: 72px 41px 4px;
}

input.default-btn {
  background-color: #505056;
  border-radius: 50px;
  color: #fff;
  display: block;
  font-size: 22px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  max-width: 327px;
  width: 100%;
  border: none;
}

input.default-btn:hover {
  background-color: #00b3ff;
  color: #fff;
}

input.btn_on {
  background-color: #00b3ff;
}

.code_bg {
  background-color: #00b3ff;
  border-radius: 0 50px 50px 0;
  color: #fff;
  display: block;
  height: 50px;
  line-height: 50px;
  width: 100%;
  text-align: center;
  min-width: 70px;
}

.code_bg:hover {
  color: #fff;
  opacity: 0.8;
}

.input-box {
  border-radius: 50px;
  background-color: #f5f5f5;
}

.flex-box {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flex-item {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex-2 {
  -webkit-flex: 2;
  -moz-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.flex-5 {
  -webkit-flex: 5;
  -moz-flex: 5;
  -ms-flex: 5;
  flex: 5;
}

.flex-box-2:before,
.flex-box-2:after,
.flex-box-3:before,
.flex-box-3:after,
.flex-box-4:before,
.flex-box-4:after {
  content: " ";
  display: table;
}

.flex-box-2:after,
.flex-box-3:after,
.flex-box-4:after {
  clear: both;
}

.flex-box-4 .flex-item {
  width: 25%;
  float: left;
}

.flex-box-3 .flex-item {
  width: 33%;
  float: left;
}

.flex-box-2 .flex-item {
  width: 50%;
  float: left;
}

.container-middle {
  background-color: #fff;
  padding: 0 20px;
}

.middle_loginbtn_box {
  padding: 26px 41px 42px 41px;
}

.middle_loginbtn_box div:nth-child(1) {
  display: flex;
  justify-content: center;
}

.container-middle .flex-item {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.container-footer {
  background-color: #fff;
}

.switch-password {
  color: rgb(159, 171, 183);
  font-size: 13px;
  text-align: left;
}

.switch-right {
  color: rgb(159, 171, 183);
  font-size: 14px;
  text-align: right;
  float: right;
}

.container-footer .footer-item {
  color: rgb(159, 171, 183);
  display: block;
  font-size: 14px;
  height: 45px;
  line-height: 45px;
  text-align: center;
}

.container-footer a.footer-item:hover {
  /* background: #00b3ff; color: #fff; */
  color: #505056;
}

.content-box input.input-style:-webkit-autofill {
  background-color: #505056;
}

.content-box input.input-style {
  background-color: #f5f5f5;
  border-radius: 50px;
  color: #999;
  display: block;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 0;
  width: 100%;
}

a.update-btn {
  background: url(../../../images/update-icon.png) no-repeat;
  background-size: 22px 26px;
  width: 22px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  min-width: 22px;
}

.register-container .inputs {
  padding: 30px 41px 10px;
}

.register-container input.input-style,
.register-container a.default-btn {
  line-height: 50px;
  height: 50px;
}

.other_login_tit {
  color: #999;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  position: relative;
  text-align: center;
  background-color: #fff;
}

.other_login_tit em {
  background: #fff none repeat scroll 0 0;
  height: 1px;
  left: 0;
  position: absolute;
  top: 20px;
  width: 100%;
  border-top: 1px solid #ccc;
}

.other_login_tit span {
  background: #fff none repeat scroll 0 0;
  display: inline-block;
  padding: 0 16px;
  position: relative;
  z-index: 1;
}

.tishi {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 100%;
  text-align: center;
  color: red;
}

.tishi p {
  position: relative;
  z-index: 9;
  color: #48cccc;
}

.top-tits {
  background-color: #fff;
}

.top-tits .flex-item {
  text-align: center;
  border-bottom: 2px solid transparent;
}

.top-tits .flex-item.on {
  border-color: #00b3ff;
}

.top-tits a.top-tit {
  color: #999;
  display: block;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
}

.top-tits .flex-item.on a.top-tit {
  color: #00b3ff;
}
.alt_login_title {
  line-height: 50px;
  height: 50px;
  text-align: center;
  color: #00b3ff;
  font-size: 20px;
}
.error {
  color: #ff5151;
}

.input_phone {
  position: relative;
}

.input_phone .phone_area {
  position: absolute;
  bottom: 0;
  padding-left: 20px;
  height: 100%;
  background: transparent url(../../../images/select_bg.png) no-repeat right
    center;
  background-size: 14px;
  border: none;
  color: #999;
  font-size: 15px;
  width: 105px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.input_phone input {
  padding-left: 115px;
  box-sizing: border-box;
  text-align: left !important;
}

@media screen and (max-width: 640px) {
  .content-box {
    width: 100%;
    border-radius: 0;
  }

  a.default-btn {
    width: 100%;
  }
}

.hide-box {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 50%;
  top: 50%;
  margin: auto;
  transform: translate(-50%, -50%);
}

.login_mask {
  background: #333 none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99;
  display: none;
}

.login_box {
  left: 50%;
  top: 50%;
  position: fixed;
  z-index: 999;
  width: 100%;
  max-width: 410px;
  transform: translate(-50%, -50%);
  display: none;
}

a.btn-close {
  background-color: #00b3ff;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 20px;
  position: absolute;
  right: -10px;
  text-align: center;
  top: -10px;
  width: 20px;
  z-index: 99;
  font-size: 14px;
}

a.btn-close:hover {
  color: #00b3ff;
  background: #fff;
}

@media (max-width: 640px) {
  .content-box {
    width: 100%;
    border-radius: 10px;
    transform: scale(0.85);
  }

  .hide-box {
    left: 15%;
    width: 70%;
  }

  .container-middle,
  .register-container .inputs,
  .inputs,
  .middle_loginbtn_box {
    padding: 20px 15px 22px;
  }

  .middle_loginbtn_box {
    padding-top: 16px;
    padding-bottom: 10px;
  }

  a.btn-close {
    right: 21px;
    top: 22px;
  }

  .register-container a.default-btn,
  .content-box input.input-style,
  a.default-btn {
    width: 100%;
    height: 45px;
    border-radius: 25px;
    line-height: 45px;
    font-size: 16px;
    box-sizing: border-box;
  }

  .container-middle .flex-item img {
    width: 50%;
    max-width: 80px;
  }

  .container-footer .flex-item a {
    line-height: 50px;
    height: 50px;
    font-size: 14px;
  }

  a.update-btn {
    background: url(../../../images/update-icon.png) no-repeat center;
    background-size: 22px;
    width: 100%;
    height: 26px;
    margin-top: 0;
  }

  .login_footer {
    padding: 0;
    margin: 12px 30px;
    font-size: 12px;
  }

  .login_tab_see_more {
    font-size: 12px;
  }
}

.login_footer {
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  max-height: 90px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  justify-content: center;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}

.login_footer .item {
  /* float: left; */
  flex: 1;
  -webkit-flex: 1;
  text-align: center;
  flex-basis: 25%;
  padding: 10px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  flex-grow: 0;
}

.login_footer .item img {
  width: 80%;
}

.login_tab_see_more {
  text-align: center;
  line-height: 40px;
  color: #00b3ff;
  cursor: pointer;
}

.login_tab_see_more .icon_seemore_d {
  width: 13px;
  vertical-align: middle;
  margin-left: 5px;
  transition: all 0.3s;
}

@media (max-width: 370px) {
  .login_footer {
    max-height: 72px;
  }
}
