html {
  -webkit-text-size-adjust: none;
}
.l-container {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1439px) {
  .l-container {
    max-width: 1200px;
  }
}
@media (max-width: 1279px) {
  .l-container {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media (max-width: 767px) {
  .l-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.mb {
  display: none;
}
.fold-icon {
  display: none !important;
  width: 12px;
  height: 12px;
  background: url("../images/ifold.svg") center no-repeat;
  background-size: cover;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -6px;
  transition: all 0.3s;
  transform: rotateX(180deg);
}
.unfold.fold-icon {
  transform: rotateX(0);
}
@media (max-width: 978px) {
  .unfold.fold-icon {
    background-size: cover;
  }
  .unfold.fold-icon .pc {
    display: none !important;
  }
  .unfold.fold-icon .mb {
    display: block !important;
  }
  .unfold.fold-icon .fold-icon {
    display: block !important;
  }
}
.l-btn {
  height: 48px;
  line-height: 48px;
  padding: 0 30px;
  border: 1px solid #2cc6d0;
  color: #2cc6d0;
  font-size: 16px;
  vertical-align: middle;
  text-align: center;
  transition: all 0.3s;
  border-radius: 4px;
  float: left;
  margin-top: 10px;
  margin-right: 20px;
}
.l-btn + .l-btn {
  margin-right: 0;
}
.l-btn:hover {
  color: #42dde6;
  border: 1px solid #42dde6;
}
.l-btn.red {
  color: #fff;
  border: 1px solid #e6251f;
  background: #e6251f;
}
.l-btn.red:hover {
  background: #ec4e42;
  border-color: #ec4e42;
}
.l-btn.green {
  color: #fff;
  border: 1px solid #2cc6d0;
  background: #2cc6d0;
}
.l-btn.green:hover {
  background: #42dde6;
}
.l-btn.gray {
  color: #505050;
  border: 1px solid #f3f7fd;
  background: #f3f7fd;
}
.l-btn.gray:hover {
  background: #f3f7fd;
  color: #505050;
  border-color: #f3f7fd;
}
.l-btn.orange {
  color: #fff;
  border: 1px solid #f59a23;
  background: #f59a23;
}
.l-btn.orange:hover {
  border: 1px solid #ffa632;
  background: #ffa632;
}
@media (max-width: 978px) {
  .l-btn {
    float: none;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    padding: 0 28px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-right: 10px;
  }
  .l-btn + .l-btn {
    margin-right: 0;
  }
}
.clearfix:after {
  /*伪元素是行内元素 正常浏览器清除浮动方法*/
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
  /*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}
.tab[data-direction="cross"] > .tab_btn > li {
  float: left;
  text-align: center;
}
.tab[data-direction="cross"] > .tab_btn > li > p {
  display: inline-block;
  font-size: 18px;
  color: #505050;
  cursor: pointer;
}
.tab[data-direction="cross"] > .tab_item > li {
  float: left;
}
.tab[data-direction="cross"][data-index="2"] > .tab_btn > li {
  width: 50%;
}
.tab[data-direction="cross"][data-index="3"] > .tab_btn > li {
  width: 33.333%;
}
.tab[data-direction="cross"][data-index="4"] > .tab_btn > li {
  width: 25%;
}
.tab[data-direction="cross"][data-index="5"] > .tab_btn > li {
  width: 20%;
}
.tab[data-direction="cross"][data-index="6"] > .tab_btn > li {
  width: 16.666%;
}
.tab[data-direction="vertical"] > .tab_btn > li > p {
  display: inline-block;
  font-size: 18px;
  color: #505050;
  cursor: pointer;
}
.tab[data-direction="vertical"] > .tab_item > li {
  float: left;
}
.tab[data-direction="vertical"][data-index="2"] > .tab_btn > li {
  width: 50%;
}
.tab[data-direction="vertical"][data-index="3"] > .tab_btn > li {
  width: 33.333%;
}
.tab[data-direction="vertical"][data-index="4"] > .tab_btn > li {
  width: 25%;
}
.tab[data-direction="vertical"][data-index="5"] > .tab_btn > li {
  width: 20%;
}
.tab[data-direction="vertical"][data-index="6"] > .tab_btn > li {
  width: 16.666%;
}
.l-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}
.l-title {
  padding-bottom: 30px;
  font-size: 0;
  text-align: left;
}
.l-title h2 {
  font-size: 30px;
  color: #1a1a1a;
  letter-spacing: 0;
  line-height: 40px;
  font-weight: 500;
}
.l-title p {
  font-size: 16px;
  line-height: 22px;
  margin-top: 15px;
  color: #33465b;
  text-align: center;
}
@media (max-width: 978px) {
  .l-section {
    padding-top: 30px;
    padding-bottom: 36px;
  }
  .l-title {
    padding-bottom: 30px;
    font-size: 0;
  }
  .l-title h2 {
    font-size: 20px;
    font-weight: 400;
  }
}
.mb {
  display: none !important;
}
@media (max-width: 978px) {
  .pc {
    display: none !important;
  }
  .mb {
    display: block !important;
  }
}
.banner {
  background: url(../images/banner-bg.jpg) center no-repeat;
  background-size: cover;
  padding-top: 60px;
}
.banner .l-container {
  position: relative;
}
.banner .banner-main {
  line-height: 400px;
  height: 400px;
}
.banner .banner-main .banner-info {
  display: inline-block;
  vertical-align: middle;
  line-height: 1rem;
}
.banner .banner-main h1 {
  font-size: 42px;
  color: #1a1a1a;
  letter-spacing: 0;
  line-height: 48px;
  font-weight: 500;
  margin-bottom: 40px;
  text-align: left;
}
.banner .banner-main p {
  font-size: 18px;
  color: #505050;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 400;
  text-align: left;
}
@media (max-width: 978px) {
  .banner {
    background: url(../images/banner-bg-mb.jpg) center no-repeat;
    background-size: cover;
    height: 209px;
  }
  .banner .l-container {
    position: relative;
    height: 100%;
    padding: 0 30px;
  }
  .banner .banner-main {
    float: none;
    line-height: 0;
    height: auto;
    width: 100%;
    text-align: left;
    padding-right: 0;
    padding-top: 70px;
    margin-bottom: 0px;
  }
  .banner .banner-main .banner-info {
    display: inline-block;
    vertical-align: middle;
    line-height: 1rem;
    text-align: center;
  }
  .banner .banner-main h1 {
    font-size: 28px;
    color: #1a1a1a;
    letter-spacing: 0;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .banner .banner-main p {
    font-size: 16px;
    color: #505050;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 400;
  }
}
.l-nav {
  background: #fff;
  height: 64px;
}
.l-nav ul {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
.l-nav ul li {
  float: left;
  margin-right: 60px;
}
.l-nav ul li:hover a,
.l-nav ul li.active a {
  color: #2cc6d0;
}
.l-nav ul a {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #1a1a1a;
  letter-spacing: 0;
  line-height: 64px;
  font-weight: 400;
  transition: all 0.3s;
  position: relative;
}
.l-nav ul a:after {
  content: "";
  height: 3px;
  background: #07c5d5;
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0;
}
.l-nav ul li.active a:after {
  left: 0%;
  right: 0%;
}
.l-nav.scroll-fixed {
  position: fixed;
  top: 72px;
  left: 0;
  right: 0;
  z-index: 1;
}
.l-nav.scroll-fixed + #manage {
  margin-top: 60px;
}
@media (max-width: 1279px) {
  .l-nav ul {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media (max-width: 978px) {
  .l-nav {
    background: #ffffff;
    height: 56px;
    overflow-x: auto;
  }
  .l-nav::-webkit-scrollbar {
    display: none;
  }
  .l-nav ul {
    max-width: 99999px;
    width: 725px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
  }
  .l-nav ul li {
    float: left;
    margin-right: 50px;
  }
  .l-nav ul li.active a {
    color: #2cc6d0;
  }
  .l-nav ul li.active a:after {
    left: 0%;
    right: 0%;
  }
  .l-nav ul li:hover a {
    color: #2cc6d0;
  }
  .l-nav ul a {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #000;
    line-height: 56px;
    transition: all 0.3s;
    position: relative;
  }
  .l-nav.scroll-fixed + #manage {
    margin-top: 40px;
  }
}
.detail-content {
  background: #f4f5fa;
  padding-top: 40px;
}
.detail-content .l-container {
  display: flex;
  padding-bottom: 40px;
  padding-top: 40px;
}
.detail-content .l-content {
  width: calc( 100% - 300px );
  margin-right: 20px;
}
.detail-content .l-content > ul {
  margin-bottom: 60px;
}
.detail-content .l-content > ul li {
  padding: 10px;
  background: #fff;
  margin-bottom: 30px;
  border-radius: 10px;
}
.detail-content .l-content > ul li a {
  display: flex;
  align-items: center;
}
.detail-content .l-content > ul li .img-box {
  width: 322px;
  font-size: 0;
  margin-right: 30px;
}
.detail-content .l-content > ul li .img-box img {
  width: 100%;
  border-radius: 8px;
}
.detail-content .l-content > ul li .info-box {
  width: calc( 100% - 352px );
  padding-right: 20px;
}
.detail-content .l-content > ul li .info-box h3 {
  font-size: 20px;
  color: #1a1a1a;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 20px;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.detail-content .l-content > ul li .info-box p {
  font-size: 14px;
  color: #505050;
  letter-spacing: 0;
  text-align: justify;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.detail-content .l-content > ul li .info-box .time {
  font-size: 14px;
  color: #999999;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 0;
}
.detail-content .l-content > ul li .info-box .time i {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../images/xw-time.svg);
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -2px;
}
.detail-content .l-content > ul li a:hover h3 {
  color: #2cc6d0;
}
.detail-content .r-content {
  width: 320px;
}
.detail-content .r-content .search {
  width: 320px;
  height: 48px;
  background: #ffffff;
  margin-bottom: 20px;
  position: relative;
  border-radius: 8px;
}
.detail-content .r-content .search input {
  font-size: 14px;
  color: #505050;
  letter-spacing: 0;
  line-height: 48px;
  font-weight: 400;
  display: inline-block;
  width: 100%;
  height: 48px;
  margin-bottom: 15px;
  border-radius: 8px;
  padding-left: 45px;
  overflow: hidden;
  background: #fff;
  border: none;
  transition: all 0.3s;
}
.detail-content .r-content .search input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999999;
}
.detail-content .r-content .search input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
}
.detail-content .r-content .search input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
}
.detail-content .r-content .search input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999999;
}
.detail-content .r-content .search i {
  width: 16px;
  height: 16px;
  background: url(../images/search-icon.svg) center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 20px;
  top: 17px;
  cursor: pointer;
}
.detail-content .r-content .list_1 {
  padding: 20px;
  padding-bottom: 1px;
  background: #fff;
  margin-bottom: 20px;
  border-radius: 8px;
}
.detail-content .r-content .list_1 .title_s {
  font-size: 16px;
  color: #1a1a1a;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  padding-left: 10px;
  position: relative;
}
.detail-content .r-content .list_1 .title_s:after {
  position: absolute;
  left: 0;
  top: 5px;
  content: "";
  width: 2px;
  height: 16px;
  background: #2cc6d0;
}
.detail-content .r-content .list_1 .display-inline-flex {
  margin-bottom: 20px;
}
.detail-content .r-content .list_1 .display-inline-flex img {
  width: 100%;
  border-radius: 4px;
  margin-bottom: 15px;
}
.detail-content .r-content .list_1 .display-inline-flex p {
  font-size: 14px;
  color: #505050;
  letter-spacing: 0;
  text-align: justify;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 20px;
}
.detail-content .r-content .list_1 .display-inline-flex a {
  float: none;
  display: inline-block;
  margin: 0;
  line-height: 36px;
  height: 36px;
}
.detail-content .r-content .list_1:last-child .display-inline-flex a .text_p {
  -webkit-line-clamp: 3;
  margin-bottom: 0;
}
.detail-content .r-content .list_2 {
  padding-bottom: 1px;
  margin-bottom: 20px;
  border-radius: 8px;
  background: #fff;
  background-size: 100% 65px;
  transition: all 0.3s;
}
.detail-content .r-content .list_2 > div {
  padding: 20px;
}
.detail-content .r-content .list_2 .title_s {
  font-size: 16px;
  color: #1a1a1a;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 500;
  padding-left: 10px;
  position: relative;
}
.detail-content .r-content .list_2 .title_s i {
  width: 16px;
  height: 16px;
  background: url(https://www.beisen.com/public/mobile/about/about_list/src/images/fold-icon.svg) center no-repeat;
  background-size: cover;
  position: absolute;
  right: 0px;
  top: 5px;
  transition: all 0.3s;
  transform: rotateX(180deg);
}
.detail-content .r-content .list_2 .title_s i.unfold {
  transform: rotateX(0deg);
}
.detail-content .r-content .list_2 .title_s:after {
  position: absolute;
  left: 0;
  top: 5px;
  content: "";
  width: 2px;
  height: 16px;
  background: #2cc6d0;
}
.detail-content .r-content .list_2 .display-inline-flex {
  padding-top: 0;
  padding-bottom: 10px;
}
.detail-content .r-content .list_2 .display-inline-flex a {
  font-size: 14px;
  color: #505050;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  padding-left: 20px;
}
.detail-content .r-content .list_2 .display-inline-flex a i {
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 2px;
  background: url(../images/fire.svg);
}
.detail-content .r-content .list_2 .display-inline-flex a:hover {
  color: #2cc6d0;
}
.detail-content .r-content .list_2:nth-child(4) .display-inline-flex {
  display: block;
}
.detail-content .r-content .list_3 {
  padding-bottom: 1px;
  margin-bottom: 20px;
  border-radius: 8px;
  background: #fff;
  background-size: 100% 65px;
  transition: all 0.3s;
}
.detail-content .r-content .list_3 .img-box {
  font-size: 0;
  padding: 20px 0px;
  text-align: center;
  background: url(../images/wchat-bg.jpg) center no-repeat;
  background-size: 100% 100%;
}
.detail-content .r-content .list_3 .img-box img {
  display: inline-block;
  height: 180px;
}
.detail-content .r-content .list_3 .info-box {
  padding: 20px 0;
  text-align: center;
}
.detail-content .r-content .list_3 .info-box h3 {
  font-size: 20px;
  color: #1a1a1a;
  letter-spacing: 0;
  text-align: center;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 5px;
}
.detail-content .r-content .list_3 .info-box h3 i {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  background: url(../images/wchat-icon.svg);
}
.detail-content .r-content .list_3 .info-box p {
  font-size: 14px;
  color: #505050;
  letter-spacing: 0;
  text-align: center;
  line-height: 20px;
  font-weight: 400;
}
@media (max-width: 978px) {
  .detail-content {
    background: #f4f5fa;
    padding-top: 12px;
    padding-bottom: 0;
  }
  .detail-content .l-container {
    display: block;
    padding-bottom: 0;
  }
  .detail-content .l-content {
    width: 100%;
    margin-right: 0px;
    padding-top: 60px;
  }
  .detail-content .l-content > ul {
    margin-bottom: 0;
  }
  .detail-content .l-content > ul li {
    padding: 0px;
    background: #fff;
    margin-bottom: 20px;
    box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.07);
    border-radius: 12px;
    overflow: hidden;
  }
  .detail-content .l-content > ul li a {
    display: block;
    align-items: center;
  }
  .detail-content .l-content > ul li .img-box {
    width: 100%;
    font-size: 0;
    margin-right: 0px;
  }
  .detail-content .l-content > ul li .img-box img {
    width: 100%;
  }
  .detail-content .l-content > ul li .info-box {
    width: 100%;
    padding-right: 0px;
    padding: 15px 20px 30px;
  }
  .detail-content .l-content > ul li .info-box h3 {
    font-size: 20px;
    color: #1a1a1a;
    letter-spacing: 0;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 20px;
    transition: all 0.3s;
  }
  .detail-content .l-content > ul li .info-box p {
    font-size: 14px;
    color: #505050;
    letter-spacing: 0;
    text-align: justify;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .detail-content .l-content > ul li .info-box .time {
    font-size: 14px;
    color: #999999;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 0;
  }
  .detail-content .l-content > ul li .info-box .time i {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../images/xw-time.svg);
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -2px;
  }
  .detail-content .l-content > ul li a:hover h3 {
    color: #2cc6d0;
  }
  .detail-content .r-content {
    width: calc( 100% + 35px );
    padding-top: 10px;
    margin-left: -20px;
  }
  .detail-content .r-content .search {
    width: calc( 100% - 40px);
    height: 36px;
    background: #ffffff;
    margin-bottom: 20px;
    position: relative;
    border-radius: 18px;
    position: absolute;
    top: 345px;
    left: 20px;
    right: 20px;
  }
  .detail-content .r-content .search input {
    font-size: 14px;
    color: #505050;
    letter-spacing: 0;
    line-height: 36px;
    font-weight: 400;
    display: inline-block;
    border: none;
    border-radius: 18px;
    width: 100%;
    height: 36px;
    margin-bottom: 15px;
    border-radius: 36px;
    padding-left: 35px;
    overflow: hidden;
    background: #fff;
    transition: all 0.3s;
  }
  .detail-content .r-content .search input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999999;
  }
  .detail-content .r-content .search input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999999;
  }
  .detail-content .r-content .search input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999999;
  }
  .detail-content .r-content .search input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999999;
  }
  .detail-content .r-content .search i {
    width: 16px;
    height: 16px;
    background: url(../images/search-icon.svg) center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 15px;
    top: 10px;
    cursor: pointer;
  }
  .detail-content .r-content .list_1 {
    padding: 20px;
    padding-bottom: 1px;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 8px;
  }
  .detail-content .r-content .list_1 .title_s {
    font-size: 16px;
    color: #1a1a1a;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 20px;
    padding-left: 10px;
    position: relative;
  }
  .detail-content .r-content .list_1 .title_s:after {
    position: absolute;
    left: 0;
    top: 5px;
    content: "";
    width: 2px;
    height: 16px;
    background: #2cc6d0;
  }
  .detail-content .r-content .list_1 .display-inline-flex img {
    margin-bottom: 10px;
  }
  .detail-content .r-content .list_1 .display-inline-flex a {
    width: 100%;
    text-align: center;
  }
  .detail-content .r-content .list_2 {
    padding-bottom: 1px;
    margin-bottom: 0px;
    border-radius: 8px;
    background: #fff;
    background-size: 100% 65px;
    transition: all 0.3s;
  }
  .detail-content .r-content .list_2 > div {
    padding: 20px;
  }
  .detail-content .r-content .list_2 .title_s {
    font-size: 16px;
    color: #1a1a1a;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500;
    padding-left: 10px;
    position: relative;
  }
  .detail-content .r-content .list_2 .title_s i {
    width: 16px;
    height: 16px;
    background: url(https://www.beisen.com/public/mobile/about/about_list/src/images/fold-icon.svg) center no-repeat;
    background-size: cover;
    position: absolute;
    right: 0px;
    top: 5px;
    transition: all 0.3s;
    transform: rotateX(180deg);
  }
  .detail-content .r-content .list_2 .title_s i.unfold {
    transform: rotateX(0deg);
  }
  .detail-content .r-content .list_2 .title_s:after {
    position: absolute;
    left: 0;
    top: 5px;
    content: "";
    width: 2px;
    height: 16px;
    background: #2cc6d0;
  }
  .detail-content .r-content .list_2 .display-inline-flex {
    padding-top: 0;
    padding-bottom: 10px;
  }
  .detail-content .r-content .list_2 .display-inline-flex a {
    font-size: 14px;
    color: #505050;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    transition: all 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    padding-left: 20px;
  }
  .detail-content .r-content .list_2 .display-inline-flex a i {
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 2px;
    background: url(../images/fire.svg);
  }
  .detail-content .r-content .list_2 .display-inline-flex a:hover {
    color: #2cc6d0;
  }
  .detail-content .r-content .list_2:nth-child(4) .display-inline-flex {
    display: block;
  }
  .detail-content .r-content .list_3 {
    padding-bottom: 1px;
    margin-bottom: 0px;
    border-radius: 8px;
    background: #fff;
    background-size: 100% 65px;
    transition: all 0.3s;
  }
  .detail-content .r-content .list_3 .img-box {
    font-size: 0;
    padding: 30px 0px;
    text-align: center;
    background: url(../images/wchat-bg.jpg) center no-repeat;
    background-size: 100% 100%;
  }
  .detail-content .r-content .list_3 .img-box img {
    display: inline-block;
    height: 150px;
  }
  .detail-content .r-content .list_3 .info-box {
    padding: 20px 0;
    text-align: center;
  }
  .detail-content .r-content .list_3 .info-box h3 {
    font-size: 20px;
    color: #1a1a1a;
    letter-spacing: 0;
    text-align: center;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 5px;
  }
  .detail-content .r-content .list_3 .info-box h3 i {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    background: url(../images/wchat-icon.svg);
  }
  .detail-content .r-content .list_3 .info-box p {
    font-size: 14px;
    color: #505050;
    letter-spacing: 0;
    text-align: center;
    line-height: 20px;
    font-weight: 400;
  }
  .detail-content #paginationmb {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
@keyframes pagination {
  0% {
    right: 100%;
  }
  100% {
    right: 0;
  }
}
