* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 16px;
  background-color: #f2f2f2;
  font-family: "microsoft yahei", sans-serif;
}

::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #bdbdbd;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.head {
  height: 50px;
  width: 100%;
  background-color: white;
  justify-content: space-between;
  user-select: none;
}

.logo{
  flex: 1;
  margin-left: 10px;
}

.logo-img{
  width: 40px;
  height: 40px;
}

.logo-title{
  display: flex;
  align-items: center;
}

.short-name{
  font-size: 20px;
  font-weight: bold;
  color: #0096FF;
  font-family: 'kaiTi';
  margin: 0 6px;
  text-align: left;
}

.logo-tip{
  font-size: 14px;
  color: #777;
}

.head-link{
  flex: 1;
  color: #333;
}

.link-item{
  font-size: 12px;
  margin: 0 15px;
  cursor: pointer;
  text-align: center;
  width: 5em;
  height: 40px;
  line-height: 50px;
  box-sizing: border-box;
}

.select{
  color: #0096FF;
  border-bottom: 3px solid #FF6F91;
  transition: all 1s ease;
}

.action,
.home{
  width: 100%;
}

.action{
  min-height: calc(100vh - 50px);
}

.banner {
  width: 100%;
  height: 420px;
  background-color: #0089BA;
}

.banner-title {
  width: 80%;
  padding: 50px 0;
  color: white;
}

.banner-title-blg {
  font-size: 30px;
  font-weight: bold;
}

.banner-title-tiny {
  margin-top: 20px;
  font-size: 14px;
}

.main {
  top: -240px;
}

.feature_item {
  display: flex;
  width: 80%;
}

.feature_item:not(:first-child) {
  margin-top: 30px;
}

.feature_item:not(:first-child) .feature {
  border-radius: 10px;
}

.feature {
  flex: 1;
  padding: 30px;
}

.feature:nth-child(even) {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.feature:nth-child(odd) {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.feature-title {
  font-size: 18px;
  color: #333;
}

.feature-tip {
  font-size: 14px;
  margin: 20px;
  color: #888;
}

.price-box,
.qr_code {
  min-width: 200px;
  min-height: 200px;
  color: #FA4D56;
}

.price-box{
  overflow: hidden;
}

.qr_code_bg {
  filter: grayscale(100%);
  opacity: 0.1;
}

.qr_code_box{
  justify-content: space-around;
}

.price-1{
  position: absolute;
  top: -20px;
  z-index: 10;
}

.price-2{
  color: #FAAFAA;
  position: absolute;
  bottom: -10px;
  transform: rotate(90deg);
  z-index: 5;
}

.price-value-1{
  position: absolute;
  top: 55px;
  color: #eee;
  font-size: 18px;
  transform: rotate(-25deg);
  z-index: 20;
  font-family: 'STHupo';
}

.price-value-2{
  position: absolute;
  left: 52px;
  bottom: 60px;
  color: #0081CF;
  font-size: 20px;
  transform: rotate(-25deg);
  z-index: 20;
  font-family: 'STHupo';
}

.price-value-3{
  position: absolute;
  left: 60px;
  top: 60px;
  color: #666;
  background-color: #f2f2f2;
  border-radius: 50%;
  font-size: 50px;
  padding: 10px;
  font-family: 'STHupo';
  transform: rotate(-25deg);
  opacity: 0.5;
  z-index: 15;
}

.old-price{
  text-decoration: line-through;
}

.icon {
  width: 100%;
  height: 100%;
}

.shop_home {
  position: absolute;
  top: -12%;
  width: 40%;
}

.applet {
  position: absolute;
  top: 71%;
  right: 19%;
  width: 13%;
  border-radius: 50%;
  padding: 5px;
  border: 1px solid #0096FF;
  background-color: #7FC9FC;
}

.wechat {
  position: absolute;
  width: 16%;
  top: -8%;
  left: 8%;
  border-radius: 50%;
  padding: 10px;
  border: 1px solid #36B437;
  background-color: #9DE6A4;
}

.feature-icon {
  width: 10%;
  color: #0081CF;
  background-color: #F8FAFB;
  border-radius: 50%;
  padding: 20px;
}

.feature_3_center {
  margin: 0 20px;
}

.feature-item-title {
  margin: 15px 0;
  font-size: 14px;
  font-weight: bold;
  color: #555;
}

.feature-item-tip {
  font-size: 12px;
  color: #888;
  width: 15em;
  text-align: center;
}

.feature-cbd {
  background-image: linear-gradient(to right bottom, #8c93a5, #718b97, #5f8182, #5b7567, #60674f);
  width: 100%;
  margin-top: 30px;
  color: white;
}

.cbd-header {
  margin: 50px;
  text-align: center;
}

.cbd-title {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.cbd-tip {
  margin-top: 15px;
  font-size: 12px;
  text-align: center;
}

.industry {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}

ul,
li {
  list-style-type: none;
}

.industry-item {
  width: 25%;
  margin-bottom: 50px;
}

.item-bg {
  width: 100%;
  color: rgba(255, 255, 255, 0.15);
}

.item-icon {
  width: 30%;
  position: absolute;
  left: 50%;
  top: 50%;
}

.industry-title {
  font-size: 14px;
  margin-top: 15px;
}

.industry-item-icon {
  color: white;
}

.text_bg{
  width: 300px;
  border: 3px solid #ccc;
  margin-left: 40px;
  padding: 20px 0 30px;
}

.text-title{
  background-color: #f2f2f2;
  padding: 30px 10px 0;
  left: -40px;
  font-size: 30px;
  font-weight: bold;
  color: #333;
}

.text-title::before{
  content: '"';
  position: absolute;
  top: 10px;
  color: #0089BA;
}

.text-title::after{
  content: '';
  display: block;
  position: relative;
  width: 88vw;
  height: 20px;
  background-color: #f2f2f2;
}

.text-item-box{
  left: -40px;
  width: 80vw;
  background-color: #f2f2f2;
  padding: 30px 0;
  justify-content: space-between;
}

.text-item{
  width: 20%;
  background-color: #eee;
  padding: 15px 20px;
  border-radius: 10px;
}

.text-icon{
  width: 30%;
  color: #0081CF;
}

.text-item-title{
  font-size: 16px;
  color: #FF9671;
  margin: 10px 0;
}

.text-item-tip{
  font-size: 12px;
  color: #333;
  
}

.back-top {
  position: fixed;
  bottom: 100px;
  right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding: 5px;
  color: white;
  background-color: rgba(0, 199, 166,0.5);
  opacity: 0;
}

.back-top.show {
  opacity: 1;
}

.footer {
  margin-top: -210px;
  height: 170px;
  padding: 20px;
  text-align: center;
  color: white;
  font-size: 14px;
  background-color: black;
  justify-content: space-between;
}

.contact {
  color: white;
  margin: 20px 0;
}

.contact-value {
  margin-left: 6px;
}

.contact-item {
  margin-left: 20px;
}

.Copyright {
  color: #aaa;
  font-size: 12px;
}

.action-banner{
  width: 100%;
}

.action-banner-bg{
  position: absolute;
  width: 100%;
  height: 300px;
  background-color: #008E9B;
}

.current-menu{
  display: none;
  z-index: 1000;
}

.menu-list{
  position: fixed;
  top: 70px;
  left: 20px;
  background-color: #845EC2;
  border-radius: 10px;
  padding: 10px;
  border: 1px solid #aaa;
  box-shadow: 2px 2px 6px #333;
  transition: all 0.5s ease;
  z-index: 1000;
}

.menu-item{
  padding: 10px 20px;
  font-size: 12px;
  color: white;
  user-select: none;
  cursor: pointer;
  border-radius: 3px;
  transition: all 0.5s ease;
}

.menu-item:hover,
.menu_select{
  background-color: rgba(255, 255, 255, 0.2);
}

.arrow{
  margin-left: 5px;
  transform: rotate(180deg);
  transition: all 0.5s ease;
}

.arrow.up{
  transition: all 0.5s ease;
  transform: rotate(0deg);
}

.menu-item-icon{
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  border: 1.5px solid;
  margin-right: 5px;
  transition: all 0.5s ease;
}

.menu-item-icon div{
  width: 50%;
  height: 50%;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
}

.select_menu_icon div{
  background-color: white;
  transition: all 0.5s ease;
}

.first-action{
  padding: 20px 20px 0 170px;
  z-index: 10;
}

.first-action-box{
  width: 100%;
}

.first-action-title{
  height: 48px;
  color: white;
  font-size: 24px;
  font-weight: bold;
}

.first-action-step{
  margin-top: 10px;
  width: 100%;
  justify-content: space-between;
}

.first-step{
  width: 20%;
  padding: 10px;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: white;
  font-size: 16px;
  box-shadow: 2px 2px 4px #ccc;
}

.first-step-title{
  font-weight: bold;
  font-size: 20px;
  color: #0089BA;
}

.first-step-tip{
  text-align: left;
  margin-top: 10px;
  color: #666;
}

.applet-page{
  color: #008E9B;
  font-weight: bold;
}

.applet-option{
  color: #FF9671;
  font-weight: bold;
}

.step-img-box{
  margin-top: 10px;
  width: 100%;
}

.step-img{
  width: 100%;
}

.action-main{
  padding: 20px 20px 240px;
  margin-top: 20px;
  width: 90%;
}

.action-main-title{
  font-size: 24px;
  font-weight: bold;
  margin: 20px 0;
  text-align: center;
  color: #FF9671;
  background-color: white;
  padding: 10px;
  border-radius: 10px;
  width: 90%;
}

.action-content{
  width: 100%;
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  display: none;
}

.action-content-hr{
  margin: 20px 0;
}

.hr{
  border-color: #0089BA;
}