.win-item {
  display: block;
  width: 500px;
  height: 400px;
  position: relative;
  box-shadow: 3px 9px 84px #969696;
  -webkit-box-shadow: 3px 9px 84px #969696;
  -moz-box-shadow: 3px 9px 84px #969696;
  border-radius: 17px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  background: #fff;
}
.win-item-1 .w1-header {
  width: 500px;
  height: 81px;
  text-align: left;
  line-height: 81px;
  color: #fff;
  font-weight: 600;
  font-size: 26px;
  border-top-left-radius: 17px;
  border-top-right-radius: 17px;
  -webkit-border-top-left-radius: 17px;
  -webkit-border-top-right-radius: 17px;
  -moz-border-top-left-radius: 17px;
  -moz-border-top-right-radius: 17px;
  background: url(404.png) no-repeat center center;
}
.win-item-1 .w1-header > p {
  display: inline-block;
  height: 81px;
  line-height: 81px;
  padding-left: 190px;
}
.win-item-1 .w1-zy {
  display: block;
  width: 429px;
  margin: 0 auto;
  text-align: center;
  font-size:0;
}
.win-item-1 .w1-zy a > div {
  display: block;
  width: 113px;
  margin: 23px 15px 16px 15px;
  padding: 126px 0 15px 0;
  float: left;
  background-repeat: no-repeat;
  background-position: center 12px;
  color: #242424;
}
.win-item-1 .w1-zy a > div p,
.win-item-1 .w1-zy a > div span {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.win-item-1 .w1-zy a > div p {
  font-size: 18px;
}
.win-item-1 .w1-zy a > div span {
  font-size: 15px;
  font-weight: 200;
  line-height: 1.3;
  padding-top: 5px;
  color:#999;
}
.win-close {
  width: 38px;
  height: 38px;
  position: absolute;
  top: -12px;
  right: -12px;
  cursor: pointer;
  background: url(../image/1.png) no-repeat 0 -312px;
}
.w1-btn {
  display: block;
  width: 100%;
  text-align: center;
}
.w1-btn > a {
  display: inline-block;
  line-height: 1;
  padding: 10px 40px 10px 15px;
  background: #ffa800;
  color: #fff;
  font-size: 16px;
  background-image: url(../image/1.png);
  background-position: 266px -351px;
  background-repeat: no-repeat;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-weight: 200;
}
.w1-btn > a:hover,
.w3-btn > a:hover {
  box-shadow: inset 0 0 18px #ffe0a4;
  -webkit-box-shadow: inset 0 0 18px #ffe0a4;
  -moz-box-shadow: inset 0 0 18px #ffe0a4;
}
.win-item-2 > .w2-header {
  width: 500px;
  height: 81px;
  text-align: left;
  line-height: 81px;
  color: #fff;
  font-weight: 600;
  font-size: 26px;
  border-top-left-radius: 17px;
  border-top-right-radius: 17px;
  -webkit-border-top-left-radius: 17px;
  -webkit-border-top-right-radius: 17px;
  -moz-border-top-left-radius: 17px;
  -moz-border-top-right-radius: 17px;
  background: url(404.png) no-repeat center center;
}
.w2-header > p {
  display: inline-block;
  height: 81px;
  line-height: 81px;
  padding-left: 80px;
}
.w2-inner {
  display: block;
  width: 375px;
  margin: 0 auto;
  padding-top: 10px;
}
.w2-inner ul {
  display: block;
  width: 100%;
}
.w2-inner ul li {
  display: block;
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #e9e9e9;
}
.w2-inner ul li a {
  display: inline-block;
  float: right;
  position: relative;
  color: #ff7200;
  height: 45px;
  font-size: 17px;
  padding-right: 33px;
  background: url(../image/1.png) no-repeat 43px -377px;
}
.w2-inner ul li a::before {
  content: "";
  width: 1px;
  height: 26px;
  background: #e9e9e9;
  position: absolute;
  left: -12px;
  top: 50%;
  margin-top: -13px;
}
.w2-inner ul li h4 {
  float: left;
  font-weight: 200;
  color: #242424;
  font-size: 17px;
}
.win-item-3 {
  background: url(404.png) no-repeat center center;
}
.w3-header {
  width: 500px;
  height: 90px;
}
.w3-header > p {
  display: inline-block;
  margin: 47px 0 0 243px;
  line-height: 1;
  font-size: 28px;
  font-weight: 600;
  color: #000;
}
.w3-inner {
  margin-left: 175px;
  height: 280px;
  overflow: hidden;
  padding-top: 30px;
}
.w3-inner .w3-i-list {
  display: block;
  width: 315px;
  text-align: center;
  margin: 22px 0;
}
.w3-inner .w3-i-list li {
  display: inline-block;
  width: 135px;
  height: 36px;
  line-height: 36px;
  background: #efefef;
  font-size: 16px;
  font-weight: 400;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  margin: 0 5px;
  transition: background 0.2s;
  -moz-transition: background 0.2s;
  -webkit-transition: background 0.2s;
}
.w3-inner .w3-i-list li:hover {
  background: #dbdbdb;
}
.w3-inner .w3-i-list li > a {
  display: inline-block;
  width: 100%;
}
.w3-btn {
  display: block;
  width: 310px;
  text-align: center;
  padding-top: 10px;
}
.w3-btn > a {
  display: inline-block;
  line-height: 1;
  padding: 10px 50px 10px 36px;
  background: #ffa800;
  color: #fff;
  font-size: 16px;
  background-image: url(../image/1.png);
  background-position: 150px -351px;
  background-repeat: no-repeat;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-weight: 200;
}

.layui-layer-page{
    background:none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}
.layui-layer-page .layui-layer-content{
    overflow:initial !important;
}