html {
  width: 1100px;
  height: 700px;
  overflow: hidden;
  font-family: "Microsft Yahei";
}
html .wrap {
  width: 1100px;
  height: 700px;
  background: url(../img/bg.png);
  position: relative;
}
html .wrap .tip-info {
  z-index: 999;
  display: none;
  color: #ffffff;
  background: #0d2335;
  border: 1px solid #5a99bd;
  min-width: 200px;
  max-width: 400px;
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 18px;
  padding: 10px 15px;
}
html .wrap .tip-info span {
  color: #ffe036;
  font-weight: bold;
}
html .wrap .zhezhao {
  position: absolute;
  width: 10000px;
  height: 10000px;
  background-color: #043c64;
  z-index: 24;
}
html .wrap .close {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 10px;
  right: 20px;
  background: url(../img/close.png);
  z-index: 25;
}
html .wrap .close:hover {
  cursor: pointer;
  background-position-y: -20px;
}
html .wrap .content {
  display: flex;
  flex-direction: column;
  position: relative;
}
html .wrap .content .plus {
  width: 100%;
  margin-top: 66px;
  height: 56px;
  display: flex;
  align-self: center;
  justify-content: flex-start;
  line-height: 56px;
}
html .wrap .content .plus .info {
  color: #ff0b0b;
  font-size: 30px;
  line-height: 33px;
  font-weight: bold;
  padding-left: 38px;
}
html .wrap .content .plus .info span {
  color: #9298ab;
}
html .wrap .content .plus .info.done {
  color: #32ea29;
}
html .wrap .content .plus .setting {
  margin-left: 26px;
}
html .wrap .content .plus .setting.light {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
}
html .wrap .content .plus .setting .time {
  color: #73d9ff;
  font-size: 12px;
  line-height: 13px;
}
html .wrap .content .plus .setting .progress-box {
  width: 300px;
  height: 15px;
  margin-top: 7px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
html .wrap .content .plus .setting .progress-box .level {
  color: #ffe036;
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
  width: 40px;
  line-height: 15px;
  height: 15px;
  display: inline-block;
}
html .wrap .content .plus .setting .progress-box .progress {
  width: 200px;
  display: inline-block;
  height: 10px;
  line-height: 10px;
  background: 081120;
  border: 1px solid #1d3e56;
  border-radius: 5px;
  margin-left: 2px;
  margin-top: 2px;
  margin-right: 14px;
}
html .wrap .content .plus .setting .progress-box .progress .val {
  background: #ffe036;
  width: 0;
  height: 8px;
  line-height: 8px;
  margin-top: 1px;
  border-radius: 5px;
}
html .wrap .content .plus .setting .progress-box .num {
  float: right;
  display: inline-block;
  color: #ffe036;
  font-weight: bold;
  font-size: 12px;
  max-width: 80px;
  line-height: 13px;
}
html .wrap .content .plus .setting .progress-box .num span {
  color: #ffe036;
}
html .wrap .content .plus .setting .progress-box .question-btn {
  cursor: pointer;
  background: url(../img/tip_icon.png) no-repeat 0 0;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0px;
  right: -25px;
}
html .wrap .content .plus .setting .progress-box .question-btn .question {
  display: none;
  width: 346px;
  position: absolute;
  bottom: -1px;
  right: 20px;
  padding: 10px 15px;
  background: #051a30;
  border: 1px solid #699ce0;
  z-index: 5;
  text-align: left;
}
html .wrap .content .plus .setting .progress-box .question-btn .question p {
  color: #ffffff;
  font-size: 12px;
  line-height: 18px;
}
html .wrap .content .plus .setting .progress-box .question-btn:hover {
  background-position-y: -14px;
}
html .wrap .content .plus .setting .progress-box .question-btn:hover .question {
  display: block;
}
html .wrap .content .plus .btn {
  margin-left: 34px;
  width: 120px;
  height: 36px;
  margin-top: 2px;
  cursor: pointer;
  background: url(../img/btn.png);
}
html .wrap .content .plus .btn.get:hover {
  background-position-y: -36px;
}
html .wrap .content .plus .btn.continue {
  background-position-y: -72px;
}
html .wrap .content .plus .btn.continue:hover {
  background-position-y: -108px;
}
html .wrap .content .reward {
  width: 1042px;
  height: 85px;
  padding-top: 19px;
  background: url(../img/line-bg.png) 0 0 no-repeat;
  margin: 0 auto;
}
html .wrap .content .reward .part {
  vertical-align: top;
  display: inline-block;
  width: 33%;
  height: 85px;
  text-align: center;
  color: #73d9ff;
  font-size: 12px;
}
html .wrap .content .reward .part .bold {
  font-weight: bold;
}
html .wrap .content .reward .part p {
  width: auto;
  display: block;
  height: 15px;
  line-height: 15px;
}
html .wrap .content .reward .part p span {
  color: #ffe036;
  width: 10px;
  text-decoration: underline;
  display: inline;
}
html .wrap .content .reward .part p em {
  padding: 0 5px;
  color: #ffe036;
  display: inline-block;
  font-weight: bold;
  text-decoration: underline;
}
html .wrap .content .reward .part .white {
  color: #ffffff;
}
html .wrap .content .reward .part .aline {
  margin-bottom: 12px;
}
html .wrap .content .reward .part .slim {
  line-height: 13px!important;
}
html .wrap .content .reward .part .mate {
  padding-top: 5px;
  width: 70%;
  margin: 0 auto;
}
html .wrap .content .reward .part .grey {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
}
html .wrap .content .reward .part .bigger {
  font-size: 14px;
}
html .wrap .content .reward .part1 .btn {
  margin: 0 auto;
  width: 90px;
  height: 28px;
  margin-top: 9px;
  background: url(../img/renew.png) 0 0 no-repeat;
}
html .wrap .content .reward .part1 .btn:hover {
  cursor: pointer;
  background-position-y: -28px;
}
html .wrap .content .privilege {
  margin: 0 auto;
  width: 1040px;
  margin-top: 7px;
  position: relative;
}
html .wrap .content .privilege ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
html .wrap .content .privilege ul li {
  width: 240px;
  height: 210px;
  display: flex;
  margin: 10px;
  position: relative;
}
html .wrap .content .privilege ul li:nth-of-type(3) {
  margin-right: 11px;
}
html .wrap .content .privilege ul li .img {
  width: 100%;
  height: 100%;
}
html .wrap .content .privilege ul li .img img {
  width: 100%;
  height: 100%;
}
html .wrap .content .privilege ul li .info1 {
  position: absolute;
  top: 116px;
  left: 0;
  width: 100%;
  text-align: center;
}
html .wrap .content .privilege ul li .info1 p {
  color: #6ac9ed;
  font-size: 12px;
  line-height: 22px;
}
html .wrap .content .privilege ul li .info1 p em {
  color: #ffe036;
  font-weight: bold;
  font-size: 12px;
  text-decoration: underline;
  padding: 0 2px;
}
html .wrap .content .privilege ul li .info1 p span {
  font-weight: bold;
}
html .wrap .content .privilege ul li .info2 {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
}
html .wrap .content .privilege ul li .info2 p {
  color: #6ac9ed;
  font-size: 12px;
  line-height: 22px;
  text-indent: 20px;
}
html .wrap .content .privilege ul li .info2 p em {
  color: #ffe036;
  font-weight: bold;
  font-size: 12px;
  text-decoration: underline;
  padding: 0 2px;
}
html .wrap .content .privilege .more {
  position: absolute;
  color: #60748d;
  font-size: 14px;
  right: -34px;
  top: 370/2-112/2px;
  line-height: 14px;
}
html .wrap .content .mate-info {
  color: #ffe036;
  background: #0d2335;
  border: 1px solid #ffe036;
  text-align: center;
  font-weight: bold;
  width: 340px;
  font-size: 16px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 9;
  display: none;
  height: 120px;
  line-height: 120px;
}
html .wrap .pop {
  width: 600px;
  height: 360px;
  background: #19384e;
  box-sizing: border-box;
  border: 1px solid #408bae;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 5;
}
html .wrap .pop .tite {
  position: relative;
  height: 45px;
  line-height: 45px;
}
html .wrap .pop .tite p {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  padding-left: 16px;
}
html .wrap .pop .inner {
  width: 590px;
  margin: 0 auto;
}
html .wrap .pop .inner .select {
  background: #0b1e2c;
  height: 166px;
}
html .wrap .pop .inner .select .des {
  height: 47px;
  line-height: 47px;
  padding-left: 20px;
  color: #ffffff;
  font-size: 12px;
}
html .wrap .pop .inner .select .list {
  width: 492px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}
html .wrap .pop .inner .select .list li {
  width: 144px;
  background: url(../img/jg-bg1.png) 0 0 no-repeat;
  height: 119px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
html .wrap .pop .inner .select .list li .time {
  height: 50px;
  line-height: 50px;
  color: #ffeeca;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
html .wrap .pop .inner .select .list li .money {
  height: 34px;
  line-height: 34px;
  color: #ffee36;
  font-size: 14px;
  font-weight: bold;
}
html .wrap .pop .inner .select .list li .dis {
  height: 35px;
  line-height: 35px;
  color: #24f2ff;
  font-size: 12px;
}
html .wrap .pop .inner .select .list li:hover {
  background: url(../img/jg-bg2.png) 0 0 no-repeat;
  cursor: pointer;
}
html .wrap .pop .inner .select .list li.check {
  background: url(../img/jg-bg2.png) 0 0 no-repeat;
}
html .wrap .pop .inner .select .list li.check:after {
  content: "";
  background: url(../img/check.png);
  width: 26px;
  height: 26px;
  position: absolute;
  top: -4px;
  right: -4px;
}
html .wrap .pop .inner .select .list li:before {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  left: 5px;
  top: -1px;
  background-size: 100% 100%;
}
html .wrap .pop .inner .select .list li:nth-child(2):before {
  background-image: url(../img/9.png);
}
html .wrap .pop .inner .select .list li:nth-child(3):before {
  background-image: url(../img/8.png);
}
html .wrap .pop .inner .explain {
  height: 48px;
  padding: 0 20px;
  background: #081925;
  color: #7a9fba;
  font-size: 12px;
}
html .wrap .pop .inner .explain span {
  color: #ffe036;
}
html .wrap .pop .inner .need {
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #ffffff;
}
html .wrap .pop .inner .need em {
  color: #ffee36;
  font-size: 14px;
  font-weight: bold;
  margin: 0 5px;
}
html .wrap .pop .inner .btn {
  width: 120px;
  margin: 0 auto;
  height: 36px;
  cursor: pointer;
  background: url(../img/btn.png);
}
html .wrap .pop .inner .btn.get:hover {
  background-position-y: -36px;
}
html .wrap .pop .inner .btn.continue {
  background-position-y: -72px;
}
html .wrap .pop .inner .btn.continue:hover {
  background-position-y: -108px;
}
html .wrap .sxpop {
  width: 400px;
  height: 260px;
  background: #19384e;
  box-sizing: border-box;
  border: 1px solid #408bae;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 5;
}
html .wrap .sxpop .tite {
  position: relative;
  height: 45px;
  line-height: 45px;
}
html .wrap .sxpop .tite p {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  padding-left: 16px;
}
html .wrap .sxpop .inner {
  width: 390px;
  margin: 0 auto;
}
html .wrap .sxpop .inner .select {
  background: #0b1e2c;
  height: 156px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
html .wrap .sxpop .inner .select p {
  color: #ffffff;
  line-height: 24px;
  font-size: 16px;
}
html .wrap .sxpop .inner .select p span {
  color: #ffd939;
}
html .wrap .sxpop .inner .know {
  width: 120px;
  margin: 0 auto;
  margin-top: 10px;
  height: 36px;
  cursor: pointer;
  background: url(../img/sxym.png);
  background-size: cover;
}
html .wrap .sxpop .inner .know:hover {
  background-position-y: -36px;
}
html .wrap .mark {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
}
html .wrap .code-pop {
  width: 441px;
  height: 299px;
  background: url(https://www.09game.com/html/mall2018/img/code-pop.png) 0 0 no-repeat;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: none;
  z-index: 999;
}
html .wrap .code-pop .close {
  width: 24px;
  height: 24px;
  background: url(https://www.09game.com/html/mall2018/img/preview-close.png) 0 0 no-repeat;
  position: absolute;
  top: 12px;
  right: 7px;
  z-index: 15;
}
html .wrap .code-pop .close:hover {
  background-position-y: -24px;
}
