/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

/* 璁剧疆placeholder鐨勯粯璁ゆ牱寮� */
:-moz-placeholder {
  color: #ddd;
  opacity: 1;
}

::-moz-placeholder {
  color: #ddd;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #ddd;
  opacity: 1;
}

input::-webkit-input-placeholder {
  color: #ddd;
  opacity: 1;
}

a {
  text-decoration: none;
  color: #646566;
  cursor: pointer;
}

a:hover {
  color: #ff5a60;
}
body {
  font-family: "Microsoft YaHei", "Hiragino Sans GB", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #646566;
  background: #f7f8fa;
}

.show {
  display: block;
}

.hide {
  display: none;
}

.mt-20 {
  margin-top: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.pt-20 {
  padding-top: 20px;
}


.f-clearfix {
  zoom: 1;
}

.f-clearfix::before,
.f-clearfix::after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
}

.f-text-overflow1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}

.f-text-overflow2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.f-text-overflow3 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.s-fc {
  color: #646566;
}

.s-fc:hover {
  color: #ff5a60;
}

.g-wrap {
  position: relative;
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.g-box {
  position: relative;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  box-shadow: 0px 4px 24px 0px rgba(209, 204, 255, 0.12);
  background: #ffffff;
}

.g-main {
  position: relative;
  margin-top: 16px;
}
.g-crumbs span {
  display: inline-block;
  line-height: 22px;
  vertical-align: middle;
}

.g-crumbs .icon-crumbs {
  width: 22px;
  height: 22px;
  background: url(../images/icon-crumbs.png) no-repeat center;
}

.g-pages {
  margin: 30px auto 10px;
  text-align: center;
}

.g-pages a {
  display: inline-block;
  height: 28px;
  margin: 0 3px 6px;
  padding: 0 10px;
  font-size: 14px;
  line-height: 28px;
  vertical-align: top;
  color: #666;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border: 1px solid #f1f2f6;
  background-color: #f1f2f6;
}

.g-pages .z-cur {
  color: #fff;
  border: 1px solid #57c2ff;
  background: linear-gradient(-180deg, #4285e3 0%, #57c2ff);
}
.m-rank-list {
  position: relative;
}

.m-rank-list .item {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 25px;
}

.m-rank-list .item .num,
.m-rank-list .item .img-box,
.m-rank-list .item .info {
  display: inline-block;
  vertical-align: middle;
}

.m-rank-list .item .num {
  font-size: 14px;
  font-weight: bold;
  color: #646566;
}

.m-rank-list .item:nth-of-type(1) .num {
  color: #f82e04;
}

.m-rank-list .item:nth-of-type(2) .num {
  color: #f65b0d;
}

.m-rank-list .item:nth-of-type(3) .num {
  color: #fa8e17;
}

.m-rank-list .item .img-box {
  display: none;
  width: 73px;
  height: 73px;
  margin: 0 10px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.m-rank-list .item .img-box img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.m-rank-list .item.z-cur .img-box {
  display: inline-block;
}

.m-rank-list .item .img-box img {
  box-shadow: 0px 4px 24px 0px rgba(209, 204, 255, 0.12);
}

.m-rank-list .item .info {
  width: 85%;
}

.m-rank-list .item.z-cur .info {
  width: 124px;

}

.m-rank-list .item .info a {
  display: block;
  text-align: left;
}

.m-rank-list .item .info .tt {
  width: 100%;
  height: 22px;
  font-size: 14px;
  line-height: 22px;
  color: #646566;
}

.m-rank-list .item .info .kind {
  display: none;
  height: 18px;
  margin: 4px 0;
  font-size: 12px;
  line-height: 18px;
  color: #969799;
}

.star-bar {
  display: inline-block;
  width: 85px;
  height: 15px;
  overflow: hidden;
  font-size: 0;
  background: url(../images/icon-star.png) repeat-x 0 0;
}

.star-bar .star {
  display: inline-block;
  height: 15px;
  background: url(../images/icon-star.png) repeat-x 0 -16px;
}

.m-rank-list .item .info .star-bar {
  display: none;
  margin: 2px 0 4px;
}

.m-rank-list .item .info .u-btn-down {
  display: none;
  width: 60px;
  height: 24px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #31568d;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border: 1px solid #31568d;
}

.m-rank-list .item.z-cur .num {
  font-size: 30px;
  -webkit-transition: all .3s;
}



.m-rank-list .item.z-cur .info .tt {
  width: 100%;
  height: 22px;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  color: #31568d;
  -webkit-transition: all .3s;
}

.m-rank-list .item.z-cur .info .kind,
.m-rank-list .item.z-cur .info .star-bar,
.m-rank-list .item.z-cur .info .u-btn-down {
  display: block;
}

.m-coll2 {
  position: relative;
  overflow: hidden;
  margin-top: 16px;
  padding: 12px 20px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
}

.m-coll2>.title,
.m-coll2 .m-coll2-right>.title,
.m-coll2 .m-best .title,
.m-coll3 .title {
  position: relative;
  height: 60px;
  font-size: 24px;
  line-height: 60px;
  color: #323232;
  border-bottom: 1px solid #ebedf0;
}

.m-coll2>.title h2,
.m-coll2 .m-coll2-right>.title h2,
.m-coll2 .m-best .title h2,
.m-coll3 .title h2 {
  display: inline-block;
  position: relative;
  font-weight: 600;
}

.m-coll2>.title h2::after,
.m-coll2 .m-coll2-right>.title h2::after,
.m-coll2 .m-best .title h2::after,
.m-coll3 .title h2::after {
  content: ".";
  display: block;
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  font-size: 0;
  background: linear-gradient(271deg, #4285e3 0%, #57c2ff);
}

.m-coll2>.title .icon-title,
.m-coll2 .m-coll2-right>.title .icon-title,
.m-coll2 .m-best .title .icon-title,
.m-coll3 .title .icon-title {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 8px;
  vertical-align: baseline;
  background-repeat: no-repeat;
  background-position: center;
}

.m-coll2>.title .common-item,
.m-coll2>.title .more,
.m-coll2 .m-coll2-right>.title .more,
.m-coll3 .title .more {
  float: right;
}

.m-coll2>.title .common-item {
  font-size: 16px;
  font-weight: 400;
  color: #646566;
}

.m-coll2>.title .common-item a {
  padding: 0 16px;
}

.m-coll2>.title .common-item a+a {
  border-left: 1px solid #f2f3f5;
}

.m-coll2>.title .more,
.m-coll2 .m-coll2-right>.title .more,
.m-coll3 .title .more {
  font-size: 14px;
  font-weight: 400;
  color: #c8c9cc;
}

.m-coll3 .title .more:hover {
  color: #ff5a60;
}

.m-coll2>.title .more .icon-more,
.m-coll2 .m-coll2-right>.title .more .icon-more,
.m-coll3 .title .more .icon-more {
  display: inline-block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  vertical-align: -3px;
  background: url(../images/arrow.png) no-repeat center;
}

.m-coll2 .m-rank-list,
.m-coll2 .m-favorites {
  display: inline-block;
  vertical-align: top;
  /* border: 1px solid red; */
}

.m-favorites dl {
  display: inline-block;
  /* border: 1px solid red; */
  font-size: 0;
  vertical-align: top;
  box-sizing: border-box;
}

.m-favorites dt {
  display: block;
  position: relative;
  height: 30px;
  margin: 15px 0 5px;
  line-height: 30px;
  /* border: 1px solid red; */
}

.m-favorites dt i {
  display: inline-block;
  width: 4px;
  height: 16px;
  margin-right: 6px;
  vertical-align: middle;
  background: #6cdafd;
}

.m-favorites dt a {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
  color: #323232;
}

.m-favorites dt a:hover {
  color: #ff5a60;
}

.m-favorites dd {
  display: inline-block;
  position: relative;
  height: 35px;
  font-size: 14px;
  line-height: 35px;
}

.m-favorites dd a {
  display: inline-block;
  overflow: hidden;
}

.m-favorites dd img {
  display: inline-block;
  width: 20px;
  height: 20px;
  overflow: hidden;
  padding-right: 8px;
  vertical-align: middle;
}

.m-sw-list {
  display: inline-block;
  position: relative;
  font-size: 0;
  vertical-align: top;
}

.m-sw-list .item {
  display: inline-block;
  width: 110px;
  height: 110px;
  margin-top: 42px;
}

.m-sw-list .item .img-box {
  display: block;
  width: 76px;
  height: 76px;
  margin: 0 auto;

}

.m-sw-list .item .img-box img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.m-sw-list .item .txt {
  display: block;
  height: 22px;
  margin-top: 12px;
  padding: 0 10px;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}

.m-sw-list .item:hover .img-box img {
  box-shadow: 0px 10px 21px 0px rgba(0, 0, 70, 0.29);
}

.m-sw-list .item:hover .txt {
  color: #ff5a60;
}




.m-rec {
  padding-bottom: 28px;
  box-sizing: border-box;
}

.m-rec .m-rec-sw {
  width: 100%;
  font-size: 0;
}

.m-rec .m-rec-sw .item {
  display: inline-block;
  width: 120px;
  font-size: 14px;
  text-align: center;
  color: #646566;
}

.m-rec .m-rec-sw .item a {
  display: block;
  overflow: hidden;
  margin-bottom: 18px;
  padding: 0 20px;
  white-space: nowrap;
  box-sizing: border-box;
  text-overflow: ellipsis;
}

.m-rec .m-rec-sw .item img {
  display: block;
  width: 59px;
  height: 59px;
  margin: 20px auto 9px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.m-rec .m-rec-sw .item:hover img {
  box-shadow: 0px 10px 21px 0px rgba(0, 0, 70, 0.29);
}

.m-rec .m-rec-sw .item:hover a {
  color: #ff5a60;
}

.m-rec p {
  height: 38px;
  overflow: hidden;
  margin: 0 20px;
  line-height: 38px;
}

.m-rec p b {
  display: inline;
  float: left;
  width: 85px;
  font-weight: 500;
  vertical-align: middle;
}

.m-rec p b a {
  font-size: 16px;
  font-weight: 600;
}

.m-rec p b i {
  display: block;
  float: right;
  width: 9px;
  height: 12px;
  margin-top: 14px;
  background: url(../images/icon-r.png) no-repeat center;
}

.m-rec p span a {
  padding: 0 12px;
  line-height: 38px;
  vertical-align: middle;
  border-right: 1px solid #ddd;
}

.m-rec1 {
  padding-top: 20px;
  padding-bottom: 10px;
}

.m-rec1 .g-crumbs {
  margin-left: 20px;
}

.common-classify-partner .link-tab {
  display: inline-block;
  font-size: 20px;
}

.common-classify-partner .link-tab span {
  padding: 0 16px;
  color: #969799;
  cursor: pointer;
}

.common-classify-partner .link-tab .z-cur {
  font-weight: 600;
  color: #31568d;
}

.common-classify-partner .link-list {
  height: 102px;
  overflow: hidden;
  margin-top: 10px;
}

.common-classify-partner .link-list:not(:nth-of-type(1)) {
  display: none;
}

.common-classify-partner .link-list a {
  display: inline-block;
  margin: 10px auto;
  padding: 0 10px;
  font-size: 14px;
  border-right: 1px solid #ddd;
}

#tags a {
  display: inline-block;
  height: 30px;
  margin-top: 8px;
  padding-right: 6px;
  line-height: 30px;
}

#tags .tags0 {
  color: #72e3c8;
}

#tags .tags1 {
  font-size: 24px;
  color: #30a1f5;
}

#tags .tags2 {
  font-size: 16px;
  color: #72e3c8;
}

#tags .tags3 {
  color: #fbc87a;

}

#tags .tags4 {
  font-size: 16px;
  color: #30a1f5;
}

#tags .tags5 {
  font-size: 20px;
  color: #30a1f5;
}

#tags .tags6 {
  font-size: 20px;
  color: #72e3c8;
}


#tags .tags7 {
  font-size: 18px;
  font-weight: bold;
  color: #fbc87a;
}

#tags .tags8 {
  font-weight: bold;
  color: #30a1f5;
}

#tags .tags9 {
  font-size: 16px;
  font-weight: bold;
  color: #72e3c8;
}

#tags .tags10 {
  font-size: 18px;
  font-weight: bold;
  color: #fbc87a;
}

#tags .tags11 {
  color: #30a1f5;
}

#tags .tags12 {
  font-size: 14px;
  color: #72e3c8;
}

#tags a:hover {
  color: #fbc87a;
}


.bd-share .bdsharebuttonbox a {
  width: 36px;
  height: 36px;
  margin-top: 0;
  padding: 0;
  background: url(../images/icon-bdfx.png) 0 -1px no-repeat;
}

.bd-share .bdsharebuttonbox .bds_weixin {
  background-position: 0 -48px;
}

.bd-share .bdsharebuttonbox .bds_tsina {
  background-position: 0 -96px;
}

.bd-share .bdsharebuttonbox .bds_more {
  background-position: 0 -146px;
}


.m-right-item {
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  box-sizing: border-box;
  box-shadow: 0px 4px 24px 0px rgba(209, 204, 255, 0.12);
  background: #ffffff;
}

.m-right-item .title {
  position: relative;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #ebedf0;
}

.m-right-item .title .icon-title {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  margin-right: 9px;
  vertical-align: text-top;
  background: url(../images/icon-rhot.png) no-repeat center;
}

.m-hot-hj .title .icon-title {
  background-image: url(../images/icon-rhot-hj.png);
}

.m-right-item .title::before {
  content: ".";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 115px;
  height: 2px;
  font-size: 0;
  background: linear-gradient(272deg, #4285e3 0%, #57c2ff);
}

.m-right-item.m-sw-list .item {
  width: 25%;
  height: auto;
  margin-top: 25px;
}

.m-right-item.m-sw-list .item .img-box {
  width: 59px;
  height: 59px;
}

.m-right-item.m-hot-hj h4 {
  margin-bottom: 10px;
}

.g-404-box {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 14px auto 0;
  box-shadow: 0px 0px 5px #ccc;
  background: #fff;
}

.g-404-box .img404 {
  display: block;
  width: 400px;
  margin: 0 auto 20px;
  padding-top: 20px;
  text-align: center;
}

.g-404-box .img404 img {
  width: 100%;
  height: auto;
}

.g-404-box h2 {
  width: 100%;
  height: 33px;
  margin: 24px auto 0;
  font-size: 30px;
  line-height: 33px;
  font-weight: normal;
  text-align: center;
}

.g-404-box .m-atz {
  padding: 10px 0;
  text-align: center;
}

.g-404-box .m-atz a {
  display: inline-block;
  width: auto;
  height: 36px;
  overflow: hidden;
  margin: 0 16px;
  padding: 0 14px;
  font-size: 20px;
  line-height: 36px;
  font-weight: normal;
  text-align: center;
  color: #fff;
  border-bottom: 4px #316ec6 solid;
  background: #31568d;
}

.g-404-rank {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 14px auto 0;
  padding: 15px 0 9px 0;
  text-align: center;
  border-top: 2px solid #19b5fe;
  box-shadow: 0px 0px 5px #ccc;
  background: #fff;
}

.g-404-rank ul {
  display: inline-block;
  width: 23%;
  vertical-align: top;
}

.g-404-rank ul+ul {
  margin-left: 1%;
}

.g-404-rank .m-rank-list .title {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 2;
  text-align: left;
  border-bottom: 2px dotted #eee;
}

.g-404-rank .m-rank-list .title span {
  padding-right: 8px;
  font-size: 20px;
  font-weight: bold;
  color: #f64747;
}

.g-404-rank .m-rank-list:nth-child(2) .title span {
  color: #5fc700;
}

.g-404-rank .m-rank-list:nth-child(3) .title span {
  color: #19b5fe;
}

.g-404-rank .m-rank-list:nth-child(4) .title span {
  color: #ff9900;
}

.g-404-rank .m-rank-list {
  text-align: left;
}

.m-s-index {
  margin: 100px auto;
  text-align: center;
}

.m-s-index .logo {
  display: block;
  margin-bottom: 20px;
  width: 220px;
  margin: 0 auto;
}

.m-s-index .logo img {
  width: 100%;
}

.m-s-index .m-search {
  position: relative;
  width: 820px;
  margin: 0 auto;
}

.m-s-index .m-search .u-search-ipt {
  width: 700px;
  height: 56px;
  font-size: 16px;
  line-height: 56px;
  text-indent: .5em;
}

.m-s-index .m-search .u-search-btn {
  width: 120px;
  height: 56px;
  font-size: 18px;
  line-height: 56px;
}

.m-s-index .m-search .m-search-hot {
  margin-top: 10px;
  font-size: 16px;
  text-align: left;
  padding-left: 8px;
}

.m-s-index .con {
  width: 820px;
  margin: 80px auto;
  text-align: left;
}

.m-s-index .m-hj-hot {
  display: inline-block;
  width: 400px;
}

.m-s-index .con-item {
  display: inline-block;
  vertical-align: top;
}

.m-s-index .con-item .title {
  position: relative;
  font-size: 18px;
  line-height: 2;
  text-indent: 5px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}

.m-s-index .con-item .title .more {
  float: right;
  font-size: 14px;
  color: #ccc;
}

.m-s-index .con-item .title::after {
  content: ".";
  display: block;
  width: 82px;
  height: 2px;
  background: #31568d;
  font-size: 0;
  left: 0;
  bottom: -1px;
}

.m-s-index .m-hj-hot .item {
  display: block;
  padding: 15px 0;
  font-size: 16px;
  box-sizing: border-box;
}

.m-s-index .m-hj-hot .item span {
  display: inline-block;
  vertical-align: middle;
}

.m-s-index .m-hj-hot .item .num {
  font-weight: bold;
  color: #646566;
}

.m-s-index .m-hj-hot .item:nth-of-type(1) .num {
  color: #f82e04;
}

.m-s-index .m-hj-hot .item:nth-of-type(2) .num {
  color: #f65b0d;
}

.m-s-index .m-hj-hot .item:nth-of-type(3) .num {
  color: #fa8e17;
}

.m-s-index .m-hj-hot .item .tt {
  width: 282px;
  color: #323232;
}

.m-s-index .m-hj-hot .item .tt:hover {
  color: #ff5a60;
}

.m-s-index .m-hj-hot .item .ver,
.m-s-index .m-hj-hot .item .time {
  width: 85px;
  font-size: 14px;
  text-align: right;
  color: #646566;
}

.m-s-index .m-hj-hot .item .ver {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}

.m-s-index .m-rzt {
  width: 380px;
  margin-left: 30px;
  font-size: 0;
}

.m-s-index .m-rzt .item {
  display: inline-block;
  position: relative;
  width: 49%;
  height: 130px;
  font-size: 14px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  margin-top: 10px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 10px;
  background: #fff;
}

.m-s-index .m-rzt .item:hover {
  transform: translate(0px, -2px);
  box-shadow: 0px 4px 15px 0px rgba(0, 46, 87, 0.15);
  background: #ffffff;
}

.m-s-index .m-rzt .item img {
  width: 100%;
  height: 100%;
}

.m-s-index .m-rzt .item:nth-child(2n+1) {
  margin-left: 2%;
}

.m-s-index .m-rzt .item .tt {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  padding: 10px;
  background: rgba(255, 255, 255, .35);
  box-sizing: border-box;
  color: #fff;
  text-align: center;
}

.bf {
  background: #fff;
}


/* 榧犳爣鍒掕繃鏄剧ず澶у浘聽*/
#image-preview {
  position: absolute;
  z-index: 1000;
  border-width: 2px;
  border-style: solid;
  border-color: #008EE1;
  padding: 5px;
  background-color: #FAFAFA;
}

#image-preview.big {
  transform-origin: top left;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
}

#aichanpinbang {
  display: inline-block;
  width: 3.75rem;
  line-height: 1.875rem;
  color: #626590;
  background-color: #fff;
  background-position: .625rem 35%;
  background-size: 1.25rem;
  padding-left: 1.875rem;
  background-repeat: no-repeat;
  background-image: url('../images/aihot.png');
}
.m-coll2 {
  margin-bottom: 16px;
}

.m-coll2 .m-coll2-left,
.m-coll2 .m-coll2-right {
  display: inline-block;
  /* overflow: hidden; */
  margin-top: 8px;
  margin-bottom: 8px;
  vertical-align: top;
}

.m-coll2 .m-coll2-left {
  width: 668px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-coll2 .m-coll2-left .m-slide {
  position: relative;
  width: 100%;
  height: 375px;
}

.m-slide .hd {
  position: absolute;
  right: 10px;
  bottom: 0;
  z-index: 50;
  height: 45px;
  overflow: hidden;
  text-align: center;
}

.m-coll2 .m-coll2-left .m-slide .hd ul {
  width: 100%;
  margin-top: 16px;
}

.m-coll2 .m-coll2-left .m-slide .hd ul li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 2px;
  line-height: 14px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #ebedf0;
  cursor: pointer;
}

.m-coll2 .m-coll2-left .m-slide .hd ul li.on {
  background: #4182e1;
}

.m-coll2 .m-coll2-left .m-slide .bd {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.m-coll2 .m-coll2-left .m-slide .bd li {
  zoom: 1;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  overflow: hidden;
}

.m-coll2 .m-coll2-left .m-slide .bd .img-box {
  display: block;
  position: relative;
  width: 100%;
  height: 375px;
  overflow: hidden;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  overflow: hidden;
}

.m-coll2 .m-coll2-left .m-slide .img-box img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.m-coll2 .m-coll2-left .m-slide .bd .img-box .tt {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 45px;
  padding: 0 10px;
  padding-right: 200px;
  font-size: 14px;
  line-height: 45px;
  color: #fff;
  box-sizing: border-box;
  background: rgba(0, 0, 0, .5);
}

.m-coll2 .m-coll2-left .m-slide .prev,
.m-coll2 .m-coll2-left .m-slide .next {
  display: block;
  position: absolute;
  top: 50%;
  left: 3%;
  width: 32px;
  height: 40px;
  margin-top: -25px;
  background: url(../images/slider-arrow.png) -110px 5px no-repeat;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.m-coll2 .m-coll2-left .m-slide .next {
  right: 3%;
  left: auto;
  background-position: 8px 5px;
}

.m-coll2 .m-coll2-left .m-slide .prev:hover,
.m-coll2 .m-coll2-left .m-slide .next:hover {
  opacity: 1;
}

.m-popular {
  width: 485px;
  padding-left: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* border: 1px solid red; */
}

.m-popular .m-popular-app {
  position: relative;
  width: 100%;
  padding-bottom: 12px;
  border-bottom: 1px solid #ebedf0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-popular .m-popular-app .item {
  width: 100%;
  padding: 8px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}

.m-popular .m-popular-app .item .icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: bottom;
  background: url(../images/icon-hot.png) no-repeat center;
  -o-background-size: cover;
  background-size: cover;
}

.m-popular .m-popular-app .item .title {
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #323232;
}

.m-popular .m-popular-app .item .title:hover {
  color: #ff5a60;
}

.m-popular .m-popular-app .item .txt {
  margin-top: 8px;
  font-size: 14px;
  line-height: 22px;
  color: #646566;
}

.m-popular .m-popular-app .item:hover {
  -webkit-transform: translate(0px, -2px);
  -moz-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  -o-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 46, 87, 0.15);
  box-shadow: 0px 4px 15px 0px rgba(0, 46, 87, 0.15);
}

.m-popular .m-popular-article {
  padding-top: 10px;
  padding-left: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-popular .m-popular-article a {
  display: block;
  position: relative;
  padding-right: 100px;
  font-size: 14px;
  line-height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-popular .m-popular-article a span {
  position: absolute;
  right: 0;
}

.m-popular .m-popular-article a:hover span {
  color: #646566;
}

.m-gg {
  width: 100%;
}

.m-gg img {
  width: 100%;
  height: 68px;
}

.m-coll {
  position: relative;
  margin-top: 16px;
  font-size: 0;
}

.m-coll .m-coll-item {
  display: inline-block;
  height: 668px;
  padding: 20px 14px 16px;
  font-size: 14px;
  vertical-align: top;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 24px 0px rgba(209, 204, 255, 0.12);
  box-shadow: 0px 4px 24px 0px rgba(209, 204, 255, 0.12);
  background: #fff;
}

.common-classify-game .title .icon-title {
  width: 26px;
  height: 26px;
  vertical-align: -4px;
  background-image: url(../images/icon-game.png);
}

.common-classify-rjjc .title .icon-title {
  vertical-align: -2px;
  background-image: url(../images/icon-rjjc.png);
}

.common-classify-xwzx .title .icon-title {
  vertical-align: -2px;
  background-image: url(../images/icon-news1.png);
}

.m-coll2 .content .con-left,
.m-coll2 .content .con-right {
  display: inline-block;
  vertical-align: top;
}

.m-coll2 .content .con-left {
  width: 482px;
  margin-top: 14px;
}

.m-coll2 .content .con-left .item {
  margin-bottom: 10px;
}

.m-coll2 .content .con-left .title {
  display: block;
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
  text-indent: 6px;
  color: #4182E1;
}

.m-coll2 .content .con-left .item .item-left {
  float: left;
  width: 335px;
  margin-top: 8px;
}

.m-coll2 .content .con-left .item .item-left a {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  padding-left: 6px;
  font-size: 14px;
  line-height: 1.8;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-weight: bold;
}

.m-coll2 .content .con-left .item .item-left .intro {
  padding-left: 6px;
  font-size: 12px;
  line-height: 1.7;
  color: #8d8d8d;
}

.m-coll2 .content .con-left .item .item-left .time {
  margin-left: 10px;
  color: #e63e14;
}

.m-coll2 .content .con-left .item .img-box {
  float: right;
  width: 121px;
  height: 78px;
  overflow: hidden;
}

.m-coll2 .content .con-left .item .img-box img {
  width: 121px;
  height: 75px;
}

.m-coll2 .content .con-right {
  width: 650px;
  margin-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-coll2 .content .m-gg {
  display: inline-block;
  width: 270px;
  height: 450px;
  margin-top: 14px;
  margin-left: 12px;
  vertical-align: top;
}

.m-coll2 .content .m-gg a {
  display: block;
  width: 248px;
  height: 135px;
  margin-bottom: 10px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  overflow: hidden;
}

.m-coll2 .content .m-gg img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.m-coll2 .content .consulting-rank {
  display: inline-block;
  width: 350px;
  margin-left: 12px;
  vertical-align: top;
}

.m-coll2 .content .consulting-rank h3 {
  margin-top: 10px;
  font-size: 16px;
  line-height: 40px;
  font-weight: bold;
  /* border-bottom: 1px solid #; */
}

.m-coll2 .content .consulting-rank .icon {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: 8px;
  vertical-align: -8px;
  background: url(../images/icon-rmgl.png) no-repeat center;
}

.m-coll2 .content .consulting-rank .item,
.m-coll2 .content .consulting-rank .item a {
  display: block;
  line-height: 37px;
  margin-bottom: 3px;
}

.m-coll2 .content .consulting-rank .item .num {
  font-weight: bold;
  color: #646566;
}

.m-coll2 .content .consulting-rank .item:nth-of-type(1) .num {
  color: #f82e04;
}

.m-coll2 .content .consulting-rank .item:nth-of-type(2) .num {
  color: #f65b0d;
}

.m-coll2 .content .consulting-rank .item:nth-of-type(3) .num {
  color: #fa8e17;
}

/* ======================鐠囷附鍎忔い锟�=============================== */
.m-main-item .box {
  margin-bottom: 16px;
  padding: 20px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 24px 0px rgba(209, 204, 255, 0.12);
  box-shadow: 0px 4px 24px 0px rgba(209, 204, 255, 0.12);
  background: #fff;
}

.m-main-item {
  display: inline-block;
  position: relative;
  margin-top: 16px;
  vertical-align: top;
}

.m-main-left {
  width: 870px;
  min-height: 1600px;
}

.m-main-right {
  float: right;
  width: 310px;
}

.m-main-left .news-intro .news-title {
  width: 100%;
  margin-top: 20px;
  /* font-weight: bold; */
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  color: #323232;
}

.m-main-left .news-intro .author-time {
  font-size: 14px;
  line-height: 3;
  text-align: center;
}

.m-main-left .news-intro .author-time .author {
  margin-right: 100px;
}

.m-main-left .news-intro .recommend-soft {
  position: relative;
  width: 100%;
  height: 108px;
  padding: 16px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #f7f8fa;
}

.m-main-left .news-intro .recommend-soft:hover {
  -webkit-transform: translate(0px, -2px);
  -moz-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  -o-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 46, 87, 0.15);
  box-shadow: 0px 4px 15px 0px rgba(0, 46, 87, 0.15);
}

.m-main-left .news-intro .recommend-soft img {
  width: 76px;
  height: 76px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.m-main-left .news-intro .recommend-soft .info {
  display: inline-block;
  position: relative;
  width: 550px;
  margin-left: 10px;
  vertical-align: top;
}

.m-main-left .news-intro .recommend-soft .info .title {
  font-size: 16px;
  line-height: 2;
}

.m-main-left .news-intro .recommend-soft .info p {
  font-size: 12px;
  line-height: 1.8;
  color: #969799;
}

.m-main-left .news-intro .recommend-soft .info .sw-intro span {
  margin-right: 15px;
}

.m-main-left .news-intro .recommend-soft .btn {
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  width: 88px;
  height: 38px;
  margin-top: -19px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  background: -webkit-linear-gradient(156deg, #4285e3 0%, #57c2ff);
  background: -moz-linear-gradient(156deg, #4285e3 0%, #57c2ff);
  background: -o-linear-gradient(156deg, #4285e3 0%, #57c2ff);
  background: linear-gradient(294deg, #4285e3 0%, #57c2ff);
}

.m-main-left .news-intro .article {
  position: relative;
  width: 100%;
  margin-top: 20px;
}

.m-main-left .news-intro .article img {
  max-width: 100%;
  margin: 10px auto;
}

.m-main-left .news-intro .article p {
  font-size: 14px;
  line-height: 2;
}

.m-main-left .relation-article-box>.title {
  position: relative;
  height: 52px;
  font-size: 24px;
  line-height: 52px;
  font-weight: bold;
  color: #323232;
  border-bottom: 1px solid #ebedf0;
}

.m-main-left .relation-article-box>.title>.icon-title {
  display: inline-block;
  width: 26px;
  height: 26px;
  vertical-align: text-bottom;
  background: url(../images/icon-article.png) no-repeat center;
}

.m-main-left .relation-article-box ul {
  margin-top: 10px;
  font-size: 0;
}

.m-main-left .relation-article-box ul li {
  float: left;
  width: 384px;
  height: 30px;
  overflow: hidden;
  margin-right: 30px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 30px;
  text-indent: 1.5em;
  border-bottom: 1px dashed #ccc;
  background: url(../images/icon-dian3.png) 5px center no-repeat;
}

.m-main-left .relation-article-box ul li a {
  display: block;
  width: 100%;
}

.m-main-right .m-right-item .title {
  position: relative;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #ebedf0;
}

.m-main-right .m-right-item .title .icon-title {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  margin-right: 9px;
  vertical-align: text-top;
  background: url(../images/icon-news.png) no-repeat center;
}

.m-main-right .m-right-item .title .more {
  float: right;
  width: 46px;
  margin-top: 3px;
  font-size: 14px;
  font-weight: 400;
  color: #c8c9cc;
  color: #c8c9cc;
}

.m-main-right .m-right-item .title i {
  display: inline-block;
  vertical-align: middle;
}

.m-main-right .m-right-item .title .icon-more {
  float: right;
  width: 16px;
  height: 16px;
  overflow: hidden;
  margin-top: -1.5px;
  background: url(../images/arrow.png) no-repeat center;
}

.m-main-right .fresh-news .item {
  height: 57px;
  overflow: hidden;
  margin-top: 10px;
}

.m-main-right .fresh-news .img-box {
  display: inline-block;
  float: left;
  width: 84px;
  height: 57px;
  overflow: hidden;
  margin-right: 5px;
}

.m-main-right .fresh-news .img-box img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.m-main-right .fresh-news .item-txt {
  width: 177px;
  height: 44px;
  padding-top: 6px;
  line-height: 22px;
  text-align: left;
}

.m-main-right .week-hot .title .icon-title {
  background-image: url(../images/icon-bzrt.png);
}

.m-main-right .week-hot .item {
  width: 33%;
}

.m-main-right .hot-news .title .icon-title {
  background-image: url(../images/icon-hot.png);
}

.m-main-right .hot-news .img-txt-list {
  width: 100%;
  margin-top: 10px;
  font-size: 0;
}

.m-main-right .hot-news .img-txt-list .item {
  display: inline-block;
  width: 50%;
  padding: 8px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-main-right .hot-news .img-txt-list .item:hover {
  -webkit-transform: translate(0px, -2px);
  -moz-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  -o-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 46, 87, 0.15);
  box-shadow: 0px 4px 15px 0px rgba(0, 46, 87, 0.15);
}

.m-main-right .hot-news .img-txt-list .img-box {
  display: block;
  width: 100%;
  height: 92px;
  margin-bottom: 10px;
}

.m-main-right .hot-news .img-txt-list .img-box img {
  width: 100%;
  height: 100%;

}

.m-main-right .hot-news .img-txt-list .item-txt {
  display: block;
  width: 100%;
}

.m-main-right .hot-news .txt-list {
  width: 100%;
}

.m-main-right .hot-news .txt-list .item {
  display: block;
  margin-top: 15px;
}