html,
body {
  background-color: #fff;
}
.m-t-15 {
  margin-top: 15px;
}
.m-t-25 {
  margin-top: 25px;
}
.m-t-35 {
  margin-top: 35px;
}
.m-t-50 {
  margin-top: 50px;
}
.m-b-50 {
  margin-bottom: 50px;
}
.m-t-80 {
  margin-top: 80px;
}
.jc-title > h2 {
  padding: 0;
  margin: 0;
  font-size: 26px;
  font-weight: bold;
  color: #e21e3e;
  text-align: center;
  line-height: 1;
  font-style: italic;
}
.jc-title > p {
  padding: 15px 0 0 0;
  margin: 0;
  text-align: center;
  line-height: 1;
  font-style: italic;
  font-size: 20px;
  font-weight: bold;
  background-image: linear-gradient(to top, rgba(224, 17, 50, 0.2), rgba(224, 17, 50, 0.4), rgba(224, 17, 50, 0.6));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.jc-tariff-information {
  margin-top: 35px;
}
.jc-tariff-information .jc-tabs > ul {
  display: flex;
  justify-content: center;
}
.jc-tariff-information .jc-tabs > ul > li {
  padding: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #646b77;
  cursor: pointer;
  position: relative;
}
.jc-tariff-information .jc-tabs > ul > li::after {
  display: block;
  content: "";
  width: 0;
  height: 4px;
  position: absolute;
  transform: translateX(-50%);
  transition: width 0.3s ease;
  margin-left: -50% \9\0;
  bottom: 0;
  left: 50%;
  background-color: #e21e3e;
  color: #e21e3e;
}
.jc-tariff-information .jc-tabs > ul > li:hover {
  color: #e21e3e;
}
.jc-tariff-information .jc-tabs > ul > .on {
  position: relative;
  color: #e21e3e;
}
.jc-tariff-information .jc-tabs > ul > .on::after {
  display: block;
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  transform: translateX(-50%);
  transition: width 0.3s ease;
  margin-left: -50% \9\0;
  bottom: 0;
  left: 50%;
  background-color: #e21e3e;
  color: #e21e3e;
}
.jc-tariff-information .jc-information {
  background-color: #fafafa;
  padding: 50px;
}
.jc-tariff-information .jc-information > div {
  display: none;
}
.jc-tariff-information .jc-information > .show {
  display: flex;
  border: 1px solid #dcdcdc;
  box-shadow: 0 0 15px #dcdcdc;
  height: 453px;
  border-radius: 4px;
}
.jc-tariff-information .jc-information > .show > div {
  display: flex;
  flex-wrap: wrap;
}
.jc-tariff-information .jc-information > .show > div:first-child {
  box-sizing: border-box;
  padding: 29px 40px 29px 55px;
  width: 820px;
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
}
.jc-tariff-information .jc-information > .show > div:first-child > div {
  width: 100%;
}
.jc-tariff-information .jc-information > .show > div:first-child > .title > h3 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  line-height: 1;
  margin-bottom: 18px;
}
.jc-tariff-information .jc-information > .show > div:first-child > .title > p {
  font-size: 14px;
  color: #83899b;
}
.jc-tariff-information .jc-information > .show > div:first-child > .conent > h3 {
  font-size: 15px;
  font-weight: bold;
  color: #000;
  line-height: 1;
  margin-bottom: 23px;
}
.jc-tariff-information .jc-information > .show > div:first-child > .conent > p {
  font-size: 14px;
  color: #83899b;
  height: 24px;
  line-height: 24px;
  margin-bottom: 15px;
  padding-left: 24px;
  position: relative;
}
.jc-tariff-information .jc-information > .show > div:first-child > .conent > p::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  font-size: 12px;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../../images/0920/duihao.png") no-repeat;
  background-size: 100% 100%;
}
.jc-tariff-information .jc-information > .show > div:first-child > .configuration > ul {
  display: flex;
}
.jc-tariff-information .jc-information > .show > div:first-child > .configuration > ul > li {
  width: 165px;
  border-right: 1px solid #ebebeb;
  margin-left: 15px;
}
.jc-tariff-information .jc-information > .show > div:first-child > .configuration > ul > li > span {
  display: block;
  width: 100%;
}
.jc-tariff-information .jc-information > .show > div:first-child > .configuration > ul > li > span:first-child {
  color: #83899b;
  font-size: 14px;
  margin-bottom: 10px;
}
.jc-tariff-information .jc-information > .show > div:first-child > .configuration > ul > li > span:last-child {
  font-size: 14px;
  font-weight: bold;
  color: #000;
}
.jc-tariff-information .jc-information > .show > div:first-child > .configuration > ul > li:first-child {
  margin-left: 0;
}
.jc-tariff-information .jc-information > .show > div:first-child > .configuration > ul > li:last-child {
  border-right: 0;
}
.jc-tariff-information .jc-information > .show > div:first-child > .configuration2 > ul {
  display: flex;
}
.jc-tariff-information .jc-information > .show > div:first-child > .configuration2 > ul > li {
  width: 130px;
  border-right: 1px solid #ebebeb;
  margin-left: 15px;
}
.jc-tariff-information .jc-information > .show > div:first-child > .configuration2 > ul > li > span {
  display: block;
  width: 100%;
}
.jc-tariff-information .jc-information > .show > div:first-child > .configuration2 > ul > li > span:first-child {
  color: #83899b;
  font-size: 14px;
  margin-bottom: 10px;
}
.jc-tariff-information .jc-information > .show > div:first-child > .configuration2 > ul > li > span:last-child {
  font-size: 14px;
  font-weight: bold;
  color: #000;
}
.jc-tariff-information .jc-information > .show > div:first-child > .configuration2 > ul > li:first-child {
  margin-left: 0;
}
.jc-tariff-information .jc-information > .show > div:first-child > .configuration2 > ul > li:last-child {
  border-right: 0;
}
.jc-tariff-information .jc-information > .show > div:first-child > .configuration3 > ul {
  display: flex;
}
.jc-tariff-information .jc-information > .show > div:first-child > .configuration3 > ul > li {
  width: 221px;
  border-right: 1px solid #ebebeb;
  margin-left: 15px;
}
.jc-tariff-information .jc-information > .show > div:first-child > .configuration3 > ul > li > span {
  display: block;
  width: 100%;
}
.jc-tariff-information .jc-information > .show > div:first-child > .configuration3 > ul > li > span:first-child {
  color: #83899b;
  font-size: 14px;
  margin-bottom: 10px;
}
.jc-tariff-information .jc-information > .show > div:first-child > .configuration3 > ul > li > span:last-child {
  font-size: 14px;
  font-weight: bold;
  color: #000;
}
.jc-tariff-information .jc-information > .show > div:first-child > .configuration3 > ul > li:first-child {
  margin-left: 0;
}
.jc-tariff-information .jc-information > .show > div:first-child > .configuration3 > ul > li:last-child {
  border-right: 0;
}
.jc-tariff-information .jc-information > .show > div:last-child {
  display: flex;
  align-content: space-between;
  width: 380px;
  font-size: 0;
  color: #000;
  border-bottom-right-radius: 4px;
  background-color: #f5f5f7 !important;
  padding: 18px 18px 28px;
  box-sizing: border-box;
}
.jc-tariff-information .jc-information > .show > div:last-child > div {
  width: 100%;
}
.jc-tariff-information .jc-information > .show > div:last-child > div > p {
  width: 100%;
  display: inline-block;
  height: 43px;
  line-height: 43px;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}
.jc-tariff-information .jc-information > .show > div:last-child > div > p > span {
  display: inline-block;
  font-size: 14px;
  color: #646b77;
}
.jc-tariff-information .jc-information > .show > div:last-child > div > p > span:first-child {
  width: 75px;
}
.jc-tariff-information .jc-information > .show > div:last-child > div > .money {
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #e21e3e;
  font-weight: bold;
  margin-bottom: 19px;
}
.jc-tariff-information .jc-information > .show > div:last-child > div > .money > b {
  font-size: 20px;
  color: #e21e3e;
  margin-right: 3px;
}
.jc-tariff-information .jc-information > .show > div:last-child > div > button {
  font-size: 13px;
  background-color: #e21e3e;
  height: 40px;
  line-height: 40px;
  color: #fff;
  width: 144px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s linear;
}
.jc-tariff-information .jc-information > .show > div:last-child > div > button:hover {
  -webkit-transform: translate3d(0, -1px 0);
  transform: translate3d(0, -1px 0);
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.jc-advantages {
  background-size: cover !important;
  background-position: center center !important;
  height: 400px;
  border-radius: 4px;
  margin-top: 55px;
  box-sizing: border-box;
  padding: 40px;
}
.jc-advantages > h2 {
  font-size: 20px;
  color: #181818;
  font-weight: 600;
}
.jc-advantages > ul {
  margin-top: 60px;
}
.jc-advantages > ul > li {
  margin-bottom: 50px;
}
.jc-advantages > ul > li > h3 {
  font-size: 16px;
  color: #181818;
  font-weight: 600;
  margin-bottom: 8px;
}
.jc-advantages > ul > li > h3 > img {
  width: 24px;
  vertical-align: middle;
  margin-right: 8px;
}
.jc-advantages > ul > li > p {
  font-size: 14px;
  color: #666;
  font-weight: 400;
}
.jc-advantages > ul > li:last-child {
  margin-bottom: 0;
}
.jc-advantages1 {
  display: flex;
  flex-wrap: wrap;
}
.jc-advantages1 > div {
  background-size: cover !important;
  background-position: center center !important;
  width: 587px;
  height: 490px;
  margin-right: 25px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  box-sizing: border-box;
  padding: 40px;
}
.jc-advantages1 > div:last-child {
  margin-right: 0;
}
.jc-advantages1 > div:last-child > ul > li > h2 {
  color: #fff;
}
.jc-advantages1 > div:last-child > ul > li > h3 {
  color: #fff;
}
.jc-advantages1 > div:last-child > ul > li > p {
  color: #fff;
}
.jc-advantages1 > div > ul > li {
  margin-bottom: 75px;
  width: 300px;
}
.jc-advantages1 > div > ul > li:first-child {
  margin-bottom: 85px;
}
.jc-advantages1 > div > ul > li:last-child {
  margin-bottom: 85px;
}
.jc-advantages1 > div > ul > li > h2 {
  font-size: 20px;
  color: #181818;
  font-weight: 600;
}
.jc-advantages1 > div > ul > li > h3 {
  font-size: 16px;
  color: #181818;
  font-weight: 600;
  margin-bottom: 15px;
}
.jc-advantages1 > div > ul > li > h3 > img {
  vertical-align: middle;
  width: 24px;
  margin-right: 8px;
}
.jc-advantages1 > div > ul > li > p {
  font-size: 14px;
  color: #666;
  font-weight: 400;
}
.jc-advantages3 {
  background-size: cover;
  background-position: center center !important;
  border-radius: 4px;
  height: 220px;
  display: flex;
  align-items: center;
  padding: 40px;
  box-sizing: border-box;
}
.jc-advantages3 > ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.jc-advantages3 > ul > li {
  width: 280px;
}
.jc-advantages3 > ul > li:first-child {
  width: 220px;
}
.jc-advantages3 > ul > li:first-child > h2 {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
.jc-advantages3 > ul > li > h3 {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
}
.jc-advantages3 > ul > li > h3 > img {
  vertical-align: middle;
  width: 24px;
  margin-right: 8px;
}
.jc-advantages3 > ul > li > p {
  color: #d9d9d9;
  font-size: 14px;
  font-weight: 400;
}
.jc-scene,
.jc-product-scene {
  background-color: #f5f5f5;
  padding: 50px 0;
}
.jc-scene .jc-scene-tabs > ul,
.jc-product-scene .jc-scene-tabs > ul,
.jc-scene .jc-scene-tabs1 > ul,
.jc-product-scene .jc-scene-tabs1 > ul,
.jc-scene .jc-scene-tabs2 > ul,
.jc-product-scene .jc-scene-tabs2 > ul {
  background-color: #fff;
  display: flex;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.jc-scene .jc-scene-tabs > ul > li,
.jc-product-scene .jc-scene-tabs > ul > li,
.jc-scene .jc-scene-tabs1 > ul > li,
.jc-product-scene .jc-scene-tabs1 > ul > li,
.jc-scene .jc-scene-tabs2 > ul > li,
.jc-product-scene .jc-scene-tabs2 > ul > li {
  box-sizing: border-box;
  width: 150px;
  padding: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #646b77;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.jc-scene .jc-scene-tabs > ul > li::after,
.jc-product-scene .jc-scene-tabs > ul > li::after,
.jc-scene .jc-scene-tabs1 > ul > li::after,
.jc-product-scene .jc-scene-tabs1 > ul > li::after,
.jc-scene .jc-scene-tabs2 > ul > li::after,
.jc-product-scene .jc-scene-tabs2 > ul > li::after {
  content: "";
  display: block;
  width: 0;
  height: 4px;
  background-color: #e21e3e;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: width 0.3s ease;
}
.jc-scene .jc-scene-tabs > ul > li:hover,
.jc-product-scene .jc-scene-tabs > ul > li:hover,
.jc-scene .jc-scene-tabs1 > ul > li:hover,
.jc-product-scene .jc-scene-tabs1 > ul > li:hover,
.jc-scene .jc-scene-tabs2 > ul > li:hover,
.jc-product-scene .jc-scene-tabs2 > ul > li:hover {
  color: #e21e3e;
}
.jc-scene .jc-scene-tabs > ul > .active,
.jc-product-scene .jc-scene-tabs > ul > .active,
.jc-scene .jc-scene-tabs1 > ul > .active,
.jc-product-scene .jc-scene-tabs1 > ul > .active,
.jc-scene .jc-scene-tabs2 > ul > .active,
.jc-product-scene .jc-scene-tabs2 > ul > .active {
  color: #e21e3e;
}
.jc-scene .jc-scene-tabs > ul > .active::after,
.jc-product-scene .jc-scene-tabs > ul > .active::after,
.jc-scene .jc-scene-tabs1 > ul > .active::after,
.jc-product-scene .jc-scene-tabs1 > ul > .active::after,
.jc-scene .jc-scene-tabs2 > ul > .active::after,
.jc-product-scene .jc-scene-tabs2 > ul > .active::after {
  content: "";
  display: block;
  width: 100%;
  transform: translateX(-50%);
  transition: width 0.3s ease;
}
.jc-scene .jc-scene-tabs1 > ul > li,
.jc-product-scene .jc-scene-tabs1 > ul > li {
  width: 300px !important;
}
.jc-scene .jc-scene-tabs2 > ul,
.jc-product-scene .jc-scene-tabs2 > ul {
  background-color: #fff;
}
.jc-scene .jc-scene-tabs2 > ul > li,
.jc-product-scene .jc-scene-tabs2 > ul > li {
  width: 400px !important;
}
.jc-scene .jc-scene-content > ul,
.jc-product-scene .jc-scene-content > ul {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background-color: #fff;
}
.jc-scene .jc-scene-content > ul > li,
.jc-product-scene .jc-scene-content > ul > li {
  display: none;
}
.jc-scene .jc-scene-content > ul > .active,
.jc-product-scene .jc-scene-content > ul > .active {
  font-size: 16px;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  display: flex;
}
.jc-scene .jc-scene-content > ul > .active > div,
.jc-product-scene .jc-scene-content > ul > .active > div {
  margin-right: 50px;
}
.jc-scene .jc-scene-content > ul > .active > div:first-child,
.jc-product-scene .jc-scene-content > ul > .active > div:first-child {
  width: 500px;
  box-sizing: border-box;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
}
.jc-scene .jc-scene-content > ul > .active > div:first-child > img,
.jc-product-scene .jc-scene-content > ul > .active > div:first-child > img {
  width: 100%;
}
.jc-scene .jc-scene-content > ul > .active > div:last-child,
.jc-product-scene .jc-scene-content > ul > .active > div:last-child {
  width: 590px;
  margin-right: 0;
}
.jc-scene .jc-scene-content > ul > .active > div:last-child > ul > li,
.jc-product-scene .jc-scene-content > ul > .active > div:last-child > ul > li {
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 40px;
}
.jc-scene .jc-scene-content > ul > .active > div:last-child > ul > li > h3,
.jc-product-scene .jc-scene-content > ul > .active > div:last-child > ul > li > h3 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
}
.jc-scene .jc-scene-content > ul > .active > div:last-child > ul > li > p,
.jc-product-scene .jc-scene-content > ul > .active > div:last-child > ul > li > p {
  font-size: 14px;
  font-weight: 400;
  color: #666;
  padding-bottom: 15px;
  position: relative;
}
.jc-scene .jc-scene-content > ul > .active > div:last-child > ul > .img-svg > p,
.jc-product-scene .jc-scene-content > ul > .active > div:last-child > ul > .img-svg > p {
  padding-left: 32px;
}
.jc-scene .jc-scene-content > ul > .active > div:last-child > ul > .img-svg > p:after,
.jc-product-scene .jc-scene-content > ul > .active > div:last-child > ul > .img-svg > p:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 14px;
  height: 14px;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iNyIgY3k9IjciIHI9IjYuNSIgc3Ryb2tlPSIjMDAwIi8+PHBhdGggZD0iTTIuOCA4Ljc1IDQuOSA2LjNsMi44IDIuNDUgMy4xNS00LjIiIHN0cm9rZT0iIzAwMCIvPjwvc3ZnPg==") no-repeat;
  background-size: cover;
  background-position: center center;
}
.jc-scene .jc-scene-content > ul > .active > div:last-child > ul > .dui > p,
.jc-product-scene .jc-scene-content > ul > .active > div:last-child > ul > .dui > p {
  padding-left: 32px;
}
.jc-scene .jc-scene-content > ul > .active > div:last-child > ul > .dui > p:after,
.jc-product-scene .jc-scene-content > ul > .active > div:last-child > ul > .dui > p:after {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 24px;
  height: 24px;
  background: url("../../images/0920/duihao.png") no-repeat;
  background-size: cover;
  background-position: center center;
}
.jc-scene .jc-scene-content > ul > .active > div:last-child > ul > .btn-path,
.jc-product-scene .jc-scene-content > ul > .active > div:last-child > ul > .btn-path {
  border-bottom: 0;
  margin-bottom: 20px;
}
.jc-scene .jc-scene-content > ul > .active > div:last-child > ul > .btn-path > a,
.jc-product-scene .jc-scene-content > ul > .active > div:last-child > ul > .btn-path > a {
  display: block;
  margin-bottom: 10px;
}
.jc-scene .jc-scene-content > ul > .active > div:last-child > ul > .btn-path > a > div,
.jc-product-scene .jc-scene-content > ul > .active > div:last-child > ul > .btn-path > a > div {
  display: flex;
  justify-content: space-between;
  padding: 12px 20px 12px 8px;
  background-color: #fafafa;
  border-radius: 4px;
  transition: all 0.3s linear;
  cursor: pointer;
}
.jc-scene .jc-scene-content > ul > .active > div:last-child > ul > .btn-path > a > div > span,
.jc-product-scene .jc-scene-content > ul > .active > div:last-child > ul > .btn-path > a > div > span {
  font-size: 14px;
  font-weight: 600;
  color: #181818;
}
.jc-scene .jc-scene-content > ul > .active > div:last-child > ul > .btn-path > a > div > span > img,
.jc-product-scene .jc-scene-content > ul > .active > div:last-child > ul > .btn-path > a > div > span > img {
  width: 32px;
  vertical-align: middle;
  margin-right: 5px;
}
.jc-scene .jc-scene-content > ul > .active > div:last-child > ul > .btn-path > a > div > .icon-arrow,
.jc-product-scene .jc-scene-content > ul > .active > div:last-child > ul > .btn-path > a > div > .icon-arrow {
  display: inline-block;
  width: 8px;
  height: 14px;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTkuNTI0IDcuOTczLTcuODE3IDcuODEzYS43MjMuNzIzIDAgMCAxLTEuMDI5LS4wMDQuNzM4LjczOCAwIDAgMSAuMDA1LTEuMDM4bDYuNzctNi43NjgtNi43NjktNi43MkEuNzM3LjczNyAwIDAgMSAuOTExLjA1NmEuNzI0LjcyNCAwIDAgMSAuNzk0LjE1M2w3LjgyIDcuNzYzWiIgZmlsbD0iIzAxMDEwMSIvPjwvc3ZnPg==") no-repeat;
  background-size: cover;
  flex: none;
  background-position: center;
  transform: translateY(50%);
}
.jc-scene .jc-scene-content > ul > .active > div:last-child > ul > .btn-path > a > div:last-child,
.jc-product-scene .jc-scene-content > ul > .active > div:last-child > ul > .btn-path > a > div:last-child {
  margin-bottom: 0;
}
.jc-scene .jc-scene-content > ul > .active > div:last-child > ul > .btn-path > a > div:hover,
.jc-product-scene .jc-scene-content > ul > .active > div:last-child > ul > .btn-path > a > div:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transform: translate3d(0, -2px, 0);
  -webkit-transform: translate3d(0, -2px 0);
}
.jc-scene .jc-scene-content > ul > .active > div:last-child > ul > .btn-path > a > div:hover > span,
.jc-product-scene .jc-scene-content > ul > .active > div:last-child > ul > .btn-path > a > div:hover > span {
  color: #df0629;
}
.jc-scene .jc-scene-content > ul > .active > div:last-child > ul > .btn-path > a > div:hover > .icon-arrow,
.jc-product-scene .jc-scene-content > ul > .active > div:last-child > ul > .btn-path > a > div:hover > .icon-arrow {
  display: inline-block;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTkuNTI0IDcuOTczLTcuODE3IDcuODEzYS43MjMuNzIzIDAgMCAxLTEuMDI5LS4wMDQuNzM4LjczOCAwIDAgMSAuMDA1LTEuMDM4bDYuNzctNi43NjgtNi43NjktNi43MkEuNzM3LjczNyAwIDAgMSAuOTExLjA1NmEuNzI0LjcyNCAwIDAgMSAuNzk0LjE1M2w3LjgyIDcuNzYzWiIgZmlsbD0iI0RGMDYyOSIvPjwvc3ZnPg==") no-repeat;
  width: 8px;
  height: 14px;
  background-size: cover;
  flex: none;
}
.jc-scene .jc-scene-content > ul > .active > div:last-child > ul > .btn-path > a:last-child,
.jc-product-scene .jc-scene-content > ul > .active > div:last-child > ul > .btn-path > a:last-child {
  margin-bottom: 0;
}
.jc-product-standard > p {
  text-align: center;
  font-size: 14px;
  color: #666;
}
.jc-product-standard .jc-tables {
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.jc-product-standard .jc-tables > table {
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 4px;
  background-color: #fff;
  overflow: hidden;
}
.jc-product-standard .jc-tables > table > thead > tr > th {
  background-color: #f5f5f7;
  border: 1px solid #ebecf0;
  width: 240px;
  font-size: 16px;
  color: #181818;
  font-weight: 600;
  padding: 20px;
  text-align: left;
  vertical-align: middle;
}
.jc-product-standard .jc-tables > table > tbody > tr > td {
  border: 1px solid #ebecf0;
  padding: 20px;
  vertical-align: middle;
}
.jc-product-standard .jc-tables > table > tbody > tr > td > h3 {
  font-size: 14px;
  color: #181818;
  font-weight: 600;
}
.jc-product-standard .jc-tables > table > tbody > tr > td > p {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}
.jc-product-standard .jc-tables > table > tbody > tr > td > p:last-child {
  margin-bottom: 0;
}
.jc-product-standard .jc-tables > table > tbody > tr > td > div {
  color: #df0629;
  font-size: 14px;
}
.jc-product-standard .jc-tables > table > tbody > tr > td > div > .money {
  font-size: 26px;
  color: #df0629;
  font-weight: 500;
  display: inline-block;
  padding: 0 5px;
}
.jc-product-standard .jc-tables > table > tbody > tr > td > button {
  width: 122px;
  font-size: 14px;
  border: 1px solid #df0629;
  background-color: #fff;
  border-radius: 4px;
  cursor: pointer;
  padding: 7px 32px;
  color: #df0629;
  margin-top: 10px;
}
.jc-product-standard .jc-tables > table > tbody > tr > td > button:hover {
  background-color: #df0629;
  color: #fff;
}
.jc-product-function > ul {
  display: flex;
}
.jc-product-function > ul > li {
  width: 277px;
  text-align: center;
  margin-right: 30px;
  box-sizing: border-box;
  padding: 0 0 30px;
}
.jc-product-function > ul > li:last-child {
  margin-right: 0 !important;
}
.jc-product-function > ul > li > img {
  width: 100px;
}
.jc-product-function > ul > li > h2 {
  font-size: 18px;
  color: #181818;
  font-weight: 600;
  padding: 20px 0 5px;
}
.jc-product-function > ul > li > p {
  font-size: 14px;
  color: #666;
  font-weight: 400;
}
.jc-obj-tariff > ul {
  display: flex;
  justify-content: center;
}
.jc-obj-tariff > ul > li {
  width: 370px;
  height: 360px;
  box-sizing: border-box;
  padding: 40px;
  font-size: 25px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-right: 30px;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
  transition: all 0.2 linear;
}
.jc-obj-tariff > ul > li:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transform: translate3d(0, -2px, 0);
  -webkit-transform: translate3d(0, -2px 0);
}
.jc-obj-tariff > ul > li:nth-of-type(2n) .hot {
  background: linear-gradient(to bottom right, #ff5b00, #a200ff);
  background: -webkit-linear-gradient(to bottom right, #ff5b00, #a200ff);
  background: -moz-linear-gradient(to bottom right, #ff5b00, #a200ff);
  background: -o-linear-gradient(to bottom right, #ff5b00, #a200ff);
}
.jc-obj-tariff > ul > li:nth-of-type(odd) .hot {
  background: linear-gradient(to bottom right, #fa8334, #ff4b4b);
  background: -webkit-linear-gradient(to bottom right, #fa8334, #ff4b4b);
  background: -moz-linear-gradient(to bottom right, #fa8334, #ff4b4b);
  background: -o-linear-gradient(to bottom right, #fa8334, #ff4b4b);
}
.jc-obj-tariff > ul > li:last-child {
  margin-right: 0;
}
.jc-obj-tariff > ul > li .hot {
  position: absolute;
  transform: rotate(45deg);
  top: 13px;
  right: -30px;
  width: 120px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.jc-obj-tariff > ul > li .hot > span {
  font-size: 16px;
  color: #fff;
}
.jc-obj-tariff > ul > li > .item {
  width: 100%;
}
.jc-obj-tariff > ul > li > .item > h2 {
  font-size: 17px;
  color: #181818;
  font-weight: 600;
  padding-bottom: 30px;
}
.jc-obj-tariff > ul > li > .item > p {
  font-size: 14px;
  font-weight: 400;
  color: #5d646f;
  line-height: 160%;
  letter-spacing: 1px;
}
.jc-obj-tariff > ul > li > .item:last-child > p {
  font-size: 18px;
  color: #e21e3e;
  font-weight: 400;
}
.jc-obj-tariff > ul > li > .item:last-child > p > .money {
  font-size: 30px;
  color: #e21e3e;
  padding: 0 5px;
}
.jc-obj-tariff > ul > li > .item:last-child > button {
  background-color: #ff7639;
  color: #fff;
  font-size: 14px;
  width: 145px;
  height: 45px;
  line-height: 45px;
  cursor: pointer;
}
.jc-advantage > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.jc-advantage > ul > li {
  width: 373px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: flex-start;
  margin-right: 30px;
}
.jc-advantage > ul > li > .icon {
  width: 80px;
  height: 80px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: relative;
}
.jc-advantage > ul > li > .icon > img {
  width: 48px;
  height: 48px;
}
.jc-advantage > ul > li > .icon .points {
  width: 100%;
  position: absolute;
  opacity: 1;
  z-index: 10;
  height: 100%;
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.jc-advantage > ul > li > .icon .points > span {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  color: #fa8334;
  left: 50%;
  top: 50%;
}
.jc-advantage > ul > li > .icon .points .points-01 {
  width: 5px;
  height: 5px;
  background-color: #fa8334;
  opacity: 0.5;
  transform: translate(24px, -43px);
  animation: point-eff-1 4s ease-in-out infinite normal;
}
.jc-advantage > ul > li > .icon .points .points-02 {
  width: 8px;
  height: 8px;
  border: 1px solid;
  opacity: 1;
  transform: translate(49px, -19px);
  animation: point-eff-2 4s ease-in-out infinite normal;
}
.jc-advantage > ul > li > .icon .points .points-03 {
  width: 6px;
  height: 6px;
  background-color: #fa8334;
  opacity: 0.8;
  transform: translate(52px, 14px);
  animation: point-eff-3 4s ease-in-out infinite normal;
}
.jc-advantage > ul > li > .icon .points .points-04 {
  background-color: currentColor;
  height: 5px;
  opacity: 0.8;
  transform: translate(-41px, 32px);
  width: 5px;
  animation: point-eff-4 4s ease-in-out infinite normal;
}
.jc-advantage > ul > li > .icon .points .points-05 {
  background-color: currentColor;
  height: 13px;
  opacity: 0.5;
  transform: translate(-55px, -33px);
  width: 13px;
  animation: point-eff-5 4s ease-in-out infinite normal;
}
.jc-advantage > ul > li > .icon .points .points-06 {
  background-color: currentColor;
  height: 4px;
  opacity: 1;
  transform: translate(-20px, -53px);
  width: 4px;
  animation: point-eff-6 4s ease-in-out infinite normal;
}
@keyframes point-eff-1 {
  0% {
    transform: translate(24px, -43px);
  }
  50% {
    transform: translate(24px, -49px);
  }
  to {
    transform: translate(24px, -43px);
  }
}
@keyframes point-eff-2 {
  0% {
    transform: translate(49px, -19px);
  }
  50% {
    transform: translate(49px, -22px);
  }
  100% {
    transform: translate(49px, -19px);
  }
}
@keyframes point-eff-3 {
  0% {
    transform: translate(52px, 14px);
  }
  50% {
    transform: translate(52px, 18px);
  }
  to {
    transform: translate(52px, 14px);
  }
}
@keyframes point-eff-4 {
  0% {
    transform: translate(-41px, 32px);
  }
  50% {
    transform: translate(-41px, 27px);
  }
  to {
    transform: translate(-41px, 32px);
  }
}
@keyframes point-eff-5 {
  0% {
    transform: translate(-55px, -30px);
  }
  50% {
    transform: translate(-55px, -27px);
  }
  to {
    transform: translate(-55px, -30px);
  }
}
@keyframes point-eff-6 {
  0% {
    transform: translate(-20px, -53px);
  }
  50% {
    transform: translate(-20px, -58px);
  }
  to {
    transform: translate(-20px, -53px);
  }
}
.jc-advantage > ul > li > h3 {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 40px;
  text-align: center;
}
.jc-advantage > ul > li > p {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #5d646f;
  line-height: 170%;
}
.jc-advantage > ul > li:nth-child(3n + 0) {
  margin-right: 0;
}
.jc-advantage > ul > li:nth-child(n + 4) {
  margin-top: 100px;
}
.jc-advantage > ul > li:hover > .icon > .points {
  opacity: 1;
  transform: scale(1);
}
.jc-product-scene {
  background-size: 100% 100% !important;
  background-position: center center !important;
  width: 100%;
  height: 800px;
  position: relative;
}
.jc-product-scene:before {
  position: absolute;
  background-color: rgba(3, 18, 42, 0.85);
  content: "";
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
}
.jc-product-scene > .jc-title {
  position: relative;
  z-index: 999 !important;
}
.jc-product-scene > .jc-title > h2 {
  color: #fff;
}
.jc-product-scene > .jc-title > p {
  background-image: linear-gradient(to top, #ffffff, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.jc-product-scene > .jc-scene-tabs3 {
  position: relative;
  z-index: 999 !important;
}
.jc-product-scene > .jc-scene-tabs3 > ul {
  display: flex;
  justify-content: space-between;
  border-radius: 4px;
}
.jc-product-scene > .jc-scene-tabs3 > ul > li {
  width: 300px;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
}
.jc-product-scene > .jc-scene-tabs3 > ul > li > span {
  padding: 10px 0;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  position: relative;
  display: inline-block;
}
.jc-product-scene > .jc-scene-tabs3 > ul > li > span::after {
  content: "";
  display: block;
  width: 0;
  height: 4px;
  background-color: #fa8334;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: width 0.3s ease;
}
.jc-product-scene > .jc-scene-tabs3 > ul > li:hover > span {
  color: #fa8334;
}
.jc-product-scene > .jc-scene-tabs3 > ul > .active > span {
  color: #fa8334 !important;
}
.jc-product-scene > .jc-scene-tabs3 > ul > .active > span::after {
  content: "";
  display: block;
  width: 100%;
  transform: translateX(-50%);
  transition: width 0.3s ease;
}
.jc-product-scene .jc-scene-tabs3 > ul {
  background-color: transparent !important;
}
.jc-product-scene .jc-scene-tabs3 > ul > li {
  width: 400px !important;
}
.jc-product-scene .jc-scene-tabs3 > ul > li::after {
  height: 0 !important;
}
.jc-product-scene > .jc-scene-content {
  position: relative;
  background-color: #fff !important;
  z-index: 999 !important;
}
.jc-product-scene > .jc-scene-content > ul {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.jc-product-scene > .jc-scene-content > ul > li {
  display: none;
}
.jc-product-scene > .jc-scene-content > ul > .active {
  font-size: 16px;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  display: flex;
}
.jc-product-scene > .jc-scene-content > ul > .active > div {
  margin-right: 50px;
}
.jc-product-scene > .jc-scene-content > ul > .active > div:first-child {
  width: 710px;
  box-sizing: border-box;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
}
.jc-product-scene > .jc-scene-content > ul > .active > div:first-child > img {
  width: 100%;
}
.jc-product-scene > .jc-scene-content > ul > .active > div:last-child {
  width: 380px;
  margin-right: 0;
}
.jc-product-scene > .jc-scene-content > ul > .active > div:last-child > ul > li {
  margin-bottom: 40px;
}
.jc-product-scene > .jc-scene-content > ul > .active > div:last-child > ul > li > h3 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
}
.jc-product-scene > .jc-scene-content > ul > .active > div:last-child > ul > li > p {
  font-size: 14px;
  font-weight: 400;
  color: #666;
  padding-bottom: 15px;
  position: relative;
}
.jc-function > ul,
jc-function1 > ul {
  display: flex;
  justify-content: center;
}
.jc-function > ul > li,
jc-function1 > ul > li {
  width: 310px;
  padding: 30px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.jc-function > ul > li > img,
jc-function1 > ul > li > img {
  width: 100px;
  height: 100px;
}
.jc-function > ul > li > h3,
jc-function1 > ul > li > h3 {
  width: 100%;
  font-size: 18px;
  color: #181818;
  font-weight: 600;
  text-align: center;
  line-height: 32px;
  margin: 20px 0 10px 0;
}
.jc-function > ul > li > p,
jc-function1 > ul > li > p {
  font-size: 14px;
  font-weight: 400;
  color: #666;
  text-align: center;
}
.jc-function .jc-function-card > ul,
jc-function1 .jc-function-card > ul {
  display: flex;
  flex-wrap: wrap;
}
.jc-function .jc-function-card > ul > li,
jc-function1 .jc-function-card > ul > li {
  margin-right: 20px;
  width: 386px;
  height: 270px;
  box-sizing: border-box;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  cursor: pointer;
}
.jc-function .jc-function-card > ul > li > div > img,
jc-function1 .jc-function-card > ul > li > div > img {
  width: 48px;
}
.jc-function .jc-function-card > ul > li > h3,
jc-function1 .jc-function-card > ul > li > h3 {
  font-size: 18px;
  font-weight: 600;
  color: #181818;
  margin: 20px 0 10px;
}
.jc-function .jc-function-card > ul > li > p,
jc-function1 .jc-function-card > ul > li > p {
  font-size: 14px;
  color: #666;
  font-weight: 400;
  line-height: 170%;
}
.jc-function .jc-function-card > ul > li:nth-child(n + 4),
jc-function1 .jc-function-card > ul > li:nth-child(n + 4) {
  margin-top: 20px;
}
.jc-function .jc-function-card > ul > li:nth-child(3n+0),
jc-function1 .jc-function-card > ul > li:nth-child(3n+0) {
  margin-right: 0;
}
jc-function1 > ul > li {
  width: 260px !important;
}
