@import url("../css/bootstrap.css");
/**
  * 将字段设置为flex容器，颠倒顺序，使标签位于顶部。
  */
.form__input-wrapper .input-lg{
    padding-top: 25px;
    padding-bottom: 5px;
}
.form-control:focus~.control-label{
    transform: translateY(-6px) scale(0.8);
}
.form-group.has-success .form-control~.control-label, .form-group.has-success .input-group-addon~.control-label{
    transform: translateY(-6px) scale(0.8);
}
.form-group.has-error .form-control~.control-label, .form-group.has-error .input-group-addon~.control-label{
    transform: translateY(-6px) scale(0.8);
}
.form__input-wrapper{
    position: relative;
}
.btn_email_user{
    background-color: #fff;
    color: #151515;
    font-weight: bold;
}
.btn_inbox{
    color: #151515;
    background: #EEEEEE;
    border-radius: 4px;
    font-weight: 400;
    padding: 7px 16px!important;
    text-align: center;
}
.btn_inbox:hover, .btn_inbox:active, .btn_inbox:focus{
    color: #151515;
}
.width50{
    width: 65%;
    margin: auto auto 20px auto;
}
/**
  * 切换移动端导航栏按钮样式
  */
.navbar-toggle {
  color: #fff;
  border: 0;
  margin: 0;
  padding: 23px 15px;
}
/**
  * 表单下方的span样式
  */
.msg-wrap {
  position: relative;
  white-space: nowrap;
  line-height: 16px;
  font-size: 12px;
}
.n-top,
.n-right,
.n-bottom,
.n-left {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 0;
  vertical-align: top;
  outline: 0;
}
.form-button {
  margin-bottom: 30px;
}
.form-group.has-error label {
  color: #EE4624;
}
.form-group.has-error .form-control,
.form-group.has-error .input-group-addon {
  box-shadow: none;
  border: 1px solid #EE4624;
  background: #FCEDEB;
}
.form-group.has-error .help-block {
  color: #EE4624;
}
.n-error{
  color: #EE4624!important;
}
/* General Links */
a {
  color: #3BB7F5;
}
a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
  color: #3BB7F5;
}
.footer_logo_text{
  font-size: 26px;
  font-weight: bold;
  color: #999999;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.footer_copy_content{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.footer_copy_content .link_text{
  margin-left: auto;
}

.content {
  min-height: 250px;
  padding: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}


html,
body {
  height: 100%;
}
*{
  padding: 0;
  margin: 0;
}
body {
  padding-top: 50px;
  font-size: 13px;
}
li{
  list-style: none;
}
.navbar {
  border-bottom: 1px solid #C9CDD0;
}
.navbar-nav li > a {
  font-size: 14px;
}

footer.footer {
  width: 100%;
  color: #999;
  background: #555;
  padding-bottom: 20px;
}
footer.footer .copyright {
  line-height: 50px;
  text-align: center;
  background: #393939;
  margin: 0;
}
footer.footer .copyright a {
  color: #aaa;
}
footer.footer .copyright a:hover {
  color: #fff;
}
.footer_copy_content{
  padding-top: 20px;
}
.footer_copy_content .link_text{
  display: block;
}
.footer_copy_content .link_text a{
  color:#999;
}
.footer_copy_content .link_text a:first-child{
  margin-right: 15px;
}
.footer_copy_content_mobile{
  display: none;
}
.footer_copy_content_mobile a{
  color: #999;
}

.user-section {
  background: #fff;
  padding: 20px 40px;
  margin-bottom: 20px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  border: none;
}

.login-section {
  margin: 90px auto;
  max-width: 572px;
  /*width: 70%;*/
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.login-section h2{
  font-size: 30px;
  font-weight: 400;
  color: #151414;
  text-align: center;
}
.login-section .reg_text{
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  padding-bottom: 10px;
}
.login-section.login-section-weixin {
  min-height: 315px;
}
.login-section .logon-tab {
  padding: 30px 45px 10px 45px;
}
.login-section .title_tab{
  width: 50%;
  overflow: hidden;
  float: left;
}
.login-section .title_tab:first-child{
  padding-right: 10px;
}
.login-section .title_tab:last-child{
  padding-left: 10px;
}
.login-section .title_tab > a {
  display: block;
  padding: 10px;
  /*float: left;*/
  width: 100%;
  font-size: 30px;
  text-align: center;
  color: #151515;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.login-section .title_tab > a:hover {
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.login-section .title_tab > a.active {
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #3BB7F5;
  border-bottom: 2px solid #3BB7F5;
}
.login-section .login-main {
  padding: 30px 45px 20px 45px;
}
.login-section .control-label {
  font-size: 16px;
  font-weight: normal;
  transform: scale(1);
  -webkit-transform: scale(1);
  transform-origin: left top;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  pointer-events: none;
  color: #999;
  position: absolute;
  left: 10px;
  top: 0;
  line-height: 50px;
}
.input_blur{
  border:1px solid #ccc!important;
  background:#fff!important;
}
.star{
  margin:5px 0 0 3px;
  color:#f00;
  font-size: 12px;
}
.login-section .n-bootstrap .form-group {
  position: relative;
}
.login-section .n-bootstrap .input-group {
  /*position: inherit;*/
  display: flex;
}
.captcha_input{
  width: 100%;
  flex-grow: 2;
}
.login-section .n-bootstrap .n-right {
  margin-top: 7px;
  /* left: -3px; */
  width: 100%;
  position: relative;
}
.n-msg {
  white-space: normal;
}
.login-section .n-bootstrap .n-right .msg-wrap {
  position: relative;
}
.captcha_images{
  width: 100%;
}
main.content {
  width: 100%;
  overflow: auto;
  min-height: calc(100vh - 141px);
  background-color: #fff;
}
footer.footer{
  background-color: #fff;
}
.pwList{
  display: none;
}
.pwList li{
  color: #999;
}
.conditions{
  text-align: center;
}
.pwList .pw_valid{
  color: #46c37b!important;
}
.pwList .pw_active{
  color: #f00;
}
#showPW {
  position: absolute;
  right: 15px;
  top: 16px;
  cursor: pointer;
  color: #38A0F4;
  font-size: 14px;
}
#showPW i{
  font-size: 20px;
  color: #999;
  font-weight: bold;
}
.goBackBtn{
  color:#38A0F4 ;
  /*text-decoration: underline;*/
  cursor: pointer;
  font-size: 14px;
}
@media (min-width: 679px){
  main.content{
    background-color: #f5f5f5!important;
  }
footer.footer{
  background-color: #f5f5f5!important;
}
  .user-section{
    border: 1px solid #e4ecf3!important;
  }
}

.navbar-inverse .navbar-nav > li > a:hover{color: #000;}
/*# sourceMappingURL=frontend.css.map */
@media screen and (max-width: 450px){
  .login-section .n-bootstrap .input-group {
    display: flex;
    flex-direction: column;
  }
  .captcha_input{
    width: 100%;
  }
  .input-group-btn{
    width: 100%;
    margin-top: 10px;
  }
  .login-section .title_tab > a{
    font-size: 20px;
  }
}
@media screen and (max-width: 678px){
  .footer_copy_content .link_text{
    display: none;
  }
  .footer_copy_content_mobile{
    display: block;
  }
  footer.footer{
    text-align: center;
  }
  main.content {
    position: inherit;
    padding: 15px 0;
    min-height: calc(100vh - 185px);
  }
  .login-section {
    width: 100%;
    margin: 20px auto;
  }
  .login-section .login-main {
    padding: 20px 0 0 0;
  }
  .login-section .logon-tab{
    padding: 0 20px;
  }
  footer.footer {
    position: inherit;
  }
  footer.footer .copyright {
    padding: 10px;
    line-height: 30px;
  }
  .user-section{
    padding: 15px;
  }
}
/* 第三方谷歌样式 */
#buttonDiv {
  margin-bottom: 23px;
}
.cus-separate{
  font-size: 16px;
  color: #949494;
  text-align: center;
  position: relative;
}
.cus-separate::before,.cus-separate::after{
  content: '';
  width: calc(50% - 20px);
  height: 1px;
  background-color: #707070;
  position: absolute;
  top: calc(50% - .5px);
}
.cus-separate::before{
  left: 0;
}
.cus-separate::after{
  right: 0;
}
.cus-btn{
  padding-top: 0;
  padding-bottom: 0;
  height: 50px;
  line-height: 50px;
}
.cus-group{
  clear: both;
  overflow: hidden;
  width: 100%;
}
.cus-group .controls{
  float: left;
}
.cus-group .controls:last-child{
  float: right;
}
.btn {
  /*.border-radius(@btn-border-radius);*/
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid transparent;
}


.cus-popover-content{
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%); 	/* IE 9 */
  -moz-transform: translate(-50%, -50%); 	/* Firefox */
  -webkit-transform: translate(-50%, -50%); /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%); 	/* Opera */
  transform: translate(-50%, -50%);
}
.cus-form-warp{
  max-width: 500px;
  height: 730px;
  background-color: white;
  padding: 20px 40px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.cus-tab{
  width: 100%;
  padding: 30px 45px 10px 45px;
}
.cus-tab-item{
  float: left;
  width: 48%;
  height: 65px;
  line-height: 65px;
  font-size: 30px;
  text-align: center;
  color: #151515;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}
.cus-tab-item:last-child{
  float: right;
}
.cus-tab-item.active{
  color: #3BB7F5;
  border-bottom: 2px solid #3BB7F5;
}
.cus-form{
  padding: 30px 0px 20px 0px;
}
.cus-group{
  clear: both;
  overflow: hidden;
  width: 100%;
}
.cus-group .controls{
  float: left;
}
.cus-group .controls:last-child{
  float: right;
}
.control-label{
  font-size: 16px;
  font-weight: normal;
  transform: scale(1);
  -webkit-transform: scale(1);
  transform-origin: left top;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  pointer-events: none;
  color: #999;
  position: absolute;
  left: 10px;
  top: 0;
  line-height: 50px;
}
/* 第三方谷歌样式 */
