@charset "utf-8";

a:link,
a:visited {
  color: rgb(46, 115, 212);
  text-decoration: none;
}

a:hover,
a:active {
  text-decoration: none;
}
a img {
  border: none;
}
ol,
ul {
  list-style-type: none;
}

ol,
ul,
li,
div,
p,
h1,
h2,
h3,
h4,
h5,
body,
form,
dl,
dt,
dd {
  padding: 0;
  margin: 0;
}

html {
  font-size: 15px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  color: #767576;
	background: rgba(71,71,71,0.05);
  text-align: left;
  font: 14px/150% "PingFangSC", "microsoft YaHei", Helvetica, sans-serif;
}


div {
  text-align: left;
}

em,
i {
  font-style: normal;
}

.dn, .selectric-dn {
  display: none!important;
}

.db, .selectric-db {
  display: block!important;
}

.dib {
  display: inline-block;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.center {
  margin: 0 auto;
}

.tc {
  text-align: center;
}

.bd0 {
  border: 0 !important;
}

.mb1em {
  margin-bottom: 1em;
}

.w1200 {
  width: 1200px;
}

.w1400 {
  width: 1400px;
}

.fs23 {
  font-size: 23px!important;
}

.mr10 {
  margin-right: 10px;
}

.pt72 {
  padding-top: 72px;
}

.white-color {
 color: #fff;
}

.white-b-color {
  background-color: #fff!important;
}

.green-color {
  color: #2c9c2c;
}

.green-b-color {
  background-color: #2c9c2c;
}

.action-active {
  color: #3ac756!important;
  position: relative;
}

a.action-active::after {
  width: 38px;
  height: 2px;
  content: '';
  background: #3ac756;
  position: absolute;
  top: 32px;
  left: 50%;
  transform: translate(-50%);
}

.button {
  font-size: 16px;
  display: block;
  margin: 0 auto;
  width: 300px;
  height: 50px;
  line-height: 50px;
}

a.button {
  background-color: #33B91F;
  color: #fff;
  text-align: center;
}

.title {
  font-size: 52px;
  text-align: center;
}

.title-2 {
  font-size: 36px;
  text-align: center;
}

.box {
  width: 100%;
  min-width: 1200px;
}

.desc {
  font-size: 18px;
  padding: 40px 0 80px 0;
  color: #1fa036;
}

.menu-icon {
  display: none;
}

.intro-desc {
  font-size: 30px;
}

.first-screen {
  width: 100%;
  display: flex;
  overflow: hidden;
}
.header {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  background-color: #000;
  z-index: 50;
  height: 72px;
  line-height: 72px;
  transition: background .5s ease-in-out, padding .5s ease-in-out;
}
.header-content {
  width: 1200px;
  margin: auto;
  display: flex;
}
.logo {
  float: left;
}
.logo-img {
  width: 200px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 40px;
}
.logo-text {
  text-indent: -9999px;
}
.nav {
  flex: 1;
}
.nav ul {
  display: inline-block;
}
.nav ul:last-child {
  float: right;
}
.nav li {
  display: inline-block;
  position: relative;
}
.nav li a {
  margin-left: 26px;
  color: #fff;
  font-size: 14px;
  transition: background .3s ease-in-out;
}
.nav > ul:last-child > li > a {
  color: #fff;
  /* border-right: 1px solid #fff; */
}
.nav > ul:last-child > li:last-child > a {
  background-color: #32B81F;
  padding: 10px;
  color: #fff;
  margin-left: 26px;
}
.nav li a:hover {
  color: #3ac756;
}
.nav-item a {
  border-radius: 28px;
}
.nav li .hover-menu {
  position: absolute;
  left: 13px;
  top: 60px;
  width: 100%;
  min-width: 83px;
  background: #fff;
  visibility: hidden;
  overflow: hidden;
  border-radius: 4px;
  opacity: 0;
  box-shadow: 0px 0px 16px 0px rgba(200,200,200,0.5800);
  transform: scaleY(0.8);
  transform-origin: 0% 0%;
  transition: all .3s;
}
.nav li .hover-menu li {
  display: block;
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
  box-sizing: content-box;
}
.nav li:hover .hover-menu {
  opacity: 1;
  visibility: visible;
  /*当鼠标移入是在0.6s内将元素从透明变为不透明，实现动画效果*/
  transform: scaleY(1);
  transform-origin: 0% 0%;
  opacity: 1;
}
.nav li .hover-menu li a {
  color: #414040;
  margin-left: 0;
}
.nav li .hover-menu li:hover {
  background-color: #F4F4F5;
}
.header-white  {
  background-color: #fff;
  box-shadow: 0px 0px 6px 0px #a8a8a8;
  transition: all .5s ease-in-out;
}
.header-white nav li a {
  color: #000;
}
.header-white .nav-line a {
  color: #3ac756;
}
.header-white .nav ul:last-child li:first-child a {
  color: #000;
}


.content {
  position: relative;
  min-width: 1200px;
  display: inline-block;
  text-align: center;
  margin: 72px auto;
  clear: both;
  padding-bottom: 50px;
  line-height: 39px;
}
.content > img {
  width: 330px;
}
.content .intro {
  color: #fff;
  font-size: 69px;
  line-height: 115px;
  text-align: center;
}
.content .use-button {
  margin-left: 15px;
  margin-top: 32px;
	display: inline-block;
	cursor: pointer;
	width: 223px;
	height: 60px;
	line-height: 60px;
  background-color: #3ac756;
  color: #fff;
	font-size: 32px;
  font-weight: 500;
	text-align: center;
	border-radius: 100px;
}
.use-button:hover {
  background-color: #208133!important;
}
.content .user-download {
  background-color: transparent;
  border: 2px solid #3ac756;
  color: #4dc164;
}
.content .user-download:hover {
  background-color: #23ff4f1f!important;
}
.content .use-button:first-child {
  margin-left: 0;
}
.content .button-box {
  text-align: center;
}
.download-text {
  color: #fff;
  font-size: 1rem;
}
.download-text #download {
  color: #fdfe00;
  cursor: pointer;
  font-weight: bold;
}
.content .bd-logo {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 121px;
  height: 75px;
  left: 0;
  top: 0;
}


.box-trail {
  background: #f4f4f4 url('/wp-content/themes/smallfighter-wp-web/assets/newImage/bg4.png') center bottom no-repeat;
}
.trial {
  width: 1200px;
  margin: auto;
  padding: 109px 0 115px;
  text-align: center;
  color: #000;
}
.trial-content {
  display: flex;
}
.trial .trial-left {
  flex: 1;
  margin-right: 105px;
  padding-top: 55px;
  vertical-align: top;
}
.trial .trial-left .trial-left-item {
  font-size: 12px;
  margin-bottom: 65px;
  margin-top: -8px;
}
.trial .trial-left .trial-left-item:first-child {
  margin-bottom: 100px;
}
.trial .trial-left .trial-left-item h4 {
  font-size: 28px;
  color: #1fa036;
  margin-bottom: 30px;
}
.trial .trial-left h2.pc::after {
  content: "";
  width: 3.5rem;
  height: 0.4rem;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 1.5rem;
  background: #32B81F;
}
.trial .trial-left p {
  font-size: 20px;
  line-height: 38px;
  color: #000;
}
.trial .trial-left-person {
  display: flex;
  align-items: center;
}
.trial .trial-left-person img {
  width: 136px;
  height: 136px;
  margin-right: 10px;
}
.trial .trial-left-person h4 {
  font-size: 20px;
  margin-bottom: 16px;
}
.trial .trial-left-person p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
}
.trial .trial-right {
  padding: 12px 42px 36px;
  background: #fff;
  border-radius: 16px 0 16px 16px;
  width: 565px;
  box-sizing: border-box;
  box-shadow: 0 0 8px #aaa;
  position: relative;
}
.trial .trial-right .trial-right-code {
  position: absolute;
  text-align: center;
  background: #fff;
  right: 0;
  border-radius: 8px;
  top: 0;
  z-index: 1;
  padding: 6px 25px;
  font-size: 14px;
  border-top: 8px solid;
  box-shadow: 0 0 8px #aaa;
  display: none;
}
.trial .trial-right .trial-right-code span {
  display: block;
}
.trial-right .trial-code-show {
  position: absolute;
  right: -9px;
  top: -79px;
  background: url('/wp-content/themes/smallfighter-wp-web/assets/newImage/wxBusiness-icon.png');
  background-size: cover;
  width: 251px;
  height: 88px;
}
.trial-right .trial-right-code img {
  width: 100px;
}
.trial-right .trial-right-code p {
  font-size: 14px;
}
.trial-right .trial-right-reset {
  position: absolute;
  right: -110px;
  bottom: 190px;
  cursor: pointer;
}
.trial-right .trial-right-reset img {
  width: 60px;
}
.trial-right h3 {
  color: #000;
  text-align: left;
  font-size: 28px;
  margin: 44px auto 46px;
  font-weight: 400;
}
.trial-form-line {
  display: flex;
  margin-bottom: 28px;
  margin-left: -6px;
  position: relative;
  border: 1px solid #aaa;
  border-radius: 6px;
}
input[type="checkbox"] {
  cursor: pointer;
}
.trial-form-line.plain {
  border: none;
  align-items: center;
}
.trial-form-line.btn {
  border: 2px solid #33b91f;
  background-color: #33b91f;
  height: 44px;
}
.trial-form-line .form-agree {
  font-size: 14px;
}
.trial-form-line .form-agree label {
  cursor: pointer;
}
.trial-form-line .form-agree a {
  color: #33b91f;
  cursor: pointer;
}
.trial-form-line .form-checkbox {
  height: auto;
  flex: 0;
  margin-right: 10px;
  align-self: center;
}
.trial-form-line span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 15px;
  font-size: 16px;
  color: #2c9c2c;
}
.trial-form-line-box {
  display: flex;
  flex: 1;
  margin-bottom: 28px;
  position: relative;
}
.trial-form-line input,
.trial-form-line select,
.trial-form-line textarea {
  flex: 1;
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  height: 36px;
  background: none;
  border: none;
  padding: 2px 8px;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  font-family: "PingFangSC", "microsoft YaHei", Helvetica, sans-serif;
}
.trial-form-line input::-webkit-input-placeholder,
.trial-form-line textarea::-webkit-input-placeholder {
  color: #999999;
}
.trial-form-line input:-moz-placeholder,
.trial-form-line textarea:-moz-placeholder {
  color: #999999;
}
.trial-form-line input:-ms-input-placeholder,
.trial-form-line textarea:-ms-input-placeholder {
  color: #999999;
}
input:-internal-autofill-selected {
  background: none;
}

.trial-form-line select {
  padding-left: 5px;
}
.trial-form-line input:focus,
.trial-form-line select:focus,
.trial-form-line textarea:focus {
  outline: none;
  border-color: transparent;
}
.trial-form-line .has-error {
  border-color: #f5222d;
}
.trial-form-line .error-text {
  position: absolute;
  bottom: -29px;
  left: 16px;
  font-size: 14px;
  line-height: 30px;
  color: #f5222d;
}
.trial-form-line.plain .error-text {
  bottom: -25px;
}
.trial-form-line .has-error:focus {
  border-color: #f5222d;
  box-shadow: 0 0 0 2px rgb(245 34 45 / 20%);
}
.trial-form-line .selectric-wrapper {
  flex: 1;
}
.trial-form-line  .selectric-items {
  background-color: #fff;
}

.modal {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  left: 50%;
  z-index: 20;
  transform: translate(-50%);
  border-radius: 16px 0 16px 16px;
}

.modal-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.modal-content .modal-content-reply {
  font-size: 32px;
  margin-top: 48px;
}

.modal-content .modal-content-reason {
  font-size: 23px;
  color: #e93a3a;
  margin-top: 18px;
  width: max-content;
}

.modal-success .modal-content-reason {
  color: #2c9c2c;
}


.modal-cover {
  width: 100%;
  position: fixed;
  height: 100vh;
  background: #000;
  top: 0;
  z-index: 49;
}
.modal-dialog {
  width: 100%;
  height: 100vh;
  display: none;
  z-index: 51;
  position: fixed;
  background: rgba(0, 0, 0, 0.212);
  top: 0;
  left: 0;
}
.modal-agree-content {
  width: 850px;
  border-radius: 10px;
  transform: translate(-50%, -50%);
  top: 50%;
  color: #000;
  position: fixed;
  background: #fff;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 5px 15px;
  box-shadow: 0 1px 6px #bfbfbf;
}
.modal-agree-content p {
  text-indent: 2em;
}
.modal-agree-content > .modal-d-content {
  height: 550px;
  word-wrap: break-word;
  overflow-y: scroll;
  margin-bottom: 50px;
}
.modal-agree-content > .modal-d-content > ol {
  list-style: cjk-ideographic;
}
.modal-agree-content > .modal-d-content > ol > p {
  margin-bottom: 1em;
  font-size: 14px;
}
.modal-agree-content > .modal-d-content > ol > ol > li > ol {
  list-style: lower-alpha;
}
.modal-agree-content > .modal-footer {
  border-bottom: 1px solid #e3e3e3;
  padding: 1rem;
  margin: 0 -1rem 10px;
}
.modal-agree-content > .modal-footer {
  display: flex;
  justify-content: space-between;
}
.modal-agree-content > .modal-footer > div {
  font-size: 16px;
  font-weight: 600;
}
.modal-agree-content > .modal-footer img {
  width: 20px;
}
.modal-agree-content > div > p {
  font-size: 14px;
}
.confirm {
  position: fixed;
  bottom: 0;
  border-top: 1px solid #e3e3e3;
  width: 100%;
  left: 0;
  box-sizing: border-box;
  background: #fff;
  padding: 10px;
  border-radius: 0 0 10px 10px;
}
.confirm button {
  float: right;
  width: 70px;
  line-height: 32px;
  height: 32px;
  background: #33b91f;
  color: #fff;
  border: none;
  border-radius: 4px;
}

.modal-agree-content ol {
  margin-bottom: 10px;
  display: block;
  list-style-type: decimal;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

.icon {
  width: 280px;
  margin-right: 0.4rem;
}

.trial-form-line input~.error-text,
.trial-form-line select~.error-text,
.trial-form-line .selectric-wrapper~.error-text,
.trial-form-line .product-name~.error-text {
  display: none;
}

.has-error input~.error-text,
.has-error select~.error-text,
.has-error .selectric-wrapper~.error-text,
.has-error .product-name~.error-text {
  display: block;
}

.has-error {
  border: 2px solid #f5222d;
}

.trial-form-line textarea {
  height: auto;
}
.trial-form-line input + input,
.trial-form-line input + select,
.trial-form-line select + select {
  margin-left: 1.5rem;
}
.trial-form-line button {
  flex: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #33B91F;
  color: #fff;
  font-size: 18px;
  height: 42px;
  line-height: 42px;
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
  border: none;
  outline: none;
}
.trial-form-line button:hover {
  background-color: #208133;
}

.trial-form-line input[type="radio"] {
  width: 16px;
  height: 16px;
  flex: initial;
  align-self: center;
  margin-right: 6px;
  margin-top: 0;
}

.product-name {
  height: 40px;
  display: flex;
  align-items: center;
}

.product-name label {
  display: flex;
  align-items: center;
  margin-right: 16px;
  cursor: pointer;
}


.box-footer {
  background-color: #2c9c2c;
  box-sizing: border-box;
}
.footer {
  width: 1200px;
  margin: auto;
  display: flex;
  justify-content: center;
  padding: 26px;
  flex-direction: column;
  align-items: center;
  color: #fff;
  line-height: 27px;
  font-size: 16px;
  box-sizing: border-box;
}
.footer a {
  color: #fff!important;
}

@media (max-width: 1360px) {
  .trial-right .trial-right-reset {
    display: none;
  }
}

@media (min-width: 768px) {
  .nav {
    display: block!important;
  }
  .tabbar {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 25px;
    height: 2px;
    background: #b2b2b2;
    opacity: 1;
    border-radius: 0;
  }
  
  .swiper-pagination-bullet-active {
    background-color: #229f39!important;
  }

  .header-content {
    width: 100%;
    display: block;
  }

  .header-content .logo {
    display: flex;
    justify-content: space-between;
    float: none;
    padding: 20px;
  }

  .header-content .logo > a {
    display: flex;
  }

  .menu-icon {
    display: block;
  }

  .nav {
    display: none;
    float: none;
  }

  .nav ul:first-child {
    background-image: url('/wp-content/themes/smallfighter-wp-web/assets/newImage/menu-list.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 167px;
    height: 167px;
    float: right;
    margin-right: 18px;
    box-shadow: 0 0 8px #bfbfbf;
  }
  
  .nav li {
    display: none;
  }

  .nav .nav-item a {
    border: none;
    font-size: 24px;
    color: #000;
  }

  .nav li.nav-item {
    display: block;
  }

  .nav li.nav-item:last-child {
    margin-top: -24px;
  }

  .header-white .nav .nav-item {
    display: block;
    /* margin-top: -10px; */
  }

  .trial {
    width: 100%;
    padding: 98px 0 62px;
  }

  .trial-content {
    flex-direction: column-reverse;
  }

  .trial .trial-right {
    width: 88%;
    margin: auto;
    margin-top: 26px;
  }

  .trial-right h3 {
    font-size: 32px;
    text-align: center;
  }

  .trial-right .trial-right-reset {
    display: none;
  }

  .trial .trial-left {
    padding-top: 50px;
    margin: auto;
    width: 88%;
  }

  .trial .trial-left .trial-left-item {
    margin-bottom: 50px;
  }

  .trial .trial-left .trial-left-item:first-child {
    margin-bottom: 50px;
  }

  .trial-right .trial-right-code img {
    width: 100%;
  }

  .box-trail {
    background-image: url('/wp-content/themes/smallfighter-wp-web/assets/newImage/bg4-h5.png');
    background-position-y: 97%;
    background-size: 85%;
    background-position-x: right;
  }

  .trial .trial-right.code-active .trial-right-code {
    display: block;
    position: absolute;
    right: 0;
    top: 3px;
    width: 28%;
    z-index: 1;
  }

  .modal-agree-content {
    width: 75%;
  }

  .trial .trial-left-person h4 {
    font-size: 17px;
  }

  .trial .trial-left-person p {
    font-size: 12px;
    margin-bottom: -2px;
  }

  .trial-form-line.btn {
    height: 58px;
  }

  .trial-form-line button {
    height: 56px;
    line-height: 56px;
    font-size: 22px;
  }

  .trial-form-line span {
    font-size: 20px;
  }

  .trial-form-line input,
  .trial-form-line select,
  .trial-form-line textarea,
  .trial-form-line .selectric-wrapper  {
    font-size: 20px;
    padding: 10px 8px;
  }

  .trial-form-line .selectric-wrapper .selectric .label {
    font-size: 20px;
    padding-left: 0;
  }

  .trial-form-line .form-agree {
    font-size: 16px;
  }

  .footer {
    width: 100%;
    box-sizing: border-box;
  }

  .box-footer {
    margin-bottom: 90px;
  }

  .box {
    min-width: 0;
  }

  .tabbar {
    z-index: 55;
    position: fixed;
    bottom: 0;
    background: #fff;
    width: 100%;
    height: 100px;
    color: #20A037;
    box-shadow: 0px 0px 6px 0px #a8a8a8;
  }

  .tabbar div {
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  
  .tabbar div a {
    color: #898989;
    font-size: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  
  .tabbar a .tab-icon {
    height: 46px;
  }

  .tabbar div a img {
    width: 40px;
  }

  .tabbar a.tab-active {
    color: #20A037;
  }

  .tabbar .tab-home img {
    width: 36px;
    margin-bottom: 4px;
  }

  .tabbar .tab-product img {
    width: 45px;
  }

  .tabbar .tab-case img {
    width: 34px;
    margin-bottom: 6px;
  }

  .tabbar .tab-news img {
    width: 35px;
  }

  .static {
    position: fixed;
    bottom: 200px;
    background: white;
    right: 20px;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    box-shadow: 0px 0px 12px 0px rgb(200 200 200 / 58%);
    text-align: center;
    display: flex !important;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  
  .static a p {
    color: #20A037;
    font-size: 20px;
    margin-top: 4px;
  }
}

@keyframes antSlideUpIn {
  0% {
    transform: scaleY(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    transform: scaleY(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
}