body {
  --swiper-theme-color: #f54343;
}
.container {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  overflow: hidden;
}
header {
  top: 0;
  height: 60px;
  width: 100%;
  position: fixed;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1;
  transition: 0.3s 0s linear;
}
header.fly {
  background-color: #fff;
  box-shadow: 0 0 10px #ccc;
}
header h1{
  color: #333;
  line-height: 50px;
  font-size: 30px;
}
header .logo {
  position: absolute;
  left: 0;
  top: 5px;
}
header .logo img {
  height: 30px;
  margin-top: 10px;
}
header .nav {
  float: right;
}
header .nav li {
  float: left;
  margin: 0 25px;
}
header .nav li a {
  position: relative;
  font-size: 16px;
  line-height: 60px;
  color: #000000;
}
header .nav li a.active::after {
  position: absolute;
  left: 50%;
  width: 40px;
  margin-left: -20px;
  height: 0;
  content: " ";
  bottom: -10px;
  border-bottom: 3px solid #ee3e3e;
}
footer {
  position: relative;
  background: url(../images/footer-bg.png) no-repeat top center;
  color: #fff;
  padding: 75px 0;
  box-sizing: border-box;
}
footer .logo {
  float: left;
  margin-right: 40px;
  line-height: 300px;
}
footer .logo img {
  height: 55px;
}
footer .contact {
  float: left;
  width: 640px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0 40px;
  box-sizing: border-box;
}
footer .contact dl {
  float: left;
  margin-right: 50px;
  margin-top: 30px;
}
footer .contact dl dt {
  font-size: 16px;
  line-height: 36px;
  font-weight: 600;
}
footer .contact dl dd {
  font-size: 11px;
  line-height: 20px;
}
footer .public {
  float: left;
  padding: 0px 40px;
}
footer .public .col {
  float: left;
  width: 130px;
}
footer .public .col h4 {
  font-size: 16px;
  line-height: 36px;
  font-weight: 600;
  margin: 30px 0 15px;
}
footer .public .col img {
  width: 90px;
  height: 90px;
}
footer h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 36px;
}
.body {
  position: relative;
}
.body .banner {
  width: 100%;
  height: 760px;
  position: relative;
  color: #fff;
}
.body .banner .img {
  display: block;
  height: 760px;
  background: #fff no-repeat center center;
  background-size: cover;
}
.body .about {
  height: 760px;
  width: 100%;
  background: transparent url(../images/about-bg.png) no-repeat center center;
  background-size: cover;
  padding-top: 100px;
  box-sizing: border-box;
}
.body .about .logo {
  float: left;
  width: 400px;
  margin-top: 200px;
}
.body .about .logo img {
  width: 220px;
  margin-left: 100px;
  margin-right: 50px;
}
.body .about .text {
  float: left;
  width: 800px;
}
.body .about h2 {
  font-size: 50px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  font-variant-caps: all-small-caps;
  color: #fefefe;
  margin-bottom: 50px;
  font-weight: 650;
}
.body .about p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: 0px;
  color: #fefefe;
  margin-bottom: 10px;
  text-indent: 2em;
  margin-right: 150px;
  padding-right: 100px;
}
.body .bestip {
  min-height: 760px;
  background: transparent url(../images/bg.png) no-repeat center center;
  background-size: cover;
  text-align: center;
  padding: 50px 0;
}
.body .ipbanner {
  height: 260px;
  background: url(../images/ip-bg.png) no-repeat top center;
  background-size: cover;
  text-align: center;
}
.body .ipbanner h2 {
  padding-top: 80px;
  font-size: 48px;
  line-height: 45px;
  color: #3d3d3d;
  font-family: SimSun-bold;
}
.body .ipbanner p {
  margin-top: 15px;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 45px;
  letter-spacing: 2px;
  color: #3d3d3d;
}
.body .iplist section {
  margin: 50px auto;
  width: 99%;
  background-color: #ffffff;
  box-shadow: 0 0 10px #eee;
  box-sizing: border-box;
  text-align: center;
  padding: 45px 150px;
}
.body .iplist section h2 img {
  height: 50px;
}
.body .iplist section p {
  font-size: 18px;
  line-height: 32px;
  color: #555555;
  margin-top: 32px;
}
.body .iplist section .list {
  position: relative;
  margin: 0 auto;
  margin-top: 43px;
  height: 400px;
  width: 850px;
}
.body .iplist section .list .tip {
  position: absolute;
  bottom: 30px;
  font-size: 18px;
  color: #555555;
  width: 100%;
  text-align: center;
}
.body .iplist section .list ul {
  overflow: hidden;
}
.body .iplist section .list ul li {
  float: left;
  margin-right: 55px;
}
.body .iplist section .list ul li:last-of-type {
  margin-right: 0;
}
.body .iplist section .list ul li img {
  width: 245px;
  height: 323px;
}
.body .all {
  height: 760px;
  width: 100%;
  background: url(../images/ip-banner.jpg) no-repeat center center;
  background-size: cover;
}
.body .apps {
  width: 100%;
  height: 760px;
  position: relative;
  color: #fff;
  background: transparent url(../images/app-bg.png) no-repeat top center;
  padding-top: 100px;
  box-sizing: border-box;
}
.body .apps .img {
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.body .apps .swiper-pagination {
  bottom: 80px;
}
.body .apps .swiper-pagination span {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  color: #fff;
  margin: 0 8px;
  padding: 0 20px;
  opacity: 1;
  width: auto;
  background-color: transparent;
}
.body .apps .swiper-pagination span.current {
  background-color: #fe558c;
  border-radius: 30px;
}
.body .news .title {
  height: 120px;
  line-height: 120px;
  text-align: center;
  background: #f95956;
  color: #fff;
}
.body .news .title h2 {
  display: inline-block;
  position: relative;
  font-size: 40px;
}
.body .news .title h2::after {
  content: " ";
  position: absolute;
  left: 30%;
  bottom: 25px;
  width: 80px;
  height: 0px;
  border-bottom: 5px solid #ffcc22;
}
.body .news .top1 {
  margin: 0 auto;
  margin-top: 50px;
  width: 1050px;
  height: 590px;
}
.body .news .news-list {
  padding-bottom: 80px;
  width: 1050px;
  margin: 0 auto;
}
.body .news .news-list ul {
  overflow: hidden;
}
.body .news .news-list ul li {
  float: left;
}
.body .news .news-list .box {
  position: relative;
  margin: 40px 25px;
  width: 300px;
  height: 410px;
  padding: 30px 15px;
  box-sizing: border-box;
  box-shadow: 0 0 10px #eee;
}
.body .news .news-list .box h3 {
  margin-top: 20px;
  font-size: 14px;
  line-height: 20px;
  font-family: SimHei;
  font-weight: 600;
  letter-spacing: 0px;
  color: #222222;
}
.body .news .news-list .box hr {
  margin: 10px 0;
  height: 0;
  border: 0;
  border-bottom: 1px solid #626262;
}
.body .news .news-list .box p {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 18px;
  letter-spacing: 0px;
  color: #777;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.body .news .news-list .box .more-btn {
  position: absolute;
  bottom: 20px;
  left: 15px;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 21px;
  letter-spacing: 0px;
  color: #444444;
  border-bottom: 3px solid #626262;
}
.body .topics {
  padding: 100px;
}
.body .topics ul li {
  margin-top: 5px;
  color: #666666;
  line-height: 40px;
}
.body .topics ul li span {
  display: inline-block;
  width: 80px;
}
.body .topics ul li a {
  display: inline-block;
  margin-left: 10px;
  color: #017aff;
  text-decoration: none;
}
.body .topics ul li a:link {
  color: #004276;
}
.body .topics ul li a:visited {
  color: #004276;
}
.body .topics ul li a:hover {
  color: #ba2636;
}
.swiper-container {
  height: 100%;
}
.cp {
  background: #faf8f9;
  text-align: center;
}
.cp img {
  height: 650px;
}
.audio-item {
  position: relative;
}
.audio-item:hover .qrcode {
  opacity: 1;
  transition: all 0.5s linear;
}
.audio-item:hover::before {
  position: absolute;
  content: " ";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
}
.audio-item:hover::after {
  position: absolute;
  content: "扫码收听";
  color: #efefef;
  bottom: 90px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 16px;
}
.audio-item .qrcode {
  opacity: 0;
  position: absolute;
  top: 50px;
  left: 50px;
  width: 150px !important;
  height: 150px !important;
}

.manhua{
  
}
.manhua dl{
  width: 100%;
  display: flex;  
  flex-wrap: wrap;
}
.manhua dl dt{
  width: 100%;
  line-height: 100px;
  font-size: 28px;
  color: #666;
}
.manhua dl dt a{
  float: right;
  color: #fff;
  padding: 10px 30px;
  height: 30px;
  line-height: 30px;  
  background-color: #f54343;
  font-size: 20px;
  border-radius: 8px;
  margin: 25px;
  text-decoration: none;
}
.manhua dl dt small{
  float: right;
  color: #999;
  font-size: 18px;
}
.manhua dl dd{
  flex: none;
  width: 23%;
  margin: 20px 1%;
  box-shadow: 0 0 10px #eee;
}
.manhua dl dd img{
  width: 100%;
  transition: .2s linear;
}
.manhua dl dd img:hover{
  transform: scale(1.1);
}

.tabpanels{
  display: flex;
  flex-direction: row;
}
.tabpanels .tabs{
  width: 300px;
  flex: none;
}
.tabpanels .tabs ul{
  display: flex;
  flex-direction: column;
}
.tabpanels .tabs li{
  font-size: 20px;
  color: #666;
  padding: 8px 16px;  
  cursor: pointer;
}
.tabpanels .tabs li.active{
  background-color: #eee;
  color: #f54343;
}
.tabpanels .panels{
  flex: 1;
}
.tabpanels .panel{
  display: none;
  position: relative;
}
.tabpanels .panel.active{
  display: block;
}
.music{
  padding: 30px;
}
.music ul{

}
.music ul li{  
  line-height: 35px;
  border-bottom: 1px solid #efeffe;
}
.music .item {
  display: flex;
  flex-direction: row;  
  align-items: center;
}
.music .item .name{
  flex: 1;
  text-align: left;
}
.music .item .song{
  width: 200px;
  flex: none;
  text-align: left;
}
.music .item .icon{
  width:100px;
  flex: none;
  line-height: 15px;
  cursor: pointer;
}
.music .playing .icon-status{
  background-image: url(../images/stop.png);
} 
.music .icon-status{
  display: inline-block;
  background: url(../images/play.png) no-repeat 0 0 ;
  width: 24px;
  height: 24px;
  background-size: 100%;
}
.music h3{
  color: #f54343;
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(255,255,255,0.7);
    line-height: 100%;
    padding-top: 100px;
}

.wechat{
}
.wechat h3{
  background-color: #eee;
  line-height: 50px;
  font-size: 30px;
  text-indent: 20px;
  margin-bottom: 16px;
}
.wechat h4{
  font-size: 20px;
  line-height: 35px;
  color: #666;
  padding: 0 16px;
}
.wechat img{
  width: 120px;
  height: 120px;
  margin: 16px;
}
.wechat button:hover{
  opacity: 0.8;
}
.wechat button{
  display: block;
  line-height: 40px;
  font-size: 20px;
  background-color: #04BE02;
  color: #fff;
  border:0;  
  padding: 0 20px;
  cursor: pointer;
}

#fade{
  display: none;
}

.cartoon{
  display: flex;
  justify-content: space-evenly;
}
.cartoon img{
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.cartoon li{
  width: 100%;
  width: 240px;
  height: 320px;
  background-color: #ccc;
  margin: 30px 0;
}
.container h2{
  width: 100%;
    line-height: 100px;
    font-size: 28px;
    color: #666;
}