@charset "UTF-8";
body {
  background: #f6f6f6 !important;
  min-width: 1200px;
}

/*辅助购买*/
.purchase {
  width: 100%;
  float: left;
  margin-top: 20px;
  position: relative;
  z-index: 999;
}

.purchase .title:after {
  margin: auto;
  content: "";
  display: block;
  width: 150px;
  height: 51px;
  background-image: url(../images/title-top.png);
  background-repeat: no-repeat;
}

.purchase .title p {
  text-transform: uppercase;
  color: #4ecdc4;
  font-size: 38px;
  line-height: 58px;
  font-weight: 700;
  letter-spacing: 3px;
  width: 100%;
  float: left;
  margin-top: 50px;
  text-align: center;
}

.purchase_ul {
  width: 100%;
  float: left;
  margin-top: 20px;
}

.purchase_ul li {
  width: 33.33%;
  float: left;
  padding: 0 15px;
}

.pricing_table {
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 5px 5px 16px rgba(0, 0, 0, 0.1);
}

.pricing_header {
  position: relative;
  overflow: hidden;
}

.pt_price {
  font-family: "Microsoft YaHei";
  color: #4c4c4c;
  font-size: 36px;
  line-height: 70px;
  font-weight: 400;
  text-align: center;
  padding: 10px 40px;
}

.pt_price small {
  font-size: 13px;
  color: #9a9a9a;
  font-weight: 300;
}

.pt_name {
  font-family: "Microsoft YaHei";
  padding: 10px 40px;
  text-align: center;
  font-weight: 300;
  font-size: 24px;
  line-height: 40px;
  color: #4c4c4c;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}

.pricing_body_list {
  padding: 8px 25px;
  margin: 0;
}

.pricing_body_list i {
  margin-right: 10px;
  float: left;
}

.pricing_body_list:nth-child(even) {
  background-color: #fafafa;
}

.pricing_body_list a {
  color: #4ecdc4;
}

.pricing_body_list a:hover {
  color: #f83;
}

.pricing_footer {
  text-align: center;
  padding: 15px 40px;
  border-top: 1px solid #f2f2f2;
}

.btn {
  font-size: 16px;
  letter-spacing: 1px;
  border-radius: 40px;
  padding: 8px 30px;
  margin-bottom: 5px;
  border: 1px solid #eee;
  display: block;
  transition: all 0.4s ease;
}

.btn_default {
  color: #676767;
}

.btn:hover {
  background: #4ecdc4;
  border: 1px solid #4ecdc4;
  color: #fff;
}

.featured_text {
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 1px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  background-color: #4ecdc4;
  color: #fff;
  position: absolute;
  top: 22px;
  left: -28px;
  padding: 5px 0;
  width: 126px;
  transform: rotate(-45deg);
}

.info_ative .pt_price {
  color: #4ecdc4;
}

.info_ative .pt_price small {
  color: #4ecdc4;
}

.info_ative .pt_name {
  color: #4ecdc4;
}

.info_ative .btn {
  background: #4ecdc4;
  color: #fff;
}

/*文章列表*/
.bar_box {
  width: 100%;
  height: 348px;
  background: url(../images/info-kv.jpg) no-repeat center top/cover;
  overflow: hidden;
  float: left;
  position: relative;
  top: -35px;
}

.bar_box .title {
  width: 100%;
  float: left;
  color: #fff;
  position: absolute;
  top: 120px;
}

.bar_box .title h1 {
  font-size: 30px;
  color: #ffcc00;
}

.local {
  margin-top: 20px;
  color: #b8b8b8;
  font-size: 16px;
  line-height: 20px;
}

.local a {
  color: #b8b8b8;
  text-decoration: underline;
}

.local a:hover {
  color: #ffcc00;
}

.news_box {
  width: 100%;
  float: left;
}

.news_lt {
  width: 880px;
  float: left;
  padding: 20px 15px 0;
  background: #fff;
}

.news_ul li {
  height: 100px;
  padding: 15px 5px;
  border-bottom: 1px dotted #ebebeb;
}

.news_ul li h3 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 13px;
  font-size: 20px;
}

.news_ul li h3 a {
  color: #333;
}

.news_ul li h3 a:hover {
  color: #f60;
  text-decoration: underline;
}

.news_ul li p {
  height: 44px;
  font-size: 14px;
  color: #666;
  line-height: 22px;
  overflow: hidden;
}

.news_ul li .more {
  color: #f60;
}

.news_ul li:hover {
  background: #fafafa;
  border-bottom-color: #fafafa;
}

.news_rt {
  width: 260px;
  float: right;
}

.down_top {
  width: 260px;
  border-top: 1px solid #f80;
  background: #fff;
  height: auto;
  margin-bottom: 10px;
  float: left;
}

.news_rt .title {
  height: 35px;
  line-height: 35px;
  background: #fbfbfb;
  font-size: 18px;
  font-weight: 700;
  padding: 0 10px;
}

.news_rt .title h2 {
  height: 35px;
  font-size: 18px;
  display: inline-block;
}

.box_text {
  float: left;
  padding: 0 10px;
}

.info {
  height: 80px;
  padding: 10px 0;
  border-bottom: 1px dotted #e9e9e9;
  width: 100%;
  float: left;
}

.info .down_img {
  width: 60px;
  height: 60px;
  display: block;
  float: left;
  position: relative;
}

.info .down_img img {
  width: 100%;
  height: 100%;
}

.p_txt {
  width: 172px;
  height: 60px;
  float: right;
  overflow: hidden;
}

.p_txt p {
  line-height: 20px;
  font-size: 12px;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
}

.down_load {
  width: 100%;
  float: left;
  padding: 10px 0 20px 0;
}

.down_load a {
  width: 100%;
  border-radius: 5px;
  height: 40px;
  background: #fc5017;
  display: block;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  transition: all 0.4s ease;
  margin-bottom: 10px;
}

.down_load a:hover {
  background: #e83d04;
}

.down_load a.index_btn1 {
  background: #2db201;
}

.down_load a.index_btn1:hover {
  background: #2d9712;
}

.down_load a.index_btn2 {
  background: #b22400;
}

.down_load a.index_btn2:hover {
  background: #b26a4a;
}

.down_load img.laod1 {
  float: left;
  margin: 7px 20px 0 20px;
}

.down_load img.laod2 {
  float: left;
  margin: 12px 20px 0 20px;
}

.down_load img.laod3 {
  float: left;
  margin: 7px 20px 0 20px;
}

.box_cont {
  width: 100%;
  float: left;
  margin-bottom: 10px;
  background: #fff;
  border-top: 1px solid #f80;
}

.box_tit {
  height: 48px;
  line-height: 48px;
  border-bottom: 2px solid #e9e9e9;
  padding: 0 10px;
}

.box_tit h1 {
  height: 46px;
  line-height: 46px;
  display: block;
  color: #444;
  font-size: 22px;
  float: left;
  padding: 0 10px;
  border-bottom: 2px solid #f80;
  font-weight: 700;
  cursor: default;
}

.box_video {
  max-width: 100%;
  height: 180px;
  float: left;
  padding: 0px 10px 20px 10px;
  position: relative;
  margin-top: 10px;
}
.box_video video {
  -o-object-fit: cover;
     object-fit: cover;
}

.box_item {
  width: 240px;
  float: left;
  padding: 0 10px 20px 10px;
}

.box_item li {
  width: 100%;
  height: 30px;
  line-height: 30px;
  float: left;
  border-bottom: 1px dotted #e9e9e9;
}

.box_item li i {
  float: left;
  font-size: 24px;
  margin-right: 10px;
  color: #f83;
}

.box_item li a {
  width: 205px;
  display: block;
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #666;
}

.box_item li a:hover {
  color: #f83;
  text-decoration: underline;
}

/*分页样式*/
.page {
  width: 100%;
  text-align: center;
  height: 25px;
  float: left;
  margin: 20px 0 20px 0;
}

.page dl dd {
  display: inline-block;
  border: 1px solid #dcdcdc;
  color: #666;
  margin: 0 0 0 20px;
}

.page dl dd.thisinfo {
  padding: 6px 10px;
  background: #f09600;
  color: #fff;
  border: 1px solid #f09600;
}

.page dl dd.not {
  padding: 6px 10px;
}

.page dl dd a {
  display: block;
  padding: 6px 10px;
  color: #666;
}

/*详情*/
.details_box {
  width: 100%;
  float: left;
  background: #fff;
  position: relative;
  top: -20px;
}

.text_title {
  padding: 25px 0;
  margin: 0 15px;
  border-bottom: 1px solid #f2f2f2;
}

.text_title h1 {
  margin-bottom: 15px;
  text-align: center;
  font-size: 20px;
  color: #f80;
  font-weight: 700;
}

.text_title p {
  color: #666;
  font-size: 14px;
}

.text_title img {
  max-width: 100%;
}

.text_con {
  padding-top: 15px;
  margin: 0 15px;
  line-height: 24px;
  font-size: 14px;
  color: #666;
}

.text_con p {
  text-indent: 2em;
  margin-bottom: 20px;
  color: #666;
  z-index: 10;
}

.operation {
  width: 100%;
  float: left;
  margin: 20px 0;
}

.operation span {
  width: 100%;
  display: block;
  color: #999999;
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #e3e3e3;
}

.Recommend {
  width: 100%;
  float: left;
  background: #fff;
}

.Recommend .box_item li {
  width: 315px;
  float: left;
  margin-left: 15px;
  height: 42px;
  line-height: 42px;
}

.Recommend .box_item li a {
  width: 280px;
}

.footer img {
  max-width: 100%;
}

/*样式覆盖*/
.navTop {
  width: 100%;
  float: left;
}

.navbar-nav {
  float: left;
  margin-top: 34px;
}

.navbar-nav li {
  padding: 0 0px 0 50px;
  font-size: 16px;
  text-align: center;
}

.navbar-nav li a {
  color: #fff;
}

.navbar-nav li:hover a {
  color: #ffb400;
}

.navbar-nav li span {
  font-size: 10px;
  color: #515151;
  font-weight: 500;
  display: block;
  margin-top: 5px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

.navbar-nav li:hover span {
  color: #ffb400;
}

/*媒体查询*/
@media (min-width: 1200px) {
  .container {
    width: 1200px;
    margin: 0;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  .navbar-nav li {
    padding: 0 11px;
  }
  .notice_list {
    width: 100%;
  }
  .notice_item .frr {
    margin-left: 0;
  }
  .purchase_ul li {
    width: 50%;
    margin-bottom: 15px;
  }
  .fot_lt {
    width: 100%;
    float: left;
    text-align: center;
  }
  .fot_rt {
    width: 100%;
    float: left;
  }
  .hero_title {
    font-size: 48px;
  }
  .news_lt {
    width: 100%;
  }
  .news_rt {
    width: 100%;
    float: left;
    margin-top: 20px;
  }
}
@media (max-width: 640px) {
  .logo_title {
    float: left;
    padding: 0 15px;
    width: 100%;
  }
  .logo_title .logo {
    max-width: 20%;
  }
  .logo_title h3 {
    font-size: 16px;
    margin-top: 10px;
    line-height: 28px;
  }
  .navbar-toggle {
    border: 1px solid #fff;
    margin-top: 20px;
  }
  .navbar-toggle .icon-bar {
    background: #fff;
  }
  .navbar-collapse.in {
    width: 100%;
    float: left;
  }
  .navbar-nav {
    width: 100%;
    float: left;
    margin: 0;
    padding: 15px 0;
  }
  .navbar-nav li {
    padding: 15px 40px;
  }
  .navbox .container {
    padding: 0;
    background: #000;
  }
  .hero_title {
    font-size: 18px;
    line-height: 18px;
    padding: 0;
  }
  .headr {
    height: auto;
    padding: 50px 0;
  }
  .hdr img {
    max-width: 60%;
  }
  .hero_work {
    font-size: 12px;
    line-height: 20px;
  }
  .download_link {
    margin-top: 30px;
  }
  .download_link a {
    padding: 0 20px;
    margin-left: 0;
  }
  .video_introduce > div {
    padding: 15px;
  }
  .introduce_box {
    padding: 15px 0;
  }
  .game a.game_img {
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 10px;
  }
  .game a.game_img img {
    width: 100%;
    height: 100%;
  }
  .game_tcont .name {
    font-size: 16px;
  }
  .game_tcont p {
    font-size: 12px;
    line-height: 20px;
    margin-top: 0;
  }
  .download_price span {
    width: 100%;
  }
  .price_gm {
    margin-left: 0;
    margin-top: 10px;
  }
  .download-int {
    margin-top: 0;
  }
  .notice_top_img {
    width: 100%;
  }
  .notice_top h3 {
    width: 100%;
    float: left;
  }
  .notice_list {
    width: 100%;
  }
  .notice_item .frr {
    margin-left: 0;
  }
  .notice_list li p {
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .purchase_ul li {
    width: 100%;
    margin-top: 15px;
  }
  .purchase .title p {
    font-size: 20px;
  }
  .page {
    height: auto;
  }
  .page dl dd {
    margin: 0 0 0 5px;
  }
  .fot_rt {
    width: 100%;
    float: left;
  }
  .news_lt {
    width: 100%;
    float: left;
    padding: 0;
  }
  .news_rt {
    width: 100%;
    float: left;
    margin-top: 20px;
  }
  .down_top {
    width: 100%;
  }
  .text_con img {
    max-width: 90 !important;
  }
  .news_ul li h3 b {
    font-weight: 400;
  }
}
/*分页样式*/
.page {
  width: 100%;
  text-align: center;
  height: 25px;
  float: left;
  margin: 20px 0 20px 0;
}

.page ul li {
  padding: 6px 10px;
  display: inline-block;
  border: 1px solid #dcdcdc;
  color: #666;
  margin: 0 0 0 20px;
}

.page ul li.thisinfo {
  background: #f09600;
  color: #fff;
  border: 1px solid #f09600;
}

.page ul li a {
  display: block;
  color: #666;
}

.news_ul li h3 b {
  font-weight: 400;
}

.box_cont .Label li span {
  width: 50%;
  float: left;
  line-height: 30px;
  padding: 0 0 0 20px;
  border-bottom: 1px dotted #eee;
}

.box_cont .Label li span a {
  color: #333;
}

.box_cont .Label li span a:hover {
  color: #f63;
}

/* box-pg1 独立模块 分页 ==================*/
/* .box-pg1 {
  text-align: center;
  padding: 70px 0px;
  padding: 1.70rem 0px;
}
.box-pg1 a {
  padding: 2px 4px;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  text-decoration: none;

  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  font-family: "Arial";
  font-size: 14px;
  color: #666666;
  background-color: #efefef;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.box-pg1 a.on, .box-pg1 a:hover {
  background-color: #f9d550;
  color: #fff;
}
.box-pg1 .prev {
  padding-right: 10px;
}
.box-pg1 .next {
  padding-left: 10px;
}
.box-pg1 .prev span, .box-pg1 .next span {
  visibility: hidden;
}
.box-pg1 .prev a {
  background: #efefef url('../images/pt-ico16.png') no-repeat center center;
}
.box-pg1 .next a {
  background: #efefef url('../images/pt-ico15.png') no-repeat center center;
}
.box-pg1 .bpg12 {
  padding: 0 10px;
  font-size: 14px;
  color: #666666;
}
.box-pg1 .bpg12 input {
  width: 35px;
  height: 25px;
  line-height: 25px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  text-align: center;
  font-size: 12px;
  margin: 0 5px;
}
.box-pg1 li.dd a {
  background: transparent !important;
  font-size: 18px;
}
.box-pg1 li.dd a:hover {
  color: #666;
} */
.box-pg1 {
  padding: 20px 0;
}
.box-pg1 ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.box-pg1 ul li {
  margin: 0 5px;
}
.box-pg1 ul li a {
  display: block;
  padding: 8px 15px;
  background: #efefef;
  border-radius: 5px;
}
.box-pg1 ul li a:hover {
  text-decoration: none;
  background: #f9d550;
  color: #fff;
}
.box-pg1 ul li.current a {
  background: #f9d550;
  color: #fff;
}