body {
  background: #f2f2f2;
}

/* ====================内容盒子=================== */
.wrapper {
  width: 1200px;
  margin: 0 auto;
  /* border: 1px solid red; */
}

/* ====================公用头部=================== */
.header {
  padding: 25px 0;

  vertical-align: middle;
}

.header .logo,
.header .slogan,
.header .t_quality_software {
  display: inline-block;
  vertical-align: middle;
}

.header .logo {
  width: 238px;
  margin-left: 20px;
}

.header .logo img {
  width: 100%;
  height: auto;
}

.header .slogan {
  margin-left: 30px;
}

.header .t_quality_software {
  display: inline-block;
  margin-left: 50px;
  font-family: Microsoft YaHei;
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
  color: #FFFFFF;
}

.header .t_quality_software a {
  display: inline-block;
  width: 100px;
  height: 32px;
  margin-left: 22px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  background: url(../images/t_sprite.png) no-repeat;
  background-position: -88px 0;
}

.header .t_quality_software a.bg2 {
  background-position: -188px 0;
}

.header .t_quality_software a.bg3 {
  background-position: -288px 0;
}

.header .t_quality_software a.bg4 {
  background-position: -388px 0;
}

.header .t_quality_software span {
  display: inline-block;
  width: 88px;
  height: 32px;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
  background: url(../images/t_sprite.png) no-repeat;
  background-position: 0 0;
}

/* ===================公用导航=================== */

.nav .wrapper {
  display: block;
  height: 45px;
  font-size: 0;
  border-bottom: 2px solid #289613;
  background: #3fb118;
}

.nav a {
  display: inline-block;
  display: inline-block;
  width: 142px;
  height: 45px;
  overflow: hidden;
  padding-left: 1px;
  font-size: 16px;
  line-height: 45px;
  font-weight: normal;
  font-weight: 400;
  text-align: center;
  color: #FFFFFF;
}

.nav a.cur,
.nav a:hover {
  height: 51px;
  margin-top: -6px;
  line-height: 51px;
  background: #006600;
}

/* ===================公用面包屑=================== */
.breadcrumb {
  height: 50px;
  line-height: 50px;
}

.breadcrumb a:hover {
  color: #FD3939;
}

/* ===================公用头部=================== */
.footer {
  margin-top: 50px;
  padding: 20px 0;
  text-align: center;
}

.footer p {
  line-height: 2.5;
}

.footer p span {
  margin-left: 20px;
}

/* ===========================公用返回顶部================================== */
#go_backTop {
  display: none;
  position: fixed;
  bottom: 10%;
  left: 50%;
  z-index: 1000;
  width: 60px;
  margin-left: 620px;
  cursor: pointer;
}

#backTop {
  display: block;
  position: relative;
  width: 68px;
  height: 68px;
  margin-bottom: 1px;
  font-size: 22px;
  line-height: 68px;
  font-weight: normal;
  text-align: center;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  background: #879299;
  cursor: pointer;
}

#backTop:hover {
  background: #009900;
}

#backTop .icon {
  display: inline-block;
  width: 46px;
  height: 48px;
  margin-top: 10px;
  background: url(../images/s_sprite.png) no-repeat -234px 0;
}



/* ====================d_container 详情页========================= */
.d_container {
  position: relative;
}

.d_container .soft_intro {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 16px;
  background: #fff;
}

.d_container .soft_intro .soft_info {
  position: relative;
  width: 750px;
}

.d_container .soft_intro .soft_info .info_box {
  float: left;
  width: 625px;
  overflow: hidden;
}

.d_container .soft_intro .soft_info .info_box h1 {
  margin-bottom: 15px;
  font-size: 24px;
}

.d_container .soft_intro .soft_info .img_box img {
  width: 90px;
  height: 90px;
  border-radius: 5px;
}

.d_container .soft_intro .soft_info .img_box,
.d_container .soft_intro .soft_info .info_item {
  display: inline-block;
  vertical-align: top;
}

.d_container .soft_intro .soft_info .info_item {
  width: 515px;
  margin-top: 10px;
  margin-left: 15px;
}

.d_container .soft_intro .soft_info .info_item span {
  display: inline-block;
  width: 250px;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
}

.d_container .soft_intro .soft_info .info_item span em {
  color: #9e9e9e;
}

.d_container .soft_intro .soft_info .downbtn {
  margin-top: 30px;
}

.d_container .soft_intro .soft_info .downbtn a.btn {
  display: inline-block;
  position: relative;
  width: 240px;
  height: 68px;
  margin-right: 15px;
  font-size: 22px;
  line-height: 68px;
  text-align: center;
  vertical-align: top;
  color: #fff;
  border-radius: 4px;
  background-color: #f80;
}

.d_container .soft_intro .soft_info .downbtn a.btn:hover {
  background-color: #FE9B00;
}

.d_container .soft_intro .soft_info .downbtn a.btnGS {
  background-color: #1EC456;
}

.d_container .soft_intro .soft_info .downbtn a.btnGS {
  line-height: 48px;
}

.d_container .soft_intro .soft_info .downbtn a.btnGS b {
  position: absolute;
  top: 25px;
  left: 50%;
  margin-left: -58px;
  font-size: 12px;
}

.d_container .soft_intro .soft_info .downbtn a.btnGS:hover {
  background-color: #15d255;
}

.d_container .soft_intro .recommend_head {
  width: 305px;
  margin-left: 50px;
}

.d_container .soft_intro .recommend_head .hd_title {
  position: relative;
  height: 35px;
  margin-bottom: 10px;
  padding: 0 10px;
  line-height: 35px;
  border-bottom: 3px solid #ebebeb;

}

.d_container .soft_intro .recommend_head .hd_title::after {
  content: ".";
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 88px;
  height: 3px;
  overflow: hidden;
  font-size: 0;
  background: #996651;
}

.d_container .soft_intro .recommend_head .hd_title h2 {
  font-size: 16px;
  line-height: 35px;
  font-weight: bold;
  color: #996651;
}

.d_container .soft_intro .recommend_head .bd_content {
  /* padding: 0 15px; */
}

.d_container .soft_intro .recommend_head .bd_content ul li {
  display: block;
  height: 25px;
  overflow: hidden;
  padding: 5px 0;
  line-height: 25px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.d_container .soft_intro .recommend_head .bd_content ul li a {
  color: #333;
}

.d_container .soft_intro .recommend_head .bd_content ul li a:hover {
  color: #FD3939;
}

.d_container .soft_intro .recommend_head .bd_content ul li a img {
  display: block;
  float: left;
  width: 25px;
  height: 25px;
  padding-right: 10px;
}

.main {
  /* margin-top: 20px; */
}

.main .main_left {
  position: relative;
  width: 882px;
  /* overflow: hidden; */
}

.main .main_bg {
  box-shadow: 0px 1px 3px #ccc;
  background-color: #fff;
}

.main .main_left .ml_nav {
  overflow: hidden;
  background: #f6f6f6;
}

.main .main_left .ml_nav ul li {
  float: left;
  width: 149px;
  height: 47px;
  font-size: 18px;
  line-height: 47px;
  font-weight: bold;
  text-align: center;
  color: #676767;
  border-top: 3px solid #f6f6f6;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #eeeeee;
  cursor: pointer;
}

.main .main_left .ml_nav ul li a {
  display: inline-block;
  width: 100%;
}

.main .main_left .ml_nav ul li.cur {
  border-top: 3px solid #3fb118;
  border-bottom: 1px solid #fff;
  background: #fff;
}

.main .main_left .ml_nav ul li.cur h2,
.main .main_left .ml_nav ul li.cur a,
.main .main_left .ml_nav ul li:hover a {
  font-size: 18px;
  line-height: 51px;
  font-weight: bold;
  color: #3fb118;
}

.main .main_left .m_content_box {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 25px;
  padding-bottom: 15px;
  background: #fff;
}

.main .main_left .m_content_box #m_cont {
  display: block;
  height: auto;
  overflow: hidden;
  padding: 0px 5px;
}

.main .main_left .m_content_box .f_cont800::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3rem;
  background: -moz-linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
}

.main .main_left .m_content_box #m_cont p {
  display: block;
  width: auto;
  height: auto;
  overflow: hidden;
  margin: 15px 15px 0;
  font-size: 14px;
  line-height: 26px;
  font-weight: normal;
  color: #333;
}

.main .main_left .m_content_box #m_cont p img {
  display: block;
  margin: 0px auto;
}

.main .main_left .m_content_box #m_cont a {
  /*color: #333;*/
  text-decoration: underline;
  color: #3fb118;
}

.main .main_left .m_content_box #m_cont .table a {
  text-decoration: none;
  color: #3fb118;
}

.main .main_left .m_content_box #m_cont.table .tableth {
  background: #3fb118;
}

.main .main_left .m_content_box #m_cont .table .tableth a {
  text-decoration: underline;
  color: #fff;
}

.main .main_left .m_content_box #m_cont h3 {
  display: block;
  width: auto;
  height: 30px;
  overflow: hidden;
  margin: 14px 14px 0;
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  text-indent: 14px;
  color: #3fb118;
  border-left: 3px solid #3fb118;
  background: #fafafa;
}

.main .main_left .m_content_box b.f_cont_btn {
  display: block;
  width: 145px;
  height: 36px;
  overflow: hidden;
  margin: 17px auto 0;
  font-size: 16px;
  line-height: 36px;
  font-weight: normal;
  text-indent: 22px;
  color: #333;
  color: #fff;
  border-radius: 4px;
  background: #ff5555 url(../images/f-cont-btn-on.png) no-repeat 100px center;
  cursor: pointer;
}

.main .main_left .m_content_box b.m_click-bg {
  background: #ff5555 url(../images/f-cont-btntop.png) no-repeat 95px center;
}

.main_left .down_url {
  margin-top: 25px;
}

.main_left .down_url .down_hd {
  margin: 0 15px;
  border-bottom: 3px solid #ebebeb;
}

.main_left .down_url .down_hd .down_title {
  display: inline-block;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  font-weight: bold;
}

.main_left .down_url .down_hd .down_title span {
  display: inline-block;
  height: 40px;
  padding: 0 10px;
  line-height: 40px;
  border-bottom: 3px solid #1EC456;
}

.main_left .down_url .down_content {
  padding: 10px;
}

.main_left .down_url .down_content p {
  margin-top: 10px;
  padding-left: 10px;
  font-weight: 16px;
  font-weight: bold;
}

.main_left .down_url .down_content a {
  display: inline-block;
  width: 120px;
  height: 38px;
  overflow: hidden;
  margin: 10px 20px;
  padding: 0 8px;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  text-indent: 1.5em;
  color: #fff;
  border-radius: 8px;
  background: url(../images/xiazai_1.png) no-repeat 8px center #f90;
}

.main_left .down_url .down_content a:hover {
  background-color: #f80;
}

.main_left .down_url .down_content .pt_box a {
  margin: 10px 20px;
  color: #fff;
  background: url(../images/xiazai_1.png) no-repeat 8px center #999;
}

.main_left .down_url .down_content .pt_box a:hover {
  background-color: rgb(123, 123, 123);
}

.main_left .quality_software {
  margin-top: 25px;
}

.main_left .quality_software .hd_title {
  position: relative;
  height: 40px;
  margin: 0 15px;
  padding-left: 12px;
  font-size: 16px;
  line-height: 40px;
  font-weight: bold;
  color: #333;
  border-bottom: 3px solid #ebebeb;
  /* background: #FF684D; */
}

.main_left .quality_software .hd_title::after {
  content: ".";
  display: inline-block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 88px;
  height: 3px;
  font-size: 0;
  background: #CC98E1;
}

.main_left .quality_software ul {
  margin-bottom: 50px;
  font-size: 0;
}

.main_left .quality_software ul li {
  display: inline-block;
  width: 16.66666667%;
  padding: 15px 10px;
  font-size: 14px;
  text-align: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.main_left .quality_software .img_box {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.main_left .quality_software ul li .intro p {
  height: 48px;
  overflow: hidden;
  overflow: hidden;
  line-height: 48px;
  white-space: nowrap;
  color: #333;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.main_left .quality_software ul li .intro p:hover {
  color: #FD3939;
}

.main_left .quality_software ul li .intro .down_link {
  display: inline-block;
  width: 72px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #3fb118;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border: 1px solid #3fb118;
}

.main_left .quality_software ul li:hover {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
  -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
}

.main_left .quality_software ul li:hover .intro .down_link {
  color: #fff;
  border: 1px solid #3fb118;
  background: #3fb118;
}



.main .main_right {
  width: 300px;

}

.main .main_right .hd_title {
  position: relative;
  height: 40px;
  margin: 0 10px 5px;
  padding-left: 10px;
  font-size: 16px;
  line-height: 40px;
  font-weight: bold;
  color: #333;
  border-bottom: 3px solid #ebebeb;
}

.main .main_right .hot-r {
  margin-bottom: 20px;
  padding: 5px 0 15px;
}

.main .main_right .hot-r .hd_title::after,
.main .main_right .pc-necessary .hd_title::after,
.fl_main .main_right .classify_nav .hd_title::after,
.fl_main .main_right .hot_recommend .hd_title::after,
.fl_main .main_right .hot_information .hd_title::after {
  content: ".";
  display: inline-block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 88px;
  height: 3px;
  overflow: hidden;
  font-size: 0;
  background-color: #ff1340;
}

.main .main_right .pc-necessary .hd_title::after {
  background-color: #6CDAFD;
}

.main .main_right .hot-r li {
  padding: 8px 10px;
}

.main .main_right .hot-r li {
  padding: 8px 10px;
}

.main .main_right .hot-r li span.num {
  display: block;
  float: left;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  background-color: #c8c8c8;
}

.main .main_right .hot-r li:nth-of-type(1) span.num {
  color: #fff !important;
  background-color: #FA4E57;
}

.main .main_right .hot-r li:nth-of-type(2) span.num {
  color: #fff !important;
  background-color: #FF684D;
}

.main .main_right .hot-r li:nth-of-type(3) span.num {
  color: #fff !important;
  background-color: #FF8800;
}

.main .main_right .hot-r li .pubpic img {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  margin-top: 25px;
  border-radius: 8px;
}

.main .main_right .hot-r li .pubtitle a {
  width: 240px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.main .main_right .hot-r li.t .c .pubpic,
.main .main_right .hot-r li.t .c .pubtitle p,
.main .main_right .hot-r li.t .c .down_btn {
  display: none;
}

.main .main_right .hot-r li:hover.t .c .pubpic,
.main .main_right .hot-r li:hover.t .c .pubtitle p,
.main .main_right .hot-r li:hover.t .c .down_btn,
.main .main_right .hot-r li.t.on .c .pubpic,
.main .main_right .hot-r li.t.on .c .pubtitle p,
.main .main_right .hot-r li.t.on .c .down_btn {
  display: block;
}

.main .main_right .hot-r li .down_btn {
  display: inline-block;
  position: absolute;
  top: 77%;
  left: 42%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 90px;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #3fb118;
  border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border: 1px solid #3fb118;
}

.main .main_right .hot-r li .down_btn:hover {
  color: #fff;
  border: 1px solid #3fb118;
  background: #3fb118;
}

.main .main_right .hot-r li .pubtitle a {
  position: absolute;
  top: 10px;
  left: 14%;
  font-size: 14px;
  color: #333;
}

.main .main_right .hot-r li .pubtitle a:hover {
  color: #FD3939;
}

.main .main_right .hot-r li .pubtitle p {
  padding-top: 24px;
  padding-left: 110px;
  font-size: 14px;
  color: #999;
}



.main .main_right .pc-necessary {
  margin-top: 30px;
}

.main .main_right .pc-necessary ul {
  font-size: 0;
}

.main .main_right .pc-necessary ul li {
  display: inline-block;
  width: 33.33%;
  padding: 15px 0 0;
  text-align: center;
}

.main .main_right .pc-necessary ul li img {
  width: 75px;
  height: 75px;
  border-radius: 8px;
}

.main .main_right .pc-necessary ul li .title {
  display: block;
  width: 100%;
  padding: 0 10px;
  font-size: 14px;
  line-height: 2;
  text-align: center;
  color: #333;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.main .main_right .pc-necessary ul li:hover .title {
  color: #FD3939;
}

/* =========================quality_software_box================================= */
.quality_software_box {
  position: relative;
  margin-bottom: 16px;
  padding: 25px 16px 15px;
  font-size: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}

.quality_software_box li {
  display: inline-block;
  width: 110px;
  margin-bottom: 10px;
  font-size: 14px;
  text-align: center;
  color: #333;
  /* background: red; */
}

.quality_software_box li+li {
  margin-left: 7px;
}

.quality_software_box li:nth-child(11) {
  margin-left: 0;
}

.quality_software_box .img_box {
  display: block;
  width: 80px;
  height: 80px;
  overflow: hidden;
  margin: 10px 0 10px 15px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.quality_software_box .img_box img {
  width: 100%;
  height: 100%;
}

.quality_software_box .title {
  display: block;
  width: 100%;
  padding: 0 10px;
  color: #333;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.quality_software_box li:hover .title {
  color: #FD3939;
}

/* ================================轮播======================================== */
.carousel_box {
  position: relative;
  width: 605px;
  height: 375px;
  overflow: hidden;
  text-align: left;
  vertical-align: top;
  background: white;
}

.carousel_box {
  display: inline-block;
  position: relative;
  width: 605px;
  height: 375px;
  overflow: hidden;
  text-align: left;
  background: white;
}

.carousel_box .pic img {
  display: block;
  width: 605px;
  height: 375px;
}

.carousel_box .txt_bg {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 36px;
  overflow: hidden;
  background: #333;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

.carousel_box .txt {
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 36px;
  overflow: hidden;
}

.carousel_box .txt li {
  position: absolute;
  bottom: -36px;
  height: 36px;
  line-height: 36px;
}

.carousel_box .txt li a {
  display: block;
  padding: 0 0 0 10px;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: white;
}

.carousel_box .num {
  position: absolute;
  right: 8px;
  bottom: 8px;
  z-index: 3;
}

.carousel_box .num li {
  float: left;
  position: relative;
  width: 20px;
  height: 20px;
  overflow: hidden;
  margin-right: 5px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
}

.carousel_box .num li a,
.carousel_box .num li span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: white;
}

.carousel_box .num li span {
  z-index: 1;
  background: black;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.carousel_box .num li.on a,
.carousel_box .num a:hover {
  background: #3FB118;
}

.today_recommend {
  display: inline-block;
  width: 572px;
  height: 375px;
  margin-left: 18px;
  padding: 15px 30px;
  vertical-align: top;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}

.today_recommend .title {
  position: relative;
  width: 512px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  font-weight: bold;
  text-indent: 36px;
  color: #333;
  border-bottom: 3px solid #ebebeb;
}

.today_recommend .title::before {
  content: ".";
  display: inline-block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 125px;
  height: 3px;
  font-size: 0;
  background: #3FB118;
}



/* =========================今日推荐====================================== */
.today_recommend .title .icon {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 26px;
  height: 26px;
  margin-top: 6px;
  background: url(../images/s_sprite.png) no-repeat -14px 0;
}

.today_recommend ul {
  position: relative;
  margin-top: 11px;
}

.today_recommend ul li {
  height: 32px;
  overflow: hidden;
  line-height: 32px;
}

.today_recommend li i {
  float: right;
  margin: 0 5px;
  color: #999;
  font-style: normal;
}

.today_recommend .cname {
  display: inline;
  float: left;
  width: 85px;
  height: 17px;
  overflow: hidden;
  margin: 8px 13px 0 0;
  padding: 0 7px 0 0;
  line-height: 17px;
  text-align: right;
  color: #999;
  border-right: 1px solid #ddd;
}

.today_recommend li .img_txt_box {
  display: inline-block;
  width: 60%;
  color: #333;
}

.today_recommend .cname:hover,
.today_recommend li .img_txt_box:hover {
  color: #FD3939;
}

.today_recommend li img {
  display: inline;
  position: relative;
  top: 5px;
  width: 20px;
  height: 20px;
  margin-right: 6px;
}

/* ========================首页 index_main==================================== */
.index_main {
  margin-top: 16px;
  padding: 25px 30px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}

.index_main .hd_title {
  position: relative;
  width: 100%;
  height: 48px;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 48px;
  font-weight: bold;
  text-indent: 42px;
  vertical-align: middle;
  border-bottom: 3px solid #ebebeb;
}

.index_main .pc_necessary .hd_title {
  text-indent: 46px;
}

.index_main .m_necessary .hd_title {
  text-indent: 36px;
}

.index_main .hd_title .icon {
  display: inline-block;
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  background-image: url(../images/s_sprite.png);
  background-repeat: no-repeat;
}

.index_main .hd_title em {
  margin-left: 10px;
  color: #cfcfcf;
}

.index_main .hd_title::before {
  content: ".";
  display: inline-block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 135px;
  height: 3px;
  font-size: 0;
  background: #289613;
}

.index_main .common_software .hd_title::before {
  background: #42BAFF;
}

.index_main .ranking_list .hd_title::before {
  width: 116px;
  background: #FD3939;
}

.index_main .pc_necessary .hd_title::before {
  background: #82E29B;
}

.index_main .m_necessary .hd_title::before {
  width: 126px;
  background: #E7ABA3;
}

.index_main .hot_categories .hd_title .icon {
  background-position: -66px 0;
}

.index_main .common_software .hd_title .icon {
  background-position: -130px 0;
}

.index_main .ranking_list .hd_title .icon {
  width: 35px;
  background-position: -162px 0;
}

.index_main .pc_necessary .hd_title .icon {
  width: 37px;
  background-position: -197px 0;
}

.index_main .m_necessary .hd_title .icon {
  width: 26px;
  background-position: -40px 0;
}

.index_main .hot_categories .cate {
  clear: both;
  height: 30px;
  overflow: hidden;
  margin-top: 16px;
  font-size: 14px;
  line-height: 30px;
}

.index_main .hot_categories .cate h4 {
  display: inline;
  float: left;
  width: 80px;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  text-indent: 10px;
  color: #fff;
  background-image: url(../images/s_sprite.png);
  background-repeat: no-repeat;
  background-position: -280px 0;
}

.index_main .hot_categories .app_soft h4 {
  background-position: -360px 0;
}

.index_main .hot_categories .iphone_soft h4 {
  background-position: -440px 0;
}

.index_main .hot_categories .cate p {
  width: 92%;
  overflow: hidden;
  padding-right: 10px;
  white-space: nowrap;
  color: #ddd;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.index_main .hot_categories .cate p a {
  padding: 0 12px;
  color: #333;
}

.index_main .hot_categories .cate p a:hover {
  color: #FD3939;
}

.index_main .common_software {
  margin-top: 52px;
}

.index_main .common_software .favorites {
  width: 100%;
  font-size: 0;
}

.index_main .common_software .favorites dl {
  display: inline-block;
  width: 20%;
  margin-bottom: 25px;
  vertical-align: top;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.index_main .common_software .favorites dl dt {
  position: relative;
  width: 120px;
  height: 25px;
  overflow: hidden;
  margin-bottom: 15px;
  padding-left: 15px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
}

.index_main .common_software .favorites dl dt a {
  color: #333;
}

.index_main .common_software .favorites dl dt em {
  display: inline-block;
  position: absolute;
  top: 3.5px;
  left: 0;
  width: 5px;
  height: 18px;
  background: #6CDAFD;
}

.index_main .common_software .favorites dl:nth-child(2) dt em,
.index_main .common_software .favorites dl:nth-child(7) dt em {
  background: #82E29B;
}

.index_main .common_software .favorites dl:nth-child(3) dt em,
.index_main .common_software .favorites dl:nth-child(8) dt em {
  background: #A3ADDB;
}

.index_main .common_software .favorites dl:nth-child(4) dt em,
.index_main .common_software .favorites dl:nth-child(9) dt em {
  background: #FCD68B;
}

.index_main .common_software .favorites dl:nth-child(5n) dt em {
  background: #E7ABA3;
}

.index_main .common_software .favorites dl dd {
  position: relative;
  width: 100%;
  margin-top: 10px;
}

.index_main .common_software .favorites dl dd a {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  padding-right: 15px;
  font-size: 14px;
  color: #666;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.index_main .common_software .favorites dl dd .icon {
  float: left;
  width: 18px;
  height: 18px;
  overflow: hidden;
  margin-top: 1px;
  background: url(../skin_img/soft.png) no-repeat;
}

.index_main .common_software .favorites dl dd img {
  width: 25px;
  height: 25px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

.index_main .common_software .favorites dl dd .bt {
  display: inline-block;
  width: 84%;
  height: 25px;
  overflow: hidden;
  line-height: 25px;
}

.index_main .common_software .favorites dl dd .bt:hover {
  color: #FD3939;
}

.index_main .ranking_list {
  margin-top: 27px;
}

.index_main .ranking_list .inrank {
  display: inline-block;
  position: relative;
  width: 32%;
  vertical-align: top;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.index_main .ranking_list .inrank+.inrank {
  margin-left: 1.5%;
}

.index_main .ranking_list .inrank h4 {
  position: relative;
  top: 5px;
  height: 42px;
  margin-bottom: 10px;
  padding-left: 24px;
  font-size: 18px;
  line-height: 42px;
  font-weight: 400;
  /* border-bottom: 1px dashed #ddd; */
}

.index_main .ranking_list .inrank h4 i {
  display: inline-block;
  position: absolute;
  top: 13px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../images/rank_sprite.png) no-repeat 0 0;
}

.index_main .ranking_list .inrank.look_inrank h4 i {
  background: url(../images/rank_sprite.png) no-repeat -120px 0;
}

.index_main .ranking_list .inrank.talk_inrank h4 i {
  background: url(../images/rank_sprite.png) no-repeat -160px 0;
}

.index_main .ranking_list .inrank li {
  position: relative;
  height: 38px;
  overflow: hidden;
  margin-bottom: 3px;
  *margin-bottom: 2px;
  padding-left: 30px;
  line-height: 38px;
}

.index_main .ranking_list .inrank li.now {
  height: 110px;
}

.index_main .ranking_list .inrank li .num {
  position: absolute;
  top: 7px;
  left: 0;
  width: 24px;
  height: 24px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #fffefe;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  background: #c8c8c8;
}

.index_main .ranking_list .inrank li .r1 {
  background: #fa4e57;
}

.index_main .ranking_list .inrank li .r2 {
  background: #fa7a53;
}

.index_main .ranking_list .inrank li .r3 {
  background: #fbc258;
}

.index_main .ranking_list .inrank li .txt {
  display: block;
  height: 38px;
  overflow: hidden;
  line-height: 38px;
}

.index_main .ranking_list .inrank li .txt:hover {
  color: #FD3939;
}

.index_main .ranking_list .inrank li p {
  display: none;
  height: 56px;
  margin: 5px 0 0 0;
}

.index_main .ranking_list .inrank li p::after,
.index_main .ranking_list .inrank li p::before {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
}

.index_main .ranking_list .inrank .now p {
  display: block;
}

.index_main .ranking_list .inrank li .img {
  float: left;
  width: 56px;
  height: 56px;
  padding-right: 8px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.index_main .ranking_list .inrank li .img img {
  width: 100%;
  height: 100%;
}

.index_main .ranking_list .inrank li span {
  float: left;
  position: relative;
  top: -6px;
  width: 155px;
}

.index_main .ranking_list .inrank li span i {
  color: #999;
}

.index_main .ranking_list .inrank li span a {
  display: block;
  width: 90px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #00bd3f;
  border-radius: 3px;
  border: 1px solid #00bd3f;
}

.index_main .ranking_list .inrank li span a:hover {
  color: #fff;
  background: #00bd3f;
}

.index_main .pc_necessary {
  margin-top: 30px;
}

.index_main .m_necessary {
  margin-top: 42px;
}

.index_main .necessary_box {
  display: inline-block;
  width: 100%;
  font-size: 0;
}

.index_main .necessary_box li {
  display: inline-block;
  width: 10%;
  overflow: hidden;
  margin: 10px 0;
  padding: 10px 0;
  font-size: 14px;
  text-align: center;
  vertical-align: top;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.index_main .necessary_box li:hover {
  border: 1px solid #ededed;
  background: #f8f8f8;
}

.index_main .necessary_box li:hover a {
  color: #FD3939;
}

.index_main .necessary_box li img {
  width: 80px;
  height: 80px;
  margin: 0 auto 3px auto;
}

.index_main .necessary_box li p {
  height: 22px;
  overflow: hidden;
  padding: 0 10px;
  line-height: 22px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.index_main .necessary_box li .lb {
  font-size: 12px;
  color: #999;
}

.index_main .zjgx_soft {
  margin-top: 42px;
}

.index_main .zjgx_soft .title {
  height: 48px;
  line-height: 48px;
  border-bottom: 2px solid #ffae00;
}

.index_main .zjgx_soft .hd_title {
  display: inline-block;
  width: 140px;
  border: none;
}

.index_main .zjgx_soft .hd_title::before {
  background: transparent;
}

.index_main .zjgx_soft .hd_title .icon {
  background-position: -98px 0;
}

.index_main .zjgx_soft .title .tit {
  display: inline-block;
  height: 48px;
  margin-left: 8px;
  font-size: 20px;
  line-height: 48px;
  vertical-align: top;
  color: #ddd;
}

.index_main .zjgx_soft .title .tit span {
  display: inline-block;
  height: 48px;
  padding: 0 8px;
  font-size: 20px;
  line-height: 48px;
  color: #333;
  cursor: pointer;
}

.index_main .zjgx_soft .title .tit .current {
  position: relative;
}

.index_main .zjgx_soft .title .tit .current s {
  position: absolute;
  bottom: -10px;
  left: 45%;
  width: 15px;
  height: 10px;
  background: url(../images/s_sprite.png) no-repeat 0 0;
}

.index_main .zjgx_soft .content {
  position: relative;
  width: 100%;
}

.index_main .zjgx_soft .cont {
  display: none;
  font-size: 0;
}

.index_main .zjgx_soft .on {
  display: block;
}

.index_main .zjgx_soft .textList {
  display: inline-block;
  width: 32%;
  padding: 10px 0;
  font-size: 14px;
  vertical-align: top;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* border: 1px solid red; */
}

.index_main .zjgx_soft .textList+.textList {
  margin-left: 1.5%;
}

.index_main .zjgx_soft .textList li {
  height: 28px;
  overflow: hidden;
  line-height: 28px;
}

.index_main .zjgx_soft .textList li span {
  display: inline-block;
  padding-right: 10px;
  color: #999;
}

.index_main .zjgx_soft .textList li span a {
  display: inline-block;
  width: 70px;
  max-width: 70px;
  overflow: hidden;
  padding-right: 5px;
  padding-right: 0;
  white-space: nowrap;
  color: #999;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.index_main .zjgx_soft .textList li a {
  display: inline-block;
  width: 262px;
  overflow: hidden;
  padding-right: 8px;
  white-space: nowrap;
  vertical-align: top;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.index_main .zjgx_soft .textList li a:hover {
  color: #FD3939;
}



/* =========================友情链接============================ */
.friend_links {
  margin-top: 16px;
  padding: 10px 30px 15px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}

.friend_links h3 {
  position: relative;
  width: 100%;
  height: 48px;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 48px;
  font-weight: bold;
  vertical-align: middle;
  border-bottom: 3px solid #ebebeb;
}

.friend_links h3::before {
  content: ".";
  display: inline-block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 90px;
  height: 3px;
  font-size: 0;
  background: #289613;
}

.friend_links .g-friend-ul li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 5px;
}

.friend_links .g-friend-ul li:hover a {
  color: #FD3939;
}




/* ==========================频道页主要内容================================ */
.pd_main {
  padding: 15px 30px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}

.pd_main .hd_title,
.fl_main .main_left .hd_title {
  position: relative;
  z-index: 2;
  height: 48px;
  font-size: 22px;
  line-height: 48px;
  font-weight: bold;
  color: #333;
  border-bottom: 3px solid #ebebeb;
}

.pd_main .hd_title span,
.fl_main .main_left .hd_title span {
  display: inline-block;
  width: auto;
  height: 48px;
  padding: 0 15px;
  line-height: 48px;
  background: #ebebeb;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.pd_main .recently_update .content {
  margin: 15px 0;
  font-size: 0;
}

.pd_main .recently_update .content dl {
  display: inline-block;
  position: relative;
  width: 30.2%;
  padding: 16px;
  font-size: 14px;
  vertical-align: top;
  /* border-top: 1px solid #f1f2f6;
  border-left: 1px solid #f1f2f6;
  border-bottom: 1px solid #f1f2f6; */
  -moz-transition: all .32s linear;
  -webkit-transition: all .32s linear;
  -o-transition: all .32s linear;
  transition: all .32s linear;
}

/* .pd_main .recently_update .content dl:nth-child(3n) {
  border-right: 1px solid #f1f2f6;
} */

.pd_main .recently_update .content dl dt {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
  margin-right: 10px;
  vertical-align: top;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.pd_main .recently_update .content dl dt img {
  width: 100%;
  height: 100%;
}

.pd_main .recently_update .content dl dd {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
}

.pd_main .recently_update .content dl dd h4 {
  width: 180px;
  overflow: hidden;
  padding-top: 8px;
  padding-bottom: 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.pd_main .recently_update .content dl dd h4 a {
  font-size: 14px;
  line-height: 14px;
}

.pd_main .recently_update .content dl dd h4 a:hover {
  color: #FD3939;
}

.pd_main .recently_update .content dl dd span {
  display: block;
  display: inline-block;
  margin-bottom: 5px;
  color: #999;
}


.pd_main .recently_update .content dl dd time {
  display: block;
  color: #999;
}

.pd_main .recently_update .content dl dd a.btn {
  display: -moz-inline-stack;
  display: inline-block;
  width: 60px;
  height: 32px;
  overflow: visible;
  margin: 0;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  color: #fff;
  border: 0;
  cursor: pointer;
  zoom: 1;
}

.pd_main .recently_update .content dl dd a.btn {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  color: #fff;
  border-radius: 4px;
  background-color: #00BD3F;
}

.pd_main .recently_update .content dl:hover {
  position: relative;
  z-index: 5;
  -webkit-box-shadow: 0px 0px 66px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 66px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 66px 2px rgba(0, 0, 0, 0.2);
}

.pd_main .recently_update .content dl:hover dd a.btn {
  background: #006600;
}

.pd_main .hot_classify {
  margin-top: 44px;
}

.pd_main .hot_classify .hd_title {
  border-bottom: 3px solid #FCD68B;

}

.pd_main .hot_classify .hd_title span {
  background: #FCD68B;
}

.pd_main .hot_classify .box {
  display: inline-block;
  width: 556px;
  margin: 20px 20px 0 0;
  padding: 10px;
  border: 1px solid #ececec;
  box-sizing: border-box;
}

.pd_main .hot_classify .box:nth-child(2n) {
  margin-right: 0;
}

.pd_main .hot_classify .box .tit {
  height: 22px;
  padding-left: 10px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  border-left: 4px solid #3FB118;
}

.pd_main .hot_classify .box .dashed {
  height: 0;
  margin-top: 10px;
  font-size: 0;
  border-top: 1px dashed #ddd;
}

.pd_main .hot_classify .box .sf_list li {
  float: left;
  width: 266px;
  margin-top: 20px;
}

.pd_main .hot_classify .box .sf_list li .img {
  float: left;
  width: 48px;
  margin-right: 12px;
}

.pd_main .hot_classify .box .sf_list li .img img {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.pd_main .hot_classify .box .sf_list li .intro {
  float: left;
  position: relative;
  width: 196px;
  overflow: hidden;
}

.pd_main .hot_classify .box .sf_list li .name {
  height: 26px;
  overflow: hidden;
  font-size: 14px;
  line-height: 26px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.pd_main .hot_classify .box .sf_list li .name a:hover {
  color: #FD3939;
}

.pd_main .hot_classify .box .sf_list li .other {
  margin-top: 3px;
  font-size: 12px;
  color: #999;
}

.pd_main .hot_classify .box .sf_list li .down_link {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding-left: 2px;
  box-shadow: -10px 0 10px #fff;
  background: #fff;
}

.pd_main .hot_classify .box .sf_list li .down_link a {
  display: none;
  width: 60px;
  height: 32px;
  overflow: hidden;
  margin-top: 10px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 1px;
  color: #00BD3F;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border: 1px solid #00BD3F;
  background: #fff;
}

.pd_main .hot_classify .box .sf_list li:hover .down_link a {
  display: block;
}

.pd_main .hot_classify .box .sf_list li:hover .down_link a:hover {
  color: #fff;
  background: #00BD3F;
}


/* ===============================分类列表页=============================== */
.g_top_dome {
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
  background: #fff;
}

.g_top_dome .g_domelist {
  width: 1168px;
  height: 125px;
  overflow: hidden;
  margin: 15px auto;
}

.g_top_dome .g_domelist .tempWrap {
  width: 1168px !important;
}

.g_top_dome ul li {
  float: left;
  width: 106px;
  height: 125px;
  overflow: hidden;
  text-align: center;
  border-radius: 2px;
  background: #f1f1f1;
  cursor: pointer;
}

.g_top_dome ul li {
  margin-left: 10px;
}

.g_top_dome li .img_box {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin: 10px 0 5px 0;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}

.g_top_dome li .img_box img {
  width: 100%;
  height: 100%;
}

.g_top_dome li .title {
  display: block;
  width: 80px;
  height: 20px;
  overflow: hidden;
  margin: 0px auto;
  line-height: 20px;
  font-weight: normal;
  text-align: center;
  color: #666;
}

.g_top_dome li:hover .title {
  color: #FD3939;
}

.g_top_dome .g_scroll_btn {
  display: none;
  position: absolute;
  top: 50%;
  z-index: 150;
  width: 30px;
  height: 48px;
  margin-top: -24px;
  font-family: "SimSun";
  font-size: 26px;
  line-height: 48px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.g_top_dome .g_scroll-left {
  left: 0;
}

.g_top_dome .g_scroll_right {
  right: 0;
}

.fl_main .main_bg {
  box-shadow: none;
}

.fl_main .main_left {
  padding: 0 16px 20px;
  box-sizing: border-box;
}

.fl_main .main_left .hd_title span {
  border-bottom: 3px solid #3fb118;
  background: none;
}

.fl_main .main_left .classify_list .item {
  position: relative;
  padding: 15px;
  border-bottom: 1px dashed #eee;
}

.fl_main .main_left .classify_list .item img {
  width: 80px;
  height: 80px;
  vertical-align: top;
  border-radius: 8px;
  /* border: 1px solid red; */
}

.fl_main .main_left .classify_list .item_info {
  display: inline-block;
  width: 74%;
  padding-left: 10px;
  /* border: 1px solid red; */
  vertical-align: top;
}

.fl_main .main_left .classify_list .item_info .title {
  font-size: 18px;
  line-height: 2;
}

.fl_main .main_left .classify_list .item_info .title:hover {
  color: #FD3939;
}

.fl_main .main_left .classify_list .item_info .other_info {
  color: #555;
}

.fl_main .main_left .classify_list .item_info .other_info span {
  font-size: 12px;
}

.fl_main .main_left .classify_list .item_info .other_info .fg {
  padding: 0 10px;
}

.fl_main .main_left .classify_list .item_info p {
  display: -webkit-box;
  height: 40px;
  overflow: hidden;
  margin-top: 4px;
  line-height: 1.6;
  color: #868686;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.fl_main .main_left .classify_list .item .look_btn {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 90px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  background-color: #3fb118;
}

.fl_main .main_left .classify_list .item .look_btn:hover {
  background: #006600;
}




.fl_main .main_right .classify_nav .hd_title::after {
  background-color: #f80;
}

.fl_main .main_right .classify_nav .list {
  margin: 15px;
  font-size: 0;
}

.fl_main .main_right .classify_nav .list a {
  display: inline-block;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 15px;
  padding: 10px 0;
  font-size: 16px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  background: #879299;
}

.fl_main .main_right .classify_nav .list a.cur {
  background: #f80;
}

.fl_main .main_right .classify_nav .list a:hover {
  background: #f90;
}

.fl_main .main_right .classify_nav .list a:nth-child(2n) {
  margin-right: 0;
}

/* =======================分页=========================== */
.page {
  width: 100%;
  margin: 20px auto;
  text-align: center;
}

.page a,
.page b {
  display: inline-block;
  margin: 0 3px;
  padding: 7px 13px;
  font-size: 14px;
  color: #333;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border: 1px solid #ebebeb;
  background-color: #f2f2f2;
}

.page a:hover {
  color: #fff;
  background-color: #060;
}

.page b {
  color: #fff;
  background-color: #3fb118;
}

/* ==============================安卓详情页==================================== */
.android_main .main_right .recommend_game_box .hd_title::after {
  background-color: #00BD3F;
}

.android_main .main_right .soft_intro_box {
  margin-bottom: 20px;
  padding: 15px 10px;
}

.android_main .main_right .soft_intro_box .title {
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.android_main .main_right .soft_intro_box .img_box {
  width: 120px;
  height: 120px;
  overflow: hidden;
  margin: 20px auto;
  text-align: center;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.android_main .main_right .soft_intro_box .img_box img {
  width: 100%;
  height: 100%;
}

.android_main .main_right .soft_intro_box .downbtn {
  width: 240px;
  margin: 0 auto;
}

.android_main .main_right .soft_intro_box .downbtn a.btn {
  display: inline-block;
  position: relative;
  width: 240px;
  height: 56px;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 56px;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  background-color: #f80;
}

.android_main .main_right .soft_intro_box .downbtn a.btn:hover {
  background-color: #FE9B00;
}

.android_main .main_right .soft_intro_box .downbtn a.btnGS {
  line-height: 40px;
  background-color: #1EC456;
}

.android_main .main_right .soft_intro_box .downbtn a.btnGS b {
  position: absolute;
  top: 22px;
  left: 50%;
  margin-left: -62px;
  font-size: 12px;
}

.android_main .main_right .soft_intro_box .downbtn a.btnGS:hover {
  background-color: #15d255;
}

.android_main .main_right .soft_intro_box .info_item {
  width: 240px;
  margin: 0 auto;
}

.android_main .main_right .soft_intro_box .info_item span {
  display: inline-block;
  width: 240px;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
}

.android_main .main_right .soft_intro_box .info_item span em {
  color: #9e9e9e;
}

.introTit span {
  position: relative;
  margin-left: 0px;
  padding: 2px 10px;
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
  color: #2A78B4;
  background: #fff;
  -webkit-margin-start: -25px;
}

.introTit {
  position: relative;
  width: 100%;
  margin: 30px 0;
  font-weight: bold;
  text-align: center;
  color: #2A78B4;
  border-bottom: 1px solid #f1f2f6;
}

/* =========================资讯列表===================================== */
.fl_main .main_left .information_list .item {
  position: relative;
  padding: 15px;
  border-bottom: 1px dashed #eee;
}

.fl_main .main_left .information_list .item img {
  width: 121px;
  height: 91px;
  vertical-align: top;
  /* border: 1px solid red; */
}

.fl_main .main_left .information_list .item_info {
  display: inline-block;
  width: 83%;
  padding-left: 10px;
  /* border: 1px solid red; */
  vertical-align: top;
}

.fl_main .main_left .information_list .item_info .title {
  font-size: 18px;
}

.fl_main .main_left .information_list .item_info .title:hover {
  color: #FD3939;
}

.fl_main .main_left .information_list .item_info .other_info {
  line-height: 2;
  color: #555;
}

.fl_main .main_left .information_list .item_info .other_info span {
  margin-right: 15px;
  font-size: 12px;
}

.fl_main .main_left .information_list .item_info p {
  display: -webkit-box;
  height: 40px;
  overflow: hidden;
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.6;
  color: #868686;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}


/* ====================热门推荐================================= */
.fl_main .main_right .hot_recommend ul {
  padding: 10px;
}

.fl_main .main_right .hot_recommend ul li {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  line-height: 2;
}

.fl_main .main_right .hot_recommend ul li::before {
  content: ".";
  display: block;
  position: absolute;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 6px;
  height: 6px;
  font-size: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #333;
}

.fl_main .main_right .hot_recommend ul li:hover,
.fl_main .main_right .hot_recommend ul li:hover a {
  color: #FD3939;
}

.fl_main .main_right .jp_recommend {
  margin-top: 15px;
}

/* =========================资讯详情页============================== */
.fl_main .main_left .zx_article {
  margin: 30px 20px;
}

.fl_main .main_left .zx_article .zx_title {
  font-size: 26px;
  line-height: 1.2;
  text-align: center;
  color: #333;
}

.fl_main .main_left .zx_article .minute {
  text-align: center;
}

.fl_main .main_left .zx_article .minute span {
  padding: 0 15px;
  font-size: 12px;
  line-height: 4;
  color: #999;
}

.fl_main .main_left .zx_article .source {
  padding: 15px 22px;
  background-color: #fafafa;
}

.fl_main .main_left .zx_article .source .source_img {
  max-width: 70px;
  overflow: hidden;
  margin-right: 25px;
  vertical-align: top;
}

.fl_main .main_left .zx_article .source .source_img img {
  width: 100%;
}

.fl_main .main_left .zx_article .source .source_img,
.fl_main .main_left .zx_article .source .source_main,
.fl_main .main_left .zx_article .source .source_down {
  display: inline-block;
}

.fl_main .main_left .zx_article .source .source_main .source_title {
  margin-top: 10px;
  font-size: 22px;
  color: #333;
}

.fl_main .main_left .zx_article .source .source_main .source_intro {
  margin: 6px 0;
  font-size: 12px;
  color: #989898;
}

.fl_main .main_left .zx_article .source .source_main .source_intro span {
  padding: 0 5px;
}

.fl_main .main_left .zx_article .source .source_down {
  float: right;
  width: 129px;
  margin-top: 22px;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  border-radius: 2px;
  background-color: #0aa76e;
}

.fl_main .main_left .zx_article .source .source_down:hover {
  background-color: #1bc386;
}

.fl_main .main_left .zx_article article p {
  margin: 5px 0;
  font-size: 15px;
  line-height: 2;
  color: #333;
}

/* ===================热门资讯========================= */
.fl_main .main_right .hot_information ul {
  padding: 10px;
}

.fl_main .main_right .hot_information ul li {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}

.fl_main .main_right .hot_information ul li .img_box {
  display: inline-block;
  float: left;
  width: 80px;
  height: 40px;
  margin-right: 10px;
}

.fl_main .main_right .hot_information ul li .img_box img {
  width: 100%;
}

.fl_main .main_right .hot_information ul li a {
  display: -webkit-box;
  float: left;
  width: 186px;
  height: 40px;
  overflow: hidden;
  line-height: 1.5;
  vertical-align: top;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.fl_main .main_right .hot_information ul li:hover a {
  color: #FD3939;
}