﻿@import "reset.css";
@import "color.css";
@import "_components.css";
@import "home.css";
@import "welfare.css";
@import "addin.css";
@import "about.css";
@import "signup.css";
@import "download-app.css";


.wxs-gl-bg {
    background: linear-gradient(#e8e8e8, #e8e8e8);
}
.wxs-nav {
	height: 70px;
	border-bottom: 1px solid rgb(205,219,212);
	background:#fff;
}


.wxs-nav-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 21px 110px 21px 140px;

}

.wxs-nav__log {
  width: 112px;
  height: 32px;
}

.wxs-nav__log img {
  width: 120%;
  height: 120%;
}

.wxs-nav__menu {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: "PingFangTC-Regular";
}

.wxs-nav__menu-item {
  margin: 0 30px;
}

.wxs-nav__menu-item a {
  color: rgb(43, 43, 43);
  text-decoration: none;
}

.wxs-nav__menu-item--active {
  padding: 0 20px;
  margin: 0 20px;
  height: 28px;
  text-align: center;
  color: #fff;
  line-height: 28px;
  background: linear-gradient(#30cf73, #30cf73);
  border-radius: 25px;
}

.wxs-nav__menu-item--active a {
  color: #fff;
  text-decoration: none;
}