@charset "UTF-8";
@font-face {
  font-family: 'iconfont';
  src: url("../../fonts/iconfont.woff") format("woff"), url("../../fonts/iconfont.ttf") format("truetype"); }
body, html {
  height: 100%;
  padding: 0;
  margin: 0; }

body {
  background: #fff;
  overflow-x: hidden;
  font-family: "微软雅黑"; }

img {
  max-width: 100%; }

.clear {
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  padding: 0;
  margin: 0; }

.ta-c {
  text-align: center; }

.fl {
  float: left; }

.fr {
  float: right; }

.cur-p {
  cursor: pointer; }

.flex {
  display: flex; }

.ai-c {
  align-items: center; }

.flex-s-0 {
  flex-shrink: 0; }

.oh {
  overflow: hidden; }

.main {
  margin-left: auto;
  margin-right: auto;
  width: var(--content-width); }

.contentbox {
  width: var(--content-width);
  margin-left: auto;
  margin-right: auto; }

.iconfont {
  font-family: "iconfont" !important;
  font-size: var(--body-fontsize);
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale; }

.text-fff {
  color: #fff; }

.bg-fff {
  background: #fff; }

.border-fff {
  border-color: #fff; }

.text-000 {
  color: #000; }

.bg-000 {
  background: #000; }

.border-000 {
  border-color: #000; }

.text-333 {
  color: #333; }

.bg-333 {
  background: #333; }

.border-333 {
  border-color: #333; }

.text-666 {
  color: #666; }

.bg-666 {
  background: #666; }

.border-666 {
  border-color: #666; }

.text-888 {
  color: #888; }

.bg-888 {
  background: #888; }

.border-888 {
  border-color: #888; }

.text-999 {
  color: #999; }

.bg-999 {
  background: #999; }

.border-999 {
  border-color: #999; }

.text-eee {
  color: #eee; }

.bg-eee {
  background: #eee; }

.border-eee {
  border-color: #eee; }

.text-ddd {
  color: #ddd; }

.bg-ddd {
  background: #ddd; }

.border-ddd {
  border-color: #ddd; }

.text-col03 {
  color: #0089f1; }

.bg-col03 {
  background: #0089f1; }

.border-col03 {
  border-color: #0089f1; }

.text-col04 {
  color: #fd7e06; }

.bg-col04 {
  background: #fd7e06; }

.border-col04 {
  border-color: #fd7e06; }

.text-col05 {
  color: #ff6369; }

.bg-col05 {
  background: #ff6369; }

.border-col05 {
  border-color: #ff6369; }

.text-col06 {
  color: #01b621; }

.bg-col06 {
  background: #01b621; }

.border-col06 {
  border-color: #01b621; }

.building {
  padding: 0;
  font-size: var(--body-fontsize);
  line-height: var(--body-lineheight);
  color: #333;
  text-align: center;
  margin: 0 auto;
  width: var(--content-width); }
  .building * {
    padding: 0;
    margin: 0; }
  .building a {
    text-decoration: none;
    color: #333;
    cursor: pointer; }
  .building p {
    font-size: var(--upload-one-tit);
    line-height: var(--upload-one-tit);
    padding: var(--upload-one-tit) 0; }

.bot-kong {
  width: 100%;
  height: var(--bot-kong-h); }

.pagebox {
  text-align: center;
  line-height: 40px; }
  .pagebox i {
    display: inline-block;
    font-size: 30px;
    border: 1px solid #ccc;
    border-radius: 50%;
    height: 40px;
    width: 40px; }

.user-tip {
  padding: 0;
  font-size: var(--body-fontsize);
  line-height: var(--body-lineheight);
  color: #333;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: zoomIn;
  margin: 80px auto 0;
  position: relative;
  overflow: hidden;
  width: 400px;
  box-sizing: border-box;
  min-height: 400px;
  margin-bottom: var(--header-height);
  text-align: center;
  border: 2px solid #ddd;
  border-radius: 20px;
  background: #fff; }
  .user-tip * {
    padding: 0;
    margin: 0; }
  .user-tip a {
    text-decoration: none;
    color: #333;
    cursor: pointer; }
  .user-tip .tit {
    line-height: 50px;
    background: #ddd; }
  .user-tip .p1 {
    color: #000;
    font-size: 18px;
    margin: 100px 0 50px; }
  .user-tip .p2 {
    font-size: 16px; }
    .user-tip .p2 a {
      transition: all 0.3s linear 0s;
      color: #0089f1;
      text-decoration: none;
      text-decoration: underline; }
      .user-tip .p2 a:hover {
        color: #fd7e06; }

.usermain {
  padding: 0;
  font-size: var(--body-fontsize);
  line-height: var(--body-lineheight);
  color: #333;
  list-style: none;
  position: relative;
  margin: 15px auto 0;
  padding: 0 0 0 240px;
  box-sizing: border-box;
  max-width: 1200px; }
  .usermain * {
    padding: 0;
    margin: 0; }
  .usermain a {
    text-decoration: none;
    color: #333;
    cursor: pointer; }
  .usermain ul, .usermain ol, .usermain li, .usermain dl, .usermain dd, .usermain dt {
    list-style: none; }
  .usermain::after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    line-height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden; }
  .usermain .leftbox {
    position: absolute;
    left: 0;
    top: 0;
    width: 220px; }
    .usermain .leftbox p {
      display: flex;
      width: 100%;
      line-height: 40px;
      height: 40px;
      border-radius: 8px;
      align-items: center;
      box-sizing: border-box;
      padding: 0 12px;
      margin-bottom: 12px;
      cursor: pointer;
      transition: all 0.3s;
      font-size: 14px; }
      .usermain .leftbox p .ico {
        display: block;
        height: 24px;
        margin-right: 12px; }
      .usermain .leftbox p:hover {
        background: #ddd; }
      .usermain .leftbox p.sel {
        background: #fff; }
        .usermain .leftbox p.sel span {
          font-weight: bold; }

.userright {
  width: 100%;
  background: #f5f5f5;
  border-radius: 12px;
  height: calc(100vh - 110px);
  padding: 25px;
  box-sizing: border-box;
  overflow: auto; }
  .userright .tit01 {
    font-size: 18px;
    font-weight: bold;
    padding: 40px 0 25px;
    border-bottom: 1px solid #ddd; }
    .userright .tit01:first-child {
      padding-top: 0; }
  .userright .tit02 {
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 25px; }
  .userright .whitebox {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    margin: 25px 0 0; }
  .userright .box01 {
    margin-bottom: 25px;
    min-height: 40px;
    display: flex; }
    .userright .box01:last-child {
      margin: 0; }
    .userright .box01 .p1 {
      line-height: 40px;
      width: 20%;
      font-size: 14px;
      min-width: 70px; }
    .userright .box01 .p2 {
      line-height: 40px;
      width: 100%;
      font-size: 14px; }
      .userright .box01 .p2 span {
        margin-right: 10px; }
    .userright .box01 .p3 {
      line-height: 40px;
      width: 100%;
      font-size: 14px;
      color: #999; }
      .userright .box01 .p3 span {
        margin-right: 10px; }
    .userright .box01 .text {
      border: 1px solid #ccc;
      border-radius: 8px;
      padding: 0 12px;
      box-sizing: border-box;
      width: 100%; }
    .userright .box01 .btn01 {
      width: 70px;
      text-align: center;
      line-height: 32px;
      height: 32px;
      border-radius: 4px;
      border: 1px solid #ccc;
      cursor: pointer;
      transition: all 0.3s;
      background: #fff; }
      .userright .box01 .btn01:hover {
        background: #eaeaea; }
  .userright .box02 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding: 25px 0; }
    .userright .box02:last-child {
      border: none;
      padding-bottom: 0; }
    .userright .box02:first-child {
      padding-top: 0; }
    .userright .box02 .info {
      display: flex;
      align-items: center; }
      .userright .box02 .info img {
        display: block;
        margin-right: 16px;
        width: 25px; }
      .userright .box02 .info p {
        font-size: 14px;
        color: #999;
        line-height: 20px; }
        .userright .box02 .info p b {
          display: block;
          color: #333;
          font-size: 16px;
          padding-bottom: 6px; }
    .userright .box02 button {
      transition: all 0.3s;
      width: 100px;
      text-align: center;
      line-height: 38px;
      height: 38px;
      border: 1px solid #ddd;
      border-radius: 6px;
      background: #fff;
      font-size: 14px;
      cursor: pointer; }
      .userright .box02 button:hover {
        background: #eaeaea; }

.user-editwin {
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 40px;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 100;
  width: 100vw;
  height: 100vh;
  text-align: center; }
  .user-editwin * {
    padding: 0;
    margin: 0; }
  .user-editwin a {
    text-decoration: none;
    color: #333;
    cursor: pointer; }
  .user-editwin ul, .user-editwin ol, .user-editwin li, .user-editwin dl, .user-editwin dd, .user-editwin dt {
    list-style: none; }
  .user-editwin .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .user-editwin .box {
    background: #f5f5f5;
    border-radius: 12px;
    width: 400px;
    margin: 0 auto;
    position: relative;
    top: 20%;
    box-sizing: border-box;
    padding: 25px;
    box-shadow: 1px 1px 8px #999; }
  .user-editwin .close {
    transition: all 0.3s;
    position: absolute;
    right: 15px;
    top: 5px;
    cursor: pointer;
    color: #999;
    z-index: 10; }
    .user-editwin .close:hover {
      color: #fd7e06; }
  .user-editwin .tit {
    font-size: 18px;
    line-height: 25px;
    padding-bottom: 10px; }
  .user-editwin .p1 {
    font-size: 14px;
    color: #999;
    line-height: 20px; }
  .user-editwin .inputbox {
    line-height: 38px;
    height: 38px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
    padding: 0 12px;
    margin-top: 20px;
    overflow: hidden;
    position: relative; }
    .user-editwin .inputbox input {
      width: 100%;
      line-height: 38px;
      height: 38px;
      border: none;
      background: none;
      outline: none;
      display: block; }
      .user-editwin .inputbox input.text01 {
        width: 50%; }
    .user-editwin .inputbox .sp1 {
      position: absolute;
      right: 12px;
      font-size: 12px;
      top: 0;
      cursor: pointer; }
  .user-editwin .tip {
    position: relative;
    width: 100%;
    margin-top: 40px; }
    .user-editwin .tip span {
      color: #ff6369;
      position: absolute;
      left: 0;
      bottom: 5px;
      line-height: 20px; }
  .user-editwin .sub {
    transition: all 0.3s;
    width: 100%;
    line-height: 40px;
    height: 40px;
    cursor: pointer;
    border: none;
    background: #fd7e06;
    color: #fff;
    font-size: 15px;
    border-radius: 6px; }
    .user-editwin .sub:hover {
      background: #333; }

.homebanner {
  padding: 0;
  font-size: var(--body-fontsize);
  line-height: var(--body-lineheight);
  color: #333;
  list-style: none;
  position: relative;
  margin: 0 calc(200 / 1920 * 100vw);
  font-size: calc(30 / 1920 * 100vw);
  color: #fff;
  line-height: calc(30 / 1920 * 100vw); }
  .homebanner * {
    padding: 0;
    margin: 0; }
  .homebanner a {
    text-decoration: none;
    color: #333;
    cursor: pointer; }
  .homebanner ul, .homebanner ol, .homebanner li, .homebanner dl, .homebanner dd, .homebanner dt {
    list-style: none; }
  .homebanner .p1 {
    width: 100%;
    overflow: hidden;
    text-align: right;
    padding: calc(55 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw); }
    .homebanner .p1 img {
      height: calc(57 / 1920 * 100vw); }
  .homebanner .p2 {
    text-align: right;
    margin-bottom: calc(70 / 1920 * 100vw); }
  .homebanner .p3 {
    text-align: right; }
    .homebanner .p3 img {
      height: calc(600 / 1920 * 100vw); }
  .homebanner .list {
    position: absolute;
    left: 0;
    top: calc(265 / 1920 * 100vw);
    display: flex;
    flex-wrap: wrap;
    width: calc(820 / 1920 * 100vw); }
    .homebanner .list p {
      width: 50%;
      display: flex;
      align-items: center;
      margin-bottom: calc(33 / 1920 * 100vw); }
      .homebanner .list p:nth-child(1) {
        animation-delay: 0.1s; }
      .homebanner .list p:nth-child(2) {
        animation-delay: 0.2s; }
      .homebanner .list p:nth-child(3) {
        animation-delay: 0.3s; }
      .homebanner .list p:nth-child(4) {
        animation-delay: 0.4s; }
      .homebanner .list p:nth-child(5) {
        animation-delay: 0.5s; }
      .homebanner .list p:nth-child(6) {
        animation-delay: 0.6s; }
      .homebanner .list p:nth-child(7) {
        animation-delay: 0.7s; }
      .homebanner .list p:nth-child(8) {
        animation-delay: 0.8s; }
      .homebanner .list p:nth-child(9) {
        animation-delay: 0.9s; }
      .homebanner .list p:nth-child(10) {
        animation-delay: 1s; }
      .homebanner .list p:nth-child(11) {
        animation-delay: 1.1s; }
      .homebanner .list p:nth-child(12) {
        animation-delay: 1.2s; }
      .homebanner .list p:nth-child(13) {
        animation-delay: 1.3s; }
      .homebanner .list p:nth-child(14) {
        animation-delay: 1.4s; }
      .homebanner .list p:nth-child(15) {
        animation-delay: 1.5s; }
      .homebanner .list p img {
        height: calc(28 / 1920 * 100vw);
        margin-right: calc(15 / 1920 * 100vw); }
      .homebanner .list p span {
        text-shadow: 1px 1px 3px #000; }
  .homebanner .btn {
    position: absolute;
    left: 0;
    top: calc(555 / 1920 * 100vw);
    display: flex;
    align-items: center; }
    .homebanner .btn a {
      transition: all 0.3s linear 0s;
      line-height: calc(65 / 1920 * 100vw);
      padding: 0 calc(18 / 1920 * 100vw);
      background: #fff;
      border-radius: 5px;
      color: #0089f1;
      margin-right: calc(15 / 1920 * 100vw); }
      .homebanner .btn a i {
        font-size: calc(34 / 1920 * 100vw);
        margin-right: 5px; }
      .homebanner .btn a:hover {
        background: #0089f1;
        color: #fff;
        box-shadow: 0px 0px 8px #fff; }

.home_tit01 {
  position: relative;
  padding-top: calc(45 / 1920 * 100vw); }
  .home_tit01 h2 {
    padding: 0;
    margin: 0;
    font-size: calc(40 / 1920 * 100vw);
    font-weight: 400;
    line-height: calc(48 / 1920 * 100vw);
    color: #333; }
  .home_tit01 p {
    padding: 0 calc(190 / 1920 * 100vw) 0 0;
    margin: 0;
    font-size: calc(20 / 1920 * 100vw);
    color: #b8b8b8;
    line-height: calc(24 / 1920 * 100vw);
    margin-top: calc(16 / 1920 * 100vw);
    position: relative;
    display: inline-block; }

.home_converbg {
  background: #fafafa;
  padding-bottom: calc(90 / 1920 * 100vw); }

.home_conver {
  padding-top: calc(60 / 1920 * 100vw);
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .home_conver .list {
    transition: all 0.3s linear 0s;
    width: calc(25% - 3px);
    height: 200px;
    background: #fff;
    text-align: center;
    color: #666;
    font-size: 24px;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 0 4px; }
    .home_conver .list .ico {
      transition: all 0.3s linear 0s;
      display: block;
      height: 68px; }
    .home_conver .list p {
      margin: 30px 0 0; }
    .home_conver .list:first-child {
      width: calc(75% - 1px);
      flex-direction: row;
      text-align: left;
      font-size: 34px;
      line-height: 34px; }
      .home_conver .list:first-child .ico {
        margin-right: 30px; }
      .home_conver .list:first-child span {
        color: #999;
        font-size: 18px; }
      .home_conver .list:first-child p {
        margin: 0; }
    .home_conver .list:hover {
      box-shadow: 1px 1px 15px #bae1ff;
      color: #0089f1;
      z-index: 5; }
      .home_conver .list:hover .ico {
        transform: scale(1.05); }

.home_server {
  position: relative;
  width: 100%;
  color: #fff;
  overflow: hidden; }
  .home_server p, .home_server h2, .home_server h3 {
    margin: 0;
    padding: 0; }
  .home_server .bg {
    display: block;
    width: 100%; }
  .home_server .tit, .home_server .p1 {
    font-weight: 400;
    font-size: calc(40 / 1920 * 100vw);
    text-align: center;
    line-height: calc(40 / 1920 * 100vw);
    width: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    top: calc(50 / 1920 * 100vw); }
  .home_server .p1 {
    font-size: calc(24 / 1920 * 100vw);
    opacity: 0.5;
    top: calc(115 / 1920 * 100vw); }
  .home_server .main {
    position: absolute;
    bottom: 0;
    left: calc((100% - var(--content-width)) / 2);
    display: flex;
    flex-wrap: wrap; }
    .home_server .main section {
      justify-content: space-between;
      width: 33.3%;
      box-sizing: border-box;
      background: rgba(0, 0, 0, 0.7);
      padding: calc(30 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw) calc(30 / 1920 * 100vw);
      font-size: calc(18 / 1920 * 100vw);
      display: flex;
      flex-direction: column; }
      .home_server .main section:nth-child(1) {
        animation-delay: 0.2s; }
      .home_server .main section:nth-child(2) {
        animation-delay: 0.4s; }
      .home_server .main section:nth-child(3) {
        animation-delay: 0.6s; }
      .home_server .main section:nth-child(4) {
        animation-delay: 0.8s; }
      .home_server .main section:nth-child(5) {
        animation-delay: 1s; }
      .home_server .main section:nth-child(6) {
        animation-delay: 1.2s; }
      .home_server .main section:nth-child(7) {
        animation-delay: 1.4s; }
      .home_server .main section:nth-child(8) {
        animation-delay: 1.6s; }
      .home_server .main section:nth-child(9) {
        animation-delay: 1.8s; }
      .home_server .main section:nth-child(10) {
        animation-delay: 2s; }
      .home_server .main section:nth-child(11) {
        animation-delay: 2.2s; }
      .home_server .main section:nth-child(12) {
        animation-delay: 2.4s; }
      .home_server .main section:nth-child(13) {
        animation-delay: 2.6s; }
      .home_server .main section:nth-child(14) {
        animation-delay: 2.8s; }
      .home_server .main section:nth-child(15) {
        animation-delay: 3s; }
      .home_server .main section:nth-child(even) {
        background: rgba(1, 76, 152, 0.7); }
      .home_server .main section h3 {
        font-weight: 400;
        font-size: calc(30 / 1920 * 100vw);
        line-height: calc(30 / 1920 * 100vw);
        display: flex;
        align-items: center;
        margin-bottom: calc(40 / 1920 * 100vw); }
        .home_server .main section h3 i {
          font-size: calc(30 / 1920 * 100vw);
          margin-right: 10px; }
      .home_server .main section p {
        margin-bottom: calc(13 / 1920 * 100vw); }

.home_choose {
  padding: 0;
  list-style: none;
  width: 100%;
  position: relative;
  background: #0089f1;
  color: #fff;
  padding: calc(80 / 1920 * 100vw) 0 calc(120 / 1920 * 100vw); }
  .home_choose * {
    padding: 0;
    margin: 0; }
  .home_choose a {
    text-decoration: none;
    color: #333;
    cursor: pointer; }
  .home_choose ul, .home_choose ol, .home_choose li, .home_choose dl, .home_choose dd, .home_choose dt {
    list-style: none; }
  .home_choose .main {
    margin: 0 auto; }
  .home_choose .tit, .home_choose .p1 {
    font-weight: 400;
    font-size: calc(40 / 1920 * 100vw);
    text-align: center;
    line-height: calc(40 / 1920 * 100vw);
    width: 100%; }
  .home_choose .p1 {
    font-size: calc(24 / 1920 * 100vw);
    opacity: 0.5;
    margin-top: calc(24 / 1920 * 100vw); }
  .home_choose ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .home_choose ul li {
      transition: all 0.3s linear 0s;
      box-sizing: border-box;
      width: 46%;
      border: 4px solid rgba(255, 255, 255, 0.5);
      border-radius: 20px;
      margin-top: calc(90 / 1920 * 100vw);
      position: relative;
      padding: calc(60 / 1920 * 100vw) calc(30 / 1920 * 100vw) calc(30 / 1920 * 100vw);
      font-size: calc(18 / 1920 * 100vw);
      line-height: calc(30 / 1920 * 100vw); }
      .home_choose ul li i {
        position: absolute;
        right: calc(50 / 1920 * 100vw);
        top: calc(-45 / 1920 * 100vw);
        font-size: calc(90 / 1920 * 100vw);
        line-height: calc(90 / 1920 * 100vw);
        padding: 0 calc(25 / 1920 * 100vw);
        background: #0089f1; }
      .home_choose ul li .t1 {
        text-align: right;
        padding: 0 calc(45 / 1920 * 100vw) 0 0;
        font-size: calc(24 / 1920 * 100vw);
        line-height: calc(24 / 1920 * 100vw); }
      .home_choose ul li .t2 {
        margin-top: calc(25 / 1920 * 100vw); }
      .home_choose ul li:nth-child(even) i {
        left: calc(50 / 1920 * 100vw);
        right: auto; }
      .home_choose ul li:nth-child(even) .t1 {
        text-align: left;
        padding: 0 0 0 calc(45 / 1920 * 100vw); }
      .home_choose ul li:hover {
        border-color: white; }

.home_say {
  padding: 0;
  list-style: none;
  width: 100%;
  position: relative;
  overflow: hidden;
  color: #fff;
  font-size: calc(16 / 1920 * 100vw);
  line-height: calc(30 / 1920 * 100vw); }
  .home_say * {
    padding: 0;
    margin: 0; }
  .home_say a {
    text-decoration: none;
    color: #333;
    cursor: pointer; }
  .home_say ul, .home_say ol, .home_say li, .home_say dl, .home_say dd, .home_say dt {
    list-style: none; }
  .home_say .bg {
    display: block;
    width: 100%; }
  .home_say .tit, .home_say .p1 {
    position: absolute;
    font-weight: 400;
    font-size: calc(40 / 1920 * 100vw);
    line-height: calc(40 / 1920 * 100vw);
    left: calc(300 / 1920 * 100vw);
    top: calc(50 / 1920 * 100vw); }
  .home_say .p1 {
    font-size: calc(24 / 1920 * 100vw);
    top: calc(115 / 1920 * 100vw);
    opacity: 0.7; }
  .home_say .colbox {
    position: absolute;
    left: 0;
    top: 0; }
    .home_say .colbox p {
      position: absolute;
      left: 0;
      top: 0;
      width: calc(200 / 1920 * 100vw);
      height: calc(400 / 1920 * 100vw);
      background: rgba(185, 1, 31, 0.2); }
      .home_say .colbox p:nth-child(1) {
        animation-delay: 0.1s; }
      .home_say .colbox p:nth-child(2) {
        animation-delay: 0.2s; }
      .home_say .colbox p:nth-child(3) {
        animation-delay: 0.3s; }
      .home_say .colbox p:nth-child(4) {
        animation-delay: 0.4s; }
      .home_say .colbox p:nth-child(5) {
        animation-delay: 0.5s; }
      .home_say .colbox p:nth-child(6) {
        animation-delay: 0.6s; }
      .home_say .colbox p:nth-child(7) {
        animation-delay: 0.7s; }
      .home_say .colbox p:nth-child(8) {
        animation-delay: 0.8s; }
      .home_say .colbox p:nth-child(9) {
        animation-delay: 0.9s; }
      .home_say .colbox p:nth-child(10) {
        animation-delay: 1s; }
      .home_say .colbox p:nth-child(11) {
        animation-delay: 1.1s; }
      .home_say .colbox p:nth-child(12) {
        animation-delay: 1.2s; }
      .home_say .colbox p:nth-child(13) {
        animation-delay: 1.3s; }
      .home_say .colbox p:nth-child(14) {
        animation-delay: 1.4s; }
      .home_say .colbox p:nth-child(15) {
        animation-delay: 1.5s; }
      .home_say .colbox p:nth-child(2) {
        width: calc(200 / 1920 * 100vw);
        height: calc(200 / 1920 * 100vw);
        left: 0;
        top: calc(600 / 1920 * 100vw);
        background: rgba(252, 144, 16, 0.3); }
      .home_say .colbox p:nth-child(3) {
        width: calc(200 / 1920 * 100vw);
        height: calc(200 / 1920 * 100vw);
        left: calc(600 / 1920 * 100vw);
        top: calc(800 / 1920 * 100vw);
        background: rgba(255, 255, 255, 0.3); }
      .home_say .colbox p:nth-child(4) {
        width: calc(200 / 1920 * 100vw);
        height: calc(200 / 1920 * 100vw);
        left: calc(800 / 1920 * 100vw);
        top: calc(200 / 1920 * 100vw);
        background: rgba(255, 255, 255, 0.5); }
      .home_say .colbox p:nth-child(5) {
        width: calc(200 / 1920 * 100vw);
        height: calc(200 / 1920 * 100vw);
        left: calc(1600 / 1920 * 100vw);
        top: calc(200 / 1920 * 100vw);
        background: rgba(0, 0, 0, 0.5); }
      .home_say .colbox p:nth-child(6) {
        width: calc(200 / 1920 * 100vw);
        height: calc(600 / 1920 * 100vw);
        left: calc(1800 / 1920 * 100vw);
        top: calc(200 / 1920 * 100vw);
        background: rgba(255, 255, 255, 0.3); }
  .home_say .imgbox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }
    .home_say .imgbox img {
      display: block;
      object-fit: cover;
      width: calc(200 / 1920 * 100vw);
      height: calc(200 / 1920 * 100vw);
      position: absolute;
      left: calc(200 / 1920 * 100vw);
      top: calc(200 / 1920 * 100vw); }
      .home_say .imgbox img:nth-child(1) {
        animation-delay: 0.1s; }
      .home_say .imgbox img:nth-child(2) {
        animation-delay: 0.2s; }
      .home_say .imgbox img:nth-child(3) {
        animation-delay: 0.3s; }
      .home_say .imgbox img:nth-child(4) {
        animation-delay: 0.4s; }
      .home_say .imgbox img:nth-child(5) {
        animation-delay: 0.5s; }
      .home_say .imgbox img:nth-child(6) {
        animation-delay: 0.6s; }
      .home_say .imgbox img:nth-child(7) {
        animation-delay: 0.7s; }
      .home_say .imgbox img:nth-child(8) {
        animation-delay: 0.8s; }
      .home_say .imgbox img:nth-child(9) {
        animation-delay: 0.9s; }
      .home_say .imgbox img:nth-child(10) {
        animation-delay: 1s; }
      .home_say .imgbox img:nth-child(11) {
        animation-delay: 1.1s; }
      .home_say .imgbox img:nth-child(12) {
        animation-delay: 1.2s; }
      .home_say .imgbox img:nth-child(13) {
        animation-delay: 1.3s; }
      .home_say .imgbox img:nth-child(14) {
        animation-delay: 1.4s; }
      .home_say .imgbox img:nth-child(15) {
        animation-delay: 1.5s; }
      .home_say .imgbox img:nth-child(2) {
        width: calc(400 / 1920 * 100vw);
        height: calc(400 / 1920 * 100vw);
        left: calc(200 / 1920 * 100vw);
        top: calc(600 / 1920 * 100vw); }
      .home_say .imgbox img:nth-child(3) {
        width: calc(400 / 1920 * 100vw);
        height: calc(200 / 1920 * 100vw);
        left: calc(800 / 1920 * 100vw);
        top: calc(400 / 1920 * 100vw); }
      .home_say .imgbox img:nth-child(4) {
        width: calc(200 / 1920 * 100vw);
        height: calc(200 / 1920 * 100vw);
        left: calc(1400 / 1920 * 100vw);
        top: calc(0 / 1920 * 100vw); }
      .home_say .imgbox img:nth-child(5) {
        width: calc(400 / 1920 * 100vw);
        height: calc(200 / 1920 * 100vw);
        left: calc(1400 / 1920 * 100vw);
        top: calc(800 / 1920 * 100vw); }
  .home_say ul {
    position: absolute;
    left: 0;
    top: 0; }
    .home_say ul li {
      transition: all 0.3s linear 0s;
      color: #fff;
      position: absolute;
      left: calc(400 / 1920 * 100vw);
      top: calc(200 / 1920 * 100vw);
      box-sizing: border-box;
      width: calc(400 / 1920 * 100vw);
      height: calc(400 / 1920 * 100vw);
      padding: calc(35 / 1920 * 100vw) calc(35 / 1920 * 100vw) 0;
      background: rgba(0, 0, 0, 0.3); }
      .home_say ul li .p2 {
        font-size: calc(24 / 1920 * 100vw); }
      .home_say ul li .p3 {
        height: calc(210 / 1920 * 100vw);
        overflow: hidden;
        margin: calc(15 / 1920 * 100vw) 0;
        opacity: 0.7; }
      .home_say ul li .p4 {
        overflow: hidden; }
        .home_say ul li .p4 img {
          float: right;
          width: calc(64 / 1920 * 100vw);
          height: calc(64 / 1920 * 100vw);
          border-radius: 50%;
          display: block; }
      .home_say ul li:nth-child(2) {
        left: calc(800 / 1920 * 100vw);
        top: calc(600 / 1920 * 100vw);
        background: rgba(136, 1, 1, 0.5); }
      .home_say ul li:nth-child(3) {
        left: calc(1200 / 1920 * 100vw);
        top: calc(400 / 1920 * 100vw);
        background: rgba(3, 100, 173, 0.5); }
      .home_say ul li:hover {
        background: rgba(0, 0, 0, 0.9); }

.home_bot {
  padding: 0;
  list-style: none;
  margin-top: calc(120 / 1920 * 100vw);
  position: relative;
  display: flex;
  justify-content: space-between;
  font-size: calc(30 / 1920 * 100vw);
  line-height: calc(50 / 1920 * 100vw);
  color: #333; }
  .home_bot * {
    padding: 0;
    margin: 0; }
  .home_bot a {
    text-decoration: none;
    color: #333;
    cursor: pointer; }
  .home_bot ul, .home_bot ol, .home_bot li, .home_bot dl, .home_bot dd, .home_bot dt {
    list-style: none; }
  .home_bot img {
    display: block; }
  .home_bot .img01 {
    width: 58%; }
  .home_bot .s01 {
    width: 40%; }
  .home_bot .img02 {
    width: 38%; }
  .home_bot .s02 {
    width: 60%; }
  .home_bot .img03 {
    width: 40%; }
  .home_bot .s03 {
    width: 58%; }
  .home_bot section .box01 {
    display: flex;
    line-height: calc(110 / 1920 * 100vw);
    align-items: center;
    font-size: calc(36 / 1920 * 100vw);
    color: #fd7e06; }
    .home_bot section .box01 b {
      font-weight: 400;
      color: #fff;
      background: #0089f1;
      display: block;
      width: calc(110 / 1920 * 100vw);
      height: calc(110 / 1920 * 100vw);
      border-radius: 50%;
      text-align: center;
      font-size: calc(60 / 1920 * 100vw);
      margin-right: 10px; }
    .home_bot section .box01 span {
      color: #0089f1; }
  .home_bot section .box02 {
    margin: calc(50 / 1920 * 100vw) 0;
    min-height: calc(200 / 1920 * 100vw); }
  .home_bot section .btn {
    transition: all 0.3s linear 0s;
    color: #0089f1;
    text-decoration: none;
    display: flex;
    align-items: center; }
    .home_bot section .btn:hover {
      color: #fd7e06; }
    .home_bot section .btn i {
      font-size: calc(36 / 1920 * 100vw);
      margin-right: 5px; }
  .home_bot section.s02 .box01 {
    color: #03e72b; }
    .home_bot section.s02 .box01 b {
      background: #fd7e06; }
    .home_bot section.s02 .box01 span {
      color: #fd7e06; }
  .home_bot section.s02 .btn {
    transition: all 0.3s linear 0s;
    color: #fd7e06;
    text-decoration: none; }
    .home_bot section.s02 .btn:hover {
      color: #03e72b; }
  .home_bot section.s03 .box01 {
    color: #0089f1; }
    .home_bot section.s03 .box01 b {
      background: #03e72b; }
    .home_bot section.s03 .box01 span {
      color: #03e72b; }
  .home_bot section.s03 .btn {
    transition: all 0.3s linear 0s;
    color: #03e72b;
    text-decoration: none; }
    .home_bot section.s03 .btn:hover {
      color: #0089f1; }

@keyframes _opacityShowCartoon {
  0% {
    opacity: 0.7; }
  100% {
    opacity: 1; } }
@keyframes _rightShowCartoon {
  0% {
    opacity: 0;
    transform: translateX(30px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@keyframes _leftShowCartoon {
  0% {
    opacity: 0;
    transform: translateX(-30px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@keyframes _scaleShowCartoon {
  0% {
    opacity: 0;
    transform: scale(0.5); }
  100% {
    opacity: 1;
    transform: scale(1); } }
@font-face {
  font-family: 'iconfont';
  src: url("../../fonts/iconfont.woff") format("woff"), url("../../fonts/iconfont.ttf") format("truetype"); }
.helpbox {
  list-style: none;
  font-size: var(--body-fontsize);
  line-height: var(--body-lineheight);
  color: #333;
  padding: 0;
  width: var(--content-width);
  margin: 0 auto;
  min-height: 700px;
  box-sizing: border-box;
  padding: var(--login-box-top) 0;
  overflow: hidden; }
  .helpbox ul, .helpbox ol, .helpbox li, .helpbox dl, .helpbox dd, .helpbox dt {
    list-style: none; }
  .helpbox * {
    padding: 0;
    margin: 0; }
  .helpbox a {
    text-decoration: none;
    color: #333;
    cursor: pointer; }
  .helpbox .leftbox {
    animation-name: fadeInLeft;
    width: 15%;
    padding: 30px 20px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 5px;
    float: left;
    box-sizing: border-box; }
    .helpbox .leftbox li {
      padding: 5px 0; }
      .helpbox .leftbox li .tit {
        transition: all 0.3s linear 0s;
        cursor: pointer;
        position: relative;
        line-height: var(--help-tit-lh); }
        .helpbox .leftbox li .tit::after {
          transition: all 0.3s linear 0s;
          content: '';
          position: absolute;
          left: 0;
          bottom: 0;
          width: 0;
          height: 2px;
          background: #0089f1; }
      .helpbox .leftbox li:hover .tit, .helpbox .leftbox li.sel .tit {
        color: #0089f1; }
        .helpbox .leftbox li:hover .tit::after, .helpbox .leftbox li.sel .tit::after {
          width: 100%; }
  .helpbox .rightbox {
    animation-name: fadeInRight;
    width: 83%;
    float: right;
    overflow: hidden;
    padding: 30px 20px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 5px;
    box-sizing: border-box; }
    .helpbox .rightbox .tit {
      font-size: var(--user-button-t);
      font-weight: 400;
      line-height: var(--help-tit-lh);
      border-bottom: 2px solid #0089f1;
      padding-bottom: 10px; }
    .helpbox .rightbox article {
      padding: 30px 30px 0; }

.conver-tit {
  padding: 0;
  font-size: var(--body-fontsize);
  line-height: var(--body-lineheight);
  color: #333;
  text-align: center;
  margin: 0;
  position: relative;
  padding: 100px 0 50px;
  color: #000;
  line-height: var(--upload-btn-mga); }
  .conver-tit * {
    padding: 0;
    margin: 0; }
  .conver-tit a {
    text-decoration: none;
    color: #333;
    cursor: pointer; }
  .conver-tit h2 {
    font-size: var(--upload-one-tit); }
  .conver-tit p {
    font-size: var(--upload-two-tit);
    color: #999; }

.conver_tools {
  padding: 0;
  font-size: var(--body-fontsize);
  line-height: var(--body-lineheight);
  color: #333;
  list-style: none;
  position: relative;
  background: #fff;
  width: var(--content-width);
  margin: 0 auto;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 1px 1px 20px #999;
  overflow: hidden; }
  .conver_tools * {
    padding: 0;
    margin: 0; }
  .conver_tools a {
    text-decoration: none;
    color: #333;
    cursor: pointer; }
  .conver_tools ul, .conver_tools ol, .conver_tools li, .conver_tools dl, .conver_tools dd, .conver_tools dt {
    list-style: none; }
  .conver_tools .el-upload-list {
    margin: 0; }
  .conver_tools .progress {
    position: relative;
    width: 100%; }
  .conver_tools .choose-logo {
    display: block;
    margin: 0 auto var(--upload-two-tit);
    line-height: var(--upload-height);
    font-size: var(--upload-height); }
  .conver_tools .geybtn {
    width: var(--user-button-w);
    height: var(--user-button-h);
    display: block;
    border: none;
    color: #999;
    border-radius: 5px; }
  .conver_tools .btn01 {
    width: var(--user-button-w);
    height: var(--user-button-h);
    margin: 0 auto;
    display: block; }
  .conver_tools .btn02 {
    transition: all 0.3s linear 0s;
    width: var(--user-button-w);
    height: var(--user-button-h);
    line-height: var(--user-button-h);
    display: block;
    background: #fd7e06;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    margin-right: 20px;
    cursor: pointer; }
    .conver_tools .btn02:hover {
      background: #ff6369; }
  .conver_tools .btn03 {
    background: #0089f1; }
    .conver_tools .btn03:hover {
      background: #fd7e06; }
  .conver_tools .btn04 {
    transition: all 0.3s linear 0s;
    color: #666;
    text-decoration: none;
    position: absolute;
    right: 0;
    top: -40px;
    z-index: 5; }
    .conver_tools .btn04:hover {
      color: #0089f1; }
  .conver_tools .one-sel {
    padding: var(--upload-btn-mga); }
    .conver_tools .one-sel .el-upload {
      margin-bottom: 20px; }
    .conver_tools .one-sel .el-upload-dragger {
      padding: 0;
      border: none;
      overflow: visible; }
    .conver_tools .one-sel .el-upload__text {
      display: none; }
    .conver_tools .one-sel .el-upload-list__item {
      padding: 10px;
      font-size: var(--upload-two-tit);
      line-height: var(--upload-one-tit); }
    .conver_tools .one-sel .el-upload-list__item-name {
      font-size: var(--upload-two-tit); }
  .conver_tools .up-success {
    text-align: center; }
    .conver_tools .up-success p {
      font-size: var(--header-ico-t);
      line-height: var(--header-ico-t);
      margin-bottom: 20px; }
    .conver_tools .up-success span {
      color: #0089f1; }
  .conver_tools .botbtnbox {
    margin: 0 var(--upload-btn-mga);
    padding: 0 0 var(--upload-btn-mga);
    text-align: center; }
    .conver_tools .botbtnbox .upbtn {
      display: inline-block; }
    .conver_tools .botbtnbox .downbtn {
      display: inline-block;
      margin: 0 0 0 20px;
      position: relative; }
      .conver_tools .botbtnbox .downbtn::after {
        transition: all 0.3s linear 0s;
        content: attr(data-attr);
        position: absolute;
        left: 50%;
        top: -55px;
        color: #fff;
        white-space: nowrap;
        background: #ff6369;
        line-height: 40px;
        padding: 0 10px;
        border-radius: 5px;
        width: 220px;
        text-align: center;
        margin-left: -110px;
        transform: translateY(-20px);
        opacity: 0; }
      .conver_tools .botbtnbox .downbtn::before {
        transition: all 0.3s linear 0s;
        content: '';
        position: absolute;
        left: 50%;
        top: -15px;
        width: 0;
        height: 0;
        margin-left: -5px;
        transform: translateY(-20px);
        opacity: 0;
        border-top: 10px solid #ff6369;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent; }
      .conver_tools .botbtnbox .downbtn:hover::after, .conver_tools .botbtnbox .downbtn:hover::before {
        transform: translateY(0);
        opacity: 1; }

.conver_adv {
  padding: 0;
  font-size: var(--body-fontsize);
  line-height: var(--body-lineheight);
  color: #333;
  position: relative;
  width: var(--content-width);
  margin: var(--upload-height) auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .conver_adv * {
    padding: 0;
    margin: 0; }
  .conver_adv a {
    text-decoration: none;
    color: #333;
    cursor: pointer; }
  .conver_adv section {
    transition: all 0.3s linear 0s;
    animation-name: flipInX;
    width: 31%;
    text-align: center;
    background: #fff;
    border: 2px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
    padding: var(--upload-three-tit) var(--upload-two-tit);
    margin-bottom: var(--upload-three-tit); }
    .conver_adv section:nth-child(1) {
      animation-delay: 0.1s; }
    .conver_adv section:nth-child(2) {
      animation-delay: 0.2s; }
    .conver_adv section:nth-child(3) {
      animation-delay: 0.3s; }
    .conver_adv section:nth-child(4) {
      animation-delay: 0.4s; }
    .conver_adv section:nth-child(5) {
      animation-delay: 0.5s; }
    .conver_adv section:nth-child(6) {
      animation-delay: 0.6s; }
    .conver_adv section:nth-child(7) {
      animation-delay: 0.7s; }
    .conver_adv section:nth-child(8) {
      animation-delay: 0.8s; }
    .conver_adv section:nth-child(9) {
      animation-delay: 0.9s; }
    .conver_adv section:nth-child(10) {
      animation-delay: 1s; }
    .conver_adv section:nth-child(11) {
      animation-delay: 1.1s; }
    .conver_adv section:nth-child(12) {
      animation-delay: 1.2s; }
    .conver_adv section:nth-child(13) {
      animation-delay: 1.3s; }
    .conver_adv section:nth-child(14) {
      animation-delay: 1.4s; }
    .conver_adv section:nth-child(15) {
      animation-delay: 1.5s; }
    .conver_adv section .iconfont {
      transition: all 0.3s linear 0s;
      font-size: var(--upload-one-tit); }
    .conver_adv section h3 {
      font-size: var(-header-logo-t);
      color: #000;
      margin: 15px 0; }
    .conver_adv section p {
      color: #666; }
    .conver_adv section:hover {
      border-color: #0089f1; }
      .conver_adv section:hover .iconfont {
        color: #0089f1; }

.conver_step {
  padding: 0;
  font-size: var(--body-fontsize);
  line-height: var(--body-lineheight);
  color: #333;
  list-style: none;
  width: 100%;
  padding: var(--upload-height) 0;
  position: relative;
  background: #e6f4fe;
  margin-top: var(--upload-btn-mga);
  box-sizing: border-box; }
  .conver_step * {
    padding: 0;
    margin: 0; }
  .conver_step a {
    text-decoration: none;
    color: #333;
    cursor: pointer; }
  .conver_step ul, .conver_step ol, .conver_step li, .conver_step dl, .conver_step dd, .conver_step dt {
    list-style: none; }
  .conver_step h2 {
    text-align: center;
    font-size: var(--upload-three-tit);
    line-height: var(--upload-btn-mga);
    padding-bottom: var(--upload-btn-mga); }
  .conver_step ul {
    display: flex;
    width: var(--content-width);
    margin: 0 auto;
    justify-content: space-between; }
    .conver_step ul li {
      animation-name: fadeInLeft;
      text-align: center; }
      .conver_step ul li:nth-child(1) {
        animation-delay: 0.2s; }
      .conver_step ul li:nth-child(2) {
        animation-delay: 0.4s; }
      .conver_step ul li:nth-child(3) {
        animation-delay: 0.6s; }
      .conver_step ul li:nth-child(4) {
        animation-delay: 0.8s; }
      .conver_step ul li:nth-child(5) {
        animation-delay: 1s; }
      .conver_step ul li:nth-child(6) {
        animation-delay: 1.2s; }
      .conver_step ul li:nth-child(7) {
        animation-delay: 1.4s; }
      .conver_step ul li:nth-child(8) {
        animation-delay: 1.6s; }
      .conver_step ul li:nth-child(9) {
        animation-delay: 1.8s; }
      .conver_step ul li:nth-child(10) {
        animation-delay: 2s; }
      .conver_step ul li:nth-child(11) {
        animation-delay: 2.2s; }
      .conver_step ul li:nth-child(12) {
        animation-delay: 2.4s; }
      .conver_step ul li:nth-child(13) {
        animation-delay: 2.6s; }
      .conver_step ul li:nth-child(14) {
        animation-delay: 2.8s; }
      .conver_step ul li:nth-child(15) {
        animation-delay: 3s; }
      .conver_step ul li .num {
        width: 140px;
        height: 140px;
        border-radius: 50%;
        background: #add7f7;
        margin: 0 auto; }
        .conver_step ul li .num b {
          display: block;
          width: 100px;
          line-height: 100px;
          height: 100px;
          background: #0089f1;
          color: #fff;
          font-size: 60px;
          border-radius: 50%;
          margin: 0 auto;
          position: relative;
          top: 20px; }
      .conver_step ul li .p1 {
        color: #000;
        margin-top: 20px;
        font-size: 20px; }
      .conver_step ul li .iconfont {
        font-size: 80px;
        color: #ddd;
        line-height: 140px; }

.conver_news {
  padding: 0;
  font-size: var(--body-fontsize);
  line-height: var(--body-lineheight);
  color: #333;
  list-style: none;
  width: var(--content-width);
  margin: 0 auto;
  position: relative; }
  .conver_news * {
    padding: 0;
    margin: 0; }
  .conver_news a {
    text-decoration: none;
    color: #333;
    cursor: pointer; }
  .conver_news ul, .conver_news ol, .conver_news li, .conver_news dl, .conver_news dd, .conver_news dt {
    list-style: none; }
  .conver_news .tit {
    text-align: center;
    font-size: var(--upload-three-tit);
    padding: var(--upload-height) 0 var(--upload-btn-mga);
    line-height: var(--upload-one-tit); }
  .conver_news .newsbox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px; }
    .conver_news .newsbox li {
      transition: all 0.3s linear 0s;
      animation-name: fadeIn;
      overflow: hidden;
      width: 31.5%;
      text-align: center;
      background: #fff; }
      .conver_news .newsbox li:nth-child(1) {
        animation-delay: 0.2s; }
      .conver_news .newsbox li:nth-child(2) {
        animation-delay: 0.4s; }
      .conver_news .newsbox li:nth-child(3) {
        animation-delay: 0.6s; }
      .conver_news .newsbox li:nth-child(4) {
        animation-delay: 0.8s; }
      .conver_news .newsbox li:nth-child(5) {
        animation-delay: 1s; }
      .conver_news .newsbox li:nth-child(6) {
        animation-delay: 1.2s; }
      .conver_news .newsbox li:nth-child(7) {
        animation-delay: 1.4s; }
      .conver_news .newsbox li:nth-child(8) {
        animation-delay: 1.6s; }
      .conver_news .newsbox li:nth-child(9) {
        animation-delay: 1.8s; }
      .conver_news .newsbox li:nth-child(10) {
        animation-delay: 2s; }
      .conver_news .newsbox li:nth-child(11) {
        animation-delay: 2.2s; }
      .conver_news .newsbox li:nth-child(12) {
        animation-delay: 2.4s; }
      .conver_news .newsbox li:nth-child(13) {
        animation-delay: 2.6s; }
      .conver_news .newsbox li:nth-child(14) {
        animation-delay: 2.8s; }
      .conver_news .newsbox li:nth-child(15) {
        animation-delay: 3s; }
      .conver_news .newsbox li img {
        display: block;
        width: 100%;
        height: 220px;
        object-fit: cover; }
      .conver_news .newsbox li p {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin: 20px; }
      .conver_news .newsbox li:hover {
        box-shadow: 1px 1px 15px #999;
        color: #0089f1;
        cursor: pointer; }
  .conver_news .adbox {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: var(--upload-height); }
    .conver_news .adbox .img {
      display: block;
      width: 60%;
      height: auto; }
    .conver_news .adbox .box {
      padding-top: 50px;
      line-height: 30px; }
      .conver_news .adbox .box h3 {
        font-size: 24px;
        color: #0089f1; }
      .conver_news .adbox .box p {
        color: #666;
        margin: 20px 0 50px;
        font-size: 18px; }
      .conver_news .adbox .box a {
        transition: all 0.3s linear 0s;
        color: #0089f1;
        text-decoration: none;
        display: inline-block;
        padding: 0 20px;
        border: 1px solid #0089f1;
        border-radius: 5px;
        line-height: 40px;
        font-size: 16px; }
        .conver_news .adbox .box a:hover {
          color: #fff; }
        .conver_news .adbox .box a i {
          font-size: 22px;
          margin-right: 5px; }
        .conver_news .adbox .box a:hover {
          background: #0089f1; }
    .conver_news .adbox .box01 {
      text-align: right; }

.conver-win {
  transition: all 0.5s linear 0s;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  z-index: 90; }
  .conver-win .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .conver-win .conver-inputbox {
    width: 300PX;
    margin: 0 auto;
    position: relative;
    top: 25%;
    background: #fff;
    border-radius: 10px;
    padding: 25px; }
    .conver-win .conver-inputbox h3 {
      padding: 0;
      text-align: center;
      font-size: 16px;
      font-weight: 400;
      margin: 0 0 20px; }
    .conver-win .conver-inputbox .text {
      width: 100%;
      box-sizing: border-box;
      padding: 10px;
      border: 1px solid #999;
      outline-color: #0089f1;
      border-radius: 5px; }
    .conver-win .conver-inputbox section {
      width: 100%;
      overflow: hidden;
      padding: 20px 0 0;
      text-align: center; }
      .conver-win .conver-inputbox section button {
        transition: all 0.3s linear 0s;
        color: #fff;
        text-decoration: none;
        display: inline-block;
        line-height: 30px;
        height: 30px;
        text-align: center;
        margin: 0 10px;
        width: 70px;
        border: 1px solid #0089f1;
        border-radius: 5px;
        cursor: pointer;
        background: #0089f1; }
        .conver-win .conver-inputbox section button:hover {
          color: #fff; }
        .conver-win .conver-inputbox section button:hover {
          background: #fd7e06;
          border-color: #fd7e06; }

.purchasebox {
  padding: 0;
  font-size: var(--body-fontsize);
  line-height: var(--body-lineheight);
  color: #333;
  list-style: none;
  width: var(--content-width); }
  .purchasebox * {
    padding: 0;
    margin: 0; }
  .purchasebox a {
    text-decoration: none;
    color: #333;
    cursor: pointer; }
  .purchasebox ul, .purchasebox ol, .purchasebox li, .purchasebox dl, .purchasebox dd, .purchasebox dt {
    list-style: none; }
  .purchasebox .top_tit p, .purchasebox .price_now .pay p, .purchasebox .price_list, .purchasebox .pri_tit li section a, .purchasebox .problembox, .purchasebox .price_btn {
    transition: all 0.3s linear 0s; }
  .purchasebox .price_list .tip, .purchasebox .price_list .tit b, .purchasebox .price_list .price, .purchasebox .price_list .price span, .purchasebox .price_list .p1, .purchasebox .price_list .p2 {
    transition: all 0.3s linear 0s; }
  .purchasebox .problembox h3, .purchasebox .problembox h3 i {
    transition: all 0.3s linear 0s; }
  .purchasebox .problembox section {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeIn; }

.price_winpay {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp; }

.product_banner {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: calc(24 / 1920 * 100vw);
  line-height: calc(48 / 1920 * 100vw); }
  .product_banner * {
    padding: 0;
    margin: 0; }
  .product_banner h2, .product_banner h3 {
    font-weight: 400; }
  .product_banner ul, .product_banner ol, .product_banner li, .product_banner dl, .product_banner dd, .product_banner dt {
    list-style: none; }
  .product_banner .bg {
    display: block;
    width: 100%; }
  .product_banner .main {
    margin-left: auto;
    margin-right: auto; }
  .product_banner .img {
    position: absolute;
    bottom: 0;
    right: calc(200 / 1920 * 100vw);
    padding: 20px 20px 0;
    border-radius: 10px 10px 0 0;
    background: #fff; }
    .product_banner .img img {
      display: block;
      width: calc(650 / 1920 * 100vw); }
  .product_banner section {
    position: absolute;
    left: calc(200 / 1920 * 100vw);
    top: calc(80 / 1920 * 100vw);
    width: calc(740 / 1920 * 100vw); }
    .product_banner section h2 {
      font-size: calc(44 / 1920 * 100vw);
      line-height: calc(90 / 1920 * 100vw);
      position: relative;
      display: inline-block;
      padding: 0 calc(20 / 1920 * 100vw); }
      .product_banner section h2::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: calc(40 / 1920 * 100vw);
        height: calc(40 / 1920 * 100vw);
        border-left: 1px solid #fff;
        border-top: 1px solid #fff; }
      .product_banner section h2::after {
        content: '';
        position: absolute;
        right: 0;
        bottom: 0;
        width: calc(40 / 1920 * 100vw);
        height: calc(40 / 1920 * 100vw);
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff; }
    .product_banner section p {
      text-indent: 2em;
      margin: calc(50 / 1920 * 100vw) 0 calc(100 / 1920 * 100vw); }
    .product_banner section .btn {
      display: flex; }
      .product_banner section .btn a {
        transition: all 0.3s linear 0s;
        color: #fff;
        text-decoration: none;
        display: block;
        width: calc(175 / 1920 * 100vw);
        line-height: calc(60 / 1920 * 100vw);
        height: calc(60 / 1920 * 100vw);
        text-align: center;
        border: 1px solid #fff;
        border-radius: 10px;
        margin-right: calc(25 / 1920 * 100vw);
        background: rgba(255, 255, 255, 0.5);
        cursor: pointer; }
        .product_banner section .btn a:hover {
          color: #fff; }
        .product_banner section .btn a:nth-child(2) {
          border-color: #fd7e06;
          background: rgba(253, 126, 6, 0.5); }
        .product_banner section .btn a:hover {
          background: #0089f1;
          border-color: #0089f1; }

.product_ver {
  width: 100%;
  height: calc(120 / 1920 * 100vw);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: calc(40 / 1920 * 100vw);
  line-height: calc(40 / 1920 * 100vw); }
  .product_ver a {
    transition: all 0.3s linear 0s;
    color: #0089f1;
    text-decoration: none;
    margin: 0 calc(80 / 1920 * 100vw);
    cursor: pointer; }
    .product_ver a:nth-child(1) {
      animation-delay: 0.3s; }
    .product_ver a:nth-child(2) {
      animation-delay: 0.6s; }
    .product_ver a:nth-child(3) {
      animation-delay: 0.9s; }
    .product_ver a:nth-child(4) {
      animation-delay: 1.2s; }
    .product_ver a:nth-child(5) {
      animation-delay: 1.5s; }
    .product_ver a:nth-child(6) {
      animation-delay: 1.8s; }
    .product_ver a:nth-child(7) {
      animation-delay: 2.1s; }
    .product_ver a:nth-child(8) {
      animation-delay: 2.4s; }
    .product_ver a:nth-child(9) {
      animation-delay: 2.7s; }
    .product_ver a:nth-child(10) {
      animation-delay: 3s; }
    .product_ver a:nth-child(11) {
      animation-delay: 3.3s; }
    .product_ver a:nth-child(12) {
      animation-delay: 3.6s; }
    .product_ver a:nth-child(13) {
      animation-delay: 3.9s; }
    .product_ver a:nth-child(14) {
      animation-delay: 4.2s; }
    .product_ver a:nth-child(15) {
      animation-delay: 4.5s; }
    .product_ver a:hover {
      color: #fd7e06; }
    .product_ver a i {
      font-size: calc(40 / 1920 * 100vw);
      margin-right: 5px; }

.product_fast {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: calc(24 / 1920 * 100vw);
  line-height: calc(48 / 1920 * 100vw);
  background: #0089f1;
  height: calc(510 / 1920 * 100vw);
  margin-bottom: calc(220 / 1920 * 100vw);
  padding-top: calc(100 / 1920 * 100vw);
  box-sizing: border-box; }
  .product_fast * {
    padding: 0;
    margin: 0; }
  .product_fast h2, .product_fast h3 {
    font-weight: 400; }
  .product_fast ul, .product_fast ol, .product_fast li, .product_fast dl, .product_fast dd, .product_fast dt {
    list-style: none; }
  .product_fast .bg {
    display: block;
    width: 100%; }
  .product_fast .main {
    margin-left: auto;
    margin-right: auto; }
  .product_fast .main {
    position: relative; }
  .product_fast .img {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(510 / 1920 * 100vw); }
  .product_fast section {
    position: absolute;
    right: 0;
    top: 0;
    width: calc(700 / 1920 * 100vw); }
    .product_fast section h2 {
      font-size: calc(36 / 1920 * 100vw);
      position: relative;
      width: calc(370 / 1920 * 100vw);
      border: 1px solid #fff;
      height: calc(60 / 1920 * 100vw);
      text-align: center; }
      .product_fast section h2 span {
        display: inline-block;
        padding: 0 calc(25 / 1920 * 100vw);
        top: calc(32 / 1920 * 100vw);
        position: relative;
        background: #0089f1; }
    .product_fast section p {
      opacity: 0.7;
      margin: calc(60 / 1920 * 100vw) 0 calc(50 / 1920 * 100vw); }
    .product_fast section a {
      transition: all 0.3s linear 0s;
      color: #fff;
      text-decoration: none;
      display: flex;
      align-items: center;
      cursor: pointer; }
      .product_fast section a:hover {
        color: #ff6369; }
      .product_fast section a i {
        font-size: calc(30 / 1920 * 100vw);
        margin-right: 5px; }

.product_edit {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  color: #666;
  font-size: calc(24 / 1920 * 100vw);
  line-height: calc(48 / 1920 * 100vw);
  height: calc(570 / 1920 * 100vw); }
  .product_edit * {
    padding: 0;
    margin: 0; }
  .product_edit h2, .product_edit h3 {
    font-weight: 400; }
  .product_edit ul, .product_edit ol, .product_edit li, .product_edit dl, .product_edit dd, .product_edit dt {
    list-style: none; }
  .product_edit .bg {
    display: block;
    width: 100%; }
  .product_edit .main {
    margin-left: auto;
    margin-right: auto; }
  .product_edit .bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    background: #0089f1;
    height: calc(140 / 1920 * 100vw); }
  .product_edit .main {
    position: relative;
    height: calc(570 / 1920 * 100vw); }
    .product_edit .main::before {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      background: #0089f1;
      height: calc(140 / 1920 * 100vw); }
  .product_edit .img {
    position: absolute;
    right: 10px;
    bottom: 0;
    width: calc(755 / 1920 * 100vw); }
  .product_edit section {
    width: calc(600 / 1920 * 100vw); }
    .product_edit section h2 {
      font-size: calc(36 / 1920 * 100vw);
      line-height: calc(90 / 1920 * 100vw);
      position: relative;
      display: inline-block;
      padding: 0 calc(20 / 1920 * 100vw);
      color: #000; }
      .product_edit section h2::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: calc(90 / 1920 * 100vw);
        height: calc(45 / 1920 * 100vw);
        border-left: 1px solid #000;
        border-bottom: 1px solid #000; }
      .product_edit section h2::after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        width: calc(90 / 1920 * 100vw);
        height: calc(45 / 1920 * 100vw);
        border-right: 1px solid #000;
        border-top: 1px solid #000; }
    .product_edit section p {
      margin: calc(60 / 1920 * 100vw) 0 calc(50 / 1920 * 100vw); }
    .product_edit section .btn {
      transition: all 0.3s linear 0s;
      color: #000;
      text-decoration: none;
      display: flex;
      align-items: center;
      cursor: pointer; }
      .product_edit section .btn:hover {
        color: #0089f1; }
      .product_edit section .btn i {
        font-size: calc(30 / 1920 * 100vw);
        margin-right: 5px; }
  .product_edit menu {
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(620 / 1920 * 100vw);
    overflow: hidden; }
    .product_edit menu a {
      transition: all 0.3s linear 0s;
      color: #fff;
      text-decoration: none;
      float: left;
      font-size: calc(18 / 1920 * 100vw);
      margin: 0 calc(70 / 1920 * 100vw) calc(10 / 1920 * 100vw) 0;
      line-height: calc(50 / 1920 * 100vw);
      position: relative;
      cursor: pointer; }
      .product_edit menu a:hover {
        color: #fff; }
      .product_edit menu a::after {
        transition: all 0.3s linear 0s;
        content: '';
        width: 0;
        height: 3px;
        background: #fff;
        position: absolute;
        left: 0;
        bottom: 0; }
      .product_edit menu a:hover::after, .product_edit menu a.sel::after {
        width: 100%; }

.product_free {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  color: #0089f1;
  font-size: calc(24 / 1920 * 100vw);
  line-height: calc(48 / 1920 * 100vw);
  width: var(--content-width);
  margin: calc(115 / 1920 * 100vw) auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: right; }
  .product_free * {
    padding: 0;
    margin: 0; }
  .product_free h2, .product_free h3 {
    font-weight: 400; }
  .product_free ul, .product_free ol, .product_free li, .product_free dl, .product_free dd, .product_free dt {
    list-style: none; }
  .product_free .bg {
    display: block;
    width: 100%; }
  .product_free .main {
    margin-left: auto;
    margin-right: auto; }
  .product_free .img {
    display: block;
    width: calc(710 / 1920 * 100vw); }
  .product_free section {
    width: calc(580 / 1920 * 100vw); }
    .product_free section h2 {
      font-size: calc(36 / 1920 * 100vw);
      position: relative;
      display: inline-block;
      padding: 0 calc(20 / 1920 * 100vw);
      color: #0363ab;
      line-height: calc(60 / 1920 * 100vw); }
      .product_free section h2 span {
        color: #ff6369;
        font-size: calc(60 / 1920 * 100vw); }
    .product_free section p {
      margin: calc(60 / 1920 * 100vw) 0 calc(50 / 1920 * 100vw); }
    .product_free section .btn {
      display: flex;
      justify-content: end;
      padding-right: calc(20 / 1920 * 100vw); }
      .product_free section .btn a {
        transition: all 0.3s linear 0s;
        color: #0363ab;
        text-decoration: none;
        display: flex;
        align-items: center;
        cursor: pointer; }
        .product_free section .btn a:hover {
          color: #fd7e06; }
        .product_free section .btn a i {
          font-size: calc(30 / 1920 * 100vw);
          margin-right: 5px; }

.product_term {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  color: #666;
  font-size: calc(24 / 1920 * 100vw);
  line-height: calc(48 / 1920 * 100vw);
  text-align: center; }
  .product_term * {
    padding: 0;
    margin: 0; }
  .product_term h2, .product_term h3 {
    font-weight: 400; }
  .product_term ul, .product_term ol, .product_term li, .product_term dl, .product_term dd, .product_term dt {
    list-style: none; }
  .product_term .bg {
    display: block;
    width: 100%; }
  .product_term .main {
    margin-left: auto;
    margin-right: auto; }
  .product_term h2 {
    font-size: calc(36 / 1920 * 100vw);
    color: #000;
    position: absolute;
    left: 0;
    top: calc(80 / 1920 * 100vw);
    width: 100%; }
  .product_term p {
    position: absolute;
    left: 50%;
    top: calc(170 / 1920 * 100vw);
    width: 100%;
    width: calc(810 / 1920 * 100vw);
    margin-left: calc(-405 / 1920 * 100vw); }
  .product_term .img01 {
    position: absolute;
    bottom: calc(95 / 1920 * 100vw);
    left: calc(570 / 1920 * 100vw);
    width: calc(225 / 1920 * 100vw); }
  .product_term .img02 {
    position: absolute;
    bottom: calc(95 / 1920 * 100vw);
    right: calc(570 / 1920 * 100vw);
    width: calc(455 / 1920 * 100vw); }

.product_adv {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: calc(18 / 1920 * 100vw);
  line-height: calc(48 / 1920 * 100vw); }
  .product_adv * {
    padding: 0;
    margin: 0; }
  .product_adv h2, .product_adv h3 {
    font-weight: 400; }
  .product_adv ul, .product_adv ol, .product_adv li, .product_adv dl, .product_adv dd, .product_adv dt {
    list-style: none; }
  .product_adv .bg {
    display: block;
    width: 100%; }
  .product_adv .main {
    margin-left: auto;
    margin-right: auto; }
  .product_adv .tit {
    position: absolute;
    left: 0;
    top: calc(70 / 1920 * 100vw);
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    display: flex;
    justify-content: center;
    line-height: calc(60 / 1920 * 100vw); }
    .product_adv .tit p {
      transition: all 0.3s linear 0s;
      margin: 0 calc(60 / 1920 * 100vw);
      color: rgba(255, 255, 255, 0.7);
      position: relative;
      cursor: pointer; }
      .product_adv .tit p::after {
        transition: all 0.3s linear 0s;
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 3px;
        background: #fff; }
      .product_adv .tit p:hover, .product_adv .tit p.sel {
        color: white; }
        .product_adv .tit p:hover::after, .product_adv .tit p.sel::after {
          width: 100%; }
  .product_adv ul {
    position: absolute;
    width: var(--content-width);
    left: calc((100% - var(--content-width))/2);
    top: calc(230 / 1920 * 100vw); }
    .product_adv ul li {
      display: flex;
      justify-content: center; }
      .product_adv ul li img {
        animation: _scaleShowCartoon 0.5s linear 0.01s 1 normal both running;
        display: block;
        width: calc(570 / 1920 * 100vw);
        margin-left: 20px; }
      .product_adv ul li section {
        animation: _leftShowCartoon 0.5s linear 0.01s 1 normal both running;
        width: calc(440 / 1920 * 100vw); }
        .product_adv ul li section h2 {
          position: relative;
          font-size: calc(24 / 1920 * 100vw);
          font-weight: 400;
          padding-left: 35px; }
          .product_adv ul li section h2::before {
            content: '';
            position: absolute;
            left: 0;
            top: calc(22 / 1920 * 100vw);
            height: 5px;
            width: 25px;
            background: #fff; }
        .product_adv ul li section p {
          margin-top: calc(60 / 1920 * 100vw);
          height: calc(250 / 1920 * 100vw); }
        .product_adv ul li section a {
          transition: all 0.3s linear 0s;
          color: #fff;
          text-decoration: none;
          font-size: calc(24 / 1920 * 100vw);
          cursor: pointer; }
          .product_adv ul li section a:hover {
            color: #0089f1; }

.product_ocr {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: calc(24 / 1920 * 100vw);
  line-height: calc(48 / 1920 * 100vw); }
  .product_ocr * {
    padding: 0;
    margin: 0; }
  .product_ocr h2, .product_ocr h3 {
    font-weight: 400; }
  .product_ocr ul, .product_ocr ol, .product_ocr li, .product_ocr dl, .product_ocr dd, .product_ocr dt {
    list-style: none; }
  .product_ocr .bg {
    display: block;
    width: 100%; }
  .product_ocr .main {
    margin-left: auto;
    margin-right: auto; }
  .product_ocr .info {
    width: 100%;
    position: absolute;
    left: 0;
    top: calc(85 / 1920 * 100vw);
    display: flex;
    justify-content: center;
    align-items: center; }
    .product_ocr .info .img {
      display: block;
      width: calc(630 / 1920 * 100vw); }
    .product_ocr .info section {
      width: calc(850 / 1920 * 100vw);
      text-align: center; }
      .product_ocr .info section h2 {
        font-weight: 400;
        font-size: calc(36 / 1920 * 100vw);
        line-height: calc(60 / 1920 * 100vw); }
        .product_ocr .info section h2 b {
          color: #d81e06;
          font-size: calc(60 / 1920 * 100vw);
          margin-right: 5px;
          position: relative;
          top: 5px; }
      .product_ocr .info section .p1 {
        color: #0089f1;
        font-size: calc(30 / 1920 * 100vw);
        margin: calc(90 / 1920 * 100vw) 0 calc(20 / 1920 * 100vw); }
      .product_ocr .info section a {
        transition: all 0.3s linear 0s;
        box-shadow: 1px 1px 5px #000;
        display: block;
        font-size: calc(30 / 1920 * 100vw);
        color: #d81e06;
        line-height: calc(80 / 1920 * 100vw);
        height: calc(80 / 1920 * 100vw);
        width: calc(230 / 1920 * 100vw);
        border-radius: 10px;
        background: linear-gradient(to bottom, #fff 0%, #999 100%);
        margin: calc(140 / 1920 * 100vw) auto 0;
        cursor: pointer; }
        .product_ocr .info section a:hover {
          background: #999;
          color: #fff; }

.product_down {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  color: #333;
  font-size: calc(18 / 1920 * 100vw);
  line-height: calc(48 / 1920 * 100vw);
  text-align: center; }
  .product_down * {
    padding: 0;
    margin: 0; }
  .product_down h2, .product_down h3 {
    font-weight: 400; }
  .product_down ul, .product_down ol, .product_down li, .product_down dl, .product_down dd, .product_down dt {
    list-style: none; }
  .product_down .bg {
    display: block;
    width: 100%; }
  .product_down .main {
    margin-left: auto;
    margin-right: auto; }
  .product_down ul {
    position: absolute;
    width: var(--content-width);
    left: calc((100% - var(--content-width))/2);
    top: calc(-200 / 1920 * 100vw);
    box-sizing: border-box;
    padding: calc(100 / 1920 * 100vw) 0 0;
    display: flex;
    justify-content: center; }
    .product_down ul::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      box-sizing: border-box;
      height: calc(240 / 1920 * 100vw);
      border-radius: calc(40 / 1920 * 100vw);
      border: calc(14 / 1920 * 100vw) solid #fff;
      border-bottom: none; }
    .product_down ul li {
      transition: all 0.3s linear 0s;
      background: #fff;
      width: calc(310 / 1920 * 100vw);
      box-shadow: 1px 1px 8px #ccc;
      border-radius: 20px;
      overflow: hidden;
      position: relative;
      padding: calc(60 / 1920 * 100vw) 0 0;
      margin: 0 calc(50 / 1920 * 100vw); }
      .product_down ul li:nth-child(1) {
        animation-delay: 0.3s; }
      .product_down ul li:nth-child(2) {
        animation-delay: 0.6s; }
      .product_down ul li:nth-child(3) {
        animation-delay: 0.9s; }
      .product_down ul li:nth-child(4) {
        animation-delay: 1.2s; }
      .product_down ul li:nth-child(5) {
        animation-delay: 1.5s; }
      .product_down ul li:nth-child(6) {
        animation-delay: 1.8s; }
      .product_down ul li:nth-child(7) {
        animation-delay: 2.1s; }
      .product_down ul li:nth-child(8) {
        animation-delay: 2.4s; }
      .product_down ul li:nth-child(9) {
        animation-delay: 2.7s; }
      .product_down ul li:nth-child(10) {
        animation-delay: 3s; }
      .product_down ul li:nth-child(11) {
        animation-delay: 3.3s; }
      .product_down ul li:nth-child(12) {
        animation-delay: 3.6s; }
      .product_down ul li:nth-child(13) {
        animation-delay: 3.9s; }
      .product_down ul li:nth-child(14) {
        animation-delay: 4.2s; }
      .product_down ul li:nth-child(15) {
        animation-delay: 4.5s; }
      .product_down ul li::after {
        content: '';
        position: absolute;
        left: 20%;
        bottom: 0;
        height: 5px;
        background: #0089f1;
        width: 60%; }
      .product_down ul li .ico {
        transition: all 0.3s linear 0s;
        width: calc(90 / 1920 * 100vw);
        line-height: calc(90 / 1920 * 100vw);
        font-size: calc(60 / 1920 * 100vw);
        height: calc(90 / 1920 * 100vw);
        text-align: center;
        background: #333;
        border-radius: 50%;
        color: #fff;
        display: block;
        margin: 0 auto; }
      .product_down ul li span.ico {
        font-size: calc(44 / 1920 * 100vw); }
      .product_down ul li .p1 {
        font-size: calc(44 / 1920 * 100vw);
        margin: calc(30 / 1920 * 100vw) 0 0; }
      .product_down ul li .p2 {
        display: flex;
        justify-content: center;
        margin: calc(60 / 1920 * 100vw) 0 calc(50 / 1920 * 100vw); }
        .product_down ul li .p2 a {
          transition: all 0.3s linear 0s;
          color: #0089f1;
          text-decoration: none;
          display: flex;
          align-items: center;
          cursor: pointer; }
          .product_down ul li .p2 a:hover {
            color: #fd7e06; }
          .product_down ul li .p2 a i {
            font-size: calc(30 / 1920 * 100vw);
            margin-right: 5px; }
      .product_down ul li .ios {
        transition: all 0.3s linear 0s;
        display: flex;
        justify-content: center;
        margin: calc(60 / 1920 * 100vw) auto calc(25 / 1920 * 100vw);
        align-items: center;
        background: #0089f1;
        width: 70%;
        color: #fff;
        font-size: calc(16 / 1920 * 100vw);
        line-height: calc(25 / 1920 * 100vw);
        padding: calc(4 / 1920 * 100vw) 0 calc(10 / 1920 * 100vw);
        cursor: pointer; }
        .product_down ul li .ios span {
          font-size: calc(28 / 1920 * 100vw);
          display: block;
          line-height: calc(30 / 1920 * 100vw); }
        .product_down ul li .ios i {
          font-size: calc(40 / 1920 * 100vw);
          line-height: calc(40 / 1920 * 100vw);
          margin-right: calc(10 / 1920 * 100vw);
          position: relative;
          top: calc(4 / 1920 * 100vw); }
        .product_down ul li .ios:hover {
          background: #fd7e06; }
      .product_down ul li:hover {
        box-shadow: 1px 5px 10px #999;
        color: #0089f1; }
        .product_down ul li:hover .ico {
          background: #0089f1; }

.develop_banner {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: calc(20 / 1920 * 100vw);
  line-height: calc(36 / 1920 * 100vw);
  overflow: hidden;
  height: calc(686 / 1920 * 100vw); }
  .develop_banner * {
    padding: 0;
    margin: 0; }
  .develop_banner h2, .develop_banner h3 {
    font-weight: 400; }
  .develop_banner ul, .develop_banner ol, .develop_banner li, .develop_banner dl, .develop_banner dd, .develop_banner dt {
    list-style: none; }
  .develop_banner .bg {
    display: block;
    width: 100%; }
  .develop_banner .main {
    margin-left: auto;
    margin-right: auto; }
  .develop_banner .tit {
    font-size: calc(48 / 1920 * 100vw);
    position: absolute;
    left: calc(200 / 1920 * 100vw);
    top: calc(80 / 1920 * 100vw);
    z-index: 2;
    color: #fff; }
    .develop_banner .tit span {
      color: #ff6369; }
  .develop_banner .info {
    position: absolute;
    left: calc(200 / 1920 * 100vw);
    top: calc(180 / 1920 * 100vw);
    z-index: 2;
    width: calc(810 / 1920 * 100vw); }
    .develop_banner .info p {
      position: relative;
      padding-left: calc(40 / 1920 * 100vw);
      margin-bottom: calc(36 / 1920 * 100vw);
      color: #fff; }
      .develop_banner .info p:nth-child(1) {
        animation-delay: 0.3s; }
      .develop_banner .info p:nth-child(2) {
        animation-delay: 0.6s; }
      .develop_banner .info p:nth-child(3) {
        animation-delay: 0.9s; }
      .develop_banner .info p:nth-child(4) {
        animation-delay: 1.2s; }
      .develop_banner .info p:nth-child(5) {
        animation-delay: 1.5s; }
      .develop_banner .info p:nth-child(6) {
        animation-delay: 1.8s; }
      .develop_banner .info p:nth-child(7) {
        animation-delay: 2.1s; }
      .develop_banner .info p:nth-child(8) {
        animation-delay: 2.4s; }
      .develop_banner .info p:nth-child(9) {
        animation-delay: 2.7s; }
      .develop_banner .info p:nth-child(10) {
        animation-delay: 3s; }
      .develop_banner .info p:nth-child(11) {
        animation-delay: 3.3s; }
      .develop_banner .info p:nth-child(12) {
        animation-delay: 3.6s; }
      .develop_banner .info p:nth-child(13) {
        animation-delay: 3.9s; }
      .develop_banner .info p:nth-child(14) {
        animation-delay: 4.2s; }
      .develop_banner .info p:nth-child(15) {
        animation-delay: 4.5s; }
      .develop_banner .info p::before {
        content: '';
        position: absolute;
        left: 0;
        top: calc(16 / 1920 * 100vw);
        width: calc(22 / 1920 * 100vw);
        height: 5px;
        background: #fff; }
  .develop_banner .swiperbox {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 3; }
    .develop_banner .swiperbox .swiper-slide {
      font-size: calc(30 / 1920 * 100vw);
      height: calc(585 / 1920 * 100vw); }
      .develop_banner .swiperbox .swiper-slide .colbg {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        height: calc(230 / 1920 * 100vw);
        background: rgba(0, 137, 241, 0.7); }
      .develop_banner .swiperbox .swiper-slide .colbg01 {
        background: rgba(253, 126, 6, 0.7); }
      .develop_banner .swiperbox .swiper-slide .colbg02 {
        background: rgba(255, 99, 105, 0.7); }
      .develop_banner .swiperbox .swiper-slide .colbg03 {
        background: rgba(255, 180, 61, 0.7); }
      .develop_banner .swiperbox .swiper-slide .colbg04 {
        background: rgba(1, 182, 33, 0.7); }
      .develop_banner .swiperbox .swiper-slide .mainbox {
        margin: 0 calc(200 / 1920 * 100vw);
        position: relative;
        height: 100%;
        color: #fff; }
        .develop_banner .swiperbox .swiper-slide .mainbox .img {
          position: absolute;
          right: 0;
          bottom: 0;
          height: calc(585 / 1920 * 100vw); }
        .develop_banner .swiperbox .swiper-slide .mainbox section {
          position: absolute;
          left: 0;
          bottom: calc(80 / 1920 * 100vw); }

.develop_seek {
  position: relative;
  color: #0089f1;
  font-size: calc(30 / 1920 * 100vw);
  line-height: calc(70 / 1920 * 100vw);
  width: 100%;
  background: #e8edf2;
  z-index: 5; }
  .develop_seek * {
    padding: 0;
    margin: 0; }
  .develop_seek h2, .develop_seek h3 {
    font-weight: 400; }
  .develop_seek ul, .develop_seek ol, .develop_seek li, .develop_seek dl, .develop_seek dd, .develop_seek dt {
    list-style: none; }
  .develop_seek .main {
    margin-left: auto;
    margin-right: auto; }
  .develop_seek .main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: calc(50 / 1920 * 100vw) 0; }
  .develop_seek .sys {
    position: relative; }
    .develop_seek .sys:nth-child(1) {
      animation-delay: 0.3s; }
    .develop_seek .sys:nth-child(2) {
      animation-delay: 0.6s; }
    .develop_seek .sys:nth-child(3) {
      animation-delay: 0.9s; }
    .develop_seek .sys:nth-child(4) {
      animation-delay: 1.2s; }
    .develop_seek .sys:nth-child(5) {
      animation-delay: 1.5s; }
    .develop_seek .sys:nth-child(6) {
      animation-delay: 1.8s; }
    .develop_seek .sys:nth-child(7) {
      animation-delay: 2.1s; }
    .develop_seek .sys:nth-child(8) {
      animation-delay: 2.4s; }
    .develop_seek .sys:nth-child(9) {
      animation-delay: 2.7s; }
    .develop_seek .sys:nth-child(10) {
      animation-delay: 3s; }
    .develop_seek .sys:nth-child(11) {
      animation-delay: 3.3s; }
    .develop_seek .sys:nth-child(12) {
      animation-delay: 3.6s; }
    .develop_seek .sys:nth-child(13) {
      animation-delay: 3.9s; }
    .develop_seek .sys:nth-child(14) {
      animation-delay: 4.2s; }
    .develop_seek .sys:nth-child(15) {
      animation-delay: 4.5s; }
    .develop_seek .sys .flex {
      transition: all 0.3s linear 0s;
      align-items: center;
      cursor: pointer; }
      .develop_seek .sys .flex i {
        transition: all 0.3s linear 0s;
        display: block;
        line-height: calc(70 / 1920 * 100vw);
        height: calc(70 / 1920 * 100vw);
        width: calc(70 / 1920 * 100vw);
        color: #fff;
        border-radius: 50%;
        text-align: center;
        background: #0089f1;
        font-size: calc(40 / 1920 * 100vw);
        margin-right: calc(10 / 1920 * 100vw); }
      .develop_seek .sys .flex span {
        color: #0089f1; }
      .develop_seek .sys .flex:hover {
        color: #fd7e06; }
        .develop_seek .sys .flex:hover i {
          background: #fd7e06; }
  .develop_seek section {
    position: relative; }
    .develop_seek section .flex {
      transition: all 0.3s linear 0s;
      align-items: center;
      cursor: pointer; }
      .develop_seek section .flex i {
        transition: all 0.3s linear 0s;
        display: block;
        line-height: calc(70 / 1920 * 100vw);
        height: calc(70 / 1920 * 100vw);
        width: calc(70 / 1920 * 100vw);
        color: #fff;
        border-radius: 50%;
        text-align: center;
        background: #0089f1;
        font-size: calc(40 / 1920 * 100vw);
        margin-right: calc(10 / 1920 * 100vw); }
      .develop_seek section .flex:hover {
        color: #fd7e06; }
        .develop_seek section .flex:hover i {
          background: #fd7e06; }
    .develop_seek section .box {
      transition: all 0.3s linear;
      transform: translateY(-20px);
      opacity: 0;
      visibility: hidden;
      position: absolute;
      width: calc(330 / 1920 * 100vw);
      height: calc(380 / 1920 * 100vw);
      background: url("../../images/content/dev-sys.png") no-repeat center center;
      background-size: contain;
      left: 50%;
      bottom: calc(70 / 1920 * 100vw);
      margin: 0 0 0 calc(-230 / 1920 * 100vw);
      padding: 0;
      overflow: hidden;
      line-height: calc(50 / 1920 * 100vw);
      font-size: calc(24 / 1920 * 100vw);
      color: #000;
      text-align: center; }
      .develop_seek section .box img {
        display: block;
        width: 76%;
        margin: calc(34 / 1920 * 100vw) auto 0;
        border: 1px solid #ddd; }
    .develop_seek section:hover .box {
      visibility: visible;
      opacity: 1;
      transform: translateY(0); }

.develop_coop {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  color: #333;
  font-size: calc(30 / 1920 * 100vw);
  line-height: calc(40 / 1920 * 100vw);
  text-align: center; }
  .develop_coop * {
    padding: 0;
    margin: 0; }
  .develop_coop h2, .develop_coop h3 {
    font-weight: 400; }
  .develop_coop ul, .develop_coop ol, .develop_coop li, .develop_coop dl, .develop_coop dd, .develop_coop dt {
    list-style: none; }
  .develop_coop .bg {
    display: block;
    width: 100%; }
  .develop_coop .main {
    margin-left: auto;
    margin-right: auto; }
  .develop_coop .main {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: calc(80 / 1920 * 100vw);
    left: calc((100% - var(--content-width))/2); }
    .develop_coop .main p {
      height: calc(70 / 1920 * 100vw);
      position: relative; }
      .develop_coop .main p:nth-child(1) {
        animation-delay: 0.2s; }
      .develop_coop .main p:nth-child(2) {
        animation-delay: 0.4s; }
      .develop_coop .main p:nth-child(3) {
        animation-delay: 0.6s; }
      .develop_coop .main p:nth-child(4) {
        animation-delay: 0.8s; }
      .develop_coop .main p:nth-child(5) {
        animation-delay: 1s; }
      .develop_coop .main p:nth-child(6) {
        animation-delay: 1.2s; }
      .develop_coop .main p:nth-child(7) {
        animation-delay: 1.4s; }
      .develop_coop .main p:nth-child(8) {
        animation-delay: 1.6s; }
      .develop_coop .main p:nth-child(9) {
        animation-delay: 1.8s; }
      .develop_coop .main p:nth-child(10) {
        animation-delay: 2s; }
      .develop_coop .main p:nth-child(11) {
        animation-delay: 2.2s; }
      .develop_coop .main p:nth-child(12) {
        animation-delay: 2.4s; }
      .develop_coop .main p:nth-child(13) {
        animation-delay: 2.6s; }
      .develop_coop .main p:nth-child(14) {
        animation-delay: 2.8s; }
      .develop_coop .main p:nth-child(15) {
        animation-delay: 3s; }
      .develop_coop .main p::after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0;
        width: calc(140 / 1920 * 100vw);
        height: 2px;
        background: rgba(0, 0, 0, 0.2);
        margin-left: calc(-70 / 1920 * 100vw); }
  .develop_coop .img {
    display: block;
    width: calc(660 / 1920 * 100vw);
    position: absolute;
    left: 50%;
    bottom: calc(30 / 1920 * 100vw);
    margin-left: calc(-330 / 1920 * 100vw); }

.develop_adv {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  color: #999;
  font-size: calc(16 / 1920 * 100vw);
  line-height: calc(25 / 1920 * 100vw);
  background: #f2f9fe; }
  .develop_adv * {
    padding: 0;
    margin: 0; }
  .develop_adv h2, .develop_adv h3 {
    font-weight: 400; }
  .develop_adv ul, .develop_adv ol, .develop_adv li, .develop_adv dl, .develop_adv dd, .develop_adv dt {
    list-style: none; }
  .develop_adv .bg {
    display: block;
    width: 100%; }
  .develop_adv .main {
    margin-left: auto;
    margin-right: auto; }
  .develop_adv .tit {
    font-size: calc(48 / 1920 * 100vw);
    color: #000;
    line-height: calc(60 / 1920 * 100vw);
    text-align: center;
    margin-bottom: calc(80 / 1920 * 100vw); }
    .develop_adv .tit span {
      color: #0089f1; }
  .develop_adv .main {
    position: relative; }
    .develop_adv .main h3 {
      font-size: calc(20 / 1920 * 100vw);
      color: #000;
      margin-bottom: calc(10 / 1920 * 100vw); }
    .develop_adv .main .p1 {
      padding-bottom: calc(40 / 1920 * 100vw);
      width: calc(580 / 1920 * 100vw);
      color: #999; }
  .develop_adv .btn {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    width: 50%; }
    .develop_adv .btn .sys {
      width: calc(170 / 1920 * 100vw);
      margin-right: calc(50 / 1920 * 100vw); }
      .develop_adv .btn .sys a {
        transition: all 0.3s linear 0s;
        color: #fff;
        text-decoration: none;
        display: block;
        line-height: calc(70 / 1920 * 100vw);
        height: calc(70 / 1920 * 100vw);
        color: #fff;
        font-size: calc(24 / 1920 * 100vw);
        text-align: center;
        background: #0089f1;
        border-radius: calc(10 / 1920 * 100vw);
        box-shadow: 1px 8px 8px rgba(3, 89, 154, 0.3);
        width: 100%;
        cursor: pointer; }
        .develop_adv .btn .sys a:hover {
          color: #fff; }
      .develop_adv .btn .sys:hover a {
        background: #fd7e06; }
  .develop_adv .img01 {
    display: block;
    position: absolute;
    height: calc(474 / 1920 * 100vw);
    top: calc(240 / 1920 * 100vw);
    right: calc(300 / 1920 * 100vw); }
  .develop_adv .img02 {
    display: block;
    position: absolute;
    height: calc(396 / 1920 * 100vw);
    top: calc(230 / 1920 * 100vw);
    right: 0; }
  .develop_adv .img03 {
    display: block;
    position: absolute;
    height: calc(308 / 1920 * 100vw);
    bottom: calc(115 / 1920 * 100vw);
    left: calc(810 / 1920 * 100vw); }

.develop_intro_tit {
  text-align: center;
  font-size: calc(40 / 1920 * 100vw);
  line-height: calc(48 / 1920 * 100vw);
  color: #000;
  margin: calc(-24 / 1920 * 100vw) 0 0;
  padding: 0;
  font-weight: 400;
  position: relative; }
  .develop_intro_tit span {
    color: #0089f1; }

.develop_intro {
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  width: var(--content-width);
  display: flex;
  justify-content: space-between;
  margin-top: calc(90 / 1920 * 100vw);
  padding-bottom: calc(50 / 1920 * 100vw); }
  .develop_intro * {
    padding: 0;
    margin: 0; }
  .develop_intro a {
    text-decoration: none;
    color: #333;
    cursor: pointer; }
  .develop_intro section {
    transition: all 0.3s linear 0s;
    width: calc(310 / 1920 * 100vw);
    box-shadow: 1px 1px 15px #ccc;
    text-align: center;
    color: #666;
    font-size: calc(20 / 1920 * 100vw);
    line-height: calc(36 / 1920 * 100vw);
    box-sizing: border-box;
    padding: calc(55 / 1920 * 100vw) calc(20 / 1920 * 100vw) 0;
    height: calc(330 / 1920 * 100vw);
    position: relative;
    border: 1px solid #eee;
    border-radius: 5px; }
    .develop_intro section:nth-child(1) {
      animation-delay: 0.2s; }
    .develop_intro section:nth-child(2) {
      animation-delay: 0.4s; }
    .develop_intro section:nth-child(3) {
      animation-delay: 0.6s; }
    .develop_intro section:nth-child(4) {
      animation-delay: 0.8s; }
    .develop_intro section:nth-child(5) {
      animation-delay: 1s; }
    .develop_intro section:nth-child(6) {
      animation-delay: 1.2s; }
    .develop_intro section:nth-child(7) {
      animation-delay: 1.4s; }
    .develop_intro section:nth-child(8) {
      animation-delay: 1.6s; }
    .develop_intro section:nth-child(9) {
      animation-delay: 1.8s; }
    .develop_intro section:nth-child(10) {
      animation-delay: 2s; }
    .develop_intro section:nth-child(11) {
      animation-delay: 2.2s; }
    .develop_intro section:nth-child(12) {
      animation-delay: 2.4s; }
    .develop_intro section:nth-child(13) {
      animation-delay: 2.6s; }
    .develop_intro section:nth-child(14) {
      animation-delay: 2.8s; }
    .develop_intro section:nth-child(15) {
      animation-delay: 3s; }
    .develop_intro section::after {
      content: '';
      position: absolute;
      bottom: 0;
      width: 40%;
      left: 30%;
      height: 6px;
      background: #0089f1; }
    .develop_intro section .p1 {
      transition: all 0.3s linear 0s;
      font-size: calc(24 / 1920 * 100vw);
      color: #0089f1;
      margin-bottom: calc(36 / 1920 * 100vw); }
    .develop_intro section .p2 {
      color: #666; }
    .develop_intro section:hover {
      background: #0089f1;
      color: #fff; }
      .develop_intro section:hover .p1, .develop_intro section:hover .p2 {
        color: #fff; }

.develop_intro_bg {
  display: block;
  width: 100%; }

.develop_case {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: calc(20 / 1920 * 100vw);
  line-height: calc(30 / 1920 * 100vw);
  background: #0089f1; }
  .develop_case * {
    padding: 0;
    margin: 0; }
  .develop_case h2, .develop_case h3 {
    font-weight: 400; }
  .develop_case ul, .develop_case ol, .develop_case li, .develop_case dl, .develop_case dd, .develop_case dt {
    list-style: none; }
  .develop_case .bg {
    display: block;
    width: 100%; }
  .develop_case .main {
    margin-left: auto;
    margin-right: auto; }
  .develop_case .tit {
    text-align: center;
    font-size: calc(40 / 1920 * 100vw);
    line-height: calc(48 / 1920 * 100vw);
    padding-top: calc(80 / 1920 * 100vw);
    color: #fff; }
    .develop_case .tit span {
      color: #ffb43d; }
  .develop_case ul {
    display: flex;
    justify-content: space-between; }
    .develop_case ul li {
      transition: all 0.3s linear 0s;
      margin-top: calc(100 / 1920 * 100vw);
      box-sizing: border-box;
      position: relative;
      padding: calc(60 / 1920 * 100vw) calc(40 / 1920 * 100vw) calc(40 / 1920 * 100vw);
      border: 4px solid rgba(255, 255, 255, 0.5);
      border-radius: calc(20 / 1920 * 100vw);
      width: 47%;
      color: #fff; }
      .develop_case ul li:nth-child(1) {
        animation-delay: 0.3s; }
      .develop_case ul li:nth-child(2) {
        animation-delay: 0.6s; }
      .develop_case ul li:nth-child(3) {
        animation-delay: 0.9s; }
      .develop_case ul li:nth-child(4) {
        animation-delay: 1.2s; }
      .develop_case ul li:nth-child(5) {
        animation-delay: 1.5s; }
      .develop_case ul li:nth-child(6) {
        animation-delay: 1.8s; }
      .develop_case ul li:nth-child(7) {
        animation-delay: 2.1s; }
      .develop_case ul li:nth-child(8) {
        animation-delay: 2.4s; }
      .develop_case ul li:nth-child(9) {
        animation-delay: 2.7s; }
      .develop_case ul li:nth-child(10) {
        animation-delay: 3s; }
      .develop_case ul li:nth-child(11) {
        animation-delay: 3.3s; }
      .develop_case ul li:nth-child(12) {
        animation-delay: 3.6s; }
      .develop_case ul li:nth-child(13) {
        animation-delay: 3.9s; }
      .develop_case ul li:nth-child(14) {
        animation-delay: 4.2s; }
      .develop_case ul li:nth-child(15) {
        animation-delay: 4.5s; }
      .develop_case ul li i {
        position: absolute;
        width: calc(130 / 1920 * 100vw);
        text-align: center;
        line-height: calc(70 / 1920 * 100vw);
        font-size: calc(60 / 1920 * 100vw);
        left: calc(50 / 1920 * 100vw);
        top: calc(-35 / 1920 * 100vw);
        background: #0089f1; }
      .develop_case ul li:nth-child(even) i {
        font-size: calc(70 / 1920 * 100vw); }
      .develop_case ul li .p1 {
        font-size: calc(24 / 1920 * 100vw);
        margin-bottom: calc(20 / 1920 * 100vw);
        color: #fff; }
      .develop_case ul li .p2 {
        color: #fff; }
      .develop_case ul li:hover {
        border-color: white; }
  .develop_case .bot {
    text-align: center;
    width: calc(660 / 1920 * 100vw);
    border: 4px solid #fff;
    border-radius: calc(20 / 1920 * 100vw);
    height: calc(250 / 1920 * 100vw);
    margin: calc(150 / 1920 * 100vw) auto 0;
    border-bottom: none; }
    .develop_case .bot h2 {
      font-size: calc(40 / 1920 * 100vw);
      line-height: calc(48 / 1920 * 100vw);
      display: inline-block;
      padding: 0 calc(40 / 1920 * 100vw);
      background: #0089f1;
      position: relative;
      top: calc(-26 / 1920 * 100vw);
      color: #fff; }
    .develop_case .bot span {
      color: #ff6369; }

.develop_read {
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  width: var(--content-width);
  margin-top: calc(-170 / 1920 * 100vw);
  text-align: center;
  color: #fff;
  font-size: calc(30 / 1920 * 100vw);
  line-height: calc(40 / 1920 * 100vw); }
  .develop_read * {
    padding: 0;
    margin: 0; }
  .develop_read a {
    text-decoration: none;
    color: #333;
    cursor: pointer; }
  .develop_read .swiper-slide .img {
    display: block;
    height: calc(400 / 1920 * 100vw);
    width: 100%;
    object-fit: cover; }
  .develop_read .swiper-slide .p1 {
    width: 90%;
    position: absolute;
    left: 5%;
    top: calc(110 / 1920 * 100vw);
    opacity: 0.8;
    color: #fff; }
  .develop_read .swiper-slide .sys {
    height: calc(50 / 1920 * 100vw);
    width: calc(170 / 1920 * 100vw);
    position: absolute;
    left: 50%;
    bottom: calc(100 / 1920 * 100vw);
    margin-left: calc(-85 / 1920 * 100vw); }
    .develop_read .swiper-slide .sys p {
      transition: all 0.3s linear 0s;
      visibility: hidden;
      opacity: 0;
      position: absolute;
      left: calc(-25 / 1920 * 100vw);
      bottom: calc(50 / 1920 * 100vw);
      width: calc(220 / 1920 * 100vw); }
    .develop_read .swiper-slide .sys:hover p {
      visibility: visible;
      opacity: 1; }
  .develop_read .swiper-slide .btn {
    transition: all 0.3s linear 0s;
    color: #fff;
    text-decoration: none;
    display: block;
    line-height: calc(50 / 1920 * 100vw);
    font-size: calc(20 / 1920 * 100vw);
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.2);
    width: 100%; }
    .develop_read .swiper-slide .btn:hover {
      color: #0089f1; }
    .develop_read .swiper-slide .btn:hover {
      background: #fff; }

.develop_info {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  color: #666;
  font-size: calc(24 / 1920 * 100vw);
  line-height: calc(60 / 1920 * 100vw);
  padding: calc(100 / 1920 * 100vw) 0; }
  .develop_info * {
    padding: 0;
    margin: 0; }
  .develop_info h2, .develop_info h3 {
    font-weight: 400; }
  .develop_info ul, .develop_info ol, .develop_info li, .develop_info dl, .develop_info dd, .develop_info dt {
    list-style: none; }
  .develop_info .bg {
    display: block;
    width: 100%; }
  .develop_info .main {
    margin-left: auto;
    margin-right: auto; }
  .develop_info .main {
    display: flex;
    justify-content: space-between; }
    .develop_info .main section {
      width: 50%; }
      .develop_info .main section .p1 {
        display: flex; }
        .develop_info .main section .p1:nth-child(1) {
          animation-delay: 0.2s; }
        .develop_info .main section .p1:nth-child(2) {
          animation-delay: 0.4s; }
        .develop_info .main section .p1:nth-child(3) {
          animation-delay: 0.6s; }
        .develop_info .main section .p1:nth-child(4) {
          animation-delay: 0.8s; }
        .develop_info .main section .p1:nth-child(5) {
          animation-delay: 1s; }
        .develop_info .main section .p1:nth-child(6) {
          animation-delay: 1.2s; }
        .develop_info .main section .p1:nth-child(7) {
          animation-delay: 1.4s; }
        .develop_info .main section .p1:nth-child(8) {
          animation-delay: 1.6s; }
        .develop_info .main section .p1:nth-child(9) {
          animation-delay: 1.8s; }
        .develop_info .main section .p1:nth-child(10) {
          animation-delay: 2s; }
        .develop_info .main section .p1:nth-child(11) {
          animation-delay: 2.2s; }
        .develop_info .main section .p1:nth-child(12) {
          animation-delay: 2.4s; }
        .develop_info .main section .p1:nth-child(13) {
          animation-delay: 2.6s; }
        .develop_info .main section .p1:nth-child(14) {
          animation-delay: 2.8s; }
        .develop_info .main section .p1:nth-child(15) {
          animation-delay: 3s; }
        .develop_info .main section .p1 span {
          flex-shrink: 0;
          margin-right: calc(10 / 1920 * 100vw); }
    .develop_info .main h3 {
      font-size: calc(40 / 1920 * 100vw);
      line-height: calc(48 / 1920 * 100vw);
      margin-bottom: calc(40 / 1920 * 100vw);
      color: #0089f1; }
    .develop_info .main .p1 {
      color: #666; }
    .develop_info .main .img {
      display: block;
      width: calc(565 / 1920 * 100vw); }
    .develop_info .main .sys {
      width: calc(170 / 1920 * 100vw);
      margin-top: calc(50 / 1920 * 100vw);
      position: relative; }
      .develop_info .main .sys a {
        transition: all 0.3s linear 0s;
        color: #fff;
        text-decoration: none;
        display: block;
        font-size: calc(24 / 1920 * 100vw);
        line-height: calc(60 / 1920 * 100vw);
        height: calc(60 / 1920 * 100vw);
        width: 100%;
        text-align: center;
        color: #fff;
        background: #0089f1;
        border-radius: 5px;
        cursor: pointer; }
        .develop_info .main .sys a:hover {
          color: #fff; }
      .develop_info .main .sys:hover a {
        background: #333; }

.develop_info01 {
  background: #fdf8f0; }
  .develop_info01 .main h3 {
    color: #fd7e06; }
  .develop_info01 .main .img {
    width: calc(563 / 1920 * 100vw); }
  .develop_info01 .main .sys a {
    background: #fd7e06; }

.develop_info02 .main h3 {
  color: #01b621; }
.develop_info02 .main .img {
  width: calc(506 / 1920 * 100vw); }
.develop_info02 .main .sys a {
  background: #01b621; }

.develop_info03 {
  background: #f1f9fd; }
  .develop_info03 .main h3 {
    color: #ff6369; }
  .develop_info03 .main .img {
    width: calc(646 / 1920 * 100vw); }
  .develop_info03 .main .sys a {
    background: #ff6369; }

.develop_info04 .main h3 {
  color: #ffb43d; }
.develop_info04 .main .img {
  width: calc(526 / 1920 * 100vw); }
.develop_info04 .main .sys a {
  background: #ffb43d; }

.sysfloat_box .sysfloat {
  transition: all 0.3s linear;
  transform: translateY(-20px);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: calc(330 / 1920 * 100vw);
  height: calc(380 / 1920 * 100vw);
  background: url("../../images/content/dev-sys.png") no-repeat center center;
  background-size: contain;
  left: 50%;
  bottom: calc(50 / 1920 * 100vw);
  margin: 0 0 0 calc(-165 / 1920 * 100vw);
  padding: 0;
  overflow: hidden;
  line-height: calc(50 / 1920 * 100vw);
  font-size: calc(24 / 1920 * 100vw);
  color: #000;
  text-align: center; }
  .sysfloat_box .sysfloat img {
    display: block;
    width: 76%;
    margin: calc(34 / 1920 * 100vw) auto 0;
    border: 1px solid #ddd; }
.sysfloat_box:hover .sysfloat {
  transform: translateY(0);
  opacity: 1;
  visibility: visible; }

.engin_banner {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: calc(24 / 1920 * 100vw);
  line-height: calc(48 / 1920 * 100vw); }
  .engin_banner * {
    padding: 0;
    margin: 0; }
  .engin_banner h2, .engin_banner h3 {
    font-weight: 400; }
  .engin_banner ul, .engin_banner ol, .engin_banner li, .engin_banner dl, .engin_banner dd, .engin_banner dt {
    list-style: none; }
  .engin_banner .bg {
    display: block;
    width: 100%; }
  .engin_banner .main {
    margin-left: auto;
    margin-right: auto; }
  .engin_banner .img {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(1208 / 1920 * 100vw); }
  .engin_banner .info {
    position: absolute;
    right: calc(200 / 1920 * 100vw);
    top: calc(90 / 1920 * 100vw);
    width: calc(510 / 1920 * 100vw);
    text-align: center; }
    .engin_banner .info h2 {
      font-size: calc(40 / 1920 * 100vw);
      margin-bottom: calc(50 / 1920 * 100vw);
      color: #fff; }
      .engin_banner .info h2 span {
        color: #ffb43d; }
        .engin_banner .info h2 span.sp1 {
          color: #ff6369; }
    .engin_banner .info p {
      color: #fff; }
  .engin_banner .btnbox {
    flex-wrap: wrap;
    width: calc(960 / 1920 * 100vw);
    justify-content: flex-end;
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex; }
    .engin_banner .btnbox div {
      height: calc(130 / 1920 * 100vw);
      width: calc(600 / 1920 * 100vw);
      background: #fff;
      text-align: right;
      font-size: calc(40 / 1920 * 100vw);
      color: #000;
      box-sizing: border-box;
      padding: calc(60 / 1920 * 100vw) calc(200 / 1920 * 100vw) 0 0;
      line-height: calc(40 / 1920 * 100vw); }
      .engin_banner .btnbox div i {
        font-size: calc(48 / 1920 * 100vw);
        margin-right: 5px; }
      .engin_banner .btnbox div:nth-child(2) {
        width: calc(800 / 1920 * 100vw);
        color: #999;
        padding-top: calc(30 / 1920 * 100vw);
        font-size: calc(36 / 1920 * 100vw); }

.engin_ver {
  list-style: none;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  width: var(--content-width);
  display: flex;
  margin-top: calc(100 / 1920 * 100vw);
  margin-bottom: calc(150 / 1920 * 100vw);
  justify-content: space-between; }
  .engin_ver ul, .engin_ver ol, .engin_ver li, .engin_ver dl, .engin_ver dd, .engin_ver dt {
    list-style: none; }
  .engin_ver * {
    padding: 0;
    margin: 0; }
  .engin_ver a {
    text-decoration: none;
    color: #333;
    cursor: pointer; }
  .engin_ver li {
    transition: all 0.3s linear 0s;
    text-align: center;
    background: #fff;
    box-shadow: 1px 1px 10px #ccc;
    width: 23%;
    box-sizing: border-box;
    position: relative;
    padding: calc(30 / 1920 * 100vw) 0;
    color: #333;
    font-size: calc(24 / 1920 * 100vw);
    line-height: calc(40 / 1920 * 100vw); }
    .engin_ver li:nth-child(1) {
      animation-delay: 0.2s; }
    .engin_ver li:nth-child(2) {
      animation-delay: 0.4s; }
    .engin_ver li:nth-child(3) {
      animation-delay: 0.6s; }
    .engin_ver li:nth-child(4) {
      animation-delay: 0.8s; }
    .engin_ver li:nth-child(5) {
      animation-delay: 1s; }
    .engin_ver li:nth-child(6) {
      animation-delay: 1.2s; }
    .engin_ver li:nth-child(7) {
      animation-delay: 1.4s; }
    .engin_ver li:nth-child(8) {
      animation-delay: 1.6s; }
    .engin_ver li:nth-child(9) {
      animation-delay: 1.8s; }
    .engin_ver li:nth-child(10) {
      animation-delay: 2s; }
    .engin_ver li:nth-child(11) {
      animation-delay: 2.2s; }
    .engin_ver li:nth-child(12) {
      animation-delay: 2.4s; }
    .engin_ver li:nth-child(13) {
      animation-delay: 2.6s; }
    .engin_ver li:nth-child(14) {
      animation-delay: 2.8s; }
    .engin_ver li:nth-child(15) {
      animation-delay: 3s; }
    .engin_ver li::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 4px;
      background: #0089f1; }
    .engin_ver li i {
      transition: all 0.3s linear 0s;
      font-size: calc(70 / 1920 * 100vw);
      line-height: calc(80 / 1920 * 100vw);
      color: #0089f1;
      display: block;
      margin-bottom: calc(20 / 1920 * 100vw); }
    .engin_ver li:nth-child(2) i {
      color: #01b621; }
    .engin_ver li:nth-child(2)::after {
      background: #01b621; }
    .engin_ver li:nth-child(3) i {
      color: #ff6369; }
    .engin_ver li:nth-child(3)::after {
      background: #ff6369; }
    .engin_ver li:nth-child(4) i {
      color: #fd7e06; }
    .engin_ver li:nth-child(4)::after {
      background: #fd7e06; }
    .engin_ver li:hover {
      background: #0089f1;
      color: #fff; }
      .engin_ver li:hover p {
        color: #fff; }
      .engin_ver li:hover i {
        color: #fff; }
      .engin_ver li:hover:nth-child(2) {
        background: #01b621; }
      .engin_ver li:hover:nth-child(3) {
        background: #ff6369; }
      .engin_ver li:hover:nth-child(4) {
        background: #fd7e06; }

.engin_pc {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  color: #666;
  font-size: calc(24 / 1920 * 100vw);
  line-height: calc(48 / 1920 * 100vw);
  text-align: center; }
  .engin_pc * {
    padding: 0;
    margin: 0; }
  .engin_pc h2, .engin_pc h3 {
    font-weight: 400; }
  .engin_pc ul, .engin_pc ol, .engin_pc li, .engin_pc dl, .engin_pc dd, .engin_pc dt {
    list-style: none; }
  .engin_pc .bg {
    display: block;
    width: 100%; }
  .engin_pc .main {
    margin-left: auto;
    margin-right: auto; }
  .engin_pc h2 {
    font-size: calc(40 / 1920 * 100vw);
    color: #333; }
  .engin_pc .img {
    display: block;
    margin: calc(50 / 1920 * 100vw) auto calc(40 / 1920 * 100vw);
    width: calc(985 / 1920 * 100vw); }
  .engin_pc .p1 {
    width: calc(1000 / 1920 * 100vw);
    margin: 0 auto;
    color: #666; }
  .engin_pc .btnbox {
    width: calc(180 / 1920 * 100vw);
    height: calc(60 / 1920 * 100vw);
    margin: calc(40 / 1920 * 100vw) auto calc(110 / 1920 * 100vw); }
    .engin_pc .btnbox a {
      transition: all 0.3s linear 0s;
      color: #0089f1;
      text-decoration: none;
      display: block;
      width: 100%;
      height: calc(60 / 1920 * 100vw);
      border: 1px solid #0089f1;
      border-radius: calc(30 / 1920 * 100vw);
      line-height: calc(60 / 1920 * 100vw);
      cursor: pointer; }
      .engin_pc .btnbox a:hover {
        color: #fff; }
    .engin_pc .btnbox:hover a {
      background: #0089f1; }

.engin_phone {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: calc(24 / 1920 * 100vw);
  line-height: calc(48 / 1920 * 100vw); }
  .engin_phone * {
    padding: 0;
    margin: 0; }
  .engin_phone h2, .engin_phone h3 {
    font-weight: 400; }
  .engin_phone ul, .engin_phone ol, .engin_phone li, .engin_phone dl, .engin_phone dd, .engin_phone dt {
    list-style: none; }
  .engin_phone .bg {
    display: block;
    width: 100%; }
  .engin_phone .main {
    margin-left: auto;
    margin-right: auto; }
  .engin_phone .main {
    position: absolute;
    height: 100%;
    bottom: 0;
    left: calc((100% - var(--content-width))/2); }
  .engin_phone .img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(543 / 1920 * 100vw); }
  .engin_phone section {
    width: calc(670 / 1920 * 100vw);
    position: absolute;
    right: 0;
    top: calc(290 / 1920 * 100vw); }
    .engin_phone section h2 {
      font-size: calc(40 / 1920 * 100vw);
      margin-bottom: calc(80 / 1920 * 100vw);
      color: #fff; }
    .engin_phone section p {
      color: #fff; }

.engin_serve {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  color: #666;
  font-size: calc(24 / 1920 * 100vw);
  line-height: calc(48 / 1920 * 100vw);
  height: calc(778 / 1920 * 100vw); }
  .engin_serve * {
    padding: 0;
    margin: 0; }
  .engin_serve h2, .engin_serve h3 {
    font-weight: 400; }
  .engin_serve ul, .engin_serve ol, .engin_serve li, .engin_serve dl, .engin_serve dd, .engin_serve dt {
    list-style: none; }
  .engin_serve .bg {
    display: block;
    width: 100%; }
  .engin_serve .main {
    margin-left: auto;
    margin-right: auto; }
  .engin_serve .img {
    position: absolute;
    right: 0;
    top: 0;
    height: calc(778 / 1920 * 100vw);
    display: block; }
  .engin_serve .main {
    padding-top: calc(190 / 1920 * 100vw); }
  .engin_serve h2 {
    font-size: calc(40 / 1920 * 100vw);
    color: #333; }
  .engin_serve .p1 {
    margin: calc(110 / 1920 * 100vw) 0;
    width: calc(760 / 1920 * 100vw);
    color: #666; }
  .engin_serve .btnbox {
    width: calc(180 / 1920 * 100vw);
    height: calc(60 / 1920 * 100vw);
    text-align: center;
    position: relative; }
    .engin_serve .btnbox a {
      transition: all 0.3s linear 0s;
      color: #0089f1;
      text-decoration: none;
      display: block;
      width: 100%;
      height: calc(60 / 1920 * 100vw);
      border: 1px solid #0089f1;
      border-radius: calc(30 / 1920 * 100vw);
      line-height: calc(60 / 1920 * 100vw);
      cursor: pointer; }
      .engin_serve .btnbox a:hover {
        color: #fff; }
    .engin_serve .btnbox:hover a {
      background: #0089f1; }

.engin_online {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  color: #666;
  font-size: calc(24 / 1920 * 100vw);
  line-height: calc(48 / 1920 * 100vw);
  margin: calc(110 / 1920 * 100vw) 0; }
  .engin_online * {
    padding: 0;
    margin: 0; }
  .engin_online h2, .engin_online h3 {
    font-weight: 400; }
  .engin_online ul, .engin_online ol, .engin_online li, .engin_online dl, .engin_online dd, .engin_online dt {
    list-style: none; }
  .engin_online .bg {
    display: block;
    width: 100%; }
  .engin_online .main {
    margin-left: auto;
    margin-right: auto; }
  .engin_online h2 {
    font-size: calc(40 / 1920 * 100vw);
    color: #fd7e06;
    text-align: center;
    margin-bottom: calc(40 / 1920 * 100vw); }
  .engin_online .main {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .engin_online .main .img {
      height: calc(600 / 1920 * 100vw);
      display: block; }
    .engin_online .main section {
      width: calc(510 / 1920 * 100vw); }
      .engin_online .main section p {
        color: #666; }
    .engin_online .main .btnbox {
      width: calc(180 / 1920 * 100vw);
      height: calc(60 / 1920 * 100vw);
      text-align: center;
      margin-top: calc(100 / 1920 * 100vw);
      position: relative; }
      .engin_online .main .btnbox a {
        transition: all 0.3s linear 0s;
        color: #fd7e06;
        text-decoration: none;
        display: block;
        width: 100%;
        height: calc(60 / 1920 * 100vw);
        border: 1px solid #fd7e06;
        border-radius: calc(30 / 1920 * 100vw);
        line-height: calc(60 / 1920 * 100vw);
        cursor: pointer; }
        .engin_online .main .btnbox a:hover {
          color: #fff; }
      .engin_online .main .btnbox:hover a {
        background: #fd7e06; }

.engin_cust {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: calc(24 / 1920 * 100vw);
  line-height: calc(48 / 1920 * 100vw);
  overflow: hidden; }
  .engin_cust * {
    padding: 0;
    margin: 0; }
  .engin_cust h2, .engin_cust h3 {
    font-weight: 400; }
  .engin_cust ul, .engin_cust ol, .engin_cust li, .engin_cust dl, .engin_cust dd, .engin_cust dt {
    list-style: none; }
  .engin_cust .bg {
    display: block;
    width: 100%; }
  .engin_cust .main {
    margin-left: auto;
    margin-right: auto; }
  .engin_cust .flex img {
    display: block;
    width: 50%; }
  .engin_cust .img {
    position: absolute;
    display: block;
    width: calc(770 / 1920 * 100vw);
    bottom: 0;
    right: calc(300 / 1920 * 100vw); }
  .engin_cust section {
    position: absolute;
    left: calc(300 / 1920 * 100vw);
    top: calc(140 / 1920 * 100vw);
    width: calc(510 / 1920 * 100vw);
    text-align: right; }
    .engin_cust section h2 {
      font-size: calc(40 / 1920 * 100vw);
      color: #fff; }
    .engin_cust section .p1 {
      margin: calc(100 / 1920 * 100vw) 0;
      width: 100%;
      color: #fff; }
    .engin_cust section .btnbox {
      width: calc(180 / 1920 * 100vw);
      height: calc(60 / 1920 * 100vw);
      text-align: center;
      float: right;
      position: relative; }
      .engin_cust section .btnbox a {
        transition: all 0.3s linear 0s;
        color: #fff;
        text-decoration: none;
        display: block;
        width: 100%;
        height: calc(60 / 1920 * 100vw);
        border: 1px solid #fff;
        border-radius: calc(30 / 1920 * 100vw);
        line-height: calc(60 / 1920 * 100vw);
        cursor: pointer;
        background: rgba(255, 255, 255, 0.2); }
        .engin_cust section .btnbox a:hover {
          color: #333; }
      .engin_cust section .btnbox:hover a {
        background: white; }

.engin_case {
  padding: 0;
  list-style: none;
  margin-top: calc(130 / 1920 * 100vw);
  font-size: calc(18 / 1920 * 100vw);
  line-height: calc(30 / 1920 * 100vw);
  color: #666;
  padding: calc(50 / 1920 * 100vw) 0 calc(150 / 1920 * 100vw);
  position: relative; }
  .engin_case * {
    padding: 0;
    margin: 0; }
  .engin_case a {
    text-decoration: none;
    color: #333;
    cursor: pointer; }
  .engin_case ul, .engin_case ol, .engin_case li, .engin_case dl, .engin_case dd, .engin_case dt {
    list-style: none; }
  .engin_case .line {
    margin-left: auto;
    margin-right: auto;
    width: var(--content-width);
    position: absolute;
    top: 0;
    left: calc((100% - var(--content-width))/2);
    box-sizing: border-box;
    border: 5px solid #0089f1;
    border-radius: 30px 30px 0 0;
    border-bottom: none;
    height: 100%; }
  .engin_case .tit {
    font-size: calc(40 / 1920 * 100vw);
    line-height: calc(48 / 1920 * 100vw);
    color: #0089f1;
    position: relative;
    text-align: center;
    font-weight: 400;
    top: calc(-28 / 1920 * 100vw); }
    .engin_case .tit span {
      display: inline-block;
      padding: 0 calc(60 / 1920 * 100vw);
      background: #fff; }
  .engin_case ul {
    width: 96%;
    display: flex;
    justify-content: space-around;
    margin: calc(60 / 1920 * 100vw) auto 0; }
    .engin_case ul li {
      width: 30%;
      background: #fff;
      box-shadow: 1px 1px 10px #ccc;
      border-radius: 16px;
      overflow: hidden;
      box-sizing: border-box;
      position: relative; }
      .engin_case ul li:nth-child(1) {
        animation-delay: 0.3s; }
      .engin_case ul li:nth-child(2) {
        animation-delay: 0.6s; }
      .engin_case ul li:nth-child(3) {
        animation-delay: 0.9s; }
      .engin_case ul li:nth-child(4) {
        animation-delay: 1.2s; }
      .engin_case ul li:nth-child(5) {
        animation-delay: 1.5s; }
      .engin_case ul li:nth-child(6) {
        animation-delay: 1.8s; }
      .engin_case ul li:nth-child(7) {
        animation-delay: 2.1s; }
      .engin_case ul li:nth-child(8) {
        animation-delay: 2.4s; }
      .engin_case ul li:nth-child(9) {
        animation-delay: 2.7s; }
      .engin_case ul li:nth-child(10) {
        animation-delay: 3s; }
      .engin_case ul li:nth-child(11) {
        animation-delay: 3.3s; }
      .engin_case ul li:nth-child(12) {
        animation-delay: 3.6s; }
      .engin_case ul li:nth-child(13) {
        animation-delay: 3.9s; }
      .engin_case ul li:nth-child(14) {
        animation-delay: 4.2s; }
      .engin_case ul li:nth-child(15) {
        animation-delay: 4.5s; }
      .engin_case ul li .img {
        overflow: hidden; }
        .engin_case ul li .img img {
          transition: all 0.5s linear 0s;
          display: block;
          width: 100%;
          height: calc(255 / 1920 * 100vw);
          object-fit: cover; }
      .engin_case ul li a {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        transition: all 0.3s linear 0s;
        color: #333;
        text-decoration: none;
        display: block;
        font-size: calc(24 / 1920 * 100vw);
        margin: calc(24 / 1920 * 100vw) calc(24 / 1920 * 100vw) calc(10 / 1920 * 100vw); }
        .engin_case ul li a:hover {
          color: #0089f1; }
      .engin_case ul li .p1 {
        margin: calc(24 / 1920 * 100vw);
        color: #666; }
      .engin_case ul li:hover .img img {
        transform: scale(1.1); }

.zq_banner {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  color: #666;
  font-size: calc(24 / 1920 * 100vw);
  line-height: calc(50 / 1920 * 100vw);
  height: calc(995 / 1920 * 100vw); }
  .zq_banner * {
    padding: 0;
    margin: 0; }
  .zq_banner h2, .zq_banner h3 {
    font-weight: 400; }
  .zq_banner ul, .zq_banner ol, .zq_banner li, .zq_banner dl, .zq_banner dd, .zq_banner dt {
    list-style: none; }
  .zq_banner .bg {
    display: block;
    width: 100%; }
  .zq_banner .main {
    margin-left: auto;
    margin-right: auto; }
  .zq_banner .info {
    position: absolute;
    left: calc(300 / 1920 * 100vw);
    top: calc(140 / 1920 * 100vw);
    width: calc(340 / 1920 * 100vw);
    z-index: 5; }
    .zq_banner .info h2 {
      font-size: calc(48 / 1920 * 100vw);
      color: #0089f1;
      margin-bottom: calc(70 / 1920 * 100vw); }
      .zq_banner .info h2 span {
        color: #8b9399; }
    .zq_banner .info .p1 {
      color: #000;
      font-weight: bold; }
    .zq_banner .info p:nth-child(1) {
      animation-delay: 0.2s; }
    .zq_banner .info p:nth-child(2) {
      animation-delay: 0.4s; }
    .zq_banner .info p:nth-child(3) {
      animation-delay: 0.6s; }
    .zq_banner .info p:nth-child(4) {
      animation-delay: 0.8s; }
    .zq_banner .info p:nth-child(5) {
      animation-delay: 1s; }
    .zq_banner .info p:nth-child(6) {
      animation-delay: 1.2s; }
    .zq_banner .info p:nth-child(7) {
      animation-delay: 1.4s; }
    .zq_banner .info p:nth-child(8) {
      animation-delay: 1.6s; }
    .zq_banner .info p:nth-child(9) {
      animation-delay: 1.8s; }
    .zq_banner .info p:nth-child(10) {
      animation-delay: 2s; }
    .zq_banner .info p:nth-child(11) {
      animation-delay: 2.2s; }
    .zq_banner .info p:nth-child(12) {
      animation-delay: 2.4s; }
    .zq_banner .info p:nth-child(13) {
      animation-delay: 2.6s; }
    .zq_banner .info p:nth-child(14) {
      animation-delay: 2.8s; }
    .zq_banner .info p:nth-child(15) {
      animation-delay: 3s; }
    .zq_banner .info .btn {
      padding-top: calc(60 / 1920 * 100vw);
      display: flex; }
      .zq_banner .info .btn a {
        transition: all 0.3s linear 0s;
        color: #fff;
        text-decoration: none;
        display: block;
        height: calc(50 / 1920 * 100vw);
        line-height: calc(50 / 1920 * 100vw);
        width: calc(150 / 1920 * 100vw);
        text-align: center;
        background: #feb26a;
        border-radius: calc(30 / 1920 * 100vw);
        cursor: pointer;
        margin-right: 15px; }
        .zq_banner .info .btn a:hover {
          color: #fff; }
        .zq_banner .info .btn a:hover {
          background-color: #fd7e06; }
        .zq_banner .info .btn a:nth-child(2) {
          background-color: #66bcfc; }
          .zq_banner .info .btn a:nth-child(2):hover {
            background-color: #0089f1; }
  .zq_banner .edit {
    position: absolute;
    right: 0;
    top: 0; }
    .zq_banner .edit .img {
      width: calc(1348 / 1920 * 100vw);
      display: block; }
  .zq_banner .editbox {
    position: absolute;
    top: calc(160 / 1920 * 100vw);
    color: #fff;
    left: calc(340 / 1920 * 100vw);
    width: calc(330 / 1920 * 100vw); }
    .zq_banner .editbox h3 {
      text-align: center; }
    .zq_banner .editbox .list {
      box-sizing: border-box;
      height: calc(50 / 1920 * 100vw);
      border: 1px solid #fff;
      display: flex;
      width: 100%;
      padding: 0 calc(15 / 1920 * 100vw);
      margin-top: calc(30 / 1920 * 100vw);
      font-size: calc(20 / 1920 * 100vw); }
      .zq_banner .editbox .list span {
        flex-shrink: 0; }
      .zq_banner .editbox .list .input {
        width: 100%;
        height: calc(50 / 1920 * 100vw);
        background: none;
        outline: none;
        border: none;
        font-size: calc(20 / 1920 * 100vw);
        color: #fff; }
        .zq_banner .editbox .list .input::placeholder {
          color: rgba(255, 255, 255, 0.5); }
    .zq_banner .editbox .area {
      flex-direction: column;
      height: calc(110 / 1920 * 100vw); }
    .zq_banner .editbox .flex {
      position: absolute;
      left: calc(350 / 1920 * 100vw);
      bottom: 0; }
    .zq_banner .editbox .sub01 {
      transition: all 0.3s linear 0s;
      color: #0089f1;
      text-decoration: none;
      display: block;
      height: calc(50 / 1920 * 100vw);
      line-height: calc(50 / 1920 * 100vw);
      width: calc(150 / 1920 * 100vw);
      text-align: center;
      background: rgba(255, 255, 255, 0.6);
      border-radius: calc(30 / 1920 * 100vw);
      cursor: pointer;
      margin-right: 15px;
      font-size: calc(20 / 1920 * 100vw); }
      .zq_banner .editbox .sub01:hover {
        color: #fff; }
      .zq_banner .editbox .sub01:hover {
        background-color: #0089f1; }
    .zq_banner .editbox .sub02 {
      transition: all 0.3s linear 0s;
      color: #fff;
      text-decoration: none;
      font-size: calc(18 / 1920 * 100vw);
      white-space: nowrap;
      cursor: pointer; }
      .zq_banner .editbox .sub02:hover {
        color: #ffb43d; }

.zq_reason {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  color: #666;
  font-size: calc(24 / 1920 * 100vw);
  line-height: calc(36 / 1920 * 100vw); }
  .zq_reason * {
    padding: 0;
    margin: 0; }
  .zq_reason h2, .zq_reason h3 {
    font-weight: 400; }
  .zq_reason ul, .zq_reason ol, .zq_reason li, .zq_reason dl, .zq_reason dd, .zq_reason dt {
    list-style: none; }
  .zq_reason .bg {
    display: block;
    width: 100%; }
  .zq_reason .main {
    margin-left: auto;
    margin-right: auto; }
  .zq_reason .bg {
    position: relative;
    margin-top: calc(-100 / 1920 * 100vw); }
  .zq_reason .tit {
    position: absolute;
    left: calc(645 / 1920 * 100vw);
    top: calc(80 / 1920 * 100vw);
    color: #333;
    font-size: calc(48 / 1920 * 100vw); }
    .zq_reason .tit span {
      color: #ffb43d; }
  .zq_reason .p1 {
    position: absolute;
    left: calc(645 / 1920 * 100vw);
    top: calc(160 / 1920 * 100vw);
    color: #999;
    font-size: calc(30 / 1920 * 100vw); }
  .zq_reason ul {
    position: absolute;
    left: calc(645 / 1920 * 100vw);
    top: calc(320 / 1920 * 100vw);
    display: flex;
    flex-wrap: wrap;
    width: calc(800 / 1920 * 100vw); }
    .zq_reason ul li {
      transition: all 0.3s linear 0s;
      width: 50%;
      display: flex;
      align-items: center;
      margin-bottom: calc(100 / 1920 * 100vw); }
      .zq_reason ul li:nth-child(1) {
        animation-delay: 0.2s; }
      .zq_reason ul li:nth-child(2) {
        animation-delay: 0.4s; }
      .zq_reason ul li:nth-child(3) {
        animation-delay: 0.6s; }
      .zq_reason ul li:nth-child(4) {
        animation-delay: 0.8s; }
      .zq_reason ul li:nth-child(5) {
        animation-delay: 1s; }
      .zq_reason ul li:nth-child(6) {
        animation-delay: 1.2s; }
      .zq_reason ul li:nth-child(7) {
        animation-delay: 1.4s; }
      .zq_reason ul li:nth-child(8) {
        animation-delay: 1.6s; }
      .zq_reason ul li:nth-child(9) {
        animation-delay: 1.8s; }
      .zq_reason ul li:nth-child(10) {
        animation-delay: 2s; }
      .zq_reason ul li:nth-child(11) {
        animation-delay: 2.2s; }
      .zq_reason ul li:nth-child(12) {
        animation-delay: 2.4s; }
      .zq_reason ul li:nth-child(13) {
        animation-delay: 2.6s; }
      .zq_reason ul li:nth-child(14) {
        animation-delay: 2.8s; }
      .zq_reason ul li:nth-child(15) {
        animation-delay: 3s; }
      .zq_reason ul li i {
        transition: all 0.3s linear 0s;
        display: block;
        width: calc(110 / 1920 * 100vw);
        line-height: calc(110 / 1920 * 100vw);
        height: calc(110 / 1920 * 100vw);
        text-align: center;
        background: #0089f1;
        color: #fff;
        font-size: calc(60 / 1920 * 100vw);
        border-radius: 50%;
        margin-right: calc(30 / 1920 * 100vw); }
      .zq_reason ul li:hover {
        color: #fd7e06; }
        .zq_reason ul li:hover i {
          background-color: #fd7e06; }

.zq_adv {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: calc(24 / 1920 * 100vw);
  line-height: calc(36 / 1920 * 100vw); }
  .zq_adv * {
    padding: 0;
    margin: 0; }
  .zq_adv h2, .zq_adv h3 {
    font-weight: 400; }
  .zq_adv ul, .zq_adv ol, .zq_adv li, .zq_adv dl, .zq_adv dd, .zq_adv dt {
    list-style: none; }
  .zq_adv .bg {
    display: block;
    width: 100%; }
  .zq_adv .main {
    margin-left: auto;
    margin-right: auto; }
  .zq_adv .bg {
    width: calc(966 / 1920 * 100vw); }
  .zq_adv menu {
    position: absolute;
    left: calc(530 / 1920 * 100vw);
    top: calc(270 / 1920 * 100vw); }
    .zq_adv menu p {
      transition: all 0.3s linear 0s;
      color: #fff;
      text-decoration: none;
      margin-bottom: calc(50 / 1920 * 100vw);
      opacity: 0.7;
      cursor: pointer; }
      .zq_adv menu p:hover {
        color: #fff; }
      .zq_adv menu p.sel, .zq_adv menu p:hover {
        opacity: 1;
        font-size: calc(36 / 1920 * 100vw); }
  .zq_adv .btn {
    position: absolute;
    left: calc(530 / 1920 * 100vw);
    top: calc(640 / 1920 * 100vw); }
    .zq_adv .btn a {
      transition: all 0.3s linear 0s;
      color: #fff;
      text-decoration: none;
      margin-right: calc(50 / 1920 * 100vw);
      cursor: pointer; }
      .zq_adv .btn a:hover {
        color: #fd7e06; }
      .zq_adv .btn a i {
        margin-left: 5px; }
  .zq_adv .imgbox {
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(864 / 1920 * 100vw); }
    .zq_adv .imgbox img {
      animation: _rightShowCartoon 0.5s linear 0.01s 1 normal both running;
      display: block; }

.zq_centertit {
  font-weight: 400;
  font-size: calc(48 / 1920 * 100vw);
  line-height: calc(50 / 1920 * 100vw);
  text-align: center;
  padding: 0;
  margin: calc(110 / 1920 * 100vw) 0 calc(100 / 1920 * 100vw);
  color: #333; }

.zq_centertit01 {
  margin: calc(150 / 1920 * 100vw) 0 calc(80 / 1920 * 100vw); }

.zq_tech {
  margin-left: auto;
  margin-right: auto;
  width: var(--content-width);
  padding: 0;
  font-size: calc(24 / 1920 * 100vw);
  line-height: calc(30 / 1920 * 100vw);
  text-align: center;
  color: #0089f1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .zq_tech * {
    padding: 0;
    margin: 0; }
  .zq_tech a {
    text-decoration: none;
    color: #333;
    cursor: pointer; }
  .zq_tech section {
    transition: all 0.3s linear 0s;
    color: #0089f1;
    text-decoration: none;
    margin-bottom: calc(30 / 1920 * 100vw);
    background: #fff;
    box-shadow: 1px 1px 15px #ccc;
    box-sizing: border-box;
    width: 18.5%;
    padding: calc(40 / 1920 * 100vw) 0;
    border-radius: 5px; }
    .zq_tech section:nth-child(1) {
      animation-delay: 0.1s; }
    .zq_tech section:nth-child(2) {
      animation-delay: 0.2s; }
    .zq_tech section:nth-child(3) {
      animation-delay: 0.3s; }
    .zq_tech section:nth-child(4) {
      animation-delay: 0.4s; }
    .zq_tech section:nth-child(5) {
      animation-delay: 0.5s; }
    .zq_tech section:nth-child(6) {
      animation-delay: 0.6s; }
    .zq_tech section:nth-child(7) {
      animation-delay: 0.7s; }
    .zq_tech section:nth-child(8) {
      animation-delay: 0.8s; }
    .zq_tech section:nth-child(9) {
      animation-delay: 0.9s; }
    .zq_tech section:nth-child(10) {
      animation-delay: 1s; }
    .zq_tech section:nth-child(11) {
      animation-delay: 1.1s; }
    .zq_tech section:nth-child(12) {
      animation-delay: 1.2s; }
    .zq_tech section:nth-child(13) {
      animation-delay: 1.3s; }
    .zq_tech section:nth-child(14) {
      animation-delay: 1.4s; }
    .zq_tech section:nth-child(15) {
      animation-delay: 1.5s; }
    .zq_tech section:hover {
      color: #fff; }
    .zq_tech section i {
      display: block;
      font-size: calc(44 / 1920 * 100vw);
      line-height: calc(50 / 1920 * 100vw);
      height: calc(50 / 1920 * 100vw);
      margin-bottom: calc(20 / 1920 * 100vw); }
    .zq_tech section:hover {
      background: #0089f1; }

.zq_phone {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: calc(24 / 1920 * 100vw);
  line-height: calc(48 / 1920 * 100vw);
  margin-top: calc(180 / 1920 * 100vw); }
  .zq_phone * {
    padding: 0;
    margin: 0; }
  .zq_phone h2, .zq_phone h3 {
    font-weight: 400; }
  .zq_phone ul, .zq_phone ol, .zq_phone li, .zq_phone dl, .zq_phone dd, .zq_phone dt {
    list-style: none; }
  .zq_phone .bg {
    display: block;
    width: 100%; }
  .zq_phone .main {
    margin-left: auto;
    margin-right: auto; }
  .zq_phone .img {
    position: absolute;
    left: calc(100 / 1920 * 100vw);
    bottom: 0;
    width: calc(1098 / 1920 * 100vw);
    display: block; }
  .zq_phone .tit {
    font-size: calc(48 / 1920 * 100vw);
    line-height: calc(70 / 1920 * 100vw);
    position: absolute;
    right: calc(300 / 1920 * 100vw);
    top: calc(150 / 1920 * 100vw);
    text-align: right; }
  .zq_phone section {
    position: absolute;
    right: calc(200 / 1920 * 100vw);
    top: calc(390 / 1920 * 100vw);
    width: calc(620 / 1920 * 100vw); }
    .zq_phone section .btn {
      text-align: right;
      padding: calc(120 / 1920 * 100vw) calc(30 / 1920 * 100vw) 0 0; }
      .zq_phone section .btn a {
        transition: all 0.3s linear 0s;
        color: #fff;
        text-decoration: none;
        margin-left: calc(70 / 1920 * 100vw);
        cursor: pointer; }
        .zq_phone section .btn a:hover {
          color: #fd7e06; }
        .zq_phone section .btn a i {
          font-size: calc(30 / 1920 * 100vw);
          margin-right: 3px; }

.zq_pro {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: calc(20 / 1920 * 100vw);
  line-height: calc(48 / 1920 * 100vw);
  height: calc(800 / 1920 * 100vw); }
  .zq_pro * {
    padding: 0;
    margin: 0; }
  .zq_pro h2, .zq_pro h3 {
    font-weight: 400; }
  .zq_pro ul, .zq_pro ol, .zq_pro li, .zq_pro dl, .zq_pro dd, .zq_pro dt {
    list-style: none; }
  .zq_pro .bg {
    display: block;
    width: 100%; }
  .zq_pro .main {
    margin-left: auto;
    margin-right: auto; }
  .zq_pro .bgbox {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0; }
    .zq_pro .bgbox img {
      animation: _opacityShowCartoon 0.5s linear 0.01s 1 normal both running;
      display: block;
      width: 100%;
      position: absolute;
      left: 0;
      top: 0;
      height: calc(800 / 1920 * 100vw);
      object-fit: cover; }
  .zq_pro h2 {
    text-align: center;
    position: relative;
    padding: calc(110 / 1920 * 100vw) 0 calc(70 / 1920 * 100vw); }
  .zq_pro .check {
    width: 100%;
    text-align: center;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    position: relative; }
    .zq_pro .check .flex {
      justify-content: space-between; }
      .zq_pro .check .flex p {
        transition: all 0.3s linear 0s;
        color: #bbb;
        text-decoration: none;
        position: relative;
        padding: 0 10px calc(10 / 1920 * 100vw);
        cursor: pointer;
        font-size: calc(24 / 1920 * 100vw); }
        .zq_pro .check .flex p:hover {
          color: #fff; }
        .zq_pro .check .flex p::after {
          transition: all 0.3s linear 0s;
          content: '';
          position: absolute;
          width: 0;
          bottom: 0;
          height: 4px;
          background: #fff;
          left: 0; }
        .zq_pro .check .flex p.sel {
          color: #fff; }
          .zq_pro .check .flex p.sel::after {
            width: 100%; }
  .zq_pro ul {
    position: relative;
    margin-top: calc(70 / 1920 * 100vw); }
    .zq_pro ul li p {
      animation: _leftShowCartoon 0.5s linear 0.01s 1 normal both running;
      margin-bottom: calc(30 / 1920 * 100vw); }
    .zq_pro ul li .btn {
      text-align: right; }
      .zq_pro ul li .btn a {
        transition: all 0.3s linear 0s;
        display: inline-block;
        line-height: calc(40 / 1920 * 100vw);
        height: calc(40 / 1920 * 100vw);
        text-align: center;
        width: calc(120 / 1920 * 100vw);
        background: #0089f1;
        border-radius: calc(20 / 1920 * 100vw);
        cursor: pointer; }
        .zq_pro ul li .btn a:hover {
          background: #fd7e06; }

.zq_case {
  margin-left: auto;
  margin-right: auto;
  width: var(--content-width);
  padding: 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .zq_case * {
    padding: 0;
    margin: 0; }
  .zq_case a {
    text-decoration: none;
    color: #333;
    cursor: pointer; }
  .zq_case a {
    transition: all 0.3s linear 0s;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    width: 23.5%;
    height: calc(120 / 1920 * 100vw);
    margin-bottom: calc(30 / 1920 * 100vw);
    overflow: hidden; }
    .zq_case a img {
      transition: all 0.3s linear 0s;
      width: 100%;
      height: 100%;
      display: block;
      object-fit: contain; }
    .zq_case a:hover {
      border-color: #0089f1; }
      .zq_case a:hover img {
        transform: scale(1.1); }

.userguide_top {
  list-style: none;
  padding: 0;
  position: relative;
  width: 100%;
  height: 290px;
  background: url(../images/userGuide.png) no-repeat top center;
  font-size: 18px;
  background-size: cover;
  color: #000;
  text-align: center;
  margin: 0 0 70px; }
  .userguide_top ul, .userguide_top ol, .userguide_top li, .userguide_top dl, .userguide_top dd, .userguide_top dt {
    list-style: none; }
  .userguide_top * {
    padding: 0;
    margin: 0; }
  .userguide_top a {
    text-decoration: none;
    color: #333;
    cursor: pointer; }
  .userguide_top h1 {
    font-size: 30px;
    line-height: 30px;
    padding: 65px 0 30px;
    font-weight: 400; }
  .userguide_top .p1 {
    color: #666; }
  .userguide_top nav {
    width: 100%;
    line-height: 54px;
    height: 56px;
    border-bottom: 2px solid #fd7e06;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #333;
    text-align: center; }
    .userguide_top nav li {
      transition: all 0.3s linear 0s;
      display: inline-block;
      margin: 0 10px;
      cursor: pointer;
      position: relative;
      border: 2px solid transparent;
      border-radius: 8px; }
      .userguide_top nav li:hover {
        color: #fd7e06; }
      .userguide_top nav li p {
        padding: 0 45px; }
      .userguide_top nav li.sel {
        color: #fd7e06;
        border-color: #fd7e06;
        border-bottom-color: #fff; }
        .userguide_top nav li.sel::before {
          content: '';
          width: calc(100% + 10px);
          background: #fff;
          height: 8px;
          position: absolute;
          left: -5px;
          bottom: -2px; }
        .userguide_top nav li.sel p::before {
          content: '';
          position: absolute;
          width: 10px;
          height: 10px;
          border-right: 2px solid #fd7e06;
          border-bottom: 2px solid #fd7e06;
          left: -12px;
          bottom: -2px;
          border-radius: 0 0 8px 0; }
        .userguide_top nav li.sel p::after {
          content: '';
          position: absolute;
          width: 10px;
          height: 10px;
          border-left: 2px solid #fd7e06;
          border-bottom: 2px solid #fd7e06;
          right: -12px;
          bottom: -2px;
          border-radius: 0 0 0 8px; }

.userguide_main {
  padding: 0;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  width: var(--content-width);
  position: relative;
  overflow: hidden;
  font-size: 18px;
  line-height: 25px;
  color: #333;
  z-index: 5; }
  .userguide_main * {
    padding: 0;
    margin: 0; }
  .userguide_main a {
    text-decoration: none;
    color: #333;
    cursor: pointer; }
  .userguide_main ul, .userguide_main ol, .userguide_main li, .userguide_main dl, .userguide_main dd, .userguide_main dt {
    list-style: none; }
  .userguide_main .leftbox {
    width: 275px;
    float: left; }
    .userguide_main .leftbox h2 {
      transition: all 0.3s linear 0s;
      color: #333;
      text-decoration: none;
      font-size: 20px;
      margin-bottom: 35px;
      cursor: pointer; }
      .userguide_main .leftbox h2:hover {
        color: #fd7e06; }
    .userguide_main .leftbox ul {
      padding: 0 0 20px 20px;
      position: relative;
      top: -20px;
      overflow: auto;
      width: 250px;
      max-height: calc(100vh - var(--header-height) - 250px); }
      .userguide_main .leftbox ul li {
        position: relative;
        padding: 0 0 0 25px;
        margin-top: 20px; }
        .userguide_main .leftbox ul li::before {
          content: '';
          position: absolute;
          left: 0;
          top: calc((25px - 11px)/2);
          width: 10px;
          height: 10px;
          background: #fff; }
        .userguide_main .leftbox ul li .tit01, .userguide_main .leftbox ul li .tit02 {
          transition: all 0.3s linear 0s;
          color: #333;
          text-decoration: none;
          cursor: pointer;
          display: block; }
          .userguide_main .leftbox ul li .tit01:hover, .userguide_main .leftbox ul li .tit02:hover {
            color: #fd7e06; }
        .userguide_main .leftbox ul li .tit02 {
          padding-left: 20px;
          font-size: 16px;
          margin-top: 15px; }
        .userguide_main .leftbox ul li .tit03, .userguide_main .leftbox ul li .tit04 {
          transition: all 0.3s linear 0s;
          color: #666;
          text-decoration: none;
          padding-left: 40px;
          font-size: 16px;
          margin-top: 10px;
          cursor: pointer;
          display: block; }
          .userguide_main .leftbox ul li .tit03:hover, .userguide_main .leftbox ul li .tit04:hover {
            color: #fd7e06; }
        .userguide_main .leftbox ul li .tit04 {
          padding-left: 60px;
          font-size: 14px; }
        .userguide_main .leftbox ul li .sel {
          color: #fd7e06; }
        .userguide_main .leftbox ul li.li_sel::before {
          background: #fd7e06; }
        .userguide_main .leftbox ul li.li_sel .tit01 {
          color: #fd7e06; }
  .userguide_main .article {
    width: calc(100% - 300px);
    overflow: hidden;
    font-size: 18px;
    color: #333;
    line-height: 35px;
    float: right; }
    .userguide_main .article a {
      transition: all 0.3s linear 0s;
      color: #333;
      text-decoration: none;
      background: #fcdba6; }
      .userguide_main .article a:hover {
        color: #000; }
      .userguide_main .article a:hover {
        background: #ffb43d; }
      .userguide_main .article a.downbtn {
        background: linear-gradient(to right, #fd7e06, #ffb43d);
        color: #fff;
        line-height: 40px;
        display: block;
        margin: 20px auto;
        border-radius: 5px;
        width: 120px;
        text-align: center;
        font-size: 16px; }
        .userguide_main .article a.downbtn i {
          font-size: 20px;
          margin-right: 5px;
          position: relative;
          top: 2px; }
        .userguide_main .article a.downbtn:hover {
          box-shadow: 1px 1px 5px #999;
          background: #fa5e09; }
    .userguide_main .article h3 {
      font-size: 20px;
      font-weight: bold;
      line-height: 25px;
      padding-bottom: 20px; }
    .userguide_main .article .dian {
      position: relative;
      padding-left: 40px; }
      .userguide_main .article .dian::before {
        content: '';
        width: 6px;
        height: 6px;
        background: #666;
        border-radius: 50%;
        position: absolute;
        left: 17px;
        top: calc((35px - 6px)/2); }
    .userguide_main .article .img01 {
      display: block;
      max-width: 100%;
      margin: 10px 0;
      width: 1000px; }
    .userguide_main .article .img02 {
      display: block;
      max-width: 100%;
      margin: 10px 0;
      width: 500px; }
    .userguide_main .article .ico01 {
      height: 30px; }
  .userguide_main .leftfixed {
    position: fixed;
    left: calc(100% - var(--content-width))/2;
    top: calc(var(--header-height) + 30px); }

.feedbackbox {
  margin: 0 auto;
  width: 600px;
  padding: 50px 0 150px;
  font-size: 18px;
  line-height: 50px; }
  .feedbackbox * {
    padding: 0;
    margin: 0; }
  .feedbackbox .tit {
    font-size: 36px;
    font-weight: 400;
    padding: 0 0 50px;
    text-align: center; }
  .feedbackbox .text {
    width: 100%;
    border: none;
    border-bottom: 2px solid #0089f1;
    line-height: 50px;
    height: 50px;
    font-size: 18px;
    outline: none;
    padding: 0 20px;
    box-sizing: border-box; }
  .feedbackbox .down {
    width: 100%;
    border-bottom: 2px solid #0089f1;
    height: 50px;
    margin: 30px 0 0;
    position: relative;
    z-index: 10;
    cursor: pointer;
    padding: 0 20px;
    box-sizing: border-box; }
    .feedbackbox .down .flex {
      justify-content: space-between; }
    .feedbackbox .down menu {
      position: absolute;
      left: 0;
      top: 50px;
      background: #fff;
      visibility: hidden;
      opacity: 0;
      border: 2px solid #0089f1;
      width: calc(100% - 4px); }
      .feedbackbox .down menu p {
        transition: all 0.3s linear 0s;
        padding: 0 20px; }
        .feedbackbox .down menu p:hover {
          background: #eee; }
    .feedbackbox .down:hover menu {
      visibility: visible;
      opacity: 1; }
  .feedbackbox .textarea {
    width: 100%;
    border: 2px solid #0089f1;
    padding: 20px;
    box-sizing: border-box;
    outline: none;
    height: 200px;
    font-size: 18px;
    line-height: 30px;
    font-family: "微软雅黑";
    margin: 60px 0 0;
    border-radius: 10px;
    resize: none; }
  .feedbackbox .error {
    height: 50px;
    line-height: 50px;
    text-align: left;
    color: #ff6369;
    margin: 30px 0 0; }
  .feedbackbox button {
    transition: all 0.3s linear 0s;
    cursor: pointer;
    background: #0089f1;
    color: #fff;
    border-radius: 10px;
    line-height: 70px;
    height: 70px;
    outline: none;
    width: 100%;
    border: none;
    text-align: center;
    font-size: 20px; }
    .feedbackbox button:hover {
      background: #ff6369; }
  .feedbackbox .yzm {
    display: flex;
    align-items: center;
    margin: 20px 0 0; }
    .feedbackbox .yzm .text {
      width: 200px; }
    .feedbackbox .yzm img {
      display: block;
      height: 48px;
      margin-left: 10px;
      border: 1px solid #ccc; }

.top-go-buy {
  position: relative;
  height: 45px;
  width: 100%; }
  .top-go-buy .img {
    display: block;
    height: 100%;
    width: 100%;
    background: url(../images/buy-ad.png) no-repeat center top;
    background-size: cover; }

.info_banner {
  position: relative;
  width: 100%;
  background: linear-gradient(to right, #b5e2ff, #78aaff, #849eff, #c8c9fd);
  padding: 80px 0 40px;
  text-align: center;
  color: #fff;
  margin: 0 0 100px; }
  .info_banner .img {
    display: block;
    margin: 0 auto;
    max-width: 94%; }
  .info_banner h2 {
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    margin: 0; }
  .info_banner p {
    font-size: 20px;
    line-height: 30px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    max-width: 1000px;
    margin: 0 auto;
    margin: 40px auto;
    padding: 0 3%; }

.info_main {
  margin-left: auto;
  margin-right: auto;
  width: var(--content-width);
  overflow: hidden;
  margin-bottom: 50px; }
  .info_main * {
    margin: 0;
    padding: 0; }
  .info_main .menubox {
    width: 250px;
    float: left;
    border: 1px solid #eee;
    border-radius: 16px;
    overflow: hidden; }
    .info_main .menubox h2 {
      line-height: 70px;
      background: #333;
      color: #fff;
      font-size: 32px;
      font-weight: 400;
      padding-left: 20px; }
    .info_main .menubox p {
      transition: all 0.3s linear 0s;
      line-height: 50px;
      padding-left: 20px;
      font-size: 20px;
      cursor: pointer; }
      .info_main .menubox p:hover {
        background: #d4e9f9;
        color: #0174cc; }
  .info_main .listbox {
    float: right;
    width: calc(100% - 250px - 50px); }
    .info_main .listbox .list {
      position: relative;
      padding: 0 0 0 320px;
      height: 200px;
      margin-bottom: 50px; }
      .info_main .listbox .list .img {
        position: absolute;
        left: 0;
        top: 0;
        width: 280px;
        height: 200px;
        background: url(../images/x-bg.png) no-repeat center center;
        background-size: contain;
        border-radius: 12px;
        overflow: hidden;
        cursor: pointer; }
        .info_main .listbox .list .img p {
          width: 80%;
          margin: 0 auto;
          font-size: 20px;
          text-align: center;
          background: rgba(255, 255, 255, 0.7);
          position: relative;
          top: 60px;
          color: #0174cc;
          box-sizing: border-box;
          padding: 0 5%; }
          .info_main .listbox .list .img p span {
            display: block;
            overflow: hidden;
            white-space: nowrap;
            line-height: 50px;
            height: 50px;
            text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25); }
      .info_main .listbox .list .p1 {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        transition: all 0.3s linear 0s;
        line-height: 50px;
        height: 50px;
        font-size: 20px;
        cursor: pointer;
        position: relative; }
        .info_main .listbox .list .p1::before {
          content: '';
          position: absolute;
          left: 0;
          bottom: 0;
          width: 80px;
          border-bottom: 2px solid #0089f1; }
        .info_main .listbox .list .p1:hover {
          color: #0089f1; }
      .info_main .listbox .list .p2 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        max-height: 60px;
        line-height: 30px;
        color: #666;
        margin: 20px 0 30px; }
      .info_main .listbox .list .p3 {
        overflow: hidden;
        line-height: 40px;
        cursor: pointer; }
        .info_main .listbox .list .p3 i {
          float: left;
          font-size: 36px;
          margin-right: 10px;
          color: #888; }
        .info_main .listbox .list .p3 span {
          transition: all 0.3s linear 0s;
          float: left;
          position: relative;
          opacity: 0;
          left: 50px;
          color: #0089f1; }
        .info_main .listbox .list .p3:hover i {
          color: #0089f1; }
        .info_main .listbox .list .p3:hover span {
          opacity: 1;
          left: 0; }

.articlebox {
  margin-left: auto;
  margin-right: auto;
  width: var(--content-width);
  font-size: 16px; }
  .articlebox .tit {
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    margin: 0;
    padding: 70px 0 50px;
    line-height: 40px; }
  .articlebox .info {
    margin: 0 0 100px; }

@font-face {
  font-family: 'iconfont';
  src: url("../../fonts/iconfont.woff") format("woff"), url("../../fonts/iconfont.ttf") format("truetype"); }
:root {
  --body-fontsize:18px;
  --body-lineheight:30px;
  --header-height:90px;
  --header-out-margin:200px;
  --header-logo-h:50px;
  --header-logo-t:24px;
  --header-ico-t:32px;
  --header-btn-w:110px;
  --header-nav-mr:40px;
  --header-nav-tit:20px;
  --header-nav-list:18px;
  --header-nav-downpadding:8px;
  --login-tit-t:18px;
  --login-box-top:70px;
  --content-width:1320px;
  --content-stext:14px;
  --upload-btn-mga:50px;
  --upload-height:70px;
  --upload-mag-bottom:100px;
  --upload-one-tit:40px;
  --upload-two-tit:20px;
  --upload-three-tit:30px;
  --user-headimg-w:150px;
  --user-infotext-w:470px;
  --user-infotext-pa:70px;
  --user-button-h:50px;
  --user-button-w:150px;
  --user-button-t:20px;
  --user-tip-t:30px;
  --help-tit-lh:40px;
  --bot-kong-h:150px; }

@media (max-width: 1750px) {
  :root {
    --header-out-margin:160px; } }
@media (max-width: 1650px) {
  :root {
    --body-fontsize:16px;
    --body-lineheight:25px;
    --header-out-margin:150px;
    --header-nav-mr:30px;
    --header-nav-tit:18px;
    --header-nav-list:16px;
    --login-box-top:50px;
    --content-width:1100px;
    --user-headimg-w:120px;
    --user-infotext-w:400px;
    --user-infotext-pa:50px;
    --user-tip-t:24px;
    --bot-kong-h:120px; } }
@media (max-width: 1450px) {
  :root {
    --body-fontsize:14px;
    --body-lineheight:20px;
    --header-height:70px;
    --header-out-margin:100px;
    --header-logo-h:40px;
    --header-logo-t:20px;
    --header-ico-t:26px;
    --header-btn-w:90px;
    --header-nav-mr:25px;
    --header-nav-tit:16px;
    --header-nav-list:14px;
    --login-box-top:40px;
    --content-width:1000px;
    --user-headimg-w:100px;
    --user-infotext-w:370px;
    --user-infotext-pa:50px;
    --user-tip-t:20px;
    --bot-kong-h:100px; } }
@media (max-width: 1250px) {
  :root {
    --header-height:60px;
    --header-out-margin:70px;
    --header-logo-h:34px;
    --header-logo-t:16px;
    --header-ico-t:20px;
    --header-btn-w:80px;
    --header-nav-mr:20px;
    --header-nav-tit:14px;
    --header-nav-list:12px;
    --content-width:900px;
    --content-stext:12px;
    --user-infotext-w:350px;
    --user-infotext-pa:40px;
    --user-button-t:16px;
    --bot-kong-h:80px; }

  .usermain {
    margin: 15px 25px 0;
    max-width: 100%; } }
@media (max-width: 1050px) {
  :root {
    --header-out-margin:4vw;
    --content-width:92vw;
    --user-headimg-w:10vw;
    --user-infotext-w:35vw;
    --user-infotext-pa:5vw;
    --bot-kong-h:10vw; }

  .helpbox {
    min-height: 0; }
    .helpbox .leftbox {
      float: none;
      width: 100%;
      display: flex;
      padding: 1vw 0;
      flex-wrap: wrap; }
      .helpbox .leftbox li {
        padding: 0 20px; }
    .helpbox .rightbox {
      float: none;
      width: 100%;
      margin-top: 30px; }

  .home_conver .list {
    height: calc(320 / 1920 * 100vw);
    font-size: calc(40 / 1920 * 100vw); }
    .home_conver .list p {
      margin-top: calc(40 / 1920 * 100vw); }
    .home_conver .list .ico {
      height: calc(100 / 1920 * 100vw); }
    .home_conver .list:first-child {
      font-size: calc(50 / 1920 * 100vw);
      line-height: calc(60 / 1920 * 100vw); }
      .home_conver .list:first-child span {
        font-size: calc(34 / 1920 * 100vw); }

  .home_server .main section {
    padding: 1vw 0 1vw 1vw;
    font-size: 1.3vw;
    line-height: 1.5vw; }
    .home_server .main section h3 {
      margin-bottom: 1.5vw; }
    .home_server .main section p {
      margin-bottom: 0.7vw; }

  .home_choose ul li {
    font-size: 1.3vw;
    line-height: 2vw;
    width: 48%; }
    .home_choose ul li .t1 {
      font-size: 1.7vw;
      line-height: 2vw; }

  .home_say {
    font-size: 1.5vw;
    line-height: 2.5vw; }
    .home_say .tit {
      font-size: 2.5vw;
      left: calc(200 / 1920 * 100vw); }
    .home_say .p1 {
      font-size: 1.5vw;
      left: calc(200 / 1920 * 100vw); }
    .home_say ul {
      left: calc(200 / 1920 * 100vw);
      top: calc(200 / 1920 * 100vw);
      width: calc(1600 / 1920 * 100vw);
      display: flex;
      justify-content: space-between; }
      .home_say ul li:nth-child(n) {
        position: relative;
        left: 0;
        top: 0;
        width: 33.3%;
        height: calc(600 / 1920 * 100vw);
        background: black; }
        .home_say ul li:nth-child(n) .p2 {
          font-size: 2vw; }
        .home_say ul li:nth-child(n) .p3 {
          height: 18vw;
          margin: 2vw 0; }
      .home_say ul li:nth-child(2) {
        background: #880101; }
      .home_say ul li:nth-child(3) {
        background: #0364ad; }

  .product_fast .img {
    width: 40vw;
    height: 27vw;
    object-fit: cover; }
  .product_fast section {
    width: 48vw; }

  .product_edit .bg {
    height: 10vw; }
  .product_edit .main::before {
    height: 10vw; }
  .product_edit .img, .product_edit section {
    width: 46vw; }
  .product_edit menu {
    width: 43vw; }
    .product_edit menu a {
      font-size: 1.4vw;
      line-height: 4vw; }

  .product_free .img, .product_free section {
    width: 45vw; }

  .product_term h2 {
    font-size: 2.5vw; }
  .product_term p {
    font-size: 1.5vw;
    width: 90%;
    margin: 0;
    left: 5%; }

  .product_adv {
    font-size: 1.5vw;
    line-height: 2.5vw; }
    .product_adv .tit p {
      margin: 0 4.5vw; }
    .product_adv ul li section {
      width: 53%; }
      .product_adv ul li section h2 {
        font-size: 2vw; }
      .product_adv ul li section p {
        height: 15vw; }
      .product_adv ul li section a {
        font-size: 2vw; }

  .product_down {
    font-size: 1.5vw;
    line-height: 3vw; }
    .product_down ul li {
      width: 25%; }

  .develop_banner {
    font-size: 1.4vw; }
    .develop_banner .tit {
      top: 3vw; }
    .develop_banner .info {
      top: 8vw; }
      .develop_banner .info p::before {
        top: 0.6vw; }

  .develop_coop {
    font-size: 1.8vw; }

  .develop_adv {
    font-size: 1.4vw;
    line-height: 2vw; }
    .develop_adv .tit {
      line-height: 4vw; }
    .develop_adv .img01, .develop_adv .img02 {
      top: 15vw; }
    .develop_adv .main h3 {
      font-size: 2vw;
      margin-bottom: 1vw; }
    .develop_adv .main .p1 {
      width: 50vw; } }
@media (max-width: 850px) {
  :root {
    --body-fontsize:3.5vw;
    --body-lineheight:5.5vw;
    --header-height:16vw;
    --header-logo-h:8vw;
    --header-logo-t:4.5vw;
    --header-ico-t:6vw;
    --header-btn-w:25vw;
    --header-nav-mr:4vw;
    --header-nav-tit:4.5vw;
    --header-nav-list:4vw;
    --login-tit-t:4vw;
    --login-box-top:8vw;
    --content-stext:3vw;
    --upload-btn-mga:8vw;
    --upload-height:14vw;
    --upload-mag-bottom:20vw;
    --upload-one-tit:7vw;
    --upload-two-tit:4vw;
    --upload-three-tit:4.5vw;
    --user-headimg-w:10vw;
    --user-infotext-w:35vw;
    --user-infotext-pa:5vw;
    --user-button-h:12vw;
    --user-button-w:35vw;
    --user-button-t:4vw;
    --user-tip-t:5vw;
    --help-tit-lh:8vw;
    --bot-kong-h:7vw; }

  .userbox {
    padding: 5vw 0;
    min-height: 80vw; }
    .userbox .info_head {
      float: none;
      display: flex;
      line-height: 10vw;
      align-items: center; }
      .userbox .info_head .img {
        margin: 0 2vw 0 0; }
    .userbox .info_line {
      display: none; }
    .userbox .info_text {
      padding: 0;
      float: none;
      width: 100%; }
      .userbox .info_text .list {
        margin: 3.5vw 0 0; }
    .userbox .info_tip {
      margin-top: 8vw; }
    .userbox .userset .p1 {
      font-size: 8vw;
      margin: 15vw 0 6vw; }
    .userbox .userset .btn {
      margin-top: 15vw; }
    .userbox .editbox .input01 {
      margin-top: 6vw; }
    .userbox .editbox .phone {
      margin-top: 12vw; }
    .userbox .editbox .yzm {
      margin-top: 6vw; }
    .userbox .editbox .tips {
      margin-top: 16vw; }

  .user-tip {
    min-height: 100vw;
    margin-top: 15vw;
    width: 92vw;
    padding: 6vw 4vw; }
    .user-tip .p1 {
      margin: 12vw 0 6vw; }

  .conver-tit {
    padding: 10vw 0 5vw; }

  .conver_tools .botbtnbox {
    display: flex;
    justify-content: space-between; }
    .conver_tools .botbtnbox .btn02 {
      margin: 0; }

  .conver_adv section {
    width: 100%; }

  .conver_step ul li .iconfont {
    display: none; }
  .conver_step ul li .num {
    width: 20vw;
    height: 20vw; }
    .conver_step ul li .num b {
      width: 16vw;
      height: 16vw;
      top: 2vw;
      line-height: 16vw;
      font-size: 10vw; }
  .conver_step ul li .p1 {
    font-size: 3vw; }

  .conver_news .newsbox {
    display: block;
    margin-bottom: 6vw; }
    .conver_news .newsbox li {
      width: 100%; }
      .conver_news .newsbox li img {
        height: 40vw; }
      .conver_news .newsbox li p {
        margin: 3vw 3vw 6vw; }
  .conver_news .adbox .img {
    width: 40%;
    object-fit: cover; }
  .conver_news .adbox .box {
    padding: 0;
    line-height: 5vw; }
    .conver_news .adbox .box h3 {
      font-size: 4vw; }
    .conver_news .adbox .box p {
      margin: 3vw 0 6vw;
      font-size: 3.5vw; }
    .conver_news .adbox .box a {
      padding: 0 3vw;
      line-height: 8vw;
      font-size: 3.5vw; }
      .conver_news .adbox .box a i {
        font-size: 4vw; }

  .helpbox .leftbox {
    padding: 2vw 0; }
    .helpbox .leftbox li {
      padding: 0 3vw; }
  .helpbox .rightbox {
    margin-top: 3vw;
    padding: 3vw; }
    .helpbox .rightbox .tit {
      padding-bottom: 2vw; }
    .helpbox .rightbox article {
      padding: 5vw; }

  .homebanner {
    font-size: 3.5vw;
    line-height: 4.5vw;
    margin: 0 4vw; }
    .homebanner .p1 {
      padding: 4vw 0 1vw; }
      .homebanner .p1 img {
        height: 7vw; }
    .homebanner .p2 {
      margin-bottom: 4vw; }
    .homebanner .p3 {
      text-align: center; }
      .homebanner .p3 img {
        height: auto;
        width: 90%; }
    .homebanner .list {
      position: relative;
      top: 0;
      width: 100%;
      color: #666; }
      .homebanner .list p {
        margin-bottom: 1.5vw; }
        .homebanner .list p img {
          height: 3.5vw;
          margin-right: 1vw; }
        .homebanner .list p span {
          text-shadow: none; }
    .homebanner .btn {
      position: relative;
      top: 0;
      justify-content: space-between;
      margin-top: 3vw; }
      .homebanner .btn a {
        background: #0089f1;
        color: #fff;
        font-size: 3.5vw;
        line-height: 8vw;
        padding: 0 2.5vw; }
        .homebanner .btn a i {
          font-size: 4vw; }

  .home_tit01 {
    padding: 10vw 0 0; }
    .home_tit01 h2 {
      font-size: 4.5vw;
      line-height: 5vw; }
    .home_tit01 p {
      font-size: 3vw;
      margin: 1vw 0 0; }

  .home_converbg {
    padding-bottom: calc(120 / 1920 * 100vw); }

  .home_conver .list {
    font-size: calc(54 / 1920 * 100vw); }
    .home_conver .list p {
      margin-top: calc(30 / 1920 * 100vw); }
    .home_conver .list .ico {
      height: calc(120 / 1920 * 100vw); }
    .home_conver .list:first-child {
      font-size: calc(70 / 1920 * 100vw);
      line-height: calc(70 / 1920 * 100vw); }
      .home_conver .list:first-child .ico {
        margin-right: calc(50 / 1920 * 100vw); }
      .home_conver .list:first-child span {
        font-size: calc(44 / 1920 * 100vw); }

  .home_server {
    margin: 0; }
    .home_server .bg {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .home_server .tit {
      position: relative;
      top: 0;
      margin: 7vw 0 0;
      font-size: 4.5vw;
      line-height: 5vw; }
    .home_server .p1 {
      position: relative;
      top: 0;
      margin: 2vw 0 0;
      font-size: 3.5vw;
      line-height: 4vw; }
    .home_server .main {
      position: relative;
      left: 0;
      margin-top: 5vw; }
      .home_server .main section {
        font-size: 3vw;
        line-height: 4vw;
        width: 100%;
        padding: 4vw; }
        .home_server .main section h3 {
          font-size: 4vw;
          line-height: 5vw;
          margin-bottom: 2vw; }
          .home_server .main section h3 i {
            font-size: 4vw;
            margin-right: 1vw; }
        .home_server .main section .box {
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap; }
          .home_server .main section .box p {
            width: 50%;
            margin: 2vw 0 0; }

  .home_choose {
    padding: 7vw 0; }
    .home_choose .tit {
      font-size: 4.5vw;
      line-height: 5vw; }
    .home_choose .p1 {
      font-size: 3.5vw;
      line-height: 4vw;
      margin: 2vw 0 0; }
    .home_choose ul li {
      width: 100%;
      font-size: 3vw;
      line-height: 4.5vw;
      border-radius: 10px;
      margin: 7vw 0 0;
      padding: 4vw; }
      .home_choose ul li i {
        top: -4vw;
        font-size: 8vw;
        line-height: 8vw;
        padding: 0 3vw; }
      .home_choose ul li .t1 {
        font-size: 4vw;
        line-height: 5vw;
        margin-top: 2vw; }
      .home_choose ul li .t2 {
        margin-top: 2vw;
        opacity: 0.8; }

  .home_say {
    font-size: 3vw;
    line-height: 5vw; }
    .home_say .bg {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      left: 0;
      top: 0; }
    .home_say .colbox, .home_say .imgbox {
      display: none; }
    .home_say .tit {
      position: relative;
      font-size: 4vw;
      line-height: 5vw;
      top: 0;
      margin-top: 7vw;
      left: 4vw; }
    .home_say .p1 {
      position: relative;
      font-size: 3.5vw;
      line-height: 4vw;
      top: 0;
      margin-top: 2vw;
      left: 4vw; }
    .home_say ul {
      position: relative;
      left: 4vw;
      width: 92vw;
      top: 0;
      margin: 4vw 0 7vw;
      flex-wrap: wrap; }
      .home_say ul li:nth-child(n) {
        width: 100%;
        height: auto;
        padding: 4vw; }
        .home_say ul li:nth-child(n) .p2 {
          font-size: 4vw;
          line-height: 5vw; }
        .home_say ul li:nth-child(n) .p3 {
          height: auto; }
        .home_say ul li:nth-child(n) .p4 img {
          width: 6vw;
          height: 6vw; }

  .home_bot {
    margin-top: 9vw;
    font-size: 3vw;
    line-height: 4vw; }
    .home_bot .img01 {
      width: 50%; }
    .home_bot .s01 {
      width: 50%; }
    .home_bot section .box01 {
      font-size: 3.5vw;
      line-height: 6vw; }
      .home_bot section .box01 b {
        width: 6vw;
        height: 6vw;
        font-size: 4vw;
        margin: 0 1vw 0 0; }
    .home_bot section .box02 {
      margin: 2vw 0 4vw;
      min-height: 0; }
    .home_bot section .btn {
      font-size: 4vw;
      line-height: 6vw; }
      .home_bot section .btn i {
        font-size: 5vw; }

  .product_banner .bg {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover; }
  .product_banner section {
    width: 92vw;
    left: 4vw;
    line-height: 5vw;
    position: relative;
    top: 0;
    padding-top: 5vw; }
    .product_banner section h2 {
      font-size: 5vw; }
    .product_banner section p {
      font-size: 3.5vw; }
    .product_banner section .btn {
      margin-bottom: 4vw; }
      .product_banner section .btn a {
        width: 24vw;
        line-height: 7vw;
        height: 7vw;
        border-radius: 4vw;
        font-size: 3.5vw; }
  .product_banner .img {
    position: relative;
    left: 5vw;
    width: 90vw;
    box-sizing: border-box;
    padding: 3vw 3vw 0; }
    .product_banner .img img {
      width: 100%; }

  .product_ver {
    line-height: 16vw;
    height: 16vw;
    font-size: 5vw; }
    .product_ver a i {
      font-size: 5vw; }

  .product_fast {
    font-size: 3vw;
    line-height: 4vw;
    height: 50vw;
    margin-bottom: 10vw; }
    .product_fast .img {
      width: 30vw;
      height: 50vw;
      object-fit: cover; }
    .product_fast section {
      width: 58vw; }
      .product_fast section h2 {
        font-size: 4.5vw;
        line-height: 6vw;
        width: 100%;
        height: 6vw; }
        .product_fast section h2 span {
          top: 3vw; }
      .product_fast section p {
        margin: 7vw 0 5vw; }
      .product_fast section a {
        font-size: 3.5vw; }
        .product_fast section a i {
          font-size: 4.5vw; }

  .product_edit {
    height: auto; }
    .product_edit .bg {
      display: none; }
    .product_edit .main {
      height: auto; }
      .product_edit .main::before {
        display: none; }
    .product_edit .img {
      position: relative;
      right: 0;
      display: block;
      width: 90vw;
      margin: 0 auto; }
    .product_edit section {
      width: 100%; }
      .product_edit section h2 {
        font-size: 4.5vw;
        line-height: 10vw;
        padding: 0 3vw; }
      .product_edit section p {
        font-size: 3.5vw;
        line-height: 4.5vw; }
      .product_edit section .btn {
        font-size: 4vw;
        line-height: 6vw; }
        .product_edit section .btn i {
          font-size: 4vw; }
    .product_edit menu {
      position: relative;
      width: 100%;
      background: #0089f1;
      margin-top: 3vw;
      box-sizing: border-box;
      padding: 2vw 0 0 4vw; }
      .product_edit menu a {
        line-height: 8vw;
        font-size: 3.5vw;
        margin: 0 7vw 2vw 0; }

  .product_free .img {
    width: 42vw; }
  .product_free section {
    font-size: 3vw;
    line-height: 4vw;
    width: 48vw; }
    .product_free section h2 {
      font-size: 4vw; }
      .product_free section h2 span {
        font-size: 5vw; }
    .product_free section .btn a {
      font-size: 3.5vw; }
      .product_free section .btn a i {
        font-size: 3.5vw; }

  .product_term .bg {
    height: 72vw;
    object-fit: cover; }
  .product_term h2 {
    font-size: 4.5vw;
    top: 7vw; }
  .product_term p {
    font-size: 3vw;
    top: 13vw;
    line-height: 5vw; }
  .product_term .img01 {
    left: 10%;
    width: auto;
    height: 32vw; }
  .product_term .img02 {
    right: 10%;
    width: auto;
    height: 32vw; }

  .product_adv {
    font-size: 3vw;
    line-height: 4.5vw; }
    .product_adv .bg {
      height: 76vw;
      object-fit: cover; }
    .product_adv .tit {
      top: 2vw;
      line-height: 9vw; }
      .product_adv .tit p {
        margin: 0 2vw; }
    .product_adv ul {
      top: 17vw; }
      .product_adv ul li img {
        margin-left: 5%;
        width: 43%;
        object-fit: contain; }
      .product_adv ul li section {
        width: 50%; }
        .product_adv ul li section h2 {
          font-size: 4vw;
          padding-left: 5vw; }
          .product_adv ul li section h2::before {
            width: 4vw;
            top: 1.6vw; }
        .product_adv ul li section p {
          height: auto;
          margin-bottom: 2.5vw; }
        .product_adv ul li section a {
          font-size: 3.5vw; }

  .product_ocr {
    font-size: 3vw;
    line-height: 4.5vw; }
    .product_ocr .bg {
      height: 60vw;
      object-fit: cover; }
    .product_ocr .info section {
      width: 58vw; }
      .product_ocr .info section h2 {
        font-size: 4vw;
        line-height: 5vw; }
        .product_ocr .info section h2 b {
          top: 0;
          font-size: 5vw; }
      .product_ocr .info section .p1 {
        font-size: 3vw;
        margin: 2vw 0; }
      .product_ocr .info section a {
        margin-top: 4vw;
        width: 20vw;
        font-size: 3vw;
        line-height: 7vw;
        height: 7vw;
        border-radius: 4vw; }

  .product_down {
    font-size: 3vw;
    line-height: 4vw; }
    .product_down .bg {
      height: 45vw;
      object-fit: cover; }
    .product_down ul li {
      width: 29%;
      margin: 0 1.5%;
      border-radius: 4vw; }
      .product_down ul li::after {
        height: 1.2vw; }
      .product_down ul li span.ico, .product_down ul li .ico {
        width: 10vw;
        line-height: 10vw;
        height: 10vw;
        font-size: 5vw; }
      .product_down ul li .p1 {
        font-size: 4vw;
        margin: 2vw 0; }
      .product_down ul li .p2 {
        margin: 4vw 0 3vw; }
        .product_down ul li .p2 a i {
          font-size: 3vw; }

  .develop_banner {
    font-size: 3vw;
    height: 60vw;
    line-height: 4vw; }
    .develop_banner .bg {
      height: 100%;
      object-fit: cover; }
    .develop_banner .tit {
      top: 5vw;
      font-size: 4.5vw;
      left: 4vw; }
    .develop_banner .info {
      top: 12vw;
      left: 4vw;
      width: 92%; }
      .develop_banner .info p::before {
        top: 1.2vw; }
    .develop_banner .swiperbox .swiper-slide {
      font-size: 3vw; }
      .develop_banner .swiperbox .swiper-slide .mainbox {
        margin: 0 4vw; }
        .develop_banner .swiperbox .swiper-slide .mainbox section {
          bottom: 3vw; }

  .develop_seek .main {
    padding: 3vw 0;
    font-size: 3.5vw;
    line-height: 8vw; }
  .develop_seek .sys .flex i {
    width: 8vw;
    height: 8vw;
    line-height: 8vw;
    font-size: 4vw;
    margin-right: 1vw; }

  .develop_coop {
    font-size: 4vw;
    line-height: 7vw; }
    .develop_coop .bg {
      height: 60vw;
      object-fit: cover; }
    .develop_coop .main {
      top: 5vw;
      flex-wrap: wrap;
      justify-content: space-between; }
      .develop_coop .main p {
        width: 50%;
        height: 7vw;
        margin-bottom: 2vw; }
    .develop_coop .img {
      width: 50vw;
      margin-left: -25vw; }

  .develop_adv {
    font-size: 3vw;
    line-height: 4vw; }
    .develop_adv .tit {
      font-size: 4.5vw;
      line-height: 6vw; }
    .develop_adv .btn {
      position: relative;
      width: 100%;
      justify-content: center;
      margin: 0 0 5vw; }
      .develop_adv .btn .sys {
        margin: 0 5vw; } }

/*# sourceMappingURL=style.css.map */
