/*
蓝色主题
*/
/*
系统主题
*/
.wd-ghover:hover {
  background: #1684FF;
  opacity: 1;
}
input:disabled {
  background: #f5f5f5 !important;
  border: none !important;
  cursor: default;
}
.wd-header {
  min-width: 1170px !important;
  transition: all 0.8s;
  box-shadow: 0 0 4px #ddd;
  background: #ffffff;
}
.wd-header .logo {
  height: 60px;
}
.wd-header .logo a {
  display: inline-block;
}
.wd-header .logo .ico {
  display: block;
  width: 220px;
  height: 38px;
  margin-top: 12px;
  background: url('../../common/img/logo/logo.png') no-repeat;
  background-size: 110px 38px;
}
.wd-header .logo .to-translater {
  float: right;
  width: 96px;
  height: 32px;
  margin-top: 14px;
  background: #ffffff;
  border: 1px solid #1684FF;
  border-radius: 4px;
  font-size: 14px;
  line-height: 34px;
  text-align: center;
  font-family: MicrosoftYaHei;
  color: #1684FF;
}
/*弹窗*/
.alert-content {
  padding-top: 30px;
  text-align: center;
}
.alert-content p {
  font-size: 16px;
  color: #222222;
}
.alert-content p.note {
  margin-top: 10px;
}
/*登录弹窗*/
.alert-login {
  position: relative;
  width: 440px;
  background: #fff;
  top: 50%;
  margin-top: -250px;
  left: 50%;
  margin-left: -220px;
}
/*  tips弹窗-公共皮肤   begin*/
.YaHei {
  font-family: MicrosoftYaHei, '\5FAE\8F6F\96C5\9ED1';
}
.skin-tips {
  border-radius: 4px !important;
  width: inherit !important;
}
.skin-tips .layui-layer-content {
  min-width: 285px;
  padding: 20px 44px;
  box-sizing: border-box;
  line-height: 24px;
  text-align: center;
  font-family: MicrosoftYaHei, '\5FAE\8F6F\96C5\9ED1';
  font-size: 14px;
}
.skin-tips .layui-layer-content i {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: -4px;
}
.skin-tips.alert-text-red {
  color: #f83333;
}
.skin-tips.alert-text-red i {
  display: none;
}
.skin-tips.alert-success .layui-layer-content,
.skin-tips.alert-sorry .layui-layer-content,
.skin-tips.alert-smile .layui-layer-content {
  color: #1684FF;
}
.skin-tips.alert-fail .layui-layer-content,
.skin-tips.alert-sad .layui-layer-content,
.skin-tips.alert-sad .layui-layer-content {
  color: #f83333;
}
.skin-tips.alert-success .layui-layer-content i {
  background: url('../../common/img/icon_spirit-02.png') no-repeat -88px -4px;
}
.skin-tips.alert-fail .layui-layer-content i {
  background: url('../../common/img/icon_spirit-02.png') no-repeat -110px -4px;
}
.skin-tips.alert-sorry .layui-layer-content i {
  background: url('../../common/img/icon_spirit-02.png') no-repeat -198px -4px;
}
.skin-tips.alert-smile .layui-layer-content i {
  width: 22px;
  height: 22px;
  margin-bottom: -6px;
  background: url(../../common/img/icon_spirit.png) -293px -192px no-repeat;
}
.skin-tips.alert-sad .layui-layer-content i {
  width: 22px;
  height: 22px;
  margin-bottom: -6px;
  background: url(../../common/img/icon_spirit.png) -315px -192px no-repeat;
}
/*  tips弹窗-公共皮肤   end*/
/*  重写下拉框样式  begin  */
.layui-form-select dl {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.04), 0px 0px 12px 0px rgba(151, 151, 151, 0.1);
  border: none;
  z-index: 99999999;
}
.layui-form-select dl dd {
  font-family: MicrosoftYaHei, '\5FAE\8F6F\96C5\9ED1';
  font-size: 14px;
  color: #484848 !important;
  line-height: 40px;
}
.layui-form-select dl dd.layui-this {
  background: rgba(68, 191, 141, 0.15);
}
.layui-input:focus,
.layui-textarea:focus {
  color: #222222;
  border-color: #1684FF;
  @textbgcolor !important;
}
/*  重写下拉框样式  end  */
/*单选框颜色*/
.layui-form-radio > i:hover,
.layui-form-radioed > i {
  color: #1684FF;
}
/*复选框颜色*/
.layui-form-checked[lay-skin='primary'] i {
  background: #1684FF !important;
}
/* 自定义的弹窗 */
.skin-first {
  border-radius: 4px !important;
}
.skin-first .layui-layer-title {
  font-family: MicrosoftYaHei, '\5FAE\8F6F\96C5\9ED1';
  font-size: 16px;
  color: #222222;
  border-color: #eaeaea;
  height: 54px;
  line-height: 54px;
  border-radius: 4px 4px 0 0;
  background: #fff;
}
.skin-first .layui-layer-content {
  height: inherit !important;
}
.skin-first .layui-layer-setwin {
  width: 36px;
  height: 56px;
  display: block;
  top: -56px;
  right: 0;
}
.skin-first .layui-layer-setwin .layui-layer-ico {
  width: 36px;
  height: 56px;
  background: url('../../common/img/icon_spirit.png') no-repeat -255px -3px;
}
.skin-first .layui-layer-setwin .layui-layer-ico:hover {
  background: url('../../common/img/icon_spirit.png') no-repeat -295px -3px;
}
.skin-first .layui-layer-setwin .layui-layer-close1 {
  margin-left: 0;
}
.skin-first .layui-layer-setwin .layui-layer-close2 {
  right: 0px;
  top: 0px;
}
.alert-go-evaluate iframe {
  height: inherit !important;
  background-color: #fff;
}
.alert-go-evaluate .layui-layer-content {
  padding: 20px 30px 30px 30px;
}
.alert-price-assess {
  overflow: visible !important;
}
.alert-price-assess iframe {
  height: 445px !important;
  background-color: #fff;
  border-radius: 4px;
}
/* 订单列表专属分页(洋洋说这里不用layui的分页控件，所以要单独写) */
.pagigation {
  text-align: center;
}
.pagigation ul {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0;
  font-size: 0;
}
.pagigation ul li {
  display: inline-block;
  width: 34px;
  height: 34px;
  vertical-align: middle;
  line-height: 32px;
  margin: 0 5px 5px 0;
  background-color: #fff;
  color: #bbb;
  font-size: 12px;
  border: 1px solid #e2e2e2;
  box-sizing: border-box;
  border-radius: 4px;
}
.pagigation ul li:first-of-type span:after,
.pagigation ul li:first-of-type a:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../../common/img/icon_spirit.png) -357px -4px no-repeat;
  margin-top: 11px;
}
.pagigation ul li:first-of-type:not(.disabled):hover span:after,
.pagigation ul li:first-of-type:not(.disabled):hover a:after {
  background: url(../img/icon_spirit.png) -373px -4px no-repeat;
}
.pagigation ul li:last-of-type span:after,
.pagigation ul li:last-of-type a:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../../common/img/icon_spirit.png) -389px -4px no-repeat;
  margin-top: 11px;
}
.pagigation ul li:last-of-type:hover span:after,
.pagigation ul li:last-of-type:hover a:after {
  background: url(../img/icon_spirit.png) -405px -4px no-repeat;
}
.pagigation ul li.disabled {
  color: #d2d2d2;
  cursor: not-allowed;
}
.pagigation ul li.disabled:not(:first-of-type):not(:last-of-type) {
  cursor: initial;
}
.pagigation ul li.active {
  position: relative;
  background: #1684FF;
  color: #fff !important;
  border-radius: 2px;
  border-color: #1684FF;
  padding: 0 17px;
}
.pagigation ul li.active span {
  position: absolute;
  left: -1px;
  top: -1px;
  padding: 1px;
  width: 100%;
  height: 100%;
  color: #fff !important;
}
.pagigation ul li:not(.disabled):not(.active) a:hover,
.pagigation ul li:not(.disabled):not(.active) span:hover {
  color: #1684FF;
}
.pagigation ul li a,
.pagigation ul li span {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #bbb;
}
.alert-pay-success {
  border-radius: 4px;
}
.alert-pay-success .layui-layer-content {
  height: inherit !important;
  text-align: center;
  padding: 30px 0;
}
.alert-pay-success .layui-layer-content .myIcon {
  width: 100px;
  height: 100px;
  display: inline-block;
  background: url('../../common/img/common-icon.png') no-repeat -104px -4px;
  margin-bottom: 14px;
}
.alert-pay-success .layui-layer-content .result {
  font-family: MicrosoftYaHei, '\5FAE\8F6F\96C5\9ED1';
  font-size: 16px;
  color: #222222;
}
.alert-pay-success .layui-layer-content .result span {
  color: #1684FF;
}
.alert-pay-success .layui-layer-content .tips {
  font-family: MicrosoftYaHei, '\5FAE\8F6F\96C5\9ED1';
  font-size: 14px;
  color: #919191;
  margin-top: 2px;
  margin-bottom: 16px;
}
.alert-pay-success .layui-layer-content .tips span {
  color: #ffbb22;
}
.alert-pay-success .layui-layer-content .know-btn {
  width: 130px;
  height: 40px;
  line-height: 40px;
  background: #1684FF;
  border-radius: 4px;
  padding: 0;
}
.alert-pay-success .layui-layer-setwin {
  top: -56px;
  right: 0;
}
.alert-pay-success .layui-layer-setwin .layui-layer-ico {
  width: 36px;
  height: 56px;
  right: 0px;
  top: 0px;
  background: url('../../common/img/icon_spirit.png') no-repeat -255px -3px;
}
.alert-pay-success .layui-layer-setwin .layui-layer-ico:hover {
  background: url('../../common/img/icon_spirit.png') no-repeat -295px -3px;
}
.alert-free_cards {
  overflow: visible !important;
}
.alert-free_cards iframe {
  height: 378px;
  background-color: #fff;
  border-radius: 4px;
}
.communicationAssistant {
  overflow: visible !important;
}
.alt-release-demand {
  overflow: visible !important;
}
.alert-yearEc .layui-layer-content .bgtop {
  width: 100%;
  height: 180px;
  background: url('../../web/img/landpage/yearEc/popover@2x.jpg') no-repeat;
  background-size: 100% 100%;
  border-radius: 4px 4px 0 0;
}
.alert-yearEc .layui-layer-content .linktoyearfc {
  width: 380px;
  height: 40px;
  background: #1684FF;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 40px;
  display: block;
  margin: 30px auto 16px auto;
  text-align: center;
}
.alert-yearEc .layui-layer-content .layui-form {
  margin-bottom: 30px;
  padding-left: 30px;
}
.alt-dlb {
  background-color: unset !important;
  box-shadow: unset !important;
}
.alt-dlb .layui-layer-content {
  position: relative;
  overflow: visible !important;
}
.alt-dlb .layui-layer-content .dlb-box {
  width: 100%;
  height: 473px;
  background: url('../../web/img/landpage/v16/atDlb.png') no-repeat;
  background-size: 100% 100%;
  position: relative;
  z-index: 800;
}
.alt-dlb .layui-layer-content .top {
  width: 342px;
  height: 120px;
  display: block;
  background: url('../../web/img/landpage/v16/altdlbtop.png') no-repeat;
  background-size: cover;
  position: absolute;
  top: -75px;
  left: 25px;
  z-index: 700;
}
.alt-dlb .layui-layer-content .close {
  width: 27px;
  height: 54px;
  display: block;
  background: url('../../web/img/landpage/v16/02-cl.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -35px;
  right: 5px;
  z-index: 700;
  cursor: pointer;
}
.alt-dlb .layui-layer-content .btn {
  width: 230px;
  height: 42px;
  display: block;
  font-size: 18px;
  line-height: 42px;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0px 2px 4px rgba(232, 102, 6, 0.55);
  background: linear-gradient(-5deg, #ff8e18, #ffd00c);
  box-shadow: 0px 4px 12px 0px rgba(255, 142, 24, 0.66);
  border-radius: 21px;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1000;
  cursor: pointer;
}
.alt-dlb .layui-layer-content .btn:hover {
  background: linear-gradient(-10deg, #ff8e18, #ffd00c);
  box-shadow: 0px 4px 12px 0px rgba(177, 180, 182, 0.7);
}
