.none {
  display: none !important;
}
.suspend {
  position: fixed;
  width: 60px;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(244, 244, 244, 0.97);
  border-radius: 10px;
  right: 25px;
  bottom: 200px;
  z-index: 99999;
}
.suspend * {
  box-sizing: border-box;
}
.suspend .list {
  width: 100%;
  position: relative;
  cursor: pointer;
  padding: 16px 0;
}

.suspend .list i {
  display: block;
  width: 36px;
  height: 36px;
  margin: 0 auto 4px;
}

.suspend .list .service {
  background: url(../img/serviceNor.png) no-repeat center;
}

.suspend .list .welfare {
  background: url(../img/giftNor.png) no-repeat center;
}
.suspend .list .goTop {
  width: 21px;
  height: 13px;
  background: url(../img/topNor.png) no-repeat center;
}

.suspend .list:hover .service {
  background: url(../img/serviceHover.png) no-repeat center;
}

.suspend .list:hover .welfare {
  background: url(../img/giftHover.png) no-repeat center;
}
.suspend .list:hover .goTop {
  background: url(../img/topHover.png) no-repeat center;
}

.suspend .list > p,
.suspend .list a > p  {
  font-size: 12px;
  line-height: 16px;
  color: #a7acbc;
  text-align: center;
}

.suspend .list:hover > p,
.suspend .list a:hover > p {
  color: #8c49d0;
}

.suspend .list:not(:first-child)::after {
  position: absolute;
  content: "";
  top: 0;
  left: 20px;
  width: 20px;
  height: 1px;
  background-color: #eeeeee;
}

.suspend .list .layer {
  width: 180px;
  position: absolute;
  display: none;
  left: -180px;
  line-height: 18px;
  font-size: 12px;
  color: #333333;
  text-align: left;
}

.suspend .list .layerService {
  width: 200px;
  left: -200px;
  top: 0px;
}
.suspend .list .demand {
  cursor: auto;
  width: 184px;
	height: 356px;
	background-image: linear-gradient(0deg, 
		#d2c4ff 0%, 
		#e4d9ff 50%, 
		#f5f0ff 100%);
	box-shadow: 0px 0px 15px 0px 
		rgba(244, 244, 244, 0.97);
	border-radius: 10px;
	border: solid 2px #ffffff;
  padding: 28px 18px 18px;
  text-align: center;
}

.suspend .list .demand h3 {
  font-size: 18px;
	font-weight: bold;
	color: #333333;
  margin-bottom: 22px;
}
.suspend .list .demand ul {
  padding-bottom: 26px;
}
.suspend .list .demand ul li {
  width: 100%;
	height: 40px;
	background: #bfb2f9;
	border-radius: 4px;
  margin-bottom: 10px;
  cursor: pointer;
}
.suspend .list .demand ul li img {
  margin: 0;
}
.suspend .list .demand ul li:hover {
  background: #ccc1fa;
}
.suspend .list .demand ul li p {
  font-size: 14px;
	font-weight: bold;
	color: #ffffff;
  padding-left: 9px;
}
.suspend .list .demand button {
  width: 144px;
	height: 40px;
	background-color: #ffffff;
	border-radius: 4px;
  border: none;
  outline: none;
  font-size: 14px;
	color: #8c49d0;
}
.suspend .list .demand button:hover {
  background: #f6f4ff;
}

.suspend .list .layerWelfare {
  top: -36px;
}

.suspend .list .layerWelfare .content {
  height: 188px;
  padding-top: 18px;
}

.suspend .list .layer .content {
  cursor: auto;
  width: 160px;
  background: #ffffff;
  position: relative;
  box-shadow: 0px 0px 15px 0px rgba(244, 244, 244, 0.97);
  border-radius: 10px;
}

.suspend .list .layer .content::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 13px solid #ffffff;
  right: -13px;
}

.suspend .list .layerWelfare .content::after {
  top: 60px;
}
.suspend .list .layer p {
  padding-left: 18px;
  margin: 4px 0;
}

.suspend .list .layer .title {
  font-size: 14px;
  font-weight: bold;
  padding-top: 17px;
}

.suspend .list .layer a {
  color: #8c49d0;
  margin-left: 4px;
}

.suspend .list .layer a:hover {
  color: #8c49d0;
}

.suspend .list .layer img {
  display: block;
  margin: 6px auto;
}
.suspend .list:hover .layer {
  display: block;
}

.mask {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  touch-action: none;
} 

.dialog {
  width: 580px;
	height: 248px;
	background: #ffffff;
	border-radius: 10px;
  box-shadow: 0rem 0.05rem 0.22rem 0.04rem rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -139px 0 0 -290px;
  z-index: 999999;
  padding-top: 30px;
}
.dialog .close {
  width: 16px;
  height: 16px;
  background: url(../img/close.png);
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}
.dialog .codeWrapper {
  padding-left: 74px;
  width: 208px;
}
.dialog .codeWrapper:last-child {
  border-left: 1px dashed #dddddd;
  width: auto;
}

.dialog .codeWrapper .head {
  position: relative;
  height: 44px;
}
.dialog .codeWrapper .head img {
  position: absolute;
  left: -42px;
  top: 6px;
}

.dialog .codeWrapper .head .title {
  font-size: 16px;
	color: #666666;
}
.dialog .codeWrapper .head .int {
  font-size: 12px;
	color: #999999;
  margin-top: 7px;
}

.dialog .codeWrapper .imgTier {
  margin-top: 14px;
  width: 140px;
	height: 140px;
	border-radius: 10px;
	border: solid 1px #efefef;
}

.dialog .codeWrapper .number {
  padding-top: 12px;
  font-size: 26px;
	color: #8c49d0;
  letter-spacing: -1px;
  margin-bottom: 45px;
  line-height: 1;
}
.dialog .codeWrapper .number a {
  color: #8c49d0;
}
.dialog .codeWrapper .number:last-child {
  margin-bottom: 0;
}
html {
	min-width: 1200px;
	}
#header .header-l .headerLeft  p {
    border-left: 1px solid #eeeeee;
    padding-left: 20px;
    text-align: left;
	line-height: 1;
    margin: 10px 20px;
    float: left;
  }
	#header .header-l .headerLeft  p span {
      display: block;
      font-size: 12px;
      color: #666666;
    line-height: 1;
    }
	#header .header-l .headerLeft  p span:first-child {
        margin-bottom: 5px;
      }