
img {
    display: block;
}
li {
    list-style: none;
}
.hongbao-wrapper {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	z-index: 200
}

.hongbao-wrapper i {
	display: block;
	position: absolute;
	width: 141px;
	height: 145px;
	top: -200px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url('../image/template_10/top.png');
	-webkit-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	-o-transform: rotate(-15deg);
	transform: rotate(-15deg);
	-webkit-transition: 1s transform;
	-moz-transition: 1s transform;
	-ms-transition: 1s transform;
	-o-transition: 1s transform;
	transition: 1s transform
}

.hongbao-wrapper i.rotate {
	-webkit-transform: rotate(7200deg);
	-ms-transform: rotate(7200deg);
	-o-transform: rotate(7200deg);
	transform: rotate(7200deg)
}

.hob-cd {
	position: absolute;
	color: #fff;
	font-size: 30px;
	top: 100px;
	left: 200px
}

.hob-close {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 100px;
	right: 200px;
	cursor: pointer
}

.hob-close::before,
.hob-close::after {
	content: '';
	display: block;
	position: absolute;
	width: 30px;
	height: 2px;
	top: 19px;
	left: 5px;
	background-color: #eee;
	border-radius: 2px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.hob-close::after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}
@keyframes hob_shake {
	15%,
	45% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg);
		transform-origin: 50% 100%
	}
	30% {
		-webkit-transform: rotate(-3deg);
		transform: rotate(-3deg);
		transform-origin: 50% 100%
	}
	60%,
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		transform-origin: 50% 100%
	}
}

@keyframes hob {
	10%,
	30%,
	50% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px)
	}
	20%,
	40% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px)
	}
	60%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes hob_btn {
	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
	20%,
	40%,
	60%,
	80% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
.hb-main { position: fixed; left: 50%; transform: translate(-50%); top: 0; width: 100%; max-width: 750px; height: 200vh; background: rgba(0,0,0,0.5);
    z-index: 999;}
.hb-main .ma {
	/* width: 70%; */
    margin: 2rem auto 0;
    animation: hob_shake 1s infinite;
		max-width:100%;
		/* margin-left:%; */
		top:10%;
		width:600px;

}
.hb-main .ma1 {
    animation: hob_shake 1s infinite;
}
.hb-main .bt {
	width: 80%;
	margin: 0 auto;
}
.close {
    position: absolute;
    right: 1.2rem;

    top: 2rem;
	width: .6rem;
}
.i-c {
	width:100%;
}

.page {
    padding: 0 0 2.4rem;
    background: #0D0D0D url('../image/template_10/bg.jpg') top center no-repeat;
    background-size: 100% auto;
}
.page-header {
    padding: 0.3rem 0.6rem 0;
    box-sizing: border-box;
}
.page-header img {
    width: 100%;
}
.page-header .banner {
    margin-top: -.2rem;
}

.page-main img {
    width: 100%;
}
.page-main .app {
    padding: .4rem .6rem 0;
    box-sizing: border-box;
}
.page-main .aa {
    margin-bottom: 1rem;
}
.page-main .aa {
    width: 7rem;
    margin: .5rem auto;
    display: block;
}
.page-main .aa img {
    animation: mymove 1s infinite linear;
}
@keyframes mymove {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(.9);
    }
    100% {
        transform: scale(1);
    }
}
.page-main .tips {
    margin-bottom: .4rem;
    padding: 0 .5rem;
    box-sizing: border-box;
}
.page-main .tips .subtitle {
    padding: 0 .4rem .4rem;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(238,215,164,.2);
}
.page-main .tips .tips-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.page-main .tips .tips-bottom img {
    width: auto;
    height: 0.4rem;
    padding: .4rem 0;
}

.page-ms ul {
    padding: 0 .52rem;
}
.page-ms ul li {
    display: flex;
    justify-content: space-between;
}
.page-ms ul li:not(:first-child) {
    margin-top: .6rem;
}
.page-ms ul li p {
    width: 5.97rem;
    margin-right: .2rem;
    border-radius: 1rem;
    box-sizing: border-box;
    border: 1px solid #6A5C45;
    background: #000;
    flex: 1;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.page-ms ul li span {
    display: block;
    font-size: 0.38rem;
    line-height: 0.77rem;
    text-align: center;

}
.page-ms ul li .ms {
    width: 1.8rem;
    color: #333;
    background: #e4c695;
}
.page-ms ul li .url {
    flex: 1;
    color: #fffade;
}
.page-ms ul li a {
    width: 2.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-ms ul li a img {
    width: 100%;
}
.page-main-item {
    margin-top: .6rem;
}
.page-main-item .list {
    padding: 0 .3rem;
    box-sizing: border-box;
}
.page-main .recommend {
    margin-top: 1rem;
}
.page-main .recommend .list {
    margin-top: -.88rem;
}

.game {
    width: 100%;
    padding: 0 .3rem;
    box-sizing: border-box;

}
.game ul {
    width: 100%;
}

.game ul li {
    width: 80px;
    opacity: .3;
}
.game ul li img {
    width: 100%;
}
.game ul li.swiper-slide-next,
.game ul li.swiper-slide-prev,
.game ul li.swiper-slide-active {
    opacity: .88;
}


.page-footer {
    position: fixed;
    left: 50%;
    bottom: 0;
    width: 100%;
    z-index: 88;
    max-width: 750px;
    transform: translateX(-50%);
}

.page-footer img {
    width: 100%;
}
.page-footer a {
    width: 4.6rem;
    height: 1.6rem;
    position: absolute;
    top: 0.24rem;
    right: 0.1rem;
}
.kefu {
    margin: -1.5rem -5rem 0 0;
    width: 1.72rem;
    position: fixed;
    right: 50%;
    top: 50%;
    z-index: 8;
}
.kefu img {
    width: 100%;
}

.swiper {
    overflow: hidden;
}
.swiper-slide img {
    width: 100%;
}

@keyframes fadeIn {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    animation: fadeIn .6s;
}
.popup-cover {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
}
.popup-main {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8.7rem;
    transform: translate(-50%, -50%);
}
.popup-main .close {
    width: 1.2rem;
    margin: .4rem auto 0;
    cursor: pointer;
}

.popup-main img,
.popup-main .close img {
    width: 100%;
}

@media (min-width: 767px) {
    .page {
        padding: 0 0 160px;
    }
    .page-header .banner {
        margin-top: -42px;
    }
    .kefu {
        margin-right: -375px;
    }
    .page .swiper-container-horizontal>.swiper-pagination-bullets,
    .page .swiper-pagination-custom,
    .page .swiper-pagination-fraction {
        bottom: 28px;
    }
    .page-footer a {
        width: 126px;
        top: 18px;
    }
    .popup-main {
        top: 44%;
    }
}
.linebox {
    display: none;
}

.move-touch {
    -webkit-overflow-scrolling: touch;
  }
  .auto-center ul li .pict {
    display: table;
    width: 100%;
    text-align: center;
  }
  .auto-center ul li .pict i {
    vertical-align: middle;
    display: table-cell;
  }
  .vague {
    -webkit-filter: blur(2px);
    transition: 0.3s;
    -webkit-transition: 0.3s;
  }
  .rogate {
    transition: 0.3s;
    -webkit-transition: 0.3s;
  }
  .rogate:hover {
    transform: rotate(90deg);
  }
  .arrow {
    position: relative;
    line-height: 1;
    margin-left: 0.1rem;
  }
  .arrow:before {
    content: "";
    position: absolute;
    top: -0.02rem;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 0.08rem solid;
    border-right: 0.08rem solid transparent;
    border-top: 0.08rem solid transparent;
    border-left: 0.08rem solid transparent;
  }
  .arrow:after {
    content: "";
    position: absolute;
    top: 0.18rem;
    left: 0;
    width: 0;
    height: 0;
    border-top: 0.08rem solid;
    border-right: 0.08rem solid transparent;
    border-bottom: 0.08rem solid transparent;
    border-left: 0.08rem solid transparent;
  }
  .arrow.one:before {
    display: none;
  }
  .arrow.one:after {
    top: 0.14rem;
  }
  .border-top:before {
    background: #dadada;
    content: "";
    position: absolute;
    height: 1px;
    transform-origin: 0 0;
    transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    width: 200%;
    top: 0;
    left: 0;
  }
  .border-bottom:after {
    background: #dadada;
    content: "";
    position: absolute;
    height: 1px;
    transform-origin: 0 0;
    transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    width: 200%;
    bottom: -1px;
    left: 0;
  }
  .flex-slide {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .flex-slide > * {
    flex-shrink: 0;
  }
  .box-space-between {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
  }
  .box-space-between > * {
    flex-shrink: 0;
  }
  .touch-state {
    position: relative;
  }
  .touch-state label {
    position: relative;
    background: #fff;
    display: block;
    width: 0.9rem;
    height: 0.45rem;
    border: 1px solid #ccc;
    border-radius: 0.3rem;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .touch-state label:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    width: 0.41rem;
    height: 0.41rem;
    background: #fff;
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .touch-state input {
    position: absolute;
    z-index: 0;
    opacity: 0;
    left: 45%;
    top: 20%;
  }
  .touch-state input:checked + label {
    background: #47b92c;
    border-color: #47b92c;
  }
  .touch-state input:checked + label:after {
    left: calc(100% - 0.41rem);
  }
  .swiper-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    display: -webkit-box;
    position: relative;
  }
  .swiper-slide {
    flex-shrink: 0;
    position: relative;
  }
  .mohu {
    filter: blur(1px);
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=1, MakeShadow=false);
  }
  .fixed-top {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 2;
    background: #fff;
  }
  .fixed-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background: #fff;
  }
  .column {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  .column > * {
    column-count: 1;
    flex-grow: 1;
    flex-shrink: 0;
    text-align: center;
  }
  a,
  body,
  button,
  dd,
  dl,
  dt,
  h1,
  h2,
  h3,
  h4,
  h5,
  i,
  img,
  input,
  li,
  p,
  select,
  span,
  strong,
  textarea,
  ul {
    margin: 0;
    padding: 0;
  }
  b,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  strong {
    font-weight: 400;
  }
  table {
    border-spacing: 0;
  }
  body {
    font-family: "microsoft yahei", Arial;
    font-size: 0.26rem;
    line-height: 1;
    color: #333;
    -webkit-user-select: none;
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important;
  }
  ::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  li {
    list-style-type: none;
    float: left;
  }
  a {
    text-decoration: none;
    color: #333;
    outline: 0;
  }
  img {
    border: none;
    vertical-align: middle;
  }
  em,
  i,
  var {
    font-style: normal;
  }
  button {
    font-family: "microsoft yahei", Arial;
    outline: 0;
    cursor: pointer;
    font-size: 0.26rem;
    border: none;
  }
  iframe {
    border: none;
  }
  input,
  select,
  textarea {
    outline: 0;
    font-family: "microsoft yahei", Arial;
    font-size: 0.26rem;
    border-radius: 0;
    border: none;
    background: 0 0;
  }
  input:disabled {
    opacity: 1;
    color: #333;
  }
  button,
  input[type="button"],
  input[type="date"],
  input[type="number"],
  input[type="password"],
  input[type="reset"],
  input[type="submit"],
  input[type="text"],
  textarea {
    -webkit-appearance: none;
    border: none;
    background: 0 0;
  }
  textarea {
    resize: none;
  }
  .ico {
    display: inline-block;
    vertical-align: middle;
  }
  .fl {
    float: left;
  }
  .fr {
    float: right;
  }
  .clear {
    clear: both;
  }
  .clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .clearfix {
    zoom: 1;
  }
  .hide {
    display: none !important;
  }
  .mobile-wrap {
    position: relative;
    min-height: 100vh;
    width: 100%;
    float: left;
    background: url('../image/template_10/bfe45a_750x4060.jpg') top center no-repeat;
    background-size: 100% auto;
    padding-bottom: 1.9rem;
  }
  body,
  html {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    height: 100%;
  }
  .banner {
    width: 100%;
  }
  .banner img {
    width: 100%;
  }
  .intrs {
    width: 100%;
    padding-top: 0.06rem;
    float: left;
  }
  .intrs img {
    width: 100%;
  }
  .buttons {
    width: 100%;
    text-align: center;
    padding-top: 0.6rem;
    float: left;
  }
  .buttons button {
    width: 458px;
    height: 128px;
    background: url('../image/template_10/056c08_458x128.png') center no-repeat;
    background-size: 458px 128px;
    -webkit-animation: myfirst 1s infinite;
    animation: myfirst 1s infinite;
  }
  .labels {
    width: 100%;
    text-align: center;
    padding-top: 46px;
    padding-bottom: 14px;
    float: left;
  }
  .labels img {
    width: 624px;
    margin: 0 auto;
  }
  .lines {
    width: 100%;
    padding: 0 20px;
    padding-top: 44px;
    float: left;
    padding-bottom: 3px;
  }
  .lines .title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    position: relative;
  }
  .lines .title img {
    width: 668px;
    margin: 0 auto;
  }
  .lines .conts {
    width: 100%;
    padding-top: 40px;
  }
  .lines .conts .item {
    width: 100%;
    margin: 12px 0;
    float: left;
  }
  .lines .conts .item a {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .lines .conts .item .button {
    width: 166px;
    height: 60px;
    position: relative;
    top: 0;
  }
  .lines .conts .item .button button {
    width: 166px;
    height: 100%;
    border: none;
    background: url('../image/template_10/6df1e8_166x62.png') center no-repeat;
    background-size: 166px 62px;
  }
  .lines .conts .item .webs {
    width: calc(100% - 180px);
    height: 62px;
    display: flex;
    justify-content: space-between;
    height: 62px;
  }
  .lines .conts .item .webs .ms {
    width: 140px;
    height: 62px;
    border-radius: 31px 0 0 31px;
    background-image: linear-gradient(to right, #e3cdaa, #b79155);
    text-align: center;
    line-height: 62px;
    color: #703d1b;
  }
  .lines .conts .item .webs .www {
    width: calc(100% - 140px);
    height: 62px;
    background-color: #313131;
    border: 2px solid #bea388;
    border-radius: 0 31px 31px 0;
    text-align: center;
    line-height: 60px;
    font-size: 28px;
    color: #f7d085;
    font-weight: 700;
    border-left: none;
  }
  .lines .labs {
    width: 100%;
    text-align: center;
    padding-top: 30px;
    float: left;
  }
  .lines .labs img {
    width: 266px;
  }
  .type {
    width: 100%;
    padding-top: 60px;
    float: left;
  }
  .type .title {
    width: 100%;
    text-align: center;
  }
  .type .title img {
    width: 668px;
    margin: 0 auto;
  }
  .type .list {
    width: 100%;
    padding: 0.74rem 0;
    float: left;
    margin: 0.3rem 0;
    padding-bottom: 0;
  }
  .type .list ul {
    width: 100%;
  }
  .type .list ul li {
    width: 33.3%;
  }
  .type .list ul li .imgs {
    width: 100%;
  }
  .type .list ul li .imgs img {
    width: 100%;
  }
  .type .list ul li.swiper-slide-active .imgs img {
    width: 350px;
    position: relative;
    left: -0.5rem;
    top: -0.74rem;
    z-index: 9;
    opacity: 1;
  }
  .type .list ul li.swiper-slide-prev .imgs img {
    position: relative;
    left: 0.5rem;
    opacity: 0.5;
  }
  .type .list ul li.swiper-slide-next .imgs img {
    position: relative;
    right: 0.5rem;
    opacity: 0.5;
  }
  .type .list .swiper-button-prev {
    width: 0.24rem;
    outline: 0;
    height: 0.34rem;
    background: url('../image/template_10/8965cf_24x34.png') center no-repeat;
    background-size: 0.24rem 0.34rem;
    left: 0.1rem;
  }
  .type .list .swiper-button-prev:after {
    display: none;
  }
  .type .list .swiper-button-next {
    width: 0.24rem;
    height: 0.34rem;
    background: url('../image/template_10/817d2d_24x34.png') center no-repeat;
    background-size: 0.24rem 0.34rem;
    right: 0.1rem;
    outline: 0;
  }
  .type .list .swiper-button-next:after {
    display: none;
  }
  .game {
    width: 100%;
    float: left;
    margin-top: -0.2rem;
  }
  .game img {
    width: 100%;
  }
  .photo {
    width: 100%;
    padding-top: 50px;
    float: left;
  }
  .photo .title {
    width: 100%;
    text-align: center;
  }
  .photo .title img {
    width: 668px;
    margin: 0 auto;
  }
  .photo .conts {
    width: 100%;
    padding: 0.35rem 0.13rem;
    float: left;
  }
  .photo .conts .list {
    width: 100%;
  }
  .photo .conts .list ul {
    width: 100%;
  }
  .photo .conts .list ul li {
    width: 100%;
    text-align: center;
  }
  .photo .conts .list ul li img {
    width: 7.24rem;
  }
  .photo .conts .list .swiper-pagination {
    bottom: 0.28rem !important;
  }
  .photo .conts .list .swiper-pagination .swiper-pagination-bullet {
    width: 0.12rem;
    margin: 0 0.09rem;
    height: 0.12rem;
    opacity: 0.5;
    background-color: #fff;
  }
  .photo
    .conts
    .list
    .swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #0677eb;
    border: 1px solid #fff;
    opacity: 1;
  }
  .fix-down {
    width: 750px;
    position: fixed;
    left: 50%;
    margin-left: -375px;
    z-index: 99;
    bottom: 0;
    overflow: hidden;
  }
  .fix-down img {
    width: 100%;
    margin-bottom: -1px;
  }
  .fix-down button {
    width: 220px;
    height: 90px;
    background: url('../image/template_10/463bcb_220x90.png') center no-repeat;
    background-size: 220px 90px;
    position: absolute;
    right: 0.2rem;
    top: 50%;
    margin-top: -45px;
    -webkit-animation: myfirst 1s infinite;
    animation: myfirst 1s infinite;
  }
  .fix-service {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    /* margin-right: -4.75rem; */
    top: 50%;
    margin-top: -0.96rem;
    z-index: 88;
  }
  .fix-service img {
    position: relative;
    left: 310px;
    width: 124px;
  }
  @-webkit-keyframes myfirst {
    from {
      transform: scale(1);
    }
    50% {
      transform: scale(0.9);
    }
    to {
      transform: scale(1);
    }
  }
  @keyframes myfirst {
    from {
      transform: scale(1);
    }
    50% {
      transform: scale(0.9);
    }
    to {
      transform: scale(1);
    }
  }
