.pc_ycc {
  background: #F4F4F4;
  padding-top: 100px;
}
.white_100 {
  width: 100%;
  background: #fff;
}
.top-header {
  padding: 20px 0;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.top-header .head {
  font-size: 12px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top-header .head .icon-name {
  display: block;
  font-weight: bold;
  font-size: 24px;
}
.top-header .head .head-text {
  word-break: keep-all;
}
.top-header .title {
  margin-left: 40px;
  position: relative;
  z-index: 0;
  font-size: 16px;
}
.top-header .title .text-line {
  width: 100%;
  display: block;
  height: 4px;
  border-radius: 8px;
  background: transparent;
}
.top-header .title .typeClass {
  position: absolute;
  top: 28px;
  left: -25%;
  width: 150%;
  z-index: 2;
  display: none;
  padding: 10px 0;
  color: #FFF;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}
.top-header .title .typeName {
  padding-bottom: 10px;
  word-break: keep-all;
  display: inline-block;
}
.top-header .title .typeName:hover {
  color: #FF4E4E;
}
.top-header .title:hover {
  color: #FF4E4E;
  cursor: pointer;
}
.top-header .title:hover .typeClass {
  display: block;
}
.top-header .active {
  color: #FF4E4E;
}
.top-header .active .text-line {
  background: #FF4E4E;
}
.index-banner-img {
  width: 100%;
}
.classname-box {
  padding: 20px 0;
  justify-content: space-between;
  font-size: 16px;
}
.classname-box .classname_item {
  color: #333;
  cursor: pointer;
}
.classname-box .line {
  width: 100%;
  display: block;
  height: 4px;
  border-radius: 8px;
  margin-top: 5px;
  background: transparent;
}
.classname-box .active {
  color: #2F88FF;
}
.classname-box .active .line {
  background: #2F88FF;
}
.classname-box .ycc_active {
  color: #FF4E4E;
}
.classname-box .ycc_active .line {
  background: #FF4E4E;
}
.about_us {
  flex-wrap: wrap;
  padding: 28px 0;
  align-items: stretch;
  flex-shrink: 0;
  min-height: 300px;
  justify-content: space-around;
}
.about_us .about-item {
  width: 47%;
}
.about_us .about-item:first-child {
  margin-bottom: 20px;
}
.about_us .about-item .line {
  background: #FF4E4E;
  width: 5px;
  display: inline-block;
  height: 16px;
  border-radius: 8px;
  margin: 1px 5px -1px;
}
.about_us .about-item .title {
  color: #333;
}
.about_us .about-item .title_left {
  text-align: left;
  font-size: 18px;
}
.about_us .about-item .title_right {
  text-align: right;
  font-size: 18px;
}
.about_us .title {
  font-size: 15px;
  color: #979797;
  margin-bottom: 15px;
}
.about_us .title .into-us {
  color: #333333;
  font-size: 28px;
}
.about_us .title .diff {
  color: #10A78B;
}
.about_us .title .diff_yjj {
  color: #2F88FF;
}
.about_us .title .diff_ycc {
  color: #FF4E4E;
}
.about_us .title-active {
  font-size: 28px;
  margin-right: 20px;
  background: linear-gradient(315deg, #FF4E4E 0%, #FEB381 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about_us .about_text {
  font-size: 17px;
  line-height: 40px;
}
.about_us .into_us_text {
  font-size: 15px;
  line-height: 30px;
}
.about_us .img_guarantee {
  background: #fff;
  box-shadow: 1px 1px 6px #fff;
  border: 5px solid #fff;
}
.about_us .video-box {
  position: relative;
  z-index: 1;
  padding: 0 30px;
}
.about_us .video-box .videosrc {
  width: 100%;
  background: #eee;
  box-shadow: 1px 1px 6px #dddd;
  border: 5px solid #eee;
  margin-top: 3%;
}
.about_us .video-box .video_height {
  max-height: 300px;
}
.about_us .video-box .item_into_us {
  border: 5px solid #fff;
  background: #fff;
  box-shadow: 1px 1px 6px #fff;
}
.about_us .video-box .video-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  height: 100%;
  width: 90px;
  background: #FF4E4E;
}
.about_us .video-box .into_img_bg {
  background: #10A78B;
}
.about_us .video-box .into_yjj_bg {
  background: #2F88FF;
}
.bottom-footer {
  font-size: 14px;
  background: #5E5D5D;
  color: #fff;
  padding: 70px 0;
  text-align: center;
}
.bottom-footer span {
  display: inline-block;
  word-break: keep-all;
}
.index-text-box {
  padding: 40px 0;
}
.index-text-box .index-title {
  text-align: center;
}
.index-text-box .index-title .title-text {
  font-size: 21px;
  padding-bottom: 20px;
}
.index-text-box .index-title .title-box {
  font-size: 16px;
}
.index-text-box .index-title .title-box .text-line {
  width: 54px;
  display: block;
  height: 4px;
  border-radius: 8px;
  background: transparent;
  margin: 0 auto;
}
.index-text-box .index-title .title-box .active {
  color: #FF4E4E;
}
.index-text-box .index-title .title-box .active .text-line {
  background: #FF4E4E;
}
.index-text-box .index-title .title:hover {
  cursor: pointer;
}
.index-text-box .title-mess {
  margin: 20px 0;
}
.index-text-box .title-mess .mess-box {
  align-items: flex-start;
  background: url('../images/index-mess-bg.png') repeat left top;
  background-size: 100%;
  position: relative;
  z-index: 0;
}
.index-text-box .title-mess .mess-box .see_more {
  position: absolute;
  right: 30px;
  bottom: 30px;
  border-radius: 40px;
  padding: 2px;
  box-sizing: border-box;
  background: linear-gradient(133deg, #feb381, #ff4e4e);
}
.index-text-box .title-mess .mess-box .more-box {
  background: #fff;
  border-radius: 40px;
}
.index-text-box .title-mess .mess-box .see_text {
  display: inline-block;
  width: 100%;
  padding: 5px 15px;
  background: linear-gradient(315deg, #FF4E4E 0%, #FEB381 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.index-text-box .title-mess .more_overflow {
  height: 250px;
  overflow: auto;
  font-size: 16px;
}
.index-text-box .title-mess .el-carousel__container {
  height: 400px;
}
.index-text-box .title-mess .img-mess {
  width: 50%;
}
.index-text-box .title-mess .img-logo {
  width: 20%;
  margin-right: 10px;
}
.index-text-box .title-mess .logo_title_0 {
  color: #16AEF4;
}
.index-text-box .title-mess .logo_title_1 {
  color: #FF4E4E;
}
.index-text-box .title-mess .logo_title_2 {
  color: #10A78B;
}
.index-text-box .title-mess .mess-item {
  padding: 40px;
}
.index-text-box .title-mess .mess-name {
  font-size: 20px;
}
.index-text-box .title-mess .logo-box {
  padding: 20px 0;
  font-size: 14px;
}
.index-text-box .title-mess .mess-title {
  font-size: 12px;
  color: red;
}
.index-text-box .title-mess .el-carousel__item--card.is-in-stage {
  opacity: 0.4;
}
.index-text-box .title-mess .el-carousel__item--card.is-active {
  opacity: 1;
}
.index-text-box .min-phone {
  display: none;
}
.img-list {
  flex-wrap: wrap;
}
.img-list .img-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.img-list .img-content .list-title {
  padding: 20px ;
  align-items: flex-end;
  font-size: 20px;
  color: #fff;
}
.img-list .img-content .list-title .line {
  width: 3px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 3px;
  background: #FF4E4E;
}
.img-list .img-content .img-blur {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #8BD4E4, transparent);
  border-radius: 15px 0 0 0;
}
.img-list .img_mask {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 40px;
  display: none;
  box-sizing: border-box;
  border-radius: 15px 0 0 0;
  font-size: 14px;
}
.img-list .img_mask .img-text {
  height: 100%;
  overflow: auto;
}
.img-list .list-first {
  width: 66%;
  margin-bottom: 10px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.img-list .list-first .img {
  width: 100%;
  border-radius: 15px 0 0 0 ;
}
.img-list .list-first .img-blur {
  background: linear-gradient(90deg, #8BD4E4, transparent);
}
.img-list .list-first:hover .img_mask {
  display: block;
}
.img-list .list-second {
  position: relative;
  z-index: 0;
  width: 32%;
  margin-left: 2%;
  margin-bottom: 10px;
  overflow: hidden;
}
.img-list .list-second:nth-child(2) .img-blur {
  border-radius: 0 15px 0 0;
  background: linear-gradient(90deg, #77A9EC, transparent);
}
.img-list .list-second:nth-child(2) .img_mask {
  border-radius: 0 15px 0 0;
}
.img-list .list-second:nth-child(3) {
  margin-left: 0;
  border-radius: 0 0 0 15px;
}
.img-list .list-second:nth-child(3) .img-blur {
  border-radius: 0 0 0 15px;
  background: linear-gradient(90deg, #15A99E, transparent);
}
.img-list .list-second:nth-child(3) .img_mask {
  border-radius: 0 0 0 15px;
}
.img-list .list-second:nth-child(4) .img-blur {
  border-radius: 0;
  background: linear-gradient(90deg, #3F3FB1, transparent);
}
.img-list .list-second:nth-child(4) .img_mask {
  border-radius: 0;
}
.img-list .list-second:nth-child(5) {
  border-radius: 0 0 15px 0;
}
.img-list .list-second:nth-child(5) .img-blur {
  border-radius: 0 0 15px 0;
  background: linear-gradient(90deg, #3F3FB1, transparent);
}
.img-list .list-second:nth-child(5) .img_mask {
  border-radius: 0 0 15px 0;
}
.img-list .list-second:hover .img_mask {
  display: block;
}
.synopsis {
  padding: 20px 0;
  justify-content: space-between;
  flex-wrap: wrap;
}
.synopsis .sy-item {
  width: 31%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px #ddd;
  padding: 10px 40px;
  text-align: center;
  box-sizing: border-box;
  min-height: 200px;
  font-size: 14px;
}
.synopsis .sy_ycc {
  width: 24%;
}
.synopsis .sy-icon {
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 auto;
}
.synopsis .item-title {
  font-weight: bold;
  padding-bottom: 10px;
  font-size: 28px;
  color: #333;
}
.synopsis .fontwe {
  font-weight: bold;
}
.synopsis .text-0 {
  color: #7B79FF;
  font-weight: bold;
}
.synopsis .text-1 {
  color: #10A78B;
  font-weight: bold;
}
.synopsis .text-2 {
  color: #FF9552;
  font-weight: bold;
}
.synopsis .text_yjj_0 {
  font-weight: bold;
  color: #7B79FF;
}
.synopsis .text_yjj_1 {
  font-weight: bold;
  color: #2F88FF;
}
.synopsis .text_yjj_2 {
  font-weight: bold;
  color: #FF9552;
}
.synopsis .text-ycc-0 {
  color: #1E92AC;
  font-weight: bold;
}
.synopsis .text-ycc-1 {
  color: #697EFF;
  font-weight: bold;
}
.synopsis .text-ycc-2 {
  color: #62D6E5;
  font-weight: bold;
}
.synopsis .text-ycc-3 {
  color: #0066EB;
  font-weight: bold;
}
.product {
  margin-bottom: 50px;
}
.product .product-title {
  color: #333;
  font-size: 30px;
  text-align: center;
  margin-top: 20px;
}
.product .product-name {
  color: #333;
  font-size: 28px;
  margin: 20px 0;
  justify-content: center;
}
.product .product-name .name-line {
  display: inline-block;
  width: 10%;
  height: 1px;
  margin: 0 3%;
  background: #333;
}
.product .product-list {
  background: #fff;
  color: #fff;
  padding: 10px;
  flex-wrap: wrap;
}
.product .product-list .list-item {
  width: 33.25%;
  position: relative;
  z-index: 0;
  border: 1px solid #fff;
  overflow: hidden;
}
.product .product-list .list-item .item-img {
  width: 100%;
}
.product .product-list .list-item:hover .list_mask {
  display: block;
}
.product .product-list .list-item:hover .item-img {
  transform: scale(1.2);
  transition: all 0.5s linear;
}
.product .product-list .list_mask {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(121, 190, 168, 0.9);
}
.product .product-list .yjj_mask {
  background: rgba(151, 195, 255, 0.9);
}
.product .product-list .ycc_mask {
  background: rgba(228, 135, 132, 0.9);
}
.product .product-list .mask_item {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 85%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 13px;
  z-index: 1;
}
.product .product-list .mask_item .list-span {
  border: 1px solid #fff;
  padding: 0 10px;
  display: inline-block;
  margin-bottom: 10px;
  border-radius: 30px;
  font-size: 18px;
}
.news-content {
  padding: 30px 0;
}
.news-content .banner-box {
  align-items: flex-start;
  margin-bottom: 20px;
}
.news-content .banner-box .banner {
  width: 60%;
}
.news-content .banner-box .banner .banner-img {
  width: 100%;
}
.news-content .banner-box .banner .el-carousel__container {
  min-height: 435px;
  position: relative;
  z-index: 0;
}
.news-content .banner-box .banner-pre .banner_text {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  line-height: 40px;
  text-indent: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.news-content .banner-box .banner-list {
  margin-left: 20px;
  width: 40%;
}
.news-content .banner-news {
  background: #fff;
  font-size: 12px;
  color: #333;
  padding: 10px 20px 0;
  margin-bottom: 10px;
}
.news-content .banner-news:last-child {
  margin-bottom: 0;
}
.news-content .banner-news .news_title {
  font-size: 17px;
  margin-bottom: 5px;
}
.news-content .banner-news .bottom-time {
  justify-content: space-between;
  margin-top: 5px;
  padding: 5px 0;
  border-top: 1px solid;
  border-image: linear-gradient(205deg, rgba(151, 151, 151, 0), #979797, #979797, rgba(0, 0, 0, 0), rgba(151, 151, 151, 0)) 1 1;
}
.news-content .banner-news .img-box {
  width: 20px;
  height: 20px;
  background: url('../images/block-arraw.png') no-repeat center center;
}
.news-content .banner-news .day {
  font-size: 18px;
}
.news-content .banner-news:hover {
  cursor: pointer;
  background: #143871;
  color: #fff;
}
.news-content .banner-news:hover .bottom-time {
  border-image: linear-gradient(205deg, rgba(255, 255, 255, 0), #fff, #fff, #143871, rgba(255, 255, 255, 0)) 1 1;
}
.news-content .banner-news:hover .img-box {
  background: url('../images/while-arraw.png') no-repeat center center;
}
.news-content .news-dynamic {
  padding: 20px 30px;
}
.news-content .news-dynamic .dynamic-title {
  font-size: 14px;
  width: 100%;
}
.news-content .news-dynamic .dynamic-title .name {
  width: 80px;
  display: block;
  text-align: center;
  margin-bottom: 5px;
}
.news-content .news-dynamic .title-line {
  width: 100%;
  height: 2px;
  background: #EBEBEB;
}
.news-content .news-dynamic .title-line .line {
  background: #FF4E4E;
  width: 80px;
  height: 2px;
  display: block;
}
.news-content .news-dynamic .list-item {
  padding: 30px 0;
  border-bottom: 1px solid #EBEBEB;
  font-size: 12px;
  color: #333;
}
.news-content .news-dynamic .list-item .mess-name {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
}
.news-content .news-dynamic .list-item .img-item {
  width: 20%;
}
.news-content .news-dynamic .list-item .item-mess {
  width: 75%;
  margin-left: 2%;
}
.news-content .news-dynamic .list-item .item-time {
  justify-content: space-between;
  padding: 10px 0;
}
.news-content .news-dynamic .list-item .time-text {
  color: #FF4E4E;
}
.news-content .news-dynamic .list-item .time-text:hover {
  cursor: pointer;
}
.news-content .list-pages {
  justify-content: flex-end;
  padding: 30px 0;
}
.news_detail {
  font-size: 13px;
  color: #000;
  padding-bottom: 20px;
  align-items: flex-start;
  padding-top: 20px;
}
.news_detail .detail {
  width: 70%;
  border-right: 2px solid #EBEBEB;
  padding-right: 10px;
}
.news_detail .detail .title-tips {
  padding: 10px 0 ;
  font-size: 12px;
}
.news_detail .detail .title {
  font-size: 25px;
}
.news_detail .recommend {
  background: #fff;
  font-size: 13px;
  color: #333;
  width: 28%;
  padding: 10px;
  margin-left: 5px;
  box-shadow: 0 0 3px #eee;
}
.news_detail .recommend .name-tips {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
}
.news_detail .recommend .next-box {
  color: #979797;
  margin-bottom: 10px;
}
.news_detail .recommend .next-box .next-text {
  color: #333;
  font-size: 14px;
  margin-bottom: 5px;
}
.news_detail .recommend .next-box:hover {
  cursor: pointer;
}
.news_detail .recommend .relevant {
  margin-bottom: 10px;
}
.news_detail .recommend .relevant-item:hover {
  color: #FF7A7A;
  cursor: pointer;
}
.content-box {
  margin: 0 auto;
}
@media (min-width: 1920px) {
  .content-box {
    width: 1200px;
  }
}
@media (min-width: 1200px) and (max-width: 1920px) {
  .content-box {
    width: 1000px;
  }
  .index-text-box .title-mess .mess-item {
    padding: 34px 40px;
    font-size: 14px;
  }
  .index-text-box .title-mess .more_overflow {
    height: 250px;
    overflow: auto;
    font-size: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .content-box {
    width: 992px;
  }
  .top-header .head {
    font-size: 12px;
  }
  .top-header .icon-name {
    font-size: 18px;
  }
  .top-header .title {
    margin-left: 30px;
  }
  .about_us {
    padding: 30px;
  }
  .about_us .about-item {
    width: 100%;
  }
  .about_us .guarantee {
    width: 47%;
  }
  .about_us .title .into-us {
    font-size: 24px;
  }
  .index-text-box .title-mess .mess-item {
    padding: 30px;
    font-size: 14px;
  }
  .index-text-box .title-mess .img-logo {
    margin-right: 10px;
  }
  .index-text-box .title-mess .mess-name {
    font-size: 18px;
  }
  .index-text-box .title-mess .logo-box {
    padding: 4px 0;
    font-size: 14px;
  }
  .index-text-box .title-mess .mess-box .see_more {
    bottom: 20px;
    right: 20px;
    font-size: 13px;
  }
  .index-text-box .title-mess .more_overflow {
    height: 140px;
    overflow: auto;
    font-size: 13px;
  }
  .img-list .img_mask {
    font-size: 14px;
    padding: 30px;
  }
  .img-list .img-content .list-title {
    font-size: 18px;
  }
  .news-content {
    padding: 20px;
  }
  .news-content .banner-box.banner.el-carousel__container {
    height: 430px;
  }
  .bottom-footer {
    font-size: 13px;
    padding: 50px 0;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .content-box {
    width: 768px;
  }
  .top-header .head {
    font-size: 6px;
  }
  .top-header .icon-name {
    font-size: 16px;
  }
  .top-header .title {
    margin-left: 20px;
  }
  .about_us .title .into-us {
    font-size: 22px;
  }
  .about_us .about-item {
    width: 100%;
  }
  .about_us .about-item .abi {
    font-size: 15px;
  }
  .about_us .about-item .title_right {
    font-size: 15px;
    text-align: left;
  }
  .about_us .about-item .title_left {
    font-size: 15px;
  }
  .about_us .guarantee {
    width: 47%;
  }
  .about_us .about_text {
    font-size: 14px;
  }
  .about_us .into_us_text {
    font-size: 12px;
  }
  .index-text-box .title-mess .mess-item {
    padding: 20px;
    font-size: 13px;
  }
  .index-text-box .title-mess .img-logo {
    margin-right: 6px;
  }
  .index-text-box .title-mess .mess-name {
    font-size: 16px;
  }
  .index-text-box .title-mess .logo-box {
    padding: 4px 0;
    font-size: 14px;
  }
  .index-text-box .title-mess .mess-box .see_more {
    right: 15px;
    bottom: 15px;
  }
  .index-text-box .title-mess .more_overflow {
    height: 100px;
    overflow: auto;
    font-size: 12px;
  }
  .img-list .img_mask {
    font-size: 13px;
    padding: 20px;
  }
  .img-list .img-content .list-title {
    font-size: 16px;
  }
  .synopsis .item-title {
    padding-bottom: 10px;
    font-size: 26px;
  }
  .product {
    margin-bottom: 35px;
  }
  .product .product-list .mask_item {
    font-size: 13px;
  }
  .product .product-list .mask_item .list-span {
    font-size: 16px;
  }
  .product .product-title {
    font-size: 24px;
    margin-top: 10px;
  }
  .product .product-name {
    font-size: 22px;
    margin: 10px 0;
  }
  .bottom-footer {
    font-size: 12px;
    padding: 40px 0;
  }
  .news-content {
    padding: 20px;
  }
  .news-content .banner-box .banner-news {
    font-size: 12px;
  }
  .news-content .banner-box .banner .el-carousel__container {
    height: 395px;
  }
  .news-content .banner-box .news_title {
    font-size: 15px;
  }
  .news-content .banner-box .day {
    font-size: 12px;
  }
  .news_detail {
    font-size: 12px;
  }
  .news_detail .detail .title {
    font-size: 22px;
  }
  .news_detail .recommend .name-tips {
    font-size: 16px;
  }
  .news_detail .recommend .next-box {
    font-size: 12px;
  }
  .news_detail .recommend .next-box .next-text {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .pc_ycc {
    padding-top: 160px;
  }
  .top-header {
    padding: 20px;
  }
  .top-header .tab-box {
    margin-top: 10px;
  }
  .top-header .head {
    font-size: 6px;
    justify-content: flex-start;
  }
  .top-header .icon-name {
    font-size: 16px;
  }
  .top-header .title {
    word-break: keep-all;
    margin-left: 0;
    margin-right: 30px;
  }
  .about_us {
    padding: 20px;
  }
  .about_us .title .into-us {
    font-size: 20px;
  }
  .about_us .about-item {
    width: 100%;
  }
  .about_us .about-item .abi {
    font-size: 14px;
  }
  .about_us .about-item .title_right {
    font-size: 14px;
    text-align: left;
  }
  .about_us .about-item .title_left {
    font-size: 14px;
  }
  .about_us .about_text {
    font-size: 12px;
    line-height: 30px;
  }
  .index-text-box .title-mess {
    display: none;
  }
  .index-text-box .title-mess .mess-item {
    padding: 5px;
    font-size: 12px;
  }
  .index-text-box .title-mess .img-logo {
    margin-right: 4px;
  }
  .index-text-box .title-mess .mess-name {
    font-size: 12px;
  }
  .index-text-box .title-mess .logo-box {
    padding: 4px 0;
    font-size: 12px;
  }
  .index-text-box .title-mess .mess-box {
    margin-bottom: 10px;
    border-radius: 15px;
  }
  .index-text-box .title-mess .mess-box .see_more {
    right: 5px;
    bottom: 5px;
  }
  .index-text-box .title-mess .mess-box .see_text {
    padding: 5px 10px;
    font-size: 10px;
  }
  .index-text-box .title-mess .more_overflow {
    height: 100px;
    overflow: auto;
    font-size: 10px;
  }
  .index-text-box .title-mess .img-mess {
    border-radius: 15px 0 0 15px;
  }
  .index-text-box .title-box {
    display: none;
  }
  .index-text-box .min-phone {
    display: block;
    padding: 0 20px;
  }
  .img-list {
    padding: 0 20px;
  }
  .img-list .img_mask {
    font-size: 12px;
    padding: 15px;
  }
  .img-list .img-content .list-title {
    padding: 10px ;
    font-size: 13px;
  }
  .img-list .img-content .list-title .line {
    height: 15px;
    margin-right: 4px;
    margin-bottom: 2px;
  }
  .img-list .list-first {
    width: 100%;
    border-radius: 15px;
  }
  .img-list .list-first .img {
    border-radius: 15px;
  }
  .img-list .list-first .img_mask {
    border-radius: 15px;
  }
  .img-list .list-second {
    width: 49%;
    margin-left: 0;
  }
  .img-list .list-second:nth-child(2n) {
    margin-left: 0;
    margin-right: 2%;
  }
  .img-list .list-second:nth-child(2) {
    border-radius: 15px 0 0 15px;
  }
  .img-list .list-second:nth-child(2) .img-blur {
    border-radius: 15px 0 0 15px;
  }
  .img-list .list-second:nth-child(2) .img_mask {
    border-radius: 15px 0 0 15px;
  }
  .img-list .list-second:nth-child(3) {
    border-radius: 0 15px 15px 0;
  }
  .img-list .list-second:nth-child(3) .img-blur {
    border-radius: 0 15px 15px 0;
  }
  .img-list .list-second:nth-child(3) .img_mask {
    border-radius: 0 15px 15px 0;
  }
  .img-list .list-second:nth-child(4) {
    border-radius: 15px 0 0 15px;
  }
  .img-list .list-second:nth-child(4) .img-blur {
    border-radius: 15px 0 0 15px;
  }
  .img-list .list-second:nth-child(4) .img_mask {
    border-radius: 15px 0 0 15px;
  }
  .img-list .list-second:nth-child(5) {
    border-radius: 0 15px 15px 0;
  }
  .img-list .list-second:nth-child(5) .img-blur {
    border-radius: 0 15px 15px 0;
    background: linear-gradient(90deg, #3F3FB1, transparent);
  }
  .img-list .list-second:nth-child(5) .img_mask {
    border-radius: 0 15px 15px 0;
  }
  .synopsis {
    padding: 20px;
  }
  .synopsis .sy-item {
    width: 49%;
    padding: 5px 10px;
    margin-bottom: 10px;
    font-size: 12px;
  }
  .synopsis .item-title {
    padding-bottom: 10px;
    font-size: 17px;
  }
  .product {
    margin-bottom: 30px;
  }
  .product .product-list .mask_item {
    font-size: 12px;
  }
  .product .product-list .mask_item .list-span {
    font-size: 12px;
  }
  .product .product-title {
    font-size: 20px;
    margin-top: 10px;
  }
  .product .product-name {
    font-size: 18px;
    margin: 10px 0;
  }
  .news-content {
    padding: 20px;
  }
  .news-content .banner-box {
    flex-wrap: wrap;
  }
  .news-content .banner-box .banner {
    width: 100%;
  }
  .news-content .banner-box .banner .el-carousel__container {
    height: 315px;
  }
  .news-content .banner-box .banner-list {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }
  .news-content .banner-box .banner-news {
    font-size: 12px;
  }
  .news-content .banner-box .news_title {
    font-size: 13px;
  }
  .news-content .banner-box .day {
    font-size: 12px;
  }
  .news_detail {
    flex-wrap: wrap;
    padding: 20px;
    font-size: 12px;
  }
  .news_detail .detail {
    width: 100%;
    border: none;
  }
  .news_detail .detail .title {
    font-size: 18px;
  }
  .news_detail .recommend {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
  .news_detail .recommend .name-tips {
    font-size: 14px;
  }
  .news_detail .recommend .next-box {
    font-size: 12px;
  }
  .news_detail .recommend .next-box .next-text {
    font-size: 12px;
  }
  .bottom-footer {
    font-size: 12px;
    padding: 30px 0;
  }
  .classname-box {
    padding: 15px;
  }
}
