
.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[v-cloak] {
  display: none;
}

body,
html {
  font-family: "ali", sans-serif !important;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

p,
span {
  margin: 0;
  padding: 0;
}

input,
button {
  box-sizing: border-box;
  border: 0px;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

@media screen and (max-width: 1080px) {
  .container {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    background: #f6f7fa;
  }
  .header {
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: #fff;
  }
  .header.active {
    background: #fff;
  }
  .header .view {
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 0 0 20px;
  }
  .header .view .logo {
    height: 20px;
    object-fit: cover;
  }
  .header .view .menu {
    width: auto;
    height: 100%;
    display: flex;
  }
  .header .view .menu .nav {
    display: none;
  }
  .header .view .menu button {
    width: 70px;
    height: 100%;
    text-align: center;
    line-height: 45px;
    font-family: "ali-500";
    background: linear-gradient(90deg, #3426df 0%, #3e71f5 100%);
    color: #ffffff;
    font-size: 12px;
    cursor: pointer;
  }
  .header .view .menu .wap_menu {
    width: 45px;
    height: 100%;
    text-align: center;
    line-height: 45px;
    position: relative;
  }
  .header .view .menu .wap_menu > i {
    font-size: 14px;
    font-family: "ali-500";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .header .view .menu .wap_menu:hover > i {
    color: #2538f8;
  }
  .header .view .menu .wap_menu:hover .m_view {
    display: block;
  }
  .header .view .menu .wap_menu .m_view {
    display: none;
    position: absolute;
    top: 45px;
    right: 0;
    width: 115px;
    height: auto;
    background: #fff;
  }
  .header .view .menu .wap_menu .m_view .item {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    padding: 0 15px 0 40px;
    font-size: 14px;
    color: #273266;
    position: relative;
  }
  .header .view .menu .wap_menu .m_view .item > i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
  }
  .header .view .menu .wap_menu .m_view .item:hover {
    background: #f2f3ff;
    color: #4856e9;
  }
  .header .view .menu .wap_menu .m_view .item:hover .two {
    display: block;
  }
  .header .view .menu .wap_menu .m_view .item .two {
    display: none;
    position: absolute;
    top: 0;
    right: 114px;
    width: 100%;
    height: auto;
    background: #fff;
    box-shadow: 5px 5px 5px -3px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding-top: 10px;
  }
  .header .view .menu .wap_menu .m_view .item .two a {
    display: block;
    width: 100%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    color: #273266;
  }
  .footer {
    width: 100%;
    height: auto;
  }
  .footer .tp {
    display: none;
  }
  .footer .bd {
    width: 100%;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #242424;
    font-size: 12px;
    color: #fff;
  }
  .footer .bd a {
    color: #fff;
  }
  .tc {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 45px;
    z-index: 101;
    background: rgba(0, 0, 0, 0.5);
  }
  .tc .view {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    animation: Move 1s;
    animation-fill-mode: forwards;
    transition: top 200ms ease-out;
  }
  @keyframes Move {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .tc .view .left {
    width: 100%;
    height: 190px;
    background: url(../image/banner-wap.png) no-repeat center center;
    background-size: cover;
  }
  .tc .view .right {
    background: rgba(39, 50, 102, 0.95);
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 20px 50px 90px 50px;
  }
  .tc .view .right .t1 {
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
    font-family: "ali-500";
  }
  .tc .view .right .item {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
  }
  .tc .view .right .item .label {
    display: block;
    width: 70px;
    font-size: 14px;
    color: #fff;
  }
  .tc .view .right .item > input {
    width: calc(100% - 70px);
    height: 30px;
    line-height: 30px;
    background: #fff;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 12px;
  }
  .tc .view .right .item > input::placeholder {
    font-size: 12px;
  }
  .tc .view .right .item .ipt {
    width: calc(100% - 70px);
    height: 30px;
    box-sizing: border-box;
    padding: 0 10px;
    position: relative;
    cursor: pointer;
    background: #fff;
  }
  .tc .view .right .item .ipt input {
    width: 100%;
    height: 30px;
    margin-right: 20px;
    line-height: 30px;
    cursor: pointer;
    font-size: 12px;
  }
  .tc .view .right .item .ipt input::placeholder {
    font-size: 12px;
  }
  .tc .view .right .item .ipt .checkItem {
    width: 20px;
    height: 20px;
    margin-right: 15px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #000;
  }
  .tc .view .right .item .ipt .iconfont {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 35px;
    background: linear-gradient(90deg, #3426df 0%, #3e71f5 100%);
    font-size: 12px;
    text-align: center;
    line-height: 30px;
    color: #fff;
  }
  .tc .view .right .item .ipt .select {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    height: 140px;
    overflow: auto;
    box-shadow: 10px 10px 15px 0 rgba(178, 178, 178, 0.1);
    background: #fff;
    z-index: 1;
  }
  .tc .view .right .item .ipt .select > div {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    padding-left: 15px;
    color: #333333;
    font-size: 15px;
  }
  .tc .view .right .item .ipt .select > div:hover {
    color: #4856e9;
  }
  .tc .view .right .item .ipt .select > div.active {
    color: #fff;
    background: linear-gradient(90deg, #4856e9 0.03%, #2538f8 17.03%, #3849f0 44.02%, #4453eb 72.01%, #4856e9 100%);
  }
  .tc .view .right .item .ipt .titleAct {
    background: #4856e9;
  }
  .tc .view .right > button {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    color: #fff;
    font-size: 20px;
    font-family: "ali-500";
    background: linear-gradient(90deg, #3426df 0%, #3e71f5 100%);
    box-shadow: 17px 17px 8px 0 rgba(19, 29, 126, 0.25);
  }
  .tc .view .right .flex {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  .tc .view .right .flex > img {
    display: block;
    background: #fff;
    width: 35px;
    height: 35px;
    box-sizing: border-box;
    padding: 5px 5px;
  }
  .tc .view .right .flex > img:nth-child(7) {
    background: none;
  }
  .tc .view .right .flex:hover .list {
    display: block;
  }
  .tc .view .right .flex .list {
    display: none;
    position: absolute;
    top: 35px;
    width: 100%;
    height: 140px;
    background: url(../image/label.png) no-repeat center center;
    background-size: cover;
    box-sizing: border-box;
    padding: 40px 20px 20px 20px;
  }
  .tc .view .right .flex .list > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .tc .view .right .flex .list > div:last-child {
    margin-top: 15px;
  }
  .tc .view .right .flex .list > div > img {
    width: 32px;
    height: 32px;
  }
  .tc .view .close {
    width: 25px;
    height: 25px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
    cursor: pointer;
  }
  .contact {
    display: none;
  }
}

@media screen and (min-width: 1080px) {
  .container {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    background: #f5f5f5;
    position: relative;
  }
  .header {
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: #fff;
  }
  .header.active {
    background: #fff;
  }
  .header .view {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 185px;
  }
  .header .view .logo {
    height: 55px;
    object-fit: cover;
  }
  .header .view .menu {
    width: auto;
    height: 100%;
    display: flex;
  }
  .header .view .menu .free {
    position: absolute;
    top: 10px;
    right: 0;
    width: 68px;
    height: 24px;
  }
  .header .view .menu .free img {
    width: 68px;
    height: 24px;
  }
  .header .view .menu .nav {
    display: block;
    width: 160px;
    height: auto;
    font-size: 20px;
    line-height: 20px;
    color: #273266;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    padding-top: 30px;
    text-align: center;
  }
  .header .view .menu .nav i {
    margin-left: 15px;
    display: inline-block;
  }
  .header .view .menu .nav::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    display: block;
    width: 100%;
    height: 8px;
  }
  .header .view .menu .nav .select {
    position: absolute;
    left: 0;
    top: 79px;
    width: 160px;
    height: 0;
    background: #fff;
    z-index: 99;
    overflow: hidden;
  }
  .header .view .menu .nav .select > a {
    display: block;
    width: 100%;
    height: calc(100% / 5);
    text-align: center;
    line-height: 60px;
    color: #4856e9;
    font-size: 20px;
  }
  .header .view .menu .nav .select > a:hover {
    background: #4856e9;
    color: #fff;
    font-family: "ali-500" !important;
  }
  .header .view .menu .nav:hover {
    background: #fff;
    color: #4856e9;
    font-family: "ali-500";
  }
  .header .view .menu .nav:hover.active::after {
    background: linear-gradient(308.74deg, #4856e9 14.14%, #2538f8 26.3%, #3849f0 45.61%, #4453eb 65.63%, #4856e9 85.66%);
  }
  .header .view .menu .nav:hover i {
    transition: all 0.5s ease;
    transform: rotate(-180deg);
  }
  .header .view .menu .nav:hover .select {
    transition: all 0.5s ease;
    height: auto;
  }
  .header .view .menu .nav:hover .select a {
    font-family: "ali";
  }
  .header .view .menu .navBox {
    color: #4856e9;
  }
  .header .view .menu button {
    margin-top: 18px;
    width: 125px;
    height: 45px;
    border-radius: 6px;
    text-align: center;
    line-height: 45px;
    font-family: "ali-500";
    background: linear-gradient(90deg, #4856e9 0.03%, #2538f8 17.03%, #3849f0 44.02%, #4453eb 72.01%, #4856e9 100%);
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
  }
  .header .view .wap_menu {
    display: none;
  }
  .footer {
    width: 100%;
    height: auto;
  }
  .footer .tp {
    width: 100%;
    height: 430px;
    background: #4655e5;
  }
  .footer .tp .view {
    width: 1260px;
    height: 100%;
    margin: 0 auto;
    display: flex;
  }
  .footer .tp .view .logo {
    width: 457px;
    height: 100%;
    box-sizing: border-box;
    padding-top: 100px;
  }
  .footer .tp .view .logo > img {
    display: block;
    width: 240px;
    height: 75px;
    background: #fff;
    box-sizing: border-box;
    padding: 10px 10px;
    object-fit: contain;
    text-align: center;
    line-height: 75px;
  }
  .footer .tp .view .logo > p {
    font-size: 20px;
    color: #fff;
    margin-top: 20px;
  }
  .footer .tp .view .menu {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: end;
    box-sizing: border-box;
    padding-right: 20px;
    padding-top: 85px;
  }
  .footer .tp .view .menu > div {
    width: calc((100% - 285px) / 4);
    height: auto;
    margin-right: 70px;
  }
  .footer .tp .view .menu > div > p {
    display: block;
    width: 100px;
    box-sizing: border-box;
    padding-bottom: 10px;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
  }
  .footer .tp .view .menu > div > a {
    display: block;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    margin-bottom: 12px;
  }
  .footer .tp .view .menu > div > a:last-child {
    margin-bottom: 0;
  }
  .footer .tiktok {
    background: #16077c;
  }
  .footer .bd {
    width: 100%;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #242424;
    font-size: 16px;
    color: #fff;
  }
  .footer .bd a {
    color: #fff;
  }
  .tc {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 101;
    background: rgba(0, 0, 0, 0.5);
  }
  .tc .view {
    position: absolute;
    left: 50%;
    top: 0;
    width: 1220px;
    height: 685px;
    display: flex;
    animation: Move 1s;
    animation-fill-mode: forwards;
    transition: top 200ms ease-out;
  }
  @keyframes Move {
    from {
      opacity: 0;
      transform: translate(-50%, 0);
    }
    to {
      opacity: 1;
      transform: translate(-50%, 50px);
    }
  }
  .tc .view .left {
    width: 570px;
    height: 100%;
    background: url(../image/banner.png) no-repeat center center;
    background-size: cover;
  }
  .tc .view .right {
    background: #fff;
    width: 650px;
    height: 100%;
    box-sizing: border-box;
    padding: 60px 120px 45px 120px;
  }
  .tc .view .right .t1 {
    font-size: 24px;
    line-height: 24px;
    font-family: "ali-500";
    background: linear-gradient(90deg, #3426df 0%, #3e71f5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px;
  }
  .tc .view .right .item .label {
    font-size: 16px;
    color: #273266;
    font-family: "ali-500";
    margin-top: 25px;
  }
  .tc .view .right .item > input {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-radius: 2px;
    border: 2px solid #4856e9;
    box-sizing: border-box;
    padding: 0 20px;
    margin-top: 5px;
    font-size: 20px;
  }
  .tc .view .right .item > input::placeholder {
    font-size: 12px;
  }
  .tc .view .right .item .ipt {
    width: 100%;
    height: 45px;
    border-radius: 2px;
    border: 2px solid #4856e9;
    box-sizing: border-box;
    padding: 0 20px;
    margin-top: 5px;
    position: relative;
    cursor: pointer;
  }
  .tc .view .right .item .ipt input {
    width: 100%;
    height: 45px;
    margin-right: 20px;
    line-height: 45px;
    cursor: pointer;
    font-size: 20px;
  }
  .tc .view .right .item .ipt input::placeholder {
    font-size: 12px;
  }
  .tc .view .right .item .ipt .checkItem {
    width: 20px;
    height: 20px;
    margin-right: 20px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #000;
  }
  .tc .view .right .item .ipt .iconfont {
    position: absolute;
    top: -2px;
    right: -2px;
    display: block;
    width: 50px;
    background: linear-gradient(90deg, #3426df 0%, #3e71f5 100%);
    font-size: 30px;
    text-align: center;
    line-height: 45px;
    color: #fff;
  }
  .tc .view .right .item .ipt .select {
    position: absolute;
    top: 45px;
    left: 0;
    width: 355px;
    height: 300px;
    overflow: auto;
    box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    z-index: 1;
  }
  .tc .view .right .item .ipt .select > div {
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    padding-left: 20px;
    color: #333333;
    font-size: 24px;
  }
  .tc .view .right .item .ipt .select > div:hover {
    color: #4856e9;
  }
  .tc .view .right .item .ipt .select > div.active {
    color: #fff;
    background: linear-gradient(90deg, #4856e9 0.03%, #2538f8 17.03%, #3849f0 44.02%, #4453eb 72.01%, #4856e9 100%);
  }
  .tc .view .right .item .ipt .titleAct {
    background: #4856e9;
  }
  .tc .view .right > button {
    width: 180px;
    height: 60px;
    color: #fff;
    font-size: 20px;
    font-family: "ali-500";
    background: linear-gradient(90deg, #3426df 0%, #3e71f5 100%);
    margin: 0 auto;
    margin-top: 40px;
    box-shadow: 17px 17px 8px 0 rgba(19, 29, 126, 0.25);
  }
  .tc .view .right .flex {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 100px;
    position: relative;
  }
  .tc .view .right .flex > img {
    width: 30px;
    height: 30px;
  }
  .tc .view .right .flex:hover .list {
    display: block;
  }
  .tc .view .right .flex .list {
    display: none;
    position: absolute;
    top: 120px;
    width: 400px;
    height: 140px;
    background: url(../image/label.png) no-repeat center center;
    background-size: cover;
    box-sizing: border-box;
    padding: 40px 20px 20px 20px;
  }
  .tc .view .right .flex .list > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .tc .view .right .flex .list > div:last-child {
    margin-top: 15px;
  }
  .tc .view .right .flex .list > div > img {
    width: 32px;
    height: 32px;
  }
  .tc .view .close {
    width: 55px;
    height: 55px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -100px;
    cursor: pointer;
  }
  .contact {
    position: fixed;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    z-index: 99;
  }
  .contact .tel {
    margin: 0 auto;
    width: 130px;
    background: #fff;
    box-shadow: 0 1px 15px 0 rgba(192, 192, 192, 0.5);
    border-radius: 8px;
    padding: 26px 16px;
    text-align: center;
  }
  .contact .tel .top {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
  }
  .contact .tel .top img {
    width: 26px;
    margin-right: 12px;
  }
  .contact .tel .top span {
    font-size: 14px;
    font-family: "ali-500";
    color: #080808;
    line-height: 19px;
  }
  .contact .tel .bottom {
    background: #525fea;
    border-radius: 4px;
    font-size: 14px;
    font-family: "ali-500";
    color: #fff;
    line-height: 19px;
    padding: 5px 10px;
  }
  .contact .code {
    margin-top: 20px;
    padding: 15px;
    background: #fff;
    box-shadow: 0 1px 15px 0 rgba(192, 192, 192, 0.5);
    border-radius: 8px;
  }
  .contact .code .title {
    color: #121b4f;
    font-size: 16px;
    font-family: "ali-500";
    margin-bottom: 10px;
  }
  .contact .code img {
    width: 170px;
  }
}
