@charset "UTF-8";
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  font-family: "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei", Arial, Helvetica, sans-serif;
  font-size: "12px";
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

html {
  font-size: 62.5%;
}

.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}



.container_big{
  width: 95%;
  margin:0 auto;
}

.db {
  display: block;
  width: 100%;
}

::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 6px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}

::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #333;
}

::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background: #333;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

input[type="checkbox"], input[type="radio"] {
  display: none;
}

input[type="checkbox"]:checked + label, input[type="radio"]:checked + label {
  background-color: #333;
}

input[type="checkbox"]:checked + label:after, input[type="radio"]:checked + label:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
}

input[type="checkbox"]:disabled + label, input[type="radio"]:disabled + label {
  cursor: default;
  background-color: #efefef;
}

input[type="checkbox"] + label, input[type="radio"] + label {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #333;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  border-radius: 3px;
}

.mt10 {
  margin-top: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mr10 {
  margin-right: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.pt10 {
  padding-top: 10px;
}

.pl10 {
  padding-left: 10px;
}

.pr10 {
  padding-right: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.mt20 {
  margin-top: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mr20 {
  margin-right: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.pt20 {
  padding-top: 20px;
}

.pl20 {
  padding-left: 20px;
}

.pr20 {
  padding-right: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.mt30 {
  margin-top: 30px;
}

.ml30 {
  margin-left: 30px;
}

.mr30 {
  margin-right: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.pt30 {
  padding-top: 30px;
}

.pl30 {
  padding-left: 30px;
}

.pr30 {
  padding-right: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.mt40 {
  margin-top: 40px;
}

.ml40 {
  margin-left: 40px;
}

.mr40 {
  margin-right: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.pt40 {
  padding-top: 40px;
}

.pl40 {
  padding-left: 40px;
}

.pr40 {
  padding-right: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.mt50 {
  margin-top: 50px;
}

.ml50 {
  margin-left: 50px;
}

.mr50 {
  margin-right: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.pt50 {
  padding-top: 50px;
}

.pl50 {
  padding-left: 50px;
}

.pr50 {
  padding-right: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.mt60 {
  margin-top: 60px;
}

.ml60 {
  margin-left: 60px;
}

.mr60 {
  margin-right: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.pt60 {
  padding-top: 60px;
}

.pl60 {
  padding-left: 60px;
}

.pr60 {
  padding-right: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.mt70 {
  margin-top: 70px;
}

.ml70 {
  margin-left: 70px;
}

.mr70 {
  margin-right: 70px;
}

.mb70 {
  margin-bottom: 70px;
}

.pt70 {
  padding-top: 70px;
}

.pl70 {
  padding-left: 70px;
}

.pr70 {
  padding-right: 70px;
}

.pb70 {
  padding-bottom: 70px;
}

.mt80 {
  margin-top: 80px;
}

.ml80 {
  margin-left: 80px;
}

.mr80 {
  margin-right: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.pt80 {
  padding-top: 80px;
}

.pl80 {
  padding-left: 80px;
}

.pr80 {
  padding-right: 80px;
}

.pb80 {
  padding-bottom: 80px;
}

.mt90 {
  margin-top: 90px;
}

.ml90 {
  margin-left: 90px;
}

.mr90 {
  margin-right: 90px;
}

.mb90 {
  margin-bottom: 90px;
}

.pt90 {
  padding-top: 90px;
}

.pl90 {
  padding-left: 90px;
}

.pr90 {
  padding-right: 90px;
}

.pb90 {
  padding-bottom: 90px;
}

.mt100 {
  margin-top: 100px;
}

.ml100 {
  margin-left: 100px;
}

.mr100 {
  margin-right: 100px;
}

.mb100 {
  margin-bottom: 100px;
}

.pt100 {
  padding-top: 100px;
}

.pl100 {
  padding-left: 100px;
}

.pr100 {
  padding-right: 100px;
}

.pb100 {
  padding-bottom: 100px;
}

.fck__body h1, .fck__body h2, .fck__body h3, .fck__body h4, .fck__body h5, .fck__body h6 {
  margin: 10px 0;
  font-weight: 700;
}

.fck__body h1 {
  font-size: 1.5em;
}

.fck__body h2 {
  font-size: 1.4em;
}

.fck__body h3 {
  font-size: 1.3em;
}

.fck__body h4 {
  font-size: 1.2em;
}

.fck__body h5 {
  font-size: 1.1em;
}

.fck__body h6 {
  font-size: 1em;
}

.fck__body em {
  font-style: italic;
}

/* 
    箭头
    @include arrow(direction,size,color);
**/
/*
    超出省略号
    @include ell();
 * */
/*
    inline-block
    @include inline_block();
 * */
/*
    font-size of REM
    @include font_size(fz);
 * */
body {
  color: #333;
  position: relative;
}

body b {
  position: absolute;
  top: calc(100vh);
  width: 50%;
  left: 0;
  z-index: -1;
  width: 50%;
  height: 700px;
}

.mobile_show {
  display: none !important;
}


@media screen and (min-width: 1440px) {
.container {
  max-width: 90%;
}
}

header {
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px 0;
  transition: all .36s;
  z-index: 1000;
}

header div.flex {
  justify-content: space-between;
}

header .logo {
  height: 20px;
}

header .nav_list {
  width: 88%;
  justify-content: space-between;
}

header .nav_list li {
  padding-left: 5%;
  white-space: nowrap;
}

header .nav_list li a {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 2px;
  text-align: center;
  color: #fff;
  border-bottom: 1px solid transparent;
  padding-bottom: 5px;
  transition: all .3s;
  display: block;
}

header .nav_list li a span{
  display: block;
  padding-top: 5px;
  font-size: 9px;
}

header .nav_list li a:hover, header .nav_list li a.active {
  text-decoration: none;
  border-color: #fff;
}

.line_bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.line_bg .container {
  height: 100%;
}

.line_bg ul {
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  width: 100%;
  height: 100%;
}

.line_bg ul li {
  height: 100%;
  width: 25%;
  border-right: 1px solid #e1e1e1;
}

.line_bg ul li:last-child {
  border: 0;
}

footer {
  padding: 30px 0;
}

footer div.flex {
  justify-content: space-between;
}

footer .logo_con img, footer .logo_con span {
  display: inline-block;
  vertical-align: middle;
}

footer .logo_con .logo {
  height: 20px;
}

footer .logo_con span {
  padding-left: 20px;
}

footer .logo_con span, footer .logo_con a {
  color: #a2a2a2;
  font-size: 12px;
  font-size: 1.2rem;
}

footer .icon_list li {
  padding-left: 10px;
}

footer .icon_list li a {
  color: #a2a2a2;
  font-size: 16px;
  transition: all .3s;
}

footer .icon_list li a:hover {
  text-decoration: none;
  color: #333;
}

.page {
  position: relative;
  z-index: 10;
}

.kv__body {
  position: relative;
  z-index: 1;
  background-color: #000;
  height: calc(100vh);
}

.kv__body .kv_in {
  height: 100%;
  position: relative;
  z-index: 1;
}

.kv__body video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: fill;
}

.kv__body .mask {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
}

.kv__body .mask p {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
}

.about__body {
  padding: 200px 0 400px;
}

.about__body .flex {
  align-items: stretch;
}

.about__body .img_con {
  width: 50%;
  padding-right: 40px;
}

.about__body .img_con img {
  display: block;
  width: 100%;
}

.about__body .txt_con {
  width: 50%;
  padding-left: 40px;
  position: relative;
}

.about__body .txt_con h3 {
  font-size: 36px;
  font-size: 3.6rem;
  padding-bottom: 20px;
}

.about__body .txt_con p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2.5;
}

.about__body .txt_con .txt_in {
  padding-right: 20px;
  overflow: auto;
  overflow-x: hidden;
  max-height: 445px;
  padding-bottom: 20px;
}

.about__body .txt_con .txt_in .con {
  display: none;
  padding-top: 20px;
}

.about__body .txt_con h6 {
  position: absolute;
  bottom: 16px;
  left: 40px;
}

.about__body .txt_con h6 a {
  font-size: 16px;
  font-size: 1.6rem;
  padding-bottom: 15px;
  border-bottom: 1px solid #333;
  color: #333;
  transition: all 0.3s;
}

.about__body .txt_con h6 a:hover {
  text-decoration: none;
  border-width: 2px;
}

.products__body {
  padding: 120px 0 400px;
}

.products__body .in__con {
  padding-left: 5%;
}

.products__body .title_line {
  padding-bottom: 40px;
}

.products__body .title_line span {
  font-size: 36px;
  font-size: 3.6rem;
}

.products__body .title_line ul {
  margin-left: 50px;
  /*width: calc(60%);*/
  overflow: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
}

.products__body .title_line ul::-webkit-scrollbar {
  display: none;
}

.products__body .title_line ul li {
  white-space: nowrap;
  padding-right: 120px;
  padding-bottom: 5px;
}

.products__body .title_line ul li a {
  font-size: 13px;
  font-size: 1.3rem;
  color: #9a9a9a;
  transition: all .3s;
  padding-bottom: 5px;
  border-bottom: 1px solid transparent;
  display: block;
}

.products__body .title_line ul li a img{
  display: block;
  height: 20px;
}

.products__body .title_line ul li a:hover, .products__body .title_line ul li a.active {
  border-color: #4a4a4a;
  text-decoration: none;
  color: #333;
}

.products__body .pro_con {
  align-items: flex-start;
}

.products__body .pro_con .pro_list {
  width: 240px;
  padding: 0 40px;
  margin-top: -10px;
}

.products__body .pro_con .pro_list li {
  padding: 10px 0;
}

.products__body .pro_con .pro_list li a {
  display: block;
  text-align: center;
  min-width: 90px;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  color: #a2a2a2;
  padding: 8px 10px;
  transition: all .3s;
}

.products__body .pro_con .pro_list li a:hover, .products__body .pro_con .pro_list li a.active {
  background-color: #f4f4f4;
  color: #333;
  text-decoration: none;
}

.products__body .pro_con .pro_scroll_con {
  width: calc(100% - 240px);
  padding-left: 50px;
}

.products__body .pro_con .pro_scroll_con .pro_in {
  cursor: pointer;
  margin-bottom: 30px;
}

.products__body .pro_con .pro_scroll_con .pro_in:hover .img_out img {
  transform: scale(1.05);
}

.products__body .pro_con .pro_scroll_con .pro_in .img_out {
  overflow: hidden;
  aspect-ratio: 16/9;
  position: relative;
  z-index:1;
}
.products__body .pro_con .pro_scroll_con .pro_in .img_out span{
  position: absolute;
  top:10px;
  left:10px;
  padding:5px 10px;
  font-size:10px;
  font-size:1.0rem;
  color:#fff;
  font-weight: 700;
  background-color:rgba(0,0,0,.6);
  border-radius: 4px;
  z-index:1000;
}

.products__body .pro_con .pro_scroll_con .pro_in .img_out img {
  display: block;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
  transition: all .3s;
  margin: 0 auto;
  width: 100%;
  z-index: 100;
}

.products__body .pro_con .pro_scroll_con .pro_in p {
  padding-top: 10px;
  font-size: 10px;
  font-size: 1rem;
  color: #333;
}

.products__body .pro_con .pro_scroll_con .swiper-grid-column > .swiper-wrapper {
  flex-direction: row;
}

.products__body .pro_con .pro_scroll_con .swiper-backface-hidden .swiper-slide {
  margin-top: 0 !important;
  margin-bottom: 50px;
}

.products__body .pro_con .pro_scroll_con .swiper-slide {
  margin-top: 0 !important;
}

.swiper-pagination span {
  width: 6px;
  height: 6px;
  opacity: 1;
  border: 1px solid #4d4d4d;
  background-color: transparent;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #4d4d4d;
}

.service__body {
  padding: 140px 0 0;
}

.service__body .in__con {
  padding-right: 15%;
}

.service__body .in__con div.flex {
  align-items: flex-start;
}

.service__body .in__con .img_con {
  width: 720px;
}

.service__body .in__con .img_con img {
  display: block;
  width: 100%;
}

.service__body .in__con .txt_con {
  width: calc(100% - 720px);
  padding-left: 50px;
}

.service__body .in__con .txt_con h3.title {
  font-size: 36px;
  font-size: 3.6rem;
  margin-bottom: 60px;
}

.service__body .in__con .txt_con ul {
  align-items: stretch;
}

.service__body .in__con .txt_con ul li {
  width: calc(50% - 80px);
  margin-right: 80px;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.service__body .in__con .txt_con ul li:nth-child(5), .service__body .in__con .txt_con ul li:nth-child(6) {
  margin-bottom: 0;
}

.service__body .in__con .txt_con ul li img {
  display: inline-block;
  margin-bottom: 15px;
  height: 30px;
}

.service__body .in__con .txt_con ul li h3 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}

.service__body .in__con .txt_con ul li p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
  text-align: justify;
}

.case__body {
  padding: 100px 0 0;
}

.case__body .pro_con {
  align-items: flex-start !important;
}

.case__body .in__con {
  padding-left: 5%;
}

.case__body .pro_in {
  height: 600px;
  overflow: hidden;
}

.case__body .pro_in img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.case__body .title_line {
  padding-bottom: 40px;
}

.case__body .title_line span {
  font-size: 36px;
  font-size: 3.6rem;
}

.case__body .title_line ul {
  padding-left: 24px;
  width: calc(70%);
  overflow: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.case__body .title_line ul li {
  white-space: nowrap;
  padding-right: 40px;
  padding-bottom: 5px;
}

.case__body .title_line ul li a {
  font-size: 13px;
  font-size: 1.3rem;
  color: #9a9a9a;
  transition: all .3s;
  padding-bottom: 5px;
  border-bottom: 1px solid transparent;
}

.case__body .title_line ul li a:hover, .case__body .title_line ul li a.active {
  border-color: #4a4a4a;
  text-decoration: none;
  color: #333;
}

.case__body .pro_con {
  align-items: center;
}

.case__body .pro_con .pro_list {
  width: 250px;
  padding: 0 20px;
}

.case__body .pro_con .pro_list li {
  padding: 10px 0;
  position: relative;
  z-index: 1;
}

.case__body .pro_con .pro_list li:hover i, .case__body .pro_con .pro_list li.active i {
  display: block;
}

.case__body .pro_con .pro_list li:hover a, .case__body .pro_con .pro_list li.active a {
  text-decoration: none;
}

.case__body .pro_con .pro_list li a {
  display: block;
  min-width: 90px;
  text-align: left;
  font-size: 12px;
  font-size: 1.2rem;
  color: #333;
  padding: 8px 10px;
  transition: all .3s;
}

.case__body .pro_con .pro_list li a h6 {
  font-size: 12px;
  font-size: 1.2rem;
  color: #a2a2a2;
}

.case__body .pro_con .pro_list li i {
  position: absolute;
  top: 22px;
  left: -40px;
  font-size: 14px;
  display: none;
}

.case__body .pro_con .pro_scroll_con {
  width: calc(100% - 250px);
  padding-left: 50px;
}

.case__body .pro_con .pro_scroll_con .pro_in img {
  display: block;
  width: 100%;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none;    /* Firefox */
  -ms-user-select: none;     /* IE/Edge */
  user-select: none;         /* 标准语法 */
}

.case__body .pro_con .pro_scroll_con .swiper-button-prev {
  top: auto;
  right: 50px;
  left: auto !important;
}

.case__body .pro_con .pro_scroll_con .swiper-button-next {
  left: auto !important;
  right: 0;
}

.case__body .pro_con .pro_scroll_con .swiper-button-prev, .case__body .pro_con .pro_scroll_con .swiper-button-next {
  background-color: #fff;
  color: #4a4a4a;
  width: 50px;
  height: 50px;
  bottom: 0;
  top: auto;
  opacity: 1;
  z-index: 8000;
}

.case__body .pro_con .pro_scroll_con .swiper-button-prev::after, .case__body .pro_con .pro_scroll_con .swiper-button-next::after {
  font-size: 18px;
  font-weight: 700;
}

.case__body .pro_con .pro_scroll_con .swiper-button-prev:hover, .case__body .pro_con .pro_scroll_con .swiper-button-next:hover {
  background-color: #4a4a4a;
  color: #fff;
}

.contactus__body {
  padding: 200px 0 0;
}

.contactus__body .in__con {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
}

.contactus__body .map_con {
  width: 50%;
  position: relative;
  z-index: 1;
}

.contactus__body .map_con img {
  display: block;
  width: 100%;
}

.contactus__body .map_con .sz {
  display: none;
}

.contactus__body .txt_con {
  padding: 0 50px 50px 50px;
  background-color: #fff;
  bottom: 0;
  z-index: 10;
  width: 50%;
}

.contactus__body .txt_con h3 {
  font-size: 36px;
  font-size: 3.6rem;
  margin-bottom: 50px;
}

.contactus__body .txt_con .address_list li {
  margin-bottom: 70px;
  cursor: pointer;
}

.contactus__body .txt_con .address_list li:last-child {
  margin-bottom: 0;
}

.contactus__body .txt_con .address_list li:hover h4, .contactus__body .txt_con .address_list li:hover p, .contactus__body .txt_con .address_list li:hover a, .contactus__body .txt_con .address_list li.active h4, .contactus__body .txt_con .address_list li.active p, .contactus__body .txt_con .address_list li.active a {
  color: #333;
}

.contactus__body .txt_con .address_list li h4, .contactus__body .txt_con .address_list li p, .contactus__body .txt_con .address_list li a {
  color: #bfbfbf;
  transition: all .3s;
}

.contactus__body .txt_con .address_list li h4 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.contactus__body .txt_con .address_list li p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
}

.mobile_menu_btn {
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
}

.mobile_menu_btn:hover {
  text-decoration: none;
  color: #fff;
}

.mobile_menu__body {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  z-index: 1010;
  padding: 60px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  transition: all ease-in-out .5s;
}

.mobile_menu__body.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mobile_menu__body ul li {
  text-align: center;
  margin-bottom: 30px;
}

.mobile_menu__body ul li a {
  color: #fff;
  font-size: 36px;
  transition: all .3s;
}

.mobile_menu__body ul li a:hover {
  text-decoration: none;
  transform: scale(1.05);
}

.mobile_menu__body .close_btn {
  position: absolute;
  top: 40px;
  right: 40px;
  color: #fff;
  font-size: 60px;
  transition: all .3s;
}

.mobile_menu__body .close_btn:hover {
  text-decoration: none;
  color: #fff;
  transform: rotate(180deg);
}

.pop_mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1020;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}

.pop_mask.show {
  opacity: 1;
  visibility: visible;
}

.pop_content {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1030;
  transition: all .3s;
  opacity: 0;
  visibility: hidden;
}

.pop_content.show {
  opacity: 1;
  visibility: visible;
}

.pop_content .content {
  background-color: #fff;
  padding: 30px;
  width: calc(80vw);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pop_content .content .close_btn {
  background-color: #333;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  position: absolute;
  top: -25px;
  right: -25px;
  font-size: 30px;
  font-size: 3rem;
  transition: all .3s;
}

.pop_content .content .close_btn:hover {
  background-color: #fff;
  color: #333;
  text-decoration: none;
  transform: rotate(180deg);
}

.pop_content .content .title {
  justify-content: space-between;
  margin-bottom: 10px;
}

.pop_content .content .title span {
  font-size: 2px;
  font-size: 2rem;
}

.pop_content .content .title p {
  font-size: 18px;
  font-size: 1.8rem;
}

.pop_content .content .title p i {
  padding-right: 10px;
}

.pop_content .content .in__txt {
  height: calc(65vh);
  overflow: hidden;
}

.pop_content .content .in__txt .pro_in {
  height: calc(60vh);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.pop_content .content .in__txt .pro_in img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-drag: none;
}

.pop_content .content .in__txt .txt_con {
  padding: 20px 0;
  display: none;
}

.pop_content .content .in__txt .txt_con h3 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.pop_content .content .in__txt .txt_con p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
}

.pop_content .content .swiper-button-next:after, .pop_content .content .swiper-button-prev:after {
  color: #333;
}

.flex_6{
  align-items: self-start;
}

.flex_6 li{
  width: calc(100% / 3 - 30px * 2 / 3);
  margin:0 30px 30px 0;
}
.flex_6 li:nth-child(3n){
  margin-right: 0;
}


.disabled{
  opacity: .5;
  background-color:#ccc !important;
  color:#fff !important;
}


.memo{
  margin-top:-20px;
  padding:0 0 0 50px;
  margin-bottom: 40px;
}
.memo p{
  line-height: 2;
  font-size: 1.6rem;
}