.banner-btns {
  display: inline-block;
  min-width: 186px;
  height: 60px;
  border-radius: 20px;
  color: #64656a;
  text-align: center;
  line-height: 58px;
  border: 1px solid #999;
  padding:0 1em;
}
.banner-btns:hover {
  color: #fff;
  background: #e00000;
  border: 1px solid #e00000;
}
.btns {
  display: inline-block;
  width: 186px;
  height: 60px;
  background: #d2232a;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  line-height: 60px;
}
.btns:hover {
  background: #e00000;
}
.btns-j {
  display: inline-block;
  width: 186px;
  height: 60px;
  color: #d2232a;
  border-radius: 20px;
  text-align: center;
  line-height: 58px;
  border: 1px solid #d2232a;
  margin-left: 30px;
}
.btns-j:hover {
  background: #e00000;
  border: 1px solid #e00000;
  color: #fff;
}
.buy {
  margin-top: 90px;
  text-align: center;
}
.ctn {
  padding: 5vw 0;
  background: url(../img/bg.jpg) no-repeat;
  background-size: cover;
}
.ctn1 .content .text {
  margin-top: 20px;
}
.ctn1 .content .text p {
  margin-top: 14px;
}
.ctn1 .content .text .list ul li {
  margin-top: 14px;
  position: relative;
  padding-left: 34px;
}
.ctn1 .content .text .list ul li:before {
  content: '1';
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #df0301;
  font-size: 16px;
  color: #fefefe;
  text-align: center;
  line-height: 22px;
  position: absolute;
  left: 0;
  top: 4px;
}
.ctn1 .content .text .list ul li:nth-child(2):before {
  content: '2';
}
.ctn1 .content .text .gif ul {
  display: flex;
}
.ctn1 .content .text .gif ul li {
  flex: 0 0 26.25%;
  margin-top: 2.5vw;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}
.ctn1 .content .text .gif ul li img {
  width: 100%;
}
.ctn1 .content .text .gif ul li .sign {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 30px;
  border-radius: 0 0 0 24px;
  background: #ffcc00;
  color: #fefefe;
  text-align: center;
  line-height: 30px;
}
.ctn1 .content .text .gif ul li:not(:last-child) {
  margin-right: 3vw;
}
.ctn1 .content .text .tu ul {
  display: flex;
}
.ctn1 .content .text .tu ul li {
  flex: 0 0 27.75%;
  margin-top: 2.5vw;
}
.ctn1 .content .text .tu ul li img {
  width: 100%;
}
.ctn1 .content .text .tu ul li:not(:last-child) {
  margin-right: 2.5vw;
}
.ctn1 .content .text:not(:first-child) {
  margin-top: 4vw;
}
.ctn2 {
  margin-top: 5vw;
}
.ctn2 .title p {
  margin-top: 14px;
}
.ctn2 .ctn-list ul {
  display: flex;
}
.ctn2 .ctn-list ul li {
  margin-top: 3vw;
  flex: 0 0 22.5%;
  width: 22.5%;
  position: relative;
}
.ctn2 .ctn-list ul li:before {
  content: '';
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  background: #fff;
  position: absolute;
  left: -10px;
  top: -10px;
  border-radius: 28px;
  box-shadow: 0px 8px 38px 0px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn2 .ctn-list ul li .tu {
  position: relative;
  z-index: 3;
  border-radius: 28px 28px 0 0;
  overflow: hidden;
}
.ctn2 .ctn-list ul li .tu img {
  width: 100%;
}
.ctn2 .ctn-list ul li .text {
  position: relative;
  z-index: 2;
  background: #fff;
  border-radius: 0 0 28px 28px;
  padding: 1.5vw 1.5vw 2.2vw;
}

.ctn2 .ctn-list ul li:hover .textscrollbar{
  overflow-x:hidden;
  overflow-y:auto;
}

.ctn2 .ctn-list ul li:hover .textscrollbar::-webkit-scrollbar {
  width:4px;
} 
.ctn2 .ctn-list ul li:hover .textscrollbar::-webkit-scrollbar-track {
  background-color:#efefef;
  border-radius:4px;
} 
.ctn2 .ctn-list ul li:hover .textscrollbar::-webkit-scrollbar-thumb {
  background: #ccc;
  border
}

.ctn2 .ctn-list ul li .text h2 {
  color: #333;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
.ctn2 .ctn-list ul li .text p {
  color: #64656a;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
  margin-top: 10px;
}
.ctn2 .ctn-list ul li .text .mask {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  border-radius: 0 0 28px 28px;
  padding: 1.5vw 1.5vw 2.2vw;
  display:none;
}
.ctn2 .ctn-list ul li .text .mask:before {
  content: '';
  width: calc(100% + 20px);
  height: calc(100% + 10px);
  box-shadow: 0px 8px 38px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  position: absolute;
  left: -10px;
  top: 0px;
  border-radius: 0 0 28px 28px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  z-index: 0;
}
.ctn2 .ctn-list ul li .text .mask h2 {
  color: #d2232a;
  position: relative;
  z-index: 2;
  white-space:normal;
}
.ctn2 .ctn-list ul li .text .mask p {
  -webkit-line-clamp: inherit;
  height: auto;
  position: relative;
  z-index: 2;
}
.ctn2 .ctn-list ul li:not(:nth-child(4n)) {
  margin-right: 3.33%;
}
.ctn2 .ctn-list ul li:hover:before {
  opacity: 1;
}
.ctn2 .ctn-list ul li:hover .text .mask {
  display:block;
}
.contact-show {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
}
.contact-show .center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.contact-show .center .content {
  width: 600px;
  background: #fff;
  border-radius: 20px;
  box-shadow: -15px 9px 73px 0px rgba(124, 124, 124, 0.38);
  text-align: center;
  padding: 2vw 2.5vw 0.5vw;
}
.contact-show .center .content .title h2 {
  font-weight: bold;
  color: #333;
  position: relative;
  padding-bottom: 20px;
}
.contact-show .center .content .title h2:after {
  content: '';
  width: 50px;
  height: 5px;
  background: #d2232a;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 0;
}
.contact-show .center .content ul {
  margin-top: 1vw;
}
.contact-show .center .content ul li {
  padding: 2vw 0;
  position: relative;
}
.contact-show .center .content ul li:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #f0f0f0;
  position: absolute;
  left: 0;
  bottom: 0;
}
.contact-show .center .content ul li h3 {
  color: #64656a;
  margin-top: 1.2vw;
}
.contact-show .center .content ul li a {
  font-weight: bold;
  color: #333;
}
.contact-show .center .content ul li a:hover {
  color: #d2232a;
}
.contact-show .center .content ul li:last-child:after {
  display: none;
}
.contact-show .center .closes {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  border: 1px solid #dcdcdc;
  margin: 20px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.contact-show .center .closes img {
  max-width: 100%;
  max-height: 100%;
}
.contact-show .center .closes:hover {
  border: 1px solid #d2232a;
  background: #d2232a;
}
@media screen and (max-width: 1440px) {
  .banner-btns {
    min-width: 160px;
    height: 54px;
    border-radius: 18px;
    line-height: 54px;
  }
  .btns {
    width: 160px;
    height: 54px;
    line-height: 54px;
    border-radius: 18px;
  }
  .btns-j {
    width: 160px;
    height: 54px;
    border-radius: 18px;
    line-height: 54px;
  }
  .ctn1 .content .text .list ul li {
    padding-left: 28px;
  }
  .ctn1 .content .text .list ul li:before {
    width: 18px;
    height: 18px;
    font-size: 12px;
    line-height: 18px;
    top: 3px;
  }
  .contact-show .center .content {
    width: 500px;
  }
}
@media screen and (max-width: 1024px) {
  .contact-show .center {
    max-width: 80%;
  }
  .contact-show .center .content {
    width: 400px;
    max-width: 100%;
  }
  .contact-show .center .closes {
    width: 44px;
    height: 44px;
  }
}
@media screen and (max-width: 768px) {
  .banner-btns {
    min-width: 120px;
    height: 40px;
    line-height: 38px;
  }
  .btns {
    width: 120px;
    height: 40px;
    line-height: 40px;
  }
  .btns-j {
    width: 120px;
    height: 40px;
    line-height: 38px;
    margin-left: 10px;
  }
  .buy {
    margin-top: 30px;
  }
  .inbanner {
    height: 360px;
  }
  .inbanner img {
    height: 300px;
    left: 58%;
  }
  .inbanner .ban_txt {
    top: 16%;
  }
  .inbanner .ban_txt .f-18 {
    width: 50%;
  }
  .ctn {
    padding: 30px 0 40px;
  }
  .ctn1 .title h2 {
    font-size: 18px;
  }
  .ctn1 .content .text {
    margin-top: 14px;
  }
  .ctn1 .content .text h2 {
    font-size: 16px;
  }
  .ctn1 .content .text:not(:first-child) {
    margin-top: 20px;
  }
  .ctn1 .content .text .gif ul li {
    flex: 0 0 48.5%;
    margin-top: 20px;
    border-radius: 12px;
  }
  .ctn1 .content .text .gif ul li .sign {
    width: 30px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    border-radius: 0 0 0 12px;
  }
  .ctn1 .content .text .gif ul li:not(:last-child) {
    margin-right: 3%;
  }
  .ctn1 .content .text .tu ul li {
    margin-top: 20px;
    flex: 0 0 31.3%;
  }
  .ctn1 .content .text .tu ul li:not(:last-child) {
    margin-right: 3.05%;
  }
  .ctn2 {
    margin-top: 30px;
  }
  .ctn2 .title h2 {
    font-size: 18px;
  }
  .ctn2 .title p {
    font-size: 16px;
  }
  .ctn2 .ctn-list ul {
    flex-wrap: wrap;
  }
  .ctn2 .ctn-list ul li {
    flex: 0 0 100%;
    margin-top: 20px;
    margin-right: 0!important;
    border-radius: 20px;
    box-shadow: 0px 8px 38px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }
  .ctn2 .ctn-list ul li:before {
    display: none!important;
  }
  .ctn2 .ctn-list ul li .tu {
    border-radius: 20px 20px 0 0;
  }
  .ctn2 .ctn-list ul li .text {
    padding: 20px;
  }
  .ctn2 .ctn-list ul li .text h2 {
    font-size: 18px;
  }
  .ctn2 .ctn-list ul li .text p {
    font-size: 16px;
    -webkit-line-clamp: inherit;
    height: auto;
    margin-top: 6px;
  }
  .ctn2 .ctn-list ul li .text .mask {
    display: none;
  }
  .contact-show .center .content {
    padding: 20px 20px 10px;
    border-radius: 14px;
  }
  .contact-show .center .content .title h2 {
    font-size: 18px;
    padding-bottom: 12px;
  }
  .contact-show .center .content .title h2:after {
    width: 30px;
    height: 3px;
  }
  .contact-show .center .content ul {
    margin-top: 10px;
  }
  .contact-show .center .content ul li {
    padding: 20px 0;
  }
  .contact-show .center .content ul li img {
    width: 34px;
  }
  .contact-show .center .content ul li h3 {
    margin-top: 16px;
  }
  .contact-show .center .closes {
    width: 40px;
    height: 40px;
    margin: 14px auto 0;
  }

  .contact-show .center .content ul li a{font-size:14px;}
}
/*# sourceMappingURL=index.css.map */