/* CSS Document */
::-webkit-scrollbar-track-piece {
    background-color: transparent;
  }
  ::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }
  *,
  *:before,
  *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
  }
  @font-face {
    font-family: 'SourceH';
    src: url('../fonts/SourceHanSerifCN.otf') format('truetype');
  }
  html,body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: "SourceH", "Microsoft Yahei" !important;
    font-style: inherit;
    font-weight: inherit;
    outline: 0;
    vertical-align: baseline;
    overflow-x: hidden;
    color: #222;
  }
  html,body{
    position: relative;
  }
  button,
  input,
  optgroup,
  select,
  textarea,
  a {
    color: inherit;
    font: inherit;
    margin: 0;
    outline: medium !important;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
  }
  a{
    color: #222;
  }
  a:hover {
    color: #DB0F2C;
    text-decoration: none;
  }
  h1, h2, h4, h5, h6 {
    font-weight: normal;
    padding: 0;
    margin: 0;
  }
  ul, li, dd, dl {
    padding: 0;
    margin: 0;
    list-style: none;
  }
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont';  /* Project id 4670940 */
  src: url('//at.alicdn.com/t/c/font_4670940_x0odxjxpgo.woff2?t=1726835663334') format('woff2'),
       url('//at.alicdn.com/t/c/font_4670940_x0odxjxpgo.woff?t=1726835663334') format('woff'),
       url('//at.alicdn.com/t/c/font_4670940_x0odxjxpgo.ttf?t=1726835663334') format('truetype');
}
.iconfont{
  font-family:"iconfont" !important;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.contactW{
  padding: 0 12%;
  width: 100%;
}
@font-face {
  font-family: 'Bahn';
  src: url('../fonts/bahnschrift.ttf') format('truetype');
}
.Bahn{
  font-family: 'Bahn';
  font-weight: lighter;
  text-transform: uppercase !important;
}
header{
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  padding:15px 0;
  transition: all 0.2s ease-in-out;
  z-index: 2;
}
header:hover, header.active{
  background: rgba(255, 255, 255, 0.85);
  padding:15px 0;
  box-shadow:0 0 10px rgba(0, 0, 0, 0.15);
  backdrop-filter: saturate(180%) blur(10px);
}
header.active img{
  background: url(../img/logo.png) no-repeat bottom;
  background-size: 100%;
}
header img{
  height: 42px;
  width: 165px;
  background: url(../img/logo.png) no-repeat top;
  background-size: 100%;
}
header:hover img{
  background: url(../img/logo.png) no-repeat bottom;
  background-size: 100%;
}
header ul{
  text-align: center;
  margin-top:20px;
}
header:hover ul, header.active ul{
  margin-top:15px;
}
header ul li{
  display: inline-block;
  padding: 0 25px;
}
header .CN{
  margin-left:100px;
  color: #FFF;
  background: #DB0F2C;
  display: inline-block;
  padding: 4px 10px;
}
header .EN{
  color: #FFF;
  padding-left:10px;
}
header:hover .EN{
  color: #FFF;
  padding-left:10px;
}
header svg{
  color: #FFF;
  float: left;
  padding: 4px 0 0 5px;
}
header ul li a{
  color: #FFF;
  font-size: 20px;
}
header .nav{
  position: relative;
}
header .nav:hover dl{
  display: block;
}
header .nav dl{
  background:rgba(255, 255, 255, 0.98);
  border-radius: 6px;
  position: absolute;
  padding:10px 30px;
  white-space:nowrap;
  display: none;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
header .nav dl dd a{
  color: #222;
  font-size: 16px;
  padding: 6px 0;
  display: block;
}
header.active ul li a, header.active .EN, header:hover .EN, header:hover ul li a{
  color: #222;
}
header.active ul li a:hover, header:hover ul li a:hover, header .nav dl dd a:hover{
  color: #DB0F2C;
}
header .CN:hover{
  background: #c1031f;
  color: #FFF;
}
header.active svg, header:hover svg{
  color: #999;
}
.Banner h1{
  font-size: 52px;
  padding:80px 0 20px 0;
  font-weight: bold;
}
.Banner h4{
  font-size: 24px;
}
footer{
  background: #DB0F2C;
  color: #FFF;
}
.TatleB{
  font-size: 52px;
  font-weight: bold;
}
.BrTxt h1{
  padding-bottom: 70px;
}
.BrTxt p{
  font-size: 22px;
  margin: 15px 0;
  line-height: 42px;
}
.BrTxt a{
  display: inline-block;
  border-bottom: 1px #CCC solid;
  padding:8px 15px;
  margin-top:30px;
  color: #888;
}
.BrTxt a:hover{
  border-bottom:1px #DB0F2C solid;
  color: #DB0F2C;
}
.stNo{
  color: #666;
  font-size: 20px;
}
.stNo img{
  margin-right:35px;
  width: 100px;
}
.stNo span{
  font-size: 60px;
  color: #15335F;
  font-weight: bold;
  line-height: 68px;
}
.InNo{
  color: #666;
  font-size: 18px;
}
.InNo img{
  margin-right:20px;
}
.InNo span{
  font-size: 42px;
  color: #DB0F2C;
  font-weight: bold;
  line-height: 44px;
}
.PrClass{
  height: 100vh;
  display: flex;
  align-items: center;
  justify-items: center;
}
.PrClass ul{
  text-align: center;
  display: flex;
  float: left;
  text-align: center;
  height: 100vh;
  width: 100%;
}
.PrClass ul li{
  flex: 1;
  text-align: center;
  background-size: cover;
  transition: all 0.2s ease-in-out;
}
.PrClass ul li:hover {
  flex: 2;
  transition: all 0.2s ease-in-out;
}
.PrClassI ul li:hover {
  flex: 2;
  transition: all 0.2s ease-in-out;
}
.PrClass ul li .uk-position-cover{
  border-right: 2px solid rgba(255, 255, 255, 0.4);
  background:rgba(252, 238, 227, 0.8);
  transition: all 0.2s ease-in-out;
}
.PrClass ul li:hover .uk-position-cover{
  background:rgba(252, 238, 227, 0);
}
.accordion li:nth-child(1) {
  border-left:none;
  background: url("../img/PrClass1.png") no-repeat center bottom;
}
.accordion li:nth-child(2) {
  border-left:none;
  background: url("../img/PrClass2.png") no-repeat center bottom;
}
.accordion li:nth-child(3) {
  border-left:none;
  background: url("../img/PrClass3.png") no-repeat center bottom;
}
.accordion li:nth-child(4) {
  border-left:none;
  background: url("../img/PrClass4.png") no-repeat center bottom;
}
.accordion li:nth-child(5) {
  border-left:none;
  background: url("../img/PrClass5.png") no-repeat center bottom;
}
.accordion li:nth-child(6) {
  border-left:none;
  background: url("../img/PrClass6.png") no-repeat center bottom;
}
.accordion li:nth-child(7) {
  border-left:none;
  background: url("../img/PrClass7.png") no-repeat center bottom;
}
.PrClass ul li:nth-child(1):hover {
  background: url("../img/PrClass1.png") no-repeat center bottom;
}
.PrClass ul li:nth-child(2):hover {
  background: url("../img/PrClass2.png") no-repeat center bottom;
}
.PrClass ul li:nth-child(3):hover {
  background: url("../img/PrClass3.png") no-repeat center bottom;
}
.PrClass ul li:nth-child(4):hover {
  background: url("../img/PrClass4.png") no-repeat center bottom;
}
.PrClass ul li:nth-child(5):hover {
  background: url("../img/PrClass5.png") no-repeat center bottom;
}
.PrClass ul li:nth-child(6):hover {
  background: url("../img/PrClass6.png") no-repeat center bottom;
}
.PrClass ul li:nth-child(7):hover {
  background: url("../img/PrClass7.png") no-repeat center bottom;
}

.PrClassI ul li:nth-child(1):hover {
  background: url("../img/PrClassI1.png") no-repeat center bottom;
}
.PrClassI ul li:nth-child(2):hover {
  background: url("../img/PrClassI2.png") no-repeat center bottom;
}
.PrClassI ul li:nth-child(3):hover {
  background: url("../img/PrClassI3.png") no-repeat center bottom;
}
.PrClassI ul li:nth-child(4):hover {
  background: url("../img/PrClassI4.png") no-repeat center bottom;
}
.PrClassI ul li:nth-child(5):hover {
  background: url("../img/PrClassI5.png") no-repeat center bottom;
}
.PrClass ul li h2{
  font-size: 28px;
  color: #444;
  /* color: #DB0F2C; */
  transition: all 0.2s ease-in-out;
}
.PrClass a{
  display: inline-block;
  border-bottom: 1px rgba(255, 255, 255, 0.5) solid;
  padding:8px 15px;
  margin-top:40px;
  font-size: 14px;
  color: rgba(68, 68, 68, 0.3);
}
.PrClass a:hover{
  border-bottom:1px #444 solid;
  color: #444;
}
.PrClass ul li:hover h2{
  /* font-weight: bold; */
  font-size: 42px;
  color: #444;
}
.PrClass ul li:hover a{
  margin-bottom: 140px;
  border:none;
  border-radius: 100px;
  padding:10px 30px;
  color: rgba(68, 68, 68, 0.9);
  background: rgba(255, 255, 255, 0.6);
}
/* .PrClass ul li:hover:nth-child(1) h2{
  color: #5C1D1B;
}
.PrClass ul li:hover:nth-child(1) a{
  background: #C36F4D;
}
.PrClass ul li:hover:nth-child(2) h2{
  color: #3D6C2E;
}
.PrClass ul li:hover:nth-child(2) a{
  background: #70A340;
}
.PrClass ul li:hover:nth-child(3) h2{
  color: #91750D;
}
.PrClass ul li:hover:nth-child(3) a{
  background: #D7C268;
}
.PrClass ul li:hover:nth-child(4) h2{
  color: #02458F;
}
.PrClass ul li:hover:nth-child(4) a{
  background: #5FA8D8;
}
.PrClass ul li:hover:nth-child(5) h2{
  color: #9C110E;
}
.PrClass ul li:hover:nth-child(5) a{
  background: #DA817D;
}
.PrClass ul li:hover:nth-child(6) h2{
  color: #655125;
}
.PrClass ul li:hover:nth-child(6) a{
  background: #DBB867;
}
.PrClass ul li:hover:nth-child(7) h2{
  color: #AE5F1F;
}
.PrClass ul li:hover:nth-child(7) a{
  background: #E3B35E;
} */
.PrClass ul li:hover:nth-child(5) h2{
  color: #FFF;
}
.PrClass ul li:hover:nth-child(5) a{
  color: rgba(255, 255, 255，0.9);
}
.PrClass ul li:hover .uk-position-center{
  top:400px
}
.Ser_B .uk-form-label{
  float: left;
  text-align: right;
  width: 120px;
}
.Ser_B .uk-form-controls{
  margin-left:130px;
  margin-right:180px;
}
footer .interest i {
  width: 52px;
  height: 52px;
  border: 1px rgba(255, 255, 255, 0.5) solid;
  display: inline-block;
  line-height: 52px;
  text-align: center;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  font-size: 28px;
  color: rgba(255, 255, 255, 0.9);
  margin: 20px 10px;
}

footer .interest i:hover {
  background: rgba(255, 255, 255, 0.2);
}
footer a{
  color: #FFF;
  padding: 10px;
}
footer a:hover{
  color: rgba(255, 255, 255, 0.6);
}
footer dl a{
  display: block;
  text-align: center;
  padding:3px 0;
}
footer dt a{
  font-size: 18px;
  padding-bottom: 8px;
  display: block;
  text-align: center;
}

.AbouT h1{
  font-size: 52px;
  padding:0 0 20px 0;
  font-weight: bold;
  color: #222;
}
.AbouT h4{
  font-size: 24px;
  line-height: 48px;
}

.conT h1{
  padding-top:10%;
  padding-bottom:15px;
}
.NewT{
  position: relative;
  top:0;
  transition: all 0.2s ease-in-out;
  margin-bottom: 40px;
  bottom: 0;
}
.NewT:hover{
  top: -5px;
}
.NewT h4{
  margin:10px 0;
}
.NewT h5{
  color: #555;
  line-height: 28px;
  padding-bottom: 6px;
}
.NClass{
  overflow: hidden;
  margin-top:30px;
  /* border-bottom: 1px #DDD solid; */
}
.NClass li{
  display: inline-block;
}
.NClass li a{
  padding: 15px 45px;
  display: inline-block;
  font-size: 18px;
}
.NClass li a.hover{
  background: #DB0F2C;
  border-radius: 50px;
  color: #FFF;
}
.Ndiv{
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease-in-out;
  position: relative;
  top: 0;
  cursor: pointer;
}
.Ndiv p{
  overflow: hidden;
}
.Ndiv:hover{
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  top: -5px;
}
.Ndiv h3{
  padding: 10px 0 15px 0;
  margin: 0;
  font-weight: bold;
}
.Ndiv h6{
  color: #999;
}
.Ndiv h5{
  line-height: 30px;
  color: #777;
}
.Ndiv .TextT{
  transition: all 0.2s ease-in-out;
  padding: 25px;
}
.Ndiv:hover{
background: #DB0F2C;
color: #FFF;
}
.Ndiv h4 a, .Ndiv h5, .Ndiv h6, .Ndiv h3, .Ndiv h4{
  transition: all 0.2s ease-in-out;
}
.Ndiv:hover h5, .Ndiv:hover h6, .Ndiv:hover h3, .Ndiv:hover h4{
  color: #FFF;
}
.truncate-2-lines {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page{
  padding-top:40px;
}
.page .page-num-current{
  background: #DB0F2C;
  color: #FFF;
  border: 1px #DB0F2C solid;
  font-weight: bold;
}
.page .page-num-current:hover{
  background: #C5001C;
  color: #FFF;
  border: 1px #C5001C solid;
}
.page a{
  width: 48px;
  height: 48px;
  border: 1px #DDD solid;
  display: inline-block;
  line-height: 46px;
  margin: 0 5px;
  font-size: 18px;
  border-radius: 5px;
}
.page a:hover{
  background: #EEE;
}
.NtxtV p{
  font-size: 20px;
  line-height: 42px;
}
.TimeT p{
line-height: 23px;
font-size: 14px;
margin: 0;
  padding-top:8px;
}
.TimeT h4{
  font-size: 16px;
  margin: 0;
  padding: 0;
}
.TimeT span{
  font-size: 24px;
}
.NexA{
  border: 2px #FFF solid;
  background: rgba(255, 255, 255, 0.1);
  width: 52px;
  height: 52px;
  border-radius: 50px;
  color: #FFF;
  text-align: center;
  line-height: 32px;
}
.NexA svg{
  width: 12px !important;
}
.NexA:hover{
  color: #FFF;
}
.hir{
  position: relative;
  height: 300px;
}
.hir h5{
  line-height: 28px;
  margin: 10px 0;
}
.hir h3{
  font-weight: bold;
  margin: 0;
  font-size: 32px;
}
.hir::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  top:150px;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 10%, #FFFFFF 90%, rgba(255, 255, 255, 0) 100%);
}
.hir .up, .hir .don{
  position: relative;
  padding-left: 20px;
}
.hir .don::before{
  content: '';
  position: absolute;
  width: 16px;
  top:-28px;
  height: 16px;
  background: #FFF;
  border-radius: 10px;
}
.hir .up::before{
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: 132px;
  background: #FFF;
  border-radius: 10px;
}
.hir .don{
  margin-top:170px;
}
.prBg{
  text-align: center;
  cursor: pointer;
}
.prBg p{
  background: linear-gradient(180deg, #FBE7DF 0%, #FFFFFF 100%);
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  margin: 0;
  padding: 0;
}
.prBg h3{
  margin: 10px 0 8px 0;
}
.PrTxtV p{
  line-height: 32px;
  margin-top: 10px !important;
  margin-bottom: 0 !important;
  font-size: 18px;
}
.mheader{
  padding: 12px;
  background: rgba(255, 255, 255, 0.85);
  width: 100vw;
  box-shadow:0 0 10px rgba(0, 0, 0, 0.15);
  backdrop-filter: saturate(180%) blur(10px);
  z-index: 9;
}
.mheader img{
  height: 33px;
  margin-top:2px;
}
.mheader .uk-text-right a{
  height: 36px;
  background: #DB0F2C;
  color: #FFF;
  border: none;
  border-radius: 50px;
  padding: 0 20px;
  display: inline-block;
}
.mheader .uk-text-right a i{
  margin-top:8px;
  position: relative;
}
.mprci{
  background: #f5e4d6;
  padding-top:60px;
}
.mprH{
  height: calc(100vh - 60px);
}
.mprH ul li{
  position: relative;
  height: calc(100% / 5);
}
.mprH ul{
  height: calc(100vh - 60px);
}
.mprH ul li h2{
  color: #444;
  font-size: 24px;
}
.mprH ul li a{
  color: rgba(0, 0, 0, 0.4);
  border-bottom: 1px rgba(0, 0, 0, 0.2) solid;
  padding-top: 15px;
  padding-bottom: 6px;
  font-size: 14px;
  display:inline-block;
}
.mprH ul li .uk-position-cover{
  background: rgba(252, 238, 227,0.8);
}
.mprH ul li:nth-child(1){
  background: url("../img/mPrClass1.png") no-repeat center bottom;
  background-size: 100%;
}
.mprH ul li:nth-child(2){
  background: url("../img/mPrClass2.png") no-repeat center bottom;
  background-size: 100%;
}
.mprH ul li:nth-child(3){
  background: url("../img/mPrClass3.png") no-repeat center bottom;
  background-size: 100%;
}
.mprH ul li:nth-child(4){
  background: url("../img/mPrClass4.png") no-repeat center bottom;
  background-size: 100%;
}
.mprH ul li:nth-child(5){
  background: url("../img/mPrClass5.png") no-repeat center bottom;
  background-size: 100%;
}


.mprc ul li{
  position: relative;
  height: calc(100vh / 5);
  color: #444;
  text-align: center;
  background: rgba(252, 238, 227,0.8);
}
.mprc ul li h2{
  color: #444;
  font-size: 24px;
}
.mprc ul li a{
  color: rgba(0, 0, 0, 0.4);
  border-bottom: 1px rgba(0, 0, 0, 0.2) solid;
  padding-top: 15px;
  padding-bottom: 6px;
  font-size: 14px;
  display:inline-block;
}
.mprc ul li .uk-position-cover{
  background: rgba(252, 238, 227,0.8);
}
.mprc ul li:nth-child(1){
  background: url("../img/PrClass1.png") no-repeat center bottom;
}
.mprc ul li:nth-child(2){
  background: url("../img/PrClass2.png") no-repeat center bottom;
  background-size: 100%;
}
.mprc ul li:nth-child(3){
  background: url("../img/PrClass3.png") no-repeat center bottom;
  background-size: 100%;
}
.mprc ul li:nth-child(4){
  background: url("../img/PrClass4.png") no-repeat center bottom;
  background-size: 100%;
}
.mprc ul li:nth-child(5){
  background: url("../img/PrClass5.png") no-repeat center bottom;
  background-size: 100%;
}
.mprc ul li:nth-child(6){
  background: url("../img/PrClass6.png") no-repeat center bottom;
  background-size: 100%;
}
.mprc ul li:nth-child(7){
  background: url("../img/PrClass7.png") no-repeat center bottom;
  background-size: 100%;
}
.mhir{
  margin-top:100px;
}
.mhir h3{
  font-weight: bold;
  font-size: 32px;
}
.mhir h5{
  font-size: 20px;
  line-height: 38px;
}
.Vheig{
  padding-top:119px
}
.text-clamp {
  overflow: hidden;              /* 隐藏溢出内容 */
  text-overflow: ellipsis;        /* 溢出时用省略号表示 */
  display: -webkit-box;           /* 使用Webkit的盒子模型 */
  -webkit-line-clamp: 3;          /* 限制显示的文本行数为3 */
  -webkit-box-orient: vertical;   /* 设置盒子的子元素排列方式为垂直 */
}
.text-clampT {
  overflow: hidden;              /* 隐藏溢出内容 */
  text-overflow: ellipsis;        /* 溢出时用省略号表示 */
  display: -webkit-box;           /* 使用Webkit的盒子模型 */
  -webkit-line-clamp: 2;          /* 限制显示的文本行数为3 */
  -webkit-box-orient: vertical;   /* 设置盒子的子元素排列方式为垂直 */
}
@media only screen and (max-width: 1300px) {
  header ul li{
    padding: 0 20px;
  }
  header .CN{
    margin-left:20px;
  }
}
@media only screen and (max-width: 1030px) {
  header ul li{
    padding: 0 15px;
  }
  .mprc ul li:nth-child(1){
    background: url("../img/mPrClass1.png") no-repeat center bottom;
    background-size: cover;
  }
  .mprc ul li:nth-child(2){
    background: url("../img/mPrClass2.png") no-repeat center bottom;
    background-size: cover;
  }
  .mprc ul li:nth-child(3){
    background: url("../img/mPrClass3.png") no-repeat center bottom;
    background-size: cover;
  }
  .mprc ul li:nth-child(4){
    background: url("../img/mPrClass4.png") no-repeat center bottom;
    background-size: cover;
  }
  .mprc ul li:nth-child(5){
    background: url("../img/mPrClass5.png") no-repeat center bottom;
    background-size: cover;
  }
  .mprc ul li:nth-child(6){
    background: url("../img/mPrClass6.png") no-repeat center bottom;
    background-size: cover;
  }
  .mprc ul li:nth-child(7){
    background: url("../img/mPrClass7.png") no-repeat center bottom;
    background-size: cover;
  }
}
@media only screen and (max-width: 1200px) {
  .TatleB{
    font-size: 32px;
  }
  .mhir{
    margin-top:60px;
    height: 270px;
  }
  .BrTxt h1{
    padding-bottom: 40px;
  }
  .Banner h1{
    font-size: 32px;
  }
  .Banner h4{
    font-size: 18px;
  }
  .BrTxt p {
    font-size: 18px;
    line-height: 36px;
  }
  .BrTxt a{
    margin-top:10px;
  }
  .contactW{
    padding: 0 6%;
  }
  .stNo{
    font-size: 16px;
  }
  .stNo img{
    margin-right:20px;
    width: 72px;
  }
  .stNo span{
    font-size: 32px;
    line-height: 30px;
  }
  .AbouT h1{
    font-size: 32px;
  }
  .AbouT h4{
    font-size: 18px;
    line-height: 34px;
  }
  .Vheig{
    padding-top:62px
  }
  .TopI{
    padding-top:62px
  }
  .InNo span{
    font-size: 32px;
  }
  .NClass li a{
    padding: 8px 24px;
  }
  .mmaun{
    padding: 15px;
  }
  .mmaun li{
    border-bottom: 1px #ddd solid;
  }
  .mmaun li a{
    display: block;
    padding: 12px;
    font-size: 1rem;
  }
  .mmaun .uk-accordion-title::before{
    float: right;

  }
  .mmaun .uk-accordion-content{
    margin-top: 0px;
  }
  .mmaun li dl{
    padding-left:15px;
  }
  .mmaun li dl dd a{
    font-size: 14px;
    padding: 8px;
  }
}

.tas span{
  background: #eee;
  padding: 6px 16px 6px 12px;
  border-radius: 50px;
  margin-right:3px;
  display: inline-block;
  margin-top:5px;
  font-size: 14px;
}
.tas span i{
  display: inline-block;
  margin-right: 5px;
}
.swiper-container{
	width: 100%;
	height: 100vh;
}
.footer{
  height: auto;
}