/*-----------整体默认样式---------*/
html,
body {
  width: 100%;
  height: 100%;
  min-width: 320px;
}
::-webkit-scrollbar {
  width: 6px;
  height: 12px;
  cursor: pointer;
}
::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.35) !important;
  border-radius: 4px;
}
::-webkit-scrollbar-track {
  background: transparent !important;
}
::-webkit-scrollbar-track-piece {
  background: transparent !important;
}
/*-----------整体默认样式---------*/
#prizeList {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: relative;
}
#prizeList .prize-header {
  width: 100%;
  padding-left: 250px;
  padding-right: 250px;
  height: 130px;
  position: absolute;
  z-index: 3;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 1250px;
}
#prizeList .prize-header .home-btn a {
  position: absolute;
  top: 0;
  width: 250px;
  padding-top: 58px;
  height: 72px;
  text-align: center;
  line-height: 72px;
  font-size: 13px;
  color: #fff;
  background: url(../images/lottery/return_img.png) no-repeat;
  background-color: black;
}
#prizeList .prize-header .home-btn .t100-home {
  left: 0;
  background-position: 105px 35px;
}
#prizeList .prize-header .home-btn .share-btn {
  right: 0;
  background: url(/Activity/images/lottery/VIP_T100.png) no-repeat center 38px;
  background-color: black;
}
#prizeList .prize-header .prize-title-cont {
  width: 100%;
  height: 430px;
  top: 276px;
  left: 0;
  color: #fff;
  position: absolute;
}
#prizeList .prize-header .prize-title-cont .title-cont-btn a {
  width: 72px;
  height: 72px;
  border: 4px solid #fff;
  border-radius: 80px;
  position: absolute;
  background: url(../images/lottery/prize_btn_roow.png);
  top: 227px;
}
#prizeList .prize-header .prize-title-cont .title-cont-btn a.title-btn-l {
  left: 160px;
  background-position: 0px 0px;
}
#prizeList .prize-header .prize-title-cont .title-cont-btn a.title-btn-r {
  right: 160px;
  background-position: -72px 0px;
}
#prizeList .prize-header .prize-title-cont .title-cont {
  width: 100%;
  text-align: center;
  padding-bottom: 100px;
}
#prizeList .prize-header .prize-title-cont .title-cont p {
  padding-top: 70px;
  line-height: 36px;
  font-size: 18px;
}
#prizeList .prize-header .prize-title-cont .title-cont p span {
  color: #ffff00;
}
#prizeList .prize-header .prize-title-cont .prize-title-share {
  display: block;
  width: 300px;
  height: 76px;
  margin: 0 auto;
  text-align: center;
  border-radius: 76px;
  background-color: #c30000;
  line-height: 76px;
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
}
#prizeList .prize-header .prize-title-cont .suer-not-login {
  display: none;
  text-align: center;
  line-height: 66px;
  font-size: 16px;
  font-weight: 600;
}
#prizeList .prize-header .prize-title-cont .suer-not-login a {
  color: #c30000;
  text-decoration: underline;
}
#prizeList .prize-header ul.prize-swcth-btn {
  width: 100%;
  height: 130px;
}
#prizeList .prize-header ul.prize-swcth-btn li {
  float: left;
  width: 33.333333%;
  height: 108px;
  padding-top: 22px;
  background-color: #3546c5;
  text-align: center;
  line-height: 42px;
  font-size: 24px;
  color: #ffff00;
  cursor: pointer;
  transition: height .25s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#prizeList .prize-header ul.prize-swcth-btn li span {
  font-size: 24px;
  color: #fff;
}
#prizeList .prize-header ul.prize-swcth-btn li:hover {
  opacity: 0.9;
}
#prizeList .prize-header ul.prize-swcth-btn li.select {
  height: 132px;
}
#prizeList .prize-header ul.prize-swcth-btn .prizebtn2 {
  background-color: #c30000;
}
#prizeList .prize-header ul.prize-swcth-btn .prizebtn3 {
  background-color: #0aa292;
}
#prizeList .prize-banner {
  height: 100%;
  text-align: center;
  position: relative;
  min-height: 750px;
  overflow: hidden;
}
#prizeList .prize-banner div {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  text-align: center;
  font-size: 0;
}
#prizeList .prize-banner div img {
  height: 100%;
  clear: both;
  display: block;
  margin: auto;
}
#prizeList .prize-banner .prize1 {
  left: -50%;
}
#prizeList .prize-banner .prize2 {
  left: 0;
}
#prizeList .prize-banner .prize3 {
  left: 50%;
}
.title-all {
  padding-top: 22px;
  text-align: center;
  height: 337px;
  color: #222;
}
.title-all h2 {
  line-height: 164px;
  font-size: 48px;
  font-weight: bold;
  font-family: arial;
  position: relative;
}
.title-all h2:before {
  content: '';
  width: 80px;
  height: 6px;
  position: absolute;
  left: 50%;
  margin-left: -40px;
  top: 134px;
  background-color: #c30000;
}
.title-all p {
  line-height: 28px;
  font-size: 18px;
}
.title-all p span {
  color: #c30000;
  font-weight: 800;
}
.title-all dl {
  width: 324px;
  padding-top: 16px;
  margin: 0 auto;
}
.title-all dl dt {
  color: #c30000;
  font-size: 24px;
  float: left;
  margin-right: 20px;
}
.title-all dl dd {
  float: left;
}
.title-all dl dd button {
  width: 126px;
  height: 40px;
  border-radius: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  background-color: #c30000;
}
#integralList {
  background-color: #fff;
  width: 100%;
  padding-bottom: 100px;
}
.integra-box {
  width: 82%;
  max-width: 1580px;
  min-width: 1124px;
  margin: 0 auto;
}
.integra-box .integra-list-title {
  position: relative;
  height: 60px;
  background-color: #c30000;
}
.integra-box .integra-list-title span {
  position: absolute;
  top: 0;
  display: block;
  width: 120px;
  background: url(/Activity/Images/lottery/integra_title_bg.png) no-repeat;
  height: 70px;
}
.integra-box .integra-list-title .title-l {
  left: 0;
  background-position: left top;
}
.integra-box .integra-list-title h3 {
  text-align: center;
  line-height: 60px;
  font-size: 24px;
  color: #fff;
}
.integra-box .integra-list-title .title-r {
  right: 0;
  background-position: right top;
}
.integra-box .integra-content {
  padding-left: 50px;
  padding-right: 50px;
  text-align: center;
}
.integra-box .integra-content table.integra_table-box {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.integra-box .integra-content table.integra_table-box thead tr {
  line-height: 58px;
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
}
.integra-box .integra-content table.integra_table-box thead tr td {
  font-size: 24px;
  color: #222;
  text-align: left;
}
.integra-box .integra-content table.integra_table-box thead tr td.td4 div {
  position: relative;
  top: -1px;
  line-height: 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  background-color: #c30000;
}
.integra-box .integra-content table.integra_table-box thead tr td.td4 div p {
  display: none;
  position: absolute;
  top: 32px;
  left: -54px;
  width: 270px;
  height: 55px;
  padding: 10px 15px;
  border-radius: 5px;
  background-color: #fff;
  text-align: left;
  color: #222;
  font-size: 12px;
  line-height: 18px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}
.integra-box .integra-content table.integra_table-box thead tr td.td4 div p:before {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  top: -5px;
  left: 59px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -moz-transform: rotate(45deg);
  /* Firefox */
  -webkit-transform: rotate(45deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(45deg);
  /* Opera */
}
.integra-box .integra-content table.integra_table-box thead tr td.td4 div p:after {
  content: '';
  width: 20px;
  height: 10px;
  position: absolute;
  top: 0px;
  left: 55px;
  background-color: #fff;
}
.integra-box .integra-content table.integra_table-box tbody {
  font-size: 14px;
}
.integra-box .integra-content table.integra_table-box tbody tr {
  height: 79px;
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
}
.integra-box .integra-content table.integra_table-box tbody tr td {
  text-align: left;
}
.integra-box .integra-content table.integra_table-box tbody tr td.td1 {
  width: 20%;
  text-align: center;
  font-family: arial;
  font-size: 24px;
  color: #999;
}
.integra-box .integra-content table.integra_table-box tbody tr td.td2 {
  width: 28%;
}
.integra-box .integra-content table.integra_table-box tbody tr td.td2 span {
  float: left;
  height: 64px;
  line-height: 64px;
}
.integra-box .integra-content table.integra_table-box tbody tr td.td2 .user-album {
  float: left;
  width: 64px;
  border-radius: 100px;
  display: inline-block;
  margin-right: 20px;
  overflow: hidden;
  font-size: 0;
}
.integra-box .integra-content table.integra_table-box tbody tr td.td2 .user-album img {
  width: 100%;
  height: 100%;
}
.integra-box .integra-content table.integra_table-box tbody tr td.td2 .user-name {
  font-size: 14px;
  max-width: 200px;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.integra-box .integra-content table.integra_table-box tbody tr td.td3 {
  width: 36%;
  color: #999;
}
.integra-box .integra-content table.integra_table-box tbody tr td.td3 span {
  color: #444;
}
.integra-box .integra-content table.integra_table-box tbody tr td.td4 {
  color: #444;
  width: 16%;
}
.integra-box .integra-content table.integra_table-box tbody tr:first-child td.td1,
.integra-box .integra-content table.integra_table-box tbody tr:nth-child(2) td.td1,
.integra-box .integra-content table.integra_table-box tbody tr:nth-child(3) td.td1,
.integra-box .integra-content table.integra_table-box tbody tr:nth-child(11) td.td1 {
  font-size: 30px;
  font-weight: bold;
  color: #c30000;
}
.integra-box .integra-content table.integra_table-box tbody tr:nth-child(4) td.td1,
.integra-box .integra-content table.integra_table-box tbody tr:nth-child(5) td.td1,
.integra-box .integra-content table.integra_table-box tbody tr:nth-child(6) td.td1 {
  font-weight: bold;
  color: #222;
}
.integra-box .integra-content table.integra_table-box tbody tr:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  background-color: #f8f8f8;
}
.integra-box .integra-content table.integra_table-box tbody tr:nth-child(11) {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}
.popup-rule {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 11;
  display: none;
}
.popup-rule .rule-content {
  width: 670px;
  height: 526px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -280px;
  margin-left: -360px;
  padding: 10px 10px 24px 40px;
  border-radius: 8px;
  background: #fff;
  background-size: cover;
}
.popup-rule .rule-content .rule-title {
  padding-top: 0px;
}
.popup-rule .rule-content .rule-title h2 {
  line-height: 70px;
  text-align: center;
  font-size: 24px;
  color: #999;
}
.popup-rule .rule-content .rule-title .rule-close {
  width: 36px;
  height: 36px;
  border-radius: 36px;
  border: 2px solid #fff;
  position: absolute;
  top: 0px;
  right: 0px;
  background: url(/Activity/images/lottery/index-images.png) no-repeat 0 -242px;
  cursor: pointer;
}
.popup-rule .rule-content ul {
  height: 432px;
  overflow-y: auto;
  padding-right: 30px;
}
.popup-rule .rule-content ul li {
  margin-bottom: 22px;
  line-height: 26px;
  color: #222222;
}
.popup-rule .rule-content ul li h3 {
  font-size: 16px;
  font-weight: 700;
  color: #c30000;
}
.popup-rule .rule-content ul li p {
  font-size: 14px;
}
.popup-rule .rule-content ul li p a.redColor {
  color: #c30000;
  padding-left: 4px;
  text-decoration: underline;
}
#parizeList {
  background-color: #f2f2f2;
  padding-bottom: 80px;
}
#parizeList .parize-title {
  height: 310px;
}
#parizeList .parize-title h2:before {
  background-color: #3546c5;
}
#parizeList .parize-title dl {
  padding-top: 30px;
}
#parizeList .parize-title dl dt {
  color: #3546c5;
}
#parizeList .parize-title dl dd button {
  background-color: #3546c5;
}
#parizeList .parize-box {
  width: 82%;
  max-width: 1580px;
  min-width: 1124px;
  margin: 0 auto;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}
#parizeList .parize-box .parize-list-title h3 {
  line-height: 60px;
  text-align: center;
  color: #fff;
  background-color: #3546c5;
  font-size: 24px;
}
#parizeList .parize-box .parize-content {
  padding-left: 34px;
  padding-right: 34px;
  background-color: #fff;
  padding-bottom: 40px;
  text-align: center;
}
#parizeList .parize-box .parize-content table.parize_table-box {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#parizeList .parize-box .parize-content table.parize_table-box thead tr {
  line-height: 40px;
  border-bottom: 1px solid #e6e6e6;
}
#parizeList .parize-box .parize-content table.parize_table-box thead tr td {
  font-size: 15px;
  color: #999;
  text-align: left;
}
#parizeList .parize-box .parize-content table.parize_table-box thead tr .td1 {
  text-align: center;
}
#parizeList .parize-box .parize-content table.parize_table-box tbody {
  font-size: 14px;
}
#parizeList .parize-box .parize-content table.parize_table-box tbody tr {
  line-height: 79px;
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
}
#parizeList .parize-box .parize-content table.parize_table-box tbody tr td {
  text-align: left;
}
#parizeList .parize-box .parize-content table.parize_table-box tbody tr td.td1 {
  width: 15%;
  text-align: center;
  font-family: arial;
  font-size: 24px;
  color: #999;
  line-height: 16px;
}
#parizeList .parize-box .parize-content table.parize_table-box tbody tr td.td1 span {
  width: 98px;
  height: 34px;
  padding-top: 4px;
  border: 1px solid #c8c8c8;
  display: inline-block;
  font-size: 13px;
  color: #444;
}
#parizeList .parize-box .parize-content table.parize_table-box tbody tr td.td2 {
  width: 15%;
}
#parizeList .parize-box .parize-content table.parize_table-box tbody tr td.td2 span {
  float: left;
  display: inline-block;
}
#parizeList .parize-box .parize-content table.parize_table-box tbody tr td.td2 .user-album {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-right: 10px;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  top: 22px;
}
#parizeList .parize-box .parize-content table.parize_table-box tbody tr td.td2 .user-album img {
  float: left;
  width: 100%;
  height: 100%;
}
#parizeList .parize-box .parize-content table.parize_table-box tbody tr td.td2 .user-name {
  font-size: 14px;
  display: inline-block;
}
#parizeList .parize-box .parize-content table.parize_table-box tbody tr td.td3 {
  width: 25%;
  color: #999;
}
#parizeList .parize-box .parize-content table.parize_table-box tbody tr td.td3 span {
  color: #444;
}
#parizeList .parize-box .parize-content table.parize_table-box tbody tr td.td4 {
  color: #444;
  width: 10%;
}
#parizeList .parize-box .parize-content table.parize_table-box tbody tr td.td5 {
  width: 45%;
}
#parizeList .parize-box .parize-content table.parize_table-box tbody tr td.td5 span.user-album {
  width: 68px;
  height: 60px;
  color: #444;
  display: inline-block;
  margin-right: 10px;
}
#parizeList .parize-box .parize-content table.parize_table-box tbody tr td.td5 span.user-album img {
  width: 100%;
  height: 100%;
}
#parizeList .parize-box .parize-content table.parize_table-box tbody tr td.td5 span.user-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#parizeList .parize-box .parize-content table.parize_table-box tbody tr:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}
#parizeList .parize-box .parize-content .not-prize {
  text-align: center;
  height: 80px;
  line-height: 120px;
  font-size: 15px;
  color: #999;
  display: none;
}
#parizeList .parize-box .parize-content .loding-prize {
  height: 90px;
  background: url(/Activity/images/lottery/loding.gif) no-repeat center bottom;
  display: none;
}
#ascription {
  width: 100%;
  height: 60px;
  text-align: center;
  line-height: 60px;
  background-color: #333333;
  color: #999999;
  font-size: 12px;
}
/* 单独分享弹窗 */
.share-mation {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 15;
  display: none;
}
.share-mation .share-content {
  width: 588px;
  height: 200px;
  z-index: 100;
  border-bottom: 20px solid #fff;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
  border-radius: 8px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.share-mation .share-content dl {
  padding-top: 10px;
  width: 100%;
  overflow: hidden;
  height: 160px;
}
.share-mation .share-content dl dt {
  float: left;
  line-height: 30px;
}
.share-mation .share-content dl dt h3 {
  font-size: 16px;
}
.share-mation .share-content dl dt p {
  font-size: 14px;
  margin-bottom: 15px;
}
.share-mation .share-content dl dt a {
  font-size: 14px;
  margin-top: 10px;
  text-decoration: underline;
  color: #c30000;
}
.share-mation .share-content dl dd {
  width: 150px;
  height: 150px;
  padding: 4px;
  border: 1px solid #ccc;
  float: right;
}
.share-mation .share-content dl dd img {
  width: 100%;
  height: 100%;
}
.share-mation .share-content > div {
  display: none;
  width: 100%;
  height: 50px;
}
.share-mation .share-content > div a.Activity2 {
  width: 178px;
  padding: 0 12px;
  height: 48px;
  border-radius: 50px;
  text-align: center;
  line-height: 50px;
  display: block;
  margin: 30px auto 0;
  font-size: 18px;
  background-color: #c30000;
  color: #fff;
}
.share-mation .share-content > div a.Activity2:hover {
  opacity: 0.9;
}
/* 公用弹窗 */
.alert-popup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  background-color: rgba(0, 0, 0, 0.5);
}
.alert-popup div {
  width: 160px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -60px;
  margin-left: -80px;
  border-radius: 5px;
  line-height: 32px;
  font-size: 16px;
  padding-top: 20px;
  text-align: center;
  z-index: 10;
  background-color: #fff;
}
.alert-popup div button {
  width: 80px;
  height: 30px;
  border-radius: 4px;
  background-color: #c30000;
  color: #fff;
  line-height: 30px;
  cursor: pointer;
}
/*微信分享二维码样式*/
.bdsharebuttonbox {
  position: relative;
}
/*单独分享微信*/
#qrcode {
  position: fixed;
  padding: 20px;
  width: 256px;
  height: 345px;
  background: #fff;
  border: solid 1px #d8d8d8;
  z-index: 12000;
  font-size: 12px;
  left: 50%;
  top: 50%;
  margin-left: -149px;
  margin-top: -193.5px;
  border-radius: 5px;
  font-size: 0;
  text-align: center;
}
#qrcode button {
  width: 36px;
  height: 36px;
  border-radius: 36px;
  position: absolute;
  top: 0px;
  right: 0px;
  background: url(/Product/images/newImage/index-images.png) no-repeat 0 -242px;
  cursor: pointer;
}
#qrcode h3 {
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  line-height: 24px;
  color: #000;
  margin-bottom: 10px;
}
#qrcode img {
  display: inline-block;
}
#qrcode p {
  padding-top: 20px;
  line-height: 20px;
}
/*登录弹窗*/
.login-popup {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100;
  display: none;
}
.login-popup .login-cont {
  width: 420px;
  height: 200px;
  background-color: #fff;
  border-radius: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.login-popup .login-cont .login-popup-close {
  width: 36px;
  height: 36px;
  border-radius: 36px;
  position: absolute;
  top: 0px;
  right: 0px;
  background: url(/Activity/images/lottery/index-images.png) no-repeat 0 -242px;
  cursor: pointer;
}
.login-popup .login-cont .login-bar {
  text-align: center;
}
.login-popup .login-cont .login-bar h3 {
  line-height: 100px;
  font-size: 20px;
  color: #000;
}
.login-popup .login-cont .login-bar p a {
  display: inline-block;
  width: 130px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  background-color: #c30000;
  font-size: 18px;
  color: #fff;
}
.login-popup .login-cont .login-bar span {
  color: #999;
  line-height: 44px;
  font-size: 13px;
}
.login-popup .login-cont .login-bar span a {
  text-decoration: underline;
  color: #999;
}
/*微信分享引导*/
.wechatShare {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  z-index: 110;
  display: none;
}
.wechatShare p {
  width: 8rem;
  height: 8rem;
  position: absolute;
  top: 0;
  right: 0;
  background: url(/Activity/Images/lottery/wechat_share_roow.png) no-repeat center;
  background-size: cover;
}
@media only screen and (min-width: 320px) and (max-width: 751px) {
  .copyHref {
    display: none!important;
  }
  .login-popup .login-cont {
    width: 80%;
  }
  /* banner */
  #prizeList {
    width: 10rem;
    height: 9.33rem;
  }
  #prizeList .prize-header {
    width: 10rem;
    padding-left: 1.33rem;
    padding-right: 1.33rem;
    height: 1.8rem;
    position: absolute;
    z-index: 3;
    min-width: 10rem;
  }
  #prizeList .prize-header .home-btn a {
    position: absolute;
    top: 0;
    width: 1.33rem;
    height: 0.38rem;
    padding-top: 0.85rem;
    line-height: 0rem;
    font-size: 12px;
    background-size: 2.8rem 2.8rem;
  }
  #prizeList .prize-header .home-btn .t100-home {
    left: 0;
    background-position: 0.46rem 0.34rem;
  }
  #prizeList .prize-header .home-btn .share-btn {
    right: 0;
    background-position: center 0.3rem;
    background-size: .4rem .34rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #prizeList .prize-header ul.prize-swcth-btn {
    height: 1.23rem;
  }
  #prizeList .prize-header ul.prize-swcth-btn li {
    width: 33.333333%;
    height: 1.13rem;
    padding-top: 0.1rem;
    line-height: 0.5rem;
    font-size: 0.267rem;
    color: #ffff00;
    cursor: pointer;
    transition: height .25s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #prizeList .prize-header ul.prize-swcth-btn li span {
    font-size: 0.32rem;
  }
  #prizeList .prize-header ul.prize-swcth-btn li.select {
    height: 1.41rem;
  }
  #prizeList .prize-banner {
    height: 9.33rem;
  }
  #prizeList .prize-banner div {
    width: 10rem;
    height: 9.33rem;
    overflow: hidden;
  }
  #prizeList .prize-banner div img {
    margin: 0 auto;
    height: 9.33rem;
  }
  #prizeList .prize-title-cont {
    width: 100%;
    height: 5.73rem;
    top: 3.6rem;
  }
  #prizeList .prize-header .prize-title-cont .title-cont p {
    padding-top: 0.6rem;
    line-height: 0.45rem;
    font-size: 0.266666rem;
    color: #fff;
    width: 6.2rem;
    margin: 0 auto;
  }
  #prizeList .prize-header .prize-title-cont {
    height: 4.6rem;
    top: 2.5rem;
  }
  #prizeList .prize-header .prize-title-cont .suer-not-login {
    font-size: 0.33rem;
  }
  #prizeList .prize-header .prize-title-cont .prize-title-share {
    width: 4rem;
    height: 1rem;
    border-radius: 3rem;
    line-height: 0.7rem;
    font-size: 0.4rem;
  }
  #prizeList .prize-header .prize-title-cont .title-cont-btn a {
    width: 0.8rem;
    height: 0.8rem;
    border: 2px solid #fff;
    border-radius: 1rem;
    background: url(../images/lottery/prize_btn_roow.png) no-repeat;
    top: 1.5rem;
    box-sizing: border-box;
  }
  #prizeList .prize-header .prize-title-cont .title-cont-btn a.title-btn-l {
    left: .5rem;
    background-position: -10rem -10rem;
  }
  #prizeList .prize-header .prize-title-cont .title-cont-btn a.title-btn-l:before {
    content: '';
    position: absolute;
    width: 0.2rem;
    height: 0.2rem;
    top: 0.2rem;
    left: 0.25rem;
    transform: rotate(-135deg);
    background-color: transparent;
    border: 2px solid;
    border-color: #fff #fff transparent transparent;
  }
  #prizeList .prize-header .prize-title-cont .title-cont-btn a.title-btn-r:before {
    content: '';
    position: absolute;
    width: 0.2rem;
    height: 0.2rem;
    top: 0.2rem;
    left: 0.12rem;
    transform: rotate(45deg);
    background-color: transparent;
    border: 2px solid;
    border-color: #fff #fff transparent transparent;
  }
  #prizeList .prize-header .prize-title-cont .title-cont-btn a.title-btn-r {
    right: .5rem;
    box-sizing: border-box;
    background-position: -10rem -10rem;
  }
  #prizeList .prize-header .prize-title-cont .title-cont h3 img {
    width: 4.02rem;
    height: 1.08rem;
  }
  #prizeList .prize-header .prize-title-cont .title-cont {
    text-align: center;
    padding-bottom: 0.8rem;
  }
  .title-all {
    height: 4.8rem;
  }
  .title-all h2 {
    line-height: 2.4rem;
    font-size: 0.68rem;
  }
  .title-all h2:before {
    content: '';
    width: 1.1rem;
    height: 0.08rem;
    margin-left: -0.55rem;
    top: 1.9rem;
    background-color: #c30000;
  }
  .title-all p {
    line-height: 0.36rem;
    font-size: 0.266666rem;
  }
  .title-all dl {
    width: 4.5rem;
    line-height: 0.61rem;
  }
  .title-all dl dt {
    font-size: 0.35rem;
    margin-right: 0.13rem;
  }
  .title-all dl dd button {
    width: 1.866666rem;
    height: 0.61rem;
    border-radius: 2rem;
    line-height: 0.61rem;
    font-size: 0.24rem;
    position: relative;
    z-index: 2;
  }
  .integra-box {
    width: 10rem;
    max-width: 10rem;
    min-width: 10rem;
  }
  .integra-box .integra-list-title {
    height: 0.8rem;
  }
  .integra-box .integra-list-title span {
    display: none;
  }
  .integra-box .integra-list-title h3 {
    text-align: center;
    line-height: 0.8rem;
    font-size: 0.373333rem;
  }
  #integralList {
    padding-bottom: 1.2rem;
  }
  .integra-box .integra-content {
    padding-left: 0;
    padding-right: 0;
  }
  .integra-box .integra-content table.integra_table-box {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }
  .integra-box .integra-content table.integra_table-box thead tr {
    line-height: 0.8rem;
  }
  .integra-box .integra-content table.integra_table-box thead tr td {
    font-size: 0.32rem;
  }
  .integra-box .integra-content table.integra_table-box tbody {
    font-size: 12px;
  }
  .integra-box .integra-content table.integra_table-box tbody tr {
    height: 1.06rem;
  }
  .integra-box .integra-content table.integra_table-box tbody tr td {
    box-sizing: border-box;
  }
  .integra-box .integra-content table.integra_table-box tbody tr td.td1 {
    width: 1.5rem;
    text-align: center;
    font-family: arial;
    font-size: 24px;
    color: #999;
  }
  .integra-box .integra-content table.integra_table-box tbody tr td.td2 {
    width: 3rem;
    padding-top: 0.1rem;
  }
  .integra-box .integra-content table.integra_table-box tbody tr td.td2 .user-album {
    width: 0.85333rem;
    height: 0.85333rem;
    margin-right: 0.2rem;
  }
  .integra-box .integra-content table.integra_table-box tbody tr td.td2 .user-album img {
    width: 100%;
    height: 100%;
    float: left;
  }
  .integra-box .integra-content table.integra_table-box tbody tr td.td2 .user-name {
    height: 0.85333rem;
    line-height: 0.85333rem;
    font-size: 0.2666666rem;
    display: inline-block;
    max-width: 150px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .integra-box .integra-content table.integra_table-box tbody tr td.td3 {
    width: 4.3rem;
    max-width: 2rem;
    color: #999;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .integra-box .integra-content table.integra_table-box tbody tr td.td3 span {
    color: #444;
  }
  .integra-box .integra-content table.integra_table-box tbody tr td.td4 {
    color: #444;
    width: 1rem;
  }
  .integra-box .integra-content table.integra_table-box tbody tr:first-child td.td1,
  .integra-box .integra-content table.integra_table-box tbody tr:nth-child(2) td.td1,
  .integra-box .integra-content table.integra_table-box tbody tr:nth-child(3) td.td1,
  .integra-box .integra-content table.integra_table-box tbody tr:nth-child(11) td.td1 {
    font-size: 0.5rem;
  }
  #parizeList {
    padding-bottom: 0;
  }
  #parizeList .parize-title {
    height: 4.6rem;
  }
  #parizeList .parize-box .parize-list-title h3 {
    line-height: 0.8rem;
    font-size: 0.373333rem;
  }
  #parizeList .parize-box {
    width: 10rem;
    max-width: 10rem;
    min-width: 10rem;
  }
  #parizeList .parize-box .parize-content {
    padding-left: 0;
    padding-right: 0;
  }
  #parizeList .parize-box .parize-content table.parize_table-box {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }
  #parizeList .parize-box .parize-content table.parize_table-box thead tr {
    line-height: 0.6rem;
    height: 0.6rem;
    border-bottom: 1px solid #e6e6e6;
  }
  #parizeList .parize-box .parize-content table.parize_table-box thead tr td {
    font-size: 15px;
    height: 0.53rem;
    color: #999;
    float: left;
    box-sizing: border-box;
    font-size: 0.266666rem;
  }
  #parizeList .parize-box .parize-content table.parize_table-box thead tr .td1 {
    width: 2rem;
    padding-left: 0.25rem;
  }
  #parizeList .parize-box .parize-content table.parize_table-box thead tr .td2 {
    width: 2rem;
    padding-left: 0.2rem;
  }
  #parizeList .parize-box .parize-content table.parize_table-box thead tr .td3 {
    width: 4.4rem;
  }
  #parizeList .parize-box .parize-content table.parize_table-box thead tr .td4 {
    width: 1.6rem;
  }
  #parizeList .parize-box .parize-content table.parize_table-box thead tr .td5 {
    display: none;
  }
  #parizeList .parize-box .parize-content table.parize_table-box tbody {
    font-size: 0.2666666rem;
  }
  #parizeList .parize-box .parize-content table.parize_table-box tbody tr {
    width: 10rem;
    display: block;
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden;
    height: 2.36rem;
    line-height: 1.06rem;
    position: relative;
  }
  #parizeList .parize-box .parize-content table.parize_table-box tbody tr td {
    text-align: left;
    height: 1.16rem;
    float: left;
    box-sizing: border-box;
  }
  #parizeList .parize-box .parize-content table.parize_table-box tbody tr td.td1 {
    width: 2rem;
    padding-left: 0.2rem;
    text-align: center;
    font-family: arial;
    font-size: 24px;
    color: #999;
    padding-top: 0.2rem;
  }
  #parizeList .parize-box .parize-content table.parize_table-box tbody tr td.td1 span {
    float: left;
    width: 1.6rem;
    height: 0.6rem;
    padding-top: 4px;
    font-size: 0.26rem;
    line-height: 1;
  }
  #parizeList .parize-box .parize-content table.parize_table-box tbody tr td.td2 {
    width: 2.5rem;
    padding-left: 0.2rem;
  }
  #parizeList .parize-box .parize-content table.parize_table-box tbody tr td.td2 .user-album {
    width: 0.54rem;
    height: 0.54rem;
    top: 0.266666rem;
    display: inline-block;
    margin-right: 0.13rem;
  }
  #parizeList .parize-box .parize-content table.parize_table-box tbody tr td.td2 .user-album img {
    float: left;
    width: 100%;
    height: 100%;
  }
  #parizeList .parize-box .parize-content table.parize_table-box tbody tr td.td2 .user-name {
    font-size: 0.266666rem;
    display: inline-block;
    max-width: 100px;
  }
  #parizeList .parize-box .parize-content table.parize_table-box tbody tr td.td3 {
    width: 3.9rem;
    color: #999;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  #parizeList .parize-box .parize-content table.parize_table-box tbody tr td.td3 span {
    width: 3.9rem;
    color: #444;
  }
  #parizeList .parize-box .parize-content table.parize_table-box tbody tr td.td4 {
    color: #444;
    width: 1.6rem;
  }
  #parizeList .parize-box .parize-content table.parize_table-box tbody tr td.td5 {
    padding-left: 0.2rem;
    width: 10rem;
    height: 1.06rem;
    position: absolute;
    top: 1.06rem;
    left: 0;
  }
  #parizeList .parize-box .parize-content table.parize_table-box tbody tr td.td5 span {
    color: #444;
    float: left;
    display: inline-block;
    margin-right: 10px;
    height: 0.95rem;
    overflow: initial !important;
  }
  #parizeList .parize-box .parize-content table.parize_table-box tbody tr td.td5 span img {
    width: 1.026666rem;
    height: 0.95rem;
  }
  #parizeList .parize-box .parize-content table.parize_table-box tbody tr td.td5 span.user-album {
    width: 1.026666rem;
    height: 1.026666rem;
  }
  #parizeList .parize-box .parize-content .not-prize {
    text-align: center;
    height: 1.86rem;
    line-height: 1.86rem;
    font-size: 15px;
    color: #999;
  }
  #ascription {
    width: 10rem;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.24rem;
  }
  /* 规则弹窗*/
  .popup-rule {
    width: 100%;
    height: 100%;
  }
  .popup-rule .rule-content {
    width: 8rem;
    height: 10rem;
    left: 50%;
    top: 50%;
    box-sizing: border-box;
    margin-top: -5rem;
    margin-left: -4rem;
    padding: 0.1rem 0.3rem 0.1rem 0.3rem ;
    overflow: hidden;
  }
  .popup-rule .rule-content .rule-title h2 {
    line-height: 0.9rem;
    font-size: .5rem;
    color: #999;
  }
  .popup-rule .rule-content ul {
    overflow-y: auto;
    padding-right: 0.4rem;
    height: 9rem;
  }
  .popup-rule .rule-content ul li {
    margin-bottom: 0.26rem;
    line-height: 0.5rem;
  }
  .popup-rule .rule-content ul li h3 {
    font-size: 0.35rem;
  }
  .popup-rule .rule-content ul li p {
    font-size: 0.28rem;
  }
  /* 加载图 */
  .loding-prize {
    height: 2rem;
    background: url(/Activity/images/lottery/loding.gif) no-repeat center bottom;
    background-size: 1rem 1rem;
    display: none;
  }
  /*分享*/
  .share-mation .share-title {
    line-height: 60px!important;
  }
  .share-mation .share-content {
    width: 90%!important;
    height: auto !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 25px;
    padding-top: 25px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .share-mation .share-content h2 {
    line-height: 50px!important;
  }
  .share-mation .share-content .share-bottom .paiming {
    padding-bottom: 10px !important;
  }
  .share-mation .share-content dl {
    height: auto;
  }
  .share-mation .share-content dl dt {
    float: none!important;
    margin-bottom: 20px;
  }
  .share-mation .share-content dl dd {
    float: none!important;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .share-mation .share-content .share-btn-cont .zclip {
    width: 40px!important;
    height: 40px!important;
  }
  .share-mation .share-content .share-btn-cont a {
    width: 40px!important;
    height: 40px!important;
    background-size: cover!important;
  }
  .share-mation .share-content .share-btn-cont .bds_tsina {
    background-color: #c30000;
    background-position: 0px 0px;
  }
  .share-mation .share-content .share-btn-cont .bds_weixin {
    background-color: #60b400;
    background-position: -40px 0px;
  }
  .share-mation .share-content .share-btn-cont .bds_qzone {
    background-color: #feb300;
    background-position: -80px 0px;
  }
  .share-mation .share-content .share-btn-cont .bds_tqq {
    background-color: #00a4f1;
    background-position: -120px 0px;
  }
}
