body {
  background-color: #f4f4f4;
}

/*************
 header 
*************/
.header-top {
  background: #f8f8f8;
  box-shadow: 0 1px 0 0 #ebebeb;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}
.l-type {
  padding: 0;
}
.l-type .cate_link {
  cursor: pointer;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  background-color: #d6e6fc;
  border-radius: 100px;
  padding: 0 10px;
  margin: 0 10px 10px 0;
}
.l-type .cate_link a {
  display: inline-block;
  height: 100%;
  line-height: 24px;
  font-size: 12px;
  line-height: 24px;
  color: #000;
  text-decoration: none;
}

/* .header-main  */
.logo {
  display: flex;
}
.logo img {
  height: 70px;
  margin: 0;
  /* margin-right: 80px; */
}
.logo .line {
  height: 75%;
  /* margin-top: 10%; */
  transform: rotate(10deg);
  border-right: 1px solid #000;
  position: relative;
  top: 10%;
  padding: 0 5px;
}
.logo .logo-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 80px;
  text-align: center;
  font-size: 14px;
  font-family: 楷体;
}
.header-main {
  display: flex;
  justify-content: space-between;
  padding: 22px 0 6px;
}
.dis-tab {
  height: 100%;
  display: table;
}
.tab-cell {
  display: table-cell;
  vertical-align: middle;
}
.yellow-btn {
  width: 112px;
  color: white;
  text-align: center;
  font-size: 20px;
  line-height: 48px;
  letter-spacing: 1px;
  cursor: pointer;
  background-color: #fa9b21;
  border-radius: 4px;
  /* padding: 2px; */
}
.search-div {
  font-family: MicrosoftYaHei;
  letter-spacing: 1px;
  flex-grow: 1;
  padding: 0 5%;
}
.search-border {
  display: flex;
  border-radius: 10px;
  border: solid 3px #3877d7;
}
.search-border .search-title {
  color: #434343;
  font-size: 16px;
  line-height: 42px;
  margin: 0 8px;
  padding-left: 8px;
}
.search-border .search-title span {
  border-right: 1px solid #cccccc;
  padding-right: 6px;
}
.search-border input {
  flex-grow: 1;
  border: none;
  background-color: transparent;
  margin: 4px 0;
}
.search-border input:focus {
  outline: none;
}
.search-border .search-btn {
  color: white;
  line-height: 36px;
  background-color: #3877d7;
}
.search-border .search-btn .iconfont {
  font-size: 24px;
  line-height: 40px;
  padding: 0 8px;
}
.search-hot {
  width: 100%;
  height: 22px;
  color: #434343;
  font-size: 14px;
  line-height: 22px;
  margin-top: 11px;
  overflow: hidden;
}
.search-hot span {
  cursor: pointer;
  margin-right: 6px;
}
/* m-heade */
.m-header {
  display: none;
}
.m-header .m-header-flex {
  display: flex;
  color: white;
  justify-content: space-between;
  background-color: #4f93ef;
  padding: 6px 8px;
}
.m-logo {
  height: 32px;
  padding: 0;
}
.m-header-flex .iconfont {
  font-size: 22px;
  line-height: 32px;
}
/* 手机版菜单 */
#mMenu {
  height: 100%;
  width: 100%;
  background-color: white;
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 1002;
}
.mMenu-top {
  display: flex;
  height: 44px;
  align-items: center;
  justify-content: space-between;
}
.mMenu-top .menu-colse {
  padding-left: 16px;
}
.mMenu-top > .mm-search {
  padding-right: 16px;
}
.mMenu-top > .mm-search input {
  max-width: 100%;
  height: 30px;
  font-size: 14px;
  line-height: 28px;
  border: 1px solid #f4f4f4;
  border-radius: 15px;
  background-color: #f4f4f4;
  padding: 0 10px;
  margin-right: 12px;
}
.mMenu-top > .mm-search input:focus {
  outline: none;
  border-color: #3d93cc;
}
.mMenu-top > .mm-search button {
  height: 30px;
  color: white;
  font-size: 14px;
  line-height: 30px;
  border: none;
  border-radius: 15px;
  background-color: #3d93cc;
  padding: 0 8px;
}
.mMenu-main {
  display: flex;
  height: calc(100% - 44px);
}
.mm-left {
  background-color: #f4f4f4;
}
.mm-left ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mm-left ul li {
  width: 85px;
  height: 46px;
  font-size: 14px;
  line-height: 46px;
  text-align: center;
}
.mm-left ul .click {
  color: #357cdc;
  background-color: white;
}
.mm-right {
  height: 100%;
  overflow-y: auto;
  flex-grow: 1;
  padding: 16px 6px;
}
.mm-right > div {
  display: none;
}
.mm-right > .click {
  display: block;
}
.mm-right h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
}
.mm-right .plus-links {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.mm-right .plus-links a {
  font-size: 14px;
  color: #000;
  text-decoration: none;
  padding: 0 3px;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  header {
    display: none;
  }
  .m-header {
    display: block;
  }
}

/*************
 .menu 菜单 
*************/
.menu {
  height: 50px;
  line-height: 50px;
  background-color: #4f93ef;
}
.menu-scroll {
  width: 100%;
  overflow-x: auto;
}
.menu ul {
  list-style: none;
  width: 100%;
  padding: 0;
}
.menu li {
  float: left;
  text-align: center;
  width: 12.5%;
  /* width: 138px; */
}
.menu li a {
  display: inline-block;
  width: 100%;
  color: white;
  font-size: 16px;
  text-decoration: none;
  /* padding: 0 20px; */
}
.menu li a:hover {
  background-color: #3877d7;
}
.menu-click {
  background-color: #3877d7;
}
@media screen and (max-width: 991px) {
  .menu {
    line-height: 38px;
    height: 40px;
    background-color: white;
  }
  .menu li a {
    color: #333;
    margin-right: 24px;
  }
  .menu ul {
    width: 800px;
  }
  .menu ul li {
    width: auto;
  }
  .menu li a:hover {
    color: #3877d7;
    background-color: white;
  }
  .menu li .menu-click {
    color: #3877d7;
    background-color: white;
    border-bottom: 1px solid #3877d7;
  }
}

/*************
 .banner 广告 
*************/
.banner {
  display: flex;
  justify-content: space-between;
  background-color: white;
  padding-bottom: 16px;
  position: relative;
}
.banner-left {
  width: 18%;
  height: 460px;
  color: white;
  background-color: #434343;
}
.banner-left ul {
  list-style: none;
  padding: 0 0;
}
.banner-left ul li {
  padding: 12px 16px 14px;
  /* margin-bottom: 24px; */
}
.banner-left ul li p {
  font-size: 20px;
  margin: 0 0 2px;
}
.banner-left ul li a {
  display: inline-block;
  font-size: 14px;
  color: #c5c5c5;
}
.banner-left-plus {
  /* display: none; */
  /* width: 100%;
  height: 100%; */
  /* position: absolute;
  left: 0;
  top: 0; */
}
.banner-left-plus ul {
  list-style: none;
  margin: 0;
}
.banner-left-plus ul li {
  display: none;
  color: white;
  background-color: #434343;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 12px 16px;
}
.banner-left-plus .title {
  font-size: 20px;
  margin-bottom: 6px;
}
.banner-left-plus .plus-links {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.banner-left-plus .plus-links a {
  font-size: 14px;
  color: #c5c5c5;
  text-decoration: none;
  padding: 0 3px;
  margin-right: 10px;
  margin-bottom: 2px;
}
.banner-center {
  width: 64%;
  background-color: #434343;
  position: relative;
}
.carousel-inner img {
  width: 100%;
  height: 100%;
}
.banner-right {
  width: 18%;
  background-color: #de924f;
  overflow: hidden;
}
.banner-r-top {
  height: 200px;
  color: white;
  font-size: 18px;
  text-align: center;
  background-color: #4186e4;
  background-image: url("../img/rightheadbg.jpg");
  background-position: center top;
  position: relative;
}
.banner-r-top img {
  width: 40%;
  margin: 20px 0;
}
.banner-r-top a {
  color: white;
  text-decoration: none;
  padding: 0 2px;
}
.banner-r-top .put {
  display: inline-block;
  width: 110px;
  text-align: center;
  font-size: 18px;
  height: 34px;
  line-height: 34px;
  background-color: #fa9b21;
  border-radius: 10px;
  margin: 16px 0 2px;
}
.banner-r-top::after {
  content: "";
  width: 100%;
  height: 0;
  border-top: 18px solid #4186e4;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  position: absolute;
  top: 100%;
  left: 0;
}
.new-order-out {
  height: calc(100% - 200px);
  /* background-color: #de924f; */
  padding: 0 15px 15px;
  margin: 0;
}
.new-order {
  max-height: 100%;
  overflow-y: hidden;
  background-color: white;
  box-shadow: 0px 6px 10px 2px rgba(0, 0, 0, 0.35);
  padding-top: 24px;
}
.new-order h5 {
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #4f93ef;
}
.new-order ul {
  list-style: none;
  padding: 0 12px;
  margin: 0;
}
.new-order ul li {
  border-bottom: dashed 1px #a0a0a0;
}
.new-order ul li:last-child {
  border: none;
}
.new-order ul li p {
  font-size: 14px;
  margin: 0;
}
.new-order ul li .time {
  font-size: 12px;
  text-align: right;
}

.banner-bottom {
  display: flex;
  background-color: white;
  justify-content: space-between;
  padding-bottom: 18px;
  margin-bottom: 12px;
}
.banner-bottom > div {
  width: 32.5%;
  background-color: #dddddd;
}
.banner-bottom > div img {
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .banner-r-top::after {
    border-top: 18px solid #4186e4;
    border-left: 84px solid transparent;
    border-right: 84px solid transparent;
  }
}
@media screen and (max-width: 991px) {
  .banner {
    /* margin-top: 12px; */
    z-index: 20;
  }
  .banner-left {
    display: none;
  }
  .banner-right {
    display: none;
  }
  .banner-center {
    width: 100%;
  }
}

/*************
 .container 主体
*************/
.type-main {
  height: 100%;
  background-color: white;
  padding-top: 18px;
  margin-bottom: 12px;
}
.h2-title {
  color: white;
  font-size: 22px;
  line-height: 48px;
  letter-spacing: 1px;
  background-color: #4f93ef;
  padding: 0 20px;
  margin: 0;
}
.h2-title .title-more {
  float: right;
  color: white;
  font-size: 16px;
}
.type-items {
  width: 100%;
  /* height: 100%; */
  display: flex;
  flex-wrap: wrap;
  border-left: solid 1px #eeeeee;
}

/* 商户推荐 */
.item-master {
  width: 33.3333%;
  color: #434343;
  display: flex;
  text-decoration: none;
  border: solid 1px #eeeeee;
  border-left: none;
  border-top: 0;
  padding: 16px;
}
.item-master:hover {
  color: #434343;
  text-decoration: none;
}
.item-master .master-img {
  height: 110px;
  width: 110px;
  text-align: left;
}
.item-master .master-img img {
  width: 110px;
  max-height: 100%;
}
.master-ins {
  flex-grow: 1;
  position: relative;
  padding-left: 14px;
}
.master-ins .master-title {
  font-weight: 500;
  letter-spacing: 1px;
  color: #000;
}
.master-ins .master-tags {
  margin-bottom: 18px;
}
.master-ins .master-tags > span {
  color: #6c6c6c;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  background-color: #d6e6fc;
  border-radius: 10px;
  padding: 0 16px;
  margin-bottom: 6px;
}
.master-ins .master-tags .hot {
  color: #de924f;
}
.master-ins .pageviews {
  color: rgb(170, 170, 170);
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 14px;
  text-align: right;
  margin: 0;
  padding-right: 12px;
}
.master-ins .pageviews .iconfont {
  margin-right: 3px;
  font-size: 16px;
  line-height: 20px;
  /* padding-top: 2px; */
  /* vertical-align: middle; */
}
@media screen and (max-width: 991px) {
  .item-master {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .item-master {
    width: 100%;
  }
  .master-img {
    width: 33%;
  }
  .master-img img {
    max-width: 100%;
  }
  .master-ins {
    width: 67%;
  }
}

/* row 三列 */
.row .type-items {
  color: #434343;
  border: none;
  padding-top: 6px;
}
/* 页游 */
.item-pagegame {
  width: 100%;
  /* height: 100%; */
  list-style: none;
  padding: 0 8px;
  margin: 0;
}
.item-pagegame li {
  display: flex;
  border-bottom: 1px dashed #7f7f7f;
  margin-bottom: 18px;
}
.item-pagegame-title {
  width: 100%;
  display: flex;
  border: none;
  padding: 0 8px;
}
.item-pagegame-title > div {
  width: 25%;
}
.item-pagegame li > div {
  width: 25%;
  line-height: 28px;
}
.item-pagegame li > div a {
  color: #be7851;
}
.item-pagegame li > :nth-child(3) {
  color: #5c5c5c;
  font-size: 14px;
}
.item-pagegame li > :last-child {
  font-size: 14px;
}

/* 新闻 */
.item-news {
  width: 100%;
  padding: 0 16px;
}
.item-imgnews {
  position: relative;
}
.item-imgnews p {
  width: 100%;
  color: white;
  font-size: 18px;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
}
.item-imgnews img {
  width: 100%;
}
.item-newslist {
  background-color: #f9faf9;
  padding-top: 12px;
}
.item-newslist > .nav {
  justify-content: space-around;
}
.item-newslist .nav-link {
  color: #000;
  font-size: 16px;
  border-radius: 0 !important;
  padding: 4px 6px;
}
.item-newslist .nav-item .active {
  border-top: #ec6941 2px solid !important;
  background-color: #f9faf9;
}
.item-newslist .news-ul {
  padding: 12px 6px 0 22px;
  margin: 0;
}
.item-newslist .news-ul li {
  color: black;
  font-size: 12px;
  padding-bottom: 6px;
}
.item-newslist .news-ul li a {
  display: block;
  color: black;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.item-newslist .news-ul li a span {
  position: absolute;
  right: 0;
  background-color: #f9faf9;
  padding-left: 2px;
  padding-right: 6px;
  /* display: none; */
}
.lg-y-bord {
  border-left: 1px solid #eeeeee !important;
  border-right: 1px solid #eeeeee !important;
}

/* 新游 */
.item-up {
  width: 100%;
  list-style: none;
  padding: 0 14px;
  margin: 0;
}
.item-up li a {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 28px;
  color: #434343;
  text-decoration: none;
  border-bottom: solid 1px #afafaf;
  margin-bottom: 10px;
}
.item-up-ti {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 14px;
  margin-bottom: 8px;
}

/* 另一标题 h2 */
.h2-ti {
  color: white;
  font-size: 22px;
  line-height: 48px;
  text-align: center;
  letter-spacing: 1px;
  background-image: url("../img/titlebg.jpg");
  background-size: auto 100%;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 0 20px;
  margin: 0;
}
.h2-ti .title-more {
  float: right;
  color: white;
  font-size: 16px;
}
.h2-ti .gree {
  color: #cecece;
  font-size: 75%;
}

/*************
 .ranking 排行榜
*************/
.ranking-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.ranking-li {
  width: 25%;
  color: #434343;
  /* border-right: 1px solid #eeeeee !important; */
  padding: 12px 6px 0;
}
.ranking-title {
  font-size: 16px;
  line-height: 36px;
  border-bottom: #808080 4px solid;
  padding: 0 6px;
}
.ranking-title a {
  font-size: 14px;
  float: right;
  color: #434343;
}
.list-title {
  font-size: 12px;
  margin-bottom: 6px;
  padding: 0 10px;
}
.ranking-list {
  list-style: none;
  padding: 4px 10px;
}
.icon-fire {
  color: rgb(243, 74, 22);
}
.ranking-list li {
  font-size: 14px;
  padding: 2px 0 8px;
}
.ranking-list li a {
  color: inherit;
}
.ranking-list .rank-num {
  display: inline-block;
  min-width: 18px;
  font-size: 14px;
  line-height: 18px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  text-align: center;
  background-color: #e5e5e5;
  padding: 0 2px;
  margin-bottom: 6px;
  margin-right: 8px;
}
.ranking-list .hot-num {
  float: right;
}
.ranking-list .ranking-1 {
  display: flex;
  padding-left: 8px;
  /* margin: 0 auto; */
}
.ranking-list .ranking-1-img {
  width: 40%;
  min-height: 120px;
}
.ranking-list .ranking-1-img img {
  max-width: 100%;
  max-height: 120px;
}
.ranking-list .ranking-1-ins {
  padding-left: 12px;
}
.ranking-list .ranking-1 p {
  font-size: 13px;
  margin: 2px 0;
}
.ranking-list .ori-link {
  color: #3877d7;
  font-size: 12px;
  border: solid 1px #3877d7;
  padding: 0 6px;
  margin-right: 8px;
  margin-top: 10px;
}
.rank-one {
  color: #000 !important;
  background-color: #fb5f4b !important;
}
.rank-tow {
  color: #000 !important;
  background-color: #f39800 !important;
}
.rank-tre {
  color: #000 !important;
  background-color: #f9ada2 !important;
}
@media screen and (max-width: 991px) {
  .ranking-li {
    width: 50%;
  }
  .xuqiu-hover {
    right: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .ranking-li {
    width: 100%;
  }
}

/* 热点问题 */
.que {
  line-height: 30px;
  padding: 12px 10px;
}
.que a {
  font-size: 14px;
  margin-right: 12px;
}
.que .gree {
  color: #999999;
}
.que .blue {
  color: #3877d7;
}
.fixed-btn {
  width: 40px;
  height: 40px;
  text-align: center;
  display: inline-block;
  background-color: white;
  border: solid 1px #e5e5e5;
  border-radius: 2px;
  cursor: pointer;
  position: fixed;
  right: 100px;
  bottom: 100px;
}
.fixed-btn .iconfont {
  font-size: 20px;
  line-height: 40px;
}

/* 需求征集 */
.xuqiu {
  display: inline-block;
  width: 60px;
  height: 60px;
  color: white;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  background-color: #4f93ef;
  border-radius: 4px;
  position: absolute;
  right: 0;
  bottom: -20px;
  padding: 10px 0;
  cursor: pointer;
}
.xuqiu:hover + .xuqiu-hover {
  display: block;
}
.xuqiu-hover {
  display: none;
  width: 500px;
  max-width: 100%;
  color: #000;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.35);
  border-radius: 5px;
  position: absolute;
  bottom: 10px;
  right: 25px;
}
.xuqiu-hover:hover {
  display: block;
}
.xuqiu-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: white;
  font-family: "MicrosoftYaHei";
  background-color: #3877d7;
  border-radius: 5px 5px 0px 0px;
  padding: 12px 20px;
}
.xuqiu-top .title {
  font-size: 26px;
  line-height: 42px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #ffffff;
}
.xuqiu-top .wechatid {
  font-size: 16px;
  line-height: 18px;
  margin: 0 0;
}
.xuqiu-cont {
  padding: 32px 28px;
}
.xuqiu-cont .fast-select {
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #3877d7;
  border-radius: 5px;
  border: solid 2px #3877d7;
  padding: 0 6px;
  margin-bottom: 7px;
}
.xuqiu-cont textarea {
  resize: none;
}
.xuqiu-cont .form-group {
  display: flex;
}
.xuqiu-cont .l-ti {
  width: 90px;
  text-align: right;
  line-height: 38px;
  padding-right: 10px;
}
.xuqiu-cont .tijiao {
  display: inline-block;
  width: 240px;
  height: 48px;
  font-size: 19px;
  line-height: 46px;
  text-align: center;
  color: white;
  text-decoration: none;
  background-color: #3877d7;
  border-radius: 5px;
  border: solid 1px #999999;
  margin-left: 80px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1360px) {
  .fixed-btn {
    right: 8px;
  }
}
@media screen and (max-width: 991px) {
  .xuqiu-hover {
    right: 0 !important;
  }
  .xuqiu-cont .l-ti {
    text-align: left;
  }
  .xuqiu-cont .tijiao {
    margin-left: 0;
  }
}
/*************
 .footer 底部
*************/
.footer {
  color: #999999;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  background-color: #333333;
  padding: 42px 0;
}
.to-link {
  padding: 0 6px;
}
.to-link a {
  color: #999999;
  display: inline-block;
  margin-right: 4px;
}
.footer-bottom {
  text-align: center;
}
.footer-bottom p {
  margin: 0;
}
.footer-bottom a {
  color: #999999;
  padding: 0 4px;
}
.footer-flex {
  display: flex;
}
.footer-left {
  order: 1;
}
.footer-right {
  order: 2;
  display: flex;
  align-items: flex-end;
  padding-left: 32px;
}
.footer-right .code2d {
  margin: 12px 0 6px;
}

@media screen and (max-width: 991px) {
  .footer-flex {
    display: block;
  }
  .footer-right {
    padding: 0;
    margin-bottom: 20px;
  }
}
/***************
  question 问题页 
***************/

.que-main {
  margin-left: -7px;
  margin-right: -7px;
  margin-bottom: 20px;
  margin-top: 40px;
}
.que-main > div {
  padding: 0 7px;
  margin-bottom: 20px;
}
.que-box {
  background-color: white;
  border-radius: 5px;
  padding: 10px 0 4px;
  /* margin-top: 40px; */
}
.que-h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 1px;
  border-left: #f47138 6px solid;
  border-bottom: #e5e5e5 1px solid;
  padding-left: 20px;
  margin-bottom: 22px;
}
.que-li {
  display: flex;
  border-bottom: #e5e5e5 1px solid;
  padding-left: 6px;
  padding-bottom: 12px;
  margin-left: 4px;
  margin-bottom: 12px;
}
.news-box .que-li:last-child {
  margin-bottom: 0 !important;
}
.que-img img {
  width: 240px;
}
.que-ins {
  position: relative;
  padding-left: 10px;
  padding-right: 16px;
  padding-bottom: 20px;
}
.que-ins a {
  color: #000;
  text-decoration: none;
}
.que-ins h5 {
  font-size: 16px;
  font-weight: bold;
}
.que-ins p {
  color: #999999;
  font-size: 13px;
}
.que-other {
  color: #999999;
  font-size: 12px;
  letter-spacing: 1px;
  position: absolute;
  bottom: 2px;
  left: 12px;
}
.que-other .iconfont {
  font-size: 12px;
}
/* col-right */
.col-right {
  font-family: "MicrosoftYaHei";
  font-weight: normal;
  background-color: white;
  border-radius: 5px;
  padding: 10px 0 2px;
  margin-bottom: 10px;
}
/* hot 热门 */
.col-right .que-h3 {
  font-size: 14px;
  line-height: 32px;
  border-left: #f47138 6px solid;
  border-bottom: #e5e5e5 1px solid;
  padding-left: 10px;
}
.hot-que ul {
  padding-left: 7px;
  list-style: none;
  margin: 0;
}
.hot-que ul li {
  border-bottom: #e5e5e5 1px solid;
  padding-bottom: 6px;
  padding-left: 9px;
  margin-bottom: 4px;
}
.hot-que ul li:last-child {
  border: none;
}
.hot-que ul li .ques {
  color: #3c3c3c;
  font-size: 14px;
  line-height: 32px;
  margin: 0;
}
.hot-que ul li .ques a {
  color: #3c3c3c;
  text-decoration: none;
}
.ques-other {
  color: #969999;
  font-size: 12px;
  margin: 0;
}
.que-more {
  text-align: center;
  font-size: 14px;
  color: #357cdc;
  background-color: white;
  border-radius: 5px;
  padding: 12px 0;
  margin-bottom: 20px;
}
/* 热门游戏推荐 */
.hot-game-up {
  display: flex;
  flex-wrap: wrap;
}
.game-up-block {
  width: 50%;
  padding: 3.5px;
}
.game-up-block a {
  color: #000;
  text-decoration: none;
}
.game-up-block img {
  width: 100%;
}
.game-up-block .title {
  width: 100%;
  font-size: 13px;
  line-height: 26px;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .que-li .que-img {
    width: 40%;
  }
  .que-li .que-img img {
    width: 100%;
  }
  .que-li .que-ins {
    width: 60%;
  }
  /* 兼容性待测 */
  .que-li .que-ins > p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}

/***************
  other 关于页 
***************/

.other-main {
  font-family: "MicrosoftYaHei";
  margin: 16px -7px 20px;
}
.other-main > div {
  padding: 0 7px;
  margin-bottom: 20px;
}
/* 左 列表 */
.other-list {
  list-style: none;
  background-color: white;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
  padding: 22px 0;
}
.other-list > li > div {
  line-height: 18px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  padding: 14px 0 14px 22px;
}
.other-list > li > div i {
  color: #ff6700;
  padding-right: 8px;
}
.other-list > li > div:hover {
  color: #ff6700;
}
.other-list > li > ul {
  display: none;
  list-style: none;
  padding: 0;
}
.other-list > li > ul > li {
  line-height: 26px;
  font-size: 12px;
  cursor: pointer;
  padding-left: 34px;
}
.other-list ul > li:hover {
  color: #ff6700;
}
.about-li-active {
  color: white !important;
  background-color: #4f93ef !important;
}
/* 右 div内容块 */
.other-right {
  background-color: #fff;
}
.other-blocks {
  padding: 40px 80px;
}
.other-blocks > div {
  display: none;
}
.other-blocks h2 {
  font-size: 26px;
  line-height: 38px;
  font-weight: bold;
  margin-bottom: 80px;
}
.other-blocks h3 {
  font-size: 21px;
  font-weight: bold;
}
.other-blocks h4 {
  font-size: 16px;
  font-weight: bold;
}
.other-blocks h5 {
  font-size: 14px;
  font-weight: bold;
}
.other-blocks p {
  font-size: 13px;
  line-height: 26px;
}
.other-blocks .bord {
  font-weight: 600;
}

/***************
  question  问题详情页 
***************/

.question-up {
  font-family: "MicrosoftYaHei";
  background-color: white;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 16px 12px 16px 20px;
}
.question-up h1 {
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 15px;
}
.question-up .icon-q {
  color: white;
  width: 24px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  background-color: #4f93ef;
  border-radius: 5px;
  display: inline-block;
  /* padding: 0 5px; */
  margin-right: 4px;
}
.col-right .icon-q {
  color: white;
  font-size: 16px;
  font-weight: normal;
  display: inline-block;
  width: 20px;
  line-height: 20px;
  text-align: center;
  background-color: #4f93ef;
  border-radius: 2px;
  margin-right: 3px;
}
.ans .icon-a {
  display: inline-block;
  width: 24px;
  text-align: center;
  color: white;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  background-color: #f47138;
  border-radius: 5px;
  margin-right: 5px;
}
.col-right .icon-a {
  display: inline-block;
  width: 20px;
  text-align: center;
  color: white;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  background-color: #f47138;
  border-radius: 2px;
  margin-right: 4px;
}
.question-up .time {
  color: #999999;
  font-size: 13px;
  letter-spacing: 1px;
}
.que-text-border {
  min-height: 160px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  position: relative;
  margin-left: 12px;
  padding: 10px 20px;
}
.que-text-border .title {
  color: #999999;
  font-size: 15px;
  letter-spacing: 1px;
}
.que-text-border .ont-login {
  /* display: none; */
  min-height: 100px;
}
.que-text-border .que-textarea {
  /* display: none; */
  width: 100%;
  min-height: 130px;
  resize: none;
  font-family: "MicrosoftYaHei";
  font-size: 14px;
  border: none;
}
.push-div {
  width: 100%;
  text-align: right;
  /* position: absolute;
  bottom: 10px;
  padding: 0 30px; */
}
.que-text-border .push {
  color: #ffffff;
  font-size: 14px;
  line-height: 38px;
  letter-spacing: 1px;
  background-color: #4f93ef;
  border: none;
  border-radius: 5px;
  padding: 0 8px;
}
.que-text-border .que-textarea:focus {
  outline: none;
}
/* 回答 */
.ans {
  font-family: "MicrosoftYaHei";
  margin-bottom: 20px;
}
.ans .ans-h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: 3px;
  background-color: white;
  border-radius: 5px;
  padding: 16px 12px 18px 20px;
  margin-bottom: 1px;
}
.ans .ans-h3 > span {
  font-size: 13px;
  color: #999999;
  font-weight: normal;
  padding-left: 16px;
  border-left: 1px solid #e5e5e5;
}
.ans .ans-h3 > span span {
  color: #3c3c3c;
}
.ans-block {
  background-color: white;
  border-radius: 5px;
  padding: 16px 12px 16px 20px;
  margin-bottom: 8px;
}
.from-user {
  display: flex;
  margin-bottom: 14px;
}
.from-user .head-img img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}
.from-user .user-name {
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  letter-spacing: 1px;
  color: #3c3c3c;
  margin: 0;
}
.from-user .time {
  font-size: 11px;
  letter-spacing: 1px;
  color: #999999;
  margin: 0;
}
.ans .ans-text p {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1px;
  color: #999999;
  margin-bottom: 10px;
}
.ans .ans-text img {
  max-width: 100%;
  margin-bottom: 10px;
}
/* que-and 相关问答 */
.que-and ul {
  list-style: none;
  padding: 0 15px;
}
.que-and li:first-child .que-and-title {
  color: #347cdc;
}
.que-and li .que-and-title {
  display: block;
  color: #3c3c3c;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
  letter-spacing: 1px;
  margin-bottom: 4px;
}
.que-and li .que-and-ans {
  color: #969999;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 1px;
  margin-bottom: 4px;
}

/*************
  游戏主页 
*************/

/* game通用头部 */
.game-header {
  background-image: url("../img/game_menu_bg.jpg");
  background-size: auto 100%;
  padding: 52px 0 40px;
}
.game-header-box {
  display: flex;
  flex-wrap: wrap;
  padding-left: 6%;
}
.game-logo {
  height: 100px;
  overflow: hidden;
  border-radius: 5px;
}
.game-logo img {
  width: 140px;
  height: 100px;
}
.game-namu {
  padding-left: 20px;
}
.game-name {
  font-family: "MicrosoftYaHei";
  font-size: 28px;
  line-height: 30px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #434343;
  margin-bottom: 30px;
}
.game-menu ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.game-menu ul li {
  font-size: 20px;
  font-family: "MicrosoftYaHei";
  background-color: #f47138;
  border-radius: 5px;
  padding: 4px 12px;
  margin-right: 26px;
}
.game-menu ul li a {
  font-weight: lighter;
  color: white;
  text-decoration: none;
}
/* dir 面包屑导航 */
.dir ul {
  display: flex;
  font-size: 12px;
  list-style: none;
  background-color: white;
  padding: 12px 0;
  padding-left: 20px;
  margin-top: 16px;
}
.dir ul li {
  cursor: default;
}
.dir ul li a {
  color: #000000;
  text-decoration: none;
}
.dir .icon-home {
  color: rgb(216, 216, 216);
  font-size: 12px;
  line-height: 12px;
  margin: 0 2px;
}
/* content main */
.game-main {
  margin-bottom: 32px;
}
.game-main > .row {
  margin: 0 -6px;
}
.game-main > .row > div {
  padding: 0 6px;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .game-header-box {
    padding: 0 2%;
  }
  /* .game-logo{} */
  .game-namu {
    /* width: 100%; */
    padding: 8px 0 0 0;
  }
  .game-name {
    margin-bottom: 12px;
  }
  .game-menu ul li {
    font-size: 16px;
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 767px) {
}

/***************
  master 工作室 
***************/

.game-master {
  margin-bottom: 32px;
}
/* h2 标题  */
.game-h2 {
  width: 100%;
  display: flex;
  font-family: "MicrosoftYaHei";
  letter-spacing: 1px;
  color: #3c3c3c;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
  margin-bottom: 30px;
}
.game-h2 h2 {
  font-size: 21px;
  font-weight: bold;
  line-height: 21px;
  border-left: 6px solid #f47138;
  padding-left: 15px;
  margin: 0;
}
.game-h2 p {
  font-size: 16px;
  padding-left: 18px;
  margin: 0;
}
/* master 工作室 */
.game-master-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px;
  padding: 0;
}
.game-master-border {
  width: 25%;
  padding: 0 6px 12px;
}
.game-master-block {
  height: 100%;
  display: block;
  /* flex-wrap: wrap; */
  text-align: center;
  background-color: white;
  border: solid 1px #e5e5e5;
  padding: 9px 6px;
}
.game-master-block:hover {
  text-decoration: none;
}
.game-master-block .master-ins {
  padding: 0 6px;
}
.game-master-block .master-img img {
  width: 140px;
}
.game-master-block .master-ins .master-tags {
  margin: 0;
}
.game-master-block .master-ins .master-title {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #3c3c3c;
  line-height: 30px;
  margin: 0;
}
.game-master-block .master-ins .master-tags {
  text-align: left;
}
.game-master-block .master-ins .master-tags > span {
  line-height: 20px;
  font-size: 12px;
  padding: 0 8px;
}
/* 右侧 简言 */
.jianjie {
  color: #3c3c3c;
  background-color: white;
  margin-bottom: 10px;
  padding: 0 8px;
}
.jianjie .iconfont {
  color: #357bdc;
  font-size: 36px;
  line-height: 46px;
}
.jianjie .text p {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1px;
  margin: 0;
}
.jianjie .text h5,
.jianjie .text h6 {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 4px;
}

@media screen and (max-width: 767px) {
  .game-master-border {
    width: 100%;
    padding-bottom: 0;
  }
  .game-master-block {
    display: flex;
    border: 0;
    border-bottom: solid 1px #e5e5e5;
    padding: 16px;
    margin: 0;
  }
  .game-master-block .master-img {
    height: 110px;
    width: 110px;
    text-align: left;
    margin-right: 10px;
  }
  .game-master-block .master-ins {
    text-align: left;
  }
  .game-master-block .master-ins .master-title {
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 6px;
  }
}

/***************
  game index 游戏首页
***************/

.game-ins-main {
  font-family: "MicrosoftYaHei";
  background-color: white;
  border: solid 1px #e5e5e5;
  padding: 30px;
}
.game-ins-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.game-ins-top .link-download {
  display: inline-block;
  font-family: "MicrosoftYaHei";
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #000000;
  text-decoration: none;
  background-color: #f5f5f5;
  border-radius: 28px;
  border: solid 1px #357bdc;
  padding: 14px 24px;
  margin-bottom: 12px;
}
.game-ins-top .link-website {
  display: inline-block;
  font-family: "MicrosoftYaHei";
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #fff;
  text-decoration: none;
  background-color: #357bdc;
  border-radius: 28px;
  border: solid 1px #357bdc;
  padding: 14px 24px;
  margin-bottom: 12px;
}
.game-ins-top .icon-star {
  font-size: 18px;
  color: #fcaf17;
}
.game-ins-main h2 {
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #000000;
}
.game-ins-main .tags {
  margin-bottom: 16px;
}
.game-ins-main .tags span {
  display: inline-block;
  color: white;
  background-color: #90c3fa;
  padding: 2px 6px;
  margin-right: 5px;
  margin-bottom: 2px;
}
.game-ins-main .others {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.game-ins-main .others div {
  min-width: 50%;
  color: #000;
  font-size: 18px;
  line-height: 34px;
  font-weight: normal;
  letter-spacing: 1px;
}
.game-ins-main .others div span {
  color: #666666;
  padding-left: 8px;
}
.game-ins-main .others div a {
  color: #357bdc;
  text-decoration: none;
}
.game-ins-main .text {
  color: #666666;
  font-size: 14px;
  line-height: 27px;
}
/* 热门游戏 */
.row-tuijian {
  font-family: "MicrosoftYaHei";
  font-weight: normal;
  background-color: white;
  padding: 0;
  margin-bottom: 20px;
}
.h3-border {
  border: 1px solid #e5e5e5;
  border-bottom: 1px dashed #e5e5e5;
  padding: 10px 0;
}
.row-tuijian .que-h2 {
  border-bottom: none;
  margin-bottom: 0;
}
.row-hot-game-up {
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #e5e5e5;
}
.row-game-up-block {
  width: 25%;
  font-family: "MicrosoftYaHei";
  border: 1px solid #e5e5e5;
  border-left: none;
  padding: 8px 0;
}
.row-game-up-block > a {
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
}
.row-game-up-block .game-img {
  width: 50%;
  padding: 0 14px;
}
.row-game-up-block .game-img img {
  width: 100%;
}
.row-game-up-block .title {
  font-size: 15px;
  line-height: 22px;
  color: #3c3c3c;
  letter-spacing: 1px;
  margin: 0;
}
.row-game-up-block .game-ins {
  width: 50%;
}
.row-game-up-block .game-ins .tags {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end !important;
  height: 50px;
}
.row-game-up-block .game-ins .tags span {
  color: white;
  font-size: 12px;
  line-height: 18px;
  background-color: #90c3fa;
  margin-right: 10px;
  margin-bottom: 3px;
  padding: 1px 4px;
}

@media screen and (max-width: 991px) {
  .row-game-up-block {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .row-game-up-block .game-img {
    width: 100%;
    padding: 0 10px;
  }
  .row-game-up-block .game-ins {
    width: 100%;
    padding: 8px 10px 0;
  }
  .row-game-up-block .game-ins .tags {
    height: auto;
    padding-top: 8px;
  }
}

/***************
  game news/img 图文/新闻
***************/
/* 通用盒子 */
.news-box {
  background-color: white;
  border-radius: 5px;
  padding: 10px 0 4px;
}
/* 图文 */
.que-banner {
  transform: translateY(-7px);
  margin: 0 -7px 1px;
}
.que-imgnews-out {
  width: 33.333333%;
  position: relative;
  float: left;
  overflow: hidden;
  background-color: transparent;
  margin: 0;
}
.que-imgnews-out1 {
  width: 66.66%;
}
.que-imgnews-out1 p {
  font-size: 28px;
}
.pt60::before {
  content: "";
  display: block;
  padding-top: 60%;
}
.que-banner .item-imgnews {
  display: block;
  position: absolute;
  bottom: 7px;
  left: 7px;
  right: 7px;
  top: 7px;
  width: calc(100% - 17px);
  overflow: hidden;
}
/* 文本 */
/* .text-news */
.text-news-ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.text-news-ul li {
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 18px;
  line-height: 24px;
  border-bottom: 1px solid #e5e5e5;
  padding: 18px 30px;
  margin-bottom: 2px;
  position: relative;
}
.text-news-ul li a {
  color: #555555;
  text-decoration: none;
}
.text-news-ul li span {
  font-size: 17px;
  color: #a09f9f;
}
.text-news-ul .icon-right {
  color: #357bdc;
  font-size: 20px;
  line-height: 24px;
  position: absolute;
  left: -5px;
}
.text-news-ul .icon-ai-eye {
  margin-right: 6px;
}
@media screen and (max-width: 767px) {
  .que-imgnews-out {
    width: 100%;
  }
  .que-imgnews-out1 p {
    font-size: 18px;
  }
  .text-news-ul li {
    padding: 12px 12px 12px 24px;
  }
  .text-news-ul li a {
    width: 100%;
  }
  .text-news-ul li span {
    width: 100%;
    text-align: right;
  }
}

/***************
  game team in 工作室详情页
***************/

.team-top {
  color: #333333;
  font-family: "MicrosoftYaHei";
  background-color: #ffffff;
  box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.22);
  border: solid 1px #e5e5e5;
  margin: 0;
  padding: 38px 0;
}
.team-top > div {
  padding: 0;
}
.team-top .team-h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  color: #333333;
  padding-left: 25%;
  margin-bottom: 10px;
}
.team-top-left {
  display: flex;
  flex-wrap: wrap;
}
.team-top-left .team-top-img {
  width: 50%;
  text-align: center;
  padding: 0 20px;
}
.team-top-left .team-top-img img {
  max-width: 100%;
}
.team-top-center {
  width: 50%;
  border-right: solid 1px #e5e5e5;
  margin-top: 8px;
}
.team-top-right {
  padding-left: 80px;
  padding-right: 40px;
  margin-top: 8px;
}
.team-top .team-type {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 45px;
}
.team-top .team-type > div:first-child {
  width: 34%;
}
.team-top .team-type > div:last-child {
  width: 66%;
}
.team-top .team-type .tags span {
  display: inline-block;
  font-size: 13px;
  line-height: 22px;
  color: white;
  background-color: #95d7f7;
  border-radius: 10px;
  margin-right: 4px;
  padding: 0 8px;
}

.team-text {
  color: #3c3c3c;
  letter-spacing: 1px;
  padding: 20px 32px;
}
.team-text p {
  font-size: 14px;
  line-height: 28px;
}

@media screen and (max-width: 991px) {
  .team-top .team-h2 {
    text-align: left;
    padding-left: 80px;
  }
  .team-top-left .team-top-img {
    width: 100%;
    text-align: left;
    padding-left: 80px;
  }
  .team-top-center {
    width: 100%;
    padding-left: 80px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .team-top .team-h2 {
    padding-left: 20px;
  }
  .team-top-left .team-top-img {
    padding-left: 20px;
  }
  .team-top-center {
    padding-left: 20px;
  }
  .team-top-right {
    padding-left: 20px;
  }
}

/***************
  game team in 工作室详情页
***************/

.login-main {
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0 auto;
}
.login-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 86px;
  padding-right: 10px;
}
.login-title .que-h2 {
  margin-bottom: 0;
  border-bottom: none;
}
.login-title p {
  font-size: 16px;
  color: #999999;
  line-height: 32px;
  letter-spacing: 1px;
  margin: 0;
}
.login-title a {
  color: #f47138;
}
.login-block {
  max-width: 100%;
  width: 390px;
  margin: 0 auto;
}
.login-row {
  display: flex;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #444444;
  margin-bottom: 30px;
}
.login-row > div:first-child {
  width: 65px;
}
.login-row > div:last-child {
  position: relative;
  flex: 1;
  display: flex;
  border: solid 1px #e5e5e5;
}
.login-row input {
  height: 100%;
  width: 100%;
  line-height: 50px;
  border: none;
  margin: 0;
  padding-left: 10px;
}
.login-row input:focus {
  outline: none;
}
.login-row > div:last-child > span {
  /* position: absolute; */
  text-align: center;
  overflow: hidden;
}
.login-block p {
  margin-left: 65px;
  margin-bottom: 26px;
}
.login-block p a {
  font-size: 14px;
  color: #444444;
}
.login-btn {
  width: 100%;
  color: white;
  font-size: 20px;
  line-height: 48px;
  letter-spacing: 4px;
  background-color: #f47138;
  border: solid 1px #e5e5e5;
  margin: 0;
  margin-left: 65px;
  padding: 0;
}

/***************
  search 搜索结果
***************/

.search-tip {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1px;
  color: #666666;
  letter-spacing: 1px;
  padding: 18px 0;
  margin-bottom: 4px;
}
.search-tip span {
  color: #f47138;
  font-size: 18px;
  padding: 0 2px;
}
.title-more {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 22px;
  padding-right: 10px;
}
.title-more .que-h2 {
  margin-bottom: 0;
  border-bottom: none;
}
.title-more a {
  color: #000;
  text-decoration: none;
}

.search-top {
  margin-bottom: 38px;
}
.s-game {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -19px;
}
.s-game .game-block {
  width: 20%;
  padding: 0 19px;
}
.s-game .game-block a {
  display: block;
  text-decoration: none;
  position: relative;
}
.s-game .game-block a .game-flag {
  display: inline-block;
  font-size: 15px;
  line-height: 24px;
  height: 24px;
  color: white;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #347cdc;
  border-color: #347cdc;
  padding: 0 6px;
}
.s-game .game-block a .game-flag::after {
  content: "";
  height: 100%;
  display: inline-block;
  border-left: 10px solid;
  border-right: 0 solid transparent !important;
  border-top: 0 solid;
  border-bottom: 24px solid transparent !important;
  border-color: inherit;
  position: absolute;
  right: -10px;
}
.s-game .game-block a .flag-dj {
  background-color: #f47138;
  border-color: #f47138;
}
.s-game .game-block a .flag-wy {
  background-color: #347cdc;
  border-color: #347cdc;
}
.s-game .game-block a .flag-yy {
  background-color: #2ea263;
  border-color: #2ea263;
}
.s-game .game-block a .flag-sy {
  background-color: #b21328;
  border-color: #b21328;
}
.s-game .game-block img {
  max-width: 100%;
}
.s-game .game-block p {
  font-size: 16px;
  text-align: center;
  color: #666666;
  letter-spacing: 1px;
  margin: 0;
}
.s-game .game-block p span {
  color: #f47138;
}

.search-hr {
  border-top: 2px solid #e5e5e5;
  margin: 30px 0;
}
.s-que-li h5 {
  font-family: "MicrosoftYaHei";
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #3c3c3c;
  margin-bottom: 10px;
}
.s-que-li h5 span {
  color: #f47138;
}
.s-que-li a {
  text-decoration: none;
}
.s-que-li .que-li {
  margin-left: 0;
  padding-left: 0;
  padding-bottom: 20px;
}
.s-que-li .que-li img {
  width: 160px;
}
.s-que-li .que-ins p {
  font-family: "MicrosoftYaHei";
  color: #3c3c3c;
  font-size: 14px;
  letter-spacing: 1px;
}
.s-que-li .que-ins p span {
  color: #f47138;
}
/* search rank */
.search-right {
  padding-left: 30px;
}
.search-right h5 {
  font-size: 18px;
  letter-spacing: 1px;
}
.search-rank {
  list-style: none;
  padding: 0;
}
.search-rank li {
  padding: 8px 0;
}
.search-rank li a {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #010101;
}
.search-rank li a span {
  display: inline-block;
  width: 20px;
  height: 20px;
  color: white;
  text-align: center;
  background-color: #bdbdbd;
  margin-right: 8px;
}
.search-rank li a .one {
  background-color: #ff0d29;
}
.search-rank li a .tow {
  background-color: #ff920b;
}
.search-rank li a .tre {
  background-color: #ffc600;
}

@media screen and (max-width: 991px) {
  .s-game {
    margin: 0 6px;
  }
  .s-game .game-block {
    padding: 0 6px;
  }
  .search-right {
    padding-left: 4px;
  }
}
@media screen and (max-width: 767px) {
  .search-hr {
    display: none;
  }
  .s-game .game-block {
    width: 100%;
    margin-bottom: 20px;
  }
}

/***************
  news-page  新闻页
***************/

.news-text {
  font-family: "MicrosoftYaHei";
  background-color: white;
  padding: 40px 0 16px;
  margin-bottom: 20px;
}
.news-text h1 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #3c3c3c;
  text-align: center;
  margin-bottom: 42px;
  padding: 0 58px;
}
.news-status {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: #e5e5e5 1px solid;
  padding: 0 58px;
  margin-bottom: 30px;
}
.news-status p {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #cdcdcd;
  margin-bottom: 6px;
}
.news-status .icon-ai-eye {
  font-size: 20px;
  line-height: 30px;
  margin-right: 6px;
}
.news-text-ins {
  padding: 0 58px;
}
.news-text-ins p {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
}
.news-text-ins img {
  max-width: 100%;
  margin-bottom: 16px;
}
/* 回复 */
.new-eva {
  background-color: white;
  padding: 10px 50px 0 20px;
  /* margin-bottom: 20px; */
}
.eva-push {
  margin-bottom: 30px;
}
.eva-push-title {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #000000;
  margin-bottom: 12px;
}
.eva-push-title .icon-pinglun {
  color: #ff6700;
  margin-right: 2px;
}
.eva-push-title .num {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #000000;
}
.eva-push-title .num span {
  color: #f0412a;
}
.eva-push textarea {
  /* 解决下边距 */
  display: block;
  width: 100%;
  min-height: 140px;
  resize: none;
  border: solid 1px #e5e5e5;
  border-bottom: none;
  outline: none;
  padding: 2px 6px;
}
.eva-push .other {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #f6f6f6;
  padding: 7px 10px;
}
.eva-push .other .push-user {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #000000;
}
.eva-push .other .icon-face {
  font-size: 16px;
  margin-right: 4px;
}
.eva-push .other .push-user img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}
.eva-push .other .push-user span {
  /* line-height: 30px; */
  display: inline-block;
  vertical-align: middle;
}
.eva-push .other .push-btn span {
  color: #969696;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin-right: 8px;
}
.eva-push .other .push-btn button {
  color: white;
  line-height: 26px;
  font-size: 14px;
  background-color: #347cdc;
  border: none;
  border-radius: 12px;
  vertical-align: middle;
  padding: 0 24px;
}
.eva-list-out h3 {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #000000;
  border-left: 4px #f0412a solid;
  margin-bottom: 12px;
  padding-left: 8px;
}
.eva-list {
  padding: 0;
  margin: 0;
}
.eva-list li {
  display: flex;
  font-family: "MicrosoftYaHei";
  border-bottom: #e5e5e5 1px solid;
  padding: 8px 0 6px;
  margin-bottom: 4px;
}
.eva-list-left {
  min-width: 82px;
  font-size: 12px;
  text-align: center;
}
.eva-list-left img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  margin-bottom: 2px;
}
.eva-list-right {
  flex-grow: 1;
}
.eva-list-right .name-time {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.eva-list-right .name-time a {
  font-size: 14px;
  letter-spacing: 1px;
  color: #357bdc;
  text-decoration: none;
}
.eva-list-right .name-time span {
  font-size: 12px;
  letter-spacing: 0px;
  color: #acacac;
}
.eva-list-right .wrap-eva p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #54545d;
}
.eva-list-right .reader {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  font-size: 14px;
  letter-spacing: 0px;
  color: #7f7f7f;
}
.eva-list-right .reader .iconfont {
  margin-right: 5px;
}
.eva-list-right .reader > div {
  color: #7f7f7f;
  padding-left: 48px;
}
/* right 热门 */
.right-hot-news .que-h3 {
  margin-bottom: 0;
}
.right-hot-news ul {
  padding: 0;
  list-style: none;
}
.right-hot-news li {
  border-bottom: dashed 1px #e5e5e5;
  padding: 11px 16px;
}
.right-hot-news li a {
  font-family: "MicrosoftYaHei";
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 1px;
  color: #3c3c3c;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .news-text h1 {
    padding: 0 12px;
  }
  .news-status {
    padding: 0 12px;
  }
  .news-status p {
    width: 100%;
    line-height: 24px;
    font-size: 16px;
  }
  .news-text-ins {
    padding: 0 12px;
  }
  .new-eva {
    padding: 10px 12px 0 10px;
  }
  .eva-list-left {
    min-width: 60px;
  }
}

/***************
  order 订单列表
***************/

.order-type {
  font-family: "MicrosoftYaHei";
  font-size: 14px;
  color: #999999;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  padding: 12px 26px 12px 72px;
  margin-bottom: 16px;
}
.order-type span {
  margin-right: 32px;
}
.order-type span a {
  display: inline-block;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #000000;
  text-decoration: none;
  padding: 0 9px;
}
.order-type span .click {
  color: white;
  background-color: #90c3fa;
}
.order-type .put {
  display: inline-block;
  font-size: 14px;
  line-height: 36px;
  letter-spacing: 0px;
  color: #ffffff;
  text-decoration: none;
  background-color: #f47138;
  border-radius: 2px;
  padding: 0 14px;
}
/* order-list */
.order-list {
  background-color: #ffffff;
}
.order-list .order-th {
  display: flex;
  font-family: "MicrosoftYaHei";
  font-size: 18px;
  letter-spacing: 1px;
  color: #000000;
  background-color: #ffffff;
  border: solid 1px #d9d9d9;
  padding: 12px 24px 12px 32px;
}
.order-list .order-th div:first-child {
  width: 61%;
}
.order-list .order-th div:nth-child(2) {
  width: 13%;
}
.order-list .order-th div:nth-child(3) {
  width: 13%;
}
.order-list .order-th div:nth-child(4) {
  width: 13%;
}
.order-list .order-tr {
  min-height: 90px;
  display: flex;
  flex-wrap: wrap;
  font-family: "MicrosoftYaHei";
  border-bottom: solid 1px #d9d9d9;
  padding: 12px 24px 10px 32px;
}
.order-list .order-tr div:first-child {
  width: 61%;
}
.order-list .order-tr div:nth-child(2) {
  width: 13%;
  font-size: 16px;
  font-weight: bold;
  color: #ff3300;
  line-height: 65px;
}
.order-list .order-tr div:nth-child(3) {
  width: 13%;
  font-size: 16px;
  font-weight: bold;
  color: #ff3300;
  line-height: 65px;
}
.order-list .order-tr div:nth-child(4) {
  width: 13%;
  display: flex;
  align-items: center;
}
.order-list .order-tr .lg-hide {
  font-size: 14px;
  color: #000000;
  /* font-weight: normal; */
  display: none;
}
.order-list .order-tr .get-order {
  font-size: 16px;
  color: #ffffff;
  line-height: 34px;
  text-decoration: none;
  background-color: #4085e4;
  border-radius: 2px;
  padding: 0 20px;
}
.order-list .order-tr .order-title {
  font-size: 14px;
  font-weight: bold;
  color: #2d69c3;
  margin-bottom: 30px;
}
.order-list .order-tr .order-title a {
  color: #2d69c3;
}
.order-list .order-tr .order-title > span {
  color: white;
  background-color: #ff0000;
  padding: 0 1px;
  margin-right: 5px;
}
.order-list .order-tr .order-user {
  font-size: 14px;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .order-type {
    padding: 12px 20px 12px 20px;
  }
  .order-list .order-th {
    display: none;
  }
  .order-list .order-tr {
    padding: 12px 16px 10px;
  }
  .order-list .order-tr div:first-child {
    width: 100%;
  }
  .order-list .order-tr div:nth-child(2) {
    width: 50%;
    line-height: 28px;
    font-weight: normal;
  }
  .order-list .order-tr div:nth-child(3) {
    width: 50%;
    line-height: 28px;
    font-weight: normal;
  }
  .order-list .order-tr div:nth-child(4) {
    width: 100%;
  }
  .order-list .order-tr .lg-hide {
    display: inline-block;
  }
  .order-list .order-tr .order-title {
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 767px) {
  .order-type {
    padding: 12px 10px 12px;
  }
  .order-list .order-tr {
    padding: 12px 10px 10px;
  }
  .order-type .put {
    margin-top: 12px;
  }
}

/***************
  order-put 发布
***************/

.order-form {
  display: flex;
  flex-wrap: wrap;
  color: #4a4a4a;
  font-weight: 500;
  background-color: white;
  border: solid 1px #e5e5e5;
  padding: 28px 80px 12px 24px;
  margin-top: 24px;
  margin-bottom: 2px;
}
.order-form-item {
  min-width: 50%;
  display: flex;
  line-height: 42px;
  margin-bottom: 15px;
}
.order-form-item .left-title {
  width: 160px;
  text-align: right;
  letter-spacing: 0px;
  padding-right: 45px;
}
.order-form-item .right-inputs {
  display: flex;
  flex-wrap: wrap;
}
.order-form-item .right-inputs select {
  width: 192px;
  display: inline-block;
  margin-right: 30px;
  /* margin-bottom: 10px; */
}
.order-form-item .right-inputs .form-group {
  max-width: 100%;
  margin: 0;
}
.order-form-item .right-inputs .input-l {
  width: 360px;
  max-width: 100%;
}
.order-form-item .right-inputs .input-m {
  width: 230px;
  margin-right: 40px;
  max-width: 100%;
}
.order-form-item .right-inputs .input-s {
  width: 120px;
  margin-right: 40px;
  max-width: 100%;
}
.order-form-item .form-check {
  color: #999999;
  margin-right: 46px;
}
.order-form-item .form-check input {
  height: 100%;
  vertical-align: middle;
  margin-top: 2px;
  margin-bottom: 0;
}
.order-form-item .unit {
  color: #999999;
  margin-right: 40px;
}
.order-form-item textarea {
  /* width: 734px; */
  width: 600px;
  max-width: 100%;
}

.order-put {
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #5e5e5e;
  background-color: white;
  border: solid 1px #e5e5e5;
  padding: 8px 68px;
  margin-bottom: 2px;
}
.order-put > div {
  margin-right: 46px;
}
.order-put > div > span {
  display: inline-block;
  vertical-align: middle;
}
.order-put .put1 {
  font-size: 20px;
}
.order-put .price {
  font-size: 22px;
  letter-spacing: 0px;
  color: #f47138;
}
.pay-type {
  display: flex;
  flex-wrap: wrap;
}
.pay-type > div {
  margin-bottom: 4px;
}
.pay-type label {
  margin: 0;
}
.pay-type input {
  display: none;
}
.pay-type input + span {
  font-size: 16px;
  line-height: 26px;
  color: #aaaaaa;
  cursor: pointer;
  background-color: #eeeeee;
  display: inline-block;
  padding: 0 6px;
}
.pay-type input:checked + span {
  color: white;
  background-color: #90c3fa;
}
.order-put .put-btn {
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 2px;
  color: #ffffff;
  text-decoration: none;
  background-color: #357cdc;
  border-radius: 15px;
  padding: 0 25px;
}

.put-other {
  background-color: white;
  border: solid 1px #e5e5e5;
  padding: 10px 24px;
}
.put-other .title {
  font-size: 18px;
  line-height: 46px;
  letter-spacing: 0px;
  color: #4a4a4a;
}
.put-other .text {
  background-color: #f5f5f5;
  border-radius: 3px;
  border: solid 1px #e5e5e5;
  padding: 12px 18px;
}

@media screen and (max-width: 991px) {
  .order-form {
    padding: 20px 24px;
  }
  .order-form-item {
    width: 100%;
  }
  .order-form-item .left-title {
    width: 30%;
    padding-right: 20px;
  }
  .order-form-item .right-inputs {
    width: 70%;
  }
  .order-form-item .right-inputs select {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .order-form {
    padding: 12px 14px;
  }
  .order-form-item {
    flex-wrap: wrap;
    margin-bottom: 2px;
  }
  .order-form-item .left-title {
    width: 100%;
    text-align: left;
    padding-right: 8px;
  }
  .order-form-item .right-inputs {
    width: 100%;
  }
  .order-put {
    padding: 8px 16px;
  }
  .put-other {
    padding: 8px 12px 16px;
  }
  .put-other .text {
    padding: 10px 12px;
  }
}

/***************
  order-page 详情
***************/

.order-page {
  margin-top: 20px;
}
.order-page-top {
  display: flex;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
}
.order-page-l {
  width: 20%;
}
.order-page-l .name {
  font-size: 18px;
  line-height: 35px;
  letter-spacing: 0px;
  color: #999999;
  margin-top: 17px;
  margin-bottom: 30px;
  padding-left: 30px;
}
.order-page-l .img-div {
  text-align: center;
}

.order-page-c {
  width: 55%;
  border-left: solid 1px #e5e5e5;
  border-right: solid 1px #e5e5e5;
  padding: 16px 24px 6px;
}
.order-page-c .title {
  font-size: 18px;
  letter-spacing: 0px;
  color: #4a4a4a;
  margin-bottom: 2px;
}
.order-page-c .pay-status {
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #74aaf0;
  border-radius: 12px;
  border: solid 1px #90c3fa;
  padding: 0 12px;
}
.order-page-c .what {
  display: inline-block;
  width: 16px;
  line-height: 16px;
  text-align: center;
  color: white;
  background-color: #90c3fa;
  border-radius: 50%;
  margin-right: 2px;
}
.order-page-c .right-link {
  flex-grow: 1;
  text-align: right;
}
.order-page-c .pay-link {
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #ffffff;
  background-color: #d2d2d2;
  border-radius: 14px;
  padding: 0 8px;
  /* margin: 4px 0; */
}
.order-page-c .pay-link .iconfont {
  font-size: 20px;
  line-height: 30px;
}
.order-page-c .d-flex {
  display: flex;
  border-top: dashed 1px #dcdcdc;
  padding-top: 24px;
  margin-top: 20px;
}
.order-page-c .d-flex .borr {
  width: 25%;
  text-align: center;
  border-right: solid 1px #dcdcdc;
  padding-bottom: 20px;
  margin-bottom: 12px;
}
.order-page-c .d-flex .borr:last-child {
  border: none;
}
.order-page-c .d-flex .borr p {
  font-size: 16px;
  letter-spacing: 0px;
  color: #999999;
  transform: translateY(-12px);
  margin-bottom: 0;
}
.order-page-c .d-flex .borr .price {
  font-size: 25px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #ff6a2f;
  font-family: "MicrosoftYaHei";
}
.order-page-c .d-flex .borr .time {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #0e0e0e;
}
.order-page-c .d-flex .borr .bz-price {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #ff6a2f;
  font-family: "MicrosoftYaHei";
}
.order-page-c .xieyi {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0px;
  color: #5e5e5e;
  margin-bottom: 2px;
}
.order-page-c .xieyi span {
  color: #000;
}
.order-page-c .xieyi-a {
  display: inline-block;
  float: right;
  font-size: 14px;
  letter-spacing: 0px;
  color: #2d69c3;
}

.order-page-r {
  width: 25%;
  padding-top: 8px;
}
.order-page-r .title {
  font-size: 18px;
  letter-spacing: 0px;
  color: #4a4a4a;
  line-height: 34px;
  border-bottom: solid 1px #dcdcdc;
  padding-left: 20px;
  margin-bottom: 10px;
}
.order-page-r .user {
  list-style: none;
  padding: 0;
  margin: 0;
}
.order-page-r .user li {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #999999;
  padding-left: 20px;
}
.order-page-r .user-orders {
  display: block;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #febb71;
  border-radius: 2px;
  margin: 16px 20px 2px;
}

.order-status {
  display: flex;
  flex-wrap: wrap;
  color: #666666;
  justify-content: space-between;
  background-color: #d9ecff;
  padding: 0 30px;
  margin: 9px 0;
}
.order-status span {
  line-height: 40px;
}
.order-status .iconfont {
  font-size: 40px;
  line-height: 40px;
  color: white;
}

.order-other-border {
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  padding: 8px 30px;
}
.order-other-in-border {
  font-size: 16px;
  letter-spacing: 0px;
  color: #000000;
  border: solid 1px #e5e5e5;
  padding: 8px 10px;
  background-color: #f5f5f5;
  border-radius: 3px;
  margin: 6px 0;
}
.order-other .title {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #4a4a4a;
}
.order-other .num-time {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  letter-spacing: 0px;
  color: #d2d2d2;
  padding: 10px 0;
}
.order-other .num-time span {
  padding: 0 30px;
  color: #4a4a4a;
}
.order-other .textarea-div {
  margin-top: 30px;
}
.order-other .textarea-div textarea {
  font-size: 14px;
  color: #999999;
  border-color: #e5e5e5;
  margin: 6px 0;
}
.order-other .to-text {
  display: inline-block;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 2px;
  color: #ffffff;
  background-color: #357cdc;
  border-radius: 14px;
  padding: 0 12px;
  margin: 6px 0;
}

.hot-dailian {
  background-color: white;
  border: solid 1px #e5e5e5;
  margin: 15px 0;
  padding: 6px 0;
  padding-right: 8px;
}
.hot-dlrow {
  display: flex;
  flex-wrap: wrap;
}
.hot-dlrow > div {
  width: 33.3333%;
  font-family: "MicrosoftYaHei";
  border-right: solid 1px #e5e5e5;
  padding: 0 16px;
}
.hot-dlgame {
  max-width: 400px;
  display: flex;
  margin-bottom: 6px;
}
.hot-dlgame-img {
  width: 50%;
  text-align: center;
}
.hot-dlgame-img img {
  height: 90px;
  max-width: 100%;
}
.hot-dlgame-ins {
  width: 50%;
  padding-bottom: 24px;
  position: relative;
}
.hot-dlgame-ins .name {
  font-size: 16px;
  letter-spacing: 1px;
  color: #3c3c3c;
  margin: 0;
}
.hot-dlgame-ins .tolink {
  position: absolute;
  bottom: 4px;
}
.hot-dlgame-ins .tolink a {
  color: white;
  font-size: 12px;
  line-height: 18px;
  text-decoration: none;
  background-color: #90c3fa;
  margin-right: 10px;
  margin-bottom: 3px;
  padding: 1px 4px;
}
.hot-dlgame-ul {
  padding-left: 2px;
  list-style: none;
  margin-bottom: 12px;
}
.hot-dlgame-ul li {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 2px;
  color: #3c3c3c;
}

@media screen and (max-width: 991px) {
  .order-page-top {
    flex-wrap: wrap;
  }
  .order-page-l {
    width: 100%;
    margin-bottom: 12px;
  }
  .order-page-c {
    width: 100%;
    margin-bottom: 12px;
  }
  .order-page-r {
    width: 100%;
    margin-bottom: 12px;
  }
  .hot-dlrow > div {
    width: 100%;
    border: none;
  }
}
@media screen and (max-width: 767px) {
}

/***************
  user 用户中心
***************/

/* .user-page {
}
.left-menu {
} */
.left-menu ul {
  min-width: 140px;
  list-style: none;
  background-color: white;
  box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.22);
  padding: 0 0 50px;
  margin-left: 92px;
}
.left-menu ul li {
  font-size: 16px;
  color: #3c3c3c;
  line-height: 60px;
  letter-spacing: 0;
  cursor: pointer;
  border-bottom: solid 1px #e5e5e5;
  padding-left: 18px;
  border-left: 4px solid white;
}
.left-menu ul li .iconfont {
  font-size: 18px;
  line-height: 60px;
  color: #ff6700;
  margin-right: 3px;
}
.left-menu .click {
  border-left-color: #90c3fa;
  transition: 0.3s;
}
.right-users > div {
  /* background-color: #ffffff; */
  /* border: solid 1px #e5e5e5; */
}
/* user index */
.u-i-top {
  display: flex;
  font-family: "MicrosoftYaHei";
  margin-bottom: 12px;
  padding-right: 110px;
}
.u-i-top .cur {
  width: 45%;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  padding: 20px 10px;
  margin-right: 28px;
  margin-bottom: 16px;
  box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.22);
}
.u-i-top .cur .num {
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 20px;
  color: #333333;
  margin-bottom: 38px;
}
.u-i-top .cur .num > div:first-child {
  margin-right: 32px;
}
.u-i-top .cur .num span {
  color: #f47138;
}
.u-i-top .cur .caoz {
  display: flex;
  justify-content: space-around;
}
.u-i-top .cur .caoz .cz {
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  text-decoration: none;
  background-color: #90c3fa;
  border-radius: 5px;
  padding: 0 16px;
}
.u-i-top .cur .caoz .tx {
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  text-decoration: none;
  background-color: #eeeeee;
  border-radius: 5px;
  padding: 0 16px;
}
.u-i-top .id-name {
  width: 55%;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  margin-bottom: 16px;
  padding: 20px 30px;
  box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.22);
}
.u-i-top .id-name .update {
  font-size: 20px;
  color: #90c3fa;
  text-decoration: none;
}
.u-i-top .id-name p {
  font-size: 20px;
  margin-bottom: 8px;
}
.u-i-top .id-name p span {
  color: #f47138;
}
.u-i-order {
  margin-right: 110px;
}
/* user order */
.u-o-th {
  display: flex;
  font-size: 18px;
  justify-content: space-around;
  background-color: white;
  margin-bottom: 4px;
  padding: 10px 30px;
}
.u-o-tr {
  display: flex;
  color: #666666;
  font-size: 16px;
  justify-content: space-around;
  background-color: white;
  padding: 8px 30px;
  margin-bottom: 1px;
}
.u-o-tr .org {
  color: #f47138;
}
.u-o-tr a {
  text-decoration: none;
  /* margin-right: 12px; */
  padding: 0 6px;
}
.right-users .lg-hide {
  color: #666666 !important;
  display: none;
  padding-right: 3px;
}
/* user-set */
.user-set {
  background-color: white;
  padding: 10px 10px;
  margin-right: 110px;
  box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.22);
}
.user-set .top {
  color: #f47138;
  font-size: 20px;
  text-align: right;
}
.user-set .set-item {
  display: flex;
  font-size: 20px;
  letter-spacing: 0px;
  color: #666666;
  margin-bottom: 20px;
}
.set-item .set-name {
  font-size: 16px;
  border: solid 1px #cdcdcd;
  padding-left: 10px;
}
.user-set .set-left {
  display: inline-block;
  width: 100px;
  text-align: right;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  padding-right: 10px;
}
.user-set .set-sex {
  font-size: 16px !important;
  display: flex;
}
.user-set .set-sex label {
  margin: 0;
  display: inline-block;
  height: 100%;
  line-height: 28px;
}
.user-set .set-sex label input {
  margin: 0 10px;
}
.user-set select {
  font-size: 16px;
  margin: 0 6px;
}
.user-set .font-16 {
  font-size: 16px !important;
  line-height: 28px;
}
.user-set .text-grow {
  flex-grow: 1;
}
.user-set .set-push {
  display: inline-block;
  font-size: 20px;
  color: white;
  line-height: 30px;
  background-color: #f47138;
  border: none;
  border-radius: 5px;
  padding: 0 8px;
}
.user-set .set-push:focus {
  border: none;
  outline: none;
}
/* user-order-page 订单详情 */
.user-order-page {
  font-family: "MicrosoftYaHei";
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  padding: 16px 22px;
}
.user-order-page .title {
  font-size: 20px;
  letter-spacing: 0px;
  color: #333333;
  margin-bottom: 6px;
}
.u-o-p-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.u-o-p-top a {
  font-size: 14px;
  letter-spacing: 0px;
  color: #ff6700;
}
.u-o-p-order {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
  border: solid 1px #e5e5e5;
  padding: 16px 14px;
  margin-bottom: 15px;
}
.u-o-p-order > div {
  text-align: center;
  padding: 2px 6px 6px;
}
.u-o-p-order .imgdiv {
  width: 94px;
}
.u-o-p-order .imgdiv img {
  width: 100%;
}
.u-o-p-order > div > div {
  font-size: 18px;
  letter-spacing: 0px;
  color: #333333;
  margin-bottom: 4px;
}
.u-o-p-order > div > span {
  font-size: 18px;
  letter-spacing: 0px;
  color: #ff7a45;
}
.u-o-p-order .cans {
  display: inline-block;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #ffffff;
  text-decoration: none;
  background-color: #90c3fa;
  border-radius: 5px;
  padding: 0 6px;
  margin-top: 18px;
}
.u-o-p-other {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
  border: solid 1px #e5e5e5;
  padding: 16px 14px;
}
.u-o-p-other .left {
  width: 60%;
}
.u-o-p-other .left .ins {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  background-color: #f5f5f5;
  border: solid 1px #e5e5e5;
  padding: 9px 14px;
}
.u-o-p-other .right {
  width: 40%;
  padding-left: 18px;
}
.u-o-p-other .right .right-ins {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
  background-color: #f5f5f5;
  border: solid 1px #e5e5e5;
  margin-bottom: 24px;
  padding-left: 6px;
}
.u-o-p-other .right .right-ins:last-child {
  margin: 0;
}

@media screen and (max-width: 991px) {
  .left-menu ul {
    margin-left: 0;
  }
  .u-i-top {
    padding-right: 0;
  }
  .u-i-order {
    margin-right: 0;
  }
  .user-set {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .right-users .lg-hide {
    display: inline-block;
  }
  .u-i-top {
    flex-wrap: wrap;
  }
  .u-i-top .cur {
    width: 100%;
    margin-right: 0;
  }
  .u-i-top .id-name {
    width: 100%;
  }
  .u-o-th {
    display: none;
  }
  .u-o-tr {
    flex-wrap: wrap;
    margin-bottom: 12px;
  }
  .u-o-tr > div {
    width: 100%;
  }
  .user-set .set-item {
    flex-wrap: wrap;
  }
  .user-set .set-item .set-left {
    width: 100%;
    text-align: left;
    padding-left: 12px;
  }
  .user-set .set-item .set-right {
    width: 100%;
    padding-left: 12px;
  }
  .u-o-p-order > div {
    width: 100%;
    text-align: left;
  }
  .u-o-p-other .left {
    width: 100%;
    margin-bottom: 12px;
  }
  .u-o-p-other .right {
    width: 100%;
  }
}

/**************
  games-center 游戏中心
*************/

.games-index {
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  padding: 20px 24px 10px;
  margin-bottom: 12px;
}
.games-index .game-class,
.games-index .game-os,
.games-index .game-initials {
  display: flex;
  flex-wrap: wrap;
}
.game-index-type {
  font-size: 17px;
  letter-spacing: 0px;
  color: #ffffff;
  line-height: 26px;
  /* background-color: #ff7e61; */
  margin-right: 12px;
  padding: 0 4px;
  margin-bottom: 12px;
}
.bg-org {
  background-color: #ff7e61;
}
.bg-blue {
  background-color: #6db5ff;
}
.bg-yell {
  background-color: #f9c85a;
}
.games-index a {
  font-size: 16px;
  letter-spacing: 0px;
  color: #4a4a4a;
  text-decoration: none;
  padding: 0 4px;
  margin-right: 10px;
  margin-bottom: 12px;
}
.games-index .game-initials a {
  padding: 0 2px;
}
.game-center-box {
  background-color: white;
  padding-left: 8px;
}
.g-c-block {
  display: flex;
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 20px 12px 5px;
}
.g-c-img img {
  width: 240px;
}
.g-c-ins {
  flex-grow: 1;
  font-family: "MicrosoftYaHei";
  padding-left: 20px;
  position: relative;
}
.g-c-ins .title {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 1px;
  color: #3c3c3c;
  margin-bottom: 10px;
}
.g-c-ins .hot {
  font-size: 14px;
  letter-spacing: 1px;
  color: #999999;
  margin-bottom: 10px;
}
.g-c-ins p {
  font-size: 12px;
  letter-spacing: 1px;
  color: #666666;
  margin-bottom: 4px;
}
.g-c-ins .tags a {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #ffffff;
  background-color: #a4b7d7;
  padding: 0 4px;
  margin-right: 4px;
  margin-bottom: 6px;
}
.g-c-ins .ins-link {
  display: inline-block;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 1px;
  color: #347cdc;
  text-decoration: none;
  border-radius: 5px;
  border: solid 1px #357bdc;
  padding: 0 14px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .games-index {
    padding: 12px;
  }
  .game-center-box {
    padding-left: 0;
  }
  .g-c-block {
    flex-wrap: wrap;
    padding: 12px 12px;
  }
  .g-c-img {
    width: 100%;
  }
  .g-c-img img {
    width: 100%;
    margin-bottom: 8px;
  }
  .g-c-ins {
    width: 100%;
    padding-left: 0;
  }
  .g-c-ins .ins-link {
    font-size: 16px;
    line-height: 24px;
    position: static;
    transform: translateY(0);
  }
}
