@charset "utf-8";
/* 登陆界面风格 */
/* QQ@973918953 */
/* update:2022-03-06 */
/* auto template  */

/*==============================================================================================*/
/*通用样式
/*==============================================================================================*/
html,body {
  font-size: 16px;
  font-family: "微软雅黑", Arial, sans-serif, Helvetica, Tahoma;
  color: #666;
  padding: 0;
  margin: 0;
  background: #fff;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a,a:hover {
  color: #666;
  -webkit-tap-highlight-color: transparent;
}
ol,ul,li {  list-style: none;}
.fl {  float: left;}
.fr {  float: right;}

.verify_btn {
  width: 150px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  cursor: pointer;
  background: #f8f8f8;
  display: block;
  float: left;
  overflow: hidden;
  margin-left: 10px;
  color: #666;
  border: #ccc solid 1px;
  border-radius: 5px;
}

.verify_btn:disabled {
  border: #ddd solid 1px;
  color: #999;
  background: #fafafa;
}

.icon-loading {
  display: inline-block;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  vertical-align: -3px;
  background: url(../images/loading_icon.gif) no-repeat 0 0;
}

.link{ color: #2589FF;}

.form_check_info {
  position: relative !important;
}
.form_check_info .tips {
  text-align: left !important;
}
/*==============================================================================================*/
/*内容区
/*==============================================================================================*/
.main-content {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 25px;
}

.main-body {
  display: block;
  overflow: hidden;
  max-width: 428px;
  width: 100%;
  padding: 0px;
  position: relative;
}
.main-head {
  display: block;
  overflow: hidden;
  background: #f2f2f2;
  max-width: 428px;
  width: 100%;
  color: #888;
  font-size: 16px;
  text-align: center;
  padding: 30px 0 30px 0;
  margin: 5px auto  10px auto;
  border-radius: 5px;
}
.main-head b{
  color: #2589FF;
  font-style: italic;
}
.main-footer {
  display: block;
  overflow: hidden;
  padding-top: 10px;
  border-top: #eee solid 1px;
  font-family: "微软雅黑", arial, verdana;
  color: #ccc;
  font-size: 12px;
  text-align: center;
}

/*==============================================================================================*/
/*表单框
/*==============================================================================================*/
.auth-code {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 100;
}

.auth-code img {
  width: 123px;
  height: 45px;
}

.auth-head {
  display: block;
  overflow: hidden;
  width: 100%;
  text-align: center;
  margin-bottom: 35px;
  font-size: 26px;
  font-weight: 600;
  color: #1a1a1a;
  position: relative;
}
.auth-head::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, #2589FF, #1a73e8);
  border-radius: 2px;
}
.auth-tab {
  display: block;
  display: block;
  overflow: hidden;
  width: 100%;
  list-style: none;
  margin-bottom: 20px;
  background: #fafafa;
  text-align: center;
  cursor: pointer;
}
.auth-tab li {
  list-style: none;
  line-height: 45px;
  border-bottom: #fafafa solid 1px;
}
.auth-tab li.active {
  border-bottom: #2589FF solid 1px;
  color: #2589FF;
}
.auth-main {
  display: block;
  overflow: hidden;
  width: 100%;
}
.auth-form {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.auth-form .form-control {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  border: #e0e0e0 solid 1px;
  padding: 12px 15px;
  height: auto;
  box-shadow: none;
  background: none;
  vertical-align: middle;
  font-size: 14px;
  transition: border-color 0.3s ease, background-color 0.3s ease;
  border-radius: 5px;
}

.auth-form-head {
  font-size: 22px;
  font-weight: normal;
  margin: 0 0 0px 0px;
  padding: 0;
  line-height: 20px;
  color: #2589FF;
  height: 78px;
  *line-height: 50px;
  overflow: hidden;
  text-align: center;
  font-family: "微软雅黑", arial, verdana;
}

.auth-form .check-tips {
  color: #ff4d4f;
  font-size: 13px;
  min-height: 20px;
  line-height: 20px;
}

.auth-form .auth-form-body {
  display: block;
  overflow: hidden;
  padding: 0;
}

.auth-form .auth-form-body li {
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
}
.auth-form .auth-form-body li:last-child {
  margin-bottom: 0px;
}

.auth-form .auth-form-body li > i ,.auth-form .auth-form-body li .item-control > i {
  position: absolute;
  left: 10px;
  top: 12px;
  z-index: 100;
  font-size: 15px;
  color: #ddd;
}

.auth-form .auth-form-body li .item-label {
  position: relative;
  font-weight: 500;
  color: #333;
  line-height: normal;
  font-size: 14px;
  display: block;
}

.auth-form .auth-form-body li .item-control {
  position: relative;
}

.auth-form .auth-form-body li .form-control:focus {
  border: 1px solid #2589FF;
}

.auth-form .input-group-addon {
  display: none;
}

.auth-form .verifyimg {
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  width: 150px;
  height: 47px;
  margin: 0px auto 0px 10px;
  *margin-top: 3px;
  cursor: pointer;
  float: right;
  object-fit: cover;
  transition: border-color 0.3s ease;
}
.auth-form .verifyimg:hover {
  border-color: #2589FF;
}

.auth-form .auth_btn_panel {
  display: block;
}
.auth-form .auth-btn {
  width: 100%;
  height: 44px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background: linear-gradient(135deg, #2589FF, #1a73e8);
  border: none;
  color: #fff;
  margin-right: auto;
  margin-left: auto;
  border-radius: 6px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(37, 137, 255, 0.3);
}
.auth-form .auth-btn:hover {
  background: linear-gradient(135deg, #1a73e8, #2589FF);
  box-shadow: 0 4px 12px rgba(37, 137, 255, 0.4);
  transform: translateY(-1px);
}
.auth-form .auth-btn:active {
  transform: translateY(0);
}
.auth-form .auth-btn .in {
  display: none;
}
.auth-form .log-in .in {
  display: inline-block;
}
.auth-form .log-in .on {
  display: none;
}
.auth-form .auth-form-footer {
  display: block;
  overflow: hidden;
  padding-top: 10px;
  border-top: #eee solid 1px;
  font-family: "微软雅黑", arial, verdana;
  color: #ccc;
  font-size: 12px;
  text-align: center;
}

/*==============================================================================================*/
/*600px 以上 兼容样式
/*==============================================================================================*/

@media (min-width: 600px){
  html,body {
    font-size: 14px;
    display: block;
    height: 100%;
    background: linear-gradient(135deg, #f5f7fa 0%, #e4e8ec 100%);
  }  
  .main-content {
    padding: 40px 25px;
  }

  .main-head {
    font-size: 16px;
    background: none;
    text-align: left;
    margin: 0px auto  0 auto;
  }  

  .main-body {
    padding: 45px 50px;
    background-color: #ffffff;
    box-sizing: inherit;
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 20px 0 rgb(0 0 0 / 8%);
    box-shadow: 0 4px 20px 0 rgb(0 0 0 / 8%);
  }

  .auth-form .form-control {
    font-size: 15px;
  }

  .auth-form .auth-btn {
    font-size: 16px;
    height: 46px;
  }

}