@charset "UTF-8";
/**@font-face {
  font-family: "cn";
  src: url("../assets/font/NotoSansHans-DemiLight.otf");
}

@font-face {
  font-family: "cnBlack";
  src: url("../assets/font/NotoSansHans-Black.otf");
}

@font-face {
  font-family: "cnBold";
  src: url("../assets/font/NotoSansHans-Bold.otf");
}

@font-face {
  font-family: "en";
  src: url("../assets/font/din-bold_.otf");
}
**/

/*
 * @name:  文字溢出显示省略号
 * @param: $width {dimension}  指定宽度 (需带单位)
 */
/*reset*/
* {
  padding: 0;
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-family: sans-serif;
  background: #fff;
  height: auto !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

[hidden] {
  display: none;
}

address,
i,
em {
  font-style: normal;
}

input[type="button"],
input[type="submit"],
button {
  cursor: pointer;
  outline: none;
}

input[type="text"],
input[type="password"],
textarea,
input,
select {
  outline: none;
  font-family: "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

textarea {
  resize: none;
}

select {
  background-color: #fff;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
}

ul,
ol {
  list-style: none;
}

img {
  border: none;
  border-width: 0;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

a {
  text-decoration: none;
  cursor: pointer;
  outline: none;
  color: #2f2f2f;
}

a:hover {
  color: #1a75f0;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.cf:after,
.cf:before {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.baseTable {
  margin: 10px auto;
  text-align: center;
  border: 1px solid #2e2e2e;
}

.baseTable tr {
  border: 1px solid #2e2e2e;
}

.baseTable td {
  border: 1px solid #2e2e2e;
  padding: 0 10px;
}

.baseTable th {
  border: 1px solid #2e2e2e;
}

body {
  font-size: 14px;
  font-weight: normal;
  font-family: 'cn';
  color: #2f2f2f;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.cp {
  cursor: pointer;
}

.dn {
  display: none;
}

.baseBox {
  padding-top: 0.45rem;
}

.popBox {
  width: 80%;
  z-index: 999;
  min-height: 3.9rem;
  background-color: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.popBox .big_title {
  position: absolute;
  top: 0.15rem;
  left: -0.05rem;
  color: #fff;
  font-size: 0.19rem;
  width: 1.3rem;
  height: 0.37rem;
  padding-left: 0.2rem;
  padding-top: 0.035rem;
  background-image: url("../images/popTitle.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.popBox .close {
  width: 0.37rem;
  height: 0.37rem;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}

.popBox .close img {
  width: 100%;
}

.popBox .content {
  padding: 0 0.15rem;
  padding-top: 0.675rem;
  padding-bottom: 1.05rem;
  font-size: 0.14rem;
  color: #494949;
}

.popBox .content .main {
  margin-top: 0.05rem;
  margin-bottom: 0.1rem;
}

.popBox .content .bottom {
  position: absolute;
  bottom: 0.125rem;
  right: 0.125rem;
  color: #7a7a7a;
  text-align: right;
}

.popBox .content .bottom > img {
  margin-top: 0.18rem;
}

.baseBg {
  display: none;
  z-index: 98;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.baseBg .downList {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.baseBg .downList li {
  margin-bottom: 0.4rem;
}

.baseBg .downList li .link {
  cursor: pointer;
  border-radius: 0.275rem;
  background-color: #fff;
  color: #146ee7;
  height: 0.55rem;
  width: 2.98rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.17rem;
}

.baseBg .downList li .link.tf {
  position: relative;
}

.baseBg .downList li .link.tf::after {
  content: "";
  width: 0.195rem;
  height: 0.53rem;
  position: absolute;
  top: -0.025rem;
  left: 0.2rem;
  background-image: url("../images/tfIcon.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.baseBg .downList li .link.js {
  background: url("../images//moreDownBg.png") no-repeat;
  background-size: contain;
  color: #a25513;
  position: relative;
}

.baseBg .downList li .link.js::after {
  content: "";
  width: 0.195rem;
  height: 0.235rem;
  position: absolute;
  top: -0.025rem;
  left: 0.2rem;
  background-image: url("../images/tj.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.baseBg .downList li .link span {
  margin-left: 0.1rem;
}

.baseBg .downList li .link > img {
  width: 0.135rem;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 0.09rem;
  height: 0.09rem;
  border-radius: 0;
  opacity: .7;
  background: #041f44;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 0.18rem;
  opacity: .7;
  background: #00eee6;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}

header .showNav {
  background: #0d56b9;
  opacity: .98;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 101;
  opacity: 0;
  transition: all .5s;
}

header .showNav.open {
  opacity: 1;
  width: 100%;
  height: 100vh;
}

header .showNav .kf {
  width: 91%;
  border-top: 1px solid #5688cc;
  cursor: pointer;
  padding-top: 0.25rem;
  justify-content: center;
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 0.18rem;
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 4.5rem;
}

header .showNav .kf img {
  width: 0.3rem;
  margin-right: 0.075rem;
}

header .showNav .list {
  padding: 0.35rem 0rem 0rem 0.35rem;
  margin-bottom: 0.8rem;
}

header .showNav .list ul li {
  margin-top: 0.35rem;
}

header .showNav .list ul li#gameTheme.showMore .child {
  display: block;
}

header .showNav .list ul li#gameTheme.showMore > a img {
  transform: rotate(180deg);
}

header .showNav .list ul li#gameTheme > a {
  display: flex;
  align-items: center;
}

header .showNav .list ul li#gameTheme > a img {
  transform: rotate(0);
  margin-left: 0.09rem;
  width: 0.105rem;
}

header .showNav .list ul li .child {
  display: none;
  margin-top: 0.35rem;
}

header .showNav .list ul li .child a {
  color: #fff;
  font-family: "PingFangSC-Regular, sans-serif";
  font-size: 0.15rem;
  padding: 0 0.075rem;
  position: relative;
}

header .showNav .list ul li .child a::before {
  content: "";
  height: 0.15rem;
  width: 1px;
  background: #497abf;
  position: absolute;
  left: 0rem;
  top: 50%;
  transform: translateY(-50%);
}

header .showNav .list ul li .child a:nth-child(1) {
  padding-left: 0;
}

header .showNav .list ul li .child a:nth-child(1)::before {
  display: none;
}

header .showNav .list ul li > a {
  display: block;
  color: #fff;
  font-size: 0.21rem;
  font-family: 'cnBold';
}

header .showNav .close {
  position: absolute;
  right: 0.1rem;
  top: 0.15rem;
  display: block;
  width: 0.16rem;
  cursor: pointer;
}

header .headerBox {
  height: 0.45rem;
  background: #fff;
  display: flex;
  justify-content: space-between;
  padding: 0.08rem 0.085rem;
}

header .logo {
  width: 0.745rem;
}

header .r {
  display: flex;
}

header .r .down {
  cursor: pointer;
  width: 0.82rem;
  height: 0.285rem;
  line-height: 0.285rem;
  color: #fff;
  font-size: 0.12rem;
  text-align: center;
  background: url("../images/down.png") no-repeat;
  background-size: contain;
}

header .r .navBtn {
  padding-top: 1px;
  position: relative;
  z-index: 102;
  cursor: pointer;
  margin-left: 0.265rem;
}

header .r .navBtn.nav--active .nav__icon {
  background: transparent;
}

header .r .navBtn.nav--active .nav__icon::after {
  top: 0;
  background: #fff;
  transform: rotate(45deg);
}

header .r .navBtn.nav--active .nav__icon::before {
  background: #fff;
  top: 0;
  transform: rotate(-45deg);
}

header .r .navBtn .nav__icon {
  display: inline-block;
  position: relative;
  width: 0.19rem;
  height: 0.02rem;
  border-radius: 0.01rem;
  background-color: #146ee7;
  transition-property: background-color, transform;
  transition-duration: 300ms;
}

header .r .navBtn .nav__icon::after {
  content: '';
  display: block;
  width: 0.19rem;
  border-radius: 0.01rem;
  height: 0.02rem;
  position: absolute;
  left: 0;
  top: 0.06rem;
  background-color: #146ee7;
  transition-property: margin, transform;
  transition-duration: 300ms;
}

header .r .navBtn .nav__icon::before {
  content: '';
  border-radius: 0.01rem;
  display: block;
  width: 0.19rem;
  height: 0.02rem;
  position: absolute;
  left: 0;
  top: -0.06rem;
  background-color: #146ee7;
  transition-property: margin, transform;
  transition-duration: 300ms;
}

header .r .navBtn img {
  vertical-align: bottom;
  width: 0.185rem;
}

footer {
  background: #1d2124;
  padding: 0.25rem 0.15rem 0.1rem 0.15rem;
}

footer .backTop {
  display: none;
  position: fixed;
  z-index: 98;
  right: 0;
  cursor: pointer;
  bottom: 0.25rem;
  width: 0.45rem;
  height: 0.45rem;
  background: url("../images/backTop.png") no-repeat;
  background-size: contain;
}

footer .icon {
  margin-top: 0.175rem;
}

footer .icon img {
  height: 0.35rem;
}

footer .text {
  padding-top: 0.4rem;
  font-size: 0.11rem;
  color: #fff;
  opacity: .2;
  line-height: 0.18rem;
}

footer .nav {
  padding-top: 0.15rem;
}

footer .nav ul li a {
  margin-top: 0.225rem;
  display: block;
  font-size: 0.15rem;
  color: #686b73;
}

footer .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer .top .logo_b {
  width: 1.27rem;
  height: 0.32rem;
}

footer .top .r {
  display: flex;
}

footer .top .r img {
  height: 0.25rem;
}

footer .top .r img:nth-child(1) {
  margin-right: 0.225rem;
}

.index_hotGame {
  overflow: hidden;
  padding-left: 0.15rem;
  height: 2.95rem;
  background: url("../images/indexHotGameBg.png") no-repeat;
  background-size: contain;
}

.index_hotGame .swiper-container2 {
  overflow: visible;
  margin-top: 0.16rem;
}

.index_hotGame .swiper-container2 .swiper-pagination2 {
  bottom: -0.25rem;
}

.index_hotGame .swiper-container2 .swiper-slide {
  margin-right: 0.1rem;
  position: relative;
  width: 1.2rem;
}

.index_hotGame .swiper-container2 .swiper-slide p {
  font-family: "cnBold";
  color: #fff;
  position: absolute;
  right: 0.04rem;
  top: 0.04rem;
  font-size: 0.15rem;
}

.index_hotGame .swiper-container2 .swiper-slide img {
  display: block;
  width: 1.2rem;
}

.index_hotGame .indexTitle1 .en {
  color: #fff;
}

.index_hotGame .indexTitle1 span {
  color: #fff;
}

.index_GameArticle {
  overflow: hidden;
  padding-left: 0.15rem;
  padding-bottom: 0.65rem;
}

.index_GameArticle .swiper-container3 {
  overflow: visible;
  padding-top: 0.175rem;
}

.index_GameArticle .swiper-container3 .swiper-pagination3 {
  bottom: -0.3rem;
}

.index_GameArticle .swiper-container3 .swiper-slide {
  position: relative;
  margin-right: 0.095rem;
  width: 3.36rem;
}

.index_GameArticle .swiper-container3 .swiper-slide img {
  display: block;
  width: 3.36rem;
  height: 2.26rem;
}

.index_GameArticle .swiper-container3 .swiper-slide .text {
  width: 1.895rem;
  position: absolute;
  left: 1.45rem;
  top: 0;
  height: 100%;
}

.index_GameArticle .swiper-container3 .swiper-slide .text .more {
  position: absolute;
  bottom: .1rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  border-radius: 0.15rem;
  display: block;
  font-size: 0.12rem;
  color: #146ee7;
  width: 0.775rem;
  height: 0.25rem;
  line-height: 0.25rem;
  background: #fff;
}

.index_GameArticle .swiper-container3 .swiper-slide .text ul {
  padding-top: 0.2rem;
}

.index_GameArticle .swiper-container3 .swiper-slide .text ul li {
  margin-bottom: 0.085rem;
  padding-left: 0.235rem;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #fff;
}

.index_GameArticle .swiper-container3 .swiper-slide .text ul li::before {
  content: "";
  background: url("../images/indexd.png") no-repeat;
  background-size: contain;
  width: 0.04rem;
  height: 0.04rem;
  position: absolute;
  top: 50%;
  left: 0.135rem;
}

.index_GameArticle .swiper-container3 .swiper-slide .text ul li a {
  color: #fff;
  font-size: 0.12rem;
}

.tyText ul li:last-child a .content {
  border-bottom: none;
}

.tyText ul li a {
  padding-right: 0.15rem;
  display: block;
  padding-top: 0.27rem;
}

.tyText ul li a .content {
  height: 0.72rem;
  margin-top: 0.1rem;
  border-bottom: 1px dashed #dbdbdc;
  background: url("../images/indexZx.png") no-repeat;
  background-size: 0.06rem 0.105rem;
  background-position: right 0.085rem;
}

.tyText ul li a .content .title {
  font-family: "cnBold";
  font-size: 0.17rem;
  width: 2.9rem;
}

.tyText ul li a .topTitleBox {
  display: flex;
  align-items: center;
}

.tyText ul li a .topTitleBox p {
  font-family: "en";
  color: #fff;
  font-size: 0.15rem;
  background: #686b73;
  height: 0.21rem;
  line-height: 0.21rem;
  border-radius: 2px;
  padding: 0 0.075rem;
}

.tyText ul li a .topTitleBox span {
  font-family: "cnBold";
  font-size: 0.12rem;
  color: #919191;
  margin-left: 0.1rem;
}

.index_News {
  padding-left: 0.15rem;
  padding-bottom: 0.885rem;
  position: relative;
}

.index_News .more {
  display: block;
  color: #fff;
  font-size: 0.15rem;
  text-align: center;
  width: 3.4rem;
  height: 0.45rem;
  line-height: 0.45rem;
  border-radius: 0.35rem;
  background: #146ee7;
  position: absolute;
  bottom: 0.435rem;
  left: 50%;
  transform: translateX(-50%);
}

.index_News .text ul li a {
  position: relative;
}

.index_News .text ul li a > img {
  position: absolute;
  right: 0.15rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.06rem;
  height: 0.105rem;
}

.indexTitle1 {
  position: relative;
  padding-top: 0.175rem;
}

.indexTitle1 .en {
  font-size: 0.34rem;
  color: #146ee7;
  font-family: "en";
}

.indexTitle1 span {
  font-size: 0.17rem;
}

.indexTitle1 a {
  letter-spacing: 1px;
  color: #fff;
  font-size: 0.12rem;
  position: absolute;
  bottom: 0;
  right: 0.15rem;
}

.news1 {
  padding: 0 0.15rem;
  height: 3.18rem;
  background-color: #2983fc;
}

.news1.index_h {
  background-color: #146ee7;
}

.news1 ul li {
  margin-top: 0.17rem;
}

.news1 ul li a {
  display: block;
  color: #fff;
  font-size: 0.15rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.news1 .news1TitleBox {
  padding-top: 0.2rem;
  padding-bottom: 0.125rem;
  border-bottom: 1px solid #549cfd;
  position: relative;
  color: #fff;
}

.news1 .news1TitleBox a {
  font-size: 0.12rem;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0.125rem;
}

.news1 .news1TitleBox span {
  letter-spacing: 0.035rem;
  font-size: 0.12rem;
}

.news1 .news1TitleBox p {
  font-weight: bold;
  line-height: 0.325rem;
  font-size: 0.27rem;
}

.index_banner {
  height: 4.86rem;
}

.index_banner .swiper-container {
  height: 4.86rem;
}

.index_banner .swiper-container .swiper-slide {
  position: relative;
}

.index_banner .swiper-container .swiper-slide .bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
}

.index_banner .swiper-container .swiper-slide .text {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0.14rem;
  color: #fff;
  text-align: center;
}

.index_banner .swiper-container .swiper-slide .text .titleImg {
  width: 2.11rem;
}

.index_banner .swiper-container .swiper-slide .text .down_set {
  display: flex;
}

.index_banner .swiper-container .swiper-slide .text .down_set .dowmImg {
  cursor: pointer;
  width: 50%;
  margin-top: 0.2rem;
  cursor: pointer;
}

.index_banner .swiper-container .swiper-slide .text p {
  margin-top: -0.15rem;
  font-size: 0.15rem;
}

.index_banner .swiper-container .swiper-slide .text h3 {
  font-size: 0.36rem;
  font-family: "cnBold";
}

.index_banner .swiper-container .swiper-slide .text .down {
  margin-top: 0.1rem;
  background: #fff;
  cursor: pointer;
  border-radius: 0.2rem;
  text-align: center;
  font-size: 0.15rem;
  height: 0.37rem;
  line-height: 0.37rem;
  width: 0.9rem;
  color: #2f2f2f;
}

.index_banner .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.showNavs {
  width: 0;
  height: 0;
  position: fixed;
  z-index: 50;
  top: 0.45rem;
  left: 0;
  background-color: #146ee7;
  height: 0.35rem;
  display: flex;
  align-items: center;
  font-size: 0.15rem;
  color: #fff;
  padding-left: 0.15rem;
}

.showNavs > img {
  display: block;
  margin-left: 0.06rem;
  width: 0.115rem;
}

.game .gameBan {
  overflow: hidden;
  height: 3.195rem;
  background: url("../images/gameBg.jpg") no-repeat;
  background-size: contain;
}

.game .gameBan a {
  display: block;
  width: 2.3rem;
  height: 0.55rem;
  margin: 1.65rem auto 0 auto;
}

.game .content {
  padding: 0 0.15rem;
  overflow: hidden;
}

.game .content .swiper-container1 {
  transition: all .3s;
}

.game .content .swiper-container1.fix {
  border-top: 1px solid #edf5ff;
  background: #fff;
  position: fixed;
  top: 0.45rem;
  left: 0;
  padding: 0 0.15rem;
  z-index: 10;
}

.game .content .swiper-container1.fix .swiper-slide {
  padding: 0.06rem 0;
}

.game .content .swiper-container1 .swiper-slide {
  padding-top: 0.15rem;
  white-space: nowrap;
  width: 0.6rem;
  cursor: pointer;
  font-size: 0.15rem;
  margin-right: 0.18rem;
}

.game .content .swiper-container1 .swiper-slide.current {
  width: 0.7rem;
  color: #146ee7;
  font-family: 'cnBold';
  font-size: 0.17rem;
  border-bottom: 0.03rem solid #146ee7;
}

.game .content .list {
  padding-top: 0.325rem;
  padding-bottom: 0.18rem;
}

.game .content .list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.game .content .list ul li {
  margin-bottom: 0.15rem;
  position: relative;
}

.game .content .list ul li img {
  width: 1.66rem;
  height: 1.66rem;
}

.game .content .list ul li p {
  font-family: 'cnBold';
  font-size: 0.15rem;
  color: #fff;
  position: absolute;
  right: 0.07rem;
  top: 0.07rem;
}

.theme .ban {
  height: 3.2rem;
  background: url("../images/themBg4.jpg") no-repeat;
  background-size: contain;
  width: 100%;
  position: relative;
}

.theme .ban.lk {
  background: url("../images/themBg3.jpg") no-repeat;
  background-size: contain;
}

.theme .ban.ddz {
  background: url("../images/themBg1.jpg") no-repeat;
  background-size: contain;
}

.theme .ban.ddz .text img {
  width: 46%;
}

.theme .ban.dntg {
  background: url("../images/themBg2.jpg") no-repeat;
  background-size: contain;
}

.theme .ban.dntg .text p {
  margin-top: -0.1rem;
}

.theme .ban .text {
  position: absolute;
  left: 0.15rem;
  bottom: 0.25rem;
}

.theme .ban .text img {
  width: 50%;
}

.theme .ban .text p {
  color: #fff;
  font-size: 0.15rem;
  line-height: 0.24rem;
  padding-right: 0.1rem;
}

.theme .ban .text a {
  font-weight: bold;
  margin-top: 0.1rem;
  display: block;
  background: #fff;
  color: #2f2f2f;
  font-size: 0.15rem;
  text-align: center;
  width: 0.9rem;
  height: 0.37rem;
  line-height: 0.37rem;
  border-radius: 0.25rem;
}

.theme > .content {
  padding: 0 0.15rem;
}

.theme > .content .text {
  transition: all .3s;
}

.theme > .content .text ul {
  overflow: hidden;
  height: 4rem;
}

.theme > .content .text ul.auto {
  height: auto;
}

.theme > .content .text .more {
  display: block;
  width: 100%;
  height: 0.45rem;
  line-height: 0.45rem;
  text-align: center;
  color: #fff;
  font-size: 0.17rem;
  font-weight: bold;
  background: #146ee7;
  border-radius: 0.35rem;
}

.theme > .content .btns {
  display: flex;
  justify-content: space-between;
}

.theme > .content .btns .btn {
  padding-top: 0.225rem;
  cursor: pointer;
  font-size: 0.15rem;
  font-weight: bold;
}

.theme > .content .btns .btn.current {
  font-family: 'cnBold';
  margin-top: -0.025rem;
  color: #146ee7;
  font-size: 0.175rem;
  border-bottom: 0.03rem solid #146ee7;
}

.theme .tj {
  padding-top: 0.175rem;
}

.theme .tj .indexTitle1 {
  padding-left: 0.15rem;
}

.theme .tj .list {
  padding-top: 0.175rem;
}

.theme .tj .list ul li a img {
  width: 100%;
  height: 1.3rem;
}

.news .content {
  padding-bottom: 0.35rem;
}

.news .content .btns .btn {
  padding-top: 0.05rem;
}

.news .ban {
  background: url("../images/newsBg.png") no-repeat;
  background-size: contain;
  height: 1.975rem;
}

.news .ban .text {
  position: static;
  padding-left: 0.15rem;
  padding-top: 0.45rem;
}

.news .ban .text img {
  width: 1.425rem;
  display: block;
}

.news .ban .text span {
  margin-top: 0.125rem;
  display: block;
  font-family: 'cnBold';
  font-size: 0.27rem;
}

.newsDetail .box {
  padding: 0.225rem 0.15rem 0.365rem 0.15rem;
}

.newsDetail .box .content {
  padding-bottom: 0.4rem;
  padding-top: 0.15rem;
  font-size: 0.17rem;
}

.newsDetail .box .content img {
  width: 100%;
  margin: 0.15rem auto;
}

.newsDetail .box .titleBox {
  position: relative;
  font-family: "en";
  border-bottom: 1px solid #ababad;
  padding-bottom: 0.55rem;
  padding-left: 0.35rem;
  padding-right: 0.35rem;
  background: url("../images/newsDetailTitleBg.png") no-repeat;
  background-size: 100% 0.4rem;
  background-position-y: 0.1rem;
}

.newsDetail .box .titleBox span {
  font-size: 0.17rem;
  font-weight: bold;
}

.newsDetail .box .titleBox .title {
  line-height: 0.3rem;
  margin-top: 0.075rem;
  font-size: 0.24rem;
  font-family: "cnBold";
}

.newsDetail .box .titleBox .Author {
  bottom: -1px;
  right: 0;
  position: absolute;
  font-size: 0.17rem;
  color: #8d8d8d;
  border-bottom: 1px solid #2e2e2e;
}

.newsDetail .box .back {
  background: #146ee7;
  color: #fff;
  font-size: 0.15rem;
  letter-spacing: 0.035rem;
  font-weight: bold;
  width: 100%;
  display: block;
  height: 0.45rem;
  line-height: 0.45rem;
  text-align: center;
  border-radius: 0.35rem;
}
.android{
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 99;
  background-color: #fff;
  width: 80%;
  border-radius: 15px;
  padding: 14px;
}
.android p {
  margin-top: 5px;
}
.android .title{
  text-align: center;
  font-weight: bolder;
  font-size: .18rem;
}
.android .tip{
  font-weight: bolder;
  font-size: .14rem;
}
.android img {
  display: block;
  margin: 20px auto 0 auto;
  height: .42rem;
}