* {
  margin: 0;
  padding: 0;
  font-family: Source Han Sans SC; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

li {
  list-style: none; }

input, button, video {
  outline: none;
  border: none; }

@media (min-width: 750px) {
  html, body {
    min-width: 1200px; } }
i {
  font-style: normal; }

a {
  -webkit-tap-highlight-color: transparent;
  outline: none;
  text-decoration: none;
  color: #444; }

a:link {
  text-decoration: none; }

a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

a:active {
  text-decoration: none; }

body {
  margin: 0 auto;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

li {
  list-style: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

.clearfix:after {
  content: '';
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both; }

.clearfix {
  *zoom: 1; }

p {
  margin: 0;
  text-decoration: none; }

img {
  border: 0; }

.fl {
  float: left; }

.fr {
  float: right; }

input[type="button"], input[type="submit"], input[type="reset"] {
  -webkit-appearance: none; }

textarea {
  -webkit-appearance: none; }

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.space-between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.level_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.vertical_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.flex_col {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

@-webkit-keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.2, 1.2); }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1, 1); } }
@-moz-keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.2, 1.2); }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1, 1); } }
@-o-keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.2, 1.2); }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1, 1); } }
@keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.2, 1.2);
    transform: translate(-50%, -50%) scale(1.2, 1.2); }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
    transform: translate(-50%, -50%) scale(1, 1); } }
@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.dialog-modal {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10001;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  animation: fade-in 0.25s forwards;
  -webkit-animation: fade-in 0.25s forwards;
  -moz-animation: fade-in 0.25s forwards;
  -o-animation: fade-in 0.25s forwards;
  display: none; }

.dialog-content {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10003;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 1.5;
  border-radius: 10px;
  animation: zoom-in 0.25s forwards;
  -webkit-animation: zoom-in 0.25s forwards;
  -moz-animation: zoom-in 0.25s forwards;
  -o-animation: zoom-in 0.25s forwards; }

.dialog-content-hd {
  position: relative;
  padding: 20px 20px 10px;
  margin-bottom: -25px;
  text-align: center; }

.dialog-content-hd .dialog-content-title {
  font-size: 18px;
  font-weight: 400;
  color: #333; }

.dialog-content-bd {
  margin: 25px 20px;
  color: #666;
  text-align: center; }

.dialog-btn {
  display: block;
  width: 100%;
  height: 44px;
  line-height: 44px;
  color: #007aff;
  font-size: 17px;
  cursor: pointer;
  text-decoration: none;
  background-color: transparent;
  text-align: center;
  border-radius: 0 0 10px 10px;
  border: none;
  border-top: 1px solid #d5d5d5; }

.dialog-content * {
  box-sizing: border-box; }

.hint-modal {
  z-index: 100000; }
  .hint-modal .dialog-content {
    width: 400px;
    background-color: rgba(255, 255, 255, 0.95); }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.indexbox {
  width: 960px;
  margin: 0 auto; }

body {
  background: #a00101;
  overflow-x: hidden; 
  background-size: 100% auto;
  background-image: url("../images/bg_img.png");}

.header {
  width: 100%;
  position: fixed;
  height: 100px;
  background: linear-gradient(to top, #b20404 0%, #7b0605 20%, #9b0101 100%);
  border-bottom: 1px solid #fed25b;
  z-index: 100; }

.header .logo {
  width: 200px;
  height: 50px;
  cursor: pointer;
  margin-top: 20px;
   }

.header .logo img {
  display: block;
  width: 100%; }

.header_cont {
  width: 1200px;
  margin: 0 auto; }

.header_cont .nav {
  position: relative; }

.header_cont .nav .nav-item {
  float: left;
  width: 100px;
  height: 100px;
  cursor: pointer; }

.header_cont .nav .nav-item .icon {
  width: 60px;
  height: 44px;
  margin: 0 auto; }

.header_cont .nav .nav-item .text {
  font-size: 14px;
  color: #fff;
  text-align: center; }

.header_cont .nav .nav-item:hover .text {
  color: #fbeb87; }

.header_cont .nav .sideline {
  width: 70px;
  height: 4px;
  background-color: #fed25b;
  position: absolute;
  bottom: 0;
  left: 15px;
  transition: all 0.2s ease; }

.banner {
  width: 100%;
  height: 1366px;
  background: url("../images/pc_banner.png") no-repeat center;
  position: relative;
  z-index: 1; }
  .banner .red_envelope {
    position: absolute;
    width: 312px;
    height: 426px;
    top: 538px;
    left: 50%;
    margin-left: -158px; }
	.banner .red_envelope .caihongbao{
			  width: 90px;
			  height: 90px;
			  position: absolute;
			  left: 49%;
			  top: 80px;
			  z-index: 10;
			  display: none; 
			  cursor: pointer;
			  transform: translateX(-50%);
	 }
	.banner .red_envelope .drawNum{
		font-size: 20px;
		color: #f5f203;
		position: absolute;
		left: 49%;
		top: 92px;
		z-index: 10;
		display: none;
		cursor: pointer;
		transform: translateX(-50%);
	}
    .banner .red_envelope .count_down {
      position: absolute;
      bottom: 104px; }
	  .banner .red_envelope .count_down .account{
		  width: 220px;
		  height: 45px;
		  background: url('../images/account.png') 100% no-repeat;
		  margin: 10px auto 0;
	  }
	  .banner .red_envelope .count_down .account_box{
		  width: 100%;
		  height: 100%;
		  background-color: transparent;
		  text-align: center;
		  font-size: 20px;
		  color:#fff;
	  }
	  .banner .red_envelope .count_down .takeRed{
			width: 220px;
			height: 45px;
			display: block;
		  margin: 10px auto 0;
		  cursor: pointer;
	  }
      .banner .red_envelope .count_down .img_text {
        width: 217px;
        margin: 0 auto 5px;
        display: none; }
        .banner .red_envelope .count_down .img_text img {
          display: block;
          width: 100%; }
      .banner .red_envelope .count_down li {
        float: left;
       /* width: 64px; */
        text-align: center; }
        .banner .red_envelope .count_down li .num {
		/* 	width: 55px; */
          height: 55px;
          line-height: 55px;
       /*   background: #650000;
          border: 1px solid #f82010; */
          border-radius: 4px;
          margin: 0 auto;
          font-size: 30px;
          color: #fff;
          box-sizing: content-box; }
        .banner .red_envelope .count_down li p {
          font-size: 22px;
          line-height: 1;
          color: #feebb4;
          margin-top: 10px; }

.main_body {
  width: 100%;
  margin-top: -260px;
/*  background: url("../images/bg_img.jpg") no-repeat left top/100% auto; */
  padding-top: 100px;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 130px; }

.module {
  margin-bottom: 50px;
  position: relative;
  z-index: 2; }
  .module.mb_delete {
    margin-bottom: 0; }
  .module .module_title {
    width: 482px;
    height: 110px;
    line-height: 110px;
    text-align: center;
    background: url("../images/title.png") no-repeat center;
    font-size: 40px;
    color: #FFFB93;
    letter-spacing: 4px;
    margin: 0 auto; }
	.module .module_title2 {
	  width: 482px;
	  height: 90px;
	  line-height: 90px;
	  text-align: center;
	  background: url("../images/title2.png") no-repeat center;
	  background-size: 100% 100%;
	  font-size: 36px;
	  color: #ba0000;
	  letter-spacing: 4px;
	  margin: 40px auto; }
  .module .module_container {
    width: 94.6%;
    max-width: 1080px;
    padding: 10px;
    background: linear-gradient(to right, #fac692 0%, #fee1b5 50%, #fac692 100%);
    border-radius: 14px;
    margin: 32px auto 0; }
    .module .module_container .module_content {
      padding: 30px 0;
      border: 2px solid #9a0100;
      position: relative;
      border-radius: 12px; }
      .module .module_container .module_content .decorate {
        position: absolute;
        display: block;
		z-index: 10;
        width: 33px;
        height: 29px; }
        .module .module_container .module_content .decorate.decorate1 {
          top: -3px;
          left: -5px; }
        .module .module_container .module_content .decorate.decorate2 {
          top: -3px;
          right: -5px; }
        .module .module_container .module_content .decorate.decorate3 {
          left: -5px;
          bottom: -3px; }
        .module .module_container .module_content .decorate.decorate4 {
          right: -5px;
          bottom: -3px; }
    .module .module_container .win_data {
      position: relative;
      height: 194px;
      overflow-y: hidden; }
      .module .module_container .win_data .win_data_list:before {
        content: "";
        display: block;
        width: 1px;
        height: calc(100%  - 10px);
        position: absolute;
        left: 50%;
        top: 5px;
        background: #b10401; }
      .module .module_container .win_data .win_data_list li {
        float: left;
        width: 50%;
        font-size: 15px;
        height: 32px;
        line-height: 32px;
        color: #9c0000;
        text-align: center;
        padding: 0 20px 0 50px;
        box-sizing: border-box; }
        .module .module_container .win_data .win_data_list li:nth-last-child(1), .module .module_container .win_data .win_data_list li:nth-last-child(2) {
          margin-bottom: 0; }
        .module .module_container .win_data .win_data_list li p {
          float: left;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          text-align: left; }
          .module .module_container .win_data .win_data_list li p.info1 {
            width: 34%; }
          .module .module_container .win_data .win_data_list li p.info2 {
            width: 41%; }
          .module .module_container .win_data .win_data_list li p.info3 {
            width: 25%; }
    .module .module_container .content_detail {
      padding: 0 30px; }
      .module .module_container .content_detail .content_title {
        font-size: 20px;
        color: #9b0100;
        line-height: 32px; }
      .module .module_container .content_detail .active_table {
        margin: 10px 0;
        width: 100%; }
        .module .module_container .content_detail .active_table th, .module .module_container .content_detail .active_table td {
          font-size: 20px;
          height: 46px;
          line-height: 46px; }
        .module .module_container .content_detail .active_table thead {
          background-color: #e1020f;
          border-bottom: 1px solid #fbd77d; }
          .module .module_container .content_detail .active_table thead th {
            width: 20%;
            color: #fee182;
            font-weight: normal;
            text-align: center;
            border-right: 1px solid #fbd77d; }
        .module .module_container .content_detail .active_table tbody {
          background-color: #b90101; }
          .module .module_container .content_detail .active_table tbody td {
            color: #fff;
            text-align: center;
            border-right: 1px solid #fbd77d;
            border-bottom: 1px solid #fbd77d; }
            .module .module_container .content_detail .active_table tbody td:last-child {
              padding: 0 22px; }
    .module .module_container .space_list li {
      font-size: 18px;
      line-height: 32px;
      color: #9b0100;
      position: relative;
      padding-left: 36px; }
      .module .module_container .space_list li i {
        position: absolute;
        top: 0;
        left: 0;
        height: 34px;
        line-height: 34px; }

.foot_bg {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0; }
  .foot_bg img {
    display: block;
    width: 100%; }
  .foot_bg .copy_right {
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #fff; }

.login_container {
  width: 560px;
  height: 330px;
  background-color: #fcf3e2;
  position: relative;
  border-radius: 20px; }
  .login_container .close {
    display: block;
    width: 69px;
    position: absolute;
    top: -35px;
    right: -35px;
    cursor: pointer; }
  .login_container .login_head {
    background: linear-gradient(to top, #f78710 0%, #f9a908 100%);
    padding: 58px 0;
    border-radius: 20px 20px 0 0; }
    .login_container .login_head input {
      display: block;
      margin: 0 auto;
      color: #000; }
      .login_container .login_head input::placeholder {
        font-size: 16px;
        color: #b4ac9e; }
  .login_container .account_ipt, .login_container .login_btn {
    width: 390px;
    height: 80px;
    line-height: 80px;
    font-size: 24px;
    border-radius: 20px;
    text-align: center; }
  .login_container .login_btn {
    color: #fff;
    margin: 28px auto 0;
    background-color: #f43d3c;
    cursor: pointer; }

.result_container {
  position: relative; }
  .result_container .light {
    display: block;
    width: 783px;
    position: absolute;
    top: -150px;
    left: 50%;
    margin-left: -391px; }
  .result_container .result_content {
    position: relative;
    z-index: 2;
    cursor: pointer; }
    .result_container .result_content .result_img {
      display: block;
      width: 559px; }
    .result_container .result_content .amount {
      position: absolute;
      width: 392px;
      height: 76px;
      line-height: 76px;
      font-size: 34px;
      font-weight: bold;
      letter-spacing: 2px;
      text-align: center;
      color: #fff;
      left: 50%;
      margin-left: -203px;
      top: 124px; }

.query_container {
  width: 684px;
  border-radius: 18px;
  background-color: #fff; }
  .query_container .query_head {
    border-radius: 18px 18px 0 0;
    height: 70px;
    padding: 0 20px 0 30px;
    background: linear-gradient(to top, #f78710 0%, #f9a908 100%); }
    .query_container .query_head p {
      font-size: 28px;
      font-weight: bold;
      color: #960302; }
    .query_container .query_head img {
      display: block;
      width: 55px;
      cursor: pointer; }
  .query_container .query_list {
    margin: 32px 40px 0; }
    .query_container .query_list table {
      width: 100%;
      text-align: center; }
      .query_container .query_list table th, .query_container .query_list table td {
        font-size: 22px;
        height: 52px; }
      .query_container .query_list table thead {
        background-color: #b20103; }
        .query_container .query_list table thead th {
          color: #fbda6c;
          text-align: center;
          font-weight: normal;
          border-right: 1px solid #f50305;
          border-bottom: 1px solid #f50305; }
          .query_container .query_list table thead th:nth-child(1) {
            width: 33%; }
          .query_container .query_list table thead th:nth-child(2) {
            width: 40%; }
          .query_container .query_list table thead th:nth-child(3) {
            width: 27%; }
      .query_container .query_list table tbody {
        background-color: #e1020f; }
        .query_container .query_list table tbody td {
          color: #fbda6c;
          text-align: center;
          border-right: 1px solid #f50305;
          border-bottom: 1px solid #f50305; }

.tab_bar {
  position: fixed;
  width: 100%;
  height: 1.06rem;
  background-color: #940302;
  left: 0;
  bottom: 0;
  z-index: 100;
  display: none; }
  .tab_bar .tab_item {
    float: left;
    width: calc(100% / 4);
    padding: .2rem 0; }
    .tab_bar .tab_item:hover {
      background-color: #850302; }
    .tab_bar .tab_item .icon {
      height: .34rem; }
      .tab_bar .tab_item .icon img {
        display: block; }
        .tab_bar .tab_item .icon img.tab_bar1, .tab_bar .tab_item .icon img.tab_bar3 {
          width: .38rem; }
        .tab_bar .tab_item .icon img.tab_bar2, .tab_bar .tab_item .icon img.tab_bar5 {
          height: .31rem; }
        .tab_bar .tab_item .icon img.tab_bar4 {
          width: .3rem; }
        .tab_bar .tab_item .icon img.tab_act ,.tab_res{
          width: .38rem; }
    .tab_bar .tab_item p {
      font-size: .21rem;
      color: #fff;
      line-height: 1;
      text-align: center;
      margin-top: .12rem; }

.light_hint {
  width: 200px;
  height: 70px;
  line-height: 70px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 24px;
  letter-spacing: 2px;
  color: #fff;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -100px;
  z-index: 10;
  display: none; }

@media (max-width: 750px) {
  .header {
    height: 1rem; }
    .header .header_cont {
      width: 100%; }
    .header .logo {
      float: none;
      width: 2.42rem;
      height: 1rem;
      margin: 0 auto; }
    .header .nav {
      display: none; }

  body {
    padding-bottom: 1.06rem; }

  .tab_bar {
    display: block; }

  .main {
    width: 100%;
    background: url("../images/mobile_bg.jpg") no-repeat top left/100% auto;
    position: relative; }
    .main .banner {
      position: static;
      height: 8.55rem; }
      .main .banner .red_envelope {
        top: 3.68rem;
        width: 2.72rem;
        height: 3.77rem;
        margin-left: -1.36rem; }
        .main .banner .red_envelope .count_down {
          bottom: 0.6rem; }
		  
		  .banner .red_envelope .count_down .account{
		  		  width: 2.2rem;
		  		  height: 0.45rem;
		  		  background: url('../images/account.png') 100% no-repeat;
		  		  margin-top: 0.1rem;
		  }
		  .banner .red_envelope .count_down .account_box{
		  		  width: 100%;
		  		  height: 100%;
		  		  background-color: transparent;
		  		  text-align: center;
		  		  font-size: 0.16rem;
		  		  color:#fff;
		  }
		  .banner .red_envelope .count_down .takeRed{
		  			width: 2.2rem;
		  			height: 0.45rem;
		  		 margin-top: 0.1rem;
		  		  cursor: pointer;
		  }
          .main .banner .red_envelope .count_down .img_text {
            width: 2.1rem;
           margin-bottom: 0;}
          .main .banner .red_envelope .count_down li {
           /* width: .58rem; */}
            .main .banner .red_envelope .count_down li .num {
             /* width: 0.46rem; */
              height: .52rem;
              line-height: .52rem;
              font-size: .25rem; }
            .main .banner .red_envelope .count_down li p {
              font-size: .22rem;
              margin-top: .1rem; }
    .main .banner, .main .main_body {
      background: none; }

  .main_body {
    margin-top: 1rem;
    padding: 0;
    padding-bottom: 1.3rem; }

  .module {
    margin-bottom: .5rem; }
    .module .module_title {
      width: 4.54rem;
      height: 1.03rem;
      line-height: 1.03rem;
      background-size: 100% 100%;
      font-size: .4rem; }
	  .module .module_title2 {
	    width: 4.54rem;
	    height: 1.03rem;
		margin: .35rem auto;
	    line-height: 1.03rem;
	    background-size: 100% 100%;
	    font-size: .4rem; }
    .module .module_container .content_detail {
      padding: 0 .3rem; }
      .module .module_container .content_detail .content_title {
        font-size: .26rem;
        line-height: .4rem; }
		
		.module .module_container .content_detail .content_title p{
			position: relative;
			z-index: 20;
		}
      .module .module_container .content_detail .active_table th, .module .module_container .content_detail .active_table td {
        font-size: .235rem;
        height: .5rem;
        line-height: .5rem; }
      .module .module_container .content_detail .active_table tbody td:last-child {
        padding: 0 .1rem; }
    .module .module_container .module_content {
      padding: .3rem 0; }
    .module .module_container .win_data .win_data_list:before {
      display: none; }
    .module .module_container .win_data .win_data_list li {
      width: 100%;
      font-size: .24rem;
      height: .4rem;
      line-height: .4rem;
	  padding: 0;
      margin: 0; }
    .module .module_container .space_list li {
      font-size: .26rem;
      line-height: .4rem;
      padding-left: .45rem; }
      .module .module_container .space_list li i {
        height: .4rem;
        line-height: .4rem; }

  .foot_bg .copy_right {
    font-size: .22rem;
    color: #fff;
    bottom: .68rem; }

  .query_container {
    width: 6.9rem; }
    .query_container .query_head {
      height: .7rem;
      padding: 0 .2rem 0 .3rem; }
      .query_container .query_head p {
        font-size: .28rem; }
      .query_container .query_head img {
        width: .55rem; }
    .query_container .query_list {
      margin: .32rem .4rem 0; }
      .query_container .query_list table th, .query_container .query_list table td {
        font-size: .24rem;
        height: .52rem; }

  .result_container .light {
    width: 7.5rem;
    margin-left: -3.75rem;
    top: -1.5rem; }
  .result_container .result_content .result_img {
    width: 5.56rem; }
  .result_container .result_content .amount {
    width: 3.9rem;
    height: .76rem;
    line-height: .76rem;
    font-size: .34rem;
    margin-left: -2rem;
    top: 1.22rem;
    letter-spacing: .03rem; }

  .login_container {
    width: 5.9rem;
    height: 3.5rem; }
    .login_container .close {
      width: .7rem;
      top: -.35rem;
      right: -.35rem; }
    .login_container .login_head {
      padding: .58rem 0; }
    .login_container .account_ipt, .login_container .login_btn {
      width: 4.1rem;
      height: .86rem;
      line-height: .86rem;
      font-size: .24rem; }
    .login_container .login_btn {
      margin-top: .3rem; }
    .login_container input::placeholder {
      font-size: .2rem; }

  .hint-modal .dialog-content {
    width: 75%; }

  .light_hint {
    width: 2.2rem;
    height: .7rem;
    line-height: .7rem;
    font-size: .26rem;
    margin-left: -1.1rem;
    letter-spacing: .02rem; } }
.red_packet_container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  display: none; }

.red_packet_ul {
  width: 100%;
  height: 100%;
  overflow: hidden; }

.red_packet_ul li {
  position: absolute;
  animation: all 3s linear;
  top: -100px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.red_packet_ul li a {
  display: block; }

.backward {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0; }

.backward span {
  display: block;
  width: 100px;
  height: 100px;
  color: #000;
  font-weight: bold;
  text-align: center;
  line-height: 100px;
  font-size: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.turn-container {
  padding: 30px 0 20px;
  text-align: center; }

.turn-container .turn-page {
  display: inline-block; }

.turn-container .turn-page span {
  float: left;
  width: 28px;
  height: 28px;
  line-height: 22px;
  font-size: 14px;
  text-align: center;
  color: #333;
  margin: 0 5px; }

.turn-container .turn-page span.active {
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
  margin-left: 10px;
  cursor: pointer;
  border: none;
  color: #fff;
  background-color: #f43d3c; }

.turn-container .turn-page a {
  float: left;
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  text-align: center;
  color: #333;
  background: #f4f4f5;
  border-radius: 4px;
  margin: 0 5px;
  cursor: pointer; }

.turn-container .turn-page a.prev {
  width: 35px;
  height: 28px; }

.turn-container .turn-page a.prev.disabled {
  background: #ccc; }

.turn-container .turn-page a.next {
  width: 35px;
  height: 28px; }

.turn-container .turn-page a.next.disabled {
  background-color: #ccc; }

.turn-container .turn-page a:hover {
  color: #fff;
  background-color: #f43d3c; }

.turn-container .turn-page .active {
  color: #fff;
  background-color: #f43d3c; }

.turn-container .turn-page input {
  float: left;
  width: 36px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: #fff;
  border: 1px solid #ebebeb;
  outline: none;
  font-size: 14px;
  color: #333; }

.turn-container .turn-page a, .turn-container .turn-page span, .turn-container .turn-page input {
  margin-bottom: 5px; }

/*# sourceMappingURL=style.css.map */
@media screen and (min-width: 320px)and (max-width: 750px){
		  .banner .red_envelope .caihongbao{
		  		  width: 70px;
		  		  height: 70px;
		  		  top: 0px;
		  		  transform: translateX(-50%);
		   }
		   
		   .banner .red_envelope .drawNum{
				width: 100Px;
				font-size: 12px;
				top: .12rem;
				text-align: center;
		   }
	  }