html {
  font-size: 100px;
  color: #000000;
  -webkit-text-size-adjust: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
  -webkit-backface-visibility:hidden;
}

html, body {
  height: 100%;
}

body, div, p, img, span {
  padding: 0;
  margin: 0;  
}

body {
  width: 100%;
  background-color:#ffffff;
  /* font-family: 'oke' */
}

img {
  display: block;
  width: 100%;
}

a {
  background-color: transparent;
}
  
a:active,a:hover {
  outline: 0;
}

a,div {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
  
a,a:hover,a:active,a:visited,a:link,a:focus{
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
  outline:none;
  background: none;
  text-decoration: none;
  color: #000000;
}


/* ::selection { 
  background: #FFF; 
  color: #000000; 
} 
::-moz-selection { 
  background: #FFF; 
  color: #000000; 
} 
::-webkit-selection { 
  background: #FFF; 
  color: #000000; 
} */

.left {
  float: left;
}

.right {
  float: right;
}

.hide {
  display: none !important;
}

.block {
  display: block !important;
}

header {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 12px;
  box-sizing: border-box;
  font-size: 18px;
  letter-spacing: 3px;
  font-weight: bold;
}

header span {
  margin-right: 5px;
}

.container {
  width: 100%;
}

.main-box .list-item {
  width: 100%;
}

.main-box .pt {
  padding-top: .6rem;
}

.main-box .list-double {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap ;
}

.main-box .list-double .list-item {
  width: 25%;
}

footer {
  width: 100%;
  background: #E6E6E6;
  padding: 0 20px;
  box-sizing: border-box;
}

.f-item {
  width: 100%;
  min-height: 65px;
  border-bottom: 1px solid #d3d3d3;
  clear: both;
  display: table;
  content: '';
  cursor: pointer;
}

.f-item .fix-l {
  float: left;
  width: 14px;
  margin-right: -14px;
  position: relative;
  height:65px;
}

.f-item .fix-l img {
  position: absolute;
  top:50%;
  transform: translateY(-50%);
}

.f-item .fix-l.mail {
  float: left;
  width: 25px;
  margin-right: -25px;
}

.f-item .fluid-wrap {
  float: left;
  width: 100%;
}

.f-item .fluid-wrap .fluid-box {
  margin-left: 25px;
  font-family: 'Arial';
  color: #000000;
}

.f-item .fluid-wrap .fluid-box.mail {
  margin-left: 50px;
}

.f-item .fluid-box .fluid-title {
  font-size: 0.21rem;
  line-height: 0.25rem;
  height: 65px;
  line-height: 65px;
}

.f-item .fluid-box .fluid-title .title.line {
  /* text-decoration: underline; */
  border-bottom: 1px solid #000000;
  padding-bottom: 5px;
}

.f-item .fluid-box .fluid-content {
  /* padding: 10px 0 30px; */
  box-sizing: border-box;
  font-size: 0.18rem;
  line-height: 0.35rem;
  height: 0px;
  overflow: hidden;
  transition: height 400ms linear;
}

.icon-item {
  width: 100%;
  height: 90px;
  display: flex;
  align-items: center;
}

.icon-item .icon {
  width: 30px;
  margin-right: 30px;
}

.icon-item .icon.tmall {
  width: 90px;
}

@media only screen and (max-width: 768px) {
  .main-box .list-double .list-item {
    width: 50%;
  }

  .main-box .pt {
    padding-top: .3rem;
  }

  .f-item .fix-l {
    float: left;
    width: 10px;
    margin-right: -10px;
    position: relative;
    height:65px;
  }
  
  .f-item .fix-l img {
    position: absolute;
    top:50%;
    transform: translateY(-50%);
  }
  
  .f-item .fix-l.mail {
    float: left;
    width: 20px;
    margin-right: -20px;
  }
  
  .f-item .fluid-wrap {
    float: left;
    width: 100%;
  }
  
  .f-item .fluid-wrap .fluid-box {
    margin-left: 20px;
    font-family: 'Arial';
    color: #000000;
  }
  
  .f-item .fluid-wrap .fluid-box.mail {
    margin-left: 40px;
  }
  
  .f-item .fluid-box .fluid-title {
    font-size: 0.16rem;
    line-height: 0.20rem;
    height: 65px;
    line-height: 65px;
  }
  
  .f-item .fluid-box .fluid-title .title.line {
    /* text-decoration: underline; */
    border-bottom: 1px solid #000000;
    padding-bottom: 5px;
  }
  
  .f-item .fluid-box .fluid-content {
    /* padding: 10px 0 30px; */
    box-sizing: border-box;
    font-size: 0.14rem;
    line-height: 0.30rem;
    height: 0px;
    overflow: hidden;
    transition: height 400ms linear;
  }
  
  .icon-item {
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
  }
  
  .icon-item .icon {
    width: 20px;
    margin-right: 20px;
  }
  
  .icon-item .icon.tmall {
    width: 60px;
  }
}.container {
  width: 100%;
}

.main-box .list-item {
  width: 100%;
}

.swiper-pagination {
  bottom: 0px !important;
}

.swiper-pagination .swiper-pagination-bullet {
  width: .14rem !important;
  height: .14rem !important;
  background: #ffffff !important;
  opacity: 1 !important;
  margin: 0 .06rem !important;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: .6 !important;
}

.video-box {
  width: 100%;
  position: relative;
}

.video-box .video-wrap {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.video-box .video-wrap .video {
  width: 100%;
}

.video-box .video-image {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.video-box .video-image .play {
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 768px) {
  .swiper-pagination .swiper-pagination-bullet {
    width: .07rem !important;
    height: .07rem !important;
    background: #ffffff !important;
    opacity: 1 !important;
    margin: 0 .04rem !important;
  }
}