.hf{}
.hf>.item{display:block;float:left;width:100%;}
.hf>.item img{display:block;width:100%;height: 70px;}

.main-banner {
  display: flex;
  justify-content: space-between;
}
.main-banner > .ad-hd {
  width: 650px;
  height: 280px;
  border-radius: 5px;
  overflow: hidden;
}
.main-banner > .ad-hd .item {
  width: 650px;
  height: 280px;
}
.main-banner > .ad-hd .item > a {
  display: block;
  height: 100%;
}
.main-banner > .ad-hd .item > a > img {
  display: block;
  width: 100%;
  height: 100%;
}
.main-banner > .ad-hd .flickity-prev-next-button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
}
.main-banner > .ad-hd .flickity-prev-next-button.next {
  right: 25px;
}
.main-banner > .ad-hd .flickity-prev-next-button.previous {
  left: 25px;
}
.main-banner > .ad-hd .flickity-prev-next-button > .flickity-button-icon {
  color: white;
  opacity: 0.9;
}
.main-banner > .ad-hd .flickity-page-dots {
  bottom: 0;
  padding: 10px;
}
.main-banner > .ad-hd .flickity-page-dots > .dot {
  background-color: white;
  opacity: 0.7;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  transition: 0.3s;
}
.main-banner > .ad-hd .flickity-page-dots > .dot.is-selected {
  opacity: 1;
  width: 22px;
  border-radius: 7px;
}
.main-banner > .like-article {
  width: 300px;
}
.main-banner > .like-article > .rank-title {
  font-size: 17px;
  font-weight: bold;
  line-height: 30px;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-banner > .like-article > .rank-title::after {
  content: " ";
  position: absolute;
  bottom: 4px;
  left: 0;
  background: #ffffff;
  height: 6px;
  width: 42px;
  border-radius: 10px;
  z-index: -1;
}
.main-banner > .like-article > .rank-title > .title-nav {
  display: flex;
  margin-right: -20px;
}
.main-banner > .like-article > .rank-title > .title-nav > .item {
  font-weight: normal;
  font-size: 15px;
  padding: 0 20px;
  color: #6b6b6b;
  border-radius: 100px;
  cursor: pointer;
}
.main-banner > .like-article > .rank-title > .title-nav > .item.active {
  background-color: #ff7a1d;
  color: white;
}
.main-banner > .like-article > .rank-body {
  height: 265px;
  overflow: hidden;
}
.main-banner > .like-article > .rank-body > .item-body {
  height: 275px;
}
.main-banner > .like-article > .rank-body > .item-body > .item {
  display: flex;
  margin-top: 25px;
}
.main-banner > .like-article > .rank-body > .item-body > .item:hover > .title {
  color: #ff7a1d;
}
.main-banner > .like-article > .rank-body > .item-body > .item:nth-child(n + 3) > i {
  font-style: normal;
  border-radius: 50%;
  background: #eeeeee;
  text-align: center;
  font-size: 13px;
  color: #666;
}
.main-banner > .like-article > .rank-body > .item-body > .item > i {
  width: 25px;
  height: 25px;
  line-height: 25px;
}
.main-banner > .like-article > .rank-body > .item-body > .item > i > img {
  display: block;
  width: 82%;
  margin: 0 auto;
}
.main-banner > .like-article > .rank-body > .item-body > .item > .title {
  flex: 1;
  padding: 0 12px;
  font-size: 15px;
  font-weight: normal;
  color: #2c2c2c;
}
.main-banner > .like-article > .rank-body > .item-body > .item > .num {
  width: 50px;
  font-size: 14px;
  text-align: right;
  line-height: 25px;
  height: 25px;
  color: #7d7d7d;
  overflow: hidden;
}
.classInstro {
  margin-top: 10px;
  display: flex;
}
.classInstro > .item {
  width: calc(100% / 6);
  text-align: center;
  height: 50px;
  line-height: 50px;
  color: #595959;
  font-size: 15px;
}
.classInstro > .item:nth-child(1) > i {
  background: #D892FB;
}
.classInstro > .item:nth-child(2) > i {
  background: #40D8E3;
}
.classInstro > .item:nth-child(3) > i {
  background: #FD6C48;
}
.classInstro > .item:nth-child(4) > i {
  background: #70CDFF;
}
.classInstro > .item:nth-child(5) > i {
  background: #FFB824;
}
.classInstro > .item:nth-child(6) > i {
  background: #40D0AD;
}
.classInstro > .item > i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  color: #FFF;
  margin-right: 22px;
  font-size: 19px;
  display: inline-block;
  position: relative;
}
.index-article > .title {
  text-align: center;
  color: #717171;
  font-size: 18px;
  position: relative;
  height: 50px;
  line-height: 50px;
}
.index-article > .title:before {
  content: " ";
  position: absolute;
  top: 50%;
  right: 35%;
  transform: translate(50%, -50%);
  height: 1px;
  background: #F1F1F1;
  width: 170px;
}
.index-article > .title:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 35%;
  transform: translate(-50%, -50%);
  height: 1px;
  background: #F1F1F1;
  width: 170px;
}
.index-article > .body {
  overflow: hidden;
  padding: 0 10px;
}
.index-article > .body > .body-item > .head-box {
  padding-top: 25px;
  display: flex;
  flex-wrap: wrap;
}
.index-article > .body > .body-item > .head-box > .item {
  width: calc(100% / 3);
  margin-bottom: 35px;
  display: flex;
}
.index-article > .body > .body-item > .head-box > .item:hover > .right > .title {
  color: #ff7a1d;
}
.index-article > .body > .body-item > .head-box > .item:nth-child(3n - 2) {
  padding-right: 15px;
}
.index-article > .body > .body-item > .head-box > .item:nth-child(3n - 1) {
  padding: 0 15px;
}
.index-article > .body > .body-item > .head-box > .item:nth-child(3n) {
  padding-left: 15px;
}
.index-article > .body > .body-item > .head-box > .item > img {
  width: 150px;
  height: 100px;
  border-radius: 7px;
  margin-right: 25px;
}
.index-article > .body > .body-item > .head-box > .item > .right {
  width: calc(100% - 150px - 25px);
}
.index-article > .body > .body-item > .head-box > .item > .right > .title {
  font-size: 16px;
  font-weight: normal;
  color: #404040;
  display: flex;
  align-items: center;
}
.index-article > .body > .body-item > .head-box > .item > .right > .title > img {
  width: 26px;
  margin-right: 8px;
  margin-top: 1px;
}
.index-article > .body > .body-item > .head-box > .item > .right > .title > .gf {
  color: #07c160;
  border-radius: 3px;
  font-size: 12px;
  border: 1px solid;
  padding: 2px;
  background: #ecfff5;
  margin-right: 8px;
}
.index-article > .body > .body-item > .head-box > .item > .right > .description {
  color: #acacac;
  font-size: 14px;
  line-height: 27px;
  margin-top: 5px;
}
.index-article > .body > .body-item > .head-box > .item > .right > .date {
  display: block;
  font-size: 14px;
  color: #ff0000;
  line-height: 30px;
  margin-top: 5px;
}
.index-article > .body > .body-item > .foot-box {
  display: flex;
  flex-wrap: wrap;
}
.index-article > .body > .body-item > .foot-box > .item {
  width: calc((100% - 30px * 2) / 3);
  margin-bottom: 15px;
  margin-right: 30px;
  display: flex;
}
.index-article > .body > .body-item > .foot-box > .item:hover > .title {
  color: #ff7a1d;
}
.index-article > .body > .body-item > .foot-box > .item:nth-child(3n) {
  margin-right: 0;
}
.index-article > .body > .body-item > .foot-box > .item > .title {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  color: #616161;
  padding-right: 15px;
  width: calc(100% - 60px);
}
.index-article > .body > .body-item > .foot-box > .item > .title > img {
  vertical-align: middle;
  width: 26px;
  margin-right: 8px;
  margin-top: -3px;
}
.index-article > .body > .body-item > .foot-box > .item > .title > .gf {
  color: #07c160;
  border-radius: 3px;
  font-size: 12px;
  border: 1px solid;
  padding: 2px;
  background: #ecfff5;
}
.index-article > .body > .body-item > .foot-box > .item > .date {
  width: 60px;
  height: 40px;
  line-height: 40px;
  text-align: right;
  color: #acacac;
  font-size: 14px;
}
.index-article > .action {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  overflow: hidden;
  position: relative;
}
.index-article > .action > div {
  width: 50%;
  height: 36px;
  color: #666;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
  position: relative;
  font-size: 14px;
  border: 1px solid #efefef;
  user-select: none;
}
.index-article > .action > div.disable {
  color: #b7b7b7;
}
.index-article > .action > div:not(.disable):hover {
  background-color: #fbfbfb;
}
.index-article > .action > .cfx {
  content: ' ';
  display: block;
  width: 84px;
  height: 21px;
  background: white;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-42deg);
  border-bottom: 1px solid #efefef;
  border-top: 1px solid #efefef;
}
.select-article > .title {
  text-align: center;
  color: #717171;
  font-size: 18px;
  position: relative;
  height: 50px;
  line-height: 50px;
  margin-bottom: 20px;
}
.select-article > .title:before {
  content: " ";
  position: absolute;
  top: 50%;
  right: 35%;
  transform: translate(50%, -50%);
  height: 1px;
  background: #F1F1F1;
  width: 170px;
}
.select-article > .title:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 35%;
  transform: translate(-50%, -50%);
  height: 1px;
  background: #F1F1F1;
  width: 170px;
}
.select-article > .select-article-body {
  display: flex;
  flex-wrap: wrap;
}
.select-article > .select-article-body > .item {
  width: calc((1300px - (35px * 4)) / 5);
  margin-right: 35px;
  margin-bottom: 10px;
}
.select-article > .select-article-body > .item:nth-child(5n) {
  margin-right: 0;
}
.select-article > .select-article-body > .item:nth-child(-n + 6) {
  margin-bottom: 0;
}
.select-article > .select-article-body > .item:hover > p {
  color: #ff6922;
}
.select-article > .select-article-body > .item > img {
  display: block;
  width: 100%;
  height: calc((1300px - (35px * 4)) / 5);
  border-radius: 5px;
  margin-bottom: 16px;
  object-fit: cover;
}
.select-article > .select-article-body > .item > p {
  font-size: 15px;
  color: #535353;
}
.link-box {
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px 30px 20px;
}
.link-box > * {
  height: 35px;
  line-height: 35px;
  margin-bottom: 15px;
  margin-right: 32px;
  font-size: 14px;
  color: #8d8d8d;
}
.header .logo{
position: relative;
}
.header .logo .imgdialogs{
    top: -57px;
    position: absolute;
    right: -280px;
    width: 240px;
    z-index: 88;
}
.header .logo .imgdialogs img{
    display:block;
    width:100%;
}

.mobaiad {
    margin-bottom: 20px;
    background: #FFF;
    padding: 0px;
    margin-top: -35px;
}
.mobaiad a {
    /* float: left; */
    width: 100%;
    height: 80px;
    margin-bottom: 5px;
    position: relative;
}
.mobaiad img {
    display: block;
    width: 100%;
    height: 80px;
    margin-top: 5px;
    border-radius: 6px;
}



	
	.disbox {
    display: -webkit-box!important;
    display: -moz-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.disflex {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    display: block
}

.indexSwiper{
    position:relative;
    overflow:hidden;
}
.van-swipe__indicators{
    bottom:25px;
}
.van-swipe__indicator{
    height:10px;
    width:10px;
    background:#FFF;
    opacity: 0.6;
}
.van-swipe__indicator.van-swipe__indicator--active{
    width:20px;
    border-radius:10px;
    opacity:1;
}
.van-swipe__indicator:not(:last-child){
    margin-right:10px;
}
.indexSwiper .next{
    position: absolute;
    right: 76px;
    top: 50%;
    transform: translate(0%, -50%);
    height: 50px;
    line-height: 50px;
    width: 50px;
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    border-radius: 50%;
    color: #FFF;
    background: rgba(0,0,0,0.3);
    cursor: pointer;
    opacity: 0;
    transition: 0.2s all;
}
.indexSwiper .prev{
    position: absolute;
    left: 76px;
    top: 50%;
    transform: translate(0%, -50%);
    height: 50px;
    line-height: 50px;
    width: 50px;
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    border-radius: 50%;
    color: #FFF;
    background: rgba(0,0,0,0.3);
    cursor: pointer;
    opacity: 0;
    transition: 0.2s all;
}
.indexSwiper:hover .next,.indexSwiper:hover .prev{
    opacity: 1;
}

.hf{}
.hf>.item{display:block;float:left;width:100%;}
.hf>.item img{display:block;width:100%;height:85px;}


.rank{
    width:400px;
    margin-left:28px;
}
.rankTtile{
    font-size: 17px;
    font-weight: bold;
    line-height: 30px;
    position:relative;
    z-index:1;
	margin: 0px;
}
.rankTtile:after{
    content: " ";
    position: absolute;
    bottom: 2px;
    left: 0;
    background: #ff7a1d;
    height: 6px;
    width: 42px;
    border-radius: 10px;
    z-index:-1;
}
.rankTtile .option{
    float:right;
    margin-right:-20px;
}
.rankTtile .option a{
    float:left;
    font-weight: normal;
    font-size: 15px;
    padding:0px 20px;
    color:#6b6b6b;
    border-radius:100px;
    cursor: pointer;
}
.rankTtile .option a.active{
    background: #ff7a1d;
    color: #FFF;
}
.rankUl{
    
}
.rankUl li{
    margin-top:25px;
}
.rankUl li a{
    display:block;
    cursor: pointer;
}
.rankUl li a:hover {
    color: #ff6922;
}
.rankUl li a>i{
    float:left;
    width:25px;
    height:25px;
    border-radius:50%;
    text-align:center;
    line-height:25px;
    background:#eeeeee;
    font-size:13px;
    color:#666;
    overflow:hidden;
}
.rankUl li a>i img{
    display: block;
    width:82%;
    margin: 0px auto;
    margin-top: 1px;
}
.rankUl li:nth-child(1) a>i,.rankUl li:nth-child(2) a>i,.rankUl li:nth-child(3) a>i{
    background:none;
}
.rankUl li a>h3{
    float:left;
    width:calc(100% - 25px - 50px);
    padding-right:10px;
    padding-left:12px;
    line-height:25px;
    font-size:15px;
    font-weight:normal;
}
.rankUl li a>span{
    float:left;
    width:50px;
    text-align:right;
    line-height:25px;
    height:25px;
    color:#7d7d7d;
    overflow: hidden;
}

.articleUl {
    padding: 25px 0px;
    margin:0 -10px;
    margin-bottom: -15px;
    padding-bottom: 0;
}

.articleUl li {
    float: left;
    width: 25%;
    margin-bottom: 35px;
    height:97px;
    padding: 0 10px;
}

.articleUl li a {
    display: block;
}

.articleUl li a > img {
    width: 80px;
    height: 80px;
    border-radius: 7px;
    margin-right:16px;
}

.articleUl li a > .info {

}

.articleUl li a > .info h3 {
    font-size: 16px;
    font-weight: normal;
    color: #404040;
    line-height: 30px;
	margin: auto;
}

.articleUl li a > .info h3 img{
	vertical-align: middle;
    width: 20px;
    margin-right: 5px;
    margin-top: -3px;
}

.articleUl li a > .info p {
    color: #acacac;
    font-size: 14px;
    line-height: 27px;
    margin-top: 3px;
    margin-bottom: -8px;
}

.articleUl li a > .info span {
    display: block;
    font-size: 14px;
    color: #acacac;
    line-height: 30px;
    margin-top: 5px;
}

.articleUl li a > .info span.new {
    color: #ff623b;
}

        .groupDiv{
            display:flex;
            flex-direction: row;
            flex-wrap: wrap;
            align-content: center;
        }
        .groupDiv .item{
            margin-bottom:47px;
            margin-right:60px;
            width:calc((100% - 60px * 4) / 5);
        }
        .groupDiv .item:nth-child(5n){
            margin-right:0;
        }
        .groupDiv .item img{
            width:100px;
            height:100px;
            border-radius:10px;
            display: block;
            margin:0px auto;
        }
        .groupDiv .item h3{
            font-size:16px;
            text-align:center;
            margin-top:10px;
        }
        .groupDiv .item .btnDiv{
            display: flex;
            flex-direction: row;
            width:90%;
            margin:0 auto;
        }
        .groupDiv .item a{
            line-height:33px;
            background:#fd5c14;
            color:#FFF;
            border:1px solid #fd5c14;
            font-size:14px;
            text-align:center;
            display: block;
            margin:0px auto;
            margin-top:15px;
            border-radius:60px;
            cursor: pointer;
            width:calc((100% - 20px) / 2);
        }
        .groupDiv .item a:hover{
            opacity: .8;
        }
        .groupDiv .item a:nth-child(2){
            margin-left:20px;
            border:1px solid #fd5c14;
            color:#fd5c14;
            background:none;
        }
        .user_groupTitle{
            width: 100%;
            font-weight: bold;
            font-size: 28px;
            line-height: 35px;
            margin-bottom: 39px;
        }
        .preImage img{
            max-width:100%;
            width:300px;
            display: block;
            margin:0 auto;
        }
 
 .classInstro{
	margin-top:40px;
	   margin-bottom: 10px;
}
.clearfix{overflow:auto;_height:1%}
.classInstro li{
	float:left;
	width:calc(100% / 6);
	text-align:center;
	height:50px;
	line-height:50px;
	color: #595959;
	font-size: 15px;
}
.classInstro li i{
	background:#D892FB;
	width:40px;
	height:40px;
	line-height:40px;
	border-radius:50%;
	text-align:center;
	vertical-align: middle;
	color:#FFF;
	margin-right:22px;
	font-size:19px;
	display: inline-block;
	position:relative;
}
.classInstro li:nth-child(2) i{
	background:#40D8E3;
	font-size:17px;
}
.classInstro li:nth-child(3) i{
	background:#FD6C48;
}
.classInstro li:nth-child(4) i{
	background:#70CDFF;
	font-size:18px;
}
.classInstro li:nth-child(5) i{
	background:#FFB824;
}
.classInstro li:nth-child(6) i{
	background:#40D0AD;
	font-size:17px;
}



i.gf {
    color: #07c160 !important;
    border-radius: 3px;
    font-size: 12px !important;
    border: 1px solid;
    padding: 2px;
    background: #ecfff5;
font-style: normal;
}
    
    
.Text-Advertising {
    position: relative;
    clear: both;
    overflow: hidden;
    padding: 8px 2px;
    width: 100%;
    background: #fff;
    animation: shine 1s infinite linear
}

.Text-Advertising ul {
    position: relative;
    z-index: 2;
  
}

.Text-Advertising li {
    padding: 3px 0;
   float: left;
    width: 20%;
    text-align: center;
    font-size: 12px
}

.Text-Advertising:after {
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 0;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background: #fff;
    content: ''
}

.Text-Advertising:before {
    position: absolute;
    left: -200%;
    z-index: 3;
    width: 300%;
    height: 50px;
    background-color: rgba(255, 255, 255, .4);
    background-image: linear-gradient(0, transparent 20%, rgba(255, 255, 255, .4) 50%, transparent 80%);
    content: "";
    transform: rotate(-60deg);
    animation: searchLights 3s ease-in 3s infinite;
    pointer-events: none
}