* {
  padding: 0;
  margin: 0;
}

html {
  width: 100%;
  height: 100%;
}

body {
  position: relative;
  height: 100%;
  overflow: hidden;
  background: #f0f0f0;
  font-family: Arial, Helvetica, "Hiragino Sans GB", "Microsoft YaHei",
    sans-serif;
  font-size: 14px;
}

/* html, img, a {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    _filter: none;
    filter: gray;
} */

a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

li {
  list-style: none;
}

[v-cloak] {
  display: none !important;
}

.main-body {
  width: 100%;
  height: 100%;
  overflow: auto;
}

.header-top {
  width: 100%;
  display: none !important;
}

.header-top img {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

/* 澶撮儴 start */
.header {
  position: relative;
  width: 100%;
  min-width: 1220px;
  height: 111px;
  z-index: 99;
  margin: 0 !important;
  background-color: #ffffff;
  box-shadow: 0px 3px 6px 0px rgb(222 222 222 / 58%);
  border-bottom: 1px solid #e6e7e8;
}

.header #header {
  background: #fff;
  box-shadow: 0px 3px 6px 0px rgb(222 222 222 / 58%);
}

.header .header-w {
  position: relative;
  width: 1200px;
  height: 110px;
  margin: 0 auto;
  -webkit-transition: all 0.3s linear;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header .header-w .head-logo {
  float: left;
  position: relative;
  width: 200px;
  padding-top: 24px;
  height: 97px;
  line-height: 67px;
}

.header .header-w .head-logo img {
  display: block;
  height: 67px;
}

.header .header-w .head-nav {
  position: relative;
  display: inline-block;
  width: 740px;
  height: 110px;
  padding: 20px;
  vertical-align: middle;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header .header-w .head-nav:before {
  position: absolute;
  left: 0px;
  top: 10px;
  display: block;
  content: "";
  width: 1px;
  height: calc(100% - 20px);
  background-color: #cccccc;
}

.header #header.autoH .header-w {
  height: 250px;
}

.header #header.autoH .header-w .head-nav {
  height: 250px;
}

.header .header-w .head-nav .head-more {
  position: absolute;
  right: 0;
  top: 44px;
}

.header .header-w .head-nav .head-more span {
  display: block;
  width: 10px;
  height: 20px;
  padding: 0;
  text-align: center;
  /*background-image: url(../images/nav_more.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;*/
  cursor: pointer;
}

.header .header-w .head-nav .head-more span img {
  display: block;
  width: auto;
  height: 20px;
  margin: auto;
}

.header .header-w .head-nav .nav-item {
  float: left;
  display: block;
  padding: 6px 8px;
  background-color: #ffffff;
  margin: 20px 8px;
  line-height: 18px;
  color: #888;
  font-size: 18px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}

.header .header-w .head-nav .nav-item.on {
  background-color: #db0100;
  color: #fff;
}

.header .header-w .head-nav .nav-item:hover {
  background-color: #db0100;
  color: #fff;
}

.header .header-w .head-nav .nav-item .nav-sub-list {
  display: none;
}

.header .header-w .head-nav .nav-item:hover .nav-sub-list {
  display: block;
  position: absolute;
  left: 0;
  top: 62px;
  z-index: 99;
  width: 100px;
  height: 300px;
  background-color: #000;
}

.header .header-w .head-info {
  float: right;
  display: inline-block;
  width: 245px;
  padding-top: 38px;
  height: 70px;
}

.header .header-w .head-info .search-box .login-btn {
  float: right;
  line-height: 32px;
  color: #888;
  font-size: 16px;
  cursor: pointer;
}

.header .header-w .head-info .search-box .separator {
  float: right;
  line-height: 32px;
  padding-left: 15px;
  padding-right: 10px;
  color: #888;
  font-size: 20px;
  cursor: pointer;
}

.header .header-w .head-info .search-box .search-form {
  float: right;
  position: relative;
  width: 150px;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
}

.header .header-w .head-info .search-box .search-form input {
  border: none;
  outline: none;
}

.header .header-w .head-info .search-box .search-form input:focus {
  border: none;
  outline: none;
}

.header .header-w .head-info .search-box .search-form .search-key {
  float: right;
  width: 100%;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #717171;
  padding-left: 6px;
  background-color: #f1f1f1;
}

.header .header-w .head-info .search-box .search-form .search-btn {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 28px;
  height: 32px;
  padding: 5px 0;
  line-height: 32px;
  background-color: #f0f0f0;
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
}

.header .header-w .head-info .search-box .search-form .search-btn img {
  display: block;
  width: 22px;
  height: 22px;
  margin: auto;
}
/* 澶撮儴 end */

/* 涓棿鍐呭閮ㄥ垎 start */
.main {
  width: 1200px;
  min-height: calc(100% - 246px);
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.main .main-left {
  float: left;
  width: 960px;
  /*overflow: hidden;*/
}

/* 鍙充晶 start */
.main .main-right {
  float: right;
  width: 200px;
  overflow: hidden;
}

.main .main-right .jm-download-box {
  width: 200px;
  height: 84px;
  background: #fff;
  border: 1px solid #e6e7e8;
  margin-bottom: 20px;
  box-shadow: 4px 3px 6px 0px rgb(222 222 222 / 58%),
    -4px -3px 6px 0px rgb(222 222 222 / 58%);
}

.main .main-right .jm-download-box .download-img {
  position: relative;
  display: block;
  margin: 14px 15px;
}

.main .main-right .jm-download-box .download-img img {
  display: block;
  height: 55px;
}

.main .main-right .jm-download-box .download-img span {
  position: absolute;
  bottom: 0;
  right: 16px;
  color: #888888;
  font-size: 12px;
}

.main .main-right .jm-cover-box {
  width: 200px;
  height: 428px;
  padding: 4px;
  background: #fff;
  border: 1px solid #e6e7e8;
  margin-bottom: 20px;
  box-shadow: 4px 3px 6px 0px rgb(222 222 222 / 58%),
    -4px -3px 6px 0px rgb(222 222 222 / 58%);
}

.main .main-right .jm-cover-box .start-ad-container {
  width: 100%;
  height: 100%;
}

.main .main-right .jm-cover-box .start-ad-container .swiper-container {
  width: 100%;
  height: 100%;
}

.main .main-right .jm-cover-box .start-ad-container .swiper-slide {
  cursor: pointer;
}

.main .main-right .jm-cover-box .start-ad-container .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}

.jm-cover-box .start-ad-container .start-ad-box {
  height: 100px;
  max-height: 67.5px;
  line-height: 22.5px;
  padding: 0;
  overflow: hidden;
  color: #1a1a1a;
  text-overflow: ellipsis;
}

.jm-cover-box .start-ad-container ul li a {
  height: 60px;
  max-height: 67.5px;
  line-height: 22.5px;
  padding: 0;
  overflow: hidden;
  color: #7a7a7a;
  font-size: 16px;
  font-weight: 400;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.main .main-right .jm-epa-box {
  width: 200px;
  background: #fff;
  padding: 4px;
  border: 1px solid #e6e7e8;
  margin-bottom: 20px;
  box-shadow: 4px 3px 6px 0px rgb(222 222 222 / 58%),
    -4px -3px 6px 0px rgb(222 222 222 / 58%);
}

.main .main-right .jm-epa-box img {
  display: block;
  width: 100%;
}

.main .main-right .jm-jb-box {
  width: 200px;
  background: #fff;
  margin-bottom: 20px;
  box-shadow: 4px 3px 6px 0px rgb(222 222 222 / 58%),
    -4px -3px 6px 0px rgb(222 222 222 / 58%);
}

.main .main-right .jm-jb-box img {
  display: block;
  width: 100%;
}

.main .main-right .jm-qrcode-box {
  width: 200px;
  background: #fff;
  padding: 10px 20px 0;
  border: 1px solid #e6e7e8;
  margin-bottom: 20px;
  box-shadow: 4px 3px 6px 0px rgb(222 222 222 / 58%),
    -4px -3px 6px 0px rgb(222 222 222 / 58%);
}

.main .main-right .jm-qrcode-box .qrcode-title {
  line-height: 30px;
  text-align: center;
  color: #252525;
  font-size: 18px;
  font-weight: bold;
}

.main .main-right .jm-qrcode-box .qrcode-list {
  margin: 10px 0 0;
}

.main .main-right .jm-qrcode-box .qrcode-list .qrcode-item {
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}

.main .main-right .jm-qrcode-box .qrcode-list .qrcode-item img {
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
  border: none;
}

.main .main-right .jm-qrcode-box .qrcode-list .qrcode-item span {
  line-height: 30px;
  color: #252525;
  font-size: 14px;
  font-weight: bold;
}
/* 鍙充晶 end */
/* 涓棿鍐呭閮ㄥ垎 end */

/* 搴曢儴 start */
.footer {
  min-width: 1220px;
  height: 135px;
  padding: 15px 0;
  background-color: #fff;
}

.footer .footer-w {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}

.footer .footer-w .footer-line {
  display: flex;
  padding: 0;
  margin: 0;
  line-height: 1.5;
  color: #494444;
  font-family: "Open Sans", Tahoma, Arial, "Hiragino Sans GB", "Microsoft YaHei",
    "寰蒋闆呴粦", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
  font-size: 14px;
  justify-content: center;
  align-items: center;
}

.footer .footer-w .footer-line a {
  color: #494444;
  font-family: "Open Sans", Tahoma, Arial, "Hiragino Sans GB", "Microsoft YaHei",
    "寰蒋闆呴粦", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.footer .footer-w .footer-line a:hover {
  color: #337ab7;
}

.footer .footer-w .footer-line span {
  color: #ff0000;
}
/* 搴曢儴 end */

/* 鐧诲綍 start */
.login-dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 400px;
  background: #ffffff;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 50%);
  border-radius: 5px;
  padding: 20px 40px;
}

.login-dialog .title {
  text-align: center;
}

.login-dialog .title .title-con {
  color: #db0100;
  font-size: 30px;
}

.login-dialog .title .d-close {
  position: absolute;
  right: 25px;
  top: 16px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(../images/close.png) no-repeat center center;
  background-size: 100%;
  cursor: pointer;
}

.login-dialog .title .d-close:hover {
  opacity: 0.8;
}

.login-dialog .content {
  margin-top: 20px;
}

.login-dialog .content .login-form .phone-box {
  position: relative;
  height: 54px;
  line-height: 18px;
  padding: 18px 18px 18px 40px;
  border-bottom: 1px solid #c0c0c0;
  background: url(../images/login_phone.png) no-repeat left center;
  background-size: 17px 21px;
}

.login-dialog .content .login-form .verifycode-box {
  position: relative;
  height: 54px;
  line-height: 18px;
  padding: 18px 18px 18px 0px;
  border-bottom: 1px solid #c0c0c0;
  margin-top: 20px;
}

.login-dialog .content .login-form .phone-box .phone {
  width: calc(100% - 130px);
  border: none;
  outline: none;
  color: #a8a8a8;
  font-size: 16px;
}

.login-dialog .content .login-form .verifycode-box .verifycode {
  width: 100%;
  border: none;
  outline: none;
  color: #a8a8a8;
  font-size: 16px;
}

.login-dialog .content .login-form .phone-box .phone:focus,
.login-dialog .content .login-form .verifycode-box .verifycode:focus {
  border: none;
}

.login-dialog .content .login-form .phone-box .send-code {
  position: absolute;
  right: 0;
  top: 9px;
  min-width: 100px;
  height: 36px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 36px;
  color: #db0100;
  text-align: center;
  border: none;
  background: #f0f0f0;
}

.login-dialog .content .login-form .phone-box .send-code[disabled] {
  background: #f0f0f0;
  color: #8f8f8f;
}

.login-dialog .content .login-form .login-btn {
  width: 100%;
  height: 48px;
  line-height: 48px;
  background: linear-gradient(to right, #ea0000, #c10105);
  margin: 60px auto 0;
  border-radius: 24px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}

.login-dialog .content .login-form .login-btn:hover {
  opacity: 0.9;
}
/* 鐧诲綍 end */

/* 鐐硅禐 start */
.praise-container {
  padding-top: 15px;
  padding-bottom: 30px;
  text-align: center;
}

.praise-container .praise-box {
  height: 42px;
  width: 154px;
  margin: 8px auto 0;
  line-height: 42px;
  background: #f6f6f6;
  color: #8e8e8e;
  text-align: center;
  font-size: 15px;
  border-radius: 21px;
  box-shadow: 0 4px 7px #ddd;
  cursor: pointer;
}

.praise-container .praise-box .praise {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  padding-left: 36px;
  background: url(../images/praise_normal.png) no-repeat left center;
  background-size: auto 20px;
  color: #333;
  font-size: 15px;
}

.praise-container .praise-box.praised {
  background-color: #f8e0e0;
  color: #cb301f;
}

.praise-container .praise-box.praised .praise {
  background-image: url(../images/praise_press.png);
  color: #cb301f;
}
/* 鐐硅禐 end */

/* 鐗堟潈澹版槑 start */
.more-news-container {
  padding: 10px 0;
}

.more-news-container p {
  line-height: 30px;
  margin: 0;
  color: #5d5d5d;
  font-size: 18px;
  word-wrap: break-word;
  text-indent: 2em;
  text-align: left;
}

.more-news-container p a {
  color: red;
  font-weight: bold;
  text-decoration: none;
}

.more-news-container p.others {
  margin: 0px;
  color: #b7b2b2;
  text-align: justify;
  font-size: 15px;
}

.more-news-container p.others .to-copyright {
  text-decoration: none;
  color: rgb(183, 178, 178);
  font-weight: bold;
}

/* 鐗堟潈澹版槑 end */

/* 璇勮 start */
.news-comments {
  width: 100%;
  min-height: 150px;
  padding-top: 15px;
}

.news-comments .box-title {
  width: 100%;
  height: 36px;
  line-height: 36px;
}

.news-comments .box-title span {
  display: inline-block;
  position: relative;
  padding-left: 14px;
  color: #000;
  font-size: 18px;
  font-weight: bold;
}

.news-comments .box-title span:before {
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 4px;
  height: 16px;
  background-color: #cb301f;
  content: "";
  border-radius: 2px;
}

.news-comments .news-comment-list {
  padding-left: 15px;
  padding-right: 15px;
}

.news-comments .news-comment-list .comment-item {
  position: relative;
  display: flex;
  padding: 15px 0 15px 14px;
  border-top: 1px solid #e8e8e8;
}

.news-comments .news-comment-list .comment-item .portrait {
  position: relative;
  width: 50px;
  height: 50px;
}

.news-comments .news-comment-list .comment-item .portrait .img {
  width: 100%;
  height: 100%;
  line-height: 50px;
  overflow: hidden;
  background-color: #c2c2c2;
  border-radius: 100%;
  display: flex;
  justify-content: center;
}

.news-comments .news-comment-list .comment-item .portrait .img img {
  -o-object-fit: cover;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}

.news-comments .news-comment-list .comment-item .text {
  position: relative;
  width: 100%;
  overflow: hidden;
  flex: 1;
  line-height: 24px;
  padding-left: 20px;
}

.news-comments .news-comment-list .comment-item .text .name {
  float: left;
  color: #771e1a;
  font-size: 16px;
}

.news-comments .news-comment-list .comment-item .text .create-time {
  float: left;
  color: #b8b8b8;
  font-size: 14px;
  margin-left: 30px;
}

.news-comments .news-comment-list .comment-item .text .praise-box {
  float: right;
  margin-left: 20px;
  color: #333;
}

.news-comments .news-comment-list .comment-item .text .praise-box .praise {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  padding-left: 22.5px;
  background: url(../images/praise_thumb.png) no-repeat left top 2px;
  background-size: 18px auto;
  color: #333;
  font-size: 14px;
  cursor: pointer;
}

.news-comments
  .news-comment-list
  .comment-item
  .text
  .praise-box
  .praise.praised {
  background-image: url(../images/praise_thumb_press.png);
  color: #cb301f;
}

.news-comments .news-comment-list .comment-item .text .reply {
  float: right;
  cursor: pointer;
}

.news-comments .news-comment-list .comment-item .text .comm-text {
  color: #333;
  text-align: justify;
  word-break: break-all;
  padding: 5px 0;
}

.news-comments
  .news-comment-list
  .comment-item
  .text
  .comm-replay
  .comment-text {
  width: 100%;
  min-height: 34px;
  padding: 5px 10px;
  line-height: 24px;
  border-color: #f0f0f0;
  resize: horizontal;
  overflow-wrap: break-word;
  overflow: hidden;
}

.news-comments
  .news-comment-list
  .comment-item
  .text
  .comm-replay
  .comment-text:focus {
  outline: none;
  border-color: #f0f0f0;
}

.news-comments .news-comment-list .comment-item .text .comm-replay .submit-btn {
  width: 90px;
  height: 36px;
  background: #f0f0f0;
  color: #777;
  text-align: center;
  border: none;
  outline: none;
}

.news-comments .news-comment-list .comment-item .text .sub-comm {
  margin-top: 10px;
  padding: 10px;
  background: #efefef;
}

.news-comments
  .news-comment-list
  .comment-item
  .text
  .sub-comm
  .sub-comm-list
  .sub-comm-item
  .username {
  float: left;
  color: #771e1a;
  font-size: 16px;
}

.news-comments
  .news-comment-list
  .comment-item
  .text
  .sub-comm
  .sub-comm-list
  .sub-comm-item
  .sub-comm-more {
  cursor: pointer;
  color: #3d64a7;
}

.praise-box {
  margin-left: 20px;
  color: #333;
}

.news-comments .news-comment-new {
  padding: 10px 0;
}

.news-comments .news-comment-new .comment-text {
  width: 100%;
  min-height: 84px;
  padding: 5px 10px;
  line-height: 24px;
  border-color: #f0f0f0;
  resize: horizontal;
  overflow-wrap: break-word;
  overflow: hidden;
}

.news-comments .news-comment-new .comment-text:focus {
  outline: none;
  border-color: #f0f0f0;
}

.news-comments .news-comment-new .word-tip {
  display: inline-block;
  line-height: 24px;
  margin-bottom: 8px;
  font-size: 14px;
  color: #777;
}

.news-comments .news-comment-new .submit-btn {
  width: 90px;
  height: 36px;
  background: #f0f0f0;
  color: #777;
  text-align: center;
  border: none;
  outline: none;
}
/* 璇勮 end */

/* 璇勮鐐瑰嚮鍔犺浇鏇村 start */
.load-more-box {
  padding: 10px 0 20px;
  color: #333;
  text-align: center;
  font-size: 14px;
}

.load-more-box .load-more {
  display: inline-block;
  width: 200px;
  height: 30px;
  line-height: 30px;
  background-color: #f5f5f5;
  margin: auto;
  color: #333;
  text-align: center;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
}

.load-more-box .load-more .down {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/db_down.png) no-repeat center center;
  background-size: 100%;
  vertical-align: -2px;
}

.load-more-box .load-more:hover {
  background-color: #ededed;
  color: #cb301f;
}

.load-more-box .load-more:hover .down {
  background-image: url(../images/db_down2.png);
}
/* 璇勮鐐瑰嚮鍔犺浇鏇村 end */

/* mask銆乴oading start */
.app-bg-mask {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 555;
  background-color: rgba(0, 0, 0, 0.5);
}

.bg-mask {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
}

.loading {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.loading .loading-img {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  margin-left: -145px;
}
/* mask銆乴oading end */

@media screen and (min-width: 0px) and (max-width: 750px) {
  .main-body {
    background: #fff;
    overflow-x: hidden;
  }

  .header-top {
    display: none !important;
  }

  /* 澶撮儴 start */
  .header {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 888;
    width: 100%;
    min-width: auto;
    height: 12.4vw;
    background-color: #fff;
    outline: 1px solid #f0f0f0;
  }

  .header #header,
  .header .header-w {
    display: none !important;
  }

  .header #app-header {
    width: 100%;
    height: 100%;
  }

  .header #app-header .logo {
    float: left;
    width: 8.4vw;
    height: 8.4vw;
    background-image: url(../images/logo-app.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    margin-left: 3.6vw;
    margin-top: 2vw;
  }

  .header #app-header .logo_title {
    float: left;
    height: 5vw;
    line-height: 5vw;
    margin-left: 1.8vw;
    margin-top: 3.7vw;
    font-size: 4vw;
  }

  .header #app-header .menu {
    float: right;
    width: 7vw;
    height: 5vw;
    margin-right: 15px;
    margin-top: 3.5vw;
    background-image: url(../images/menu.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    cursor: pointer;
  }
  /* 澶撮儴 end */

  /* 鎵嬫満鐗� 棰戦亾 start */
  .app-channel-box {
    display: block;
    position: absolute;
    left: 0;
    top: 12.4vw;
    z-index: 666;
    width: 100%;
    height: 0;
    background-color: #fff;
    box-shadow: 0px 3px 6px 0px rgb(222 222 222 / 58%);
    overflow-x: hidden;
    overflow-y: auto;
  }

  .app-channel-box.app-channel-show {
    height: 320px;
    -webkit-transition: all 0.5s linear;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }

  .app-channel-box .app-channel-list {
    padding-left: 15px;
    padding-right: 15px;
  }

  .app-channel-box .app-channel-list .app-channel-item {
    border-bottom: 1px solid #e8e8e8;
  }

  .app-channel-box .app-channel-list .app-channel-item .item {
    line-height: 39px;
  }

  .app-channel-box .app-channel-list .app-channel-item .item span {
    padding-left: 15px;
    color: #999;
    font-size: 18px;
  }

  .app-channel-box .app-channel-list .app-channel-item.on .item span {
    font-weight: bolder;
    color: #cb301f;
  }
  /* 鎵嬫満鐗� 棰戦亾 end */

  /* 涓棿鍐呭閮ㄥ垎 start */
  .main {
    position: relative;
    left: 0;
    top: 12.4vw;
    width: 100%;
    height: calc(100% - 12.4vw);
    padding: 0;
  }

  .main .main-left {
    float: none;
    width: 100%;
  }

  .main .main-right {
    display: none !important;
  }
  /* 涓棿鍐呭閮ㄥ垎 end */

  /* 搴曢儴 start */
  .footer {
    display: none !important;
  }
  /* 搴曢儴 end */

  /* mask銆乴oading start */
  .loading .loading-img {
    margin-left: -16px;
  }
  /* mask銆乴oading end */
}

@media screen and (min-width: 750px) {
  .header #app-header {
    display: none !important;
  }

  .app-channel-box {
    display: none !important;
  }

  .app-bg-mask {
    display: none !important;
  }
}

/*@media screen and (min-width: 751px) and (max-width: 960px){

}

@media screen and (min-width: 961px) and (max-width: 1200px){
	
}*/

@media print {
  a:link:after,
  a:visited:after {
    content: "";
  }

  .header #app-header {
    display: none !important;
  }

  .app-channel-box {
    display: none !important;
  }

  .app-bg-mask {
    display: none !important;
  }

  .header .header-w .head-info .search-box .search-form {
    height: 34px;
    line-height: 34px;
    border: 1px solid #e6e7e8;
  }
}
