.icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.icon-menu {
  width: 5vw;
  height: 4vw;
  background-image: url("../icon/menu.png");
}
.icon-close {
  width: 5vw;
  height: 4vw;
  background-image: url("../icon/close.png");
}
.icon-border {
  width: 30px;
  height: 4px;
  background-color: #ff5700;
}
.header-wrapper {
  width: 100vw;
  height: 15vw;
  background-color: #ffffff;
  box-shadow: 0vw 0vw 1vw 0vw rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  padding: 0 3vw;
  box-sizing: border-box;
  position: relative;
}
.header-wrapper .header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-wrapper .header .logo img {
  width: 25vw;
  height: 7vw;
}
.header-wrapper .phone {
  display: none;
}
.header-wrapper .menu {
  /*margin-right: 10vw;*/
}
.menu-list {
  position: absolute;
  top: 13vw;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #4d4d4d;
  padding: 0 3vw;
  box-sizing: border-box;
  display: none;
  z-index: 5;
}
.menu-list li {
  border-bottom: 1px solid #fff;
  height: 13vw;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.menu-list li a {
  font-size: 4vw;
  color: #ff610e;
}
.menu-list .close {
  border-bottom: 0;
  justify-content: flex-end;
}

.footer-wrapper {
  width: 100vw;
  /* height: 27vw; */
  background-color: #ff5802;
  padding: 4vw 3vw;
  box-sizing: border-box;
}
.footer-wrapper .info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.info .mobile-sitemap {
  margin-left: 20px;
}
.info .mobile-sitemap p {
  font-size: 4vw;
  line-height: 5vw;
  color: #fefefe;
}
.info .mobile-sitemap a {
  color: #fefefe;
}
.footer-wrapper .code {
  width: 19vw;
  height: 19vw;
  background-color: transparent;
}
.footer-wrapper .code img {
  width: 100%;
}
.footer-wrapper .sitemap,
.footer-wrapper .copyright {
  display: none;
}

.nav-wrapper {
  display: none;
}
html,
body {
  background-color: #f0f0f0;
}
/*  product */
.product {
  width: 100vw;
  height: 96vw;
}
.product .top {
  width: 100vw;
  /* height: 96vw; */
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.product .card {
  width: 56vw;
  height: 59vw;
}
.product .card img {
  width: 100%;
  height: auto;
}
.product .right {
  text-align: center;
  margin-bottom: 8vw;
  width: 100%;
  box-sizing: border-box;
  padding: 0 6vw;
}
.product .right .left {
  text-align: left;
}
.product .right .title {
  font-size: 5vw;
  color: #323232;
}
.product .right .title span {
  font-size: 6vw;
}
.product .right .icon-border {
  margin-top: 3vw;
  margin-bottom: 2vw;
}
.product .right .tips {
  font-size: 4vw;
  color: #666666;
  padding: 0 3vw;
  box-sizing: border-box;
  font-size: 3vw;
  line-height: 5vw;
  color: #666666;
}

.product_infos {
  padding: 5vw 0;
  background-color: #fff;
}
.product_infos .line {
  overflow: hidden;
  text-align: center;
}
.product_infos .line div {
  width: 25vw;
}
.product_infos .icon_box {
  width: 25vw;
  height: auto;
  text-align: center;
}
.product_infos .l {
  margin-left: 19vw;
  float: left;
}
.product_infos .r {
  margin-right: 19vw;
  float: right;
}
.product_infos .line p {
  font-size: 3vw;
  line-height: 1.2;
  color: #666666;
  margin-top: 2vw;
}
.product_infos .mid {
  text-align: center;
}
.product_infos .mid .c {
  display: inline-block;
}

.infos_icon {
  display: inline-block;
  width: 13vw;
  height: 13vw;
  border: solid 2px #ff5700;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8vw;
}
.sj {
  background-image: url("../images/shoujizhifu_icon@2x.png");
}
.xs {
  background-image: url("../images/xianshang_icon@2x.png");
}
.hy {
  background-image: url("../images/hulianwang_icon@2x.png");
}
.xf {
  background-image: url("../images/huiyuanfugou_icon@2x.png");
}
.md {
  background-image: url("../images/tishen_icon@2x.png");
}
.intoduction-wrapper {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/product_info_bg_m.png");
}
.intoduction-wrapper,
.intoduction {
  width: 100vw;
  padding: 3vw 0;
  box-sizing: border-box;
}
.intoduction .title {
  text-align: center;
  font-size: 5vw;
  color: #ffffff;
}
.intoduction .title span {
  font-size: 6vw;
}
.intoduction .tip {
  /* text-align: center; */
  font-size: 4vw;
  line-height: 7vw;
  color: #ffffff;
  padding: 0 2vw;
  box-sizing: border-box;
}
.intoduction .icon-border {
  display: block;
  margin: 2vw auto;
}
.intoduction .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 70vw;
  margin: auto;
  margin-top: 2vw;
}
.intoduction .list li {
  width: 31vw;
  height: 32vw;
  background-color: #ffffff;
  margin-bottom: 4vw;
  padding: 4vw 2vw;
  box-sizing: border-box;
}
.intoduction .list li div {
  font-size: 4vw;
  color: #ff5700;
  text-align: center;
}
.intoduction .list li .txt {
  width: auto;
  margin: auto;
}
.intoduction .list li span {
  display: inline-block;
  font-size: 3vw;
  line-height: 1.3;
  color: #323232;
  margin-top: 3vw;
  text-align: left;
}

.case {
  padding: 5vw 4vw;
  background-color: #fff;
  box-shadow: 0vw 1vw 4vw 0vw rgba(255, 87, 0, 0.2);
  margin: 4vw 0;
}
.case .header {
  text-align: center;
}
.case .header .icon-border {
  margin: 2vw 0;
}
.case .header .case-tip {
  font-size: 3vw;
  color: #999999;
}
.case ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 3vw;
}
.case ul li {
  width: 42vw;
  text-align: center;
  margin-bottom: 3vw;
}
.case ul li .img {
  width: 42vw;
  margin-bottom: 3vw;
}
.case ul li .img img {
  width: 100%;
}
.case ul li span {
  font-size: 4vw;
  color: #666666;
}

.industry {
  width: 100vw;
  height: 52vw;
  background-color: #ffffff;
  margin-top: 5vw;
  padding: 5vw 0;
  box-sizing: border-box;
  box-shadow: 0vw 1vw 4vw 0vw rgba(255, 87, 0, 0.2);
  margin: 4vw 0;
}
.industry .header {
  text-align: center;
}
.industry .header .icon-border {
  margin: 2vw 0;
}

.industry .header .title {
  font-size: 5vw;
  line-height: 5vw;
  color: #323232;
}
.industry-tip {
  color: #999;
}
.industry ul {
  padding: 4vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.industry ul li {
  width: 21vw;
  height: 11vw;
  background-color: #ffffff;
  border: solid 1px #ff5700;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3vw;
}
.product-wrapper .other {
  padding: 5vw;
  background-color: #fff;
  box-shadow: 0vw 1vw 4vw 0vw rgba(255, 87, 0, 0.2);
  margin: 4vw 0;
}
.product-wrapper .other .content {
  text-align: center;
}
.product-wrapper .other .content .icon-border {
  margin: 2vw 0;
}
.product-wrapper .other .title {
  font-size: 5vw;
  line-height: 5vw;
  color: #323232;
}
.product-wrapper .other .other-tip {
  font-size: 3vw;
  color: #999999;
}
.other-line {
  width: 100%;
  height: 2px;
  background-color: #f0f0f0;
  margin: 5vw 0;
}

.wrapper {
  background-color: #fff;
  overflow: hidden;
}

.container .title {
  text-align: center;
  padding: 7vw 0 5vw 0;
}
.container .title h3 {
  font-size: 4vw;
  line-height: 1;
  font-weight: normal;
  color: #666666;
}

.container .title div {
  font-size: 3vw;
  color: #999999;
}
.container .title .icon-border {
  margin: 2vw 0;
}
.container .content {
  display: flex;
  flex-direction: column;
}
.container .reverse {
  flex-direction: column-reverse;
}
.container .content {
  width: 94vw;
  padding: 4vw 0;
  margin: 0 auto 5vw auto;
  box-shadow: 0px 4px 6px 0px rgba(255, 87, 0, 0.2);
}
.container .content .cont h3 {
  text-align: center;
  font-size: 4vw;
  font-weight: normal;
  color: #333333;
  margin-bottom: 4vw;
}
.container .content .cont p {
  font-size: 3vw;
  line-height: 1.5;
  color: #666666;
  padding: 0 4vw;
  text-indent: 2em;
  margin-bottom: 3vw;
}
.container .content .cont p:nth-last-of-type(1) {
  margin-bottom: 0;
}
.container .content img {
  margin-top: 7vw;
}

.container .join-content {
  width: 94vw;
  padding: 4vw 0;
  margin: 0 auto 5vw auto;
  box-shadow: 0px 4px 6px 0px rgba(255, 87, 0, 0.2);
}
.join-content h3 {
  text-align: center;
  font-size: 4vw;
  font-weight: normal;
  color: #333333;
  margin-bottom: 4vw;
}
.join-content p {
  padding: 0 3vw;
  display: flex;
  flex-direction: column;
  font-size: 3vw;
  font-weight: normal;
  line-height: 5vw;
  color: #999999;
}
.contact-conent {
  width: 100vw;
  height: 44vw;
  background-image: url("../images/huanqiu.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  margin-bottom: 76vw;
}
.mobile-company-info {
  width: 100vw;
  padding: 0 3vw;
  box-sizing: border-box;
  position: absolute;
  top: 50vw;
  left: 0;
  background-color: #fff;
}

.company-info {
  display: none;
}
.mobile-company-info p {
  width: 94vw;
  font-size: 3vw;
  color: #333333;
  text-indent: 2vw;
  padding: 5vw;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  line-height: 1.2;
  padding: 4vw 0;
}
.mobile-company-info p:nth-child(n) {
  background-color: #e6e6e6;
}
.mobile-company-info p:nth-child(2n) {
  background-color: #fff;
}
.mobile-company-info p span:nth-of-type(1) {
  display: inline-block;
  flex-shrink: 0;
}
.main {
  background-image: url("../images/main_mobile.png");
  width: 100%;
  height: 56vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  overflow: hidden;
}
.main p {
  font-size: 5vw;
  color: #ffffff;
  text-align: center;
  margin-top: 7vw;
}
.wrapper .main-infos {
  width: 100%;
  min-width: 100%;
  padding: 0 7vw;
  box-sizing: border-box;
  height: 83vw;
  position: relative;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.wrapper .main-infos .info-item {
  width: 38vw;
  height: 33vw;
  background-color: #ffffff;
  box-shadow: 0px 6px 15px 0px rgba(255, 87, 0, 0.15);
  margin-top: -4vw;
  margin-bottom: 8vw;
  text-align: center;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.wrapper .main-infos .last {
  margin-right: 0;
}
.wrapper .main-infos .info-item .img {
  width: 18vw;
  height: 18vw;
  display: inline-block;
  margin-bottom: 3vw;
}
.wrapper .main-infos .info-item .img img {
  width: 100%;
  height: 100%;
}
.wrapper .main-infos .info-item p {
  font-size: 4vw;
  color: #333333;
  text-align: center;
}
.product-wrapper {
  background-color: #fff;
}
.pro-des {
  background-color: #fff;
  padding: 4vw 3vw;
  box-sizing: border-box;
  box-shadow: 0vw 1vw 4vw 0vw rgba(255, 87, 0, 0.2);
  margin-bottom: 4vw;
}
.pro-des .header {
  text-align: center;
}
.pro-des .header .icon {
  margin: 2vw;
}
.pro-des .header h3 {
  font-size: 4vw;
  color: #333333;
}

.pro-des .header .case-tip {
  font-size: 3vw;
  color: #666666;
}
.des p {
  font-size: 3vw;
  line-height: 5vw;
  color: #666666;
  margin-top: 4vw;
}

.table .des-tip {
  margin-top: 4vw;
  font-size: 3.5vw;
  font-weight: 600;
  line-height: 1.2;
  color: #333333;
}

.des-table {
  width: 90vw;
  height: auto;
  border: solid 2px #fe603b;
  overflow: hidden;
  margin: auto;
  margin-top: 4vw;
}

.des-table .header-title {
  font-size: 3vw;
  color: #ff5700;
  text-align: center;
  height: 8vw;
  line-height: 8vw;
}
.des-table .title {
  width: 100%;
}

.des-table .row {
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 12vw;
}
.des-table .row div {
  padding: 2vw 1.1vw;
  font-size: 3vw;
  color: #333333;
  line-height: 1.5;
  background-color: transparent;
  word-break: break-all;
  box-sizing: border-box;
  height: 100%;
}

.des-table .row .l1 {
  width: 16vw;
  opacity: 0.83;
  border-right: 2px solid #fe603b;
}
.des-table .row .l2 {
  width: 36vw;
  opacity: 0.83;
  border-right: 2px solid #fe603b;
}
.des-table .row .l3 {
  width: 37vw;
  opacity: 0.83;
}
.des-table .title {
  height: 8vw;
}
.des-table .title div {
  font-weight: 600;
  padding: 0 1.1vw;
  height: 8vw;
  display: flex;
  align-items: center;
}
.des-table .title .l1 {
  width: 16vw;
  background-color: #fff29e;
  opacity: 0.83;
  border-right: 2px solid #fe603b;
}
.des-table .title .l2 {
  width: 36vw;
  background-color: #d4ffb8;
  opacity: 0.83;
  border-right: 2px solid #fe603b;
}
.des-table .title .l3 {
  width: 38vw;
  background-color: #ff9e6c;
  opacity: 0.83;
}
.des-table > div:nth-of-type(n) {
  background-color: #fff;
}
.des-table > div:nth-of-type(2n) {
  background-color: rgba(254, 96, 59, 0.1);
}
.privacy-content {
  padding: 20px 24px;
  height: auto;
  margin: auto;
  font-size:3vw;
  color: #333;
  line-height: 1.5;
}
.privacy-content p {
  margin-bottom: 10px;
}
