html,
body {
  background: #fff;
}

.logo a{
  width: 132px !important;
  height: 40px;
}

.traffic-container {
  width: 100%;
  color: #163561;
  box-sizing: border-box;
  padding-bottom: 60px;
}

.top-container {
  display: flex;
  justify-content: space-between;
  height: 770px;
  position: relative;
  background: linear-gradient(180deg, #f4f8ff 0%, #ffffff 100%);
  width: 100%;
  align-items: center;
}

.top-container .top-center-container .top_btn_container{
  margin-top: 63px;
  display: flex;
  gap: 30px;
}

.top-container .img-left {
  width: 520px;
  height: 770px;
}

.top-container .img-top {
  width: 559px;
  height: 22px;
}


.top-container .top-center-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
}

.top-container .top-center-container .top_title {
  max-width: 970px;
  text-align: center;
  margin-top: 30px;
  line-height: 99px;
  font-family: Poppins-Bold;
  font-size: 66px;
  font-weight: bold;
}

.buy-now {
  width: 220px;
  height: 56px;
  box-sizing: border-box;
  color: #004ef5;
  font-family: Poppins-Bold;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  line-height: 56px;
  border: 1px solid #004ef5;
  cursor: pointer;
  border-radius: 4px;
}

.buy-now:hover{
  opacity: 0.8;
}

.get-started {
  width: 220px;
  height: 56px;
  box-sizing: border-box;
  color: white;
  background-color: #004ef5;
  font-family: Poppins-Bold;
  font-size: 16px;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  line-height: 56px;
  border-radius: 4px;
}

.get-started:hover{
  background-color: #004ef5;
  color: white;
  opacity: 0.8;
}

.trust-span {
  font-size: 18px;
  color: #5c708d;
  position: absolute;
  bottom: 16px;
  width: 100%;
  text-align: center;
}

.item_container {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.item-content {
  max-width: 1400px;
  width: 100%;
}

.item_title {
  font-family: Poppins-Bold;
  font-size: 40px;
  line-height: 60px;
}

.item_desc {
  font-size: 16px;
  line-height: 26px;
}

.cont2-div1 {
  display: flex;
  align-items: center;
}

.video-text{
  margin-left: 60px;display: flex;flex-direction: column;
}

.cont2-div2 {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #c3d1eb;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-top: 70px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}

.cont2-div2 .part {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 60px;
  box-sizing: border-box;
  flex-grow: 1;
}

.cont2-div2 .part .item {
  display: flex;
  align-items: center;
}

.cont2-div2 .part .item span {
  font-size: 16px;
  line-height: 26px;
  color: #163561;
  margin-left: 10px;
}

.cont2-div2 .part .item img {
  width: 18px;
  height: 18px;
  /* display: inline-block;
  background: url(../img/traffic_index/ic_trafficindex_check.png) no-repeat;
  background-size: contain; */
}

.cont3 {
  background-color: #f3f5fa;
}

.cont3-div1 {
  display: flex;
  margin-top: 60px;
  flex-wrap: wrap;
  gap: 30px;
}

.cont3-div1 .item {
  width: 380px;
  height: 445px;
  background-color: white;
  border-radius: 10px;
  border: 1px solid #e4e7f0;
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.cont3-item-title {
  font-size: 20px;
  line-height: 32px;
  font-family: Poppins-Bold;
}

.cont3-item-desc {
  margin-top: 15px;
  line-height: 25px;
  height: 95px;
  display: inline-block;
  color: #163561;
}

.cont3-item-divider {
  width: 100%;
  height: 2px;
  background-color: #f7f8fc;
}

.video_container{display: flex;width: 1400px;margin: 0 auto;margin-top: 20px;align-items: center;margin-bottom: 90px;justify-content: space-between;box-sizing: border-box;row-gap: 30px;}
  .video_decrib{width: 580px;}
  .video_decrib h1{font-family: Poppins-Bold;line-height: 66px;font-size: 40px;}
  .video_decrib p{margin-top: 30px;line-height: 26px;}
  .video_logo{text-align: center;width: 640px;height: 360px;background: url(../img/index_new/video_logo.png)no-repeat center;background-size: 100% 100%;border-radius: 10px;}
#myVideo, .youtube_video{
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);z-index: 9999;
}

.video_mark {
  width: 100vw;
  height: 100%;
  position: fixed;
  background-color: rgba(0,0,0,0.6);
  top: 0px;
  left: 0;
  z-index: 98999999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video_close{position: absolute;
  top: 80px;
  right: 80px;
  width: 60px;
  height: 60px;
  cursor: pointer;}

  .video_mark{display: none;}
  .video_logo img{width: 225px;margin: 0 auto;display: inline-block;margin-top: 120px;}
  .video_time{width: 120px;cursor: pointer; display: flex;align-items: center;justify-content: center; height: 48px;background: #FFFFFF;border-radius: 29px;text-align: center;margin: 0 auto;margin-top: 32px;}
  .video_time img{width: 16px;height: 16px;margin: 0;margin-left: 9px;}

.cont3-item-licontent {
  display: flex;
  flex-direction: column;
  margin-top: 17px;
  gap: 5px;
  min-height: 125px;
}

.cont3-item-li {
  display: flex;
  gap: 5px;
  align-items: center;
}

.cont3-item-li span {
  font-size: 14px;
  line-height: 23px;
}

.cont3-item-li i {
  display: inline-block;
  background-color: #004ef5;
  width: 6px;
  height: 6px;
  border-radius: 3px;
}

.cont3-item-bottom-price {
  color: #004ef5;
  font-size: 38px;
  line-height: 62px;
  font-family: Poppins-Bold;
}

.cont3-item-bottom-gb {
  color: #004ef5;
  font-size: 14px;
  line-height: 23px;
  font-family: Poppins-Bold;
}

.cont3-item-bottom-btn {
  color: white;
  background-color: #004ef5;
  line-height: 44px;
  height: 44px;
  text-align: center;
  display: inline-block;
  border-radius: 4px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

.cont3-item-bottom-btn:hover{
  background-color: #3277FF;
}

.rp-switch {
  background-color: #e8f0ff;
  border-radius: 4px;
  padding: 2px;
  display: flex;
  align-items: center;
}

.rp-switch-button {
  cursor: pointer;
  border-radius: 2px;
  height: 28px;
  line-height: 28px;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
  font-weight: 500;
}

.cont4-tab-container {
  display: inline-block;
  box-sizing: border-box;
  width: auto;
}

.cont4-tab-normal {
  padding-left: 30px;
  padding-right: 30px;
  color: #5c708d;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  line-height: 50px;
  height: 50px;
}

.cont4-tab-avtive {
  color: #004ef5 !important;
  border-bottom: 2px solid #004ef5;
  box-sizing: border-box;
}

.cont4-content {
  width: 100%;
  max-width: 1400px;
}

.cont4-part {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1400px;
}

.cont4-part img{
  width: 800px;height: 600px;
}

.cont4-part-left{
  display: flex;
  padding-top: 100px;
  box-sizing: border-box;
  flex-direction: column;
  flex: 1;
}

.cont4-content-title {
  /* font-family: Poppins-Bold; */
  font-size: 30px;
  line-height: 49px;
}

.cont4-item-check {
  display: flex;
  align-items: center;
  gap: 14px;
}

.cont4-item-check i {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(../img/traffic_index/ic_trafficindex_check.png);
  background-size: contain;
}

.cont4-item-check span {
  font-size: 16px;
  line-height: 26px;
  color: #163561;
}

.cont4-code-container {
  display: flex;
  width: 707px;
  height: 454px;
  padding: 30px;
  background-color: #303947;
  flex-direction: column;
  box-sizing: border-box;
  border-radius: 10px;
}

.cont4-code-container-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 44px;
  cursor: pointer;
  background-color: #1e242d;
  padding-left: 20px;
  padding-right: 15px;
  border-radius: 6px;
}

.cont4-code-container-top span {
  color: white;
  font-size: 16px;
}

.cont4-code-container-top i {
  background: url(../img/traffic_index/ic_trafficindex_cont4_arrow.png)
    no-repeat;
  width: 16px;
  height: 16px;
  background-position: left;
}

.cont4-code-container-bottom {
  display: flex;
  gap: 20px;
  margin-top: 15px;
}

.cont4-method-container {
  display: none;
  width: 100%;
  height: auto;
  background-color: white;
  border-radius: 4px;
  padding: 4px;
  box-sizing: border-box;
  position: absolute;
  top: 50;
  left: 0;
  z-index: 3;
}

.cont4-brower-container {
  background-color: #1e242d;
  margin-top: 16px;
  border-radius: 6px;
  height: 296px;
  max-height: 296px;
}

.cont4-brower-content{
    display: none;
    flex-direction: column;
    width: calc(100%-20px);
    padding: 10px;
    max-height: 260px;
    padding-left: 20px;
    overflow: auto;
    color: white;
}

.cont4-lang-container {
    flex-grow: 1;
    background-color: #1e242d;
    margin-top: 16px;
    border-radius: 6px;
    max-height: 296px;
    position: relative;
    overflow-x: auto;
    overflow-y: auto;
}

.copy{
  color:white;
  box-sizing: border-box;
  background-color: #303947;
  position: absolute;
  bottom: 40px;
  right: 40px;
  padding: 0px 15px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  line-height: 30px;
  display: inline-block;
  font-size: 14px;
  border-radius: 15px;
  box-sizing: border-box;
  z-index: 99;
}


.cont4-method-item {
  width: 100%;
  height: 40px;
  display: inline-block;
  border-radius: 2px;
  padding-left: 16px;
  box-sizing: border-box;
  line-height: 40px;
  cursor: pointer;
}

.cont4-method-item:hover {
  background-color: #f0f7ff;
}

.cont4-lang {
  color: white;
  background: transparent;
  height: 38px;
  border-radius: 4px;
  line-height: 38px;
  padding-left: 31px;
  padding-right: 31px;
  display: inline-block;
  cursor: pointer;
}

.cont4-browser {
    color: white;
    background: transparent;
    height: 38px;
    border-radius: 4px;
    line-height: 38px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
  }

.cont4-lang-active {
  background-color: #414e63;
}

.hljs {
  background-color: transparent !important;
}

.cont5-content{
  display: flex;margin-top: 60px;gap: 51px;
}

.cont5-item-horizontal {
  display: flex;
  gap: 50px;
  align-items: center;
}

.cont5-item {
  width: 312px;
  height: 80px;
  background: linear-gradient(180deg, #f8faff 0%, #fcfdff 100%);
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding-left: 30px;
}

.cont5-item span {
  font-size: 16px;
  line-height: 26px;
  margin-left: 10px;
}

.cont5-item-small-img {
  width: 50px;
  height: 50px;
  background-size: contain;
}

.cont5-item-big-img {
  width: 252px;
  height: 50px;
  background-size: contain;
}

.cont6 {
  height: 640px;
  padding-top: 110px;
  background: url(../img/traffic_index/ic_trafficindex_bg_cont6.png) no-repeat;
  background-position: bottom;
  /* background-size: contain; */
}

.cont6-content {
  display: flex;
  width: 100%;
  max-width: 1400px;
  margin: 0px auto;
  justify-content: space-between;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.cont6-content-left {
  display: flex;
  flex-direction: column;
  max-width: 550px;
}

.cont6-content-left-title {
  font-family: Poppins-Bold;
  font-weight: bold;
  font-size: 40px;
  color: #ffffff;
  line-height: 60px;
  text-align: left;
}

.cont6-content-left-desc {
  margin-top: 20px;
  color: white;
  font-size: 16px;
  line-height: 26px;
}

.cont6-content-left-item-cover{
  display: flex;margin-top: 36px;gap: 60px;max-width: 100%;
}

.cont6-content-left-item {
  display: flex;
  flex-direction: column;
}
.span1 {
  color: white;
  font-size: 38px;
  line-height: 62px;
  font-family: Poppins-Bold;
  font-weight: bold;
}

.span_plus {
  color: white;
  font-size: 28px;
  font-family: Poppins-Bold;
  font-weight: bold;
}

.span2 {
  color: white;
  font-size: 16px;
  opacity: 0.8;
}

.cont6-btn {
  background-color: #004cf0;
  color: white;
  height: 48px;
  width: auto;
  border-radius: 4px;
  display: inline-block;
  font-size: 16px;
  line-height: 48px;
  margin-top: 60px;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
  cursor: pointer;
  display: inn;
}

.cont6-content-right {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.cont6-content-right-item {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.cont6-content-right-item span {
  color: #ffffff;
  opacity: 0.8;
  line-height: 21px;
  font-size: 13px;
}

.cont6-content-right-item-content {
  display: flex;
  align-items: center;
}

.cont6-content-right-item-content i {
  display: inline-block;
  height: 26px;
  border-radius: 4px;
}

.cont6-content-right-item-content img {
  width: 38px;
  height: 26px;
  margin-left: 24px;
}

.cont6-content-right-item-content span {
  font-size: #ffffff;
  line-height: 26px;
  margin-left: 12px;
  font-size: 16px;
}

.badge_container {
  width: 100%;
  height: auto;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  row-gap: 20px;
}

.badge_title {
  font-family: Poppins-Bold;
  font-weight: bold;
  font-size: 40px;
  line-height: 60px;
}

.badge_subtitle {
  font-weight: 600;
  font-size: 22px;
  line-height: 37px;
  margin-top: 26px;
}

.badge_text {
  font-size: 16px;
  line-height: 26px;
}

.badge_right {
  width: 520px;
}

.badge—big-img{
  width: 580px;height: 430px;
}

.award_tyep1 {
  display: none;
}
.award_tyep2 {
  display: flex;
}

.cont7 {
  width: 100%;
  max-width: 1400px;
  display: flex;
  flex-direction: column;
}

.cont7-page {
  display: flex;
  width: 1400px;
  gap: 40px;
  overflow: hidden;
}

.cont7-page-item {
  width: 440px;
  height: 373px;
  position: relative;
}

.cont7-page-item img {
  width: 42px;
  height: 26px;
  position: absolute;
  left: 10px;
  top: 0;
  z-index: 2;
}

.cont7-page-item-content {
  width: 100%;
  height: 360px;
  margin-top: 13px;
  background-color: #f3f5fa;
  border-radius: 4px;
  display: flex;
  padding: 54px 30px 0 30px;
  box-sizing: border-box;
  flex-direction: column;
}

.cont7-page-item-content a {
  color: #004cf0;
}

.cont7-page-item-content a:hover {
  text-decoration: underline;
}

.cont7-item-title {
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  height: 64px;
  overflow: hidden;
}

.cont7-item-desc {
  height: 170px;
  margin-top: 20px;
  font-size: 14px;
  line-height: 23px;
  color: #5C708D;
  font-weight: 600;
}

.cont7-item-more {
  color: #004ef5;
  font-size: 14px;
  line-height: 23px;
  cursor: pointer;
  font-weight: 400px;
}

.cont7-item-more:hover {
  text-decoration: underline;
}

.swiper-wrapper {
  transition-timing-function: linear !important;
  display: flex;
  box-sizing: content-box;
}

.s_slide {
  cursor: pointer;
}

.slide_button {
  display: flex;
  gap: 10px;
  flex-direction: row;
  /* height: 40px;
    width: 100px; */
}

.arraw_left {
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url(../img/index_new/img_button_left_default.webp) no-repeat
    center;
}

.arraw_right {
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url(../img/index_new/img_button_right_default.webp) no-repeat
    center;
}

.arraw_left:hover {
  width: 30px;
  height: 30px;
  display: inline-block;
  background: url(../img/index_new/img_button_left_hover.webp) no-repeat center;
  background-size: cover;
}
.arraw_right {
  width: 30px;
  height: 30px;
  background: url(../img/index_new/img_button_right_default.webp) no-repeat
    center;
  background-size: cover;
}
.arraw_right:hover {
  width: 30px;
  height: 30px;
  background: url(../img/index_new/img_button_right_hover.webp) no-repeat center;
  background-size: cover;
}

.top-swiper .swiper-slide .item {
  width: 100px;
  height: 40px;
}

.top-swiper {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  height: 60px;
}

.top-swiper a {
  display: inline-block;
  width: 170px;
  cursor: default;
  height: 60px;
  vertical-align: middle;
  position: relative;
  align-items: center;
  text-align: center;
}
.top-swiper .swiper-slide {
  width: 170px;
  height: 60px;
  margin-right: 90px;
}
.top-swiper a img {
  width: 170px;
  height: 60px;
}

@media screen and (max-width: 1400px) {
  .item_container{
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }

  .cont2-div1{
    flex-direction: column;
    gap: 40px;
  }

  .cont4-part{
    margin-top: 40px;
    flex-direction: column;
  }

  .cont5-content{
    flex-direction: column;
    gap: 24px;
  }

  .cont6{
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    height: auto;
    padding-bottom: 90px;
  }

  .cont6-content{
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }

  .cont7 {
    max-width: none;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;

  }

  .cont7-page{
    width: 100%;
    flex-wrap: wrap;
  }

  .swiper-container{
    max-width: none !important;
    width: 100%;
  }

  .badge_container{
    flex-direction: column;
  }

  .video_container{
    width: 100%;
  }

  .video_decrib{
    margin-left: 60px;
    width: auto;
  }

  .video_logo{
    width: 50%;
    min-width: 500px;
  }
}

@media screen and (max-width: 1000px){
  .video_container{
    flex-direction: column;
  }

  .video_logo{
    width: calc(100% - 20px);
    min-width: none;
  }
}

@media screen and (max-width: 700px) {

  .top-container .top-center-container .top_btn_container{
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: 100%;
  }

  .buy-now{
    width: 80%;
  }

  .get-started{
    width: 80%
  }

  .video_container img{
    width: 100% !important;
    height: auto !important;
  }


  .cont7-item-desc {
    height: 160px;
    margin-top: 20px;
    display: inline-block;
    font-size: 14px;
    line-height: 23px;
    color: #5C708D;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .item_container{
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .video_logo{
    min-width: 0 !important;
  }

  .video_decrib{
    margin-left: 0px;
  }

  .video_decrib h1{
    text-align: center;
  }

  .item_title{
    text-align: center;
  }

  .top-container .img-top{
    width: 80%;
    height: auto;
  }

  .top-container .top-center-container .top_title{
    font-size: 50px;
    line-height: 60px;
  }


  .img-left{
    display: none;
  }

  .cont2-div2{
    flex-direction: column;
    gap: 15px;
  }

  .cont2-div2 .part{
    padding-left: 20px;
    padding-right: 20px;
    gap: 15px;
    box-sizing: border-box;

  }

  .video-text{
    margin-left: 0px;
  }

  .cont3-div1 .item{
    width: 100% !important;
    height: auto !important;
    padding-bottom: 20px;
    box-sizing: border-box;
  }


  .rp-switch{
    height: 30px;
  }

  .cont4-tab-container{
    overflow-x: auto;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
  }

  .cont4-tab-normal {
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap;
  }

  .cont4-part img{
    width: 100%;
    height: auto;
  }
  
  .cont4-code-container{
    width: 100%;
    height: auto;
    margin-top: 40px;
  }

  .cont5-content{
    gap: 20px;
    width: 100%;
  }

  .cont5-item-horizontal{
    gap: 20px;
    /* flex-direction: column; */
  }
  .cont5-item{
    width: 100% !important;
    box-sizing: border-box;
    justify-content: center;
    padding-left: 0px;
    padding-right: 10px;
  }

  .cont5-item-big-img{
    width: 100%;
    height: auto;
  }

  .cont6-content{
    gap: 0px;
  }

  .cont6-content-left{
    width: 100%;
  }

  .cont6-content-left-item-cover{
    gap: 30px;
  }

  .cont6-content-right{
    transform: scale(0.6);
  }

  .cont7-page{
    width: 100%;
    box-sizing: border-box;
  }

  .badge_right{
    width: 100%;
    box-sizing: border-box;
  }

  .badge—big-img{
    width: 100%;
    height: auto;
  }

  .video-container{
    width: 100%;
    height: auto;
  }

  .video-container img{
    width: 100%;
    height: auto;
    background-color: blue;
  }

  .connect_us{
    display: none;
  }
  

}
