@charset "utf-8";

/* 验证码重写 */
body .layer-check-code {
  border-radius: 5px;
  overflow: hidden;
}

body.mobile .layer-check-code {
  overflow: visible;
}

.layer-check-code .layui-layer-btn a {
  font-size: 14px;
}

.layer-check-code .layer-code {
  margin-top: 35px;
  margin-left: 15px;
  margin-right: 15px;
  box-sizing: border-box;
  height: 42px;
  margin-bottom: 35px;
}

.layer-check-code * {
  box-sizing: border-box;
}

.layer-check-code .layui-layer-title {
  background: #f6f6f6;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}

.layer-check-code .layui-layer-setwin .layui-layer-close1 {
  background: url("../images/close.png") no-repeat center center;
}

.layer-check-code .layer-code-span {
  width: 84px;
  line-height: 42px;
  text-align: right;
  font-weight: bold;
  float: left;
  font-size: 14px;
  color: #666;
}

.layer-check-code .layer-code-input {
  width: 38%;
  line-height: 32px;
  height: 42px;
  padding: 5px;
  border: solid 1px #ccc;
  text-align: left;
  float: left;
  font-size: 14px;
  color: #666;
  border-radius: 5px;
}

.layer-check-code .layer-code-img {
  width: 33%;
  height: 42px;
  line-height: 42px;
  text-align: left;
  float: left;
  margin-left: 15px;
}

.layer-check-code .layer-code-img img {
  /* width: 100%; */
  height: 40px;
  border-radius: 5px;
  cursor: pointer;
}

.layer-check-code .layui-layer-btn {
  padding: 10px 15px;
  background-color: #f5f9fa;
}

.layer-check-code .layui-layer-btn .layui-layer-btn0 {
  /* border-color: transparent;
    color: #FFF;
    background: #dd2726; */
  margin-right: 10px;
}

.layer-check-code .layui-layer-btn a {
  margin-top: 0;
  line-height: 34px;
  height: 36px;
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 20px;
}

.layer-check-code .layui-layer-btn1 {
  /* background-color: transparent;
      color: #dd2726;
      border-color:#dd2726; */
}

.layer-check-code .layui-layer-btn1:hover {
  color: #333;
  /* color: #FFF;
    background: #dd2726; */
}

/* layer 警告弹框 */
.layer-custom-dialog.layui-layer-dialog .layui-layer-padding {
  padding: 25px;
  padding-left: 80px;
}

.layer-custom-dialog.layui-layer-dialog .layui-layer-content {
  line-height: 36px;
}

.layer-custom-dialog.layui-layer-dialog {
  min-width: 100px;
  border-radius: 5px;
  overflow: hidden;
}

.layer-custom-dialog.layui-layer-dialog .layui-layer-content .layui-layer-ico {
  position: absolute;
  top: 19px;
  left: 19px;
  width: 48px;
  height: 48px;
}

.layer-custom-warn.layui-layer-dialog .layui-layer-content .layui-layer-ico {
  background: url('../images/alert.gif') no-repeat center center;
  background-size: contain;
}

.layer-custom-error.layui-layer-dialog .layui-layer-content .layui-layer-ico {
  background: url('../images/error.gif') no-repeat center center;
  background-size: contain;
}

.layer-custom-success.layui-layer-dialog .layui-layer-content .layui-layer-ico {
  background: url('../images/success.gif') no-repeat center center;
  background-size: contain;
}

.layer-custom-loading .layui-layer-ico8 {
  background: url('../images/loading.gif') no-repeat center center;
  background-size: contain;
}

/* 
.mobile .layer-check-code .layui-layer-title{
  font-size: .32rem;
} */
/* 兼容移动端 */
@media screen and (max-width:720px) {

  [contenteditable="true"],
  input,
  textarea {
    -webkit-user-select: auto !important;
    -khtml-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    -o-user-select: auto !important;
    user-select: auto !important;
  }

  .mobile .layer-check-code .layui-layer-setwin a,
  .mobile .layer-custom-dialog .layui-layer-setwin a {
    width: 20px;
    height: 20px;
  }

  .mobile .layer-check-code .mobile .layui-layer-btn a,
  .mobile .ayer-custom-dialog .layui-layer-btn a {
    font-size: .24rem;
  }

  .mobile .layer-check-code .layui-layer-btn a {
    line-height: 0.58rem;
    height: 0.6rem;
  }

  .layer-check-code .layer-code-img {
    width: 1.8rem;
  }

  .layer-check-code .layer-code-input {
    line-height: normal;
    width: 100px;
  }

  .mobile input {
    -webkit-user-select: auto;
  }
}

/* 320px 屏幕适配 */
@media screen and (max-width:320px) {
  .layer-check-code .layer-code-span {
    width: 1.5rem;
  }

  .layer-check-code .layer-code-input {
    padding: 0;
    width: 2rem;
  }

  .layer-check-code .layui-layer-btn a {
    padding: 0 .2rem;
  }

}

/* 顶部css */

#shouye-nav .logo a img {
  max-height: 70px;
}

#login .login_list {
  line-height: 29px;
  height: 30px;
  float: left;
  position: relative;
  padding: 0 1px;
  cursor: pointer;
}

#login .login_list .login {
  border-right: none;
  position: relative;
  padding: 0 5px 0 10px;
  z-index: 12;
}

#login .login_list .login a {
  color: #666;
  font-size: 12px;
  margin: 0;
}

.login_list .login_methods {
  position: absolute;
  top: 30px;
  left: -1px;
  width: 130px;
  height: 0;
  overflow: hidden;
  background: #fff;
  z-index: 200;
  border: solid 1px #e6e6e6;
  border-top: none;
  box-sizing: border-box;
  display: none;
}

#login .login_list .login_methods a {
  font-size: 12px;
  color: #666;
  display: block;
  overflow: hidden;
  margin: 0;
  margin-bottom: 2px;
}

#login .login_list .login_methods a:last-child {
  margin-bottom: 0;
}

#login .login_list .login_methods a .login_icon_qq {
  float: left;
  width: 30px;
  height: 30px;
  background-image: url("../images/load.png");
  background-position: 0 0;
  transform: scale(0.8);
}

#login .login_list .login_methods a .login_icon_weixin {
  float: left;
  width: 30px;
  height: 30px;
  background-image: url("../images/load.png");
  background-position: -60px 0;
  transform: scale(0.8);
}

#login .login_list .login_methods a span {
  float: left;
  line-height: 30px;
  font-size: 12px;
}

#login .login_list .login_methods a:hover span {
  color: #e2383a;
}

#login .login_list:hover {
  background: #fff;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 0;
}

#login .login_list:hover .login_methods {
  height: auto;
  padding: 10px 15px;
  display: block;
}

#login .login_list span.arrow {
  border-style: solid dashed dashed dashed;
  border-color: #b3b3b3 transparent transparent transparent;
  border-width: 5px 5px 0;
  overflow: hidden;
  font-size: 0;
  height: 0;
  width: 0;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: 0 ease-in;
  -moz-transition: 0 ease-in;
  -o-transition: 0 ease-in;
  transition: 0 ease-in;
}

#login .login_list:hover span.arrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

#login .arrow {
  display: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
.header .headerLeft{
  height: 30px;
}
.header .headerRight{
  height: 30px;
}
body #hearderTop{
  padding-bottom: 80px;
  margin-bottom: 0;
}

/* SSL */
body.ssl-detail .container-fluid{
  margin-top: 0;
}


/* 兼容问题 华为浏览器下select和position:fixed;有冲突*/
.mobile #alert_wrap,.mobile #alert_wrap_box{
  position: absolute !important;
}
.mobile #alert_wrap{
  top: 100px !important;
}

#login .login_list .login{
  width: auto;
}


.menu .menu-hd .menu-dropdown{
  height: auto;
}


.nickname{
  color: #666;
}

body .suspension-right *{
  box-sizing: content-box;
}

.header .headerLeft {
  line-height: 30px;
  height: 100%;
  color: #666;
  font-size: 12px;
  float: left;
}
.header .headerRight {
  float: right;
}