@charset "UTF-8";

/* 背景 */
.commonBg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.commonBg img,
.commonBg video {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* 查看更多按钮 */
.commonExpandMore {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #707481;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}
.commonExpandMore:hover {
  color: #004bff;
}
.commonExpandMore i {
  font-size: 14px;
  margin-left: 8px;
}
/* 隐藏 */
.hidden {
  display: none;
}
/* 遮罩 */
.maskLayer {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 999;
}

/* 留资表单 */
.retentionFormBox {
  max-width: 940px;
  max-height: 745px;
  width: 90% !important;
  height: 98vh;
  background: #ffffff;
  box-shadow: 2px 2px 3px 1px rgba(204, 212, 241, 0.16);
  border-radius: 8px !important;
  overflow: hidden;
}
.retentionFormBox .layui-layer-setwin {
  right: 33px;
  top: 33px;
}
.retentionFormBox .layui-layer-setwin .layui-layer-close2 {
  display: block;
  position: static;
  padding: 0px;
  border: 0px;
  width: 26px;
  height: 26px;

  font-size: 22px;
  color: #3c3838;
  border: 0px;background:url(../tanchu/icon-ai.png) no-repeat;
}
.retentionForm .retentionFormMain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding: 0px;
  overflow: hidden;
  height: 100%;
}
.retentionForm .retentionFormImage {
  display: none;
}
.retentionForm .retentionFormLeft {
  width: 420px;
  position: relative;
}
.retentionForm .retentionFormLeft .image {
  margin-bottom: 13px;
}
.retentionForm .retentionFormLeft .image img {
  width: 100%;
  height: auto;
}
.retentionForm .retentionFormLeft .bigTitle {
  font-weight: 600;
  font-size: 16px;
  color: #121933;
  line-height: 22px;
  margin-bottom: 47px;
  padding: 0px 35px 0px 40px;
}
.retentionForm .retentionFormLeft .other {
  padding: 0px 40px;
}
.retentionForm .retentionFormLeft .other ul li {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 21px;
}
.retentionForm .retentionFormLeft .other ul li:last-child {
  margin-bottom: 0px;
}
.retentionForm .retentionFormLeft .other ul li .icon {
  margin-right: 12px;
}
.retentionForm .retentionFormLeft .other ul li .icon img {
  width: auto;
  height: 40px;
}
.retentionForm .retentionFormLeft .other ul li .content .title {
  font-weight: 600;
  font-size: 14px;
  color: #121933;
}
.retentionForm .retentionFormLeft .other ul li .content .intro {
  font-size: 12px;
  margin-top: 4px;
  color: #707481;
}
.retentionForm .retentionFormRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.retentionForm .retentionFormRight .retentionFormInput {
  padding: 52px 48px 55px;
}
.retentionForm .retentionFormRight .retentionFormInput .bigTitle {
  font-weight: 600;
  font-size: 24px;
  color: #121933;
  margin-bottom: 25px;
}
.retentionForm .retentionFormRight .retentionFormInput .wrapper {
  margin-bottom: 21px;
  position: relative;
}
.retentionForm .retentionFormRight .retentionFormInput .wrapper:last-child {
  margin-bottom: 0px;
  padding-top: 9px;
}
.retentionForm .retentionFormRight .retentionFormInput .wrapper .title {
  font-weight: 600;
  font-size: 14px;
  color: #121933;
  margin-bottom: 12px;
}
.retentionForm .retentionFormRight .retentionFormInput .wrapper .title span {
  color: #e02020;
}
.retentionForm .retentionFormRight .retentionFormInput .wrapper .input {
  position: relative;
}

.retentionForm .retentionFormRight .retentionFormInput .wrapper select {
  position: relative;width: 100%;
  height: 42px;
  font-size: 14px;
  color: #cbd2db !important;
  border-radius: 4px;
  border: 1px solid #e5e6eb;box-sizing:border-box;padding-left:10px;
}


.retentionForm .retentionFormRight .retentionFormInput .wrapper .input input {
  display: block;
  width: 100%;
  height: 42px;
  font-size: 14px;
  color: #cbd2db !important;padding-left:10px;
  border-radius: 4px;
  border: 1px solid #e5e6eb;box-sizing:border-box;
}
.retentionForm
  .retentionFormRight
  .retentionFormInput
  .wrapper
  .input
  input.active {
  color: #121933 !important;
}
.retentionForm
  .retentionFormRight
  .retentionFormInput
  .wrapper
  .input
  input::-webkit-input-placeholder {
  color: #cbd2db;
}
.retentionForm
  .retentionFormRight
  .retentionFormInput
  .wrapper
  .input
  input::-moz-placeholder {
  color: #cbd2db;
}
.retentionForm
  .retentionFormRight
  .retentionFormInput
  .wrapper
  .input
  input:-ms-input-placeholder {
  color: #cbd2db;
}
.retentionForm
  .retentionFormRight
  .retentionFormInput
  .wrapper
  .input
  input::placeholder {
  color: #cbd2db;
}
.retentionForm
  .retentionFormRight
  .retentionFormInput
  .wrapper
  .input
  input:focus {
  color: #121933 !important;
}
.retentionForm
  .retentionFormRight
  .retentionFormInput
  .wrapper
  .input
  input:focus::-webkit-input-placeholder {
  color: #121933;
}
.retentionForm
  .retentionFormRight
  .retentionFormInput
  .wrapper
  .input
  input:focus::-moz-placeholder {
  color: #121933;
}
.retentionForm
  .retentionFormRight
  .retentionFormInput
  .wrapper
  .input
  input:focus:-ms-input-placeholder {
  color: #121933;
}
.retentionForm
  .retentionFormRight
  .retentionFormInput
  .wrapper
  .input
  input:focus::placeholder {
  color: #121933;
}
.retentionForm
  .retentionFormRight
  .retentionFormInput
  .wrapper
  .input
  input:-internal-autofill-previewed,
.retentionForm
  .retentionFormRight
  .retentionFormInput
  .wrapper
  .input
  input:-internal-autofill-selected {
  -webkit-text-fill-color: #121933 !important;
}
.retentionForm .retentionFormRight .retentionFormInput .wrapper .input img {
  position: absolute;
  top: 1px;
  right: 0px;
  width: auto;
  height: calc(100% - 2px);
}
.retentionForm .retentionFormRight .retentionFormInput .wrapper .input button {
  width: 424px;
  height: 48px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 10px;
  border: 0px;
  border-radius: 8px;
  cursor: pointer;background:#15579E;color:#fff;
}
.retentionForm
  .retentionFormRight
  .retentionFormInput
  .wrapper
  .input
  .layui-form-select
  dl {
  max-height: 238px;
  top: 47px;
  padding: 8px 40px 9px 16px;
}
.retentionForm
  .retentionFormRight
  .retentionFormInput
  .wrapper
  .input
  .layui-form-select
  dl::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: #fff;
}
.retentionForm
  .retentionFormRight
  .retentionFormInput
  .wrapper
  .input
  .layui-form-select
  dl::-webkit-scrollbar-track {
  border-radius: 4px;
  background-color: #fff;
}
.retentionForm
  .retentionFormRight
  .retentionFormInput
  .wrapper
  .input
  .layui-form-select
  dl::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #cbd2db;
}
.retentionForm
  .retentionFormRight
  .retentionFormInput
  .wrapper
  .input
  .layui-form-select
  dl
  dd.layui-select-tips,
.retentionForm
  .retentionFormRight
  .retentionFormInput
  .wrapper
  .input
  .layui-form-select
  dl
  dd:nth-child(1) {
  display: none;
}
.retentionForm
  .retentionFormRight
  .retentionFormInput
  .wrapper
  .input
  .layui-form-select
  dl
  dd,
.retentionForm
  .retentionFormRight
  .retentionFormInput
  .wrapper
  .input
  .layui-form-select
  dl
  dt {
  line-height: 32px;
}
.retentionForm
  .retentionFormRight
  .retentionFormInput
  .wrapper
  .input
  .layui-input:focus,
.retentionForm
  .retentionFormRight
  .retentionFormInput
  .wrapper
  .input
  .layui-textarea:focus {
  border-color: #004bff !important;
}
.retentionForm
  .retentionFormRight
  .retentionFormInput
  .wrapper.error
  .input
  input {
  border-color: #ff5b5b !important;
  background: rgba(255, 91, 91, 0.05);
}
.retentionForm
  .retentionFormRight
  .retentionFormInput
  .wrapper.error
  .input
  input:focus {
  border-color: #ff5b5b !important;
  box-shadow: 0 0 0 3px rgba(255, 91, 91, 0.05);
}
.retentionForm
  .retentionFormRight
  .retentionFormInput
  .wrapper.active
  .input
  input {
  color: #cbd2db;
}
.retentionForm
  .retentionFormRight
  .retentionFormInput
  .wrapper.active
  .input
  input:focus {
  color: #cbd2db;
}
.retentionForm
  .retentionFormRight
  .retentionFormInput
  .wrapper
  .input
  .layui-form-select
  dl
  dd.layui-this {
  color: #5f5f5f;
  font-weight: normal;
  background: #f1f3f5;
  border-radius: 4px;
}
.retentionForm .retentionFormRight .retentionFormInput .wrapper .tip {
  font-size: 12px;
  color: #636e80;
  line-height: 17px;
  margin-bottom: 14px;
}
.retentionForm .retentionFormRight .retentionFormInput .wrapper .tip span {
  color: #f43c46;
}
.retentionForm .retentionFormRight .retentionFormInput .wrapper .tip a {
  color: #315efb;
}
.retentionForm .retentionFormRight .retentionFormSuccess {
  display: none;
  text-align: center;
  padding: 83px 57px;
}
.retentionForm .retentionFormRight .retentionFormSuccess .success {
  margin-bottom: 38px;
}
.retentionForm .retentionFormRight .retentionFormSuccess .success .icon {
  margin-bottom: 22px;
}
.retentionForm .retentionFormRight .retentionFormSuccess .success .icon img {
  width: auto;
  height: 45px;
}
.retentionForm .retentionFormRight .retentionFormSuccess .success .title {
  font-size: 24px;
  color: #121933;
  font-weight: bold;
  margin-bottom: 20px;
}
.retentionForm .retentionFormRight .retentionFormSuccess .success .intro {
  font-size: 16px;
  color: #707481;
  line-height: 22px;
}
.retentionForm .retentionFormRight .retentionFormSuccess .flowPath {
  margin-bottom: 48px;
}
.retentionForm .retentionFormRight .retentionFormSuccess .flowPath ul {
  padding: 0px 33px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.retentionForm .retentionFormRight .retentionFormSuccess .flowPath ul li .line {
  width: 380%;
  height: 4px;
  left: 50%;
  top: 20px;
  z-index: -1;
  position: absolute;
  background: #e6f1ff;
}
.retentionForm
  .retentionFormRight
  .retentionFormSuccess
  .flowPath
  ul
  li
  .line
  span {
  background: -webkit-linear-gradient(left, #2a6fff 0%, #e6f1ff 80%);
  background: linear-gradient(90deg, #2a6fff 0%, #e6f1ff 80%);
  position: absolute;
  height: 100%;
  width: 0%;
  left: 0px;
  top: 0px;
}
.retentionForm
  .retentionFormRight
  .retentionFormSuccess
  .flowPath
  ul
  li
  .line
  span::after {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #2a6fff;
  opacity: 0;
  content: '';
}
.retentionForm .retentionFormRight .retentionFormSuccess .flowPath ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 40px;
  position: relative;
}
.retentionForm
  .retentionFormRight
  .retentionFormSuccess
  .flowPath
  ul
  li:last-child
  .line {
  display: none;
}
.retentionForm
  .retentionFormRight
  .retentionFormSuccess
  .flowPath
  ul
  li.active
  .icon {
  background: #2a6fff;
}
.retentionForm
  .retentionFormRight
  .retentionFormSuccess
  .flowPath
  ul
  li.active
  .title {
  color: #004bff;
  font-weight: bold;
}
.retentionForm
  .retentionFormRight
  .retentionFormSuccess
  .flowPath
  ul
  li.active
  .icon
  img.white {
  opacity: 1;
}
.retentionForm
  .retentionFormRight
  .retentionFormSuccess
  .flowPath
  ul
  li.active
  .icon
  img.blue {
  opacity: 0;
}
.retentionForm .retentionFormRight .retentionFormSuccess .flowPath ul li .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e6f1ff;
  margin: 0 auto;
  position: relative;
}
.retentionForm
  .retentionFormRight
  .retentionFormSuccess
  .flowPath
  ul
  li
  .icon
  img {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 24px;
  height: 24px;
  margin: auto;
}
.retentionForm
  .retentionFormRight
  .retentionFormSuccess
  .flowPath
  ul
  li
  .icon
  .white {
  opacity: 0;
}
.retentionForm
  .retentionFormRight
  .retentionFormSuccess
  .flowPath
  ul
  li
  .icon
  .blue {
  opacity: 1;
}
.retentionForm
  .retentionFormRight
  .retentionFormSuccess
  .flowPath
  ul
  li
  .title {
  font-weight: 400;
  font-size: 14px;
  color: #121933;
  margin-top: 4px;
  white-space: nowrap;
}
.retentionForm .retentionFormRight .retentionFormSuccess .link .intro {
  font-size: 16px;
  color: #707481;
  margin-bottom: 20px;
}
.retentionForm .retentionFormRight .retentionFormSuccess .link img {
  display: block;
  width: 160px;
  height: auto;
  box-shadow: 0px 3px 12px 0px rgba(1, 26, 87, 0.16);
  background: #fff;
  border-radius: 4px;
  margin: 0 auto 51px;
}
.retentionForm .retentionFormRight .retentionFormSuccess .link .return {
  font-weight: 400;
  font-size: 12px;
  color: #4e5969;
}
.retentionForm .retentionFormRight .retentionFormSuccess .link .return i {
  display: inline-block;
  text-align: center;
  width: 16px;
  height: 16px;
  line-height: 14px;
  font-size: 9px;
  color: #4e5969;
  border: 1px solid #4e5969;
  border-radius: 50%;
  margin-right: 4px;
}
.retentionForm .retentionFormRight .retentionFormSuccess .link .return span {
  vertical-align: middle;
}
.retentionForm
  .retentionFormRight
  .retentionFormSuccess.animat
  .flowPath
  ul
  li:nth-child(1)
  .line
  span {
  animation: linWidth 1s linear;
  -webkit-animation: linWidth 1s linear;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.retentionForm
  .retentionFormRight
  .retentionFormSuccess.animat
  .flowPath
  ul
  li:nth-child(1)
  .line
  span::after {
  animation: showAnimat 0.5s linear;
  -webkit-animation: showAnimat 0.5s linear;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.retentionForm
  .retentionFormRight
  .retentionFormSuccess.animat
  .flowPath
  ul
  li:nth-child(2)
  .icon {
  animation: iconBg 1s linear;
  -webkit-animation: iconBg 1s linear;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.retentionForm
  .retentionFormRight
  .retentionFormSuccess.animat
  .flowPath
  ul
  li:nth-child(2)
  .white {
  animation: showAnimat 1s linear;
  -webkit-animation: showAnimat 1s linear;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.retentionForm
  .retentionFormRight
  .retentionFormSuccess.animat
  .flowPath
  ul
  li:nth-child(2)
  .blue {
  animation: hideAnimat 1s linear;
  -webkit-animation: hideAnimat 1s linear;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.retentionForm
  .retentionFormRight
  .retentionFormSuccess.animat
  .flowPath
  ul
  li:nth-child(2)
  .title {
  animation: textColor 1s linear;
  -webkit-animation: textColor 1s linear;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.retentionForm
  .retentionFormRight
  .retentionFormSuccess.animat
  .flowPath
  ul
  li:nth-child(2)
  .line
  span {
  animation: linWidth 1s linear;
  -webkit-animation: linWidth 1s linear;
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.retentionForm
  .retentionFormRight
  .retentionFormSuccess.animat
  .flowPath
  ul
  li:nth-child(2)
  .line
  span::after {
  animation: showAnimat 0.5s linear;
  -webkit-animation: showAnimat 0.5s linear;
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.retentionForm
  .retentionFormRight
  .retentionFormSuccess.animat
  .flowPath
  ul
  li:nth-child(3)
  .icon {
  animation: iconBg 1s linear;
  -webkit-animation: iconBg 1s linear;
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.retentionForm
  .retentionFormRight
  .retentionFormSuccess.animat
  .flowPath
  ul
  li:nth-child(3)
  .white {
  animation: showAnimat 1s linear;
  -webkit-animation: showAnimat 1s linear;
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.retentionForm
  .retentionFormRight
  .retentionFormSuccess.animat
  .flowPath
  ul
  li:nth-child(3)
  .blue {
  animation: hideAnimat 1s linear;
  -webkit-animation: hideAnimat 1s linear;
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.retentionForm
  .retentionFormRight
  .retentionFormSuccess.animat
  .flowPath
  ul
  li:nth-child(3)
  .title {
  animation: textColor 1s linear;
  -webkit-animation: textColor 1s linear;
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes hideAnimat {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hideAnimat {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes showAnimat {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes showAnimat {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes textColor {
  0% {
    color: #121933;
  }
  100% {
    color: #004bff;
  }
}
@keyframes textColor {
  0% {
    color: #121933;
  }
  100% {
    color: #004bff;
  }
}
@-webkit-keyframes iconBg {
  0% {
    background: #e6f1ff;
  }
  100% {
    background: #004bff;
  }
}
@keyframes iconBg {
  0% {
    background: #e6f1ff;
  }
  100% {
    background: #004bff;
  }
}
@-webkit-keyframes linWidth {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes linWidth {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

  .messagetermsPrivacyPolicyBox {
    z-index: 99999999 !important;
  }
  .retentionFormBox .layui-layer-content {
    max-height: 98vh;
  }
  .messageForm .btn input {
    background: -webkit-linear-gradient(
      330deg,
      #009bff 0%,
      #004bff 50%
    ) !important;
    background: -webkit-linear-gradient(
      120deg,
      #009bff 0%,
      #004bff 50%
    ) !important;
    background: linear-gradient(330deg, #009bff 0%, #004bff 50%) !important;
  }
  .messageForm .btn input:hover {
    color: #fff;
    background: -webkit-linear-gradient(
      120deg,
      #009bff 0%,
      #009bff 50%
    ) !important;
    background: linear-gradient(330deg, #009bff 0%, #009bff 50%) !important;
  }
 .layui-layer-page .layui-layer-content{position:relative;overflow:auto}
 .layui-layer-setwin .layui-layer-close2 {
    position: absolute;
    right: -28px;
    top: -28px;
    color: #fff;
    background-color: #787878;
    padding: 3px;
    border: 3px solid;
    width: 28px;
    height: 28px;
    font-size: 16px;
    font-weight: bolder;
    border-radius: 50%;
    margin-left: 0;
    _display: none;
}
.layui-layer-setwin .layui-layer-close {
    cursor: pointer;
}
.layui-layer-setwin {
    position: absolute;
    right: 15px;
    top: 16px;
    font-size: 0;
    line-height: initial;
}
.layui-layer-setwin .layui-layer-close2:hover {
    opacity: unset;
 background:url(../tanchu/icon-aih.png) no-repeat;
}
.layui-form-select{display:none;}

.layui-layer {
    top: 150px;
    left: 0;
    margin: 0;
    padding: 0;
    background-color: #fff;
    -webkit-background-clip: content;
    border-radius: 2px;
    box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
}
.layui-layer-shade {
    opacity: 0;
    transition: opacity .35s cubic-bezier(.34, .69, .1, 1);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    _height: expression(document.body.offsetHeight+"px");
}
.layui-layer, .layui-layer-shade {
    position: fixed;
    _position: absolute;
    pointer-events: auto;
}