@charset "utf-8";
a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  font-family: Microsoft YaHei;
  font-weight: normal;
  font-style: normal;
}
button,
input,
option,
select,
textarea {
  outline: none;
  font-family: "Microsoft YaHei", "微软雅黑", "Avenir Next", Avenir, "Helvetica Neue", "Lantinghei SC", "Hiragino Sans GB", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
  border-radius: 1px;
}
img {
  border: none;
}
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #797979;
}
a:hover {
  text-decoration: none;
}
ul li {
  list-style-type: none;
}
.clearfix {
  zoom: 1;
}
.clearfix:after,
.clearfix:before {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
body,
html {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background: #fff;
}
.nav .icon {
  -webkit-transform: skew(-30deg, 0);
  -moz-transform: skew(-30deg, 0);
  -ms-transform: skew(-30deg, 0);
  -o-transform: skew(-30deg, 0);
  transform: skew(-30deg, 0);
  width: 72px;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 362px;
}
.nav .icon > span {
  display: inline-block;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  background-image: url("../img/index_qq.png");
  background-size: 100%;
}
.nav .icon > span.wchat {
  background-image: url("../img/index_wechat.png");
}
.nav .icon > span:first-child {
  margin-right: 20px;
}
.nav .icon .code {
  display: none;
  position: absolute;
  top: 42px;
  left: -35px;
  padding: 5px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #ffffff;
}
.nav .icon .code img {
  width: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 5px;
}
.nav .icon .code p {
  text-align: center;
  line-height: 20px;
}
#pcHome {
  min-width: 1200px;
  max-width: 1920px;
}
#pcHome .navLeft,
#pcHome .navRight,
#pcHome .down,
#pcHome .mask {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#pcHome .wrapper {
  width: 1200px;
  margin: 0 auto;
}
#pcHome .banner {
  padding-top: 44px;
  width: 100%;
  /* height: 1034px; */
  background-image: url("../img/index_banner.jpg");
  background-origin: content-box;
  background-position: center top;
  background-repeat: no-repeat;
  overflow: hidden;
  background-size: 100% auto;
}
#pcHome .banner .logo {
  width: 220px;
  position: absolute;
  top: 44px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#pcHome .banner .logo img {
  width: 100%;
}
#pcHome .banner .action {
  position: relative;
  /* height: 986px; */
}
#pcHome .banner .action .bannerTitle {
  position: absolute;
  bottom: 597px;
  left: 0;
}
.content-index{
  margin: 300px auto 100px;
  width: 1100px;
  position: relative;
}
.content-index img{
  width: 100%;
}
.content-index .download1 img{
  position: absolute;
  top: 250px;
  left: 435px;
  width: 70px;
}
.content-index .download2 img{
  position: absolute;
  top: 580px;
  left: 435px;
  width: 70px;
}
#pcHome .banner .action .down {
  width: 303px;
  height: 148px;
  position: absolute;
  bottom: 360px;
  left: 0;
  padding: 0 8px;
  background-image: url("../img/index_actionBg.png");
  background-repeat: no-repeat;
}
#pcHome .banner .action .down > p {
  line-height: 20px;
  font-size: 12px;
  color: #ffffff;
}
#pcHome .banner .action .down > div {
  width: 291px;
  height: 116px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 6px;
}
#pcHome .banner .action .down > div .downCode {
  width: 110px;
  height: 110px;
  overflow: hidden;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
#pcHome .banner .action .down > div .downCode img {
  width: 100%;
  height: 100%;
}
#pcHome .banner .action .down > div .downTab {
  width: 169px;
  position: absolute;
  right: 6px;
  top: 6px;
}
#pcHome .banner .action .down > div .downTab a {
  display: inline-block;
  width: 100%;
  height: 52px;
  line-height: 52px;
  background-image: url("../img/index_andBg.png");
  background-size: 100%;
  background-repeat: no-repeat;
  text-indent: 72px;
  font-size: 14px;
  color: #000;
}
#pcHome .banner .action .down > div .downTab a:first-child {
  text-indent: 60px;
  margin-bottom: 8px;
  background-image: url("../img/index_iOSBg.png");
}
#pcHome .banner .action .lottery {
  width: 105px;
  padding-left: 25px;
  position: absolute;
  bottom: 360px;
  left: 304px;
}
#pcHome .banner .action .lottery img {
  width: 100%;
}
#pcHome .banner .action .playVideos {
  position: absolute;
  bottom: 365px;
  width: 90px;
  left: 460px;
}
#pcHome .banner .action .playVideos img {
  width: 100%;
}
#pcHome .banner .action .indexNews {
  width: 100%;
  height: 252px;
  position: absolute;
  left: 0;
  bottom: 68px;
}
#pcHome .banner .action .indexNews .indexNewsSwiper {
  position: absolute;
  width: 588px;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
#pcHome .banner .action .indexNews .indexNewsSwiper .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
#pcHome .banner .action .indexNews .indexNewsSwiper .swiper-slide img {
  width: 100%;
}
#pcHome .banner .action .indexNews .indexNewsSwiper .swiper-paginationW {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1;
  padding: 4px 9px;
  border-radius: 55px;
  background: rgba(0, 0, 0, 0.4);
}
#pcHome .banner .action .indexNews .indexNewsSwiper .swiper-paginationW .swiper-pagination-1 {
  text-align: right;
}
#pcHome .banner .action .indexNews .indexNewsSwiper .swiper-paginationW .swiper-pagination-1 .swiper-pagination-bullet {
  width: 22px !important;
  height: 8px !important;
  border-radius: 45px;
  background: #ffffff;
  opacity: 1;
  margin-right: 9px;
}
#pcHome .banner .action .indexNews .indexNewsSwiper .swiper-paginationW .swiper-pagination-1 .swiper-pagination-bullet:first-child {
  margin-left: 0;
}
#pcHome .banner .action .indexNews .indexNewsSwiper .swiper-paginationW .swiper-pagination-1 .swiper-pagination-bullet-active {
  background: #ff5d80;
}
#pcHome .banner .action .indexNews .indexNewsList {
  width: 590px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
#pcHome .banner .action .indexNews .indexNewsList .tab {
  width: 100%;
  height: 57px;
}
#pcHome .banner .action .indexNews .indexNewsList .tab ul {
  width: 100%;
  height: 100%;
  background: rgba(114, 68, 121, 0.6);
}
#pcHome .banner .action .indexNews .indexNewsList .tab ul li {
  width: 50px;
  height: 53px;
  line-height: 57px;
  text-align: center;
  border-bottom: 4px solid transparent;
  color: #FFFFFF;
  margin: 0 20px;
  font-size: 16px;
  cursor: pointer;
}
#pcHome .banner .action .indexNews .indexNewsList .tab ul li.active {
  border-bottom-color: #ffffff;
}
#pcHome .banner .action .indexNews .indexNewsList .tab ul li:first-child {
  margin-left: 40px;
}
#pcHome .banner .action .indexNews .indexNewsList .content {
  width: 100%;
  height: 195px;
  background: #FFFFFF;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: 0 2px 2px 0 #c4b0b5;
  -moz-box-shadow: 0 2px 2px 0 #c4b0b5;
  box-shadow: 0 2px 2px 0 #c4b0b5;
}
#pcHome .banner .action .indexNews .indexNewsList .content ul {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 27px;
  display: none;
}
#pcHome .banner .action .indexNews .indexNewsList .content ul li {
  width: 100%;
  height: 35px;
  position: relative;
  border-bottom: 1px dashed #a0a0a0;
}
#pcHome .banner .action .indexNews .indexNewsList .content ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #A0A0A0;
}
#pcHome .banner .action .indexNews .indexNewsList .content ul li a p {
  line-height: 35px;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#pcHome .banner .action .indexNews .indexNewsList .content ul li a .newsTime {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  line-height: 35px;
}
#pcHome .banner .action .indexNews .indexNewsList .content ul:first-child {
  display: block;
}
#pcHome .banner .action .indexNews .indexNewsList .newsMore {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 20px;
  height: 20px;
}
#pcHome .about {
  width: 100%;
  height: 976px;
  background-image: url("../img/index_aboutBg.jpg");
  background-origin: content-box;
  background-position: top center;
  background-repeat: no-repeat;
}
#pcHome .about .features {
  width: 100%;
  height: 492px;
  position: relative;
}
#pcHome .about .features .features_top,
#pcHome .about .features .features_bottom {
  width: 100%;
  height: 128px;
  position: absolute;
  left: 0;
  z-index: 1;
}
#pcHome .about .features .features_top {
  top: 0;
  -webkit-box-shadow: 0 30px 30px #e4dce5 inset;
  -moz-box-shadow: 0 30px 30px #e4dce5 inset;
  box-shadow: 0 30px 30px #e4dce5 inset;
}
#pcHome .about .features .features_bottom {
  bottom: 0;
  -webkit-box-shadow: 0 -30px 30px #e5d8dd inset;
  -moz-box-shadow: 0 -30px 30px #e5d8dd inset;
  box-shadow: 0 -30px 30px #e5d8dd inset;
}
#pcHome .about .features .featuresContent {
  position: relative;
  z-index: 2;
}
#pcHome .about .features .featuresContent .aboutTitlie {
  height: 150px;
  line-height: 150px;
}
#pcHome .about .features .featuresContent .aboutTitlie span {
  font-size: 26px;
  color: #FF5D80;
}
#pcHome .about .features .featuresContent .aboutTitlie span:first-child {
  font-size: 40px;
  color: #371b3b;
  font-weight: bold;
  margin-right: 16px;
}
#pcHome .about .features .featuresContent .swiper-container-2 {
  width: 100%;
  height: 303px;
  overflow: hidden;
}
#pcHome .about .features .featuresContent .swiper-container-2 .swiper-slide {
  width: 600px;
  height: 100%;
}
#pcHome .about .features .featuresContent .swiper-container-2 .swiper-slide a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
#pcHome .about .features .featuresContent .swiper-container-2 .swiper-slide a .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 6px;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
}
#pcHome .about .features .featuresContent .swiper-container-2 .swiper-slide a img {
  width: 100%;
}
#pcHome .about .features .featuresContent .swiper-container-2 .swiper-slide-active .mask {
  background: url("../img/index_featuresActive.png") no-repeat !important;
  background-origin: content-box !important;
  background-size: 100% 100% !important;
}
#pcHome .about .features .featuresContent .swiper-container-2 .swiper-button-prev-2,
#pcHome .about .features .featuresContent .swiper-container-2 .swiper-button-next-2 {
  position: absolute;
  width: 18px;
  height: 38px;
  top: 133px;
  z-index: 3;
}
#pcHome .about .features .featuresContent .swiper-container-2 .swiper-button-prev-2 img,
#pcHome .about .features .featuresContent .swiper-container-2 .swiper-button-next-2 img {
  width: 100%;
}
#pcHome .about .features .featuresContent .swiper-container-2 .swiper-button-prev-2 {
  left: 268px;
}
#pcHome .about .features .featuresContent .swiper-container-2 .swiper-button-next-2 {
  right: 268px;
}
#pcHome .about .informmation .map,
#pcHome .about .informmation .screenshot,
#pcHome .about .informmation .gamimgVideo,
#pcHome .about .informmation .gamingMore {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
}
#pcHome .about .informmation .informmationTitlie {
  height: 150px;
  line-height: 150px;
}
#pcHome .about .informmation .informmationTitlie span {
  font-size: 26px;
  color: #FF5D80;
}
#pcHome .about .informmation .informmationTitlie span:first-child {
  font-size: 40px;
  color: #371b3b;
  font-weight: bold;
  margin-right: 16px;
}
#pcHome .about .informmation .informmationContent {
  width: 100%;
  height: 250px;
  position: relative;
}
#pcHome .about .informmation .informmationContent .map {
  width: 660px;
  height: 100%;
  background: #ded7da;
  position: relative;
}
#pcHome .about .informmation .informmationContent .map > div {
  position: absolute;
  top: 34px;
  left: 410px;
}
#pcHome .about .informmation .informmationContent .map > div a {
  font-size: 16px;
  display: inline-block;
  color: #371b3b;
  width: 120px;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#pcHome .about .informmation .informmationContent .screenshot {
  width: 254px;
  height: 250px;
  position: absolute;
  top: 0;
  left: 676px;
}
#pcHome .about .informmation .informmationContent .screenshot .describe {
  width: 100%;
  position: absolute;
  left: 0;
  top: 110px;
}
#pcHome .about .informmation .informmationContent .screenshot .describe p {
  width: 100%;
  color: #e3dfd7;
  font-size: 16px;
  text-align: center;
}
#pcHome .about .informmation .informmationContent .screenshot .describe p span {
  color: #FF5D80;
  font-size: 12px;
}
#pcHome .about .informmation .informmationContent .gamimgVideo {
  width: 254px;
  height: 162px;
  position: absolute;
  top: 0;
  right: 0;
}
#pcHome .about .informmation .informmationContent .gamimgVideo .describe {
  width: 100%;
  position: absolute;
  top: 57px;
  left: 0;
  text-align: center;
}
#pcHome .about .informmation .informmationContent .gamimgVideo .describe img {
  display: inline-block;
}
#pcHome .about .informmation .informmationContent .gamimgVideo .describe p {
  display: inline-block;
  color: #e3dfd7;
  font-size: 16px;
  text-align: center;
}
#pcHome .about .informmation .informmationContent .gamimgVideo .describe p span {
  color: #FF5D80;
  font-size: 12px;
}
#pcHome .about .informmation .informmationContent .gamingMore {
  position: absolute;
  top: 178px;
  right: 0;
  width: 254px;
  height: 72px;
  text-align: center;
  background: #ff5d80;
}
#pcHome .about .informmation .informmationContent .gamingMore p {
  display: inline-block;
  font-size: 16px;
  line-height: 72px;
  font-weight: bold;
  color: #000;
}
#pcHome .about .informmation .informmationContent .gamingMore img {
  width: 18px;
  height: 18px;
  vertical-align: sub;
  display: inline-block;
}
.pc #mbHome {
  display: none;
}
.mb #pcHome {
  display: none;
}
#mbHome {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  height: 100%;
}
#mbHome .tab ul,
#mbHome .content ul,
#mbHome .swiper-container-3,
#mbHome .mask,
#mbHome .informmationContent {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#mbHome img {
  width: 100%;
}
#mbHome .banner {
  width: 100%;
  position: relative;
}
#mbHome .banner .header {
  position: absolute;
  top: 0;
  left: 0;
}
#mbHome .banner .header .mbHeaderBg {
  opacity: .6;
}
#mbHome .banner .header .logo {
  width: 32%;
  position: absolute;
  top: 0;
  left: 10%;
}
#mbHome .banner .header .down {
  position: absolute;
  top: 15%;
  right: 5%;
  width: 25%;
  height: 50%;
}
#mbHome .banner .header .down p {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  font-size: 0.4rem;
  color: #FFFFFF;
}
#mbHome .banner .bannerBottom {
  width: 100%;
  position: absolute;
  bottom: 2%;
  left: 0;
}
#mbHome .banner .playVideos {
  width: 15%;
  position: absolute;
  top: 37%;
  left: 12%;
}
#mbHome .indexNewsList {
  width: 100%;
}
#mbHome .indexNewsList .tab {
  width: 100%;
  height: 1.5rem;
  background: rgba(114, 68, 121, 0.6);
}
#mbHome .indexNewsList .tab ul {
  width: 100%;
  padding: 0 4%;
}
#mbHome .indexNewsList .tab ul li {
  font-size: 0.45rem;
  line-height: 1.5rem;
  color: #FFFFFF;
  width: 20%;
  font-weight: bold;
  text-align: center;
}
#mbHome .indexNewsList .tab ul li.active {
  background: #FFFFFF;
  color: #371b3b;
}
#mbHome .indexNewsList .content {
  width: 100%;
}
#mbHome .indexNewsList .content ul {
  display: none;
  padding: 0.5rem 4%;
}
#mbHome .indexNewsList .content ul li {
  width: 100%;
  border-bottom: 1px solid #e3dfd7;
}
#mbHome .indexNewsList .content ul li a {
  display: inline-block;
  width: 100%;
  position: relative;
}
#mbHome .indexNewsList .content ul li a p {
  width: 100%;
  line-height: 1.5rem;
  font-size: 0.4rem;
  color: #a0a0a0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#mbHome .indexNewsList .content ul li a .newsTime {
  display: none;
}
#mbHome .indexNewsList .content ul:first-child {
  display: block;
}
#mbHome .about {
  width: 100%;
  position: relative;
  background-image: url("../img/index_mbAboutBg.jpg");
  background-origin: content-box;
  background-position: top center;
  background-size: 100%;
}
#mbHome .about .features {
  width: 100%;
  position: relative;
}
#mbHome .about .features .featuresContent {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#mbHome .about .features .featuresContent .aboutTitle {
  width: 100%;
  height: 18%;
  text-align: center;
}
#mbHome .about .features .featuresContent .aboutTitle span {
  display: inline-block;
  font-size: 0.4px;
  color: #FF5D80;
}
#mbHome .about .features .featuresContent .aboutTitle span:first-child {
  margin-top: 6%;
  font-size: 0.7rem;
  color: #371b3b;
  font-weight: bold;
}
#mbHome .about .features .featuresContent .swiper-container-3 {
  width: 100%;
  height: 72%;
  margin: 5% 0;
  overflow: hidden;
}
#mbHome .about .features .featuresContent .swiper-container-3 .swiper-slide {
  width: 100%;
}
#mbHome .about .features .featuresContent .swiper-container-3 .swiper-slide a {
  display: inline-block;
  position: relative;
}
#mbHome .about .features .featuresContent .swiper-container-3 .swiper-slide a .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 6px;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
}
#mbHome .about .features .featuresContent .swiper-container-3 .swiper-slide a img {
  width: 100%;
}
#mbHome .about .features .featuresContent .swiper-container-3 .swiper-slide-active .mask {
  background: url("../img/index_featuresActive.png") no-repeat !important;
  background-origin: content-box !important;
  background-size: 100% 100% !important;
}
#mbHome .about .features .featuresContent .swiper-container-3 .swiper-button-prev-3,
#mbHome .about .features .featuresContent .swiper-container-3 .swiper-button-next-3 {
  position: absolute;
  width: 10%;
  left: 45%;
  z-index: 3;
}
#mbHome .about .features .featuresContent .swiper-container-3 .swiper-button-prev-3 img,
#mbHome .about .features .featuresContent .swiper-container-3 .swiper-button-next-3 img {
  width: 100%;
}
#mbHome .about .features .featuresContent .swiper-container-3 .swiper-button-prev-3 {
  top: 10%;
}
#mbHome .about .features .featuresContent .swiper-container-3 .swiper-button-next-3 {
  bottom: 10%;
}
#mbHome .about .informmation {
  width: 100%;
  padding-bottom: 1rem;
}
#mbHome .about .informmation .informmationTitlie {
  width: 100%;
  height: 18%;
  text-align: center;
}
#mbHome .about .informmation .informmationTitlie span {
  display: inline-block;
  font-size: 0.4px;
  color: #FF5D80;
  margin-bottom: 5%;
}
#mbHome .about .informmation .informmationTitlie span:first-child {
  margin-top: 6%;
  margin-bottom: 0;
  font-size: 0.7rem;
  color: #371b3b;
  font-weight: bold;
}
#mbHome .about .informmation .informmationContent {
  width: 80%;
  margin-left: 10%;
  padding: 5% 10%;
  background: rgba(114, 68, 121, 0.2);
  border-radius: 6px;
}
#mbHome .about .informmation .informmationContent a {
  display: inline-block;
  width: 47%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 0.8rem;
  font-size: .43rem;
}
.pcNewsHeader .nav {
  width: 100%;
  height: 66px;
  position: relative;
}
.pcNewsHeader .nav .navLeft {
  width: 38.6%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -20px;
  -webkit-transform: skew(-30deg, 0);
  -moz-transform: skew(-30deg, 0);
  -ms-transform: skew(-30deg, 0);
  -o-transform: skew(-30deg, 0);
  transform: skew(-30deg, 0);
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #FF5D80;
}
.pcNewsHeader .nav .navLeft ul {
  height: 100%;
  -webkit-transform: skew(30deg, 0);
  -moz-transform: skew(30deg, 0);
  -ms-transform: skew(30deg, 0);
  -o-transform: skew(30deg, 0);
  transform: skew(30deg, 0);
  position: absolute;
  top: 0;
  right: 30px;
}
.pcNewsHeader .nav .navLeft ul li {
  width: 80px;
  height: 100%;
  line-height: 65px;
  text-align: center;
}
.pcNewsHeader .nav .navLeft ul li.active {
  background: #FF5D80;
}
.pcNewsHeader .nav .navLeft ul li > a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #371b3b;
  font-size: 18px;
}
.pcNewsHeader .nav .navRight {
  width: 38.6%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -20px;
  -webkit-transform: skew(30deg, 0);
  -moz-transform: skew(30deg, 0);
  -ms-transform: skew(30deg, 0);
  -o-transform: skew(30deg, 0);
  transform: skew(30deg, 0);
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #FF5D80;
}
.pcNewsHeader .nav .navRight .icon {
  width: 85px;
  top: 18px;
}
.pcNewsHeader .nav .navRight .icon > span {
  width: 28px;
  height: 28px;
}
.pcNewsHeader .logo {
  width: 290px;
  position: absolute;
  top: 44px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.pcNewsHeader .logo img {
  width: 100%;
}
.pc #mbNews {
  display: none;
}
.mb #pcNews {
  display: none;
}
.mb #footer {
  display: none;
}
#pcNews {
  min-width: 1200px;
  max-width: 1920px;
  min-height: 100%;
  padding-top: 44px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url("../img/news_pcNewsBg.jpg");
  background-position: top center;
  position: relative;
  overflow: hidden;
}
#pcNews .pcNewsContent {
  width: 740px;
  margin: 172px auto 35px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
#pcNews .pcNewsContent .pcNewsContentTab {
  width: 100%;
  height: 57px;
}
#pcNews .pcNewsContent .pcNewsContentTab ul {
  width: 602px;
  height: 100%;
  padding: 0 69px;
  background: rgba(114, 68, 121, 0.6);
}
#pcNews .pcNewsContent .pcNewsContentTab ul li {
  width: 70px;
  height: 100%;
  line-height: 57px;
  margin-left: 62px;
}
#pcNews .pcNewsContent .pcNewsContentTab ul li:first-child {
  margin-left: 0;
}
#pcNews .pcNewsContent .pcNewsContentTab ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
}
#pcNews .pcNewsContent .pcNewsContentTab ul li a.active {
  background: #FFFFFF;
  color: #371b3b;
}
#pcNews .pcNewsContent .pcNewsContentText {
  width: 100%;
  background: #FFFFFF;
}
#pcNews .pcNewsContent .pcNewsContentText ul {
  width: 602px;
  padding: 22px 69px 40px;
}
#pcNews .pcNewsContent .pcNewsContentText ul li {
  width: 100%;
  height: 35px;
  line-height: 35px;
  border-bottom: 1px dashed #8f8f8f;
}
#pcNews .pcNewsContent .pcNewsContentText ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}
#pcNews .pcNewsContent .pcNewsContentText ul li a p {
  width: 540px;
  height: 100%;
  line-height: 35px;
  font-size: 14px;
  color: #4A4A4A;
}
#pcNews .pcNewsContent .pcNewsContentText ul li a .newsTime {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  color: #a2a2a2;
}
#pcNews .pcNewsContent .page {
  text-align: center;
  padding: 0 0 40px;
}
#pcNews .pcNewsContent .page li,
#pcNews .pcNewsContent .page i {
  display: inline-block;
  padding: 4px 11px;
  font-size: 14px;
  border: 1px solid #ff5d80;
}
#pcNews .pcNewsContent .page li a {
  background: transparent;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  color: #ff5d80;
  font-size: 14px;
}
#pcNews .pcNewsContent .page li.thisclass {
  border: 1px solid #ff5d80;
  background: #ff5d80;
  font-size: 14px;
  color: #ffffff;
}
#mbNews {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}
#mbNews .mbNewsNav {
  height: 2rem;
  position: relative;
}
#mbNews .mbNewsNav .mbNewsNavA {
  position: absolute;
  left: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #4A4A4A;
  font-size: 0.38rem;
}
#mbNews .mbNewsNav .mbNewsNavA a {
  color: #4A4A4A;
  font-size: 0.38rem;
}
#mbNews .mbNewsNav .iden {
  width: 20%;
  height: 60%;
  position: absolute;
  top: 0;
  right: 0.5rem;
  background: #ff5d80;
}
#mbNews .mbNewsNav .iden p {
  width: 100%;
  text-align: center;
  font-size: 0.43rem;
  font-weight: bold;
  position: absolute;
  bottom: 10%;
  left: 0;
  color: #FFFFFF;
}
#mbNews .indexNewsList {
  width: 100%;
}
#mbNews .indexNewsList .tab {
  width: 100%;
  height: 1.5rem;
  background: rgba(114, 68, 121, 0.6);
}
#mbNews .indexNewsList .tab ul {
  width: 100%;
  padding: 0 4%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#mbNews .indexNewsList .tab ul li {
  font-size: 0.45rem;
  line-height: 1.5rem;
  width: 20%;
  font-weight: bold;
  text-align: center;
}
#mbNews .indexNewsList .tab ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
}
#mbNews .indexNewsList .tab ul li.active a {
  background: #FFFFFF;
  color: #371b3b;
}
#mbNews .indexNewsList .content {
  width: 100%;
}
#mbNews .indexNewsList .content ul {
  display: none;
  padding: 0.5rem 4%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#mbNews .indexNewsList .content ul li {
  width: 100%;
  border-bottom: 1px solid #e3dfd7;
}
#mbNews .indexNewsList .content ul li a {
  display: inline-block;
  width: 100%;
}
#mbNews .indexNewsList .content ul li a p {
  width: 100%;
  line-height: 1.5rem;
  font-size: 0.4rem;
  color: #a0a0a0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#mbNews .indexNewsList .content ul:first-child {
  display: block;
}
#mbNews .newsListMore {
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
}
#mbNews .newsListMore .loading {
  text-align: center;
}
#mbNews .newsListMore .loading img {
  display: inline-block;
}
#mbNews .newsListMore a {
  display: inline-block;
  width: 25%;
  line-height: 1rem;
  color: #ff5d80;
  font-size: 0.45rem;
  border: 1px solid #ff5d80;
}
#details.pc {
  min-width: 1200px;
  max-width: 1920px;
  min-height: 100%;
  padding-top: 44px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url("../img/news_pcNewsBg.jpg");
  background-position: top center;
  position: relative;
  overflow: hidden;
}
#details.pc .detailsContent {
  width: 740px;
  margin: 172px auto 35px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
#details.pc .detailsContent .dateilsNav {
  height: 63px;
  width: 668px;
  position: relative;
  border-bottom: 1px solid #ff5d80;
  padding: 0 36px;
}
#details.pc .detailsContent .dateilsNav .iden {
  position: absolute;
  top: 0;
  left: 36px;
  width: 76px;
  height: 100%;
  background: #ff5d80;
}
#details.pc .detailsContent .dateilsNav .iden p {
  color: #ffffff;
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 25px;
  left: 0;
}
#details.pc .detailsContent .dateilsNav .dateilsNavA {
  position: absolute;
  bottom: 10px;
  right: 36px;
}
#details.pc .detailsContent .dateilsNav .dateilsNavA a {
  font-size: 14px;
  color: #4A4A4A;
}
#details.pc .detailsContent .dateilsText {
  width: 668px;
  position: relative;
  padding: 0 36px;
}
#details.pc .detailsContent .dateilsText .textTitle {
  width: 100%;
  height: 90px;
  border-bottom: 1px dashed #cccccc;
  margin-bottom: 25px;
}
#details.pc .detailsContent .dateilsText .textTitle p {
  font-size: 24px;
  font-weight: bold;
  color: #4A4A4A;
  line-height: 35px;
  margin: 16px 0 15px;
}
#details.pc .detailsContent .dateilsText .textTitle span {
  font-size: 14px;
  color: #94989d;
}
#details.pc .detailsContent .dateilsText .textContent {
  padding-bottom: 70px;
  font-size: 14px;
  line-height: 20px;
}
#details.pc .detailsContent .dateilsText .textContent img {
  max-width: 100% !important;
  height: auto !important;
}
#details.mb {
  max-width: 720px;
  margin: 0 auto;
  width: 100%;
  background-image: url("../img/index_mbAboutBg.jpg");
  background-size: 100%;
}
#details.mb .pcNewsHeader {
  display: none;
}
#details.mb .detailsContent {
  width: 100%;
}
#details.mb .dateilsNav {
  height: 2rem;
  border-bottom: 1px solid #ff5d80;
  position: relative;
}
#details.mb .dateilsNav .dateilsNavA {
  position: absolute;
  left: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #4A4A4A;
  font-size: 0.38rem;
}
#details.mb .dateilsNav .dateilsNavA a {
  color: #4A4A4A;
  font-size: 0.38rem;
}
#details.mb .dateilsNav .iden {
  width: 20%;
  height: 60%;
  position: absolute;
  top: 0;
  right: 0.5rem;
  background: #ff5d80;
}
#details.mb .dateilsNav .iden p {
  width: 100%;
  text-align: center;
  font-size: 0.65rem;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFFFFF;
}
#details.mb .dateilsText {
  padding: 0.55rem 0.5rem 0.9rem;
}
#details.mb .dateilsText .textTitle p {
  font-size: 0.55rem;
  font-weight: bold;
  color: #4a4a4a;
  margin-bottom: 0.2rem;
}
#details.mb .dateilsText .textTitle span {
  font-size: 0.33rem;
  color: #94989d;
  display: inline-block;
  margin-bottom: 0.9rem;
}
#details.mb .dateilsText .textContent {
  line-height: 0.55rem;
  font-size: 0.38rem;
}
#details.mb .dateilsText .textContent img {
  max-width: 100% !important;
  height: auto !important;
}
.mbBottom {
  background: #342633;
  padding: 0.5rem 0.5rem 1rem;
}
.mbBottom .mbBottomLogo {
  margin-bottom: 0.3rem;
  width: 75%;
}
.mbBottom .mbBottomAtten a {
  display: inline-block;
  width: 13%;
}
.mbBottom .mbBottomAtten a img {
  width: 75% !important;
}
.mbBottom.jbottom {
  position: absolute;
  bottom: 0;
  left: 0;
}
.attenPop {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 99999;
  font-family: "Microsoft YaHei", "微软雅黑";
}
.attenPop .attenPopContentMsk {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}
.attenPop .attenPopContent {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 99;
}
.attenPop .attenPopContent .gzh {
  display: none;
  width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.attenPop .attenPopContent .gzh .nr {
  border: 1px solid  #e9cb93;
  border-radius: 10px;
  padding: 10% 15%;
  margin-bottom: 5%;
  text-align: center;
  line-height: 1.8;
  color: #ffffff;
  font-size: 0.4rem;
}
.attenPop .attenPopContent .gzh .nr img {
  margin-bottom: 7%;
  width: 100%;
}
.attenPop .attenPopContent .gzh .nr .big {
  font-size: 0.5rem;
}
.attenPop .attenPopContent .gzh .nr p span {
  color: #e9cb93;
}
.attenPop .attenPopContent .gzh .close {
  text-align: center;
  width: 100%;
}
.attenPop .attenPopContent .gzh .close img {
  display: inline-block;
  width: 20% !important;
}
.attenPop .attenPopContent .copyQq {
  display: none;
  position: absolute;
  bottom: 10%;
  width: 80%;
  left: 10%;
}
.attenPop .attenPopContent .copyQq p {
  line-height: 5;
  color: #ffffff;
}
.attenPop .attenPopContent .copyQq .copyUrl {
  background-color: #ffffff;
  color: #000000;
  padding: 5% 1%;
}
.attenPop .attenPopContent .copyQq .close {
  position: absolute;
  width: 15%;
  right: 0;
  top: 0;
}
#message {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
}
#message .pannel {
  width: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  padding: 15px;
}
#message .pannel h2 {
  font-size: 22px;
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
#message .pannel p {
  margin: 10px 0;
  text-align: center;
  font-size: 16px;
  padding: 0 10px;
  line-height: 1.6;
}
#message .pannel button {
  border: 0 none;
  outline: 0 none;
  margin: 0 auto;
  width: 200px;
  height: 40px;
  background: #3896e0;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -ms-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.video-layer.pc {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
  display: none;
}
.video-layer.pc .video {
  position: absolute;
  top: 0;
  z-index: 10;
  left: 50%;
  top: 50%;
  margin: -250px 0 0 -400px;
}
.video-layer.pc .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.video-layer.pc .close {
  position: absolute;
  width: 60px;
  height: 60px;
  display: inline-block;
  right: -100px;
  top: 0;
  background-image: url("../img/order-close.jpg");
  cursor: pointer;
  z-index: 1;
}
.video-layer.mb {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999999;
  display: none;
}
.video-layer.mb .video {
  position: absolute;
  top: 0;
  z-index: 10;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 !important;
}
.video-layer.mb .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.video-layer.mb .close {
  position: fixed;
  width: 60px;
  height: 60px;
  display: inline-block;
  left: 50%;
  bottom: 5%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url("../img/order-close.jpg");
  cursor: pointer;
  z-index: 1;
}
