@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: 120px;
  height: 38px;
  line-height: 38px;
  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: #3280fc;}

.form_check_info {
  position: relative !important;
}
.form_check_info .tips {
  text-align: left !important;
}
/*==============================================================================================*/
/*内容区
/*==============================================================================================*/
.main-content {
  display: block;
  overflow: hidden;
  margin: 25px;
}

.main-body {
  display: block;
  overflow: hidden;
  max-width: 428px;
  width: 100%;
  padding: 0px;
  margin: 0 auto;
  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: #3280fc;
  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: 30px;
  font-size: 24px;
  font-weight: bold;
  color: #3280fc;
}
.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: #3280fc solid 1px;
  color: #3280fc;
}
.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-top: none;
  border-left: none;
  border-right: none;
  border-bottom: #ccc solid 1px;
  padding: 8px 8px;
  height: auto;
  box-shadow: none;
  background: none;
  vertical-align: middle;
  font-size: 16px;
}

.auth-form-head {
  font-size: 22px;
  font-weight: normal;
  margin: 0 0 0px 0px;
  padding: 0;
  line-height: 20px;
  color: #3280fc;
  height: 78px;
  *line-height: 50px;
  overflow: hidden;
  text-align: center;
  font-family: "微软雅黑", arial, verdana;
}

.auth-form .check-tips {
  color: #ff0000;
  margin-top: 10px;
}

.auth-form .auth-form-body {
  display: block;
  overflow: hidden;
  padding: 0;
}

.auth-form .auth-form-body li {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
  line-height: 23px;
  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: bold;
  color: #000;
  line-height: normal;
}

.auth-form .auth-form-body li .item-control {
  position: relative;
}

.auth-form .auth-form-body li .form-control {
  padding-left: 32px;
}

.auth-form .auth-form-body li .form-control:focus {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #3280fc;
}

.auth-form .auth-form-body li .item-control .form-control {
  padding-left: 2px;
}

.auth-form .input-group-addon {
  display: none;
}

.auth-form .verifyimg {
  border-radius: 0px;
  border: 1px solid #ddd;
  width: 136px;
  margin: 0px auto 0px 5px;
  *margin-top: 3px;
  cursor: pointer;
  float: right;
}

.auth-form .auth_btn_panel {
  display: block;
}
.auth-form .auth-btn {
  width: 100%;
  height: 40px;
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background: linear-gradient(45deg, #3280fc, #3280fc);
  border: #3280fc solid 1px;
  color: #fff;
  margin-right: auto;
  margin-left: auto;
  border-radius: 3px;
}
.auth-form .auth-btn:hover {
  border: #3280fc solid 1px;
  background-color: #3280fc;
}
.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: #f5f5f5;
  }  
  .main-content {
    position: absolute;
    top: calc(50% - 308px);
    left: calc(50% - 214px);
  }

  .main-head {
    font-size: 16px;
    background: none;
    text-align: left;
    margin: 0px auto  0 auto;
  }  

  .main-body {
    padding: 35px 45px;
    background-color: rgba(255, 255, 255, 0.98);
    box-sizing: inherit;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);  
  }

  .auth-form .form-control {
    font-size: 14px;
    padding: 8px 8px;
  }

  .auth-form .auth-btn {
    font-size: 15px;
  }

}