﻿html,
body {
  width: 100%;
  color: #000;
}

.font-lightred {
  color: #ff0000;
}

.font-green {
  color: #27b972;
}

.font-grey {
  color: #666;
}

.font-zongse {
  color: #bbb;
}

.font-blue {
  color: #66A8FF
}

.font-orange {
  color: #27B972;
}

.font-red {
  color: #FF666E;
}

.font-orange {
  color: #FC874C;
}

.text-left {
  text-align: left;
}

.header {
  width: 100%;
  min-height: 60px;
  background: #fff;
}

img.qidian_wpa_img {
  bottom: 310px !important;
}

.side-tool {
  position: fixed;
  cursor: pointer;
  right: 28px;
  bottom: 100px;
  width: 70px;
  height: 210px;
  z-index: 200;
}

.side-tool .tool {
  border-top: 1px solid #2E7DE6;
  height: 70px;
  background: #338bff;
  position: relative;
}

.side-tool .tool .scan-code {
  position: absolute;
  width: 164px;
  height: 160px;
  right: 60px;
  bottom: -6px;
  background: url(https://www.sellers-matrix.com/static/images/bg-qrcode.png) no-repeat center center;
  padding: 14px 20px;
  opacity: 0;
  cursor: default;
}

.side-tool .tool .phone-number {
  position: absolute;
  width: 164px;
  height: 66px;
  right: 60px;
  top: 5px;
  background: url(../images/bg-phone.png) no-repeat center center;
  padding: 14px 20px;
  opacity: 0;
  cursor: default;
}

.side-tool .tool .phone-number .phone-label {
  font-size: 14px;
  line-height: 12px;
  color: #888;
  margin-bottom: 8px;
}

.side-tool .tool .phone-number .value {
  font-size: 16px;
  color: #000;
  line-height: 14px;
}

.side-tool .tool>img:hover {
  background: #5CA2FF;
}

.back-top {
  position: fixed;
  bottom: 30px;
  right: 15px;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.back-top img {
  width: 20px;
  height: 20px;
  margin-top: 11px;
}

.dl-menu {
  position: fixed;
  right: 8px;
  top: 8px;
  background: transparent;
  z-index: 1400;
}

.dl-menu a {
  display: inline-block;
  padding: 8px 27px 8px 15px;
  font-size: 14px;
  line-height: 14px;
  width: 15px;
  color: #fff;
  background: #338bff;
  border: 1px solid #338bff;
}

.dl-menu a img {
  width: 14px;
  height: 14px;
}

.dl-nav {
  position: fixed;
  right: -150px;
  top: 0;
  width: 150px;
  height: 100%;
  z-index: 1400;
  text-align: center;
  background: #338bff;
  opacity: 0.95;
  transition: transform .2s ease-in-out;
}

.dl-nav .close-btn {
  display: none;
  z-index: 1400;
  position: absolute;
  right: 158px;
  top: 8px;
  background: transparent;
}

.dl-nav .close-btn a {
  display: inline-block;
  padding: 8px 27px 8px 12px;
  font-size: 14px;
  line-height: 14px;
  width: 15px;
  color: #fff;
  background: #338bff;
  border: 1px solid #338bff;
}

.dl-nav .close-btn a img {
  width: 16px;
  height: 16px;
}

.dl-nav li {
  width: 100%;
}

.dl-nav li a {
  color: #fff;
  display: block;
  padding: 10px 0;
  font-size: 16px;
}

.header .row {
  max-width: 1440px;
  margin: 0 auto;
}

.header .row .logo-box {
  height: 60px;
  background: url(../images/logo.png) no-repeat center center;
}

.header .row .logo-box a {
  width: 100%;
  display: block;
  height: 100%;
}

.header .row .menu-box {
  text-align: right;
}

.header .row .menu-box ul {
  width: 100%;
  height: 100%;
  padding: 10px 22px;
  box-sizing: border-box;
  font-size: 0;
}

.header .row .menu-box ul li {
  display: inline-block;
  margin: 0 20px;
  position: relative;
}

.header .row .menu-box ul li a {
  color: #333;
  font-size: 16px;
  line-height: 40px;
  display: inline-block;
  transition: color 0.2s ease
}

.header .row .menu-box ul li.active a {
  color: #338BFF;
  font-weight: bold;
}

.header .row .menu-box ul li .underline {
  position: absolute;
  display: block;
  overflow: hidden;
  bottom: -5px;
  width: 0;
  height: 1px;
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  background-color: #338bff;
  left: 50%;
}

.header .row .menu-box ul li:hover .underline {
  width: 100%;
  opacity: 1;
  left: 0;
}

.header .row .menu-box ul li.active .underline {
  width: 100%;
  opacity: 1;
  left: 0;
}

.header .row .menu-box ul li a:hover {
  color: #338BFF;
}

.header .row .ope-box {
  padding: 10px 0;
  text-align: center;
}

.header .row .ope-box a {
  font-size: 14px;
  display: inline-block;
  line-height: 24px;
  padding: 8px 12px;
}

.header .row .ope-box .login {
  padding-right: 20px;
  color: #338bff;
  border-width: 2px;
  border-color: transparent;
  background-color: transparent;
}

.header .row .ope-box .reserve {
  background-color: rgb(51, 139, 255);
  color: #fff;
  border-width: 1px;
  border-color: transparent;
  transition: all .2s ease-in-out;
}

.header .row .ope-box .reserve:hover {
  background-color: rgb(92, 162, 255);
}

.container {
  width: 100%;
}

.container .banner {
  height: 480px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background: url(../images/background.png);
}

.container .banner .wrapper {
  width: 70%;
  max-width: 1160px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.container .banner .wrapper .title {
  position: absolute;
  top: 20%;
  font-size: 1.6rem;
  color: #fff;
}

.container .banner .wrapper .sub-title {
  position: absolute;
  top: 35%;
  font-size: 0.8rem;
  color: #fff;
}

.container .banner .wrapper .btn-group {
  position: absolute;
  top: 60%;
  width: 100%;
  text-align: center;
  font-size: 16px;
}

.container .banner .wrapper .btn-group .register {
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  border-radius: 2px;
  background: #338BFF;
  transition: all .2s ease-in-out;
}

.container .banner .wrapper .btn-group .register:hover {
  background-color: rgb(92, 162, 255)
}

.container .banner .wrapper .btn-group .demo {
  display: inline-block;
  /* background: rgba(51, 139, 255, 0.1); */
  border: 1px solid #338BFF;
  padding: 10px 20px;
  border-radius: 2px;
  color: #338BFF;
  transition: all .2s ease-in-out;
}

.container .banner .wrapper .btn-group .demo:hover {
  background: rgb(18, 41, 82);
}

.container .product {
  margin: 0 auto;
  text-align: center;
  max-width: 1344px;
}

.container .product li {
  padding: 0;
  height: 180px;
}

.container .product li img {
  width: 100px;
  animation: appear 1s 1 ease;
  transform: scale(1);
  opacity: 1;
}

@keyframes appear {
  0% {
    transform: scale(.7);
    opacity: .1
  }

  100% {
    transform: scale(1);
    opacity: 1
  }
}

.container .product li .title {
  font-size: 0.64rem;
  line-height: 24px;
  font-weight: bold;
  display: inline-block;
  width: 100%;
}

.container .product li .des {
  font-size: 0.56rem;
  display: inline-block;
  color: #666;
  width: 100%;
}

.container .product-detail {
  max-width: 1280px;
  padding: 2.4rem 0;
  margin: 0 auto;
  overflow: hidden;
}

.container .detail:nth-child(2n) {
  background: #fafbfc;
}

.container .product-detail .content .title {
  margin-top: 1rem;
  font-size: 1.2rem;
}

.container .product-detail .content .sub-title {
  font-size: 0.64rem;
  line-height: 1.12rem;
  margin-bottom: 1rem;
}

.container .product-detail .content .des {
  color: #666;
  font-size: 0.64rem;
  line-height: 1.5rem;
}

.container .product-detail .content .split {
  margin: 1.2rem 0 1.6rem;
  background-color: #338BFF;
  border-radius: 1px;
  width: 20px;
  height: 2px;
  display: inline-block;
}

.container .product-detail .content .try-btn {
  color: #338bff;
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 0.4rem;
  display: inline-block;
  border: 1px solid #338bff;
}

.container .product-detail .picture img {
  vertical-align: middle;
  max-width: 100%;
  width: auto;
}

.container .try-btn {
  transition: all .2s ease-in-out;
}

.container .try-btn:hover {
  background-color: rgb(234, 243, 255);
}

.container .advance {
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
  padding: 3.16rem 0 0;
}

.container .title {
  font-size: 1.2rem;
  color: #333;
  margin-bottom: 0.5rem;
  position: relative;
}

.container .advance .sub-title {
  color: #666;
  font-size: 0.56rem;
  line-height: 1.5rem;
}

.container .advance li {
  padding: 0;
  height: 220px;
}

.container .advance li img {
  width: 100px;
}

.container .advance li .title {
  font-size: 0.64rem;
  line-height: 24px;
  font-weight: bold;
  display: inline-block;
  width: 100%;
}

.container .advance li .des {
  font-size: 0.56rem;
  display: inline-block;
  color: #666;
  width: 100%;
  max-width: 170px;
  text-align: left;
}

.container .advance li:nth-child(2n) .des {
  max-width: 240px;
}

.container .advance .try-btn {
  display: inline-block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #338Bff;
  border-radius: 2px;
  margin: 1rem 0;
}

.container .advance .try-btn:hover {
  background-color: rgb(92, 162, 255);
}

.container .price-background {
  background: #fafbfc;
  padding-top: 14px;
}

.container .price {
  max-width: 1440px;
  margin: 0 auto;
  text-align: center;
  padding: 1.24rem 0.6rem;
  color: #333;
}

.container .price .large-ul {
  display: inline-block;
  box-shadow: 0px 4px 10px 0px rgba(0, 110, 255, 0.1);
  background: #fff;
  margin-top: 0.5rem;
}

.container .price .large-ul li {
  padding: 0;
  width: 9.6rem;
  height: 614px;
  display: inline-block;
  vertical-align: top;
  border-color: #A0C9FF;
  /* transition: all 0.5s ease 0s; */
}

.container .price .large-ul>li:first-of-type {
  border-right: 1px solid #f1f1f1;
}

.container .price .large-ul>li:not(:first-of-type):hover {
  border: 1px solid #A0C9FF;
  box-shadow: 0px 2px 20px 0px rgba(0, 110, 255, 0.1);
  /* transition: all 0.5s ease 0s; */
}

.container .price li .li-header {
  padding: 24px 0.8rem;
  height: 130px;
  position: relative;
}

.container .price li .li-header.pic-money {
  background: url(../images/pic-money.png)
}

.container .price li .li-header .title {
  font-size: 0.64rem;
  line-height: 0.64rem;
  margin-bottom: 20px;
  color: #333;
}

.container .price li .li-header .des {
  color: #888;
  font-size: 0.48rem;
}

.container .price li .li-header .des .one-line {
  width: 20px;
  height: 2px;
  margin-top: 38px;
  background: rgba(242, 242, 242, 1);
}

.container .price li .li-header .price-title {
  font-size: 0.56rem;
}

.container .price li .li-header .price-year {
  font-size: 0.8rem;
  line-height: 0.8rem;
  margin-bottom: 6px;
}

.container .price li .li-header .qijian-des {
  position: absolute;
  bottom: 22px;
  left: 1.12rem;
  color: #bbb;
  cursor: pointer;
}

.container .price li .li-header .qijian-des .prompt {
  display: inline-block;
  width: 13px;
  height: 13px;
  border: 1px solid rgba(187, 187, 187, 1);
  border-radius: 50%;
  vertical-align: middle;
  line-height: 13px;
}

.container .price .large-ul li>ul li {
  padding: 0 0.8rem;
  height: 44px;
  line-height: 44px;
  border-top: 1px solid #f2f2f2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.container .price li .price-ul li {
  font-weight: bold;
  font-size: 14px;
}

.container .price .small-ul li {
  padding: 0;
}

.container .price li .content {
  width: calc(100% - 0.6rem);
  margin: 5px auto;
  padding: 0.8rem 0 0.4rem;
  text-align: left;
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 110, 255, 0.05);
}

.container .price li .content>div {
  text-align: center;
  font-size: 0.8rem;
}

.container .price li .content .title {
  font-size: 0.96rem;
}

.container .price li .content .li-header .price-year {
  font-size: 16px;
}

.container .price .small-ul li .li-header {
  height: 86px;
  padding: 15px 1rem;
}

.container .price .small-ul li .li-header .title {
  margin-bottom: 14px;
}

.container .price .small-ul li .li-header .qijian-des {
  left: 0;
  font-size: 9x;
  text-align: center;
  width: 100%;
}

.container .price .small-ul li .li-header .qijian-des .prompt {
  width: 10px;
  height: 10px;
  line-height: 9px;
  margin-top: -1px;
}

.container .price li .content .list-item {
  height: 1.76rem;
  font-size: 10px;
  color: #333;
  line-height: 1.76rem;
  position: relative;
  padding: 0 0.8rem;
}

.container .price li .content li:first-child {
  border-top: 1px solid #f2f2f2;
}

.container .price li .content .list-item>div {
  padding: 0;
}

.container .price li .content .list-item .right-number {
  text-align: right;
  font-weight: bold;
}

.container .price li .content .list-item .right-icon {
  position: absolute;
  top: 50%;
  right: 0.8rem;
  margin-top: -5px;
  width: 10px;
  height: 10px;
}

.container .price .try-btn {
  display: inline-block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #338Bff;
  border-radius: 2px;
  margin: 1.6rem 0 7px;
}

.container .price .try-btn:hover {
  background-color: rgb(92, 162, 255);
}

.container .contact {
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
  padding: 2.2rem 0;
  border-top: 1px solid rgba(242, 242, 242, 1);
}

.container .contact li img {
  margin-right: 8px;
}

.container .contact li span {
  font-size: 16px;
  display: inline-block;
  line-height: 30px;
  height: 30px;
  vertical-align: middle;
}

.footer {
  width: 100%;
  background: #32383d;
  font-size: 0.64rem;
}

.footer .row {
  max-width: 1440px;
  margin: 0 auto;
  padding: 1.52rem 0 1.44rem;
}

.footer .row .info {
  color: rgb(187, 187, 187);
  line-height: 1rem;
}

.footer .row .info .phone {
  color: rgb(136, 136, 136);
}

.footer .row .code {
  text-align: center;
  vertical-align: bottom;
}

.footer .row .code img {
  width: 100px;
  margin-top: 0.8rem;
}

.footer .row .code .des {
  margin-top: 0.4rem;
  color: rgb(136, 136, 136);
}

.mobile-footer {
  position: fixed;
  bottom: 0;
  z-index: 998;
  width: 100%;
  text-align: center;
  background: #338bff;
  height: 40px;
  line-height: 40px;
}

.mobile-footer a {
  color: #fff;
  font-size: 16px;
  width: 48%;
  display: inline-block;
}

.mobile-footer .footer-split {
  display: inline-block;
  width: 1px;
  height: 16px;
  background: #ddd;
  vertical-align: text-bottom;
}

.container .title .title-pop {
  background: url('../images/pop.png') no-repeat;
  position: absolute;
  display: inline-block;
  width: 255px;
  height: 25px;
  left: 50%;
  margin-left: 2.72rem;
  top: -6px;
}

@media screen and (max-width:1023px) {


  .header .row .menu-box {
    display: none;
  }

  .footer {
    margin-bottom: 40px;
  }

  .container .banner {
    height: 300px;
  }

  .header .row .ope-box .login {
    display: inline-block;
    border: 1px solid #338bff;
    background-color: #ffffff;
    color: #338bff;
    font-size: 12px;
    padding: 5px 0;
    width: 65px;
    line-height: unset;
    margin-right: 5px;
  }

  .header .row .ope-box .reserve {
    padding: 5px 0;
    width: 70px;
    line-height: unset;
    font-size: 12px;
    border: 1px solid #338bff;
  }

  .container .product-detail .content .try-btn {
    height: 30px;
    line-height: 30px;
  }

  .back-top {
    bottom: 80px;
  }

  .container .contact li img {
    margin-right: 4px;
  }

  .price .large-ul {
    display: none !important;
  }
}

@media screen and (min-width:1024px) {


  .dl-menu {
    display: none;
  }

  .header {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1399;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  }

  .container {
    margin-top: 60px;
  }

  .mobile-footer {
    display: none;
  }

  .container .banner .wrapper .btn-group .register {
    max-width: 180px;
  }

  .container .banner .wrapper .btn-group .demo {
    max-width: 180px;
  }

  .container .detail:nth-child(2n) .content {
    text-align: right;
    float: right;
  }

  .container .product {
    padding-top: 60px;
  }

  .price .small-ul {
    display: none;
  }
}

@media screen and (max-width:414px) {
  .container .title {
    font-size: 1.4rem;
  }

  .container .price li .content .list-item {
    height: 2.5rem;
    line-height: 2.5rem;
  }

  .container .title .title-pop {
    background: url(../images/pop2.png) no-repeat;
    position: absolute;
    display: inline-block;
    width: 141px;
    height: 32px;
    left: 50%;
    margin-left: 3rem;
    top: -19px;
  }

  .side-tool {
    display: none;
  }
}