html,
body {
  min-height: 100%;
}
body {
  padding-top: 64px;
}
.MallShop-head-box {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.MallShop-Index-body {
  padding-top: 30px;
}
.MallShop-Index-body .index-bannerbox {
  margin-bottom: 30px;
}
.MallShop-Index-body .index-bannerbox .index-banner-ctn .left-box {
  width: 740px;
  height: 380px;
  background: linear-gradient(90deg, #f5f8fc, #e7eff8);
  border-radius: 5px;
  overflow: hidden;
  margin-right: 10px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
}
.MallShop-Index-body .index-bannerbox .index-banner-ctn .left-box .swiper-container {
  width: 100%;
  height: 100%;
}
.MallShop-Index-body .index-bannerbox .index-banner-ctn .left-box .swiper-container .swiper-wrapper {
  height: 100%;
}
.MallShop-Index-body .index-bannerbox .index-banner-ctn .left-box .swiper-container .swiper-wrapper .swiper-slide {
  height: 100%;
}
.MallShop-Index-body .index-bannerbox .index-banner-ctn .left-box .swiper-container .swiper-wrapper .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
}
.MallShop-Index-body .index-bannerbox .index-banner-ctn .left-box .swiper-container .swiper-button-prev,
.MallShop-Index-body .index-bannerbox .index-banner-ctn .left-box .swiper-container .swiper-button-next {
  background-image: none;
  display: none;
  width: 35px;
  text-align: center;
  height: 60px;
  line-height: 60px;
}
.MallShop-Index-body .index-bannerbox .index-banner-ctn .left-box .swiper-container .swiper-button-prev.swiper-button-disabled,
.MallShop-Index-body .index-bannerbox .index-banner-ctn .left-box .swiper-container .swiper-button-next.swiper-button-disabled {
  display: none;
}
.MallShop-Index-body .index-bannerbox .index-banner-ctn .left-box .swiper-container .swiper-button-prev i,
.MallShop-Index-body .index-bannerbox .index-banner-ctn .left-box .swiper-container .swiper-button-next i {
  font-size: 22px;
  color: #fff;
}
.MallShop-Index-body .index-bannerbox .index-banner-ctn .left-box .swiper-container .swiper-button-prev:hover,
.MallShop-Index-body .index-bannerbox .index-banner-ctn .left-box .swiper-container .swiper-button-next:hover {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 0px 5px 5px 0;
}
.MallShop-Index-body .index-bannerbox .index-banner-ctn .left-box .swiper-container .swiper-button-next:hover {
  border-radius: 5px 0px 0px 5px;
}
.MallShop-Index-body .index-bannerbox .index-banner-ctn .left-box .swiper-container:hover .swiper-button-prev,
.MallShop-Index-body .index-bannerbox .index-banner-ctn .left-box .swiper-container:hover .swiper-button-next {
  display: block;
}
.MallShop-Index-body .index-bannerbox .index-banner-ctn .left-box .swiper-container:hover .swiper-button-prev.swiper-button-disabled,
.MallShop-Index-body .index-bannerbox .index-banner-ctn .left-box .swiper-container:hover .swiper-button-next.swiper-button-disabled {
  display: none;
}
.MallShop-Index-body .index-bannerbox .index-banner-ctn .left-box .swiper-container .swiper-button-prev {
  left: 0;
}
.MallShop-Index-body .index-bannerbox .index-banner-ctn .left-box .swiper-container .swiper-button-next {
  right: 0;
}
.MallShop-Index-body .index-bannerbox .index-banner-ctn .left-box .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border-radius: 16px;
  position: relative;
  margin: 0 20px;
  background-color: rgba(254, 120, 101, 0.6);
}
.MallShop-Index-body .index-bannerbox .index-banner-ctn .left-box .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before,
.MallShop-Index-body .index-bannerbox .index-banner-ctn .left-box .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50px;
  transition: all 0.3s;
}
.MallShop-Index-body .index-bannerbox .index-banner-ctn .left-box .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  width: 8px;
  z-index: 2;
  height: 8px;
  background: #f5f5f7;
}
.MallShop-Index-body .index-bannerbox .index-banner-ctn .left-box .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  width: 24px;
  height: 24px;
  background: #fe7865;
  z-index: 1;
}
.MallShop-Index-body .index-bannerbox .index-banner-ctn .right-box {
  width: 450px;
}
.MallShop-Index-body .index-bannerbox .index-banner-ctn .right-box .t-show {
  width: 100%;
  height: 185px;
  overflow: hidden;
  background: #fe7865;
  border-radius: 5px;
  display: block;
  margin-bottom: 10px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
}
.MallShop-Index-body .index-bannerbox .index-banner-ctn .right-box .t-show img {
  max-width: 100%;
}
.MallShop-Index-body .index-bannerbox .index-banner-ctn .right-box .t-show:first-child {
  background: linear-gradient(360deg, #fffbf8, #fff5ef);
}
.MallShop-Index-body .index-bannerbox .index-banner-ctn .right-box .t-show:last-child {
  margin-bottom: 0;
}
.MallShop-Index-body .shopdata-ctn .today-title {
  font-size: 30px;
  color: #f55c46;
  color: #2f281e;
  line-height: 30px;
  letter-spacing: 1px;
  margin-bottom: 24px;
  font-weight: bold;
}
.MallShop-Index-body .shopdata-ctn .today-title .icon-box {
  width: 11px;
  height: 11px;
  background: #ffffff;
  border: 1px solid rgba(245, 92, 70, 0.3);
  border-radius: 50px;
  display: inline-block;
  position: relative;
  margin-right: 5px;
  vertical-align: 3px;
}
.MallShop-Index-body .shopdata-ctn .today-title .icon-box:before {
  content: '';
  width: 5px;
  height: 5px;
  background: #f55c46;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 3px;
}
.MallShop-Index-body .shopdata-ctn > .title-box {
  font-size: 20px;
  color: #2F281E;
  line-height: 20px;
  letter-spacing: 1px;
  padding: 30px 0 20px;
}
.MallShop-Index-body .shopdata-ctn > .title-box .icon-box {
  width: 11px;
  height: 11px;
  background: #ffffff;
  border: 1px solid rgba(245, 92, 70, 0.3);
  border-radius: 50px;
  display: inline-block;
  position: relative;
  margin-right: 5px;
  vertical-align: 3px;
}
.MallShop-Index-body .shopdata-ctn > .title-box .icon-box:before {
  content: '';
  width: 5px;
  height: 5px;
  background: #f55c46;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 3px;
}
.MallShop-Index-body .shopdata-ctn > .title-box .ques-box {
  margin-left: 6px;
  display: inline-block;
  vertical-align: 5px;
  cursor: pointer;
  position: relative;
}
.MallShop-Index-body .shopdata-ctn > .title-box .ques-box .ques-hover {
  position: absolute;
  width: 128px;
  z-index: 5;
  top: 20px;
  left: -2px;
  display: none;
  padding-top: 10px;
}
.MallShop-Index-body .shopdata-ctn > .title-box .ques-box .ques-hover .ques-hctn {
  font-size: 14px;
  color: #000;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  line-height: 20px;
  font-weight: normal;
  background: #fff;
  display: block;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.MallShop-Index-body .shopdata-ctn > .title-box .ques-box:hover .ques-hover {
  display: block;
}
.MallShop-Index-body .shopdata-ctn .shopdata-list .d-item {
  width: 225px;
  transition: all 0.3s;
  border-radius: 5px;
  margin-right: 46px;
  margin-right: 18px;
  margin-bottom: 30px;
}
.MallShop-Index-body .shopdata-ctn .shopdata-list .d-item:nth-child(5n+5) {
  margin-right: 0;
}
.MallShop-Index-body .shopdata-ctn .shopdata-list .d-item:nth-child(n+11) {
  /*display: none;*/
}
.MallShop-Index-body .shopdata-ctn .shopdata-list .d-item.end .img-box {
  position: relative;
}
.MallShop-Index-body .shopdata-ctn .shopdata-list .d-item.end .img-box:before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}
.MallShop-Index-body .shopdata-ctn .shopdata-list .d-item .d-ctn {
  display: block;
  height: 100%;
  position: relative;
}
.MallShop-Index-body .shopdata-ctn .shopdata-list .d-item .d-ctn > .tag {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
}
.MallShop-Index-body .shopdata-ctn .shopdata-list .d-item .d-ctn .level1,
.MallShop-Index-body .shopdata-ctn .shopdata-list .d-item .d-ctn .level2,
.MallShop-Index-body .shopdata-ctn .shopdata-list .d-item .d-ctn .level3,
.MallShop-Index-body .shopdata-ctn .shopdata-list .d-item .d-ctn .level4,
.MallShop-Index-body .shopdata-ctn .shopdata-list .d-item .d-ctn .level5,
.MallShop-Index-body .shopdata-ctn .shopdata-list .d-item .d-ctn .level6 {
  position: absolute;
  width: 23px;
  height: 23px;
  z-index: 1;
  top: 9px;
  left: 10px;
}
.MallShop-Index-body .shopdata-ctn .shopdata-list .d-item .d-ctn .level1 + .tag,
.MallShop-Index-body .shopdata-ctn .shopdata-list .d-item .d-ctn .level2 + .tag,
.MallShop-Index-body .shopdata-ctn .shopdata-list .d-item .d-ctn .level3 + .tag,
.MallShop-Index-body .shopdata-ctn .shopdata-list .d-item .d-ctn .level4 + .tag,
.MallShop-Index-body .shopdata-ctn .shopdata-list .d-item .d-ctn .level5 + .tag,
.MallShop-Index-body .shopdata-ctn .shopdata-list .d-item .d-ctn .level6 + .tag {
  left: 38px;
}
.MallShop-Index-body .shopdata-ctn .shopdata-list .d-item .d-ctn .level1 {
  background: url('http://static.588ku.com/imgPath/MallShop/images/level/lv1.png') no-repeat center / 100%;
}
.MallShop-Index-body .shopdata-ctn .shopdata-list .d-item .d-ctn .level2 {
  background: url('http://static.588ku.com/imgPath/MallShop/images/level/lv2.png') no-repeat center / 100%;
}
.MallShop-Index-body .shopdata-ctn .shopdata-list .d-item .d-ctn .level3 {
  background: url('http://static.588ku.com/imgPath/MallShop/images/level/lv3.png') no-repeat center / 100%;
}
.MallShop-Index-body .shopdata-ctn .shopdata-list .d-item .d-ctn .level4 {
  background: url('http://static.588ku.com/imgPath/MallShop/images/level/lv4.png') no-repeat center / 100%;
}
.MallShop-Index-body .shopdata-ctn .shopdata-list .d-item .d-ctn .level5 {
  background: url('http://static.588ku.com/imgPath/MallShop/images/level/lv5.png') no-repeat center / 100%;
}
.MallShop-Index-body .shopdata-ctn .shopdata-list .d-item .d-ctn .level6 {
  background: url('http://static.588ku.com/imgPath/MallShop/images/level/lv6.png') no-repeat center / 100%;
}
.MallShop-Index-body .shopdata-ctn .shopdata-list .d-item .d-ctn .img-box {
  width: 100%;
  height: 225px;
  position: relative;
}
.MallShop-Index-body .shopdata-ctn .shopdata-list .d-item .d-ctn .img-box img {
  max-width: 100%;
  border-radius: 5px 5px 0 0;
}
.MallShop-Index-body .shopdata-ctn .shopdata-list .d-item .d-ctn .img-box .bntimg-box {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 30px;
  background: linear-gradient(270deg, #f8f3f0, #ff7124);
}
.MallShop-Index-body .shopdata-ctn .shopdata-list .d-item .d-ctn .img-box .bntimg-box span {
  display: block;
  padding-left: 10px;
  font-size: 14px;
  color: #ffffff;
  line-height: 30px;
  letter-spacing: 1px;
}
.MallShop-Index-body .shopdata-ctn .shopdata-list .d-item .d-ctn .img-box .empty-box {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  background: rgba(0, 0, 0, 0.3) url('http://static.588ku.com/imgPath/MallShop/images/ysk.png') no-repeat center / 110px;
}
.MallShop-Index-body .shopdata-ctn .shopdata-list .d-item .d-ctn .img-box .empty-box:before {
  width: 110px;
  height: 109px;
  content: '';
  position: absolute;
  top: 59px;
  left: 82px;
}
.MallShop-Index-body .shopdata-ctn .shopdata-list .d-item .d-ctn .btm-box {
  padding-top: 5px;
  padding-top: 20px;
  height: 90px;
  background-color: #fff;
  box-sizing: border-box;
  padding-bottom: 20px;
}
.MallShop-Index-body .shopdata-ctn .shopdata-list .d-item .d-ctn .btm-box .title-box {
  font-size: 16px;
  color: #2c2e3f;
  line-height: 16px;
  letter-spacing: 1px;
  padding: 0 10px 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.MallShop-Index-body .shopdata-ctn .shopdata-list .d-item .d-ctn .btm-box .shop-info {
  padding-top: 10px;
  font-size: 14px;
  color: #2c2e3f;
  line-height: 32px;
  letter-spacing: 1px;
  padding: 0 10px;
  box-sizing: border-box;
}
.MallShop-Index-body .shopdata-ctn .shopdata-list .d-item .d-ctn .btm-box .shop-info .l-box {
  color: #fe7865;
}
.MallShop-Index-body .shopdata-ctn .shopdata-list .d-item .d-ctn .btm-box .shop-info .l-box .scode-num {
  font-size: 16px;
  color: #fe7865;
  letter-spacing: 1px;
}
.MallShop-Index-body .shopdata-ctn .shopdata-list .d-item .d-ctn .btm-box .shop-info .r-box {
  font-size: 12px;
  color: #7b7c8f;
  letter-spacing: 1px;
}
.MallShop-Index-body .shopdata-ctn .shopdata-list .d-item .d-ctn .btm-box .btn-box .shop-Btn {
  width: 170px;
  height: 37px;
  background: #f55c46;
  background: linear-gradient(180deg, #fe951f, #fc6627);
  border-radius: 5px;
  font-size: 16px;
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
  line-height: 37px;
}
.MallShop-Index-body .shopdata-ctn .shopdata-list .d-item .d-ctn .btm-box .btn-box .shop-Btn:hover {
  background-color: rgba(245, 92, 70, 0.85);
  background: linear-gradient(180deg, #fc6627, #fe951f);
}
.MallShop-Index-body .shopdata-ctn .shopdata-list .d-item .d-ctn .btm-box .btn-box .shop-Btn.disable {
  background: #ffab9f;
  background: #ffd4a4;
  cursor: default;
}
.MallShop-Index-body .shopdata-ctn .shopdata-list .d-item .d-ctn .btm-box .btn-box .shop-Btn.disable:hover {
  background: #ffd4a4;
}
.MallShop-Index-body .shopdata-ctn .shopdata-list .d-item:hover {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}
.MallShop-Index-body .shopdata-ctn .btm-morebtn-box .more-Btn {
  width: 144px;
  height: 40px;
  border: 1px solid #2c2e3f;
  border-radius: 2px;
  line-height: 40px;
  text-align: center;
  display: block;
  margin: 0 auto;
}
.MallShop-Index-body .shopdata-ctn .btm-morebtn-box .more-Btn .icon-box {
  display: inline-block;
}
.MallShop-Index-body .shopdata-ctn .btm-morebtn-box .more-Btn .icon-box i {
  font-size: 14px;
}
.MallShop-Index-body .shopdata-ctn .btm-morebtn-box .more-Btn:hover {
  border-color: #f55c46;
  color: #f55c46;
}
.MallShop-Index-body .shopdata-ctn .btm-morebtn-box .more-Btn.on .icon-box {
  transform: rotate(180deg);
}
.MallShop-Index-body .today-box .shopdata-ctn .shopdata-list .d-item .d-ctn .img-box .bntimg-box,
.MallShop-Index-body .todayBox .shopdata-ctn .shopdata-list .d-item .d-ctn .img-box .bntimg-box {
  background: linear-gradient(180deg, #ff9b22, #fe5b55);
}
.MallShop-Index-body .today-box .shopdata-ctn .shopdata-list .d-item .d-ctn .btm-box,
.MallShop-Index-body .todayBox .shopdata-ctn .shopdata-list .d-item .d-ctn .btm-box {
  height: 129px;
}
.MallShop-Index-body .today-box .shopdata-ctn .shopdata-list .d-item .d-ctn .btm-box .title-box:hover,
.MallShop-Index-body .todayBox .shopdata-ctn .shopdata-list .d-item .d-ctn .btm-box .title-box:hover {
  text-decoration: none;
}
.MallShop-Index-body .today-box .shopdata-ctn .shopdata-list .d-item .d-ctn .btm-box .shop-info .l-box:hover,
.MallShop-Index-body .todayBox .shopdata-ctn .shopdata-list .d-item .d-ctn .btm-box .shop-info .l-box:hover {
  text-decoration: none;
}
.MallShop-Index-body .mdata-box .shopdata-ctn .today-title .icon-box,
.MallShop-Index-body .mdata-box .shopdata-ctn > .title-box .icon-box {
  display: none;
}
.shopandScore-box.bgblue {
  background-color: #eff1f7;
}
.shopandScore-box .shopandScore-ctn {
  width: 1200px;
  margin: 0 auto;
}
.shopandScore-box .shopandScore-ctn .l1-title-box {
  display: block;
  padding: 40px 0 20px;
}
.shopandScore-box .shopandScore-ctn .l1-title-box span {
  position: relative;
  font-size: 24px;
  text-align: center;
  color: #2f281e;
  line-height: 24px;
  letter-spacing: 1px;
  border-left: 3px solid #FE7865;
  padding-left: 7px;
}
.shopandScore-box .ss-tab-box {
  padding-top: 30px;
  height: 75px;
  box-sizing: border-box;
}
.shopandScore-box .ss-tab-box .txt-ctn {
  width: 1200px;
  height: 45px;
  opacity: 1;
  background: #ffffff;
  border-radius: 33px;
  display: block;
  margin: 0 auto;
  padding: 4px;
  box-sizing: border-box;
}
.shopandScore-box .ss-tab-box .ss-ctn {
  display: block;
}
.shopandScore-box .ss-tab-box .ss-ctn .ss-item {
  padding: 0 26px;
  height: 37px;
  opacity: 1;
  font-size: 18px;
  text-align: center;
  color: #2c2e3f;
  line-height: 37px;
  letter-spacing: 1px;
  display: inline-block;
  border-radius: 29px;
  cursor: pointer;
  margin-right: 12px;
}
.shopandScore-box .ss-tab-box .ss-ctn .ss-item.on {
  background: #fe7865;
  color: #fff;
}
.shopandScore-box .ss-tab-box.fix .ss-ctn {
  position: fixed;
  width: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  padding-top: 0;
  z-index: 1002;
}
.fix-side-box {
  display: none !important;
}
.ku-headTop-navV1 {
  position: relative;
}
.ku-headTopFixedV2 {
  position: fixed;
}
.minePoints-infobox {
  margin-top: 30px;
}
.minePoints-infobox > .ctn-box {
  width: 1200px;
  opacity: 1;
  background: #ffffff;
  border-radius: 4px;
  padding: 30px 0 60px;
  box-sizing: border-box;
  margin: 0 auto;
}
.minePoints-infobox > .ctn-box .ponit-top {
  display: flex;
  padding: 0 25px 30px;
  box-sizing: border-box;
}
.minePoints-infobox .Points-info {
  display: inline-block;
  vertical-align: 45px;
  margin-right: 46px;
}
.minePoints-infobox .Points-info .ponits-tle .p-icon {
  width: 22px;
  height: 22px;
  background: url('http://static.588ku.com/comp/growPoint/images/mypoints.svg') no-repeat center / 100%;
  display: inline-block;
  margin-right: 5px;
  vertical-align: 2px;
}
.minePoints-infobox .Points-info .ponits-tle .s-txt {
  font-size: 20px;
  color: #262626;
  line-height: 20px;
  letter-spacing: 1px;
  padding-right: 5px;
  display: inline-block;
  vertical-align: 6px;
}
.minePoints-infobox .Points-info .ponits-tle .points-num {
  font-size: 40px;
  color: #008bff;
  line-height: 40px;
  letter-spacing: 2px;
}
.minePoints-infobox .Points-info .ponits-tle .points-details {
  font-size: 14px;
  color: rgba(38, 38, 38, 0.65);
  line-height: 14px;
  letter-spacing: 1px;
  padding-left: 10px;
  padding-left: 31px;
  display: block;
  padding-top: 14px;
}
.minePoints-infobox .Points-info .ponits-tle .points-details:hover {
  color: #262626;
}
.minePoints-infobox .gPoints-way {
  display: inline-block;
  width: 430px;
  height: 123px;
  opacity: 1;
  background: #f5f5f5;
  border-radius: 4px;
  padding: 15px 30px;
  box-sizing: border-box;
}
.minePoints-infobox .gPoints-way .t-allnum {
  font-size: 12px;
  color: #262626;
  line-height: 12px;
  letter-spacing: 1px;
  padding-bottom: 15px;
  display: inline-block;
}
.minePoints-infobox .gPoints-way .t-allnum .b-f {
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 1px;
  color: #008bff;
}
.minePoints-infobox .gPoints-way .pointway-listbox {
  overflow: hidden;
  position: relative;
  height: 66px;
}
.minePoints-infobox .gPoints-way .pointway-listbox .pointway-list {
  position: absolute;
}
.minePoints-infobox .gPoints-way .pointway-listbox .pointway-list .p-item {
  padding-bottom: 15px;
  font-size: 12px;
  color: rgba(51, 51, 51, 0.65);
  line-height: 12px;
  letter-spacing: 1px;
}
.minePoints-infobox .gPoints-way .pointway-listbox .pointway-list .p-item:last-child {
  padding-bottom: 0;
}
.minePoints-infobox .gPoints-way .pointway-listbox .pointway-list .p-item span {
  display: inline-block;
}
.minePoints-infobox .gPoints-way .pointway-listbox .pointway-list .p-item .l-txt {
  display: inline-block;
  width: 118px;
  text-align: left;
}
.minePoints-infobox .gPoints-way .pointway-listbox .pointway-list .p-item .num-txt {
  display: inline-block;
  width: 147px;
  text-align: center;
}
.minePoints-infobox .gPoints-way .pointway-listbox .pointway-list .p-item .time-txt {
  display: inline-block;
  width: 95px;
  text-align: right;
}
.minePoints-infobox .level-box {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 32px 0 0 24px;
}
.minePoints-infobox .level-box .tletop-box {
  margin-bottom: 40px;
}
.minePoints-infobox .level-box .tletop-box .level-tle {
  font-size: 24px;
  color: #262626;
  line-height: 24px;
  letter-spacing: 1px;
  margin-bottom: 40px;
}
.minePoints-infobox .level-box .tletop-box .r-tip {
  display: inline-block;
  margin-left: 15px;
  font-size: 14px;
  color: rgba(38, 38, 38, 0.65);
  line-height: 14px;
  letter-spacing: 1px;
}
.minePoints-infobox .level-box .level-progress {
  width: 750px;
  height: 11px;
  opacity: 1;
  background: #f3f4f7;
  border-radius: 6px;
  position: relative;
  margin-left: 12px;
}
.minePoints-infobox .level-box .level-progress em {
  width: 24px;
  height: 24px;
  display: block;
}
.minePoints-infobox .level-box .level-progress em.lv1 {
  background: url('http://static.588ku.com/comp/growPoint/images/level/lv1.png') no-repeat center / 100%;
}
.minePoints-infobox .level-box .level-progress em.lv2 {
  background: url('http://static.588ku.com/comp/growPoint/images/level/lv2.png') no-repeat center / 100%;
}
.minePoints-infobox .level-box .level-progress em.lv3 {
  background: url('http://static.588ku.com/comp/growPoint/images/level/lv3.png') no-repeat center / 100%;
}
.minePoints-infobox .level-box .level-progress em.lv4 {
  background: url('http://static.588ku.com/comp/growPoint/images/level/lv4.png') no-repeat center / 100%;
}
.minePoints-infobox .level-box .level-progress em.lv5 {
  background: url('http://static.588ku.com/comp/growPoint/images/level/lv5.png') no-repeat center / 100%;
}
.minePoints-infobox .level-box .level-progress em.lv6 {
  background: url('http://static.588ku.com/comp/growPoint/images/level/lv6.png') no-repeat center / 100%;
}
.minePoints-infobox .level-box .level-progress .level-left {
  position: relative;
  position: absolute;
  left: -12px;
  top: -6px;
  z-index: 1;
}
.minePoints-infobox .level-box .level-progress .level-left .lv-txt {
  font-size: 14px;
  color: #262626;
  line-height: 14px;
  letter-spacing: 1px;
  position: absolute;
  top: -18px;
  left: 0;
}
.minePoints-infobox .level-box .level-progress .level-range {
  background-color: #FF5A00;
  display: inline-block;
  width: 0;
  position: absolute;
  height: 100%;
  border-radius: 10px;
  top: 0;
  left: 0;
  z-index: 0;
}
.minePoints-infobox .level-box .level-progress .level-range .range-tip {
  width: 148px;
  height: 20px;
  opacity: 1;
  background: #ff5a00;
  position: absolute;
  right: -74px;
  bottom: -31px;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  line-height: 20px;
  letter-spacing: 1px;
  border-radius: 20px;
}
.minePoints-infobox .level-box .level-progress .level-range .range-tip:before {
  content: '';
  position: absolute;
  top: -3px;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  border-radius: 2px;
  background-color: #FF5A00;
  left: 50%;
  margin-left: -3px;
}
.minePoints-infobox .level-box .level-progress .level-right {
  position: relative;
  position: absolute;
  right: -12px;
  top: -6px;
  z-index: 1;
}
.minePoints-infobox .level-box .level-progress .level-right .lv-txt {
  font-size: 14px;
  color: #262626;
  line-height: 14px;
  letter-spacing: 1px;
  position: absolute;
  top: -18px;
  left: 0;
}
.minePoints-infobox .level-box .level-progress .level-right .look-power {
  position: absolute;
  right: -60px;
  top: 1px;
  cursor: pointer;
}
.minePoints-infobox .level-box .level-progress .level-right .lock-box {
  position: absolute;
  left: 0;
  left: -248px;
  top: 11px;
  display: none;
  z-index: 10;
  padding-top: 28px;
}
.minePoints-infobox .level-box .level-progress .level-right .lock-box .lock-ctn {
  width: 600px;
  height: 547px;
  opacity: 1;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.15);
}
.minePoints-infobox .level-box .level-progress .level-right .lock-box .lock-ctn .lock-item {
  padding: 15px 0 0 15px;
  box-sizing: border-box;
}
.minePoints-infobox .level-box .level-progress .level-right .lock-box .lock-ctn .lock-item:nth-child(2) {
  margin-top: 18px;
}
.minePoints-infobox .level-box .level-progress .level-right .lock-box .lock-ctn .lock-item .l-tle {
  font-size: 12px;
  font-family: PingFang, PingFang-SC;
  font-weight: SC;
  text-align: left;
  color: #000000;
  line-height: 12px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.minePoints-infobox .level-box .level-progress .level-right .lock-box .lock-ctn .lock-item .data-list .data-item {
  width: 180px;
  height: 180px;
  opacity: 1;
  background: #ececee;
  border-radius: 5px;
  position: relative;
  margin-right: 15px;
}
.minePoints-infobox .level-box .level-progress .level-right .lock-box .lock-ctn .lock-item .data-list .data-item:last-child {
  margin-right: 0;
}
.minePoints-infobox .level-box .level-progress .level-right .lock-box .lock-ctn .lock-item .data-list .data-item .d-ctn {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.minePoints-infobox .level-box .level-progress .level-right .lock-box .lock-ctn .lock-item .data-list .data-item .d-ctn .tag {
  width: 105px;
  height: 24px;
  opacity: 1;
  background: rgba(245, 92, 70, 0.9);
  border-radius: 91px 2px 90px 2px;
  font-size: 12px;
  color: #ffffff;
  line-height: 24px;
  letter-spacing: 1px;
  padding-left: 10px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.minePoints-infobox .level-box .level-progress .level-right .lock-box .lock-ctn .lock-item .data-list .data-item .d-ctn .img-box .bntimg-box {
  width: 180px;
  height: 20px;
  background: linear-gradient(180deg, rgba(255, 155, 34, 0.7), rgba(254, 91, 85, 0.7));
  border-radius: 0px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 0 5px 5px;
}
.minePoints-infobox .level-box .level-progress .level-right .lock-box .lock-ctn .lock-item .data-list .data-item .d-ctn .img-box .bntimg-box span {
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
  letter-spacing: 1px;
  display: inline-block;
  padding-left: 7px;
}
.minePoints-infobox .level-box .level-progress .level-right .lock-box .btn-box {
  padding-top: 30px;
}
.minePoints-infobox .level-box .level-progress .level-right .lock-box .btn-box .more-link {
  width: 104px;
  height: 30px;
  opacity: 1;
  background: linear-gradient(180deg, #ff8293, #ff4b5a);
  border-radius: 20px;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  line-height: 30px;
  display: block;
  letter-spacing: 1px;
  margin: 0 auto;
}
.minePoints-infobox .level-box .level-progress .level-right .lock-box .btn-box .more-link:hover {
  background: linear-gradient(180deg, #ff4b5a, #ff8293);
}
.minePoints-infobox .level-box .level-progress .level-right:hover .lock-box {
  display: block;
}
.task-box > .ctn-box {
  width: 1200px;
  opacity: 1;
  background: #ffffff;
  border-radius: 4px;
  margin: 0 auto 0;
  box-sizing: border-box;
}
.task-box > .ctn-box .top-title {
  margin-top: 20px;
}
.task-box > .ctn-box .top-title .big-tle {
  font-size: 20px;
  color: #262626;
  line-height: 24px;
  letter-spacing: 1px;
}
.task-box > .ctn-box .top-title .newf-tip {
  display: inline-block;
  width: 56px;
  height: 25px;
  opacity: 1;
  font-size: 14px;
  font-weight: bold;
  border: 2px solid #ff5a00;
  text-align: center;
  color: #ff5a00;
  box-sizing: border-box;
  line-height: 22px;
  overflow: hidden;
  vertical-align: -6px;
  margin-right: 10px;
}
.task-box > .ctn-box .top-title .taskArrow-box {
  line-height: 20px;
}
.task-box > .ctn-box .top-title .taskArrow-box i {
  cursor: pointer;
  font-size: 24px;
  display: inline-block;
  transition: all 0.3s;
}
.task-box > .ctn-box .top-title .taskArrow-box.on i {
  transform: rotate(180deg);
}
.task-box > .ctn-box .signup-topbox {
  padding-bottom: 78px;
  padding: 20px 0 78px 26px;
}
.task-box > .ctn-box .signup-topbox .top-title .big-tle {
  font-size: 20px;
  color: #262626;
  line-height: 24px;
  letter-spacing: 1px;
}
.task-box > .ctn-box .signup-topbox .top-title .sign-tip {
  position: relative;
  cursor: pointer;
  margin-left: 5px;
  margin-top: 4px;
}
.task-box > .ctn-box .signup-topbox .top-title .sign-tip .sign-txt {
  font-size: 14px;
  color: #6e6e6e;
  line-height: 14px;
  letter-spacing: 1px;
}
.task-box > .ctn-box .signup-topbox .top-title .sign-tip .hover-tip {
  position: absolute;
  left: 0;
  top: 15px;
  z-index: 10;
  display: none;
  padding-top: 14px;
}
.task-box > .ctn-box .signup-topbox .top-title .sign-tip .hover-tip .hovertip-ctn {
  width: 174px;
  height: 91px;
  opacity: 1;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.15);
  padding: 12px;
  box-sizing: border-box;
  font-size: 12px;
  color: #000000;
  line-height: 17px;
  letter-spacing: 1px;
}
.task-box > .ctn-box .signup-topbox .top-title .sign-tip:hover .hover-tip {
  display: block;
}
.task-box > .ctn-box .signup-topbox .top-title .txt-tip {
  color: #6e6e6e;
  margin-left: 5px;
  margin-top: 4px;
}
.task-box > .ctn-box .signup-topbox .sign-progressbox {
  position: relative;
  margin-top: 64px;
  height: 7px;
  opacity: 1;
  display: inline-block;
  background: #e5ecff;
}
.task-box > .ctn-box .signup-topbox .sign-progressbox .sign-day {
  width: 60px;
  height: 60px;
  background: rgba(77, 124, 254, 0.15);
  background: #f0f0f0;
  float: left;
  display: inline-block;
  margin-right: 80px;
  position: relative;
  top: -30px;
  border-radius: 60px;
}
.task-box > .ctn-box .signup-topbox .sign-progressbox .sign-day:last-child {
  margin-right: 0;
}
.task-box > .ctn-box .signup-topbox .sign-progressbox .sign-day .em-tip {
  width: 41px;
  height: 22px;
  opacity: 1;
  background: #f0f0f0;
  border-radius: 11px;
  font-size: 14px;
  text-align: center;
  color: #bcc5d2;
  line-height: 22px;
  letter-spacing: 1px;
  position: absolute;
  right: -35px;
  top: -11px;
}
.task-box > .ctn-box .signup-topbox .sign-progressbox .sign-day .center-circle {
  width: 48px;
  height: 48px;
  border-radius: 60px;
  background: #008aff;
  background: #bcc5d2;
  position: absolute;
  top: 6px;
  left: 6px;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  line-height: 48px;
  letter-spacing: 1px;
}
.task-box > .ctn-box .signup-topbox .sign-progressbox .sign-day p {
  font-size: 12px;
  color: #262626;
  line-height: 12px;
  letter-spacing: 1px;
  position: absolute;
  bottom: -22px;
  left: 0;
  width: 100%;
  text-align: center;
}
.task-box > .ctn-box .signup-topbox .sign-progressbox .sign-day.on {
  background: #e5ecff;
}
.task-box > .ctn-box .signup-topbox .sign-progressbox .sign-day.on .em-tip {
  background: rgba(255, 90, 0, 0.15);
  color: #FF5A00;
}
.task-box > .ctn-box .signup-topbox .sign-progressbox .sign-day.on .center-circle {
  background: #008aff;
  background-image: url('http://static.588ku.com/comp/growPoint/images/gouIcon.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 28px;
}
.task-box > .ctn-box .signup-topbox .sign-progressbox .sign-day.on .center-circle .txt-b {
  display: none;
}
.task-box > .ctn-box .tasklist-box {
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 24px 0;
}
.task-box > .ctn-box .tasklist-box .top-title {
  padding-bottom: 20px;
}
.task-box > .ctn-box .tasklist-box .top-title .title-tip {
  display: inline-block;
  width: 129px;
  height: 25px;
  opacity: 1;
  background: #ff5a00;
  border-radius: 100px 0 100px 0;
  vertical-align: 4px;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  line-height: 25px;
  letter-spacing: 1px;
}
.task-box > .ctn-box .tasklist-box .task-list .task-item {
  width: 370px;
  height: 101px;
  opacity: 1;
  background: #f5f5f5;
  border-radius: 5px;
  padding: 16px 0 0 35px;
  box-sizing: border-box;
  margin: 0 20px 30px 0;
}
.task-box > .ctn-box .tasklist-box .task-list .task-item:nth-child(3n+3) {
  margin-right: 0;
}
.task-box > .ctn-box .tasklist-box .task-list .task-item .top-txt .tle-txt {
  font-size: 16px;
  color: #262626;
  line-height: 16px;
  letter-spacing: 1px;
}
.task-box > .ctn-box .tasklist-box .task-list .task-item .top-txt .tle-txt .icon-box {
  width: 24px;
  height: 24px;
  opacity: 1;
  border-radius: 30px;
  display: inline-block;
  margin-right: 6px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: -6px;
}
.task-box > .ctn-box .tasklist-box .task-list .task-item .top-txt .tle-txt .icon-box.down {
  background-image: url('http://static.588ku.com/comp/growPoint/images/down.svg');
}
.task-box > .ctn-box .tasklist-box .task-list .task-item .top-txt .tle-txt .icon-box.signpower {
  background-image: url('http://static.588ku.com/comp/growPoint/images/signpower.svg');
}
.task-box > .ctn-box .tasklist-box .task-list .task-item .top-txt .tle-txt .icon-box.login {
  background-image: url('http://static.588ku.com/comp/growPoint/images/login.svg');
}
.task-box > .ctn-box .tasklist-box .task-list .task-item .top-txt .tle-txt .icon-box.cllsc {
  background-image: url('http://static.588ku.com/comp/growPoint/images/cllsc.svg');
}
.task-box > .ctn-box .tasklist-box .task-list .task-item .top-txt .tle-txt .icon-box.lkedit {
  background-image: url('http://static.588ku.com/comp/growPoint/images/lkedit.svg');
}
.task-box > .ctn-box .tasklist-box .task-list .task-item .top-txt .tle-txt .icon-box.qkkt {
  background-image: url('http://static.588ku.com/comp/growPoint/images/qkkt.svg');
}
.task-box > .ctn-box .tasklist-box .task-list .task-item .top-txt .tle-txt .icon-box.fillinfo {
  background-image: url('http://static.588ku.com/comp/growPoint/images/fillinfo.svg');
}
.task-box > .ctn-box .tasklist-box .task-list .task-item .top-txt .tle-txt .icon-box.openvip {
  background-image: url('http://static.588ku.com/comp/growPoint/images/openvip.svg');
}
.task-box > .ctn-box .tasklist-box .task-list .task-item .top-txt .tle-txt .icon-box.cllcourse {
  background-image: url('http://static.588ku.com/comp/growPoint/images/cllcourse.svg');
}
.task-box > .ctn-box .tasklist-box .task-list .task-item .top-txt .tle-txt .icon-box.dhgood {
  background-image: url('http://static.588ku.com/comp/growPoint/images/dhgood.svg');
}
.task-box > .ctn-box .tasklist-box .task-list .task-item .top-txt .amount-num {
  min-width: 67px;
  height: 20px;
  background: rgba(255, 231, 217, 0.5);
  border-radius: 12px;
  margin-left: 5px;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  color: #ff5a00;
  line-height: 20px;
  padding: 0 6px;
  letter-spacing: 1px;
  box-sizing: border-box;
}
.task-box > .ctn-box .tasklist-box .task-list .task-item .btn-box {
  padding-top: 15px;
}
.task-box > .ctn-box .tasklist-box .task-list .task-item .btn-box .link-a {
  width: 95px;
  height: 30px;
  opacity: 1;
  background: #008aff;
  border-radius: 15px;
  display: block;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  line-height: 30px;
  letter-spacing: 1px;
}
.task-box > .ctn-box .tasklist-box .task-list .task-item .btn-box .link-a:hover {
  opacity: 0.85;
}
.task-box > .ctn-box .tasklist-box .task-list .task-item .btn-box .link-a.diaable {
  background: #bcc5d2;
  color: #ffffff;
}
.task-box > .ctn-box .tasklist-box .task-list .task-item .btn-box .link-a.diaable:hover {
  opacity: 1;
  cursor: default;
}
.task-box > .ctn-box .tasklist-box .task-list .task-item:hover {
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
}
.task-box > .ctn-box .tasklist-box .task-list.hide {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s;
}
.task-box > .ctn-box .tasklist-box .task-list.hide.on {
  max-height: 550px;
}
.lottery-box .ctn-box {
  width: 1200px;
  opacity: 1;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
  display: block;
  margin: 0px auto 0;
  padding: 30px 22px;
  box-sizing: border-box;
}
.lottery-box .ctn-box .top-tle {
  font-size: 20px;
  color: #262626;
  line-height: 20px;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
.lottery-box .ctn-box .lott-box .left-box .main-con {
  width: 659px;
  height: 468px;
  opacity: 1;
  background: linear-gradient(180deg, #ffcf88, #ffa150);
  border-radius: 4px;
  padding: 25px 0 0 24px;
  box-sizing: border-box;
}
.lottery-box .ctn-box .lott-box .left-box .main-con .points {
  width: 609px;
  height: 418px;
  opacity: 1;
  background: linear-gradient(180deg, #ffe4c1, #ffc08b);
  border-radius: 4px;
}
.lottery-box .ctn-box .lott-box .left-box .main-con .points ul {
  /* .main-con .lottery-unit-1, .main-con .lottery-unit-12, .main-con .lottery-unit-11, .main-con .lottery-unit-10 {
							    margin-left: 0px;
							} */
}
.lottery-box .ctn-box .lott-box .left-box .main-con .points ul .lottery-unit {
  width: 136px;
  height: 92px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 4px;
  float: left;
  margin-right: 5px;
  margin-left: 10px;
  margin-top: 10px;
  padding-top: 10px;
  box-sizing: border-box;
  position: relative;
}
.lottery-box .ctn-box .lott-box .left-box .main-con .points ul .lottery-unit:before {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 4px solid #FF2D3E;
  top: 0;
  left: 0;
  border-radius: 6px;
  box-sizing: border-box;
}
.lottery-box .ctn-box .lott-box .left-box .main-con .points ul .lottery-unit.active:before {
  content: '';
}
.lottery-box .ctn-box .lott-box .left-box .main-con .points ul .lottery-unit .lu-con p {
  width: 53px;
  height: 53px;
  display: block;
  margin: 0 auto;
}
.lottery-box .ctn-box .lott-box .left-box .main-con .points ul .lottery-unit .lu-con p img {
  max-width: 100%;
}
.lottery-box .ctn-box .lott-box .left-box .main-con .points ul .lottery-unit .lu-con img {
  width: 53px;
  display: block;
  margin: 0 auto;
}
.lottery-box .ctn-box .lott-box .left-box .main-con .points ul .lottery-unit .lu-con span {
  display: block;
  text-align: center;
  margin-left: 0 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lottery-box .ctn-box .lott-box .left-box .main-con .points ul .lottery-unit .lu-con b {
  display: block;
  margin: 0 auto 11px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fef3c1;
  text-align: center;
}
.lottery-box .ctn-box .lott-box .left-box .main-con .points ul .lottery-unit .lu-con b .quanzhan {
  width: 29px;
  height: 22px;
  margin: 12px auto 0;
  display: inline-block;
}
.lottery-box .ctn-box .lott-box .left-box .main-con .points ul .lottery-unit .lu-con b .icon-zuanshi {
  color: #008bff;
  line-height: 44px;
  text-align: center;
  font-size: 24px;
}
.lottery-box .ctn-box .lott-box .left-box .main-con .points ul .lottery-unit .lu-con b .icon-zuanshi.vh {
  color: #6869d1;
}
.lottery-box .ctn-box .lott-box .left-box .main-con .points ul .lottery-unit .lu-con b .icon-zuanshi.of {
  color: #ffc001;
}
.lottery-box .ctn-box .lott-box .left-box .main-con .points ul .lottery-unit .lu-con b .icon-zuanshi.tp {
  color: #ff9400;
}
.lottery-box .ctn-box .lott-box .left-box .main-con .points ul .lottery-unit .lu-con b .icon-zuanshi.bg {
  color: #fa4633;
}
.lottery-box .ctn-box .lott-box .left-box .main-con .points ul .lottery-unit.lottery-unit-11 {
  margin-top: -194px;
}
.lottery-box .ctn-box .lott-box .left-box .main-con .points ul .button {
  width: 287px;
  height: 194px;
  float: left;
  margin-left: 10px;
  margin-right: 5px;
  margin-top: 10px;
  overflow: hidden;
}
.lottery-box .ctn-box .lott-box .left-box .main-con .points ul .button .btn-go {
  display: block;
  width: 143px;
  height: 143px;
  margin: 26px auto;
  background: url(http://static.588ku.com/imgPath/public/images/btn-go.png) no-repeat center / 100%;
  line-height: 46px;
  text-align: center;
  font-size: 46px;
  color: #fff;
  font-weight: bold;
  transition: all 0.2s;
  cursor: pointer;
  padding-top: 36px;
  box-sizing: border-box;
}
.lottery-box .ctn-box .lott-box .left-box .main-con .points ul .button .btn-go.click {
  transform: scale(1.2);
}
.lottery-box .ctn-box .lott-box .left-box .main-con .points ul .button .btn-go p {
  padding-top: 6px;
  font-size: 14px;
  color: #ffffff;
  line-height: 14px;
  letter-spacing: 1px;
  font-weight: normal;
}
.lottery-box .ctn-box .lott-box .right-box {
  padding-left: 22px;
  box-sizing: border-box;
  width: 496px;
}
.lottery-box .ctn-box .lott-box .right-box .btns-box {
  padding-left: 14px;
}
.lottery-box .ctn-box .lott-box .right-box .btns-box .lott-record,
.lottery-box .ctn-box .lott-box .right-box .btns-box .lott-mygift {
  width: 138px;
  height: 48px;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  line-height: 48px;
  letter-spacing: 1px;
}
.lottery-box .ctn-box .lott-box .right-box .btns-box .lott-record {
  background: linear-gradient(180deg, #00beff, #008aff);
  margin-right: 26px;
}
.lottery-box .ctn-box .lott-box .right-box .btns-box .lott-record:hover {
  background: linear-gradient(180deg, #008aff, #00beff);
}
.lottery-box .ctn-box .lott-box .right-box .btns-box .lott-mygift {
  background: linear-gradient(180deg, #ff7d8f, #ff4756);
}
.lottery-box .ctn-box .lott-box .right-box .btns-box .lott-mygift:hover {
  background: linear-gradient(180deg, #ff4756, #ff7d8f);
}
.lottery-box .ctn-box .lott-box .right-box .lott-rule {
  padding-top: 25px;
  padding-left: 14px;
}
.lottery-box .ctn-box .lott-box .right-box .lott-rule .tle-box {
  font-size: 14px;
  color: #262626;
  line-height: 14px;
  letter-spacing: 1px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.lottery-box .ctn-box .lott-box .right-box .lott-rule .txt-p {
  padding-top: 10px;
}
.lottery-box .ctn-box .lott-box .right-box .lott-rule .txt-p p {
  font-size: 12px;
  color: #262626;
  line-height: 22px;
  letter-spacing: 1px;
}
.lottery-box .ctn-box .lott-box .right-box .lott-else {
  margin-top: 56px;
  width: 470px;
  height: 194px;
  opacity: 1;
  background: #f5f5f5;
  border-radius: 4px;
  padding: 24px;
  box-sizing: border-box;
}
.lottery-box .ctn-box .lott-box .right-box .lott-else .lotte-tle {
  font-size: 16px;
  color: #262626;
  line-height: 16px;
  letter-spacing: 1px;
  padding-bottom: 12px;
}
.lottery-box .ctn-box .lott-box .right-box .lott-else .else-listbox {
  overflow: hidden;
  position: relative;
  height: 138px;
}
.lottery-box .ctn-box .lott-box .right-box .lott-else .else-listbox .else-list {
  position: absolute;
}
.lottery-box .ctn-box .lott-box .right-box .lott-else .else-listbox .else-list .else-item {
  padding-bottom: 15px;
}
.lottery-box .ctn-box .lott-box .right-box .lott-else .else-listbox .else-list .else-item .ei-ctn .user-box {
  font-size: 14px;
  color: #262626;
  line-height: 30px;
  letter-spacing: 1px;
  width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
.lottery-box .ctn-box .lott-box .right-box .lott-else .else-listbox .else-list .else-item .ei-ctn .user-box .img-box {
  width: 30px;
  height: 30px;
  opacity: 1;
  overflow: hidden;
  vertical-align: -9px;
  display: inline-block;
  background-color: #eee;
  border-radius: 30px;
}
.lottery-box .ctn-box .lott-box .right-box .lott-else .else-listbox .else-list .else-item .ei-ctn .user-box .img-box img {
  width: 100%;
  border-radius: 30px;
}
.lottery-box .ctn-box .lott-box .right-box .lott-else .else-listbox .else-list .else-item .ei-ctn .gift-name {
  width: 200px;
  font-size: 14px;
  color: #262626;
  line-height: 30px;
  letter-spacing: 1px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
.lottery-box .ctn-box .lott-box .right-box .lott-else .else-listbox .else-list .else-item .ei-ctn .t-box {
  max-width: 65px;
  font-size: 14px;
  color: #262626;
  line-height: 30px;
  letter-spacing: 1px;
  text-align: right;
  display: inline-block;
}
.points-exchange {
  margin-top: 20px;
}
.points-exchange .ctn-box {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
  padding: 0 0 20px 24px;
}
.points-exchange .ctn-box .top-tle {
  font-size: 24px;
  color: #262626;
  line-height: 24px;
  letter-spacing: 1px;
  padding: 40px 0 30px;
}
.points-exchange .ctn-box .points-listbox {
  position: relative;
}
.points-exchange .ctn-box .points-listbox .ponits-list {
  margin-bottom: -20px;
  width: 1052px;
  display: inline-block;
}
.points-exchange .ctn-box .points-listbox .ponits-list .points-item {
  width: 192px;
  height: 192px;
  opacity: 1;
  background: #ececee;
  border-radius: 5px;
  margin-right: 23px;
  margin-bottom: 20px;
}
.points-exchange .ctn-box .points-listbox .ponits-list .points-item:nth-child(5n+5) {
  margin-right: 0;
}
.points-exchange .ctn-box .points-listbox .ponits-list .points-item .i-ctn {
  position: relative;
  height: 100%;
}
.points-exchange .ctn-box .points-listbox .ponits-list .points-item .i-ctn .img-box {
  height: 100%;
  display: block;
}
.points-exchange .ctn-box .points-listbox .ponits-list .points-item .i-ctn .img-box .lf-box {
  min-width: 95px;
  height: 30px;
  opacity: 1;
  background: rgba(245, 92, 70, 0.9);
  border-radius: 16px 2px 16px 2px;
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 14px;
  padding: 0 8px;
  box-sizing: border-box;
  text-align: center;
  color: #ffffff;
  line-height: 30px;
  letter-spacing: 1px;
}
.points-exchange .ctn-box .points-listbox .ponits-list .points-item .i-ctn .img-box img {
  max-width: 100%;
}
.points-exchange .ctn-box .points-listbox .ponits-list .points-item .i-ctn .img-box .btm-tip {
  width: 192px;
  height: 22px;
  background: linear-gradient(180deg, rgba(255, 155, 34, 0.7), rgba(254, 91, 85, 0.7));
  border-radius: 0px;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 14px;
  color: #ffffff;
  line-height: 22px;
  letter-spacing: 1px;
  padding-left: 7px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.points-exchange .ctn-box .points-listbox .rightmore-link {
  display: inline-block;
  margin-left: 20px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
}
.points-exchange .ctn-box .points-listbox .rightmore-link .m-link {
  width: 82px;
  height: 82px;
  opacity: 1;
  display: inline-block;
  background: #ffffff;
  border: 2px solid #e2e8ea;
  border-radius: 50%;
  padding: 22px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.points-exchange .ctn-box .points-listbox .rightmore-link .m-link .txt-b {
  font-size: 14px;
  color: #262626;
  line-height: 14px;
  letter-spacing: 1px;
}
.points-exchange .ctn-box .points-listbox .rightmore-link .m-link .icon-box {
  font-size: 14px;
  color: #262626;
  position: absolute;
  right: 7px;
  top: 30px;
}
.points-exchange .ctn-box .points-listbox .rightmore-link .m-link:hover {
  border-color: #0092FF;
}
.points-exchange .ctn-box .points-listbox .rightmore-link .m-link:hover .txt-b,
.points-exchange .ctn-box .points-listbox .rightmore-link .m-link:hover .icon-box {
  color: #0092FF;
}
.uQues-box {
  margin-top: 20px;
  padding-bottom: 60px;
}
.uQues-box .ctn-box {
  padding: 40px 24px;
  box-sizing: border-box;
  width: 1200px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
}
.uQues-box .ctn-box .top-tle {
  font-size: 24px;
  color: #262626;
  line-height: 24px;
  letter-spacing: 1px;
}
.uQues-box .ctn-box .uQues-list .uQues-item {
  padding-top: 34px;
  border-bottom: 2px solid #eeeeee;
  padding-bottom: 16px;
  max-height: 71px;
  overflow: hidden;
  box-sizing: border-box;
  transition: all 0.3s;
}
.uQues-box .ctn-box .uQues-list .uQues-item .uQues-top {
  cursor: pointer;
}
.uQues-box .ctn-box .uQues-list .uQues-item .uQues-top .l-ques {
  font-size: 14px;
  color: #1c1c1d;
  line-height: 14px;
  letter-spacing: 1px;
}
.uQues-box .ctn-box .uQues-list .uQues-item .uQues-top .icon-box {
  display: inline-block;
  transition: all 0.3s;
}
.uQues-box .ctn-box .uQues-list .uQues-item .uQues-top .icon-box i {
  font-size: 24px;
  line-height: 10px;
}
.uQues-box .ctn-box .uQues-list .uQues-item .ans-box {
  padding-top: 14px;
  font-size: 14px;
  color: #303344;
  line-height: 18px;
  letter-spacing: 2px;
  opacity: 0;
}
.uQues-box .ctn-box .uQues-list .uQues-item.on {
  max-height: 200px;
}
.uQues-box .ctn-box .uQues-list .uQues-item.on .uQues-top .icon-box {
  transform: rotate(180deg);
}
.uQues-box .ctn-box .uQues-list .uQues-item.on .ans-box {
  opacity: 1;
}
/* 弹窗 start */
.lottery-pop .down-limit-bg,
.lottery-address .down-limit-bg,
.lottery-list .down-limit-bg {
  opacity: 0.4;
}
.lottery-pop .down-limit-content .close-btn,
.lottery-address .down-limit-content .close-btn,
.lottery-list .down-limit-content .close-btn {
  position: absolute;
  top: 0px;
  right: -30px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
  background: url(http://static.588ku.com/imgPath/public/images/close-btn.png) no-repeat center;
}
.lottery-pop .down-limit-content h3,
.lottery-address .down-limit-content h3,
.lottery-list .down-limit-content h3 {
  font-size: 24px;
  color: #ff5a00;
  line-height: 24px;
  letter-spacing: 1px;
  padding-top: 20px;
}
.lottery-pop .down-limit-content {
  border-radius: 4px;
  border: none;
  top: 50%;
  left: 50%;
  width: 295px;
  height: auto;
  padding-bottom: 10px;
  /* height:215px; */
  /* margin-top:-107px;
		margin-left:-148px; */
  position: relative;
  text-align: center;
}
.lottery-pop .down-limit-content .icon-zuanshi {
  color: #008bff;
  line-height: 44px;
  text-align: center;
  font-size: 24px;
}
.lottery-pop .down-limit-content .icon-zuanshi.bg {
  color: #fa4633;
}
.lottery-pop .down-limit-content .icon-zuanshi.tp {
  color: #ff9400;
}
.lottery-pop .down-limit-content .icon-zuanshi.of {
  color: #ffc001;
}
.lottery-pop .down-limit-content .icon-zuanshi.vh {
  color: #6869d1;
}
.lottery-pop .down-limit-content .quanzhan {
  width: 29px;
  height: 22px;
  margin: 12px auto 0;
}
.lottery-pop .down-limit-content.gift {
  height: 286px;
  margin-top: -143px;
}
.lottery-pop .down-limit-content img {
  width: 52px;
  height: 52px;
  margin-top: 14px;
}
.lottery-pop .down-limit-content img.sorry {
  width: 52px;
  height: 54px;
  margin-top: 16px;
}
.lottery-pop .down-limit-content img.bag {
  width: 45px;
  height: 80px;
  margin-top: 18px;
}
.lottery-pop .down-limit-content img.gift {
  width: 45px;
  height: 71px;
  margin-top: 26px;
  margin-bottom: 4px;
}
.lottery-pop .down-limit-content b {
  display: block;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 23px;
}
.lottery-pop .down-limit-content p {
  font-size: 14px;
  color: #353535;
  line-height: 14px;
  letter-spacing: 1px;
  margin-top: 5px;
}
.lottery-pop .down-limit-content p > i {
  font-style: normal;
}
.lottery-pop .down-limit-content .btns {
  width: 184px;
  margin: 20px auto 0;
}
.lottery-pop .down-limit-content .btns > a {
  display: block;
  margin: 0 auto;
  width: 80px;
  height: 30px;
  border-radius: 4px;
  background: #ff9600;
  color: #ffffff;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
.lottery-pop .down-limit-content .btns > a.go-lottery {
  width: 149px;
  height: 39px;
  opacity: 1;
  background: #ff5a00;
  border-radius: 100px;
  font-size: 20px;
  text-align: center;
  color: #ffffff;
  float: none;
  line-height: 39px;
  letter-spacing: 1px;
  margin: 0 auto;
}
.lottery-pop .down-limit-content .btns > a.go-award {
  display: none;
}
.lottery-pop .down-limit-content .btns > a:hover {
  opacity: 0.85;
}
.lottery-pop .down-limit-content.gift .btns {
  margin-top: 26px;
}
/* 填写地址弹框 */
.lottery-address .down-limit-content {
  border-radius: 4px;
  border: none;
  top: 50%;
  left: 50%;
  width: 454px;
  height: auto;
  /* margin-top:-190px;
	    margin-left:-227px; */
  position: relative;
  text-align: center;
  padding-bottom: 30px;
}
.lottery-address .down-limit-content h3 {
  font-size: 28px;
  color: #262626;
  line-height: 40px;
  padding-top: 30px;
  margin-bottom: 30px;
}
.lottery-address .down-limit-content .gift-name {
  margin-top: 20px;
  margin-bottom: 8px;
  font-size: 14px;
  color: #333;
}
.lottery-address .down-limit-content p {
  box-sizing: border-box;
  margin: 0 auto 20px;
}
.lottery-address .down-limit-content p > span {
  float: left;
  font-size: 17px;
  color: #262626;
  line-height: 60px;
  width: 118px;
  text-align: right;
  padding-right: 10px;
  box-sizing: border-box;
}
.lottery-address .down-limit-content p > input {
  float: left;
  width: 308px;
  height: 60px;
  opacity: 1;
  background: #f5f5f5;
  border-radius: 8px;
  padding-left: 20px;
  box-sizing: border-box;
  font-size: 16px;
}
.lottery-address .down-limit-content p > select {
  float: left;
  width: 90px;
  height: 30px;
  border: 1px solid #e5e5e5;
  font-size: 12px;
  margin-right: 10px;
  padding-left: 8px;
}
.lottery-address .down-limit-content p.desc-address {
  height: 66px;
}
.lottery-address .down-limit-content p > textarea {
  float: left;
  width: 284px;
  height: 66px;
  border: 1px solid #e5e5e5;
  font-size: 12px;
  color: #999999;
  line-height: 20px;
}
.lottery-address .down-limit-content .submit {
  width: 335px;
  height: 56px;
  opacity: 1;
  background: #ff5a00;
  border-radius: 100px;
  display: block;
  margin: 30px auto 0;
  font-size: 20px;
  text-align: center;
  color: #ffffff;
  line-height: 56px;
  letter-spacing: 1px;
}
.lottery-address .down-limit-content .submit:hover {
  opacity: 0.85;
}
/* 中奖纪录弹框 */
.lottery-list .down-limit-content {
  border-radius: 20px;
  border: none;
  top: 50%;
  left: 50%;
  width: 420px;
  height: auto;
  position: relative;
  text-align: center;
  padding-bottom: 30px;
}
.lottery-list .down-limit-content h3 {
  font-size: 28px;
  color: #262626;
  line-height: 40px;
  padding-top: 30px;
  padding-bottom: 24px;
}
.lottery-list .down-limit-content p {
  font-size: 12px;
  color: #999999;
  margin-top: 18px;
}
.lottery-list .down-limit-content .ttip-box {
  width: 400px;
  height: 59px;
  opacity: 1;
  background: #f5f5f5;
  border-radius: 8px;
  display: block;
  margin: 0 auto;
  padding: 12px 0 0 33px;
  box-sizing: border-box;
}
.lottery-list .down-limit-content .ttip-box p {
  padding: 0;
  margin: 0;
  font-size: 15px;
  color: #262626;
  text-align: left;
  line-height: 15px;
  letter-spacing: 1px;
  padding-bottom: 5px;
}
.lottery-list .down-limit-content .ttip-box p:last-child {
  padding-bottom: 0;
}
.lottery-list .down-limit-content .list-box {
  margin: 10px auto 0;
  width: 98%;
  width: 400px;
  height: 236px;
  opacity: 1;
  background: #f5f5f5;
  border-radius: 8px;
}
.lottery-list .down-limit-content .list-box .list-tle {
  padding: 10px 0 0;
}
.lottery-list .down-limit-content .list-box .list-tle .l-tle {
  font-size: 12px;
  color: rgba(36, 37, 61, 0.5);
  line-height: 17px;
  width: 110px;
  box-sizing: border-box;
}
.lottery-list .down-limit-content .list-box .list-tle .l-tle:nth-child(1) {
  padding-left: 30px;
  text-align: left;
}
.lottery-list .down-limit-content .list-box .list-tle .l-tle:nth-child(2) {
  width: 177px;
  padding-left: 94px;
  text-align: left;
}
.lottery-list .down-limit-content .list-box .list-tle .l-tle:nth-child(3) {
  width: 111px;
  padding-left: 22px;
}
.lottery-list .down-limit-content .list-box .list-ctn {
  height: 200px;
  overflow-y: auto;
  margin-top: 24px;
}
.lottery-list .down-limit-content .list-box .list-ctn .ll-list li {
  margin-bottom: 26px;
  padding: 0 20px;
}
.lottery-list .down-limit-content .list-box .list-ctn .ll-list .td-span {
  font-size: 17px;
  color: #262626;
  line-height: 30px;
  display: inline-block;
  box-sizing: border-box;
  width: 110px;
}
.lottery-list .down-limit-content .list-box .list-ctn .ll-list .td-span:nth-child(1) {
  padding-left: 30px;
  text-align: left;
}
.lottery-list .down-limit-content .list-box .list-ctn .ll-list .td-span:nth-child(2) {
  width: 177px;
  text-align: center;
  border-left: 1px solid #E0E0E1;
  border-right: 1px solid #E0E0E1;
}
.lottery-list .down-limit-content .list-box .list-ctn .ll-list .td-span:nth-child(3) {
  width: 111px;
  font-size: 17px;
  color: #262626;
  line-height: 24px;
}
.lottery-list .down-limit-content .list-box .list-ctn .ll-list .td-span .l-h {
  text-decoration: underline;
}
.lottery-list .down-limit-content .list-box .list-ctn .ll-list .td-span .l-h:hover {
  cursor: pointer;
}
.lottery-list .down-limit-content .cancel-Btn {
  width: 335px;
  height: 56px;
  opacity: 1;
  background: #ff5a00;
  border-radius: 100px;
  display: block;
  margin: 30px auto 0;
  cursor: pointer;
  font-size: 20px;
  text-align: center;
  color: #ffffff;
  line-height: 56px;
  letter-spacing: 1px;
}
.lottery-list .down-limit-content .cancel-Btn:hover {
  opacity: 0.85;
}
.lottery-list .down-limit-content p {
  font-size: 12px;
  color: #999999;
  margin-top: 18px;
}
.lottery-list .down-limit-content .ll-list .unclaimed {
  margin-top: 7px;
  line-height: 30px;
  color: #fff;
  background: #ff9600;
  border-radius: 4px;
  cursor: pointer;
}
/* 滚动滑块样式 */
::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}
::-webkit-scrollbar-thumb {
  height: 16px;
  background-color: #ff9600;
  border-radius: 3px;
}
/* 提交成功弹框 */
.lottery-submit .down-limit-bg {
  opacity: 0.4;
}
.lottery-submit .down-limit-content {
  border-radius: 20px;
  border: none;
  top: 50%;
  left: 50%;
  width: 454px;
  height: 380px;
  margin-top: -190px;
  margin-left: -227px;
  position: relative;
  text-align: center;
}
.lottery-submit .down-limit-content .close-btn {
  position: absolute;
  top: 0px;
  right: -30px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  background: url(http://static.588ku.com/imgPath/public//images/close-btn.png) no-repeat center;
}
.lottery-submit .down-limit-content h3 {
  font-size: 20px;
  color: #ff5300;
  text-align: center;
  font-weight: bold;
  padding-top: 24px;
  font-style: italic;
}
.lottery-submit .down-limit-content ul {
  margin: 20px auto 60px;
  line-height: 48px;
  color: #333;
}
.lottery-submit .down-limit-content .go-close {
  display: block;
  margin: 0 auto;
  width: 80px;
  height: 30px;
  background: #ff9600;
  border-radius: 4px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  cursor: pointer;
}
/* 弹窗 end */
