* {
  margin: 0;
  padding: 0;
  font-family: 微软雅黑;
}
a {
  text-decoration: none;
}
input,
button {
  outline: none;
  border: none;
}
ul > li {
  list-style: none;
}
img {
  display: block;
}
.clearfix::after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.container {
  box-sizing: border-box;
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
/*面包屑样式*/
.crumb {
  height: 60px;
  color: #323232;
  background: #f2f2f2;
}
.crumb a {
  line-height: 60px;
  font-size: 14px;
  color: #323232;
}
.crumb a img {
  display: inline-block;
  width: 18px;
}
.swiper-button-prev {
  background-image: url(../image/left_j.png) !important;
}
.swiper-button-next {
  background-image: url(../image/right_j.png) !important;
}
.swiper-button-next,
.swiper-button-prev {
  width: 47px !important;
  height: 77px !important;
  background-size: 47px 77px !important;
}
/********头部************/
header {
  height: 36px;
  background: #f2f2f2;
}
header > .container {
  line-height: 36px;
  font-size: 14px;
  color: #323232;
}
header > .container > div:first-of-type {
  float: left;
}
header > .container > div:last-of-type {
  float: right;
}
header > .container > div:last-of-type span:first-of-type {
  font-weight: bold;
}
header > .container .tel {
  color: #af012a;
  font-size: 18px;
}
/********页脚************/
footer {
  box-sizing: border-box;
  height: 60px;
  background: #2a2d2f;
  color: #bfbfbf;
  font-size: 12px;
}
footer .links {
  float: left;
}
footer .links li {
  float: left;
  line-height: 60px;
}
footer .links li a {
  color: #bfbfbf;
  padding: 0 20px;
  border-right: 1px solid #bfbfbf;
  transition: all 0.8s;
}
footer .links li a:hover {
  color: #af012a;
}
footer .links li:last-of-type a {
  border-right: none;
}
footer .copyright {
  float: right;
  line-height: 60px;
}
footer .copyright span {
  padding: 0 20px;
  border-right: 1px solid #bfbfbf;
}
footer .copyright span:last-child {
  border-right: none;
}
/********导航************/
nav {
  box-sizing: border-box;
  height: 80px;
}
nav .logo {
  float: left;
  width: 236px;
  height: 50px;
  margin: 15px 30px 0 13px;
}
nav .menu {
  position: relative;
  float: left;
  padding-bottom: 15px;
  margin-top: 44px;
}
nav .menu li {
  float: left;
  margin-right: 50px;
}
nav .menu li a {
  font-size: 16px;
  color: #323232;
}
nav .menu li a:hover {
  color: #af012a;
}
nav .menu .active > a {
  color: #af012a;
}
nav .menu .line {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  border-radius: 2px;
  background: #af012a;
}
nav .search-box {
  position: relative;
  float: right;
  margin-top: 30px;
  height: 50px;
}
nav .search-box input {
  box-sizing: border-box;
  padding: 0 35px 0 5px;
  width: 200px;
  height: 36px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
nav .search-box button {
  cursor: pointer;
  width: 45px;
  height: 36px;
  background: url(../image/search.png) no-repeat center;
  vertical-align: bottom;
  position: absolute;
  left: 160px;
}
nav .search-box a {
  font-size: 16px;
  color: #323232;
  margin-left: 30px;
}
nav .search-box a:hover {
  color: #af012a;
}
/********首页banner************/
.index-banner {
  height: 700px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/********首页系统简介************/
.index-intro {
  color: #0054a7;
  padding: 80px 0;
}
.index-intro h2 {
  font-size: 34px;
  font-weight: normal;
  text-align: center;
}
.index-intro img {
  margin: 30px auto;
}
.index-intro p {
  line-height: 30px;
  font-size: 16px;
}
/********首页 电池管理保护功能************/
.index_func_m {
  background: #a2d2f6;
  padding: 80px 0 60px 0;
}
.index_func_m h2 {
  font-size: 28px;
  color: #0054a7;
  font-weight: normal;
  text-align: center;
}
.index_func_m p {
  max-width: 684px;
  font-size: 14px;
  color: #0054a7;
  text-align: center;
  margin: 30px auto 70px auto;
  line-height: 30px;
}
.index_func_m img {
  width: 437px;
  height: 347px;
  margin: 0 auto;
}
/********首页 安全预警防盗功能************/
.index_func_a {
  box-sizing: border-box;
  height: 608px;
  padding: 75px 0 0 0;
  background: url(../image/index_func2_bg.jpg) no-repeat center;
}
.index_func_a h2 {
  font-size: 28px;
  color: #0054a7;
  font-weight: normal;
  text-align: center;
}
.index_func_a p {
  max-width: 684px;
  line-height: 30px;
  font-size: 14px;
  color: #0054a7;
  text-align: center;
  margin: 30px auto 70px auto;
}
/********首页 大数据云服务功能************/
.index_func_d {
  box-sizing: border-box;
  height: 610px;
  padding: 80px 0 0 0;
  background: url(../image/index_func3_bg.jpg) no-repeat center -1px;
}
.index_func_d h2 {
  font-size: 28px;
  color: #0054a7;
  font-weight: normal;
  text-align: center;
}
.index_func_d p {
  line-height: 30px;
  font-size: 14px;
  color: #0054a7;
  text-align: center;
  margin: 30px auto 70px auto;
}
/********首页智锂狗系统应用 swiper************/
.index-system h2 {
  font-size: 30px;
  font-weight: normal;
  color: #0054a7;
  text-align: center;
  margin: 70px 0;
}
.index-system .swiper-container {
  position: relative;
  height: 436px;
  width: 1200px;
}
.index-system .swiper-container .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 850px;
  height: 100%;
  margin: 0 auto;
  overflow: visible;
}
.index-system .swiper-container .swiper-slide-active > .index-system-main {
  box-shadow: 0 4px 5px rgba(55, 55, 55, 0.4);
}
.index-system .swiper-container .index-system-main {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 426px;
}
.index-system .swiper-container .index-system-main a {
  position: absolute;
  text-align: center;
  left: 530px;
  top: 270px;
  width: 150px;
  height: 36px;
  background: #1d86f2;
  color: #fff;
  letter-spacing: 2px;
  font-size: 20px;
  line-height: 36px;
  border-radius: 20px;
}
.index-system .swiper-container .index-system-main .system-left {
  height: 426px;
  position: absolute;
  height: 100%;
  width: 605px;
  left: 0;
  top: 0;
  overflow: hidden;
}
.index-system .swiper-container .index-system-main .system-left img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}
.index-system .swiper-container .index-system-main .system-right {
  position: absolute;
  height: 100%;
  width: 248px;
  background: #6ca9e8;
  right: 0;
  top: 0;
  height: 426px;
}
.index-system .swiper-container .index-system-main .system-right p {
  padding-left: 44px;
  padding-top: 110px;
  color: #fff;
  font-size: 14px;
  text-align: left;
  line-height: 300%;
  letter-spacing: 1px;
}
/********首页宣传视频************/
.index-video {
  padding-bottom: 95px;
  /*iframe {
    display: block;
    margin: 0 auto;
    height: 600px;
    width: 1040px;
    border: none;
  }*/
}
.index-video h2 {
  font-size: 30px;
  font-weight: normal;
  color: #0054a7;
  margin: 70px 0;
  text-align: center;
}
.index-video .iframe-item {
  float: left;
  width: 400px;
  text-align: center;
}
/********服务与支持页面 banner************/
.support-banner {
  box-sizing: border-box;
  height: 500px;
  background: url(../image/s_b.jpg) no-repeat center;
  background-size: cover;
  padding-top: 210px;
}
.support-banner div {
  text-align: center;
  color: #af012a;
  font-size: 40px;
}
/********服务与支持页面 工具栏************/
.support-toolbar ul {
  padding-left: 100px;
}
.support-toolbar li:first-child div {
  background-position: 0 0;
}
.support-toolbar li:first-child:hover div {
  background-position: 0 -90px;
}
.support-toolbar li:nth-child(2) div {
  background-position: -90px 0;
}
.support-toolbar li:nth-child(2):hover div {
  background-position: -90px -90px;
}
.support-toolbar li:nth-child(3) div {
  background-position: -180px 0;
}
.support-toolbar li:nth-child(3):hover div {
  background-position: -180px -90px;
}
.support-toolbar li:nth-child(4) div {
  background-position: -270px 0;
}
.support-toolbar li:nth-child(4):hover div {
  background-position: -270px -90px;
}
.support-toolbar li:nth-child(5) div {
  background-position: -360px 0;
}
.support-toolbar li:nth-child(5):hover div {
  background-position: -360px -90px;
}
.support-toolbar li {
  position: relative;
  box-sizing: border-box;
  float: left;
  width: 200px;
  height: 240px;
  cursor: pointer;
  border-radius: 5px;
  transition: all 0.3s;
}
.support-toolbar li div {
  width: 90px;
  height: 90px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../image/s_s.png) no-repeat;
}
.support-toolbar li p {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 18px;
  color: #323232;
  bottom: -40px;
  text-align: center;
  transition: all 0.4s;
}
.support-toolbar li:hover {
  background: #25922b;
}
.support-toolbar li:hover p {
  color: #fff;
}
/********服务与支持页面 区域分布************/
.support-area {
  box-sizing: border-box;
  height: 700px;
  background: #eceaeb;
}
.support-area .container {
  height: 100%;
  background: url(../image/s_map.png) no-repeat right center;
}
.support-area article {
  width: 365px;
  margin-top: 270px;
  color: #303030;
  font-size: 20px;
}
.support-area article button {
  display: block;
  background: #bd080c;
  color: #fff;
  font-size: 20px;
  width: 197px;
  height: 53px;
  margin-top: 60px;
}
.support-area article span {
  font-size: 14px;
  color: #323232;
}
/********服务与支持页面 注册供应商************/
.support-joinus {
  box-sizing: border-box;
  height: 550px;
  padding-top: 190px;
  background: url(../image/s_pbg.jpg) no-repeat center;
}
.support-joinus p {
  font-size: 18px;
  color: #7c7c7c;
  width: 990px;
  margin: 0 auto;
  line-height: 30px;
  letter-spacing: 1px;
}
.support-joinus a {
  display: block;
  font-size: 30px;
  margin-top: 80px;
  text-align: center;
  color: #0054a7;
}
/********服务与支持页面 智锂狗App下载************/
.app-download {
  padding-bottom: 90px;
}
.app-download li {
  box-sizing: border-box;
  height: 106px;
  padding: 0 35px 0 50px;
  border-bottom: 1px solid #dddddd;
}
.app-download h2 {
  font-size: 30px;
  color: #0054a7;
  text-align: center;
  font-weight: normal;
  padding: 70px 0 50px 0;
}
.app-download div.left {
  float: left;
  height: 100%;
  background: url(../image/dog_w.png) no-repeat left center;
}
.app-download div.left span {
  display: block;
  line-height: 106px;
  margin-left: 80px;
  font-size: 20px;
  color: #323232;
}
.app-download div.right {
  float: right;
  height: 100%;
}
.app-download div.right span:first-of-type {
  height: 106px;
  line-height: 106px;
  font-size: 16px;
  color: #909090;
}
.app-download div.right img {
  display: inline-block;
  vertical-align: middle;
  width: 54px;
  height: 54px;
  cursor: pointer;
  margin-left: 44px;
}
.app-download li:last-of-type {
  border-bottom: none;
}
.app-download li:last-of-type div.left {
  background: url(../image/dog_b.png) no-repeat left center;
}
/********商城页面 banner************/
.pricing-banner {
  height: 500px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.pricing-banner div {
  font-size: 44px;
  color: #0054a7;
  padding: 170px 0 0 200px;
}
.pricing-product {
  padding-bottom: 90px;
}
.pricing-product .pricing-title {
  text-align: center;
  font-size: 26px;
  color: #323232;
  padding: 50px 0 20px 0;
}
.pricing-product .pricing-title-des {
  text-align: center;
}
.pricing-product .pricing-title-des a {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  padding: 0 15px;
  border-radius: 10px;
  font-size: 14px;
  color: #909090;
  background: #fff;
  border: 1px solid #d7d7d7;
}
.pricing-product li:nth-child(3n) {
  margin-right: 0;
}
.pricing-product li {
  float: left;
  margin: 47px 45px 0 0;
  cursor: pointer;
}
.pricing-product li .img-box {
  cursor: pointer;
  position: relative;
  width: 360px;
  height: 220px;
  background: #e2e2e2;
  overflow: hidden;
}
.pricing-product li .img-box img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 350px;
}
.pricing-product li p {
  margin-top: 10px;
  font-size: 16px;
  color: #909090;
}
.pricing-product li p:first-of-type {
  color: #323232;
  font-weight: 700;
}
.pricing-product li p .price-red {
  color: #ff0c0c;
  font-size: 20px;
}
.pricing-product li p .price-gray {
  color: #909090;
}
.pricing-product li a {
  display: block;
  width: 130px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  color: #fff;
  background: #f80616;
  text-align: center;
}
/********产品页面 banner************/
.product-banner {
  height: 578px;
  background-repeat: no-repeat;
  background-position: center;
}
.product-banner img {
  float: left;
  /*   width: 400px;*/
  height: 523px;
  margin: 60px 0 0 120px;
}
.product-banner strong {
  font-weight: normal;
  font-size: 36px;
  color: #202020;
}
.product-banner p {
  font-size: 20px;
  margin-top: 50px;
  color: #202020;
}
.product-banner .des {
  float: left;
  margin: 250px 0 0 120px;
}
.p-list li {
  margin-bottom: 98px;
}
.p-list .top-banner {
  height: 60px;
  background: #e5e5e5;
}
.p-list .l-top {
  display: inline-block;
  padding: 0 18px;
  height: 30px;
  line-height: 30px;
  color: #FFF;
  background: #1d86f2;
}
.p-list .p-info {
  position: relative;
  border-top: 1px solid #d4d4d4;
}
.p-list .p-img {
  float: left;
  margin: 70px 70px 0 100px;
}
.p-list .p-img img {
  width: 300px;
}
.p-list .p-des {
  float: left;
  padding-top: 200px;
  max-width: 680px;
}
.p-list .p-des p {
  line-height: 35px;
  font-size: 16px;
  color: #323232;
}
.p-list .top-p {
  padding-top: 60px;
}
.p-list .top-p p {
  line-height: 30px;
  font-size: 14px;
  color: #323232;
}
.p-list .middle {
  width: 840px;
  margin: 110px auto 0 auto;
}
.p-list .middle .item-n {
  float: left;
  height: 69px;
  width: 120px;
  background: url(../image/pp_n.png) no-repeat center;
}
.p-list .middle .item {
  width: 120px;
  float: left;
  text-align: center;
}
.p-list .middle .item p {
  margin-top: 25px;
  font-size: 18px;
  color: #323232;
}
.p-list .middle .item img {
  display: block;
  margin: 0 auto;
  height: 69px;
}
.p-list .bottom {
  margin-top: 90px;
}
.p-list .bottom .left {
  float: left;
}
.p-list .bottom .dog {
  text-align: center;
  float: left;
  margin: 180px 70px 0 140px;
}
.p-list .bottom .dog p {
  font-size: 14px;
  color: #323232;
  margin-top: 15px;
}
.p-list .bottom .dog img {
  display: block;
  margin: 0 auto;
}
.p-list .bottom .qr {
  float: left;
  margin: 200px 0 0 0;
  padding-left: 88px;
  border-left: 1px solid #d1d1d1;
}
.p-list .bottom .qr img {
  display: block;
  margin: 0 auto;
}
.p-list .bottom .qr p {
  margin-top: 34px;
  text-align: center;
}
.p-list .bottom .qr p a {
  display: inline-block;
  color: #fff;
  background: #1d86f2;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
}
.p-list a.detail {
  position: absolute;
  right: 50px;
  bottom: 0;
  height: 40px;
  line-height: 40px;
  color: #FFF;
  font-size: 16px;
  padding: 0 15px 0 40px;
  background: url(../image/search_w.png) no-repeat 10px center #1d86f2;
}
/********产品详情页面 banner************/
.product-details .crumb {
  background: #e5e5e5;
  height: 60px;
}
.product-details .crumb a {
  font-size: 14px;
  color: #323232;
}
.product-details .crumb img {
  width: 15px;
}
.product-details .p-title {
  font-size: 20px;
  color: #323232;
  text-align: center;
  padding: 40px 0 20px 0;
  border-bottom: 1px solid #d4d4d4;
}
.pd-detail {
  height: 600px;
}
.pd-detail .container {
  background: #8fbbe6;
}
.pd-detail .left {
  float: left;
  width: 860px;
}
.pd-detail .left img {
  width: 100%;
  height: 100%;
}
.pd-detail .right {
  float: left;
  padding: 180px 0 0 40px;
}
.pd-detail .right p {
  font-size: 22px;
  color: #191919;
  line-height: 60px;
}
.pd-body {
  padding: 38px 0 90px 0;
}
.pd-body h5 {
  font-size: 18px;
  color: #323232;
  font-weight: normal;
  border-bottom: 1px solid #d8d6d6;
}
.pd-body h5 span {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 2px solid #af012a;
}
.pd-body ol {
  padding: 0 0 0 80px;
}
.pd-body li {
  list-style-type: decimal;
  list-style-position: inside;
  line-height: 25px;
  margin-top: 22px;
}
/*商品详情页面*/
.pricing-detail-top {
  padding: 50px 0;
}
.pricing-detail-top .d-left {
  float: left;
  position: relative;
  width: 360px;
  height: 218px;
  background: #e2e2e2;
  overflow: hidden;
}
.pricing-detail-top .d-left img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 360px;
}
.pricing-detail-top .d-right {
  float: left;
  margin-left: 90px;
  height: 218px;
}
.pricing-detail-top .d-right p {
  font-size: 16px;
  color: #909090;
  line-height: 40px;
}
.pricing-detail-top .d-right p:first-of-type {
  color: #323232;
  font-weight: 700;
}
.pricing-detail-top .d-right p .p-red {
  color: #ff0c0c;
  font-size: 20px;
}
.pricing-detail-top .d-right p .p-gray {
  color: #909090;
  margin-left: 10px;
}
.pricing-detail-top .btn {
  float: left;
  position: relative;
  margin-left: 100px;
  width: 150px;
  height: 218px;
}
.pricing-detail-top .btn button {
  position: absolute;
  bottom: 0;
  font-size: 16px;
  color: #FFF;
  background: #d40000;
  line-height: 40px;
  padding: 0 22px;
  border-radius: 4px;
  cursor: pointer;
}
.pricing-detail-bottom .title {
  display: inline-block;
  line-height: 28px;
  padding: 0 20px;
  border: 1px solid #d7d7d7;
  border-bottom: 0;
  border-radius: 4px;
  font-size: 16px;
}
.pricing-detail-bottom .content {
  border-top: 1px solid #d7d7d7;
  padding: 20px 0 50px 0;
}
.mark-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: none;
}
.mark-wrapper .alert-box {
  overflow: hidden;
  width: 320px;
  height: 150px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.mark-wrapper .alert-box .alert-content {
  margin-top: 15px;
  padding: 0 20px;
}
.mark-wrapper .alert-box .alert-content p {
  line-height: 30px;
  color: #323232;
}
.mark-wrapper .alert-box .alert-content p:last-of-type {
  text-align: right;
}
.mark-wrapper .alert-box .alert-content p:last-of-type button {
  margin-top: 20px;
  border: 1px solid #1C87F3;
  padding: 5px 15px;
  cursor: pointer;
  background: none;
}
.mark-wrapper .alert-box .close-btn {
  position: absolute;
  right: 5px;
  cursor: pointer;
}
@media only screen and (max-width: 1200px) {
  footer {
    height: auto;
  }
  footer .links {
    float: none;
  }
  footer .links li {
    line-height: 30px;
  }
  footer .copyright {
    float: none;
    line-height: 30px;
  }
  footer .copyright span {
    display: block;
  }
  .container {
    width: 100%;
  }
  nav {
    height: auto;
  }
  nav .logo {
    width: auto;
    height: 30px;
  }
  nav .menu {
    display: none;
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    top: 102px;
    background: #f9f9f9;
    z-index: 999;
  }
  nav .menu.show-menu {
    display: block;
  }
  nav .menu li {
    float: none;
    width: 100%;
    text-align: center;
    padding: 5px 0;
  }
  nav .menu .line {
    display: none;
  }
  nav .menu-button {
    float: right;
    top: 0;
    left: 0;
    padding: 12px 9px 13px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #2C8DFB;
  }
  nav .cross .bar:nth-of-type(1) {
    transform: translatey(11px) rotate(-40.5deg);
  }
  nav .cross .bar:nth-of-type(2) {
    opacity: 0.05;
  }
  nav .cross .bar:nth-of-type(3) {
    transform: translatey(-11px) rotate(40.5deg);
  }
  nav .bar {
    position: relative;
    display: block;
    width: 37px;
    height: 3px;
    margin: 8px auto;
    background-color: #fff;
    border-radius: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  nav .search-box {
    display: none;
  }
  header .container > div:last-of-type {
    display: none;
  }
  .index-banner {
    height: 35vw;
  }
  .index-intro {
    padding: 15px 0;
  }
  .index-intro img {
    margin: 15px auto;
  }
  .index-intro h2 {
    font-size: 16px;
  }
  .index-intro p {
    font-size: 12px;
    margin: 5px auto;
    padding: 0 10px;
  }
  .index_func_m {
    padding: 15px 0;
  }
  .index_func_m img {
    width: 130px;
    height: auto;
  }
  .index_func_m h2 {
    font-size: 16px;
  }
  .index_func_m p {
    font-size: 12px;
    margin: 15px auto;
  }
  .index_func_a {
    height: 310px;
    background-size: auto 100%;
    padding: 15px 0 0 0;
  }
  .index_func_a h2 {
    font-size: 16px;
  }
  .index_func_a p {
    padding: 0 15px;
    font-size: 12px;
    margin: 5px auto;
  }
  .index_func_d {
    height: 400px;
    padding: 15px 0 0 0;
    background-size: auto 100%;
  }
  .index_func_d h2 {
    font-size: 16px;
  }
  .index_func_d p {
    padding: 0 15px;
    font-size: 12px;
    margin: 15px auto;
  }
  .index-system h2 {
    font-size: 16px;
    margin: 30px auto;
  }
  .index-system .swiper-container {
    height: 43vw;
    width: auto;
  }
  .index-system .swiper-container .index-system-main {
    height: 100%;
  }
  .index-system .swiper-container .index-system-main .system-left {
    width: 100%;
  }
  .index-system .swiper-container .index-system-main .system-left img {
    width: auto;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
  }
  .index-system .swiper-container .index-system-main .system-right {
    width: 40%;
  }
  .index-system .swiper-container .index-system-main .system-right p {
    padding-left: 10%;
    padding-top: 30%;
    line-height: 150%;
  }
  .index-video {
    padding-bottom: 30px;
  }
  .index-video h2 {
    font-size: 16px;
    margin: 30px auto;
  }
  .index-video .iframe-item {
    width: 90vw;
    height: 50vw;
    margin: 0 auto;
    float: none;
    padding-bottom: 15px;
  }
  .index-video iframe {
    width: 100%;
    height: 80%;
  }
  .support-banner {
    overflow: hidden;
    height: 35vw;
    padding: 0;
  }
  .support-banner div {
    font-size: 20px;
    line-height: 35vw;
    height: 35vw;
  }
  .support-toolbar ul {
    padding: 0;
  }
  .support-toolbar li {
    width: 20vw;
    height: 50vw;
  }
  .support-toolbar li div {
    width: 18vw;
    height: 18vw;
    background-size: 80vw;
  }
  .support-toolbar li p {
    font-size: 12px;
    bottom: -15px;
  }
  .support-toolbar li:nth-child(1) div {
    background-position: 2vw 0;
  }
  .support-toolbar li:nth-child(1):hover div {
    background-position: 2vw -16vw;
  }
  .support-toolbar li:nth-child(2) div {
    background-position: -15vw 0;
  }
  .support-toolbar li:nth-child(2):hover div {
    background-position: -15vw -16vw;
  }
  .support-toolbar li:nth-child(3) div {
    background-position: -32vw 0;
    width: 16vw;
  }
  .support-toolbar li:nth-child(3):hover div {
    background-position: -32vw -16vw;
  }
  .support-toolbar li:nth-child(4) div {
    background-position: -48vw 0;
    width: 16vw;
  }
  .support-toolbar li:nth-child(4):hover div {
    background-position: -48vw -16vw;
  }
  .support-toolbar li:nth-child(5) div {
    background-position: -64vw 0;
    width: 16vw;
  }
  .support-toolbar li:nth-child(5):hover div {
    background-position: -64vw -16vw;
  }
  .support-area {
    height: 100vw;
  }
  .support-area .container {
    background-size: 80vw;
    background-position: center 15px;
  }
  .support-area article {
    width: 100%;
    margin-top: 60vw;
    font-size: 12px;
  }
  .support-area article p {
    padding: 15px;
  }
  .support-area article button {
    width: 100px;
    height: 30px;
    font-size: 12px;
    margin-top: 5px;
    margin-left: 15px;
  }
  .support-area article span {
    margin-left: 15px;
  }
  .support-joinus {
    box-sizing: content-box;
    height: 50vw;
    background-size: auto 40vw;
    padding: 5vw 15px;
  }
  .support-joinus .container {
    margin-top: 25vw;
    transform: translateY(-50%);
  }
  .support-joinus p {
    width: 100%;
    font-size: 12px;
  }
  .support-joinus a {
    margin-top: 15px;
    font-size: 14px;
  }
  .pricing-banner {
    height: 35vw;
    overflow: hidden;
  }
  .pricing-banner div {
    font-size: 20px;
    padding: 0;
    text-align: center;
    margin-top: 17vw;
    transform: translateY(-50%);
  }
  .pricing-product {
    padding-bottom: 30px;
  }
  .pricing-product .pricing-title {
    font-size: 16px;
    padding-bottom: 8px;
  }
  .pricing-product li {
    width: 32vw;
    height: auto;
    margin: 20px 2vw 0 0;
  }
  .pricing-product li .price-red {
    font-size: 14px !important;
  }
  .pricing-product li .img-box {
    position: relative;
    width: 32vw;
    height: 20vw;
    background: #e2e2e2;
    overflow: hidden;
  }
  .pricing-product li .img-box img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 25vw;
  }
  .pricing-product li p {
    font-size: 8px;
    margin: 10px 0;
  }
  .pricing-product li a {
    font-size: 12px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 5vw;
  }
  .pricing-product li:nth-child(3n) {
    margin-right: 0;
  }
  .product-banner {
    height: 35vw;
    background-size: 100% 100%;
  }
  .p-list li {
    margin-bottom: 38px;
  }
  .p-list .l-top {
    font-size: 16px;
  }
  .p-list .top-p {
    padding-top: 15px;
  }
  .p-list .top-p p {
    padding: 0 15px;
    font-size: 12px;
  }
  .p-list .middle {
    margin: 30px auto 0 auto;
  }
  .p-list .middle .item {
    width: 22vw;
  }
  .p-list .middle .item p {
    font-size: 12px;
    margin-top: 10px;
  }
  .p-list .middle .item img {
    height: 15vw;
  }
  .p-list .middle .item-n {
    width: 4vw;
  }
  .p-list .bottom {
    margin-top: 30px;
  }
  .p-list .bottom .left {
    float: none;
  }
  .p-list .bottom .left img {
    margin: auto;
    max-width: 30vw;
  }
  .p-list .bottom .dog {
    float: none;
    margin: 30px 0 0 0;
  }
  .p-list .bottom .dog img {
    width: 15vw;
  }
  .p-list .bottom .dog p {
    font-size: 12px;
    margin-top: 5px;
  }
  .p-list .bottom .qr {
    float: none;
    padding-left: 0;
    margin: 50px 0 0 0;
  }
  .p-list .bottom .qr p {
    margin-top: 10px;
  }
  .p-list .bottom .qr p a {
    font-size: 12px;
  }
  .p-list .p-img {
    float: none;
    margin: 30px 0 0 0;
  }
  .p-list .p-img img {
    margin: 0 auto;
    /*height: 40vw;*/
  }
  .p-list .top-banner {
    height: 10vw;
  }
  .p-list .p-des {
    float: none;
    padding: 15px;
  }
  .p-list .p-des p {
    font-size: 12px;
  }
  .p-list a.detail {
    position: static;
    display: inline-block;
    margin-left: 15px;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
  }
  /*商品详情页面*/
  .pricing-detail-top {
    padding: 50px 0;
  }
  .pricing-detail-top .d-left {
    width: 30vw;
    height: 25vw;
  }
  .pricing-detail-top .d-left img {
    width: 25vw;
  }
  .pricing-detail-top .d-right {
    margin-left: 5px;
    height: 25vw;
  }
  .pricing-detail-top .d-right p {
    font-size: 10px;
    line-height: 25px;
  }
  .pricing-detail-top .btn {
    margin-left: 10px;
    width: 20vw;
    height: 25vw;
  }
  .pricing-detail-top .btn button {
    font-size: 10px;
    background: #d40000;
    line-height: 25px;
    padding: 0 10px;
  }
}
/*# sourceMappingURL=main.css.map */