@charset "UTF-8";
@import "../fonts/icomoon/style.css";
@font-face {
	font-family: "Aero_Matics_Display";
	src: url("../fonts/aero_matics/Aero_Matics_Display Bold.woff") format("woff"), url("aero_matics/Aero_Matics_Display Bold.woff2") format("woff2")
}
html {
	font-family: "微軟正黑", "Microsoft JhengHei", arial, sans-serif;
	width: 100%;
	max-width: 100%;
	height: 100%;
	font-size: 16px;
	scroll-behavior: smooth
}
body {
  width: 100%;
/*  min-width: 1600px;*/
  min-height: 100vh;
  background-color: #062d6d;
  -webkit-overflow-scrolling: touch
}
@media screen and (min-width:24px) and (max-width:1400px) {
  body {
    min-width: 1024px
  }
}
@media screen and (min-width:24px)  and (max-width:1023px) {
  body {
    min-width: inherit;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text
}
a, li, ul {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  text-decoration: none;
  list-style: none;
  padding: 0;
  color: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
a:focus, li:focus, ul:focus {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: inherit
}
button {
  border: none;
  background-color: transparent;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer
}
button:focus {
  outline: none
}
strong {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: normal
}
img {
  display: block
}
input, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  resize: none
}
input:focus, textarea:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none
}
input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}
input[type=number] {
  -moz-appearance: textfield
}
select:focus {
  outline: none
}
main {
  position: relative;
  padding-bottom: 1px
}
input, select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  min-width: 1px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer
}
.acc-box, .banner-box, .container, .func-group, .job-container, .job-container2, .provider-list, .table-box {
  max-width: 1390px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative
}
.cards-box .item[href], .dropdown-list a, .language-dropdown .list, .language-dropdown .list a, .nav-menu > ul > li > a[href] {
  transition: all 0.15s ease-in-out
}
.dropdown-list, .price-card .title, [class^=btn-] {
  transition: all 0.2s ease-in-out
}
.heading {
  font-weight: bold;
  font-size: 4.0625rem;
  color: #fff;
  font-style: italic;
  margin-bottom: 45px;
  width: calc(100% + 10px)
}
.heading strong {
  display: block
}
.heading strong.inline {
  display: inline
}
.heading .highlight {
  font-style: italic
}
@media screen and (min-width:24px) and (max-width:1400px) {
  .heading {
    font-size: 2.5rem;
    margin-bottom: 20px
  }
}
.sub-heading {
  font-size: 2.25rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 35px;
  min-height: 185px
}
.sub-heading strong {
  display: block
}
.sub-heading strong.inline {
  display: inline
}
.sub-heading .highlight {
  font-size: 2.8125rem
}
@media screen and (min-width:24px) and (max-width:1400px) {
  .sub-heading {
    font-size: 1.75rem;
    min-height: initial;
    margin-bottom: 25px
  }
  .sub-heading .highlight {
    font-size: 2rem
  }
}
.index-heading {
  font-size: 2.25rem;
  color: #66ccff;
  font-weight: normal;
  text-align: center;
  margin-bottom: 20px;
  position: relative
}
@media screen and (min-width:24px) and (max-width:1400px) {
  .index-heading {
    font-size: 1.75rem
  }
}
.border {
  padding-bottom: 20px
}
.border:after {
  content: "";
  display: block;
  width: 100%;
  max-width: 500px;
  height: 2px;
  background-image: radial-gradient(#70E6FF, transparent);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%)
}
.highlight {
  color: #fee74b;
  font-weight: bold
}
.highlight.inline {
  display: inline
}
.text {
  font-size: 1.5rem;
  color: #fff;
  font-weight: normal
}
.text.center {
  text-align: center
}
.text.link {
  text-decoration: underline
}
@media screen and (min-width:24px) and (max-width:1400px) {
  .text {
    font-size: 1rem
  }
}
.fade-in {
  -webkit-animation: fadeIn 0.3s ease-in both;
  animation: fadeIn 0.3s ease-in both
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
[class^=btn-] {
	min-width: 235px;
	height: 50px;
	/*line-height: 70px;*/
	line-height: 50px;
	border-radius: 15px;
	color: #fff;
	font-size: 2.25rem;
	font-weight: normal;
	display: inline-block;
	overflow: hidden;
	text-align: center;
	padding: 0 15px;
	font-family: inherit
}
[class^=btn-].small {
  min-width: 130px;
  line-height: 50px;
  font-size: 1.5rem
}
@media screen and (min-width:24px) and (max-width:1400px) {
  [class^=btn-] {
    font-size: 1.5rem;
    min-width: 130px;
    line-height: 50px
  }
  [class^=btn-].small {
    min-width: 100px;
    line-height: 50px;
    font-size: 1.25rem
  }
}
.btns-group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px
}
.btns-group [class^=btn-] {
  display: block
}
.index-heading + .btns-group {
  margin: 48px 0 115px
}
.heading-box + .btns-group {
  margin: 70px 0 75px
}
.btn-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #0D93FF 0%, #062D6D 100%);
}
.btn-link:hover {
  background: linear-gradient(180deg, #0D93FF 0%, #0B83E8 6.86%, #0A68C2 20.1%, #0853A3 33.94%, #07428B 48.32%, #06367A 63.47%, #062F70 79.91%, #062D6D 100%);
}
.btn-link-cdn{
  height: auto;
  margin: 0 0 0 100px;
}
.btn-link-cdn-dec-img{
  position: relative;
  left: -171px;
  top: -44px;
  line-height: normal;
  height: auto;
  min-width: auto;
  width: 10%;
}
.btn-link-cdn-img{
  line-height: normal;
  height: auto;
  min-width: auto;
  width: 10%;
  margin: 20px;
}
.link-cdn{
  border-radius: 28px;
  width: 1000px;
  height: 150px;
}
@media screen and (min-width:24px) and (max-width:1400px){
  .link-cdn{
    border-radius: 28px;
    width: 700px;
    height: 105px;
  }
  .btn-link-cdn{
    height: auto;
    margin: 0;
  }
  .btn-link-cdn-img{
    display: none;
  }
  .btn-link-cdn-dec-img{
    display: none;
  }
}
@media screen and (min-width:24px) and (max-width:920px){
  .link-cdn{
    border-radius: 32px;
    width: 90vw;
  }
  .btn-link-cdn{
    height: auto;
    margin: 0;
  }
  .btn-link-cdn-img{
    display: none;
  }
  .btn-link-cdn-dec-img{
    display: none;
  }
}
.btn-primary {
  background-color: #70e6ff
}
.btn-primary:hover {
  background-color: #4568fe
}
.btn-secondary {
  background-color: #fac321
}
.btn-secondary:hover {
  background-color: #ff5f18
}
.btn-tab {
  cursor: pointer;
  background-color: #275FFF
}
.btn-tab.active {
  background-color: #FF0000
}
.btn-detail {
  background-color: #498eff
}
.btn-submit {
  background-color: #45beff
}
.btn-login {
  min-width: 90px;
  line-height: 40px;
  background: #333333;
  border-radius: 20px;
  font-size: 1.5rem
}
@media screen and (min-width:24px) and (max-width:1400px) {
  .btn-login {
    font-size: 1.125rem
  }
}
.banner {
  position: relative;
  margin-bottom: 120px;
  font-family: initial
}
.swiper-slide {
  overflow: hidden
}
.CDN_Cases_container{
  display: flex;
  justify-content: space-evenly;
}
.swiper-slide .banner-box {
  width: calc(90% - 200px)
}
@media screen and (min-width:24px) and (max-width:1400px) {
  .swiper-slide .banner-box {
    width: calc(100% - 170px);
  }
}
@media screen and (min-width:24px) and (max-width:920px){
  .CDN_Cases_container{
    justify-content: normal
  }
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px
}
.swiper-pagination-bullet {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 1
}
.pagination-dot {
  display: block;
  width: 80px;
  height: 6px;
  background-color: #fff;
  text-indent: 999px;
  overflow: hidden;
  border-radius: 2px
}
[class^=arrow-btn-] {
  width: 70px;
  height: 100px;
  position: absolute;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%)
}
.arrow-btn-prev {
	left: -5px;
	background:#4bd8ff url(../images/banner/arrow_left2.png) center center no-repeat;
}
/* @media screen and (min-width:24px) and (max-width:1400px) {
	.arrow-btn-prev {
		left: 0px;
	}
} */
.arrow-btn-next {
	right: -5px;
	background:#4bd8ff url(../images/banner/arrow_right2.png) center center no-repeat;
}
/* @media screen and (min-width:24px) and (max-width:1400px) {
	.arrow-btn-next {
		right: 0px;
	}
} */
.swiper-pagination-bullet-active {
	background: linear-gradient(to right, #0d93ff, #70E6FF)
}
.banner-box {
	padding: 150px 20px 80px;
	display: flex;
	justify-content: space-around;
}
.banner-box img {
	max-width: calc(50% - 40px);
	-o-object-fit: contain;
	object-fit: contain
}
.banner-box .img-content {
	max-width: calc(50% - 40px)
}
.banner-box .img-content img {
	max-width: 100%
}
.banner-box .content {
	max-width: 50%;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-direction: column
}
.banner-box .text {
  flex: auto;
  margin-bottom: 20px
}
.banner-box .btns-group {
  justify-content: flex-end;
  margin-top: 20px
}
.balls-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  position: relative
}
.data-ball {
  width: 30%;
  min-width: 30%;
  max-width: 195px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 2px solid #4bd8ff;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  text-align: center
}
.data-ball .text {
  width: 100%;
  display: block;
  margin-bottom: initial
}
.data-ball .num {
  width: 100%;
  display: block;
  font-family: "Aero_Matics_Display";
  color: #66ccff;
  font-size: 4.0625rem
}
@media screen and (min-width:24px) and (max-width:1400px) {
  .data-ball {
    width: 30%;
    min-width: 30%;
    height: unset
  }
  .data-ball .num {
    font-size: 1.875rem
  }
}
.sec {
  margin-bottom: 120px
}
.sec.bg {
  padding-bottom: 70px;
  margin-bottom: 80px;
  background: center/contain url(../images/home/provider/content_p02_provider.png) no-repeat
}
.sec.gray-bg, .sec.white-bg {
  position: relative;
  margin-bottom: 0;
  padding: 60px 0 10px
}
.sec.gray-bg .text, .sec.white-bg .text {
  text-align: left;
  line-height: 1.5em;
  color: #6f6f6f
}
.sec.gray-bg .index-heading, .sec.white-bg .index-heading {
  color: #3399FF
}
.white-bg {
  background-color: #fff
}
.gray-bg {
  background-color: #f7f7f7
}
.heading-box {
  display: flex;
  position: relative;
  z-index: 9;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  margin: 0 auto 80px;
  max-width: 1000px
}
@media screen and (min-width:24px) and (max-width:1400px) {
  .heading-box {
    max-width: 700px
  }
}
.cards-box {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 5%
}
.cards-box img {
  max-width: 100%
}
.cards-box .img {
  height: 285px;
  display: flex;
  justify-content: center;
  align-items: center
}
.cards-box .item {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column
}
.cards-box .item[href]:hover {
  transform: translateY(-10px)
}
.cards-box .index-heading.width {
  width: calc(100% + 60px)
}
@media screen and (max-width:1390px) {
  .cards-box .index-heading.width {
    width: auto
  }
}
.cards-box .text {
  flex: auto;
  min-height: 150px
}
.provider-list {
  padding-top: 50px;
  max-width: 1580px
}
.provider-list ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  overflow: hidden
}
.provider-list li {
  display: block;
  text-align: center;
  margin-bottom: 30px;
  width: 25%;
  min-width: 230px;
}
.provider-list [class^=logo-] {
  transform: scale(0.8)
}
.provider-list .logo-aws {
  transform: scale(0.7)
}
@media screen and (min-width:24px) and (max-width:1400px) {
  .provider-list {
    padding: 0 10px
  }
  .provider-list [class^=logo-] {
    transform: scale(0.6)
  }
  .provider-list [class^=os-] {
    transform: scale(0.7)
  }
  .provider-list .logo-googlecloud {
    transform: scale(0.6) translateX(-20%)
  }
}
.intro-box {
  margin: 150px 0
}
.flex-box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 80px;
  gap: 20px;
  flex-wrap: wrap
}
.flex-box > * {
  flex: 1
}
.intro-item {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 10%
}
.intro-item .index-heading {
  text-align: left
}
.intro-item img {
  max-width: 45%;
  max-height: 100%
}
.intro-item .text {
  margin-bottom: 10px
}
.intro-item [class^=btn-] {
  margin-top: 80px
}
.intro-card {
  position: relative
}
.intro-card .index-heading {
  text-align: center
}
.intro-card img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 25%
}
.intro-card .text {
  display: inline-block;
  width: 65%;
  text-align: left;
  padding: 30px 0
}
.intro-card.line {
  margin-bottom: 160px
}
.intro-card.line:after {
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	width: 4px;
	height: 110px;
	border-radius: 2px;
	background: linear-gradient(0deg, #84F8FF 0%, #0D93FF 100%), #66CCFF;
	margin-top: 20px;
}
.intro-card.img-right {
  text-align: left
}
.intro-card.img-right img {
  right: 0;
  transform: translate(-25%, -50%)
}
.intro-card.img-left {
  text-align: right
}
.intro-card.img-left img {
  left: 0;
  transform: translate(25%, -50%)
}
.support-item {
  text-align: center;
  margin-top: 60px
}
.support-item span {
  margin-bottom: 20px
}
.support-item .text {
  line-height: 36px
}
@media screen and (min-width:24px) and (max-width:1400px) {
  .support-item {
    max-width: 96px
  }
  .support-item span {
    transform: scale(0.8) translateX(-12px);
    margin-bottom: 10px
  }
}
.prices-group {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 2%;
  flex-wrap: wrap;
  padding: 0 10px;
  margin: 0 auto 80px;
  max-width: 1560px;
}
.prices-group > * {
  flex: 1
}
.price-card {
  border-radius: 15px;
  overflow: hidden;
  filter: drop-shadow(0 10px 27px rgba(0, 0, 0, 0.1));
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: column
}
.price-card .title {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100px;
  font-weight: normal;
  font-size: 2.25rem;
  padding: 0 10px;
  color: #fff;
  background: linear-gradient(to right, #0d93ff, #84f8ff)
}
.price-card [class^=btn-] {
  margin-top: 80px;
  position: relative
}
@media screen and (min-width:24px) and (max-width:1400px) {
  .price-card .title {
    font-size: 1.625rem
  }
}
.price-box {
  padding:30px 0 10px;
  margin-bottom: 8px;
  background: #062D6D;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 160px
}
.price-box .text {
  font-size: 1.125rem;
  text-align: center;
  display: block
}
.price-info {
  text-align: center;
  font-size: 2.25rem;
  color: #ffc901
}
.price-info span {
  display: block
}
@media screen and (min-width:24px) and (max-width:1400px) {
  .price-info {
    font-size: 1.75rem
  }
}
.price {
  color: #e82332;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 5px
}
.price .cur {
  font-size: 3rem;
  font-weight: bold;
  display: inline-block
}
.price .money {
  font-size: 4.5rem;
  line-height: 70px;
  font-weight: 900;
  display: inline-block
}
.price-content {
  flex: auto;
  background: #062D6D;
  padding: 40px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  z-index: -2;
  position: relative
}
.price-content .row {
  text-align: center
}
.price-content .row .text {
  font-size: 1.875rem
}
.price-content .row + .row {
  margin-top: 53px
}
.note {
  color: #0D93FF;
  font-size: 1.75rem
}
.list-content {
  width: 100%;
  flex: auto;
  font-size: 1.5rem
}
@media screen and (min-width:24px) and (max-width:1400px) {
  .list-content {
    font-size: 1.25rem
  }
  .list-content .list-title {
    line-height: 35px
  }
}
.list-title {
  line-height: 45px;
  letter-spacing: 0.24px;
  color: #498EFF
}
.list-value {
  line-height: 45px;
  letter-spacing: 0.24px;
  color: #898989
}

.list-title-CDN {
  line-height: 45px;
  /*letter-spacing:  1px;*/
  border: #cfcfcf 1px solid;
  color: #ffc901;
  text-align: center;
}
.list-value-CDN {
  line-height: 45px;
  /*letter-spacing: 0.5px;*/
  color: #ffffff;
  border: #cfcfcf 1px solid;
  text-align: center;
}

.sec-banner {
  margin-top: 80px
}
.sec-banner .item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column
}
.sec-banner .heading-box {
  max-width: 788px
}
.sec-banner .arrow-btn-prev {
  top: 60%;
  left: 10%
}
.sec-banner .arrow-btn-next {
  top: 60%;
  right: 10%
}
@media screen and (min-width:24px) and (max-width:1400px) {
  .sec-banner .arrow-btn-prev {
    left: 0
  }
  .sec-banner .arrow-btn-next {
    right: 0
  }
}
.highlight-red {
  color: #E82332
}
.protection-img{
  width: 230px;
  position: absolute;
  top: 1vw;
  right: 37vw;
  transform: translate(100%,0);
}
.unlimited-data-usage-img{
  width: 230px;
  position: absolute;
  top: -2vw;
  right: 23vw;
  transform: translate(100%,0);
}
@media screen and (min-width:24px) and (max-width:1400px){
  .protection-img,.unlimited-data-usage-img{
    display: none;
  }
}



.cdn-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  margin-bottom: 165px;
  position: relative
}
.cdn-item > * {
  flex: 1
}
.cdn-item .img {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 50%;
  height: 100%
}
.cdn-item .img img {
  max-width: 100%
}
.cdn-item .content {
  max-width: 50%
}
.cdn-item.img-right .content {
  order: 0;
  padding-right: 20px
}
.cdn-item.img-right .img {
  order: 1
}
.cdn-item.img-left .content {
  order: 1;
  padding-left: 20px
}
.cdn-item.img-left .img {
  order: 0
}
.cdn-item .text + .text {
  margin-top: 20px
}
.cdn-item .index-heading {
  text-align: left
}
.cdn-item .btns-group {
  justify-content: flex-end;
  margin-top: 60px
}
.cdn-item.top {
  align-items: flex-start;
  margin-bottom: 70px;
  margin-top: 30px
}
.func-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1340px;
  margin-bottom: 100px;
  flex-wrap: wrap
}
.func-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px
}
ul.text {
  padding-left: 20px
}
ul.text li {
  list-style: disc
}
.acc-box {
  max-width: 750px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px
}
.acc-box .btns-group {
  justify-content: flex-start
}
.acc-box .title {
  font-size: 1.5rem;
  color: #3399FF;
  font-weight: normal
}
.acc-box [class^=btn-] {
  margin-top: 50px
}
.table-box {
  max-width: 1700px;
  margin-bottom: 150px
}
.table {
  width: 100%;
  /*font-size: 1.5rem;*/
  font-size: 1.25rem;
  border-collapse: collapse;
}
.table th {
  height: 60px;
  color: #fff;
  background: linear-gradient(90deg, #0D93FF 0%, #84F8FF 100%), #75DAFF;
  border: solid #fff;
  border-width: 0 6px
}
.table th:first-child {
  background: none;
  text-align: left;
  color: #498eff
}
.table th:last-child {
  background: linear-gradient(90deg, #F83600 0%, #FACC22 100%), #75DAFF
}
.table tbody tr {
  height: 60px
}
.table tbody tr:nth-of-type(2n) {
  background: #f8f8f8
}
.table tbody tr.btns {
  height: auto;
  background: none
}
.table tbody tr.btns td {
  padding-top: 20px
}
.table td {
  color: #898989;
  text-align: center;
  padding: 0 6px
}
.table td:first-child {
  color: #498eff;
  text-align: left
}
.table td.red-text {
  color: #ff0000;
  white-space: nowrap
}
.table [class^=icon-] {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	font-size: 1rem;
	font-weight: bold;
	color: #fff
}
.table .icon-Close {
	background-color: #e4050a
}
.table .icon-Check {
	background-color: #1bb95d
}
.job-container, .job-container2 {
	max-width: 1320px
}
.job-container > .btns-group, .job-container2 > .btns-group {
	justify-content: flex-end;
	margin-top: 10px
}
.big-banner img {
	width: 100%
}
.job-block {
	background: #fff;
	margin: 40px 0;
	padding: 40px 50px 100px;
	min-height: 100vh
}
.job-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px
}
.job-tabs-menu {
  margin-bottom: 58px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap
}
.job-tab {
  min-width: 90px;
  line-height: 38px;
  border-radius: 20px;
  border: solid 2px #898989;
  color: #898989;
  display: inline-block;
  padding: 0 15px;
  font-size: 1.5rem
}
.job-tab.active {
  border-color: #3399FF;
  background-color: #3399FF;
  color: #fff
}
.job-content .text {
  line-height: 32px;
  margin-bottom: 32px
}
header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10
}
.nav {
  background: #fff;
  height: 125px;
  padding: 13px 0;
  position: relative;
  z-index: 2;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.nav .acc-box, .nav .banner-box, .nav .container, .nav .func-group, .nav .job-container, .nav .job-container2, .nav .provider-list, .nav .table-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  gap: 20px;
  position: relative
}
@media screen and (min-width:24px) and (max-width:1400px) {
	.nav {
		height: 100px
	}
	.nav .acc-box, .nav .banner-box, .nav .container, .nav .func-group, .nav .job-container, .nav .job-container2, .nav .provider-list, .nav .table-box {
		gap: 15px
	}
}
.nav-logo {
  height: 100%;
  position: relative;
  display: inline-block
}
.nav-logo a {
  display: block;
  height: 100%
}
.nav-logo img {
  height: 100%;
  display: block
}
.nav-menu {
  flex: auto
}
.nav-menu > ul {
  display: flex;
  justify-content: flex-end;
  align-items: center
}
.nav-menu > ul > li > a[href]:hover {
  transform: translateY(-5px)
}
.nav-menu a {
  display: inline-block;
  white-space: nowrap
}
.nav-menu i {
  vertical-align: middle
}
.nav-menu-li {
  font-size: 1.5rem;
  position: relative
}
.nav-menu-li > a {
  color: #626262;
  display: inline-block;
  padding: 0 20px;
  line-height: 24px
}
.nav-menu-li > a i {
  color: #4BD8FF;
  font-size: 0.75rem;
  transform: scale(0.8);
  display: inline-block;
  margin-left: 10px
}
.nav-menu-li:not(:first-child) {
/*  border-left: solid 2px #626262*/
}
.nav-menu-li:hover > .dropdown-list {
  opacity: 1;
  pointer-events: initial
}
@media screen and (min-width:24px) and (max-width:1400px) {
  .nav-menu-li {
    font-size: 1.125rem
  }
}
.dropdown-list {
  padding-top: 12px;
  color: #626262;
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none
}
.dropdown-list ul {
  background: #F5F5F5;
  min-width: 195px;
  padding: 4px 0;
  border-radius: 5px
}
.dropdown-list li {
  position: relative
}
.dropdown-list li:hover > a {
  color: #fff;
  background-color: #4BD8FF
}
.dropdown-list li:hover > a i {
  color: #fff
}
.dropdown-list li:hover > .dropdown-list {
  opacity: 1;
  pointer-events: initial
}
.dropdown-list a {
  display: block;
  padding: 0 10px;
  line-height: 40px
}
.dropdown-list a i {
  position: absolute;
  top: 15px;
  right: 6px;
  display: inline-block;
  color: #4BD8FF;
  font-size: 0.75rem;
  transform: scale(0.8) rotate(-90deg)
}
.dropdown-list .dropdown-list {
  top: 0;
  left: 100%;
  padding-top: initial
}
.language-dropdown {
  position: relative;
  cursor: pointer;
  width: 150px;
  height: 40px
}
.language-dropdown .default {
  width: 100%;
  border-radius: 20px;
  background: #333333;
  color: #fff;
  font-size: 1.5rem;
  line-height: 40px;
  padding: 0 30px 0 20px;
  position: relative;
  z-index: 1
}
.language-dropdown .default span {
  white-space: nowrap
}
.language-dropdown i {
  z-index: 1;
  color: #4BD8FF;
  font-size: 0.75rem;
  transform: scale(0.8);
  display: inline-block;
  margin-left: 5px;
  position: absolute;
  top: 13px;
  right: 15px
}
.language-dropdown .list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #333333;
  border-radius: 20px;
  overflow: hidden;
  pointer-events: none;
  height: 40px;
  z-index: 0
}
.language-dropdown .list a {
  display: block;
  opacity: 0;
  font-size: 1.5rem;
  color: #fff;
  padding: 0 20px;
  line-height: 40px;
  background-color: transparent
}
.language-dropdown .list a:hover {
  background-color: #4BD8FF
}
.language-dropdown:hover .list {
  padding-top: 40px;
  pointer-events: initial;
  height: auto
}
.language-dropdown:hover .list a {
  opacity: 1
}
@media screen and (min-width:24px) and (max-width:1400px) {
  .language-dropdown {
    width: 115px
  }
  .language-dropdown .default {
    font-size: 1.125rem;
    padding: 0 30px 0 15px
  }
  .language-dropdown i {
    right: 10px
  }
  .language-dropdown .list a {
    font-size: 1.125rem;
    padding: 0 15px
  }
}
[class^=logo-] {
  display: inline-block;
  background-image: url("../images/home/provider/provider_sprites.png")
}
[class^=link-] {
  display: inline-block;
  background-image: url("../images/footer/social_link_sprites.png")
}
[class^=os-] {
  display: inline-block;
  background-image: url("../images/IDC/os_sprites.png")
}
[class^=support-icon-] {
  width: 120px;
  height: 120px;
  display: inline-block;
  background-image: url("../images/IDC/support_sprites.png")
}
[class^=si-icon-] {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-image: url("../images/CRM/si_sprite.png")
}
.logo-alibaba {
  width: 304px;
  height: 39px;
  background-position: -10px -10px
}
.logo-aws {
  width: 150px;
  height: 91px;
  background-position: -10px -872px
}
.logo-azure {
  width: 241px;
  height: 71px;
  background-position: -10px -498px
}
.logo-baidu {
  width: 313px;
  height: 69px;
  background-position: -10px -319px
}
.logo-chinamobile {
  width: 275px;
  height: 79px;
  background-position: -10px -773px
}
.logo-chinatelecom {
  width: 265px;
  height: 73px;
  background-position: -10px -680px
}
.logo-chinaunicom {
  width: 201px;
  height: 109px;
  background-position: -10px -1210px
}
.logo-googlecloud {
  width: 353px;
  height: 58px;
  background-position: -10px -69px
}
.logo-hongkong {
  width: 125px;
  height: 93px;
  background-position: -10px -983px
}
.logo-intel {
  width: 179px;
  height: 70px;
  background-position: -10px -408px
}
.logo-huawei {
  width: 292px;
  height: 65px;
  background-position: -10px -147px
}
.logo-oneprovider {
  width: 268px;
  height: 71px;
  background-position: -10px -589px
}
.logo-pccw {
  width: 286px;
  height: 94px;
  background-position: -10px -1096px
}
.logo-ts {
  width: 249px;
  height: 67px;
  background-position: -10px -232px
}
.link-gmail {
  width: 35px;
  height: 35px;
  background-position: -10px -10px
}
.link-telegram {
  width: 35px;
  height: 35px;
  background-position: -10px -65px
}
.link-skype {
  width: 35px;
  height: 35px;
  background-position: -10px -120px
}
.link-qq {
   width: 35px;
   height: 35px;
   background-position: -10px -175px
 }
.link-wechat {
  width: 35px;
  height: 35px;
  background-position: -10px -175px
}
.os-centos {
  width: 241px;
  height: 64px;
  background-position: -10px -253px
}
.os-debian {
  width: 222px;
  height: 62px;
  background-position: -10px -88px
}
.os-ubuntu {
  width: 238px;
  height: 63px;
  background-position: -10px -170px
}
.os-windows {
  width: 265px;
  height: 58px;
  background-position: -10px -10px
}
.support-icon-01 {
  background-position: -10px -10px
}
.support-icon-02 {
  background-position: -10px -150px
}
.support-icon-03 {
  background-position: -10px -290px
}
.support-icon-04 {
  background-position: -10px -430px
}
.support-icon-08 {
  background-position: -10px -570px
}
.support-icon-07 {
  background-position: -10px -710px
}
.support-icon-05 {
  background-position: -10px -850px
}
.support-icon-06 {
  background-position: -10px -990px
}
.si-icon-01 {
  background-position: -10px -10px
}
.si-icon-02 {
  background-position: -10px -110px
}
.si-icon-03 {
  background-position: -10px -210px
}
.si-icon-04 {
  background-position: -10px -310px
}
.si-icon-05 {
  background-position: -10px -410px
}
.si-icon-06 {
  background-position: -10px -510px
}
.si-icon-07 {
  background-position: -10px -610px
}
.si-icon-09 {
  background-position: -10px -710px
}
.si-icon-08 {
  background-position: -10px -810px
}
.si-icon-10 {
  background-position: -10px -910px
}
.si-icon-11 {
  background-position: -10px -1010px
}
footer {
  background-image: linear-gradient(to right, #003366, #0d93ff);
  padding: 40px 0 25px 0;
  bottom: 0;
  width: 100%
}
footer .acc-box, footer .banner-box, footer .container, footer .func-group, footer .job-container, footer .job-container2, footer .provider-list, footer .table-box {
  display: flex;
  justify-content: space-between;
  align-items: stretch
}
.footer-logo {
	margin-right: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
}
.footer-logo img{
  width: 185px;
}
@media screen and (min-width:24px) and (max-width:1400px) {
	.footer-logo {
		margin-right: initial
	}
	.footer-logo img {
		max-width: 20vw
	}
}
.footer-menu {
  flex: auto;
  height: 100%;
  /*margin-left: 20px*/
  margin-left: 120px
}
.footer-menu .title {
  font-size: 1.5rem;
  color: #fff;
  white-space: nowrap;
  font-weight: normal;
  margin-bottom: 10px
}
.footer-menu > ul {
  display: flex;
  justify-content: center;
  gap: 120px
}
.footer-menu > ul > li {
  max-width: 110px
}
@media screen and (min-width:24px) and (max-width:1400px) {
  .footer-menu .title {
    font-size: .8rem
  }
  .footer-menu ul {
    gap: 20px
  }
  .footer-menu ul > li {
    min-width: auto;
    max-width: 20%
  }
}
.footer-list {
  font-size: 1.125rem;
  color: #33cbf9
}
.footer-list a {
  display: block;
  white-space: nowrap
}
.footer-list li {
  margin-bottom: 10px
}
@media screen and (min-width:961px) and (max-width:1399px) {
.footer-menu ul {
    gap: 6vw;
}
  .footer-menu .title {
    font-size: 1.1rem
  }
}

@media screen and (min-width:24px) and (max-width:1400px) {
  .footer-list {
    font-size: 0.875rem
  }
}
.social-links {
  margin-left: 40px
}
.social-links li {
  margin-bottom: 10px
}
.social-links a {
	font-size: 1.125rem;
	color: #fff;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 5px;
	position: relative;
}
.social-links a .hint {
	display:none;
	position: absolute;
  top: 50%;
  left: -260px;
  background: url(../images/text_blank.png) no-repeat;
  min-width: 260px;
  height: 42px;
  text-indent: 0;
  line-height: 42px;
  margin-right: 8px;
  padding-right: 18px;
  background-size: 100% 100%;
  transform: translateY(-50%);
  text-align: center;
  color: #66ccff;
}
.social-links a:hover .hint {
	display:block;
}
@media screen and (min-width:24px) and (max-width:1400px) {
  .social-links {
    margin-left: 5%
  }
  .social-links a {
    font-size: 0.875rem
  }
}
.copy-right {
	font-size: 0.875rem;
	color: #fff;
	text-align: center;
	margin-top: 20px;
}

/*202206------------------------------------------------------------*/
.social-links {
  position: fixed;
  right: 20px;
  bottom: 250px;
  width: auto;
	text-align: center;
	z-index: 4;
}

.social-links ul {display: inline-block;}
.social-links li {display: block;margin: 18px 14px;}
.social-links a {text-indent:-9999px;white-space:nowrap;line-height:0;}
[class^=link-] {
    width: 80px;
    height: 80px;
    display: inline-block;
	background-size: cover;
    background-position: center;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0 0 6px 0 rgb(0 0 0 / 40%);
}
.link-telegram {background-image: url("../images/footer/telegram.png");}
.link-skype {background-image: url("../images/footer/skype.png");}
.link-gmail {background-image: url("../images/footer/gmail.png");}
.link-qq {background-image: url("../images/footer/qq-logo.png");}

@media screen and (min-width:24px) and (max-width:1390px) {
[class^=link-] {
    width: 50px;
    height: 50px;
}
}
.btns-group [class^=btn-] {
    margin: 6px;
}
.container { padding: 0 10px;}

.banner-box {
	padding: 80px 20px 0;
	align-items: center;
}
.banner-box .content {	min-width: 40%;}
@media screen and (min-width:961px) and (max-width:1399px) {
	.banner-box {
		padding: 40px 20px 30px;
		align-items: center;
	}
}


.top_menu { top: 1.5%; left: 5%; position: fixed; z-index: 201; cursor: pointer; font-size: 12px; background-color:rgba(0, 0, 0, 0.8); padding:3px; display: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.icon-bar { display: block; width: 25px; height: 3px; border-radius: 5px;
    background-color: #4bd8ff; margin: 6px;
    -webkit-transition: background-color .35s,-webkit-transform .175s cubic-bezier(.215,.61,.355,1),opacity .175s cubic-bezier(.215,.61,.355,1);
    transition: background-color .35s,transform .175s cubic-bezier(.215,.61,.355,1),opacity .175s cubic-bezier(.215,.61,.355,1);
    -webkit-transform: translateY(0)translateZ(0);
	transform: translateY(0)translateZ(0);}
.root_menu_closed .icon-bar:first-child {
	-webkit-transform: translateY(9px)rotate(45deg);
	-ms-transform: translateY(9px)rotate(45deg);
	transform: translateY(9px)rotate(45deg);
}
.root_menu_closed .icon-bar:nth-child(2) {opacity: 0;}
.root_menu_closed .icon-bar:last-child {
	-webkit-transform: translateY(-9px)rotate(-45deg);
	-ms-transform: translateY(-9px)rotate(-45deg);
	transform: translateY(-9px)rotate(-45deg);
}
.pc{display: block;}
.pc-flex{display: flex;}
.sp, .sp-flex {display: none !important;}
@media screen and (max-width:720px) {
  .table_CDNSystemPrice{
     max-width: 500px;
  }
}
@media screen and (max-width:500px) {
  .table_CDNSystemPrice .btn-tab{
    min-width: 100px !important;
  }
}
@media screen and (min-width:24px) and (max-width:960px) {
  /* 20220705 */
  .provider_img.sp{
    display:block !important;
  }
  .swiperBox:not(.swiperOriginal){
    margin-left: -10px;
    margin-right: -10px;
    padding-bottom: 5px;
  }
  .swiperBox .swiper{
    padding: 0 50px 30px;
  }
  .swiperBox.swiperOriginal .swiper{
    padding: 0 50px 0;
  }
  .swiperBox .pagination{
    position:absolute;
    gap:10px;
  }
  .swiperBox .pagination .pagination-dot{
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #ccc;
  }
  .swiperBox .list-content li{
    height:auto;
    margin-bottom: 5px;
    display:flex;
    align-items: flex-start;
  }
  .IDCpage #price .price-card .list-title{
    word-break: keep-all;
  }
  .swiperBox .list-content li *{
    line-height: 1.5em;
  }
  .banner-box>img{
    margin: 0 auto;
  }
  .border:after {
    width: 60%;
  }
  [class^=arrow-btn-]{
    width: 10%;
    max-width: 40px;
    height: 50px;
    background-size: 35% 60%;
  }
  .table_CDNSystemPrice{
     display: flex !important;
     flex-wrap: wrap;
     justify-content: center;
     align-items: flex-start;
     margin: 20px auto;
  }
  .table_CDNSystemPrice .btn-tab{
    background-color: #fff;
    color:#898989;
    border:2px solid #898989;
    border-radius: 25px;
    min-width: 125px;
    margin: 10px 5px;
    line-height: 40px;
  }
  .table_CDNSystemPrice .btn-tab.active{
    background-color: #3399ff;
     color:#ffffff;
    border:2px solid #3399ff;
  }
  /* end */
	.sp {display: block !important;}
	.sp-flex {display: flex !important;}
	.pc, .pc-flex {display: none !important;}

	html {
	  font-size: 13px;
	}
	.nav {
		height: 60px;
	}
	.nav-menu {
		display: none;
		flex: auto;
		position: absolute;
		width: 100%;
		height: 100vh;
		top: 47px;
		left: 0;
	}
	.nav-menu > ul {
		display: inline-block;
		background-color: #f8f8f8;
		height: 100vh;
		line-height: 3;
		position: relative;
		z-index: 2;
		overflow: hidden;
	}
	.dropdown-list {
		padding-top: 0;
		position: relative;
	/*    left: 20%;*/
		opacity: 1;
		pointer-events: auto;
	}
	.dropdown-list ul {
		background: transparent;
		list-style: disc;
		min-width: auto;
      padding: 0 0 0 40px;
      margin-top: -10px;
		margin-bottom: 6px;
	}
	.dropdown-list a {
		line-height: 30px;
	}
	.dropdown-list li {
		list-style: disc;
	}
	.dropdown-list .dropdown-list {
		left: 0;
	}
	.nav-menu-li > a i {
	opacity: 0;
	}
	.dropdown-list a i{opacity: 0;}
	.nav-logo {
		margin: auto;
	}
	.language-dropdown {
		position: absolute;
		right: 0;
		-moz-transform: scale(.8);
		-webkit-transform: scale(.8);
		-o-transform: scale(.8);
		-ms-transform: scale(.8);
		transform: scale(.8);
	}

	.top_menu { display:block}
	.nav-menu.menu_open { display:block}
	.nav-menu_bg{
		position: absolute;
		width: 100%;
		height: 100vh;
		top: 0;
		left: 0;
		background-color: rgb(0 0 0 / 65%);}
	[class^=arrow-btn-] {
		height: 50px;}
	  .sec-banner .arrow-btn-next {
		  /* right: -20px; */
    }
	  .sec-banner .arrow-btn-prev {
		  /* left: -20px; */
    }
	.swiper-slide .banner-box {
		/* width: calc(100% - 40px);*/
    width: 80%;
    min-width: calc(100% - 80px);
  }
	.banner-box {
		padding: 20px 20px 20px;
		display: table;
	}
	.banner-box img {
		max-width: calc(100% - 0px);
	}
	.banner-box .img-content {
		max-width: calc(100% - 0px);
	}
	.banner-box .btns-group {
		justify-content: center;
	}
	.banner-box .content {
		max-width: 100%;
		padding-top: 2em;
	}
	.heading {font-size: 1.6rem;margin-bottom: 10px;}
	.heading strong ,.sub-heading strong {display: inline-block;}
	.sub-heading {font-size: 1.25rem;margin-bottom: 15px;}
	.sub-heading .highlight {font-size: 1.25rem;}

	footer .container{display: inline-block;width:100%;}
	.footer-logo {
		margin-bottom: 16px;
		position: relative;
	}
	.footer-menu {
		margin-left: 0;
	}
	.cards-box {
		margin-top: 0;
		flex-wrap: wrap;
	}
	.cards-box .item {
		flex: 0 0 44%;}
	.cards-box .img {
		padding: 0 25px 25px;
		height: 180px;}
	.cards-box .text {
		min-height: inherit;
	}
	.item .index-heading {
		font-size: 1.25rem;
		margin-bottom: 6px;
	}
	.provider_img img{width: 100%;}
	.sec.bg {
		margin-bottom: -40px;}
	.banner {
		margin-bottom: 50px;}
	.intro-box {
		margin: 0 0 40px;;
	}
	.intro-card.line {
		margin-bottom: 90px;
	}
	.intro-card.line:after {
		height: 40px;	}
	.index-heading + .btns-group {
		margin: 48px 0 55px;
	}
	.intro-card.img-right img {
		transform: translate(3%, -35%);
	}
	.intro-card.img-left img {
		left: 0;
		transform: translate(-3%, -44%);
	}
	.intro-card img {
		width: 30%;
	}
	.sec {
		margin-bottom: 80px;
	}
	.sec.in1 {
		margin-bottom: 0;
	}
	.sec.in2 {
		margin-bottom: -40px;
	}
	.sec.in3 {
		margin-bottom: 100px;
	}
	.sec.abo1 {
		margin-bottom: -20px;
	}
	.abo3 .cdn-item.top {
		margin-top: -20px;
	}

	.support-item span {
		transform: scale(0.55) translateX(-60px);
		margin-bottom: -20px;
	}
	.flex-box {
		gap: 36px;
		justify-content: center;
		margin-bottom: 0;
	}
		.flex-box-2{transform: translateX(-15px);}
	.support-item span {
		transform: scale(0.55) translateX(-30px);
		margin-bottom: -20px;
	}
	.support-item .text {
		line-height: 1.4;
		width: 140%;
	}
	.support-item {
		max-width: 56px;
		margin-top: 0;
	}
	.intro-item {
		display: block;
		text-align: center;}
	.intro-item img {
		display: inline-block;
		max-width: 65%;}
	.flex-box .index-heading {
		font-size: 1.25rem;
		text-align: center;
		margin-top: 10px;
	}
	.intro-item .text {
		margin-bottom: 4px;
	}
	.intro-item [class^=btn-] {
		margin-top: 20px;
		margin-bottom: 50px;
	}
	.sec.gray-bg.IDC {
		padding: 30px 0 60px;
	}
	.sec.gray-bg, .sec.white-bg {
		margin-bottom: 0;
		padding: 30px 0;
	}
	.heading-box {
		margin: 0 auto 42px;}
	.heading-box + .btns-group {
		margin: 40px 0 45px;    flex-wrap: wrap;
	}
	.price-card {
		flex-basis: auto;
	}
	.price-card .title {
		height: 50px;}
	.price-box {
      height: 100px;margin-bottom: 0;
	}
	.price-content {
		padding: 20px 24px 40px;
		margin-bottom: 20px;
		border-radius:0 0 15px 15px;
	}
	.price-card [class^=btn-] {
		margin-top: 40px;
		position: relative;
	}
	.sec{overflow: hidden;}
	.list-content li{height: 1.8em;}
	.sec-banner .item {width: 90%;margin: auto;}
	.sec-banner .item img {width: 80%;margin: auto;}
	.sec-banner {
		margin-top: 40px;
	}
	.note {
		font-size: 1.15rem;
	}
	.price-content .row .text {
		font-size: 1.175rem;
	}
	 .price-content .row + .row {
		margin-top: 10px;
	}
	.cdn-item{gap: 0;}
	.index-heading {
		font-size: 1.15rem;
		margin-bottom: 10px;
	}
	.cdn-item .index-heading {
		text-align: center;
	}
	.cdn-item{margin-bottom: 55px;}
	.sec.CDN_a{margin-bottom: 0;}
	.banner-box_img{padding: 0 10%;}
	.intro-card .text{padding: 0;}

	.cdn-item.CRM{flex-direction: column;margin-bottom: 20px;}
	.cdn-item.CRM .img {
		max-width: 80%;
		margin-top: 20px;
	}
	.cdn-item.CRM .content{max-width: 100%;}
	.cdn-item.CRM2{flex-direction: column-reverse;margin-bottom: 5px;}
	.cdn-item.CRM2 .img{max-width: 80%;padding-top: 30px;padding-bottom: 20px;}
	.cdn-item.CRM2 .content{max-width: 100%;}

	.func-group {
		justify-content: space-between;
		margin-bottom: 30px;
		padding: 0;
	}
	.func-item {
		align-items: center;
		gap: 0;
		margin-bottom: 0;
		overflow: hidden;
		flex-direction: column;
		transform: scale(.9);
	}
	.func-item [class^=si-icon-] {
		transform: scale(.6);}
	.func-group.CRM2{margin-bottom: 0;}
	.func-group.CRM2 .func-item{flex-direction: row;}
	.acc-box {margin-bottom: 0;justify-content: space-around;}
	.acc-box .title {font-size: 1.2rem;padding: 8px 0;}
	.acc-box .item{text-align: center;}
	.acc-box .btns-group {justify-content: center;}
	.acc-box .btns-group a{margin-top: 30px;}


	.job-container > .btns-group, .job-container2 > .btns-group {
		justify-content: center;
		margin-top: 10px
	}
	.job-content .text {
		margin-bottom: 12px;
	}
	.job-tabs-menu {
		margin-bottom: 30px;
		gap: 6px;
		flex-wrap: wrap;
	}
	.job-tab {
		line-height: 24px;
		padding: 0 8px;
		font-size: 1rem;
	}
	.job-block {
		padding: 40px 10px;
		min-height: inherit;
	}
	.about_banner {margin-bottom: 0;}
	.about .cdn-item .img {max-width: 100%;margin: 2em auto;}
	.about .cdn-item {flex-direction: column;}
	.about .cdn-item .content {max-width: 100%;}
	.about .cdn-item.img-left .content {padding-left: 0;}
	.about .cdn-item .btns-group {justify-content:center;}
	.footer_span_txt{display: none;}
	ul.text li {
		line-height: 1.4;
		margin-bottom: 0.8em;
	}
	.btns-group {
		gap: 0;
	}
	.dropdown_list_ul{min-width: 200px;}
	.dropdown-list .dropdown-list{padding-left: 0;}
	.dropdown_list {background-color: #eee;}
	.dropdown_list > a{background-color: #ddd;}
	.job-container {padding: 0 16px;}
	.job-container2 {padding: 0;}

	.social-links {
		margin: 0;
		position: absolute;
		top: -105px;
		left: 0;
		right: auto;
		bottom: auto;
		width: 100%;
		background-color: #eeeeee;
	}
	.social-links li {display: inline-block;margin: 18px 14px;position:relative;}
}

.mainShadow {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 19px;
	background: url(../images/home/main_shadow.png) repeat-x;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
	margin-top: 50px;
}
@media screen and (min-width:24px) and (max-width:960px) {
	.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
		margin-top: 0;
	}
}
body:not(.noAction) .price-card:hover .title, .price-card:hover [class^=btn-] {
  background: linear-gradient(to right, #f83600, #facc22)
}
.indexpage .in4{
  background-color: #f8f8f8;
  margin-bottom: 0;
  padding:60px 0 120px;
}
.indexpage .list-news{
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 30px;
}
.indexpage .list-news .list{
  width: 48.5%;
  display:flex;
  align-items: stretch;
  margin-top: 30px;
}
.indexpage .list-news .newsLink{
  display:flex;
  justify-content: space-between;
  align-content: flex-start;
  border-radius: 20px;
  padding:20px;
  box-shadow: 2px 0 10px rgba(0,0,0,0.1);
  transition: 0.5s;
}
.indexpage .list-news .newImg{
  width: 113px;
  height: 113px;
  background-color: #eeeeee;
}
.indexpage .list-news .newContainer{
  width: calc(100% - 113px);
  padding-left: 20px;
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  color:#626262;
}
.indexpage .list-news .newTop{
  display:flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 10px;
}
.indexpage .list-news .newcTitle{
  color:#4bd8ff;
  padding-right: 10px;
}
.indexpage .list-news .newcDate{
  white-space:nowrap;
}
.indexpage .list-news .newcContent{
  width: 100%;
}
body:not(.noAction) .indexpage .newsLink:hover{
  background: #f3f3f3;
  box-shadow: 2px 5px 5px rgba(0,0,0,0.2);
}
@media screen and (min-width: 24px) and (max-width: 960px){
  .indexpage .in4{
    padding-top:30px;
  }
}
@media screen and (min-width: 24px) and (max-width: 880px){
  .indexpage .list-news{
    max-width: 500px;
    width: 90%;
    margin: 30px auto 0;
  }
  .indexpage .list-news{
    margin-top: 10px;
  }
  .indexpage .list-news .list{
    width: 100%;
  }
}
.newspage .block-container{
  max-width: 1250px;
  width: 90%;
  padding: 6% 5% 3% 5%;
  box-shadow: 0 0 10px rgba(0,0,0,.07);
  border-radius: 10px;
  margin: 0 auto 60px;
}
.newspage .block-newsTop{
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 5%;
}
.newspage .newsTitle{
  color:#4bd8ff;
  font-size: 2.25em;
  padding-right: 10px;
}
.newspage .newsDate{
  white-space:nowrap;
  padding-top: 10px;
}
.newspage .contentTitle{
  color:#4bd8ff;
  margin-bottom: 10px;
  margin-top: 5%;
}
.newspage p{
  margin-bottom: 5%;
}
.newspage .list-newsLink{
  margin-top: 8%;
  display:flex;
  justify-content: space-between;
}
.newspage .newsLink:hover{
  color:#0d93ff;
}
.newspage .newImg img{
  max-width: 100%;
  width:auto;
  height:auto;
  margin-bottom: 20px;
}
@media screen and (min-width: 24px) and (max-width: 1023px){
  .newspage .newsDate{
    width:100%;
  }
}
.CRM-bg{
  width: 1400px;
  position: relative;
  background: url("../images/CRM/crm_bg.png") no-repeat center;
  background-size: cover;
  margin: auto;
}
.CRM-bg h4{
  padding: 10px 0;
  color: #b3b3b3;
  font-size: 7rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
}
.CRM-bg h5{
  padding: 48px 0;
  color: #ffffff;
  text-align: center;
  font-size: 7rem;
}
.finding{
  width: 45vw;
  margin: auto;
  transform: translate(-10%,6%);
}
.CRM-bg table{
  margin: auto;
  padding: 0 0 50px 0;
}
.CRM-bg table tr{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.CRM-bg table tr td{
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.CRM-bg table tr td p{
  padding: 0 20px;
  color: #ffffff;
  font-size:6.5rem;
}
.CRM-bg table img{
  width: 100px;
  /*height: 80px;*/
}
.decorate{
  width: 50vw;
  margin: auto;
  /*transform: translate(-10%,6%);*/
}
.connect-link{
  width: 1000px;
  line-height: 160px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,-25%);
  font-size: 3.75rem;
  color: #ffffff;
  background: linear-gradient(to bottom , #0088ff, #8000ff);
  border-radius: 10px;
}
.connect-link img{
  position: absolute;
  transform: translate(0,-50%);
  top: 50%;
  left: 12.5%;
  width: 13%;
}
.btn-text{
  font-size: 1.5rem;
  color: #ffffff;
}

.IDC-bg{
  width: 100%;
  position: absolute;
  top:430px;
}

.product-container{
  padding: 70px 0 0 0;
}
.product-container .product-box{
  display: flex;
  justify-content: space-around;
  height: 500px;
}
.product-container .product-box img{
  width: 50%;
}
.product-container .product-box .product-item{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 300px;
}
.banner-sub-title{
  display: flex;
  align-items: center;
  padding: 26px 0 0 0 ;
}
.banner-sub-title img{
  width: 61px;
}
.banner-sub-title strong{
  font-size: 2.25rem;
  color: #ffffff;
  padding: 0 0 0 20px;
}
@media screen and (min-width:24px) and (max-width:1400px){
  .IDC-bg{
    display: none;
  }
  .product-container{
    padding: 70px 0 0 0;
  }
  .product-container .product-box{
    flex-direction: column;
    align-items: center;
  }
  .product-container .product-box img{
    width: 30%;
  }
  .product-container .product-box .product-item{
    text-align: center;
  }
  .banner-sub-title{
    padding: 5vw 0 0 0 ;
  }
  .banner-sub-title img{
    width: 5vw;
  }
  .banner-sub-title strong{
    font-size: 5vw;
  }

  .CRM-bg{
    width: 100%;
  }
  .CRM-bg h4{
    font-size: 2.25rem;
  }
  .CRM-bg h5{
    padding: 3vw 0;
    font-size: 3rem;
  }
  .finding{
    transform: translate(-7%,6%);
    padding: 5vw 0;
  }
  .CRM-bg table tr td p{
    font-size:2rem;
  }
  .CRM-bg table img{
    width: 10vw;
  }
  .decorate{
    width: 90vw;
    margin: 0 auto 16vw ;
  }
  .connect-link{
    width: 80vw;
    bottom: -3vw;
    line-height: 5rem;
    padding: 1vw 0;
    font-size: 2rem;
  }
  .connect-link img{
    position: absolute;
    transform: translate(0,-50%);
    top: 50%;
    left: 2.5%;
    width: 13%;
  }
}
