@charset "utf-8";

/* CSS Document */
body,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
img,
input,
p {
  padding: 0px;
  margin: 0px;
}

body {
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  font-family: "微软雅黑";
  margin: 0;
  padding: 0;
  background-color: #fff;
}.xhbody

.clear {
  clear: both;
}

.img {
  border: 0;
  padding: 0;
  margin: 0;
}

ul li {
  line-height: 24px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #333;
}

a:hover {
  text-decoration: none;
  color: #f78649;
}

input,
button,
select,
textarea {
  outline: none;
}

img {
  max-width: 100%;
}

.weixin-show {
  display: none;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.margin {
  margin: 10px;
}

.margin-middle {
  margin: 20px;
}

.padding {
  padding: 10px;
}

.padding-big {
  padding: 20px;
}

.padding-little {
  padding: 5px;
}

.padding-middle {
  padding: 20px;
}

.margin-top {
  margin-top: 10px;
}

.margin-left {
  margin-left: 10px;
}

.margin-right {
  margin-right: 10px;
}

.margin-bottom {
  margin-bottom: 10px;
}

.margin-big-top {
  margin-top: 20px;
}

.margin-big-left {
  margin-left: 20px;
}

.margin-big-right {
  margin-right: 20px;
}

.margin-big-bottom {
  margin-bottom: 20px;
}

.padding-top {
  padding-top: 10px;
}

.padding-little-top {
  padding-top: 5px;
}

.padding-left {
  padding-left: 10px;
}

.padding-right {
  padding-right: 10px;
}

.padding-bottom {
  padding-bottom: 10px;
}

.padding-big-top {
  padding-top: 20px;
}

.padding-big-left {
  padding-left: 20px;
}

.padding-big-right {
  padding-right: 20px;
}

.padding-big-bottom {
  padding-bottom: 20px;
}

input,
select,
textarea {
  outline: none;
}

.text-align {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.font-little {
  font-size: 12px;
}

.font-middle {
  font-size: 14px;
}

.font-big {
  font-size: 16px;
}

.font-large {
  font-size: 18px;
}

.font-xl{
  font-size: 2em !important;
}

.text-red,
.text-danger {
  color: #ff0000;
}

.text-yellow,
.text-warning {
  color: #f78649;
}

.text-grey {
  color: grey;
}

.text-blue,
.text-primary {
  color: #50a8ff;
}

.text-green,
.text-success {
  color: #75bd37;
}

.border {
  border: solid 1px #ddd;
}

.border-big {
  border: solid 2px #ddd;
}

.border-left {
  border-left: solid 1px #ddd;
}

.border-right {
  border-right: solid 1px #ddd;
}

.border-top {
  border-top: solid 1px #ddd;
}

.border-bottom {
  border-bottom: solid 1px #ddd;
}

.border-bottom-bule {
  border-bottom: solid 1px #019aff;
}

.border-middle {
  border: solid 2px #e5e5e5;
}

.border-bottom {
  border-bottom: solid 1px #e5e5e5;
}

.bg-wright {
  background: #FFF;
}

.bg-red,
.bg-danger {
  background: #cc2931;
}

.bg-grey {
  background: #f5f5f5;
}

.bg-green,
.bg-success {
  background: #619c32;
}

.bg-yellow,
.bg-warning {
  background: #f78649;
}

.bg-blue,
.bg-primary {
  background-color: #019aff;
}

.text-whrite {
  color: #fff;
}

.text-indent {
  text-indent: 2em;
}

.kd1_5 {
  width: 5%;
}

.kd1 {
  width: 10%;
}

.kd2 {
  width: 20%;
}

.kd1_8 {
  width: 18%;
}

.kd3 {
  width: 30%;
}

.kd4 {
  width: 40%;
}

.kd5 {
  width: 50%;
}

.kd6 {
  width: 60%;
}

.kd7 {
  width: 70%;
}

.kd8 {
  width: 80%;
}

.kd9 {
  width: 90%;
}

.kd9_5 {
  width: 95%;
}

.kd10 {
  width: 100%;
}

.kd11 {
  width: 75%;
}

.kd12 {
  width: 78%;
}

.kd13 {
  width: 23%;
}

/* .moren a{color:#009aff;} */
/*首页*/
/* 当浏览器的可视区域小于980px */
.denglu_footer {
  padding: 0 10px;
}

.center {
  min-width: 980px;
  padding: 0 10px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

.login-tip {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}

.login-tip a {
  color: #50a8ff;
}

.getTime {
  line-height: 38px;
  height: 38px;
  background-color: #50a8ff;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 0 10px;
}

.disabled {
  background-color: #999;
  opacity: 0.5;
}

#searchform .float-left {
  margin-bottom: 10px;
  height: 40px;
}

@media screen and (min-width: 1114px) {
  .header_middle {
    width: 1100px;
    margin: 0 auto;
  }
  .live_banner {
    width: 1100px;
    margin: 0 auto;
  }

  .center {
    width: 1100px;
    margin: 0 auto;
  }

  .blk_18 .pcont {
    width: 88%;
    float: left;
    overflow: hidden;
  }
}

@media screen and (min-width: 1280px) {
  .header_middle {
    width: 1200px;
    margin: 0 auto;
  }
  .live_banner {
    width: 1200px;
    margin: 0 auto;
  }
  .center {
    width: 1200px;.account-info
    margin: 0 auto;
  }

  .blk_18 .pcont {
    width: 88%;
    float: left;
    overflow: hidden;
  }
}

/* 当浏览器的可视区域小于650px */
@media screen and (min-width: 1600px) {
  .header_middle {
    width: 1400px;
    margin: 0 auto;
  }
  .live_banner {
    width: 1400px;
    margin: 0 auto;
  }
  .center {
    width: 1400px;
    margin: 0 auto;
  }

  .blk_18 .pcont {
    width: 90%;
    float: left;
    overflow: hidden;
  }
}

.pop-qq,.mini-pop{
  position: fixed;
  right: 0;
  top: 20%;
  margin-top: 40px;
  margin-right: 1%;
  width: 30px;
  height: 30px;
  background: #ff4938;
  text-align: center;
  z-index: 80;
  border-radius: 5px;
  display: block;
  color: #FFF;
  cursor: pointer;
}
.mini-pop{
  height: auto;
  transform: translate(0,-110%);
  font-size: 12px;
  padding: 5px 0;
  display: none;
}
.pop-qq .iconfont,.mini-pop .iconfont{
  font-size: 1.2rem;
  color: #FFF;
  display: block;
}
.pop-qq .iconfont{
  line-height: 30px;
}
.mini-pop span{
  display: block;
}
.index-pop{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 200;
  background: rgba(0,0,0,0.7);
  display: none;
}
.index-pop .pop-content{
  width: 80%;
  max-width: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-80%);
}
.index-pop .pop-content .shut-pop{
  width: 30px;
  display: block;
  color: #FFF;
  text-align: center;
  font-size: 1.5rem;
  float: right;
  margin-right: -25px;
}
.index-pop .pop-content .pop-link{
  width: 100%;
  display: block;
  clear: both;
}
.index-pop .pop-content img{
  display: block;
  width: 100%;
}

/*首页-header*/
.wrapper {
  margin: 0;
  padding: 0;
}

.header {
  height: auto;
}

.unread-num {
  padding: 0 5px;
  background: #ff5029;
  border-radius: 50px;
  color: #ffff;
  font-style: normal;
  font-size: 12px;
  line-height: 14px;
  vertical-align: super;
}

.header_top {
  background: #EEE;
  color: #666;
  line-height: 20px;
  padding: 5px;
  overflow: hidden;
}

.header_middle {
  padding: 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_middle .center {
  overflow: visible;
}

.logo {
  width: 160px;
  float: left;
  padding: 10px;
  background-color: #fff;
}

.logo img {
  width: 100%;
}

.nav {
  min-width: 600px;

}

.nav ul li {
  padding: 0 10px;
  font-size: 16px;
  display: inline-block;
}

.nav ul li:hover {
  color: #65c178;
}

.nav ul li:hover .slide-nav {
  display: block;
}

.nav ul li>a {
  line-height: 40px;
  color: inherit;
  display: inline-block;
  position: relative;
  z-index: 22;
}

.nav ul li:hover .has-child:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: transparent solid 6px;
  border-bottom-color: #65c178;
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin-left: -6px;
}

.nav ul li:hover .has-child:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: transparent solid 6px;
  border-bottom-color: #fff;
  position: absolute;
  bottom: -4px;
  left: 50%;
  margin-left: -6px;
}

/*.nav ul li a:hover {*/
/*    background-color: #009aff;*/
/*    color: #fff;*/
/*}*/

.slide-nav {
  width: 1120px;
  position: absolute;
  top: 40px;
  left: 50%;
  margin-left: -560px;
  z-index: 20;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.6);
  border-top: #65c178 solid 2px;
  padding: 0;
  background-color: #CCC;
  display: none;
}

.slide-nav .filter-wrap {
  margin: 0;
}

.slide-nav .filter-wrap dt {
  color: #2c2c2c;
  font-size: 15px;
}

.slide-nav .filter-wrap dd {
  color: #5a5a5a;
  font-size: 14px;
}

.mobile-nav-func {
  display: none;
}

.account-info .user-menu-triger {
  display: none;
}

.vip-icon-wrap .iconfont{
  display: inline-block;
  vertical-align: middle;
  font-size: 1.4em;
  margin: 0 2px;
}

.vip-icon-wrap.vip-none{
  color: #CCC;
}
.vip-icon-wrap.vip-light{
  color: #de7226;
}

.account-info .logout-btn{
  display: block;
  float: right;
}

.block-title {
  margin: 30px 0 0px 0;
  font-size: 2rem;
  text-align: center;
  overflow: hidden;
}

.block-title span {
  display: inline-block;
  position: relative;
}

.block-title span::before {
  content: "";
  display: block;
  width: 8px;
  height: 10px;
  background-color: #ff4a00;
  border-left: #f69e7b solid 8px;
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translate(0, -50%);
}

.block-title span::after {
  content: "";
  display: block;
  width: 8px;
  height: 10px;
  background-color: #ff4a00;
  border-right: #f69e7b solid 8px;
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translate(0, -50%);
}

.sub-filter{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 -1px;
  border: #EEE solid 1px;
  border-radius: 20px;
}
.sub-filter a{
  width: 20%;
  line-height: 40px;
  text-align: center;
  display: block;
  font-size: 16px;
  margin: 0 1px;
  border-radius: 20px;
}
.sub-filter a.current{
  background: #f79927;
  color: #FFF;
}

.checkbox-label {
  display: inline-block;
  line-height: 38px;
  margin-right: 10px;
}

.checkbox-label input[type='checkbox'] {
  margin: 0 5px 0 0;
  vertical-align: middle;
}

.more {
  width: 150px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 20px auto;
  border: solid 1px #ccc;
  background: #f5f5f5;
  border-radius: 2px;
}

.more a {
  display: inline-block;
  position: relative;
}

.more a::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: #333 solid 1px;
  border-right: #333 solid 1px;
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translate(0, -50%) rotate(45deg);
}

.more a:hover {
  color: #333;
  cursor: pointer;
}

.search {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -16px;
}

.search input {
  width: 160px;
  border: solid 1px #ccc;
  height: 30px;
  border-radius: 5px 0 0 5px;
  border-right: none;
  vertical-align: bottom;
  padding: 0 10px;
}

.search button {
  width: 40px;
  border: solid 1px #ccc;
  height: 32px;
  border-radius: 0 5px 5px 0;
  background: url(../images/search.png) #f6f6f6 center no-repeat;
  cursor: pointer;
}

.banner {
  height: 800px;
}

.sub-banner{
  width: 100%;
  overflow: hidden;
}
.sub-banner a{
  display: block;
  width: 90%;
  margin: 15px auto 0 auto;
  text-decoration: none;
  overflow: hidden;
}
.sub-banner img{
  width: 100%;
  display: block;
}

#full-screen-slider {
  width: 100%;
  position: relative
}

#full-screen-slider .swiper-slide {
  text-align: center;
}

#slides {
  display: block;
  width: 100%;
  height: 800px;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative
}

#slides li {
  display: block;
  width: 100%;
  height: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute
}

#slides li a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px
}

#pagination {
  display: block;
  list-style: none;
  position: absolute;
  left: 29%;
  top: 760px;
  z-index: 9900;
  padding: 5px 15px 5px 0;
  margin: 0
}

#pagination li {
  display: block;
  list-style: none;
  width: 15px;
  height: 15px;
  float: left;
  margin-left: 15px;
  border-radius: 15px;
  background: #FFF
}

#pagination li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  text-indent: -9999px;
}

#pagination li.current {
  background: #0092CE
}

/*首页-middle*/
.hotclass {
  font-size: 30px;
  text-align: center;
}

.beizhu {
  text-align: center;
  font-size: 16px;
  color: #666;
}

.classmate {
  width: 100%;
  overflow: hidden;
}

.classmate ul {
  margin-left: -5px;
  margin-right: -5px;
  padding: 10px 0;
  overflow: hidden;
}

.classmate ul li {
  width: 25%;
  float: left;
  position: relative;
  margin: 5px 0;
  box-sizing: border-box;
  padding: 0 5px;
  transition: All 0.4s ease-in-out;
  overflow: hidden;
}

.classmate ul li.visited {
  color: #999;
}

.classmate ul li.visited img {
  opacity: 0.6;
  filter: alpha(opacity=80);
}

.classmate ul li.visited:before {
  content: "已浏览";
  width: 50px;
  height: 20px;
  display: block;
  position: absolute;
  top: 5px;
  left: 10px;
  background: rgba(255, 255, 255, 0.5);
  color: #000;
  line-height: 20px;
  font-size: 12px;
  text-align: center;
  z-index: 10;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.fit-content {
  width: 100%;
  position: relative;
  background-color: #f5f5f5;
  box-sizing: border-box;
  overflow: hidden;
}

.classmate ul li a.block-a {
  width: 100%;
  height: 0;
  display: block;
  padding: 65% 0 0 0;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.classmate ul li .live a.block-a {
  padding: 56% 0 0 0;
}

.classmate ul li a.block-a .iconbofang {
  width: 50px;
  height: 50px;
  font-size: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  color: #000;
  line-height: 50px;
  color: rgba(0, 0, 0, 0.8);

}



.ul-event .fit-content a.block-a::before
/*.cover-event::before */ {
  content: "";
  display: block;
  width: 50%;
  height: 0;
  padding-top: 15%;
  position: absolute;
  top: 0;
  left: 2%;
  z-index: 20;
  background-image: url('/static/theme/index/images/event/top.png?1');
  background-position: top left;
  background-size: contain;
  background-repeat: no-repeat;
}

.ul-event .fit-content a.block-a::after
/*.cover-event::after */ {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 60%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 20;
  background-image: url('/static/theme/index/images/event/bottom.png?2');
  background-position: bottom left;
  background-size: 100%;
  background-repeat: no-repeat;
}

.xianxia ul li a.block-a .iconbofang {
  display: none;
}

.classmate .live-status {
  font-size: 12px;
  font-weight: bold;
}

/*.classmate .live-status.live-on{*/
/*  color: rgb(145,205,92);*/
/*}*/
/*.classmate .live-status.live-review{*/
/*  color: #666;*/
/*}*/
/*.classmate .live-status.live-waiting{*/
/*  color: rgb(249,101,12);*/
/*}*/

.classmate ul li img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: 1s;
  transition-delay: 0s;
}

.classmate ul li .price-type {
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  padding: 2px 10px;
  font-size: 12px;
  z-index: 10;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
  transform: rotate(45deg);
  margin: 5% -20% 0 0;
}

.classmate ul li .free {
  background-color: #91cd5c;
}

.classmate ul li .priced {
  background-color: #f96552;
}

.xianxia ul li .price-type {
  display: none;
}

.classmate ul li:hover img {
  transform: translate(-50%, -50%) scale(1.1);
  transition-delay: .3s;
  /*transform: translate(0, -10px);*/
  /*-webkit-transform: translate(0, -10px);*/
  /*-moz-transform: translate(0, -10px);*/
  /*-o-transform: translate(0, -10px);*/
  /*-ms-transform: translate(0, -10px);*/
}

.classmate ul li .classmate-bottom {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  left: 0;
  bottom: 0;
  padding: 0 10px 5px 10px;
  font-size: 12px;
  overflow: hidden;
}

.ms-li .fit-content {
  background-color: #49eaf7;
}

.classmate ul li .classmate-bottom .iconfont {
  font-size: 20px;
  display: inline;
  vertical-align: bottom;
}

.ms-wrap {
  width: 100%;
  background-color: #49eaf7;
  padding: 0 10px 15px 10px;
  box-sizing: border-box;
  font-size: 0.8rem;
  position: relative;
  /* text-shadow: 0 0 5px rgba(0,0,0,0.2); */
  overflow: hidden;
}

.ms-block {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-left: 80px;
  line-height: 30px;
  overflow: hidden;
}

.ms-block i {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  font-style: normal;
}

.ms-block span {
  font-size: 1.2rem;
  color: #FFF;
}

.ms-block em {
  color: #FFF;
}

.ms-price-wrap .ms-price {
  float: left;
}

.ms-price-wrap .ms-price span {
  color: #ff0000;
}

.ms-price-wrap .ms-price em {
  color: #ff0000;
}

.ms-price-wrap .ms-del-price {
  position: relative;
  float: left;
  padding: 0 5px;
  margin-left: 5px;
  color: #FFF;
}

.ms-price-wrap .ms-del-price span {
  font-size: 1rem;
}

.ms-price-wrap .ms-del-price::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ff0000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(5deg);
}

.ms-progress {
  width: 100%;
  box-sizing: border-box;
  padding-right: 100px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}

.ms-progress .ms-num {
  float: left;
  margin-right: 10px;
}

.ms-progress-bar {
  height: 10px;
  margin: 10px 0;
  background-color: #FFF;
  border-radius: 5px;
  overflow: hidden;
}

.ms-progress-bar div {
  width: 0;
  height: 100%;
  background-color: #ff0000;
  border-radius: 5px;
}

.ms-wrap .ms-btn {
  line-height: 40px;
  padding: 0 20px;
  color: #FFF;
  position: absolute;
  bottom: 10px;
  right: 0;
}

.ms-wrap .btn-active {
  background-color: #ff0000;
}

.ms-wrap .btn-disabled {
  background-color: #333;
}

.ms-wrap .btn-end {
  background-color: #CCC;
}

.kc-price-wrap {
  width: 100%;
  height: 20px;
}

.kc-price-wrap span {
  display: inline-block;
  line-height: 20px;
}

.kc-price-wrap span.pre-price {
  color: #000;
  position: relative;
  margin-right: 10px;
}

.kc-price-wrap span.pre-price:after {
  content: "";
  display: block;
  width: 110%;
  height: 1px;
  background-color: #f78649;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.kc-price-wrap span.sale-price {
  color: #f78649;
}

.classmate ul li .kecheng-title {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.classmate ul li .kecheng-viewer {
  position: absolute;
  right: 5px;
  top: 24px;
}

.jixu {
  background: #ddd;
  padding: 10px 0;
}

.blk_18 {
  overflow: hidden;
  zoom: 1;
}

.blk_18 .ScrCont {
  width: 32766px;
  zoom: 1;
}

.blk_18 #List1_1,
.blk_18 #List2_1 {
  float: left;
}

.blk_18 .LeftBotton {
  width: 55px;
  height: 55px;
  float: left;
  background: url(../images/left.png) no-repeat;
  margin-top: 150px;
}

.blk_18 .RightBotton {
  width: 55px;
  height: 55px;
  float: left;
  background: url(../images/right.png) no-repeat;
  margin-top: 150px;
}

.blk_18 .LeftBotton {
  background-position: 0 0;
  margin-right: 15px;
}

.blk_18 .RightBotton {
  background-position: 0 0;
  margin-left: 15px;
}

.ScrCont .p1 {
  width: 280px;
  float: left;
  margin: 10px 18px;
  background: #FFF;
  -moz-box-shadow: 4px 1px 20px #787878;
  -webkit-box-shadow: 4px 1px 20px #787878;
  box-shadow: 4px 1px 20px #787878;
}

.ScrCont .p1 .left {
  width: 193px;
  height: 159px;
  padding: 2px;
  border: 1px solid #d4d4d4;
}

.ScrCont .p1 .right {
  width: 235px;
  height: auto;
  float: right;
}

.ScrCont .p1 .right p {
  color: #666;
  text-align: left;
  line-height: 200%;
  padding-top: 5px;
}

.ScrCont .p1 .right p b {
  font-size: 16px;
  color: #3a4145;
  text-align: left;
}

.ScrCont .p1 .right p a {
  color: #bbbaba;
}

.ScrCont .p1 .right p a:hover {
  color: #666;
}

/*首页-footer*/
.footer {
  color: #ccc;
  overflow: hidden;
}

.footer_box {
  float: left;
  position: relative;
  transform: translate(-50%, 0);
  left: 50%;
  overflow: hidden;
}

.foot_top {
  background: #333;
  padding: 20px 0 0 0;
}

.foot_nav {
  overflow: hidden;
}

.foot_nav ul {
  overflow: hidden;
}

.foot_nav ul li {
  color: #FFF;
  float: left;
  margin: 10px 15px;
}

.foot_nav dl {
  min-height: 130px;
  margin: 0;
}

.foot_nav dl dt {
  margin-bottom: 10px;
}

.foot_nav dl dd {
  color: #919193;
  margin: 0;
}

.foot_nav dl dd a {
  display: block;
  color: #919193;
}

.foot_nav dl dd p img {
  width: 19px;
  height: 24px;
  vertical-align: middle;
  margin-right: 5px;
}

.foot_nav1 {
  width: 100%;
  margin: 0 auto 20px auto;
  overflow: hidden;
}

.foot_nav1 ul {
  width: 100%;
  text-align: center;
}

.foot_nav1 ul li {
  display: inline-block;
  color: #FFF;
  text-align: center;
  padding: 0 10px;
  margin: 5px;
}

.foot_nav1 ul li a {
  color: #fff;
}

.footer-links {
  width: 100%;
  border-top: #eee solid 1px;
  margin: 0;
  text-align: center;
  overflow: hidden;
}

.footer-links span,
.footer-links a {
  display: inline-block;
  color: #eee;
  margin: 10px;
}

#lianxi {
  width: 35%;
}

#erceng li {
  float: none;
  width: 100%;
  margin-top: 5px;
  color: #919193;
}

#erceng li a {
  color: #919193;
}

#erceng li a:hover {
  text-decoration: underline;
}

.foot_logo {
  width: 120px;
  float: left;
  margin: 10px 15px;
}

.foot_middle {
  background: #333;
  padding: 10px 0;
}

.foot_middle a {
  color: #919193;
}

.foot_bottom {
  background: #232426;
  text-align: center;
  line-height: 20px;
  padding: 10px;
  font-size: 12px;
  position: relative;
}
.foot_bottom a{
  color: #FFF;
}

.bottom-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
  display: none;
}

/*免责声明*/
.bread {
  background: #f5f5f5;
  font-size: 12px;
  line-height: 25px;
  padding: 5px;
  margin: 10px 0;
  border: solid 1px #ddd;
  clear: both;
  overflow: hidden;
}

.bread a {
  color: #333;
}

.bread a:hover {
  text-decoration: underline;
}

.article {
  color: #666;
}

.article p {
  margin: 10px 0;
}

/*新闻资讯*/
.clearfix:after,
.container:after,
.tab-nav:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.container {
  position: relative;
  background: white;
}

.srcoll-view {
  width: 100%;
  height: 40px;
  overflow: hidden;
}

.srcoll-view .tab-nav {
  height: 70px;
  white-space: nowrap;
}

.tab-group {
  position: relative;
  border-radius: 0 0 10px 10px;
}

.tab-group section {
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.4s ease, height 0.4s ease;
}

.tab-group section.active {
  opacity: 1;
  height: auto;
  overflow: visible;
}

.tab-nav {
  width: 100%;
  height: 40px;
  list-style: none;
  padding: 0;
  border-bottom: solid 1px #eee;
  white-space: nowrap;
  vertical-align: top;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.tab-nav li {
  height: 40px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}

.tab-nav li a {
  position: relative;
  display: block;
  float: left;
  background: #eee;
  line-height: 40px;
  padding: 0 20px;
  text-decoration: none;
  margin-right: 1px;
  transition: background .2s ease, line-height .2s ease, margin .2s ease;
  color: #333;
}

.tab-nav li.active a {
  background: #FFF;
  line-height: 40px;
  margin-top: 0;
}

.xinwen ul li {
  width: 100%;
  position: relative;
  border-bottom: solid 1px #eee;
  padding-bottom: 10px;
  margin: 10px 0;
  overflow: hidden;
}

.newtitle {
  margin-bottom: 10px;
}

.newtu {
  width: 20%;
  height: 0;
  padding-top: 10%;
  position: relative;
  float: left;
  margin: 5px 10px 0 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.newwen {
  position: relative;
  overflow: hidden;
}

.newsummary {
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 5em;
  line-height: 1.6em;
}

.hide {
  display: none;
}

.cd-pagination {
  width: 90%;
  max-width: 768px;
  margin: 20px auto 20px;
  text-align: center;
}

.cd-pagination li {
  /* hide numbers on small devices*/
  display: none;
  margin: 0 .2em;
}

.cd-pagination li.button {
  /* make sure prev next buttons are visible*/
  display: inline-block;
}

.cd-pagination a,
.cd-pagination span {
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* use padding and font-size to change buttons size*/
  padding: 6px 12px;
  font-size: 1rem;
}

.cd-pagination a {
  border: 1px solid #e6e6e6;
  border-radius: 0.25em;
}

.no-touch .cd-pagination a:hover {
  background-color: #f2f2f2;
}

.cd-pagination a:active {
  /* click effect*/
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}

.cd-pagination a.disabled {
  /* button disabled*/
  color: rgba(46, 64, 87, 0.4);
  pointer-events: none;
}

.cd-pagination a.disabled::before,
.cd-pagination a.disabled::after {
  opacity: .4;
}

.cd-pagination .button:first-of-type a::before {
  content: '\00ab ';
}

.cd-pagination .button:last-of-type a::after {
  content: ' \00bb';
}

.cd-pagination .current {
  /* selected number*/
  background-color: #009aff;
  border-color: #009aff;
  color: #ffffff;
  pointer-events: none;
}

@media only screen and (min-width: 768px) {
  .cd-pagination li {
    display: inline-block;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-pagination {
    margin: 4em auto 8em;
  }
}

/*新闻资讯详情*/
.nextup {
  margin-top: 40px;
}

.nextup a {
  padding: 10px 40px;
  background: #f5f5f5;
  border: solid 1px #eee;
  color: #333;
}

.threebutton {
  max-width: 1000px;
  margin: 0 auto;
}

.threebutton ul li {
  float: left;
  position: relative;
  list-style: none;
  width: 30%;
  min-width: 300px;
  margin-right: 3%;
  margin-top: 20px;
  margin-bottom: 40px;
}

.xuanzhuan {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.5s;
  width: 123px;
  margin: 0 auto;
}

.threebutton ul li img {
  width: 123px;
  height: 123px;
  border-radius: 2px;
}

.threebutton ul li span {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  line-height: 23px;
  position: absolute;
  bottom: 3px;
  width: 170px;
  left: 0;
  font-size: 12px;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
}

.xuanzhuan:hover {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
}

.problem ul li {
  margin-top: 30px;
}

.tab {
  width: 100%;
  margin-top: 20px;
  box-sizing: border-box;
  overflow: hidden;
}

.tab-mini {
  width: 100%;
  margin-top: 20px;
  box-sizing: border-box;
  overflow: hidden;
}

.tab-title {
  line-height: 30px;
  margin: 0 -10px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 0;
  overflow: hidden;
}

.tab-cont {
  position: relative;
  margin: 20px auto;
  padding-bottom: 20px;
  /*text-align: center;*/
}

.tab-title .item {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  color: #333;
  font-size: 18px;
  padding: 0 15px;
  border-bottom: solid 2px #999;
}

.tab-title .item-cur {
  color: #2b92f9;
  border-bottom: solid 2px #2b92f9;
}

.anli ul {
  margin: 0 -10px;
  overflow: hidden;
}

.anli ul li {
  width: 50%;
  padding: 10px;
  float: left;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.anli li .anlitu {
  width: 50%;
  height: 0;
  padding-top: 30%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  margin-right: 20px;
  background-color: #efefef;
  overflow: hidden;
}

.anli li .anliwen {
  overflow: hidden;
}

.form-group {
  margin-top: 20px;
}

.form-group .label {
  float: left;
  width: 10%;
  text-align: right;
  padding: 7px 20px 7px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #666;
  font-size: 16px;
}

.form-group .field {
  float: left;
  width: 85%;
}

.fabu .input {
  max-width: 90%;
  padding: 6px;
  border: solid 1px #ddd;
  height: 24px;
  line-height: 20px;
  border-radius: 4px;
  -webkit-appearance: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
}

.fabu select.input {
  height: 36px;
  box-sizing: border-box;
}

.input-note,
.label .float-right {
  color: #999;
  font-size: 12px;
  padding-top: 2px;
  line-height: 18px;
}

.shangchuan input {
  margin-top: 8px;
}

.fabu {
  overflow: hidden;
}

.fabu textarea.input {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  resize: none;
}

/*.fabu .button{border: solid 1px #0198ff; color:#FFF; cursor:pointer;background:#0198ff;border-radius: 4px;font-size: 14px;padding: 8px 20px;display: inline-block;line-height: 20px;transition: all 1s cubic-bezier(0.175,0.885,0.32,1) 0s;}*/
.fabu .button {
  border: solid 1px #ff4850;
  color: #FFF;
  cursor: pointer;
  background: #ff4850;
  border-radius: 4px;
  font-size: 14px;
  padding: 10px 20px;
  display: inline-block;
  line-height: 20px;
  transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
  vertical-align: middle;
  margin: 5px 0;
}

.btn {
  display: inline-block;
  color: #FFF;
  padding: 0 5px;
  line-height: 20px;
  font-size: 12px;
  cursor: pointer;
  border-radius: 3px;
  margin: 2px;
  text-decoration: none;
}

.btn:hover {
  color: #FFF;
  text-decoration: none;
}

.btn-md {
  padding: 5px 15px;
  line-height: 24px;
}

.fabu .fav-btn {
  border: solid 1px #f78649;
  background: #f78649;
}

.fabu .faved-btn {
  border: solid 1px #f78649;
  background: #fff;
  color: #f78649;
}

.coupon-ul {
  width: 100%;
  margin: 15px -5px;
  overflow: hidden;
}

.coupon-ul .coupon-list {
  width: 260px;
  float: left;
  box-sizing: border-box;
  padding: 5px;
  margin: 5px;
  background-color: #ffe0e1;
  border-color: #ff0000;
  border-width: 1px;
  border-style: solid dashed;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.coupon-ul .coupon-list.voucher{
  background-color: #e9fce9;
  border-color: #ccc;
}

.coupon-ul .coupon-list .coupon-target {
  position: absolute;
  bottom: 8px;
  right: 10px;
  color: #f78649;
  font-size: 12px;
}

.coupon-ul .coupon-list .coupon-name {
  font-size: 16px;
  color: #ff0000;
  line-height: 30px;
}

.coupon-ul .coupon-list .coupon-name span {
  display: inline-block;
  vertical-align: middle;
}

.coupon-ul .coupon-list .coupon-name span.iconfont {
  font-size: 24px;
}

.coupon-ul .coupon-list .coupon-v-t {
  font-size: 12px;
  color: #999;
}

.coupon-ul .coupon-list .coupon-status {
  width: 80px;
  border: #ff4850 solid 1px;
  border-radius: 20px;
  height: 20px;
  line-height: 18px;
  box-sizing: border-box;
  margin: 5px auto;
  color: #ff4850;
  background: #FFF;
  display: block;
}
.coupon-ul .coupon-list.voucher .coupon-status{
  border: #cccc99 solid 1px;
}

.coupon-ul .coupon-list .coupon-status.coupon-enable {
  cursor: pointer;
}

.coupon-ul .coupon-list .coupon-status.coupon-disabled {
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  color: #999;
  border-color: #999;
}

dl.coupon-use {
  width: 100%;
  /*display: none;*/
}

dl.coupon-use dd {
  width: 100%;
  overflow: hidden;
}

dl.coupon-use dd label {
  width: 100%;
  max-width: 400px;
  display: block;
  margin: 5px 0;
  cursor: pointer;
  box-sizing: border-box;
  padding: 5px 5px 5px 30px;
  color: #ff4850;
  line-height: 30px;
  position: relative;
  float: left;
  clear: both;
  background-color: #EEE;
  overflow: hidden;
}

dl.coupon-use dd label .coupon-radio {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -5px;
}

dl.coupon-use dd label span.border {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  border: transparent solid 1px;
  z-index: 2;
}

dl.coupon-use dd label .coupon-radio:checked+span.border {
  border-color: #ff4850;
}

dl.coupon-use dd label .coupon-name {
  min-width: 120px;
  font-size: 16px;
  display: inline-block;
  margin-right: 10px;
}

dl.coupon-use dd label .coupon-name span {
  display: inline-block;
  vertical-align: middle;
}

dl.coupon-use dd label .coupon-name span.iconfont {
  font-size: 24px;
}

dl.coupon-use dd label .coupon-v-t {
  font-size: 12px;
  color: #999;
  display: inline-block;
}


.fwmc_xxk {
  overflow: hidden;
  margin-left: 20px;
}

.fwmc_xxk li {
  float: left;
  margin-right: 50px;
  overflow: hidden;
  cursor: pointer;
}

.fwmc_xxk li.on {
  color: #169ed8;
}

.fwmc_xxk li.on p {
  color: #169ed8;
}

.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px;
}

.ui-timepicker-div dl {
  text-align: left;
}

.ui-timepicker-div dl dt {
  float: left;
  clear: left;
  padding: 0 0 0 5px;
}

.ui-timepicker-div dl dd {
  margin: 0 10px 10px 45%;
}

.ui-timepicker-div td {
  font-size: 90%;
}

.ui-tpicker-grid-label {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}

.ui-timepicker-rtl {
  direction: rtl;
}

.ui-timepicker-rtl dl {
  text-align: right;
  padding: 0 5px 0 0;
}

.ui-timepicker-rtl dl dt {
  float: right;
  clear: right;
}

.ui-timepicker-rtl dl dd {
  margin: 0 45% 10px 10px;
}

.sub-nav {
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
  font-size: 16px;
  font-family: "microsoft yahei";
  padding-top: 6px;
}

.sub-nav li {
  float: left;
  display: inline;
  margin-right: 30px;
}

.sub-nav a {
  color: #333;
  display: inline-block;
  height: 30px;
}

.sub-nav .cur a,
.sub-nav a:hover {
  color: #007bc9;
  border-bottom: 3px solid #007bc9;
  height: 28px;
  text-decoration: none;
  _position: relative;
  _margin-bottom: -6px;
}

.sub-nav .link {
  color: #0085da;
  font-style: italic;
}

.text-box {
  border: 1px solid #ededed;
  height: 35px;
  line-height: 35px;
  margin-right: 6px;
  padding-left: 11px;
}

.jinji {
  background: #a1a1a1;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
}

.renwutab {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.table-wrap {
  width: 100%;
  overflow: hidden;
}

/*.renwutab table tr{
    height:40px; line-height:40px; text-align:center;
}
.renwutab table tr:nth-child(odd){background: #f5f3f4;}*/
.renwutab table thead {
  background-color: #ccc;
}

.renwutab table thead th {
  padding: 10px 5px;
  text-align: center;
}

.renwutab table tr td {
  padding: 5px;
}

/*项目合作-需求详情页*/
.renwums ul li {
  width: 30%;
  float: left;
  margin-top: 20px;
}

/*线下课程详情页*/
.jiangshi {
  color: #666;
  position: relative;
}

.jiangshi .avatar {
  width: 60px;
  float: left;
  margin-right: 15px;
  text-align: center;
}

.jiangshi .avatar img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  overflow: hidden;
}

.jiangshi-des {
  text-align: justify;
  overflow: hidden;
}

.show-more {
  display: none;
}

.xiangguankc ul {
  margin-left: -5px;
  margin-right: -5px;
}

.xiangguankc ul li {
  width: 20%;
  text-align: center;
  box-sizing: border-box;
  float: left;
  padding: 0 5px;
  margin: 5px 0;
  position: relative;
  overflow: hidden;
}

.xiangguankc ul li a {
  width: 100%;
  height: 0;
  padding-top: 65%;
  display: block;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}

.xiangguankc ul li p {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 0 5px 5px 5px;
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/*.xiangguankc ul li:nth-child(3n){margin-right:0;}*/
.ziyuan ul li {
  width: 60px;
  margin: 20px 30px;
  float: left;
  text-align: center;
}

.ziyuan1 ul li {
  width: 130px;
  margin: 20px 30px;
  float: left;
  text-align: center;
}

/*视频页*/
.shipin {
  background: #191919;
  margin-top: 10px;
  position: relative;
  overflow: hidden;
}

.shipin-left {
  width: 100%;
  height: 600px;
  float: left;
  position: relative;
}

.prism-player {
  width: 100%;
}

.shipin-right {
  width: 20%;
  overflow: hidden;
}

.bijilu {
  width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}

.bijilu>ul {
  height: 340px;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

.biji {
  border-bottom: solid #34ac7e 1px;
  color: #34ac7e;
  font-size: 16px;
  padding: 10px;
}

.bijilu ul li {
  padding: 10px 10px;
  border-bottom: #333 solid 1px;
  color: #CCC;
}

.bijilu ul li span {
  float: right;
}

.timu {
  border-bottom: dashed 1px #ccc;
}

/*下单页*/
.bdbt td {
  height: 40px;
  border-bottom: solid 1px #ccc;
  padding: 0 10px;
}

.bdnr td {
  padding: 10px;
}

.dl-inline1 dt {
  width: 10%;
  min-width: 100px;
  display: inline-block;
  float: left;
  text-align: right;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-right: 20px;
  overflow: hidden;
}

.dl-inline1 dd {
  overflow: hidden;
}

.dl-inline1 dd label {
  padding-left: 5px;
}

/*登陆注册*/
.denglulogo {
  height: 50px;
  line-height: 50px;
  margin-top: 40px;
}

.denglu {
  background: url(../images/denglubj.jpg) no-repeat;
  min-height: 600px;
  background-position: center;
}

.denglu_window {
  margin-top: 80px;
  width: 300px;
  margin-right: 50px;
}

.form-group .label1 {
  float: left;
  width: 20%;
  text-align: right;
  padding: 7px 20px 7px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #666;
  font-size: 16px;
}

.form-group .field1 {
  float: left;
  width: 75%;
  line-height: 38px;
}

.field-text {
  line-height: 38px;
}

.zhenshu ul li {
  width: 300px;
  float: left;
  margin-right: 20px;
  margin-top: 20px;
}

.pic-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.pic-wrap img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.id-wrap {
  height: 150px;
}

.fs-wrap {
  height: 200px;
}

/*证书提交*/
.md-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50%;
  max-width: 550px;
  min-width: 320px;
  height: auto;
  z-index: 9999999;
  visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.md-show {
  visibility: visible;
}

.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 9999995;
  opacity: 0;
  background: rgba(1, 1, 1, 0.6);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show~.md-overlay {
  opacity: 1;
  visibility: visible;
}

/* Content styles*/
.md-content {
  color: #5b5b5b;
  background: #fff;
  position: relative;
  border-radius: 0px;
  margin: 0 auto;
}

.md-content .md-close-btn {
  position: absolute;
  top: 10px;
  right: 5px;
  z-index: 999999;
}

.md-content .md-close-btn a {
  color: #909090;
  cursor: pointer;
}

.md-content .md-close-btn a:hover {
  color: #212121;
}

.md-content .md-close {
  font-size: 13px;
}

.md-content h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  padding: 20px;
  text-align: center;
  background: #fff;
  border-radius: 0;
  color: #797979;
}

.md-content>div {
  padding: 15px 20px 30px;
  margin: 0;
  font-weight: 300;
  font-size: 14px;
}

.md-content>div p {
  margin: 0;
  padding: 10px 0;
}

.md-content>div ul li {
  padding: 5px 0;
}

.md-effect-1 .md-content {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show.md-effect-1 .md-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.form-group .label2 {
  float: left;
  width: 18%;
  text-align: right;
  padding: 7px 20px 7px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #666;
  font-size: 16px;
}

.form-group .field2 {
  float: left;
  width: 75%;
}

/*会员中心*/
.hybt {
  border-bottom: solid 2px #019aff;
  padding-bottom: 10px;
  overflow: hidden;
}

.mobile-menu,
.slide-content {
  width: 100%;
  overflow: hidden;
}

.huiyuantx {
  -moz-border-radius: 15px;
  border-radius: 15px;
  width: 108px;
  height: 108px;
}

.vip-wrap {
  margin: 10px 0 0 0;
  overflow: hidden;
}

.vip-wrap img {
  max-width: 90px;
}

.hy_list ul li {
  height: 70px;
  line-height: 70px;
  border-top: solid 1px #ccc;
  font-size: 16px;
}

.hy_list ul li a {
  display: block;
}

.hy_list ul li a:hover {
  background: #FFF;
  border-left: solid 2px #019aff;
  color: #019aff;
}

.hy_moren a {
  background: #FFF;
  border-left: solid 2px #019aff;
  color: #019aff;
}

.tips {
  background: #fde7be;
}

.account-info img {
  width: 12px;
  vertical-align: middle;
  margin-top: -2px;
}

.account-info .vip-icon {
  width: 110px;
  margin-right: 10px;
}

.account-info a {
  color: #333;
  display: inline-block;
}

.account-info a.text-red {
  color: #cc2931;
}

.account-info .mobile-menu {
  display: none;
}

.account-info .text-yellow {
  color: #f78649;
}

.kecheng-cover {
  max-width: 360px;
  float: left;
  margin: 0 20px 0 0;
}

.kecheng-desc .font-big {
  overflow: hidden;
}

.filter-wrap {
  background-color: #fff;
  margin: 10px 0;
  overflow: hidden;
}

.filter-wrap dl {
  border-bottom: solid 1px #e5e5e5;
  padding: 10px;
  line-height: 30px;
  overflow: hidden;
}

.filter-wrap dl dt {
  float: left;
  color: #999;
  margin-right: 20px;
}

.filter-wrap dl dd {
  overflow: hidden;
}

.filter-wrap dl dd a {
  display: inline-block;
  padding: 0 10px;
  color: inherit;
}

.filter-wrap dl dd a.on {
  color: #169ed8;
}

.guanggao {
  overflow: hidden;
}

.guanggao ul {
  margin: 0 -5px;
  overflow: hidden;
}

.guanggao ul li {
  width: 33.333%;
  height: 120px;
  float: left;
  padding: 0 5px;
  margin: 5px 0;
  box-sizing: border-box;
  overflow: hidden;
}

.guanggao ul li a {
  width: 100%;
  height: 100%;
  background-color: #eee;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner {
  width: 100%;
  height: 0;
  padding-top: 40%;
  position: relative;
  overflow: hidden;
}

.banner .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.banner .swiper-pagination-bullet {
  border-radius: 0;
  transition: 1s;
  border: #fff solid 1px;
  opacity: 0.5;
}

.banner .swiper-container .swiper-slide {
  text-align: center;
}

.banner .swiper-pagination-bullet-active {
  opacity: 1;
  width: 24px;
  background-color: #ff4a00;
}

.news-wrap {
  margin: 0 -5px;
  position: relative;
  overflow: hidden;
}

.news-wrap .swiper-slide {
  width: 280px;
  margin: 5px 5px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  border: #f5f5f5 solid 1px;
}

.news-wrap .new-cover {
  width: 280px;
  height: 170px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.news-wrap .news-desc {
  width: 280px;
  height: 140px;
  box-sizing: border-box;
  padding: 10px;
  overflow: hidden;
}

.news-wrap h4 {
  font-size: 14px;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news-wrap .news-desc p {
  color: #666;
  text-align: justify;
  font-size: 12px;
  line-height: 20px;
  margin-top: 5px;
  overflow: hidden;
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  height: 80px;
  max-height: 80px;
}

.news-wrap .swiper-button-next,
.news-wrap .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  background-size: 40%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.95);
  border: #f5f5f5 solid 1px;
  z-index: 30;
}

.block-link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.public-right {
  padding: 10px 10px 10px 100px;
  overflow: hidden;
}

video::-webkit-media-controls {
  overflow: hidden !important;
}

video::-webkit-media-controls-enclosure {
  width: calc(100% + 32px);
  margin-left: auto;
}

.clear:after {
  content: '\20';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.view-record {
  position: absolute;
  bottom: 50px;
  left: 0;
  color: #fff;
  z-index: 9999;
  padding: 5px 20px;
  background-color: rgba(0, 0, 0, .5);
  display: none;
}

/*固定的悬浮窗*/

.red-pack {
  width: 40px;
  display: block;
  position: fixed;
  top: 210px;
  right: 0;
  z-index: 20;
  animation: jump 5s linear infinite;
  transform-origin: center center;
  display: none;
}

@keyframes jump {
  85% {
    transform: rotate(0deg);
  }

  90% {
    transform: rotate(-10deg);
  }

  95% {
    transform: rotate(10deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.red-pack img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.go-top{
  position: fixed;
  right: 0;
  margin-right: 1%;
  bottom: 40px;
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  z-index: 80;
  box-shadow: 0 0 10px rgba(255,255,255, 0.6);
  display: none;
  border-radius: 5px;
}
.go-top .iconfont{
  font-size: 1.2rem;
  line-height: 30px;
  color: #EEE;
}

/*   ️⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇ 20190417 活动 ⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇⬇ */

.fd_box {
  height: 117px;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 666;
}

.fd_box01 {
  width: 100%;
  height: 70px;
  position: fixed;
  bottom: 0;
  background: #5359d5;
}

.fd_box02 {
  width: 100%;
  height: 100%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

.fd_gb {
  width: 20px;
  height: 20px;
  margin: 5px 5px 0 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

.fd_tu {
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 0.5%;
}

.fd_tu img {
  display: block;
  width: 100%;
}

.active-wrap {
  padding: 0;
}

.active-banner {
  width: 100%;
  display: block;
}

.active-des {
  width: 100%;
  margin-top: -5%;
}

.active-des h3 {
  text-align: center;
  font-size: 2em;
  margin: 0 0 50px 0;
}

.active-details {
  background: #ffeff7;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  padding: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}

.active-details p {
  text-indent: 2em;
}

.active-btns {
  width: 100%;
  text-align: center;
  margin: 20px 0;
}

.active-btns a {
  display: inline-block;
  text-align: center;
  background: #ffd976;
  padding: 0 30px;
  line-height: 40px;
  font-size: 1rem;
  text-decoration: none;
  color: inherit;
  border-radius: 20px;
  margin: 2% 5%;
}

/*   ⬆⬆⬆⬆⬆⬆⬆⬆⬆⬆⬆⬆⬆⬆⬆⬆⬆⬆⬆⬆⬆⬆ 20190417 活动 ⬆⬆⬆⬆⬆⬆⬆⬆⬆⬆⬆⬆⬆⬆⬆⬆⬆⬆⬆⬆⬆⬆ */

.sitemap h4 {
  text-align: center;
  font-size: 2em;
}

.sitemap dl {
  margin: 20px 0;
  border: #EEE solid 1px;
}

.sitemap dl a {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}

.sitemap dl dt {
  background-color: #EEE;
  font-size: 1.5em;
  line-height: 48px;
  padding: 0 20px;
}

.sitemap dl dd {
  padding: 20px;
}

.sitemap dl dd a {
  display: inline-block;
  margin-right: 20px;
  line-height: 40px;
}

.info-wrap {
  margin: 20px 0;
}

.event-block {
  margin-bottom: 30px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  padding: 20px 10px;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
}

.info-title {
  display: block;
  margin: 30px auto;
  text-align: center;
}

.info-title h1 {
  color: #8e4de1;
  font-size: 1.5rem;
}

.info-sub-title {
  text-align: center;
  margin: 10px 0;
}

.info-upgrade,
.info-upgrade:hover,
.info-upgrade:active {
  width: 60%;
  max-width: 200px;
  display: block;
  margin: 30px auto;
  line-height: 3rem;
  font-size: 1.5rem;
  color: #fff;
  background-color: #ffb400;
  border-radius: 10px;
  text-align: center;
}

.info-adv {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  background-color: #fff8e9;
  box-sizing: border-box;
  padding: 20px 10px;
  overflow: hidden;
}

.info-adv dt {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.info-adv dd p {
  width: 100%;
  max-width: 400px;
  margin: 5px 0;
  font-size: 0.8rem;
}

.info-adv dd {
  overflow: hidden;
}

.info-adv dd p {
  float: left;
}

.info-adv dd p img {
  margin-right: 5px;
}

.info-title img {
  max-width: 70%;
}

.info-join {
  text-align: center;
  margin-bottom: 60px;
}
.info-join a{
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

.join-link {
  width: 60%;
  max-width: 300px;
}

.info-ul {
  width: 100%;
  text-align: center;
  font-size: 0;
}

.info-ul li {
  display: inline-block;
  width: 20%;
  max-width: 260px;
  height: 260px;
  background: #fff;
  position: relative;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  margin: 10px;
  box-sizing: border-box;
  text-align: center;
  color: #333;
  transition: .5s;
  overflow: hidden;
}

.info-ul li img {
  margin: 10% auto;
}

.info-ul li h2 {
  font-size: 1.5rem;
}

.info-ul li p {
  font-size: 0.8rem;
  margin: 10px 0;
}

.info-ul li:hover {
  color: #E9BD6C;
  transform: translate(0, -2%);
}

.info-sub-tab {
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
  margin: 50px 0 30px 0;
}

.info-sub-tab span, .info-sub-tab a{
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

.info-sub-tab a{
  font-size: 1rem;
  color: #f78649;
}

.info-table {
  width: 100%;
  margin: 30px 0 50px 0;
}

.info-table table {
  width: 100%;
  border: #EEE solid 1px;
  margin: 10px 0;
  text-align: center;
}

.info-table table tr.even {
  background: #f9f9f9;
}

.info-table table tr.st1 {
  background-color: rgb(227, 249, 249);
}

.info-table table tr.st2 {
  background-color: rgb(238, 238, 255);
}

.info-table table tr.st3 {
  background-color: rgb(250, 255, 238);
}

.info-table table tr.st4 {
  background-color: rgb(255, 230, 238);
}

.info-table table tr.st5 {
  background-color: rgb(255, 232, 221);
}

.info-table th,
.info-table td {
  padding: 10px 5px;
  border: #DDD solid 1px;
}

.info-table th {
  background: #DDD;
  font-size: 0.8rem;
}

.info-table td {
  font-size: 0.8rem;
}

.info-table td .kc-link{
  text-decoration: underline;
}

.info-table table .vip-col {
  background-color: #fff8e9;
  color: #32b541;
}
.info-table table .vip-col .course-total,.info-table table .vip-total{
  color: #f89520;
  font-size: 1.4rem;
}
.info-table table .vip-buy-btn{
  width: 40px;
  display: inline-block;
  background: #ff4a00;
  color: #FFF;
  font-weight: bold;
  padding: 5px 30px;
  border-radius: 20px;
  margin-top: 50px;
}
.info-table table .vip-icon::after{
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
}
.info-table table .vip-icon.vip-tick::after{
  background-image: url('/static/theme/index/images/vip-tick.png');
  background-size: 90%;
}
.info-table table .vip-icon.vip-cross::after{
  background-image: url('/static/theme/index/images/vip-cross.png');
  background-size: 70%;
}

.table-btn {
  display: inline-block;
  line-height: 1.5;
  padding: 0 10px;
  border-radius: 20px;
  border: #CA9536 solid 2px;
  color: #CA9536;
  margin: 5px 0 0 0;
}

.vip-rule {
  width: 100%;
  margin: 30px 0 50px 0;
}

.vip-rule dl {
  margin: 10px 0;
  overflow: hidden;
}

.vip-rule dl dt {
  font-size: 1rem;
  margin-bottom: 5px;
}

.vip-rule dl dd {
  color: #ff4a00;
  font-size: 0.85rem;
}
.vip-rule dl dd .dd-exp{
  color: #333;
}

.event-bg {
  background-image: url('/static/theme/index/images/vip-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.umsg-ul {
  width: 100%;
}

.umsg-ul li {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 30px;
  background-color: #EEE;
  color: #999;
  margin: 0 0 10px 0;
  opacity: 0.8;
  position: relative;
  overflow: hidden;
}

.umsg-ul li:after {
  content: '已读';
  display: block;
  width: 80px;
  height: 16px;
  line-height: 16px;
  font-size: 12px;
  text-align: center;
  background-color: #999;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  transform-origin: center;
  transform: rotate(45deg);
  margin: 6px -26px 0 0;
}

.umsg-ul li.unread {
  background-color: #999;
  color: #fff;
  opacity: 1;
}

.umsg-ul li.unread .msg-time {
  color: #ccc;
}

.umsg-ul li.unread:after {
  content: '未读';
  background-color: red;
}

.umsg-ul li .msg-title {
  font-weight: bold;
  font-size: 16px;
}

.umsg-ul li .msg-time {
  margin: 0;
  color: #999;
  text-align: right;
  font-size: 12px;
}

.umsg-ul li .msg-content {
  margin: 0;
}

.group-btn-wrap {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}

.group-btn-wrap .btn {
  display: block;
  vertical-align: middle;
  color: #fff;
  height: 34px;
  border: none;
  text-align: center;
  padding: 4px 20px;
  margin: 5px;
  float: left;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.group-price {
  line-height: 18px;
  display: block;
  position: relative;
  z-index: 1;
  font-size: 14px;
  word-break: keep-all;
  white-space: nowrap;
}

.group-info {
  display: block;
  line-height: 14px;
  font-size: 12px;
  filter: alpha(opacity=60);
  position: relative;
  z-index: 1;
  word-break: keep-all;
  white-space: nowrap;
}

.group-process {
  height: 34px;
  display: block;
  float: left;
  padding: 0 12px;
  overflow: hidden;
}

.group-feature {
  display: block;
  overflow: hidden;
}

.group-process i {
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  display: inline-block;
  border: #999 dashed 1px;
  border-radius: 100%;
  margin: 2px 0 2px -10px;
  background-color: #EEE;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  opacity: 0.8;
}

.group-process i.filled {
  border: #FFF solid 1px;
  background-color: #FFF;
  opacity: 1;
}

.group-process i img {
  width: 90%;
  display: block;
  margin: 0 auto;
}

.group-btn-wrap .btn-primary {
  background-color: #0a8cd2;
}

.group-btn-wrap .btn-success {
  background-color: #7bc549;
}

.tuan-list {
  padding: 20px;
  overflow: hidden;
}

.tuan-list li {
  width: 50px;
  height: 50px;
  float: left;
  border: #999 dashed 1px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin-left: -10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  position: relative;
  background-color: #EEE;
  overflow: hidden;
}

.tuan-list li.self {
  border: #000 solid 1px;
  background-color: #333;
}

.tuan-list li.t-member img {
  width: 80%;
  top: 2px;
  opacity: 0.5;
}

.tuan-list li img {
  max-width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.tuan-tip {
  padding: 5px 20px;
  background-color: #e7e1cd;
  color: #f78649;
}

.xq_nr {
  position: relative;
}

.kecheng-cover {
  position: relative;
}

.orange-gradient {
  background-image: -webkit-linear-gradient(left, #f7b67b, #ff8610);
  background-image: -moz-linear-gradient(left, #f7b67b, #ff8610);
  background-image: -o-linear-gradient(left, #f7b67b, #ff8610);
  background-image: -ms-linear-gradient(left, #f7b67b, #ff8610);
  background-image: linear-gradient(to right, #f7b67b, #ff8610);
}

.tuan-sale-tag {
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  color: #FFF;
  box-sizing: border-box;
  padding: 15px 0;
}

.tuan-sale-tag span {
  display: inline-block;
  vertical-align: baseline;
  font-size: 12px;
}

.tuan-sale-tag .o-price {
  padding: 5px 10px;
  margin: 0 5px;
  position: relative;
}

.tuan-sale-tag .o-price:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(10deg);
}

.tuan-sale-tag .currency-icon {
  font-size: 16px;
}

.tuan-sale-tag .t-price {
  font-size: 26px;
}

.tuan-sale-tag .t-type {
  border: #EEE solid 1px;
  position: absolute;
  bottom: 5px;
  right: 5px;
  padding: 0 2px;
  font-size: 12px;
  border-radius: 4px;
  margin: 0;
}

.text-center{
  text-align: center;
}

.zhaomu-layout{
  background: #f0faf7;
  color: #079062;
  padding: 2.5% 5%;
  font-size: 16px;
  overflow: hidden;
}
.zhaomu-layout h2{
  font-size: 1.5em;
  text-align: center;
  margin: 20px 0 0 0;
}
.zhaomu-layout p{
  text-indent: 2em;
  margin: 10px 0;
  font-size: 1.2em;
  line-height: 1.5;
}
.adv-flow{
  width: 100%;
  text-align: center;
  padding: 20px 0;
  font-size: 0;
  overflow: hidden;
}
.adv-flow div{
  width: 15%;
  box-sizing: border-box;
  text-align: center;
  line-height: 18px;
  font-size: 16px;
  position: relative;
  border: #1ea397 solid 2px;
  display: inline-block;
  padding: 10px;
  background: #FFF;
  margin: 0 2%;
}
.adv-flow div::after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: transparent solid 10px;
  border-left-color: #1ea397;
  position: absolute;
  top: 50%;
  right: -22px;
  transform: translate(0,-50%);
}
.adv-flow div:last-child::after{
  display: none;
}
.adv-flow sup{
  position: absolute;
  top: -10px;
  background: #1ea397;
  color: #FFF;
  left: -10px;
  height: 16px;
  width: 16px;
  text-align: center;
  line-height: 16px;
}
.adv-wrap{
  box-sizing: border-box;
  padding: 10px;
  overflow: hidden;
  text-align: center;
}
.adv-wrap h4{
  font-weight: bold;
  font-size: 1.2em;
  margin: 10px 0;
}
.adv-wrap dl{
  max-width: 400px;
  margin: 0 auto;
  overflow: hidden;
}
.adv-wrap dl dt{
  font-weight: bold;
  font-size: 1.2em;
  margin: 15px 0 10px 0;
}
.adv-wrap dl dd{
  margin: 5px 0;
  font-size: 1.2em;
}
.adv-wrap img{
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .mobile-hide {
    display: none;
  }

  .search input {
    width: 120px;
  }

  .center {
    width: 100%;
    min-width: 280px;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
  }

  .tab-mini .tab-title .item {
    padding: 0 5px;
    font-size: 13px;
  }

  .xiangguankc ul li,
  .classmate ul li {
    width: 50%;
  }

  /*.kd1_5, .kd1, .kd2, .kd1_8, .kd3, .kd4, .kd5, .kd6, .kd7, .kd8, .kd9, .kd9_5, .kd10, .kd11, .kd12, .kd13 {*/
  /*	width: auto;*/
  /*}*/
  .kd8 {
    width: 100%;
  }

  .kecheng-cover {
    width: 100%;
    max-width: 1000px;
    margin-bottom: 20px;
    float: none;
  }

  .kecheng-cover img {
    width: 100%;
  }

  .social-share {
    display: none;
  }

  .foot_nav1 ul li {
    margin: 5px 0;
  }

  /* .foot_logo {
    float: none;
    margin: 10px auto;
  } */

  .foot_nav dl {
    font-size: 12px;
  }

  .greet {
    display: none;
  }

  .logo {
    /*width: 100px;*/
  }

  .header_middle {
    overflow: visible;
  }

  .account-info .mobile-menu-triger {
    width: 30px;
    height: 30px;
    display: inline-block;
    position: relative;
  }

  .account-info a {
    font-size: 0.8rem;
    margin-right: 10px;
  }

  .account-info .logout-btn{
    margin-top: 5px;
  }

  .account-info .vip-icon {
    width: 80px;
  }

  .mobile-menu-triger i {
    width: 20px;
    height: 2px;
    display: block;
    background-color: #666;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .mobile-menu-triger i:before,
  .mobile-menu-triger i:after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    position: absolute;
    left: 0;
    background-color: #666;
  }

  .mobile-menu-triger i:before {
    top: -7px;
  }

  .mobile-menu-triger i:after {
    bottom: -7px;
  }

  .nav {
    min-width: auto;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 45px 20px;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    left: -120%;
    z-index: 999;
    margin: 0;
    overflow: hidden;
  }

  .nav ul {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: relative;
    background: rgba(0, 0, 0, 0.8);
    padding-top: 50px;
    transition: .5s;
    margin-left: -100%;
  }

  .nav.show-menu {
    left: 0;
  }

  .nav.show-menu ul {
    margin-left: 0;
  }

  .nav ul li {
    display: block;
    margin: 10px 0;
  }

  .nav ul li:hover {
    background-color: #333;
    color: #fff;
  }

  .nav ul li:hover .slide-nav {
    display: none;
  }

  .nav ul li a {
    color: #999;
    line-height: 2;
    display: block;
    text-align: center;
  }

  .mobile-nav-func {
    width: 100%;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: #666 solid 1px;
    display: block;
    z-index: 10;
  }

  .mobile-nav-func span {
    text-align: center;
    display: block;
    color: #666;
    line-height: 40px;
  }

  .mobile-nav-func .shut-menu {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    transform: rotate(45deg);
  }

  .mobile-nav-func .shut-menu:before,
  .mobile-nav-func .shut-menu:after {
    content: '';
    display: block;
    background: #999;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .mobile-nav-func .shut-menu:before {
    width: 100%;
    height: 2px;
  }

  .mobile-nav-func .shut-menu:after {
    width: 2px;
    height: 100%;
  }

  .filter-wrap dl dt {
    width: 100%;
    float: none;
  }

  .filter-wrap dl dd {
    margin: 0 -10px;
  }

  .guanggao ul li {
    width: 100%;
  }

  .block-title {
    margin: 30px 0 20px 0;
    font-size: 1.5rem;
    text-align: center;
    overflow: hidden;
  }

  .anli ul li {
    width: 100%;
  }

  .anli li .anlitu {
    width: 100%;
    margin: 0 0 10px 0;
    padding-top: 60%;
    float: none;
  }

  .form-group .label,
  .form-group .label1 {
    width: 100%;
    text-align: left;
    float: none;
  }

  .form-group .field,
  .form-group .field1 {
    width: 100%;
    float: none;
  }

  .form-group .input-note {
    /*display: block;*/
    margin: 0 0 0 5px;
  }

  .denglu_window {
    margin: 50px auto;
    float: none;
  }

  .shipin-left {
    height: 300px;
  }

  .shipin-left,
  .shipin-right {
    width: 100%;
    float: none;
  }

  .bijilu>ul {
    height: auto;
    overflow: hidden;
  }

  .public-right {
    clear: both;
    padding: 50px 0;
  }

  .newtu {
    width: 30%;
    padding-top: 22%;
  }

  .huiyuantx {
    height: 80px;
  }

  .huiyuantx img {
    width: 80px;
    height: 80px;
  }

  #mm1 {
    width: 100%;
  }

  .mobile-menu {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    box-sizing: border-box;
    z-index: 150;
    overflow: hidden;
    overflow-y: scroll;
    margin-left: 120%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: .3s;
  }

  .slide-content {
    width: 70%;
    height: 100%;
    background: #f5f5f5;
    position: relative;
    overflow-y: scroll;
  }

  .user-menu-shut {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 120;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.9);
    transform: rotate(45deg);
  }

  .user-menu-shut:before {
    content: "";
    display: block;
    width: 15px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 2px;
  }

  .user-menu-shut:after {
    content: "";
    display: block;
    width: 2px;
    height: 15px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 2px;
  }

  .hy_list ul li {
    height: 34px;
    line-height: 34px;
  }

  .user-menu-triger {
    display: block !important;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 110;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.9);
    margin: 0 !important;
  }

  .user-menu-triger i {
    width: 20px;
    height: 2px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .user-menu-triger:before {
    content: "";
    display: block;
    width: 15px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 2px;
  }

  .user-menu-triger:after {
    content: "";
    display: block;
    width: 15px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 2px;
  }

  .user-menu-show .mobile-menu {
    margin: 0;
  }

  .user-menu-show .user-menu-triger {
    display: none !important;
  }

  .jiangshi .jiangshi-des {
    max-height: 4.2em;
    transition: 0.3s;
  }

  .jiangshi .show-more {
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: 15px;
    border: transparent solid 2px;
    border-bottom-color: #999;
    border-right-color: #999;
    transition: 0.3s;
    transform: rotate(45deg);
  }

  .jiangshi.show-detail .jiangshi-des {
    max-height: 1000px;
  }

  .jiangshi.show-detail .show-more {
    transform: rotate(-135deg);
    bottom: -25px;
  }

  .table-wrap {
    position: relative;
    overflow-x: scroll;
  }

  .overflowx:before,
  .overflowx:after {
    content: "";
    display: block;
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
  }

  .overflowx:before {
    left: 0;
    background: -webkit-linear-gradient(left, #999, transparent);
  }

  .overflowx:after {
    right: 0;
    background: -webkit-linear-gradient(right, #999, transparent);
  }

  .table-wrap table {
    min-width: 1500px;
  }

  #searchform .margin-big-left {
    margin: 0;
  }

  #searchform .padding-big-left {
    padding: 0;
  }

  #searchform .float-left {
    float: none;
  }

  .renwums ul li {
    width: 100%;
  }

  .account-info {
    width: 100%;
    /*text-align: right;*/
  }

  .weixin-show {
    display: none;
  }

  .kc-price-wrap span {
    font-size: 3vw;
  }

  #newBridge {
    /*display: none !important;*/
  }

  .fd_box01 {
    height: 40px;
  }

  .info-ul li {
    display: inline-block;
    width: 96%;
    max-width: 400px;
    height: 300px;
  }
  .sub-filter a{
    font-size: 12px;
  }

}

@media screen and (max-width: 600px) {
  #newBridge #nb_toolbar_wrap{
    display: none !important;
  }
  .foot_nav{
    clear: both;
  }
  .xiangguankc ul li,
  .classmate ul li {
    width: 50%;
  }

  .classmate ul.yh li {
    width: 100%;
  }

  .coupon-ul {
    margin: 15px 0;
  }

  .coupon-ul .coupon-list {
    width: 100%;
    float: none;
    padding: 5px;
    margin: 5px 0;
  }

  .coupon-ul .coupon-list .coupon-name {
    display: inline-block;
    margin-right: 20px;
  }

  .coupon-ul .coupon-list .coupon-v-t {
    display: inline-block;
    line-height: 30px;
  }
}
