#section {
  width: 100%;
}
#section .product-advantages {
  margin-top: 0.65rem;
}
#section .product-advantages .advantages {
  margin-top: 0.18rem;
}
#section .product-advantages .advantages ul {
  padding: 0 0.5rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1600px;
  min-width: 1280px;
  box-sizing: border-box;
}
#section .product-advantages .advantages ul li {
  width: 45%;
  padding: 0.25rem 0.35rem;
  box-shadow: 0px 0.05rem 0.15rem 0.03rem rgba(73, 188, 189, 0.2);
  margin-top: 0.32rem;
  display: flex;
}
#section .product-advantages .advantages ul li .icon i {
  display: block;
  font-size: 0.8rem;
}
#section .product-advantages .advantages ul li .content {
  width: 100%;
  padding-left: 0.18rem;
}
#section .product-advantages .advantages ul li .content h3 {
  margin-top: 0.1rem;
  font-size: 0.18rem;
  font-weight: bold;
}
#section .product-advantages .advantages ul li .content p {
  margin-top: 0.04rem;
  font-size: 0.16rem;
  color: #9AABAB;
  height: 0.6rem;
}
@media screen and (max-width: 1055px) {
  #section .product-advantages .advantages ul li {
    width: 40%;
  }
}
@media screen and (min-width: 1055px) and (max-width: 1800px) {
  #section .product-advantages .advantages ul li {
    width: 42%;
  }
}
#section .applicable-scenes {
  margin-top: 0.65rem;
  padding: 0.45rem 0.5rem 0.57rem;
  background: #F5F7F7;
  min-width: 1280px;
}
#section .applicable-scenes > div {
  max-width: 1500px;
  margin: 0 auto;
}
#section .applicable-scenes .scenes-items {
  margin-top: 0.23rem;
}
#section .applicable-scenes .scenes-items nav {
  display: flex;
}
#section .applicable-scenes .scenes-items nav a {
  display: block;
  width: 25%;
  padding: 0.2rem 0;
  margin-left: 0.08rem;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  font-size: 0.18rem;
  font-weight: bold;
  letter-spacing: 2px;
  box-sizing: border-box;
}
#section .applicable-scenes .scenes-items nav a:hover {
  transform: translateY(-5px);
}
#section .applicable-scenes .scenes-items nav a:nth-of-type(1) {
  margin-left: 0;
}
#section .applicable-scenes .scenes-items nav .active-a {
  color: #fff !important;
}
#section .applicable-scenes .scenes-items .wrap-item {
  margin-top: 0.4rem;
}
#section .applicable-scenes .scenes-items .wrap-item .item {
  width: 100%;
  border-width: 1px;
  border-style: solid;
  padding: 0.4rem 0.35rem 0.45rem;
  box-sizing: border-box;
  position: relative;
  display: none;
  justify-content: space-between;
}
#section .applicable-scenes .scenes-items .wrap-item .item .content {
  width: 65%;
}
#section .applicable-scenes .scenes-items .wrap-item .item .content .title {
  font-size: 0.2rem;
  letter-spacing: 2px;
  color: #000;
}
#section .applicable-scenes .scenes-items .wrap-item .item .content .explain {
  margin-top: 0.1rem;
  font-size: 0.16rem;
  color: #9AABAB;
}
#section .applicable-scenes .scenes-items .wrap-item .item .content .recommend {
  margin-top: 0.25rem;
}
#section .applicable-scenes .scenes-items .wrap-item .item .content .recommend h4 {
  padding: 0.18rem 0;
  font-size: 0.2rem;
  letter-spacing: 2px;
  color: #000;
}
#section .applicable-scenes .scenes-items .wrap-item .item .content .recommend .config {
  padding: 0.18rem 0.26rem;
  background: #fff;
  box-shadow: 0px 5px 15px 3px rgba(73, 188, 189, 0.15);
  display: flex;
  border-radius: 0.06rem;
}
#section .applicable-scenes .scenes-items .wrap-item .item .content .recommend .config div {
  font-size: 0.2rem;
  text-align: center;
  margin-left: 0.3rem;
}
#section .applicable-scenes .scenes-items .wrap-item .item .content .recommend .config div span {
  color: #9AABAB;
}
#section .applicable-scenes .scenes-items .wrap-item .item .content .recommend .config div strong {
  color: #000;
  margin-left: 0.12rem;
}
#section .applicable-scenes .scenes-items .wrap-item .item .content .recommend .config div:nth-of-type(1) {
  margin-left: 0;
}
#section .applicable-scenes .scenes-items .wrap-item .item .buy {
  width: 35%;
  position: relative;
}
#section .applicable-scenes .scenes-items .wrap-item .item .buy .buy-wrap {
  position: absolute;
  bottom: 0;
  right: 0.2rem;
}
#section .applicable-scenes .scenes-items .wrap-item .item .buy .buy-wrap .price {
  padding: 0 0.4rem;
}
#section .applicable-scenes .scenes-items .wrap-item .item .buy .buy-wrap .price span {
  font-size: 0.3rem;
  color: #E94738;
  font-weight: bold;
}
#section .applicable-scenes .scenes-items .wrap-item .item .buy .buy-wrap .price em {
  font-size: 0.16rem;
  color: #000;
}
#section .applicable-scenes .scenes-items .wrap-item .item .buy .buy-wrap .btn {
  margin-top: 0.13rem;
}
#section .applicable-scenes .scenes-items .wrap-item .item .buy .buy-wrap .btn .btn-buy {
  display: block;
  padding: 0.1rem 0.4rem;
  border-radius: 0.06rem;
  font-size: 0.22rem;
  letter-spacing: 2px;
  color: #fff;
}
#section .applicable-scenes .scenes-items .wrap-item .item .buy .buy-wrap .btn .btn-buy:hover {
  background-color: #F6AE54;
}
#section .applicable-scenes .scenes-items .wrap-item .item .triangle {
  position: absolute;
  top: -0.4rem;
  width: 0.2rem;
  height: 0.2rem;
  margin-top: 0.28rem;
  border-width: 1px;
  border-style: solid;
  transform: rotate(50deg) skewX(10deg);
  background: #F5F7F7;
  border-right: none;
  border-bottom: none;
}
#section .applicable-scenes .scenes-items .wrap-item .item .triangle-position-1 {
  left: 11%;
}
#section .applicable-scenes .scenes-items .wrap-item .item .triangle-position-2 {
  left: 37%;
}
#section .applicable-scenes .scenes-items .wrap-item .item .triangle-position-3 {
  left: 62%;
}
#section .applicable-scenes .scenes-items .wrap-item .item .triangle-position-4 {
  left: 87%;
}
#section .applicable-scenes .scenes-items .wrap-item .active-item {
  display: flex;
}
#section .product-features {
  margin: 0 auto;
  margin-top: 0.55rem;
  padding: 0 0.5rem;
  min-width: 1280px;
  max-width: 1600px;
  box-sizing: border-box;
}
#section .product-features .features {
  margin-top: 0.7rem;
}
#section .product-features .features .item {
  display: flex;
}
#section .product-features .features .item .item-cow-1 {
  width: 14%;
  padding: 0.4rem 0;
  box-sizing: border-box;
  background: #F5F7F7;
  border: 1px solid #fff;
  border-right: none;
  border-left: none;
  box-shadow: 0px 0 0.15rem 2px rgba(73, 188, 189, 0.15);
  display: flex;
  justify-content: center;
}
#section .product-features .features .item .item-cow-1 .wrap {
  display: flex;
  justify-content: space-between;
}
#section .product-features .features .item .item-cow-1 .wrap .icon {
  display: block;
  width: 0.36rem;
  height: 0.36rem;
  background-size: contain;
}
#section .product-features .features .item .item-cow-1 .wrap span {
  display: block;
  margin-top: 0.08rem;
  font-size: 0.18rem;
  font-weight: bold;
  margin-left: 0.2rem;
}
@media screen and (max-width: 1180px) {
  #section .product-features .features .item .item-cow-1 .wrap {
    justify-content: center;
    flex-wrap: wrap;
  }
  #section .product-features .features .item .item-cow-1 .wrap .icon {
    width: 24px;
    height: 24px;
  }
  #section .product-features .features .item .item-cow-1 .wrap span {
    width: 100%;
    text-align: center;
    margin-left: 0;
  }
}
#section .product-features .features .item .item-cow-2,
#section .product-features .features .item .item-cow-3 {
  width: 43%;
  border: 1px solid #F5F7F7;
  display: flex;
  align-items: center;
}
#section .product-features .features .item .item-cow-2 ul,
#section .product-features .features .item .item-cow-3 ul {
  width: 100%;
}
#section .product-features .features .item .item-cow-2 ul li,
#section .product-features .features .item .item-cow-3 ul li {
  padding: 0.18rem 0 0.18rem 0.4rem;
  border: 1px solid #F5F7F7;
  border-top: none;
  border-right: none;
}
#section .product-features .features .item .item-cow-2 ul li .point,
#section .product-features .features .item .item-cow-3 ul li .point {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-top: 0.08rem;
}
#section .product-features .features .item .item-cow-2 ul li p,
#section .product-features .features .item .item-cow-3 ul li p {
  width: 88%;
  margin-left: 0.1rem;
  font-size: 0.16rem;
  color: #000;
}
#section .product-features .features .item .item-cow-2 ul li:nth-last-of-type(1),
#section .product-features .features .item .item-cow-3 ul li:nth-last-of-type(1) {
  border: none;
}
#section .product-features .features .item.item:nth-of-type(1) .item-cow-1 {
  border-top: none;
}
#section .product-features .features .item:nth-last-of-type(1) .item-cow-1 {
  border-bottom: none;
}
#section .common-problem {
  margin: 0 auto;
  margin-top: 1.23rem;
  padding: 0 0.5rem;
  min-width: 1280px;
  max-width: 1600px;
  box-sizing: border-box;
}
#section .common-problem .head-txt {
  display: table;
  width: 100%;
}
#section .common-problem .head-txt h3 {
  display: table-cell;
  width: 15%;
  font-size: 0.26rem;
  color: #000;
  font-weight: bold;
}
#section .common-problem .head-txt .line {
  width: 85%;
  display: table-cell;
  vertical-align: middle;
}
#section .common-problem .head-txt .line span {
  display: block;
  width: 100%;
  height: 2px;
  background: #F5F7F7;
}
#section .common-problem ul {
  display: flex;
}
#section .common-problem ul li {
  flex: 1;
  width: 1%;
  margin-top: 0.36rem;
  min-height: 3.03rem;
  margin-left: 0.45rem;
  border-right: 2px solid #F5F7F7;
  padding-right: 0.4rem;
}
#section .common-problem ul li dl dt {
  margin-top: 0.15rem;
}
#section .common-problem ul li dl dt .icon {
  width: 0.34rem;
  height: 0.36rem;
}
#section .common-problem ul li dl dt span {
  font-size: 0.2rem;
  color: #000;
  margin-left: 0.14rem;
  margin-top: 0.04rem;
  letter-spacing: 1px;
}
#section .common-problem ul li dl dt a {
  margin-top: 0.04rem;
  font-size: 0.2rem;
}
#section .common-problem ul li dl dt a:hover {
  color: #E94738;
}
#section .common-problem ul li dl dd {
  margin-top: 0.15rem;
  margin-left: 0.15rem;
}
#section .common-problem ul li dl dd a {
  display: block;
}
#section .common-problem ul li dl dd a .point {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-top: 0.08rem;
}
#section .common-problem ul li dl dd a p {
  font-size: 0.16rem;
  margin-left: 0.25rem;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#section .common-problem ul li dl dd a:hover .point {
  background: #E94738;
}
#section .common-problem ul li dl dd a:hover p {
  /* color: #E94738; */
}
#section .common-problem ul li:nth-of-type(1) {
  margin-left: 0;
}
#section .common-problem ul li:nth-last-of-type(1) {
  border-right: none;
}
#section .recommend-package {
  margin-top: 0.65rem;
  padding: 0 1.8rem;
}
#section .recommend-package ul {
  display: flex;
  justify-content: space-between;
}
#section .recommend-package ul li {
  width: 21%;
  margin-top: 0.4rem;
  box-shadow: 0px 0.05rem 0.1rem 3px rgba(73, 188, 189, 0.2);
  padding: 0.32rem 0.22rem 0.45rem;
}
#section .recommend-package ul li .head {
  padding-bottom: 0.18rem;
  border-bottom: 2px solid #F5F7F7;
}
#section .recommend-package ul li .head .icon {
  display: block;
  font-size: 0.9rem;
  text-align: center;
  margin: 0 auto;
}
#section .recommend-package ul li .head h3 {
  margin-top: 0.1rem;
  font-size: 0.18rem;
  font-weight: bold;
  text-align: center;
}
#section .recommend-package ul li .price {
  margin-top: 0.35rem;
  display: flex;
  justify-content: center;
  align-items: baseline;
}
#section .recommend-package ul li .price em {
  display: block;
  font-size: 0.24rem;
  color: #E94738;
}
#section .recommend-package ul li .price span {
  display: block;
  font-size: 0.3rem;
  color: #E94738;
  font-weight: bold;
}
#section .recommend-package ul li .price strong {
  display: block;
  font-size: 0.16rem;
}
#section .recommend-package ul li .content {
  margin-top: 0.2rem;
  display: flex;
  justify-content: center;
}
#section .recommend-package ul li .content .wrap {
  width: 80%;
}
#section .recommend-package ul li .content .lis {
  display: flex;
  justify-content: center;
  margin-top: 0.15rem;
}
#section .recommend-package ul li .content .lis span {
  width: 33%;
  margin-left: 10%;
  font-size: 0.16rem;
}
#section .recommend-package ul li .content .lis em {
  margin-left: 1%;
  width: 60%;
  font-size: 0.16rem;
  color: #9AABAB;
}
#section .recommend-package ul li .btn {
  margin-top: 0.4rem;
  text-align: center;
}
#section .recommend-package ul li .btn a {
  display: inline-block;
  padding: 0.1rem 0.6rem;
  border-radius: 0.06rem;
  font-size: 0.16rem;
  color: #fff;
  letter-spacing: 1px;
}
#section .recommend-package ul li .btn a:hover {
  background-color: #F6AE54;
}
#section .recommend-package ul li:nth-of-type(1) {
  margin-left: 0;
}
@media screen and (max-width: 1100px) {
  #section .recommend-package ul {
    flex-wrap: wrap;
  }
  #section .recommend-package ul li {
    width: 45%;
  }
}
#section .service-advantage {
  margin-top: 0.55rem;
  padding: 0 1.8rem;
}
#section .service-advantage .advantage {
  margin-top: 0.7rem;
}
#section .service-advantage .advantage .item {
  display: flex;
}
#section .service-advantage .advantage .item .item-cow-1 {
  width: 14%;
  box-sizing: border-box;
  background: #F5F7F7;
  border: 1px solid #fff;
  border-right: none;
  border-left: none;
  box-shadow: 0px 0 0.15rem 2px rgba(73, 188, 189, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}
#section .service-advantage .advantage .item .item-cow-1 .wrap i {
  display: block;
  margin: 0 auto;
  font-size: 0.32rem;
  text-align: center;
}
#section .service-advantage .advantage .item .item-cow-1 .wrap span {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.18rem;
  font-weight: bold;
  text-align: center;
}
#section .service-advantage .advantage .item .border-top-no {
  border-top: none;
}
#section .service-advantage .advantage .item .border-bottom-no {
  border-bottom: none;
}
#section .service-advantage .advantage .item .item-cow-2 {
  width: 86%;
}
#section .service-advantage .advantage .item .item-cow-2 ul {
  display: flex;
}
#section .service-advantage .advantage .item .item-cow-2 ul li {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #F5F7F7;
  border-right: 1px solid #F5F7F7;
  box-sizing: border-box;
}
#section .service-advantage .advantage .item .item-cow-2 ul li .icon {
  display: block;
  width: 0.24rem;
  height: 0.17rem;
}
#section .service-advantage .advantage .item .item-cow-2 ul li p {
  font-size: 0.16rem;
  padding: 0.16rem 0;
  text-align: center;
}
#section .service-advantage .advantage .item .item-cow-2 ul .flex-02 {
  flex: 2;
}
#section .service-advantage .advantage .item .item-cow-2 .title-ul {
  background-color: #F5F7F7;
}
#section .service-advantage .advantage .item .item-cow-2 .title-ul li {
  border-right: 1px solid #fff;
  border-bottom: none;
}
#section .product-verify {
  margin-top: 0.65rem;
}
#section .product-verify .qg-item-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.05rem;
}
#section .product-verify .qg-item-title .num {
  font-size: 0.6rem;
  font-weight: bold;
}
#section .product-verify .qg-item-title .title-wrap {
  padding-left: 0.06rem;
}
#section .product-verify .qg-item-title .title-wrap .title {
  margin-top: 0;
  font-size: 0.24rem;
  font-weight: bold;
  text-align: left;
}
#section .product-verify .qg-item-title .title-wrap .sub-title {
  font-size: 0.16rem;
  color: #9AABAB;
  margin-top: 0.02rem;
  text-align: left;
}
#section .product-verify .verify ul li {
  width: 27%;
  padding: 0.27rem 0.35rem;
}
#section .product-verify .verify ul li .content h3 {
  margin-top: 0;
}
#section .product-verify .verify ul li .content p {
  height: auto;
}
#section .cell-wrap {
  width: 1180px;
  margin-top: -0.1rem !important;
  padding-bottom: 0.18rem;
}
#section .cell-wrap ul {
  display: flex;
  flex-wrap: wrap;
}
#section .cell-wrap ul li {
  width: 33.33%;
  text-align: center;
  padding-top: 0.5rem;
}
#section .cell-wrap ul li .icon {
  width: 0.38rem;
  height: 0.42rem;
  margin-bottom: 0.12rem;
}
#section .cell-wrap ul li .title {
  font-size: 0.18rem;
  font-weight: bold;
  color: #444;
  line-height: 0.25rem;
  padding-bottom: 0.04rem;
}
#section .cell-wrap ul li .sub-title {
  font-size: 0.16rem;
  color: #9AABAB;
  line-height: 0.25rem;
}
#section .product-1 {
  margin-top: 1rem;
  margin-bottom: 0.9rem;
}
#section .product-bg {
  display: block;
  width: 100%;
  padding-bottom: 0;
  position: relative;
}
#section .product-bg img {
  display: block;
  width: 100%;
  height: 100%;
}
#section .product-bg .cell-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  width: 1160px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0 !important;
  padding-bottom: 0 !important;
}
#section .product-bg .cell-wrap .title {
  font-size: 0.24rem;
  color: #fff;
  line-height: 0.33rem;
  padding-bottom: 0.04rem;
}
#section .product-bg .cell-wrap .sub-title {
  font-size: 0.16rem;
  color: #fff;
  line-height: 0.33rem;
}
#section .product-bg .cell-wrap .btn a {
  padding: 0.08rem 0.22rem;
  border-radius: 0.06rem;
  font-size: 0.18rem;
  letter-spacing: 3px;
  color: #fff;
  border: 1px solid transparent;
  margin-right: 0.16rem;
  background: #fff;
}
#section .product-bg .cell-wrap .btn a:hover {
  background: #F6AE54;
  color: #fff !important;
}
.qg-item-title p {
  margin-top: 0.05rem;
}
.bg-wrap {
  padding: 0.7rem 0;
}
.bg-wrap .circle {
  border-radius: 50%;
  position: absolute;
  z-index: 10;
}
.bg-wrap .circle .txt {
  display: block;
  width: 100%;
  font-size: 0.18rem;
  line-height: 1.6em;
  color: #fff;
  text-align: center;
}
.bg-wrap .wl {
  width: 1.15rem;
  height: 1.15rem;
  top: 4.1rem;
  left: 3.8rem;
}
.bg-wrap .wl .icon {
  width: 0.49rem;
  height: 0.36rem;
  padding: 0.25rem 0.33rem 0 0.33rem;
}
.bg-wrap .dzsw {
  width: 1.08rem;
  height: 1.08rem;
  top: 1.4rem;
  left: 4.95rem;
}
.bg-wrap .dzsw .icon {
  width: 0.38rem;
  height: 0.46rem;
  padding: 0.12rem 0.35rem 0 0.35rem;
}
.bg-wrap .idc {
  width: 1.42rem;
  height: 1.42rem;
  top: 0.37rem;
  left: 7.8rem;
}
.bg-wrap .idc .icon {
  width: 0.59rem;
  height: 0.68rem;
  padding: 0.23rem 0.415rem 0 0.415rem;
}
.bg-wrap .zw {
  width: 1.08rem;
  height: 1.08rem;
  top: -0.15rem;
  left: 10.88rem;
}
.bg-wrap .zw .icon {
  width: 0.48rem;
  height: 0.44rem;
  padding: 0.17rem 0.3rem 0 0.3rem;
}
.bg-wrap .jr {
  width: 0.96rem;
  height: 0.96rem;
  top: 2rem;
  left: 12.2rem;
}
.bg-wrap .jr .icon {
  width: 0.4rem;
  height: 0.4rem;
  padding: 0.17rem 0.28rem 0 0.28rem;
}
.bg-wrap .shfw {
  width: 1.08rem;
  height: 1.08rem;
  top: 4.25rem;
  left: 14.1rem;
}
.bg-wrap .shfw .icon {
  width: 0.44rem;
  height: 0.4rem;
  padding: 0.17rem 0.32rem 0 0.32rem;
}
.bg-wrap .circle-xs {
  width: 0.28rem;
  height: 0.28rem;
  border-radius: 50%;
  position: absolute;
}
.bg-wrap .circle-sm {
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  position: absolute;
}
.bg-wrap .circle-1 {
  top: 3.78rem;
  left: 6.45rem;
}
.bg-wrap .circle-2 {
  top: 4.95rem;
  left: 12.55rem;
}
.bg-wrap .circle-3 {
  top: 1.64rem;
  left: 6.8rem;
}
.bg-wrap .circle-4 {
  top: 1.2rem;
  left: 12.88rem;
}
.bg {
  height: 5.21rem;
  background: url('/static/default-themes/home/image/products/teamwork_border.png') no-repeat;
  background-size: contain;
  background-position: center center;
  position: relative;
}
.inner-bg {
  width: 100%;
  height: 3.38rem;
  background: url('/static/default-themes/home/image/products/teamwork_bg.png') no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 2.55rem;
}
.product-advantages .cell-wrap {
  max-width: 1500px;
  margin: 0 auto;
}
.product-advantages .cell-wrap li {
  display: flex;
  justify-content: center;
}
.product-advantages .cell-wrap li .icon-cell {
  width: 1.18rem;
  height: 1.18rem;
  border-width: 0.1rem;
  border-style: solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-bottom: 0.15rem;
}
.product-advantages .cell-wrap li .icon-cell i {
  font-size: 0.6rem;
}
.product-advantages .cell-wrap li .title {
  font-size: 0.18rem;
  font-weight: bold;
  color: #444444;
}
.product-advantages .cell-wrap li .sub_title {
  font-size: 0.16rem;
  color: #444444;
  line-height: 0.25rem;
}
