/* for back-end */
/* 2018-01-05 */

.field--name-banner-image img{
  /*修复图片不能自适应*/
  height: auto;
}
.titlerow .container{
  position: relative;
}
.titlerow .container .view-filters.form-group{
  position: absolute;
  top: -79px;
  right: 0;
  z-index: 999;
  margin-bottom: 0;
}
.titlerow .container .view-filters.form-group .views-exposed-form .form-group{
  margin-bottom: 0;
}
.block-responsive-menu-toggle{
  width: 100%;
}
.block-responsive-menu-toggle .language-switcher-language-url.block-language-blocklanguage-interface{
  position: absolute;
  z-index: 999;
  top: 5px;
  right: 0px;
}
@media (max-width: 768px){
  .bdsharebuttonbox{
    display: none;
  }
}
form .captcha {
  overflow: hidden;
}
form .captcha label.control-label {
  display: none;
}
.contact-message-form .form-item-captcha-response {
  position: relative;

}
.contact-message-form .form-item-captcha-response:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border: 1px solid #ddd;
  border-radius: 4px;
  z-index: 1;
}
.contact-message-form .form-item-captcha-response .required{
  position: relative;
  background: transparent;
  z-index: 2;
}
.contact-message-form .form-item-captcha-response:hover:after {
  border: 1px solid #ff582b;
}


/*解决注册横线问题,解决密码复杂度问题*/
#edit-password-policy-status>tbody>tr>td{
  padding: 0px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top-color: transparent !important;
}



.user-page form .password-verdict {
  font-size: 0px;
  height: 2px;
  margin-bottom: 12px;
  line-height: 16px;
  display: block;
}

.field--name-user-agreement{
  position: relative;
  top: 139px;
}
.hilan {
  position: relative;
  padding-right: 12px;
}
.hilan:before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background: black;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  top: 8px;
  left: 0;

}
/*解决www2环境的同意复选框偏移bug*/
.icheckbox_square-red{
   top:23px;
}

control-label.option {
  margin-top: -21px;
  white-space: normal;
  display: block;
  margin-left: 33px !important;
}

.control-label.option {
  white-space: normal;
  display: block;
  margin-left: 31px !important;
  margin-top: 2px;
}


