.around-center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.un-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}
.center-all {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.center-all-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
/*去除padding*/
.noScroll {
  -webkit-overflow-scrolling: touch;
  -webkit-overflow-scrolling: auto;
}
/*
.asset::-webkit-scrollbar { display:none }*/
.ch {
  color: #25c011;
}
.more {
  color: #25c011;
}
.more img {
  width: 11px;
  height: 11px;
  margin-left: 2px;
  vertical-align: inherit;
}
.more:active {
  color: #25c011;
}
.more:visited {
  color: #25c011;
}
img {
  width: 100%;
  height: 100%;
}
.choose-brand__wrapper,
.choose-model__wrapper {
  display: none;
  width: 980px;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 25px;
  zoom: 1;
}
.choose-brand__wrapper:after,
.choose-model__wrapper:after {
  content: "";
  display: block;
  clear: both;
}
.choose-brand__wrapper h1,
.choose-model__wrapper h1 {
  text-align: center;
  font-weight: 800;
}
.choose-brand__wrapper ul li,
.choose-model__wrapper ul li {
  width: 16%;
  height: 58px;
  background-color: #ffffff;
  border-radius: 6px;
  border: solid 1px #cccccc;
  text-align: center;
  line-height: 58px;
  cursor: pointer;
  margin-left: 30px;
  margin-top: 30px;
}
.choose-brand__wrapper ul li:hover,
.choose-model__wrapper ul li:hover {
  border: solid 1px #25c011;
}
.show-all {
  width: 600px !important;
}
.show-all .class-details__wrapper {
  display: block !important;
}
#plat-home #nav {
  position: relative;
  height: 560px;
  background-color: #ffffff;
}
#plat-home .plat-home-main {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #cccccc;
  background-image: url(../images/bg.0eb72f9.png);
  cursor: pointer;
  padding-top: 20px;
}
#plat-home .notice {
  height: 50px;
  background-color: #ffffff;
  line-height: 50px;
  position: relative;
  padding-right: 20px;
}
#plat-home .notice .cl {
  float: left;
}
#plat-home .notice .cl #notice-swipe {
  margin-left: 160px;
}
#plat-home .notice .cl .img {
  float: left;
  position: relative;
  width: 142px;
  height: 38px;
  margin-top: 7px;
}
#plat-home .notice .cl .img img {
  width: 100%;
  height: 100%;
  display: block;
}
#plat-home .notice .cl .img span {
  position: absolute;
  right: 0;
  font-size: 15px;
  color: #ffffff;
}
#plat-home .notice .cl a {
  background-color: #ffffff;
}
#plat-home .notice .cr {
  float: right;
}
#plat-home .integral {
  margin-top: 20px;
  height: auto;
  width: 100%;
  background-color: #ffffff;
  zoom: 1;
}
#plat-home .integral:after {
  content: "";
  display: block;
  clear: both;
}
#plat-home .integral .cl {
  margin-right: 20%;
  height: 100%;
}
#plat-home .integral .cl li {
  width: 50%;
  height: 50%;
  border: 1px solid transparent;
  border-bottom-color: #f4f4f4;
  border-right-color: #f4f4f4;
  padding: 20px;
  padding-left: 30px;
}
#plat-home .integral .cl li .img {
  width: 130px;
  height: 130px;
  float: left;
  background-color: #f4f4f8;
}
#plat-home .integral .cl li .img img {
  width: 80%;
  height: 80%;
  margin-right: auto;
  margin-left: auto;
  display: block;
  margin-top: 15px;
}
#plat-home .integral .cl li .action {
  float: left;
  margin-left: 20px;
  margin-top: 10px;
}
#plat-home .integral .cl li .action p:first-child {
  width: 180px;
  font-size: 16px;
  height: 45px;
  overflow: hidden;
  white-space: normal !important;
}
#plat-home .integral .cl li .action p:first-child + p {
  color: #e51c23;
  font-size: 18px;
  font-weight: bold;
  margin-top: 8px;
}
#plat-home .integral .cl li .action .convert {
  width: 120px;
  height: 35px;
  line-height: 35px;
  border-radius: 20px;
  border: solid 1px #25c011;
  text-align: center;
  color: #25c011;
  margin-top: 5px;
}
#plat-home .integral .cr {
  width: 20%;
  float: right;
  height: 100%;
  position: relative;
}
#plat-home .integral .cr img {
  -o-object-fit: cover;
     object-fit: cover;
}
#plat-home .integral .cr .action {
  position: absolute;
  width: 100px;
  height: 35px;
  background-color: #ffffff;
  border-radius: 20px;
  border: solid 1px #ffffff;
  bottom: 9%;
  left: 30%;
  text-align: center;
  line-height: 35px;
  color: #25c011;
}
#plat-home .promotion {
  margin-top: 20px;
  position: relative;
}
#plat-home .promotion .tit {
  zoom: 1;
}
#plat-home .promotion .tit:after {
  content: "";
  display: block;
  clear: both;
}
#plat-home .promotion .tit span {
  font-size: 22px;
  color: #222222;
  float: left;
  font-weight: 800;
}
#plat-home .promotion .tit a {
  float: right;
}
#plat-home .promotion .goods-list {
  height: 280px;
  margin-top: 20px;
  position: relative;
}
#plat-home .promotion .goods-list .cl {
  width: 19%;
  height: 100%;
  float: left;
}
#plat-home .promotion .goods-list .cl img {
  width: 100%;
  height: 100%;
}
#plat-home .promotion .goods-list .cr::-webkit-scrollbar {
  display: none;
}
#plat-home .promotion .goods-list .cr {
  /*隐藏滚动条，当IE下溢出，仍然可以滚动*/
  -ms-overflow-style: none;
  /*火狐下隐藏滚动条*/
  overflow: -moz-scrollbars-none;
}
#plat-home .promotion .goods-list .cr {
  position: relative;
  margin-left: 20%;
  height: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
}
#plat-home .promotion .goods-list .cr ul {
  zoom: 1;
  height: 280px;
}
#plat-home .promotion .goods-list .cr ul:after {
  content: "";
  display: block;
  clear: both;
}
#plat-home .promotion .goods-list .cr ul li {
  display: inline-block;
  float: left;
  width: 210px;
  height: 280px;
  margin-left: 12px;
  background-color: #ffffff;
  padding-top: 20px;
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
#plat-home .promotion .goods-list .cr ul li .img {
  width: 150px;
  height: 190px;
  margin-left: auto;
  margin-right: auto;
}
#plat-home .promotion .goods-list .cr ul li .img img {
  width: 100%;
  height: 80%;
  margin-top: 10px;
}
#plat-home .promotion .goods-list .cr ul li .action {
  border-top: 1px solid #dddddd;
  text-align: center;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
#plat-home .promotion .goods-list .cr ul li .action p:first-child {
  color: #222222;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}
#plat-home .promotion .goods-list .cr ul li .action p:first-child + p span:first-child {
  color: #e51c23;
  font-weight: bold;
  font-size: 14px;
}
#plat-home .promotion .goods-list .cr ul li .action p:first-child + p span:first-child + span {
  color: #888888;
  font-size: 13px;
}
#plat-home .promotion .goods-list .cr ul li:hover {
  -webkit-box-shadow: 0 12px 36px rgba(0, 0, 0, 0.1);
          box-shadow: 0 12px 36px rgba(0, 0, 0, 0.1);
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
#plat-home .promotion .goods-list .cr ul li:first-child {
  margin-left: 0;
}
#plat-home .promotion .scroll-left {
  position: absolute;
  left: 20%;
  color: #ffffff;
  top: 39%;
  z-index: 9999;
  width: 22px;
  height: 35px;
  background-color: #d5d5d5;
  border-radius: 0 30px 30px 0;
  /* 左上、右上、右下、左下 */
  cursor: pointer;
}
#plat-home .promotion .scroll-left i {
  font-size: 18px;
  margin-top: 3px;
  display: inline-block;
}
#plat-home .promotion .scroll-right {
  color: #ffffff;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 9999;
  width: 22px;
  height: 35px;
  background-color: #d5d5d5;
  border-radius: 30px 0px 0px 30px;
  /* 左上、右上、右下、左下 */
  cursor: pointer;
}
#plat-home .promotion .scroll-right i {
  font-size: 18px;
  margin-top: 3px;
  display: inline-block;
  margin-left: 3px;
}
#plat-home .promotion .scroll-left:hover {
  background-color: #25c011;
}
#plat-home .promotion .scroll-right:hover {
  background-color: #25c011;
}
#plat-home .ad {
  margin: 20px 0;
  height: 184px;
}
#plat-home .floor {
  zoom: 1;
}
#plat-home .floor:after {
  content: "";
  display: block;
  clear: both;
}
#plat-home .floor .goods-list .cl {
  width: 22%;
  float: left;
  background-color: #ffffff;
}
#plat-home .floor .goods-list .cl .tit {
  text-align: center;
  position: relative;
  margin-top: -1px;
  width: 100%;
  height: 55px;
  line-height: 55px;
}
#plat-home .floor .goods-list .cl .tit img {
  -o-object-fit: contain;
     object-fit: contain;
}
#plat-home .floor .goods-list .cl .tit .name {
  color: #ffffff;
  font-weight: 600;
  font-size: 19px;
}
#plat-home .floor .goods-list .cl .tit .triangle-topleft {
  width: 0;
  height: 0;
  border-right: 55px solid transparent;
  position: absolute;
  left: 0;
  top: 0;
}
#plat-home .floor .goods-list .cl .tit .hierarchy {
  position: absolute;
  left: 0;
  color: #ffffff;
  font-size: 23px;
  top: 0;
  line-height: 33px;
}
#plat-home .floor .goods-list .cl .img {
  height: 350px;
  position: relative;
}
#plat-home .floor .goods-list .cl .img img {
  -o-object-fit: cover;
     object-fit: cover;
}
#plat-home .floor .goods-list .cl .img .action {
  width: 110px;
  height: 41px;
  border-radius: 21px;
  text-align: center;
  line-height: 40px;
  margin: 0 auto;
  color: #ffffff;
  position: absolute;
  bottom: 20px;
  left: 30%;
}
#plat-home .floor .goods-list .cl ul {
  height: 160px;
  zoom: 1;
  padding: 25px 18px;
}
#plat-home .floor .goods-list .cl ul:after {
  content: "";
  display: block;
  clear: both;
}
#plat-home .floor .goods-list .cl ul li {
  margin-right: 15px;
  margin-bottom: 15px;
}
#plat-home .floor .goods-list .cr {
  zoom: 1;
  margin-left: 22%;
  padding: 10px 0 0 0;
}
#plat-home .floor .goods-list .cr:after {
  content: "";
  display: block;
  clear: both;
}
#plat-home .floor .goods-list .cr .fl-ad {
  height: 270px;
  float: left;
  background-color: #ffffff;
  margin-right: 14px;
}
#plat-home .floor .goods-list .cr .fl-ad img {
  -o-object-fit: cover;
     object-fit: cover;
}
#plat-home .floor .goods-list .cr ul li {
  float: left;
  width: 23.8%;
  height: 270px;
  margin-left: 10px;
  margin-bottom: 14px;
  background-color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
#plat-home .floor .goods-list .cr ul li .img {
  width: 166px;
  height: 170px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
#plat-home .floor .goods-list .cr ul li .info {
  border-top: 1px solid #dddddd;
  text-align: center;
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
}
#plat-home .floor .goods-list .cr ul li .info p:first-child {
  color: #222222;
  font-weight: bold;
  font-size: 14px;
}
#plat-home .floor .goods-list .cr ul li .info p:first-child + p span:first-child {
  color: #e51c23;
  font-weight: bold;
  font-size: 14px;
}
#plat-home .floor .goods-list .cr ul li .info p:first-child + p span:first-child + span {
  color: #888888;
  font-size: 13px;
}
#plat-home .floor .goods-list .cr ul li:hover {
  -webkit-box-shadow: 0 12px 36px rgba(0, 0, 0, 0.1);
          box-shadow: 0 12px 36px rgba(0, 0, 0, 0.1);
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
#plat-home ._1f .fl-ad {
  width: 49.2%;
}
#plat-home ._1f .tit {
  background-color: #f3b709;
}
#plat-home ._1f .tit .triangle-topleft {
  border-top: 55px solid #e2a800;
}
#plat-home ._1f .goods-list .cr {
  border-top: 2px solid #f3b709;
}
#plat-home .goods-class {
  zoom: 1;
}
#plat-home .goods-class:after {
  content: "";
  display: block;
  clear: both;
}
#plat-home .goods-class li {
  margin-top: 15px;
  margin-right: 7px;
}
#plat-home .goods-class li a {
  width: 133px;
  height: 50px;
  display: block;
  border-radius: 10px;
  line-height: 50px;
  background-color: #ffffff;
  color: #222222;
  font-size: 15px;
  text-align: center;
  padding: 0 15px;
}
#plat-home .goods-class li a:hover {
  background-color: #25c011;
  color: #ffffff;
}
#plat-home ._1f .action {
  background-color: #f3b709;
}
#plat-home ._2f {
  position: relative;
}
#plat-home ._2f .tit {
  background-color: #4d7aff;
}
#plat-home ._2f .tit .triangle-topleft {
  border-top: 55px solid #456ee5;
}
#plat-home ._2f .fl-ad {
  width: 37.7%;
  position: absolute;
  right: 0px;
  margin-right: 0 !important;
}
#plat-home ._2f .goods-list .cr {
  border-top: 2px solid #4d7aff;
}
#plat-home ._2f .goods-list .cr ul li:first-child + li {
  margin-top: 0;
}
#plat-home ._2f .goods-list .cr ul li:first-child {
  margin-top: 0;
}
#plat-home ._2f .goods-list .cr ul li:first-child + li + li + li + li + li {
  margin-right: 0;
}
#plat-home ._2f .action {
  background-color: #4d7aff;
}
#plat-home ._3f .fl-ad {
  width: 23.6%;
}
#plat-home ._3f .tit {
  background-color: #00a3d9;
}
#plat-home ._3f .tit .triangle-topleft {
  border-top: 55px solid #0092c2;
}
#plat-home ._3f .goods-list .cr {
  border-top: 2px solid #00a3d9;
}
#plat-home ._3f .goods-list .cr li:first-child + li + li {
  margin-top: 0px;
  margin-right: 0;
}
#plat-home ._3f .goods-list .cr li:first-child + li {
  margin-top: 0px;
}
#plat-home ._3f .goods-list .cr li:first-child {
  margin-top: 0px;
}
#plat-home ._3f .goods-list .cr li:first-child + li + li + li + li + li + li {
  margin-right: 0;
}
#plat-home ._3f .action {
  background-color: #00a3d9;
}
#plat-home ._4f {
  margin-bottom: 30px;
}
#plat-home ._4f .tit {
  background-color: #7d62ea;
}
#plat-home ._4f .tit .triangle-topleft {
  border-top: 55px solid #7058d2;
}
#plat-home ._4f .goods-list .cr {
  border-top: 2px solid #7d62ea;
}
#plat-home ._4f .goods-list .cr li:first-child + li + li + li {
  margin-right: 0;
  margin-top: 0;
}
#plat-home ._4f .goods-list .cr li:first-child + li + li {
  margin-top: 0;
}
#plat-home ._4f .goods-list .cr li:first-child + li {
  margin-top: 0px;
}
#plat-home ._4f .goods-list .cr li:first-child {
  margin-top: 0px;
}
#plat-home ._4f .fl-ad {
  width: 23.6%;
  margin-top: 14px;
  margin-right: 0 !important;
}
#plat-home ._4f .action {
  background-color: #7058d2;
}
#plat-home .class {
  margin-bottom: 25px;
  zoom: 1;
}
#plat-home .class:after {
  content: "";
  display: block;
  clear: both;
}
#plat-home .class .tit {
  margin-top: 20px;
  width: 180px;
  height: 46px;
  float: left;
}
#plat-home .class .tit img {
  -o-object-fit: contain;
     object-fit: contain;
}
#plat-home .class ul {
  float: left;
  zoom: 1;
  width: 100%;
}
#plat-home .class ul:after {
  content: "";
  display: block;
  clear: both;
}
#plat-home .class ul li {
  width: 19.4111%;
  height: 65px;
  margin-top: 15px;
  margin-right: 7px;
  float: left;
}
#plat-home .class ul li img {
  -o-object-fit: cover;
     object-fit: cover;
}
#plat-home .class ul li:first-child + li + li + li + li {
  margin-right: 0;
}
#plat-home .class ul li:first-child + li + li + li + li + li + li + li + li + li {
  margin-right: 0;
}
#plat-home .links {
  background-color: #f4f4f8;
  zoom: 1;
  padding-bottom: 50px;
  padding-top: 10px;
}
#plat-home .links h2 {
  color: #222222;
  font-size: 20px;
  font-weight: bolder;
}
#plat-home .links:after {
  content: "";
  display: block;
  clear: both;
}
#plat-home .links ul {
  float: left;
  zoom: 1;
  width: 100%;
}
#plat-home .links ul:after {
  content: "";
  display: block;
  clear: both;
}
#plat-home .links ul li {
  width: 19.4111%;
  height: 75px;
  margin-top: 15px;
  float: left;
  border: solid 1px #dddddd;
}
#plat-home .links ul li img {
  -o-object-fit: cover;
     object-fit: cover;
}
#plat-home .links ul li:first-child + li + li + li + li {
  margin-right: 0;
}
#plat-home .links ul li:first-child + li + li + li + li + li + li + li + li + li {
  margin-right: 0;
}
#plat-home #news {
  zoom: 1;
  height: 300px;
}
#plat-home #news:after {
  content: "";
  display: block;
  clear: both;
}
#plat-home #news .tit {
  zoom: 1;
  margin-top: 20px;
  position: relative;
}
#plat-home #news .tit:after {
  content: "";
  display: block;
  clear: both;
}
#plat-home #news .tit img {
  width: 180px;
  height: 46px;
  float: left;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
#plat-home #news .tit a {
  width: 110px;
  height: 33px;
  background-color: #25c011;
  border-radius: 6px;
  display: block;
  float: right;
  text-align: center;
  line-height: 33px;
  color: #ffffff;
}
#plat-home #news .tit .cut-line {
  width: 97%;
  height: 2px;
  background-color: #25c011;
  position: absolute;
  bottom: 0;
  right: 0;
}
#plat-home #news ul {
  margin-top: 20px;
  zoom: 1;
}
#plat-home #news ul:after {
  content: "";
  display: block;
  clear: both;
}
#plat-home #news ul li {
  width: 45%;
  padding: 17px 0;
  margin-right: 8%;
  float: left;
  border-bottom: 1px dotted #dddddd;
}
#plat-home #news ul li .dot {
  width: 8px;
  height: 8px;
  background-color: #25c011;
  float: left;
  margin-top: 5px;
  margin-right: 8px;
}
#plat-home #news ul li span {
  float: right;
  font-size: 11px;
  color: #888888;
}
#plat-home #news ul li a {
  width:72%;
  display: inline-block;
}
#plat-home .floor-nav {
  width: 150px;
  position: fixed;
  top: 50%;
  left: 8%;
  z-index: 9999;
  cursor: pointer;
}
#plat-home .floor-nav .img {
  width: 120px;
}
#plat-home .floor-nav ul {
  zoom: 1;
  margin-top: 10px;
  background-color: #f2f2f2;
}
#plat-home .floor-nav ul:after {
  content: "";
  display: block;
  clear: both;
}
#plat-home .floor-nav ul li {
  position: relative;
  padding-left: 10px;
  width: 100%;
  height: 42px;
  float: left;
  border-top: 2px solid #ffffff;
  line-height: 42px;
}
#plat-home .floor-nav ul li a span:first-child {
  font-size: 34px;
  font-weight: bold;
  color: #222222;
  opacity: 0.1;
  font-family: Impact;
  float: left;
}
#plat-home .floor-nav ul li a span:first-child + span {
  float: left;
  display: block;
  margin-left: 5px;
}
#plat-home .floor-nav ul li a .nav-img {
  width: 16px;
  height: 20px;
  position: absolute;
  right: -30px;
  display: none;
}
#plat-home .floor-nav .active {
  background-color: #25c011;
}
#plat-home .floor-nav .active span {
  color: #ffffff !important;
  opacity: 1 !important;
}
#plat-home .floor-nav .active .nav-img {
  display: block;
}
#plat-home .floor-nav .home-back-top {
  width: 150px;
  height: 40px;
  background-color: #f2f2f2;
  text-align: center;
  display: block;
  border-top: 2px solid #ffffff;
  line-height: 40px;
  padding-left: 40px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
#plat-home .floor-nav .home-back-top img {
  width: 18px;
  height: 28px;
  margin-top: 5px;
  float: left;
}
#plat-home .floor-nav .home-back-top span {
  float: left;
  display: block;
  margin-bottom: 20px;
  margin-left: 5px;
}
@media screen and (min-width: 0px) and (max-width: 1366px) {
  .integral .cl {
    margin-right: 23% !important;
  }
  .integral .cr {
    width: 23% !important;
  }
  .class-details {
    left: 148px !important;
  }
  .floor .goods-list .cr li {
    /*width: 23.5% !important;*/
  }
  .floor-nav {
    right: 20px !important;
  }
  .footer .service ul {
    width: 100%;
  }
  .footer .service ul li {
    margin-right: 6.8% !important;
  }
}

