* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #aaaaaa;
}

::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(255, 255, 255, 0);
}

.hidd {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}

dl,
ol,
ul {
  margin: 0;
}

.header {
  text-align: center;
  width: 100%;
  background-color: #000;
  height: 60px;
}
.header .container {
  position: relative;
}
.header .logo {
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  position: absolute;
  padding: 0;
  left: 0;
  z-index: 99;
  background: #fff;
}
.header .menu {
  display: inline-block;
  height: 60px;
  vertical-align: top;
}
.header .menu ul {
  list-style: none;
}
.header .menu ul li {
  list-style: none;
  display: inline-block;
  margin: 0px 20px;
  height: 60px;
  padding-top: 20px;
}
.ws-sgct h1{
     font-size: 0.5rem;
}
.ws-sgct p{
  padding: 0!important;
}
.header .menu ul li a {
  color: #fff;
  text-decoration: none;
  width: auto;
  height: 60px;
  white-space: normal;
  position: relative;
  transition: color 0.2s ease;
}
.header .menu ul li a em {
  display: inline-block;
  width: 0px;
  height: 2px;
  background: #c70019;
  transition: all 1s;
  position: relative;
  top: -10px;
}
.header .menu ul li a:hover em {
  width: 100%;
}
.header .menu ul li.active a em {
  width: 100%;
}
.header .searchHeader {
  float: right;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
}
.header .searchHeader a:nth-child(1) {
  color: #fff;
  margin-right: 50px;
}
.header .searchHeader a:nth-child(2) {
  color: #fff;
  text-decoration: underline;
}
.header .slideMenu {
  display: none;
  height: 60px;
  line-height: 60px;
  background: #424242;
  width: 100%;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 2;
}
.header .slideMenu ul {
  display: inline-block;
  list-style: none;
}
.header .slideMenu ul li {
  list-style: none;
  display: inline-block;
  margin-right: 50px;
}
.header .slideMenu ul li a {
  color: #fff;
  text-decoration: none;
  width: auto;
  height: 60px;
  line-height: 60px;
  opacity: 0.7;
}
.header .slideMenu ul li a img {
  padding-right: 10px;
  width: 40px;
}
.header .bgcolorFormSearch {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
  opacity: 1;
}
.header .formSearch {
  display: none;
  width: 515px;
  height: 358px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -179px 0 0 -257px;
  z-index: 991;
}
.header .formSearch .searchContent {
  width: 100%;
}
.header .formSearch .searchContent.animate .closeBig {
  opacity: 1;
  transform: translate(0);
}
.header .formSearch .searchContent.animate .closeBig:hover {
  transform: rotate(180deg);
  transition: all 0.5s ease;
}
.header .formSearch .searchContent.animate .searchCase {
  opacity: 1;
  transform: translate(0);
}
.header .formSearch .searchContent.animate .whatContent .list {
  opacity: 1;
  transform: translate(0);
}
.header .formSearch .closeBig {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto 46px;
  background: url(../images/i-closeBig.png) center no-repeat;
  cursor: pointer;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s ease;
}
.header .formSearch .searchCase {
  width: 100%;
  position: relative;
  height: 68px;
  margin-bottom: 40px;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s ease 0.1s;
}
.header .formSearch .searchCase input {
  border: none;
  display: block;
  width: 100%;
  height: 68px;
  background: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  text-indent: 64px;
  font-size: 20px;
}
.header .formSearch .searchCase .searchBig {
  display: block;
  width: 21px;
  height: 23px;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -11.5px;
  background: url(../images/i-searchBig.png) center no-repeat;
}
.header .formSearch .whatContent {
  width: 100%;
}
.header .formSearch .whatContent .list {
  float: left;
  margin-bottom: 36px;
  padding: 0 25px;
  width: 50%;
  opacity: 0;
  transform: translateY(40px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header .formSearch .whatContent .list .pad {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.header .formSearch .whatContent .list a {
  color: #fff;
  font-style: 16px;
}
.header .formSearch .whatContent .list:nth-of-type(1) {
  transition: all 0.3s ease 0.2s;
}
.header .formSearch .whatContent .list:nth-of-type(2) {
  transition: all 0.3s ease 0.3s;
}
.header .formSearch .whatContent .list:nth-of-type(3) {
  transition: all 0.3s ease 0.4s;
}
.header .formSearch .whatContent .list:nth-of-type(4) {
  transition: all 0.3s ease 0.5s;
}

.header.active .bgcolor {
  opacity: 1;
}
.header.active .formSearch {
  opacity: 1;
}

.menuMobile {
  display: none;
}
.menuMobile a {
  text-decoration: none;
}
.menuMobile header {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 0.3rem;
  height: 1.2rem;
  position: relative;
}
.menuMobile header .line {
  padding: 0.3rem 0;
}
.menuMobile header .line > div {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 0.07rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 999;
}
.menuMobile header .line > div i {
  display: block;
  width: 0.07rem;
  height: 0.07rem;
  border-radius: 50%;
  background: #000;
  margin-right: 0.07rem;
}
.menuMobile header .line > div span {
  display: block;
  width: 0.36rem;
  height: 0.07rem;
  border-radius: 0.1rem;
  background: #000;
}
.menuMobile header .line > div:last-child {
  margin-bottom: 0;
}
.menuMobile header .logo {
  display: block;
  width: 2.03rem;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.menuMobile header .search {
  display: block;
  width: 0.4rem;
  height: auto;
}
.menuMobile header .search img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.menuMobile header.active .line > div {
  width: 0.5rem;
  height: 0.04rem;
  background: #000;
}
.menuMobile header.active .line > div i,
.menuMobile header.active .line > div span {
  opacity: 0;
}
.menuMobile header.active .line .a {
  -webkit-transform: translateY(0.12rem) rotateZ(45deg);
  transform: translateY(0.12rem) rotateZ(45deg);
}
.menuMobile header.active .line .c {
  -webkit-transform: translateY(-0.1rem) rotateZ(-45deg);
  transform: translateY(-0.1rem) rotateZ(-45deg);
}
.menuMobile header.active .line .b {
  width: 0;
}
.menuMobile header.active .search img {
  width: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.menuMobile .menuMain {
  position: absolute;
  left: 0;
  top: 1.2rem;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  background: #000;
  margin: 0;
  padding: 0;
  overflow: hidden;
  overflow-y: scroll;
  display: none;
}
.menuMobile .menuMain dt {
  font-size: 0.24rem;
  color: #fff;
  background: url(../images/header_add.png) right center no-repeat;
  background-size: 0.24rem auto;
  height: 1rem;
  line-height: 1rem;
  position: relative;
}
.menuMobile .menuMain dt:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  border-top: 1px solid rgba(102, 102, 102, 0.5);
  color: rgba(102, 102, 102, 0.5);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  z-index: 2;
}
.menuMobile .menuMain dt.active {
  background: url(../images/header_rec.png) right center no-repeat;
  background-size: 0.24rem auto;
}
.menuMobile .menuMain dt.active:after {
  display: none;
}
.menuMobile .menuMain dd {
  height: 0.9rem;
  line-height: 0.9rem;
  position: relative;
  padding-left: 0.6rem;
  display: none;
}
.menuMobile .menuMain dd p {
  font-size: 0.24rem;
  color: #fff;
}
.menuMobile .menuMain dd:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  border-top: 1px solid rgba(102, 102, 102, 0.5);
  color: rgba(102, 102, 102, 0.5);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  z-index: 2;
}
.menuMobile .menuMain .back {
  height: 1rem;
  line-height: 1rem;
  position: relative;
}
.menuMobile .menuMain .back p {
  font-size: 0.24rem;
  color: #fff;
  background: url(../images/header_back.png) right center no-repeat;
  background-size: 0.14rem auto;
}
.menuMobile .menuMain .back:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  border-top: 1px solid rgba(102, 102, 102, 0.5);
  color: rgba(102, 102, 102, 0.5);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  z-index: 2;
}

.menuMobile .menuMain .language {
  padding: 1.1rem 0 2rem 0;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.menuMobile .menuMain .language a {
  font-size: 0.24rem;
  color: #fff;
  padding-bottom: 0.12rem;
  border-bottom: 1px solid transparent;
}
.menuMobile .menuMain .language a:nth-of-type(2) {
  margin-left: 0.58rem;
}
.menuMobile .menuMain .language a.active {
  border-bottom: 1px solid #fff;
}
.menuMobile .showMain.menuMain .language {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.menuMobile .showMain.menuMain dl {
  margin: 0;
  padding: 0;
}
.menuMobile .showMain.menuMain dl,
.menuMobile .showMain.menuMain .language,
.menuMobile .showMain.menuMain .back {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: none;
  transform: none;
}
.menuMobile .showMain.menuMain dl:nth-of-type(2) {
  -webkit-transition-delay: 100ms, 100ms;
  transition-delay: 100ms, 100ms;
}
.menuMobile .showMain.menuMain .back {
  -webkit-transition-delay: 180ms, 180ms;
  transition-delay: 180ms, 180ms;
}
.menuMobile .showMain.menuMain dl:nth-of-type(3) {
  -webkit-transition-delay: 260ms, 260ms;
  transition-delay: 260ms, 260ms;
}
.menuMobile .showMain.menuMain .language {
  -webkit-transition-delay: 340ms, 340ms;
  transition-delay: 340ms, 340ms;
}
.menuMobile .menuMain dl,
.menuMobile .menuMain .language,
.menuMobile .menuMain .back {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: scale(1.1) translateY(-24px);
  transform: scale(1.1) translateY(-24px);
  -webkit-transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
  transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
  transition: opacity 0.35s ease-out, transform 0.35s ease-out;
  transition: opacity 0.35s ease-out, transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
}
.menuMobile .searchMain {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  background: #000;
  margin: 0;
  padding: 0;
  overflow: hidden;
  overflow-y: scroll;
  display: none;
}
.menuMobile .searchMain .entry {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  height: 1.4rem;
}
.menuMobile .searchMain .entry a {
  display: block;
  width: 0.35rem;
  height: 0.42rem;
  background: url(../images/search1.png) center center no-repeat;
  background-size: 100% auto;
  padding: 0.3rem 0;
}
.menuMobile .searchMain .entry .closeMenu {
  display: block;
  width: 0.3rem;
  height: 0.34rem;
  background: url(../images/search3.png) center center no-repeat;
  background-size: 100% auto;
  padding: 0.3rem 0;
}
.menuMobile .searchMain .entry input {
  -webkit-flex: 1;
  flex: 1;
  margin: 0 0.48rem;
  border: none;
  height: 0.44rem;
  font-size: 0.24rem;
  color: #fff;
  background: #000;
}
.menuMobile .searchMain .entry:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  border-top: 1px solid rgba(102, 102, 102, 0.5);
  color: rgba(102, 102, 102, 0.5);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  z-index: 2;
}
.menuMobile .searchMain .entrance {
  padding: 0.34rem 0.84rem 0;
}
.menuMobile .searchMain .entrance p {
  font-size: 0.2rem;
  margin-bottom: 0.24rem;
  color: #656565;
}
.menuMobile .searchMain .entrance a {
  font-size: 0.24rem;
  color: #fff;
  display: block;
  line-height: 0.8rem;
  position: relative;
}
.menuMobile .searchMain .entrance a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  border-top: 1px solid #333333;
  color: #333333;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  z-index: 2;
}
.menuMobile .searchMain .contact {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.45rem;
}
.menuMobile .searchMain .contact .pic {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.menuMobile .searchMain .contact .pic .icon {
  -webkit-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.menuMobile .searchMain .contact .pic .icon span {
  font-size: 0.24rem;
  color: #fff;
  margin-top: 0.18rem;
}
.menuMobile .searchMain .contact .pic .icon:nth-of-type(1) img {
  width: 1.09rem;
  height: auto;
}
.menuMobile .searchMain .contact .pic .icon:nth-of-type(2) img {
  width: 0.84rem;
  height: auto;
}
.menuMobile .searchMain .contact .phone {
  width: 3.3rem;
  height: 1.05rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  margin: 0.8rem auto 0;
}
.menuMobile .searchMain .contact .phone p {
  font-size: 0.24rem;
  color: #fff;
  background: url(../images/search2.png) left center no-repeat;
  background-size: 0.47rem auto;
  padding-left: 0.8rem;
  margin: 0;
}
.menuMobile .searchMain .contact .phone:after {
  content: "";
  width: 200%;
  height: 200%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid rgba(102, 102, 102, 0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  border-radius: 0.2rem;
}
.menuMobile .searchMain .entry,
.menuMobile .searchMain .contact .pic,
.menuMobile .searchMain .contact .phone,
.menuMobile .searchMain .entrance p,
.menuMobile .searchMain .entrance a {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: scale(1.1) translateY(-24px);
  transform: scale(1.1) translateY(-24px);
  -webkit-transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
  transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
  transition: opacity 0.35s ease-out, transform 0.35s ease-out;
  transition: opacity 0.35s ease-out, transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
}
.menuMobile .showSearch.searchMain .entry,
.menuMobile .showSearch.searchMain .contact .pic,
.menuMobile .showSearch.searchMain .contact .phone,
.menuMobile .showSearch.searchMain .entrance p,
.menuMobile .showSearch.searchMain .entrance a {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: none;
  transform: none;
}
.menuMobile .showSearch.searchMain .entry {
  -webkit-transition-delay: 100ms, 100ms;
  transition-delay: 100ms, 100ms;
}
.menuMobile .showSearch.searchMain .entrance p {
  -webkit-transition-delay: 180ms, 180ms;
  transition-delay: 180ms, 180ms;
}
.menuMobile .showSearch.searchMain .entrance .link1 {
  -webkit-transition-delay: 260ms, 260ms;
  transition-delay: 260ms, 260ms;
}
.menuMobile .showSearch.searchMain .entrance .link2 {
  -webkit-transition-delay: 340ms, 340ms;
  transition-delay: 340ms, 340ms;
}
.menuMobile .showSearch.searchMain .entrance .link3 {
  -webkit-transition-delay: 420ms, 420ms;
  transition-delay: 420ms, 420ms;
}
.menuMobile .showSearch.searchMain .entrance .link4 {
  -webkit-transition-delay: 500ms, 500ms;
  transition-delay: 500ms, 500ms;
}
.menuMobile .showSearch.searchMain .contact .pic {
  -webkit-transition-delay: 580ms, 580ms;
  transition-delay: 580ms, 580ms;
}
.menuMobile .showSearch.searchMain .contact .phone {
  -webkit-transition-delay: 660ms, 660ms;
  transition-delay: 660ms, 660ms;
}

.pagehomewrap h2,
.pagehomewrap p {
  margin-bottom: 0;
}
.pagehomewrap a {
  text-decoration: none;
}
.pagehomewrap .banner .slideBanner .carousel-item img {
  width: 100%;
}
.pagehomewrap .banner .slideBanner .carousel-indicators {
  bottom: 36px;
}
.pagehomewrap .banner .slideBanner .carousel-indicators li {
  background: #000;
  opacity: 0.2;
}
.pagehomewrap .banner .slideBanner .carousel-indicators li.active {
  background: #c70019;
  opacity: 1;
}
.pagehomewrap .package .menu {
  margin: 0 auto;
  text-align: center;
  padding: 78px 0;
}
.pagehomewrap .package .menu li {
  display: inline-block;
  margin: 0 45px;
}
.pagehomewrap .package .menu li a {
  display: inline-block;
  text-decoration: none;
}
.pagehomewrap .package .menu li a img {
  display: inline-block;
  width: 50px;
  height: auto;
  opacity: 0.7;
}
.pagehomewrap .package .menu li a p {
  margin-top: 10px;
  font-size: 14px;
  color: #000;
  margin-bottom: 0;
}
.pagehomewrap .package .menu li a:hover img {
  opacity: 1;
}
.pagehomewrap .package .videoBox {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 710px;
}
.pagehomewrap .package .videoBox .video video {
  width: 100%;
  position: absolute;
  height: 710px;
  top: 0px;
}
.pagehomewrap .package .videoBox .video .play {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.pagehomewrap .package .videoBox .video .play p {
  background: url(../images/video.png) no-repeat center top;
  padding-top: 136px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  width: 260px;
  height: 113px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -130px;
  margin-top: -85px;
  cursor: pointer;
}
.pagehomewrap .package .txt-Box .txt-Info {
  width: 100%;
  padding: 120px 0;
  text-align: center;
  color: #000;
  background: #fff;
}
.pagehomewrap .package .txt-Box .txt-Info h2 {
  font-size: 36px;
  font-weight: bold;
  color: #000;
}
.pagehomewrap .package .txt-Box .txt-Info p {
  font-size: 14px;
  padding: 38px 0;
}
.pagehomewrap .package .txt-Box .txt-Info a.more {
  padding: 0 15px;
  height: 45px;
  line-height: 45px;
  background: #000;
  color: #fff;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  border-radius: 5px;
  text-transform: uppercase;
}
.pagehomewrap .package .lh-Box {
  height: 600px;
  width: 100%;
  background: url(../images/bg-lh.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.pagehomewrap .package .lh-Box .lh-Info {
  width: 570px;
  height: 310px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -285px;
  margin-top: -155px;
  background: #c70019;
}
.pagehomewrap .package .lh-Box .lh-Info .addr {
  width: 440px;
  padding-top: 45px;
  background: url(../images/icon001.png) no-repeat center top;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  margin-top: 55px;
}
.pagehomewrap .package .lh-Box .lh-Info .addr .f15 {
  font-size: 15px;
  margin-top: 12px;
}
.pagehomewrap .package .lh-Box .lh-Info .tel {
  padding-top: 25px;
  background: url(../images/icon002.png) no-repeat center top;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  margin-top: 20px;
}
.pagehomewrap .package .lh-Box .lh-Info .tel .number {
  font-size: 22px;
  padding-top: 12px;
}
.pagehomewrap .package .lh-Box .lh-Info .tel .number a {
  color: #fff;
}

.pageHomeMobile {
  display: none;
}
.pageHomeMobile .swiper-container {
  width: 100%;
  height: 100%;
  border-radius: 0.1rem;
}
.pageHomeMobile .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
.pageHomeMobile .swiper-slide img {
  width: 100%;
  height: auto;
}
.pageHomeMobile .banner .swiper-pagination-bullet {
  background: #333;
  opacity: 1;
  width: 0.5rem !important;
  height: 0.05rem !important;
  border-radius: 0;
  margin: 0 !important;
}
.pageHomeMobile .banner .swiper-pagination-bullet-active {
  background: #c70019 !important;
}
.pageHomeMobile .squared {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  text-align: center;
  margin: 1rem 0;
}
.pageHomeMobile .squared .list {
  -webkit-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  position: relative;
}
.pageHomeMobile .squared .list a {
  display: block;
  padding: 0.55rem 0;
  text-decoration: none;
}
.pageHomeMobile .squared .list img {
  display: inline-block;
  width: 0.6rem;
  height: auto;
}
.pageHomeMobile .squared .list p {
  font-size: 0.24rem;
  color: #000;
  margin-top: 0.2rem;
  margin-bottom: 0;
}
.pageHomeMobile .squared .list.lineright:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 1px;
  border-right: 1px solid #ccc;
  color: #ccc;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: scaleX(0.5);
  transform: scaleX(0.5);
  z-index: 2;
}
.pageHomeMobile .squared .list.lb:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  border-top: 1px solid #ccc;
  color: #ccc;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  z-index: 2;
}
.pageHomeMobile h2,
.pageHomeMobile p {
  margin-bottom: 0;
}
.pageHomeMobile a {
  text-decoration: none;
}
.pageHomeMobile .homeEn .videoBox {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.pageHomeMobile .homeEn .videoBox .videoBtn {
  width: 100%;
}
.pageHomeMobile .homeEn .txt-Info {
  width: 100%;
  padding: 80px 0;
  text-align: center;
  color: #000;
  background: #fff;
}
.pageHomeMobile .homeEn .txt-Info h2 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.pageHomeMobile .homeEn .txt-Info p {
  font-size: 12px;
  padding: 21px 0;
  line-height: 20px;
}
.pageHomeMobile .homeEn .txt-Info a.moreBtn {
  padding: 0 10px;
  height: 45px;
  line-height: 45px;
  background: #000;
  color: #fff;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  border-radius: 5px;
  text-transform: uppercase;
}
.pageHomeMobile .homeEn .lh-Box {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.pageHomeMobile .homeEn .lh-Box .lh-Info {
  width: 90%;
  height: 75%;
  position: absolute;
  left: 5%;
  top: 12%;
  background: #c70019;
  font-size: 13PX;
}
.pageHomeMobile .homeEn .lh-Box .lh-Info .addr {
  width: 90%;
  padding-top: 40px;
  background: url(../images/icon001.png) no-repeat center top;
  background-size: 24px;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  margin-top: 10%;
}
.pageHomeMobile .homeEn .lh-Box .lh-Info .addr .f15 {
  font-size: 13px;
  padding-top: 6px;
}
.pageHomeMobile .homeEn .lh-Box .lh-Info .tel {
  padding-top: 25px;
  background: url(../images/icon002.png) no-repeat center top;
  background-size: 24px;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  margin-top: 10%;
}
.pageHomeMobile .homeEn .lh-Box .lh-Info .tel .number {
  font-size: 22px;
  padding-top: 12px;
}
.pageHomeMobile .VideoModalHome .modal-dialog {
  margin: 0;
}
.pageHomeMobile .VideoModalHome .modal-dialog .modal-content {
  padding: 0;
  margin-top: 120px;
  background-color: rgba(255, 255, 255, 0) !important;
  border-radius: 0 !important;
  border: none !important;
}
.pageHomeMobile .VideoModalHome .modal-dialog .modal-content a {
  text-align: right;
}
.pageHomeMobile .VideoModalHome .modal-dialog .modal-content video {
  width: 100%;
}

.pagePoduct {
  background: #fafafa;
  margin-top: 40px;
}
.pagePoduct a {
  text-decoration: none;
}
.pagePoduct .proMenu {
  padding: 25px 0 25px 0;
  height: 76px;
  line-height: 50px;
  width: 100%;
  overflow: hidden;
}
.pagePoduct .proMenu .icon {
  float: left;
  padding: 0px 0 0 15px;
  overflow: hidden;
  position: relative;
  top: -12px;
  color: #000;
}
.pagePoduct .proMenu .icon .icon-chazuo2 {
  background: url(../images/icon_12_new.png) no-repeat left center;
  width: 32px;
  margin-right: 5px;
}
.pagePoduct .proMenu .icon span {
  float: left;
}
.pagePoduct .proListMain {
  position: relative;
}
.pagePoduct .proListMain .banner {
  height: 500px;
  margin-bottom: 40px;
  cursor: pointer;
}
.pagePoduct .proListMain .banner a .pack {
  width: 100%;
  height: 100%;
  background: url(../images/magicCube_banner.jpg) no-repeat center center;
  background-size: cover;
}
.pagePoduct .proListMain .listItem,
.pagePoduct .proListMain .listBox {
  overflow: hidden;
  width: 100%;
}
.pagePoduct .proListMain .bigItem {
  width: 100%;
  float: left;
  height: 340px;
  overflow: hidden;
  padding: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagePoduct .proListMain .bigItem .num {
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 30px;
  font-size: 16px;
  padding-bottom: 6px;
  border-bottom: 2px solid #000;
}
.pagePoduct .proListMain .bigItem h2 {
  font-size: 32px;
  margin-bottom: 22px;
}
.pagePoduct .proListMain .bigItem .secondTitle {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 50px;
}
.pagePoduct .proListMain .bigItem .greenBtn {
  color: #fff;
  width: 145px;
  height: 46px;
  background: url(../images/icon-greenBtn.png) center no-repeat;
  background-size: 100%;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 46px;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
}
.pagePoduct .proListMain .bigItem .greenBtn .hideBtn {
  display: none;
}
.pagePoduct .proListMain .bigItem .greenBtn .icon-inside {
  display: inline-block;
  width: 10px;
  height: 14px;
  background: url(../images/icon-out.png) center no-repeat;
  background-size: 100%;
  position: absolute;
  right: 12px;
  top: 16px;
}
.pagePoduct .proListMain .bigItem .greenBtn.active .icon-inside {
  background: url(../images/icon-inside.png) center no-repeat;
  background-size: 100%;
}
.pagePoduct .proListMain .bigItem .active .hideBtn {
  display: block;
}
.pagePoduct .proListMain .bigItem .active .moreBtn {
  display: none;
}
.pagePoduct .proListMain .bigItem.twoPro .greenBtn {
  display: none;
}
.pagePoduct .proListMain .proItem {
  text-align: center;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 40px;
  color: #000;
  float: left;
  height: 340px;
  overflow: hidden;
}
.pagePoduct .proListMain .proItem span {
  display: inline-block;
  padding-bottom: 33px;
}
.pagePoduct .proListMain .proItem > div {
  cursor: pointer;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pagePoduct .proListMain .proItem > div .img {
  height: 270px;
  overflow: hidden;
}
.pagePoduct .proListMain .proItem > div h2 {
  font-size: 14px;
  margin-bottom: 3px;
      display: -webkit-box;
    height: 37px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
}
.ws-content--post > div h2 {
    height: 60px!important;
}
.pagePoduct .proListMain .col-lg-3 .proItem:hover {
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.08);
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pagePoduct .proListMain .color5 {
  background: #FFF;
}
.pagePoduct .proListMain .color4 {
  background: #E8ECEF;
}
.pagePoduct .proListMain .listBox {
  display: none;
}

.pagePoductMobile {
  display: none;
}
.pagePoductMobile p {
  margin-bottom: 0;
}
.pagePoductMobile .switch {
  width: 100%;
  height: 0.92rem;
  background: #000;
  border-radius: 0.1rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-size: 0.24rem;
  color: #fff;
  letter-spacing: 1px;
  padding: 0 0.22rem;
  margin-bottom: 0.5rem;
}
.pagePoductMobile .switch .title,
.pagePoductMobile .switch .status {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.pagePoductMobile .switch .title img {
  display: block;
}
.pagePoductMobile .switch .title span {
  margin-left: 0.15rem;
}
.pagePoductMobile .switch .status span {
  margin-right: 0.15rem;
}
.pagePoductMobile .switch .status img {
  display: block;
  width: 0.16rem;
  height: 0.22rem;
}
.pagePoductMobile a {
  text-decoration: none;
}
.pagePoductMobile ul,
.pagePoductMobile ol {
  list-style: none;
}
.pagePoductMobile .switch-popup {
  display: none;
}
.pagePoductMobile .switch-popup .mask {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}
.pagePoductMobile .switch-popup .wrap {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 5000;
  background: #000;
  display: none;
}
.pagePoductMobile .switch-popup .wrap h1 {
  font-size: 0.28rem;
  color: #fff;
  text-align: center;
  margin: 0.5rem 0;
}
.pagePoductMobile .switch-popup .wrap h1,
.pagePoductMobile .switch-popup .wrap li {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: scale(1.1) translateY(-24px);
  transform: scale(1.1) translateY(-24px);
  -webkit-transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
  transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
  transition: opacity 0.35s ease-out, transform 0.35s ease-out;
  transition: opacity 0.35s ease-out, transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
}
.pagePoductMobile .switch-popup .wrap li {
  padding: 0.3rem;
  position: relative;
}
.pagePoductMobile .switch-popup .wrap li a {
  display: block;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-size: 0.24rem;
  color: #fff;
}
.pagePoductMobile .switch-popup .wrap li i {
  display: block;
  width: 0.47rem;
  height: 0.52rem;
  background: url(../images/checknone.png) center center no-repeat;
  background-size: 0.47rem 0.52rem;
  transition: all 0.3s ease;
}
.pagePoductMobile .switch-popup .wrap li:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  border-top: 1px solid rgba(102, 102, 102, 0.5);
  color: rgba(102, 102, 102, 0.5);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  z-index: 2;
}
.pagePoductMobile .switch-popup .wrap li.active i {
  background: url(../images/checked.png) center center no-repeat;
  background-size: 0.47rem 0.52rem;
  transition: all 0.3s ease;
}
.pagePoductMobile .showSwitch.switch-popup .wrap h1,
.pagePoductMobile .showSwitch.switch-popup .wrap li {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: none;
  transform: none;
}
.pagePoductMobile .banners {
  margin: 0.4rem 0;
  border-radius: 10px;
  overflow: hidden;
}
.pagePoductMobile .banners img {
  display: block;
  width: 100%;
  height: auto;
}
.pagePoductMobile .fold .trigger {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0 0.4rem;
  height: 1.8rem;
  position: relative;
  margin-bottom: 0.34rem;
  border-radius: 0.1rem;
}
.pagePoductMobile .fold .trigger .title {
  color: #000;
  flex: 1;
  -webkit-flex: 1;
  min-width: 0;
}
.pagePoductMobile .fold .trigger .title p {
  font-size: 0.32rem;
  margin-bottom: 0.1rem;
  width: 95%;
}
.pagePoductMobile .fold .trigger .title span {
  display: block;
  font-size: 0.24rem;
  width: 95%;
}
.pagePoductMobile .fold .trigger .creat {
  color: #000;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.pagePoductMobile .fold .trigger .creat p {
  font-size: 0.24rem;
  margin-right: 0.3rem;
}
.pagePoductMobile .fold .trigger .creat .icon {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.pagePoductMobile .fold .trigger .creat .icon i {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pagePoductMobile .fold .trigger .creat .icon i:first-child {
  display: block;
  width: 0.22rem;
  height: 0.12rem;
  background: url(../images/black_up.png) center center no-repeat;
  background-size: 100% 100%;
  margin-bottom: 0.08rem;
}
.pagePoductMobile .fold .trigger .creat .icon i:last-child {
  display: block;
  width: 0.22rem;
  height: 0.12rem;
  background: url(../images/black_down.png) center center no-repeat;
  background-size: 100% 100%;
}
.pagePoductMobile .fold .trigger:after {
  content: "";
  width: 200%;
  height: 200%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #c9c9c9;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  border-radius: 0.2rem;
}
.pagePoductMobile .fold .trigger.active .creat .icon i:first-child {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pagePoductMobile .fold .trigger.active .creat .icon i:last-child {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pagePoductMobile .fold .list-content {
  display: none;
}
.pagePoductMobile .fold .list-content .color5 {
  background: #FFF;
}
.pagePoductMobile .fold .list-content .color4 {
  background: #E8ECEF;
}
.pagePoductMobile .fold .list-content .pack {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
.pagePoductMobile .fold .list-content .pack .list {
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
  text-align: center;
  margin-bottom: 0.34rem;
  min-width: 0;
}
.pagePoductMobile .fold .list-content .pack .list .wrap {
  padding-bottom: 0.47rem;
  position: relative;
  border-radius: 0.1rem;
}
.pagePoductMobile .fold .list-content .pack .list .wrap .pic {
  width: 100%;
  height: 3.1rem;
  overflow: hidden;
}
.pagePoductMobile .fold .list-content .pack .list .wrap .pic img {
  width: 100%;
  height: auto;
}
.pagePoductMobile .fold .list-content .pack .list .wrap p {
  font-size: 0.24rem;
  color: #000;
      display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
}
.pagePoductMobile .fold .list-content .pack .list .wrap p:nth-of-type(1) {
  padding: 0.12rem;
  height: 0.84rem;
}
.pagePoductMobile .fold .list-content .pack .list .wrap p:nth-of-type(2) {
  padding: 0 0.12rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.pagePoductMobile .fold .list-content .pack .list .wrap:after {
  content: "";
  width: 200%;
  height: 200%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #c9c9c9;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  border-radius: 0.2rem;
}
.pagePoductMobile .fold .list-content .pack .list:nth-child(2n) {
  padding-left: 0.17rem;
}
.pagePoductMobile .fold .list-content .pack .list:nth-child(2n+1) {
  padding-right: 0.17rem;
}

.pagePrice h2,
.pagePrice p {
  margin-bottom: 0;
}
.pagePrice .box-banner .swiperBanner {
  width: 100%;
  height: 100%;
}
.pagePrice .box-banner .swiperBanner .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.pagePrice .box-banner .swiperBanner .swiper-slide img {
  width: 100%;
}
.pagePrice .box-banner .swiperBanner .swiperNext {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  line-height: 50px;
  height: 50px;
  padding-left: 15px;
  font-size: 30px;
  color: #fff;
  width: 50px;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-color: rgba(51, 51, 51, 0);
}
.pagePrice .box-banner .swiperBanner .swiperPrev {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  line-height: 50px;
  height: 50px;
  padding-left: 15px;
  font-size: 30px;
  color: #fff;
  width: 50px;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-color: rgba(51, 51, 51, 0);
}
.pagePrice .box-banner .swiperBanner .swiperNext:hover,
.pagePrice .box-banner .swiperBanner .swiperPrev:hover {
  background-color: #333;
}
.pagePrice .box-content {
  padding: 50px 0 70px 0;
  background-color: #f0f2ee;
}
.pagePrice .box-content .top-layout .titel h2 {
  color: #333;
  font-size: 2em;
  text-align: center;
}
.pagePrice .box-content .top-layout .box-txt .box-item {
  width: 19%;
  display: inline-block;
}
.pagePrice .box-content .top-layout .box-txt .box-item img {
  width: 100%;
}
.pagePrice .box-content .top-layout .box-txt .box-item .name {
  text-align: center;
  font-weight: 600;
  color: #171718;
  margin-top: 25px;
}
.pagePrice .box-content .content-layout {
  text-align: center;
}
.pagePrice .box-content .content-layout .titel {
  margin: 50px;
}
.pagePrice .box-content .content-layout .titel h3 {
  font-weight: 600;
  color: #171718;
  font-size: 1.7em;
}
.pagePrice .box-content .content-layout .img .img {
  width: 100%;
}
.pagePrice .box-content .content-layout .content {
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  color: #171718;
  padding: 50px 0 30px 0;
}
.pagePrice .box-content .buttonHolder {
  text-align: center;
}
.pagePrice .box-content .buttonHolder a {
  color: #000;
  text-decoration: none;
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.pagePrice .box-content .buttonHolder a:hover {
  color: grey;
}
.pagePrice .box-description {
  padding: 70px 0;
}
.pagePrice .box-description .box-item .titel h2 {
  font-weight: 600;
  color: #333;
  margin-top: 0;
  font-size: 2em;
  text-align: center;
  margin-bottom: 0.75em;
}
.pagePrice .box-description .box-item .content {
  font-size: 20px;
  text-align: center;
}
.pagePrice .box-description .box-item .content .img .img {
  width: 100%;
}
.pagePrice .box-description .box-item .content .detail-list {
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #b1ada8;
}
.pagePrice .box-description .box-item .item {
  text-align: center;
}
.pagePrice .box-description .box-item .item .img .img {
  width: 100%;
}
.pagePrice .box-description .box-item .item .name {
  font-size: 1.14286em;
  font-weight: 600;
  color: #171718;
  margin: 25px 0;
}
.pagePrice .box-description .box-item .item .txt-detail {
  color: #b1ada8;
}
.pagePrice .box-involve-product {
  padding-bottom: 50px;
    background: #FAFAFA;
    padding-top: 50px;
}
.pagePrice .box-involve-product .titel h2 {
  margin-bottom: 30px;
  font-weight: 600;
  color: #333;
  font-size: 2em;
  text-align: center;
}
.pagePrice .box-involve-product .content {
  text-align: center;
}
.pagePrice .box-involve-product .content .box-col .box-default {
  overflow: hidden;
}
.pagePrice .box-involve-product .content .box-col .box-default .img {
  position: relative;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.pagePrice .box-involve-product .content .box-col .box-default .img a {
  display: block;
}
.pagePrice .box-involve-product .content .box-col .box-default .img a img {
  width: 100%;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.pagePrice .box-involve-product .content .box-col .box-default .img .box-hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.3);
  opacity: 0;
  display: block;
}
.pagePrice .box-involve-product .content .box-col .box-default .img .box-hover .btn-quick a {
  position: absolute;
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
  top: 54%;
  width: 200px;
  max-width: 100%;
  padding: 10px 15px;
  color: #fff;
  text-align: center;
  background: #494949;
  opacity: 0;
  text-decoration: none;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.pagePrice .box-involve-product .content .box-col .box-default .img:hover {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.pagePrice .box-involve-product .content .box-col .box-default .img:hover .box-hover {
  opacity: 1;
}
.pagePrice .box-involve-product .content .box-col .box-default .img:hover .box-hover .btn-quick a {
  top: 50%;
  opacity: 1;
}
.pagePrice .box-involve-product .content .box-col .box-default .name {
  text-align: center;
  margin-bottom: 0.83333em;
  font-size: 1.28571em;
}
.pagePrice .box-involve-product .content .box-col .box-default .name a {
  color: #171718;
  text-decoration: none;
}
.pagePrice .box-involve-product .content .box-col .box-default .name a:hover {
  color: grey;
}
.pagePrice .box-involve-product .content .box-col .box-default .price {
  color: #b1ada8;
}
.pagePrice .box-involve-product .content .box-col .box-default .evaluate {
  font-size: 10px;
}
.pagePrice .box-involve-product .content .box-col .box-default .evaluate i {
  color: #b1ada8;
}
.pagePrice .box-involve-product .content .box-col .box-default .evaluate i.active {
  color: #ffc659;
}
.pagePrice .influencer {
  position: relative;
}
.pagePrice .influencer a {
  text-decoration: none;
}
.pagePrice .influencer .img img {
  width: 100%;
}
.pagePrice .influencer .content {
  text-align: center;
  position: absolute;
  color: white;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 70%;
}
.pagePrice .influencer .content a {
  font-size: 30px;
  color: orange;
  text-decoration: none;
}
.pagePrice .influencer .content a:hover {
  color: grey;
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.pagePrice .influencer .modal-dialog {
  max-width: 35%;
}
.pagePrice .influencer .modal-dialog .modal-content {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.7);
}
.pagePrice .influencer .modal-dialog .modal-content .modal-header {
  padding: 10px 30px;
}
.pagePrice .influencer .modal-dialog .modal-content .modal-header .modal-title {
  font-size: 24px;
}
.pagePrice .influencer .modal-dialog .modal-content .modal-header .btnCloseModal {
  font-size: 30px;
  position: absolute;
  top: -15px;
  right: -15px;
  background: #fff;
  display: inherit;
  border-radius: 50%;
}
.pagePrice .influencer .modal-dialog .modal-content .box-l,
.pagePrice .influencer .modal-dialog .modal-content .box-r {
  width: 49.5%;
  display: inline-block;
}
.pagePrice .influencer .modal-dialog .modal-content .modal-body {
  padding: 15px;
}
.pagePrice .influencer .modal-dialog .modal-content .modal-body .txt {
  margin-bottom: 15px;
}
.pagePrice .influencer .modal-dialog .modal-content .modal-body .txt input {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #ccc;
  padding: 10px;
}
.pagePrice .influencer .modal-dialog .modal-content .modal-body .btnSeed {
  font-size: 15px;
  padding: 10px 30px;
  border-radius: 5px;
  float: right;
  background: #7ed6df;
}

.pageDetail {
  background: #fafafa;
  padding: 40px 0;
}
.pageDetail p {
  margin-bottom: 0;
}
.pageDetail a {
  text-decoration: none;
}
.pageDetail .proMenu {
  padding: 25px 0 25px 0;
  height: 76px;
  line-height: 50px;
  width: 100%;
  overflow: hidden;
}
.pageDetail .proMenu .icon {
  float: left;
  padding: 0px 0 0 15px;
  overflow: hidden;
  position: relative;
  top: -12px;
  color: #000;
}
.pageDetail .proMenu .icon .icon-chazuo2 {
  background: url(../images/icon_12_new.png) no-repeat left center;
  width: 32px;
  margin-right: 5px;
}
.pageDetail .proMenu .icon span {
  float: left;
}
.pageDetail .box-product .box-img .swiperDetail {
  width: 100%;
  height: 100%;
}
.pageDetail .box-product .box-img .swiperDetail .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.pageDetail .box-product .box-img .swiperDetail .swiper-slide img {
  width: 100%;
  height: auto;
}
.pageDetail .box-product .box-img .swiperDetail .swiper-pagination-bullet-active {
  background: #000 !important;
}
.pageDetail .box-product .box-img .swiperDetail .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  border-radius: 10px;
  background: #fff;
  margin: 0 3px;
  cursor: pointer;
  border: 1px solid #000;
}
.pageDetail .box-product .box-img .swiper-button-prev {
  background-image: none;
  background: url(../images/icon-left.png) no-repeat;
  left: -10px;
  width: 20px;
  height: 30px;
}
.pageDetail .box-product .box-img .swiper-button-next {
  background-image: none;
  background: url(../images/icon-right.png) no-repeat;
  width: 20px;
  height: 30px;
  right: -10px;
}
.pageDetail .box-product .box-detail .infoBox {
  padding: 0 40px;
  text-align: center;
  color: #000;
  position: relative;
}
.pageDetail .box-product .box-detail .infoBox .proName {
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 20px;
  font-weight: bold;
}
.pageDetail .box-product .box-detail .infoBox .fuTitle {
  line-height: 24px;
  font-size: 24px;
  margin-bottom: 20px;
}
.pageDetail .box-product .box-detail .infoBox .describe {
  font-size: 14px;
  color: #666;
  line-height: 22px;
  margin: 0 auto;
  margin-bottom: 20px;
  width: 90%;
}
.pageDetail .box-product .box-detail .infoBox .basic h3 {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 20px;
  font-weight: bold;
}
.pageDetail .box-product .box-detail .infoBox .basic li {
  list-style: none;
  width: 25%;
  float: left;
  margin-bottom: 10px;
}
.pageDetail .box-product .box-detail .infoBox .basic li .lableName {
  color: #000;
  height: 34px;
}
.pageDetail .box-product .box-detail .infoBox .basic li .labelContent {
  color: #666;
  white-space: normal;
  padding-top: 8px;
  height: 42px;
}
.pageDetail .box-product .box-detail .infoBox .basic .btnCart-box {
  margin: 0 auto;
}
.pageDetail .box-product .box-detail .infoBox .basic .btnCart-box .goBuy {
  padding: 10px 50px;
  border-radius: 3px;
  background: -webkit-linear-gradient(left, #D21E2F, #ED2336);
  background: linear-gradient(to right, #D21E2F, #ED2336);
  display: inline-block;
  color: #fff;
}
.pageDetail .box-product .box-detail .infoBox .basic .btnCart-box .notification {
  padding: 10px 50px;
  margin-right: 15px;
  border-radius: 3px;
  background: -webkit-linear-gradient(left, #6ab04c, #badc58);
  background: linear-gradient(to right, #6ab04c, #badc58);
  display: inline-block;
  color: #fff;
}
.pageDetail .box-content-detail {
  padding: 40px 0;
}
.pageDetail .box-content-detail .box-content .nav li {
  margin-right: 15px;
}
.pageDetail .box-content-detail .box-content .nav li a {
  color: #333;
}
.pageDetail .box-content-detail .box-content .nav li a.active {
  padding-top: 5px;
  color: #000;
  font-weight: 500;
  border-top: 2px solid #2D2E80;
}
.pageDetail .box-content-detail .box-content .nav li:nth-child(1) {
  margin-left: 35px;
}
.pageDetail .box-content-detail .box-content .tab-content hr {
  margin: 20px 0 25px 0;
}
.pageDetail .involveProduct .titel h2 {
  font-size: 24px;
  margin-bottom: 0;
}
.pageDetail .involveProduct hr {
  margin: 10px 0;
}
.pageDetail .involveProduct .content-involve .proItem {
  text-align: center;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 40px;
  color: #000;
  float: left;
  height: 340px;
  overflow: hidden;
}
.pageDetail .involveProduct .content-involve .proItem span {
  display: inline-block;
  padding-bottom: 33px;
}
.pageDetail .involveProduct .content-involve .proItem > div {
  cursor: pointer;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pageDetail .involveProduct .content-involve .proItem > div .img {
  height: 270px;
  overflow: hidden;
}
.pageDetail .involveProduct .content-involve .proItem > div h2 {
  font-size: 14px;
  margin-bottom: 3px;
}
.pageDetail .involveProduct .content-involve .proItem:hover {
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.08);
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pageDetail .involveProduct .content-involve .color5 {
  background: #FFF;
}
.pageDetail .involveProduct .content-involve .color4 {
  background: #E8ECEF;
}
.pageDetail .modal-dialog {
  max-width: 35%;
}
.pageDetail .modal-dialog .modal-content {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.7);
}
.pageDetail .modal-dialog .modal-content .modal-header {
  padding: 10px 30px;
}
.pageDetail .modal-dialog .modal-content .modal-header .modal-title {
  font-size: 24px;
}
.pageDetail .modal-dialog .modal-content .modal-header .btnCloseModal {
  font-size: 30px;
  position: absolute;
  top: -15px;
  right: -15px;
  background: #fff;
  display: inherit;
  border-radius: 50%;
}
.pageDetail .modal-dialog .modal-content .box-l,
.pageDetail .modal-dialog .modal-content .box-r {
  width: 49.5%;
  display: inline-block;
}
.pageDetail .modal-dialog .modal-content .modal-body {
  padding: 15px;
}
.pageDetail .modal-dialog .modal-content .modal-body .txt {
  margin-bottom: 15px;
}
.pageDetail .modal-dialog .modal-content .modal-body .txt input {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #ccc;
  padding: 10px;
}
.pageDetail .modal-dialog .modal-content .modal-body .btnSeed {
  font-size: 15px;
  padding: 10px 30px;
  border-radius: 5px;
  float: right;
  background: #7ed6df;
}
.pageDetail .ModalGoBuy .modal-content .icon-logo img {
  width: 100%;
}

.pageSupport a {
  text-decoration: none;
}
.pageSupport .box-banner {
  position: relative;
  height: 700px;
  width: 100%;
  background: #fff;
  margin-bottom: 60px;
  overflow: hidden;
}
.pageSupport .box-banner .img {
  display: inline-block;
}
.pageSupport .box-banner .img img {
  width: 100%;
}
.pageSupport .box-banner .box-1 {
  width: 140px;
  left: 7.3%;
  top: 65px;
}
.pageSupport .box-banner .box-2 {
  width: 320px;
  left: 24%;
  top: 84px;
}
.pageSupport .box-banner .box-3 {
  width: 330px;
  left: 59%;
  top: 311px;
}
.pageSupport .box-banner .box-4 {
  width: 340px;
  left: 63%;
  bottom: -90px;
}
.pageSupport .box-banner .box-5 {
  width: 320px;
  left: 60%;
  top: -100px;
}
.pageSupport .box-banner .box-6 {
  width: 360px;
  left: 76%;
  top: 60px;
}
.pageSupport .box-banner .box-7 {
  width: 323px;
  left: 24%;
  top: 50%;
}
.pageSupport .box-banner .box-8 {
  width: 240px;
  right: 4%;
  top: 30px;
}
.pageSupport .box-banner .box-9 {
  width: 355px;
  right: 30%;
  bottom: 30px;
}
.pageSupport .box-banner .box-10 {
  width: 300px;
  left: 22%;
  top: 400px;
}
.pageSupport .box-banner .box-1,
.pageSupport .box-banner .box-5,
.pageSupport .box-banner .box-7,
.pageSupport .box-banner .box-9 {
  animation: dx 12s infinite;
  -webkit-animation: dx 12s infinite;
}
.pageSupport .box-banner .box-2,
.pageSupport .box-banner .box-6,
.pageSupport .box-banner .box-8,
.pageSupport .box-banner .box-10 {
  animation: dx2 10s infinite;
  -webkit-animation: dx2 10s infinite;
}
.pageSupport .box-banner .box-3,
.pageSupport .box-banner .box-4,
.pageSupport .box-banner .box-6 {
  animation: dx3 10s infinite;
  -webkit-animation: dx3 10s infinite;
}
.pageSupport .box-banner .info {
  text-align: center;
  height: 240px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
}
.pageSupport .box-banner .info .info-img img {
  width: 100%;
  max-width: 150px;
}
.pageSupport .box-banner .info h2 {
  font-size: 30px;
  color: #000;
  margin-bottom: 10px;
  font-weight: bold;
}
.pageSupport .box-banner .info p {
  font-size: 14px;
  color: #666;
}
.pageSupport .box-news {
  background-color: #fafafa;
  padding: 60px 0 80px 0;
}
.pageSupport .box-news .box-item {
  background: #fff;
  text-align: center;
  margin: 0 12px;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pageSupport .box-news .box-item .serveText {
  color: #333;
  padding: 34px 0 20px 0;
  overflow: hidden;
}
.pageSupport .box-news .box-item .serveText h3 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
}
.pageSupport .box-news .box-item .serveText p {
  font-size: 14px;
  margin-bottom: 30px;
}
.pageSupport .box-news .box-item .serveText span {
  color: #000;
  padding-bottom: 12px;
  position: relative;
}
.pageSupport .box-news .box-item .serveText span em {
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #c70019;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pageSupport .box-news .box-item:hover {
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.08);
}
.pageSupport .box-news .box-item:hover .serveText span em {
  width: 40px;
}
.pageSupport .box-contact {
  background: url(../images/contact.jpg) no-repeat center top;
  position: relative;
  height: 700px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pageSupport .box-contact .titel {
  font-size: 32px;
  color: #fff;
  margin-bottom: 50px;
}
.pageSupport .box-contact .item .img img {
  margin: 0 auto 20px;
}
.pageSupport .box-contact .item .name {
  font-size: 14px;
  color: #fff;
}
.pageSupport .box-contact .btnCode {
  cursor: pointer;
}
.pageSupport .box-contact .modal-content {
  border: 0;
  border-radius: 0;
  background: none;
  margin-top: 140px;
}
.pageSupport .box-contact .modal-content .modal-body {
  padding: 0;
}

.pageContact {
  margin-top: 60px;
}
.pageContact a {
  text-decoration: none;
}
.pageContact .menuLink a {
  color: #000;
}
.pageContact .menuLink i {
  font-size: 12px;
  margin: 0 10px;
}
.pageContact .menuLink a.active {
  color: #888888;
}
.pageContact .content {
  width: 700px;
  padding: 70px 0;
  background: #c70019;
  margin: 70px auto;
  text-align: center;
  color: #fff;
}
.pageContact .content .oneLine {
  margin-bottom: 25px;
}
.pageContact .content .txt-content {
  margin-bottom: 25px;
}
.pageContact .content .txt-content a {
  border: 1px solid #fff;
  font-size: 12px;
  color: #fff;
  padding: 2px 6px;
  margin-top: 20px;
}
.pageContact .content .box-link-code .titel {
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  margin-bottom: 25px;
}
.pageContact .content .box-link-code .box-link {
  padding: 0 15px;
}
.pageContact .content .box-link-code .box-link .item-link {
  width: 19%;
  display: inline-block;
  padding: 0 15px;
  vertical-align: top;
}
.pageContact .content .box-link-code .box-link .item-link .img img {
  width: 100%;
}
.pageContact .content .box-link-code .box-link .item-link .name {
  font-size: 12px;
  margin-top: 15px;
}

@keyframes dx {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  40% {
    transform: translate(60px, 60px) rotate(10deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@-webkit-keyframes dx {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  40% {
    -webkit-transform: translate(60px, 60px) rotate(10deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes dx2 {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  70% {
    transform: translate(-50px, -50px) rotate(25deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@-webkit-keyframes dx2 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  70% {
    -webkit-transform: translate(-50px, -50px) rotate(25deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes dx3 {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  60% {
    transform: translate(20px, 50px) rotate(10deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@-webkit-keyframes dx3 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  60% {
    -webkit-transform: translate(20px, 50px) rotate(10deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}
.footer {
  background: #fff;
}
.footer a {
  text-decoration: none;
}
.footer p,
.footer h2 {
  margin-bottom: 0;
}
.footer .pack {
  padding-top: 140px;
  padding-bottom: 115px;
}
.footer .pack .lwrap {
  float: left;
  font-size: 12px;
  color: #000;
  border-right: 1px solid #dbdbdb;
}
.footer .pack .lwrap ul {
  float: left;
  width: 240px;
}
.footer .pack .lwrap ul li {
  list-style: none;
  margin-bottom: 17px;
}
.footer .pack .lwrap ul li a {
  color: #000;
}
.footer .pack .lwrap ul li h2 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 26px;
  text-align: left;
}
.footer .pack .rwrap {
  float: right;
  text-align: right;
}
.footer .pack .rwrap .btns {
  display: block;
  width: 145px;
  background: #c70019;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  border-radius: 4px;
  margin-bottom: 40px;
}
.footer .ft-btm {
  height: 60px;
  background: #1f1f1f;
  font-size: 12px;
  line-height: 60px;
}
.footer .ft-btm .b-l {
  color: #939393;
  float: left;
}
.footer .ft-btm .b-r {
  float: right;
  height: 14px;
  line-height: 14px;
  padding: 23px 0;
}
.footer .ft-btm .b-r span {
  display: inline-block;
  float: left;
  padding: 0 10px;
  color: #d8d8d8;
  font-size: 12px;
}
.footer .ft-btm .b-r span a {
  color: #d8d8d8;
}
.footerMobile {
  display: none;
}
.footerMobile a {
  text-decoration: none;
}
.footerMobile p {
  margin-bottom: 0;
}
.footerMobile .pack {
  background: #f3f3f3;
}
.footerMobile .pack dt {
  font-size: 0.24rem;
  font-weight: 500;
  color: #010101;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 0.82rem;
  position: relative;
}
.footerMobile .pack dt i {
  display: block;
  width: 0.16rem;
  height: 0.16rem;
  background: url(../images/footer3.png) center center no-repeat;
  background-size: 100% auto;
}
.footerMobile .pack dt:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  border-top: 1px solid #e5e5e5;
  color: #e5e5e5;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  z-index: 2;
}
.footerMobile .pack dt.active i {
  background: url(../images/footer3_rec.png) center center no-repeat;
  background-size: 100% auto;
}
.footerMobile .pack dd {
  padding-left: 0.35rem;
  height: 0.8rem;
  line-height: 0.8rem;
  position: relative;
  display: none;
}
.footerMobile .pack dd a {
  display: block;
  font-size: 0.24rem;
  color: #9d9d9d;
}
.footerMobile .pack dd:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  border-top: 1px solid #e5e5e5;
  color: #e5e5e5;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  z-index: 2;
}
.footerMobile .pack .center a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 0.82rem;
  position: relative;
}
.footerMobile .pack .center span {
  font-size: 0.24rem;
  color: #010101;
}
.footerMobile .pack .center i {
  display: block;
  width: 0.09rem;
  height: 0.16rem;
  background: url(../images/footer4.png) center center no-repeat;
  background-size: 0.09rem auto;
}
.footerMobile .pack .center a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  border-top: 1px solid #e5e5e5;
  color: #e5e5e5;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  z-index: 2;
}
.footerMobile .pack .icon {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  height: 1.44rem;
}
.footerMobile .pack .icon img {
  width: 0.68rem;
  height: auto;
  margin-right: 0.36rem;
}
.footerMobile .pack .copyright {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.footerMobile .word {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: #000;
  font-size: 0.14rem;
  color: #fff;
  padding: 0.3rem 0;
}
.footerMobile .maBox {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(4px);
  display: none;
}
.footerMobile .maBox .code-close {
  position: absolute;
  left: 50%;
  top: 2rem;
  width: 1.2rem;
  height: auto;
  margin-left: -0.6rem;
  z-index: 99;
}
.footerMobile .maBox .codeSwiper {
  width: 100%;
  height: 100%;
}
.footerMobile .maBox .codeSwiper .swiper-pagination-bullet {
  background: #fff !important;
  opacity: 1;
}
.footerMobile .maBox .codeSwiper .swiper-pagination-bullet-active {
  opacity: 1;
  background: #de1400 !important;
  border: 1px solid #de1400 !important;
}
.footerMobile .maBox .codeSwiper .swiper-slide {
  width: 100%;
  height: 100%;
  background: none;
  padding: 0;
  margin: 0 !important;
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.footerMobile .maBox .codeSwiper .swiper-slide .pic {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  text-align: center;
}
.footerMobile .maBox .codeSwiper .swiper-slide .pic img {
  display: block;
  width: 4rem;
  height: 4rem;
  border: 1px solid #ccc;
  margin: 0 auto;
}
.footerMobile .maBox .codeSwiper .swiper-slide .pic p {
  font-size: 0.28rem;
  color: #fff;
  margin-top: 0.4rem;
  margin-bottom: 0;
}
.footerMobile .maBox .codeSwiper .swiper-pagination {
  bottom: 0.5rem;
}
.footerMobile .backTop {
  position: fixed;
  right: 0.3rem;
  bottom: 1rem;
  z-index: 99;
  width: 0.86rem;
  height: 0.86rem;
  background: #333;
  display: none;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
.footerMobile .backTop .btnTop {
  margin-top: 5px;
}
.footerMobile .backTop .btnTop i {
  display: block;
}

@media only screen and (max-width: 1024px) and (min-width: 770px) {
  .pagehomewrap .banner {
    height: 580px !important;
  }
  .pagehomewrap .banner #contentBanner {
    height: 580px !important;
  }
}
@media all and (max-width: 768px) {
  .header,
.pagehomewrap,
.pagePoduct,
.footer {
    display: none;
  }

  .menuMobile,
.pageHomeMobile,
.pagePoductMobile,
.footerMobile {
    display: block;
  }

  .pagehomewrap .package .link .col-lg-4 img {
    display: block;
    width: 6.88rem;
    height: auto;
    border-radius: 0.1rem;
    margin: auto;
  }
  .pagehomewrap .package .link .col-lg-4 .pic1,
.pagehomewrap .package .link .col-lg-4 .pic2 {
    padding: 0;
    margin-bottom: 0.5rem;
  }
  .pagehomewrap .package .link .col-lg-4 .pic3 {
    padding: 0;
    margin-bottom: 1rem;
  }
}
@media all and (max-width: 450px) {
  .pageDetail .box-product .box-img .swiperDetail {
    width: 90%;
  }
  .pageDetail .box-product .box-img .swiper-button-next {
    right: 5px;
  }
  .pageDetail .box-product .box-img .swiper-button-prev {
    left: 15px;
  }
  .pageDetail .box-product .box-detail .infoBox {
    padding: 0;
  }
  .pageDetail .box-product .box-detail .infoBox .basic li {
    list-style: none;
    width: 50%;
  }
  .pageDetail .box-product .box-detail .infoBox .basic .btnCart-box .goBuy {
    display: block;
    margin-bottom: 14px;
  }
  .pageDetail .box-product .box-detail .infoBox .basic .btnCart-box .notification {
    display: block;
    margin-right: 0;
  }
  .pageDetail .involveProduct .content-involve .proItem {
    width: 100%;
    height: auto;
  }
  .pageDetail .involveProduct .proItem > div .img {
    height: auto;
  }
  .pageDetail .modal-dialog {
    max-width: 100%;
  }
  .pageDetail .modal-dialog .modal-content .box-l,
.pageDetail .modal-dialog .modal-content .box-r {
    width: 100%;
  }
  .pageDetail .ModalGoBuy .modal-dialog {
    transform: translate(0, 100%);
  }
  .pageDetail .ModalGoBuy .col-lg-4 {
    flex: calc(1/3);
  }

  .pagePrice .imgHeight {
    height: auto !important;
  }
  .pagePrice .box-banner .swiperBanner .swiperNext,
.pagePrice .box-banner .swiperBanner .swiperPrev {
    line-height: 25px;
    height: 25px;
    padding-left: 5px;
    font-size: 15px;
    width: 25px;
  }
  .pagePrice .box-content .top-layout .box-txt .box-item {
    width: 100%;
  }
  .pagePrice .box-content .content-layout .titel h3 {
    font-size: 1em;
  }
  .pagePrice .influencer .content {
    font-size: 12px;
  }
  .pagePrice .influencer .content a {
    font-size: 25px;
  }
  .pagePrice .influencer .modal-dialog {
    max-width: 100%;
  }
  .pagePrice .influencer .modal-dialog .modal-content .box-l,
.pagePrice .influencer .modal-dialog .modal-content .box-r {
    width: 100%;
  }

  .pageContact .content {
    width: 100%;
  }
  .pageContact .content .box-link-code .box-link .item-link {
    width: 100%;
  }
  .pageContact .content .box-link-code .box-link .item-link .name {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .pageSupport .box-banner {
    height: 350px;
    margin-bottom: 0;
  }
  .pageSupport .box-banner .info .info-img img {
    max-width: 90px;
  }
  .pageSupport .box-banner .info h2 {
    font-size: 24px;
  }
  .pageSupport .box-news .mb-news {
    margin-bottom: 30px;
  }
  .pageSupport .box-contact {
    height: 350px;
  }
  .pageSupport .box-contact .titel {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .pageSupport .box-contact .item .img,
.pageSupport .box-contact .item .name {
    display: inline-block;
  }
}

/*# sourceMappingURL=style.css.map */
.mt-10px{
  margin-top: 10px!important ;
}