body{
  font-family: Roboto-Regular,Roboto,Helvetica Neue,Helvetica,Tahoma,Arial,sans-serif;
}
.global-map-section {
  background-image: url(./../images/global-site-en-global-bg.jpg);
  background-size: cover;
}
.global-map-title {
  padding-top: 50px;
  padding-bottom: 40px;
  text-align: center;
}
.global-map-title .h1 {
  font-size: 32px;
  line-height: 36px;
  color: #fff;
  text-align: center;
}
.global-container {
  max-width: 1294px;
  margin-left: auto;
  margin-right: auto;
}
.global-map {
  position: relative;
}
.global-map-image-pc > img {
  display: block;
  width: 100%;
}
.global-map-image-mb {
  display: none;
}
.global-icon-region {
  display: block;
  width: 21px;
  height: 33px;
  background-size: cover;
}
.global-icon-region.-primary {
  background-image: url(./../images/global-site-en-region.svg);
}
.global-icon-region.-disabled {
  background-image: url(./../images/global-site-en-region-disabled.svg);
}
.global-icon-region.-float {
  background-image: url(./../images/global-site-en-region-float.svg);
  animation: region-float 0.5s ease-in-out alternate infinite;
}
@keyframes region-float {
  0% {
    transform: scale(1) translate(0, -3px);
  }
  100% {
    transform: scale(0.95) translate(0, 2px);
  }
}
.global-region {
  position: absolute;
  width: 21px;
  height: 21px;
  margin-left: -10px;
  margin-top: -10px;
}
.global-region-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.global-region-icon .global-icon-region {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 21px;
  height: 33px;
  transition: background-image 0.2s;
}
.global-region-icon .-primary {
  z-index: 2;
}
.global-region-icon .-float {
  display: none;
}
.global-region-icon .disabled {
  z-index: 0;
}
.global-region-name {
  position: absolute;
  bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  white-space: nowrap;
}
.global-region-name.-right {
  left: 100%;
  padding-left: 2px;
}
.global-region-name.-left {
  right: 100%;
  padding-right: 2px;
}
.global-region-label {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s, visibility 0s .2s;
}
.global-region-label-text {
  padding: 10px;
  border-radius: 2px;
  background-color: rgba(246, 111, 106, 0.9);
  font-size: 14px;
  line-height: 18px;
  color: white;
  white-space: nowrap;
}
.global-region-label-text .h1 {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 5px;
  font-weight: bold;
}
.global-region-label-text em {
  font-style: normal;
  font-weight: bold;
}
.global-region-label-line {
  width: 20px;
  height: 1px;
  background-color: #C7000B;
}
.global-region-label .global-region-label-line {
  position: absolute;
  top: 28px;
}
.global-region-label .global-region-label-line:before {
  content: "";
  position: absolute;
  top: 0;
  width: 20px;
  border-top: solid 1px #C7000B;
}
.global-region-label.-top {
  top: -30px;
}
.global-region-label.-bottom {
  top: 0;
}
.global-region-label.-left {
  right: 100%;
  margin-right: 24px;
}
.global-region-label.-left .global-region-label-line {
  position: absolute;
  left: 100%;
}
.global-region-label.-right {
  left: 100%;
  margin-left: 24px;
}
.global-region-label.-right .global-region-label-line {
  position: absolute;
  right: 100%;
}
.global-region-label.-bottom.-right .global-region-label-line:before {
  right: 100%;
  transform: rotate(45deg);
  transform-origin: right center;
}
.global-region-label.-bottom.-left .global-region-label-line:before {
  left: 100%;
  transform: rotate(-45deg);
  transform-origin: left center;
}
.global-region-label.-top.-right .global-region-label-line:before {
  right: 100%;
  transform: rotate(-45deg);
  transform-origin: right center;
}
.global-region-label.-top.-left .global-region-label-line:before {
  left: 100%;
  transform: rotate(45deg);
  transform-origin: left center;
}
.global-region-name:hover ~ .global-region-icon,
.global-region-icon:hover {
  z-index: 10;
}
.global-region-name:hover ~ .global-region-icon .-primary,
.global-region-icon:hover .-primary {
  background-image: url(./../images/global-site-en-region-hover.svg);
}
.global-region-name:hover ~ .global-region-icon .-float,
.global-region-icon:hover .-float {
  display: block;
}
.global-region-name:hover ~ .global-region-icon ~ .global-region-label,
.global-region-icon:hover ~ .global-region-label {
  z-index: 3;
  opacity: 1;
  visibility: visible;
  transition: .2s;
}
.global-map-explain {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0;
}
.global-map-explain:before,
.global-map-explain:after {
  content: " ";
  display: table;
}
.global-map-explain:after {
  clear: both;
}
.global-map-explain-item {
  display: inline-block;
}
.global-map-explain-item .global-icon-region,
.global-map-explain-item .p {
  float: left;
}
.global-map-explain-item .p {
  margin-top: 16px;
  margin-left: 10px;
  font-size: 12px;
  line-height: 14px;
  color: rgba(255, 255, 255, 0.5);
}
.global-map-explain-item + .global-map-explain-item {
  margin-left: 40px;
}
@media (max-width: 1023px) {
  .global-map-image-pc {
    display: none;
  }
  .global-map-image-mb {
    display: block;
  }
  .global-map-image-mb > img {
    display: block;
    width: 100%;
  }
  .global-region,
  .global-map-explain {
    display: none;
  }
}
.safety-authen-container {
  height: 50px;
}
.safety-authen {
  position: relative;
  max-width: 1200px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 2px;
  margin: 18px auto 0;
  background-color: #fff;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1);
}
.safety-authen ul:before,
.safety-authen ul:after {
  content: " ";
  display: table;
}
.safety-authen ul:after {
  clear: both;
}
.safety-authen li {
  float: left;
  width: 20%;
}
.safety-authen-card {
  display: block;
  padding: 23px;
}
.safety-authen-card .i {
  display: block;
  width: 100%;
  max-width: 60px;
  margin-left: auto;
  margin-right: auto;
}
.safety-authen-card .i img {
  display: block;
  width: 100%;
}
.safety-authen-card .p {
  margin-top: 10px;
  font-size: 12px;
  line-height: 14px;
  color: #3B516A;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .global-map-title {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .global-map-title .h1 {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    text-align: center;
  }
  .safety-authen-container {
    height: auto;
  }
  .safety-authen-card {
    padding: 10px 0;
  }
  .safety-authen-card .p {
    display: none;
  }
}
/* product */
.section-product {
  padding-top: 50px;
  padding-bottom: 70px;
  background-image: linear-gradient(0deg, #EFF5FF 0%, #E9F1FF 100%);
}
.section-product .section-head h2 {
  font-size: 36px;
  color: #252B3A;
  line-height: 50px;
  margin-bottom: 10px;
  font-weight: 600;
}
.section-product .section-head .section-head-desc {
  font-family: Roboto-Regular,Roboto,Helvetica Neue,Helvetica,Tahoma,Arial,sans-serif;
  font-size: 14px;
  color: #666A75;
  letter-spacing: 0;
  line-height: 22px;
  text-align: left;
  opacity: 1;
}
.section-product .product-site {
  margin-bottom: 20px;
}
.section-product .product-site .item {
  display: inline-block;
  width: 33%;
  text-align: center;
  line-height: 64px;
  transition: all .5s;
}
.section-product .product-site .item span {
  color: #252B3A;
  cursor: pointer;
  font-size: 16px;
}
.section-product .product-site .item.selected span {
  position: relative;
  display: inline-block;
}
.section-product .product-site .item.selected span:after {
  position: absolute;
  content: '';
  left: -15px;
  right: -15px;
  bottom: 0;
  height: 4px;
  background: #C7000B;
  transition: color 0.3s;
}
.section-product .product-site .item:hover span {
  color: #C7000B;
  transition: color 0.3s;
}
.product-distribute .dataTables_filter,
.product-distribute .dataTables_wrapper .dataTables_info,
.product-distribute .dataTables_wrapper .dataTables_length {
  display: none;
}
.product-distribute #example_wrapper {
  border-radius: 2px;
  overflow: hidden;
}
.product-distribute table.dataTable thead tr,
.product-distribute .dataTables_scrollHead table.dataTable thead th:nth-child(1) {
  background: #1D2F5E;
  color: #fff;
  font-weight: normal;
}
.dataTables_scrollHeadInner {
  background: #1D2F5E;

}
.dataTables_scrollHeadInner table {
  width: 100%!important;
  box-sizing: border-box;
}
.product-distribute table.dataTable.display tbody tr.odd {
  background: #F6F7FF;
}
.product-distribute table.dataTable.display tbody tr.even {
  background: #fff;
}
.product-distribute table.dataTable thead th,
.product-distribute table.dataTable.display td {
  padding: 15px 15px;
  white-space: nowrap;
  font-weight: normal;
  font-size: 14px;
  border-right: 1px solid rgba(221, 221, 221, 0.4);
  position: relative;
}
.product-distribute .dataTables_scrollHead table.dataTable thead th:last-child,
.product-distribute .dataTables_scrollBody table.dataTable tbody td:last-child {
  border-right: 0;
}
.product-distribute table.dataTable thead th:nth-child(1),
.product-distribute table.dataTable.display td:nth-child(1) {
  padding: 15px 15px 15px 30px;
  text-align: left;
  color: #252B3A;
}
.product-distribute .DTFC_LeftHeadWrapper table.dataTable.display thead th {
  color: #fff;
}
.product-distribute table.dataTable.no-footer,
.product-distribute .dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: none;
}
.product-distribute table.dataTable.display tbody td {
  border-top: none;
}
.product-distribute table.dataTable.display tbody tr td.online {
  position: relative;
  text-align: center;
  vertical-align: middle;
}
.product-distribute table.dataTable.display tbody tr td.online span {
  display: inline-block;
  content: '';
  width: 16px;
  height: 16px;
  border: 1px solid #A1BEEA;
  background: rgba(91, 165, 255, 0.1);
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
  top: 2px;
}
.product-distribute .DTFC_LeftBodyWrapper table.dataTable.display tbody tr:hover td {
  padding-left: 26px;
  border-left: 4px solid #C7000B;
  color: #C7000B;
  background: #fff;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 2px;
}
@media (min-width: 1025px) {
  #example tr:hover {
    background: #fff;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
    cursor: pointer;
  }
  #example tr:hover td:first-child {
    padding-left: 26px!important;
    border-left: 4px solid #C7000B;
    color: #C7000B;
    border-radius: 2px;
  }
  #example tr:hover td {
    box-shadow: 0px 5px 16px -5px rgba(0, 0, 0, 0.1);
    border-right: 0;
    padding-left: 14px!important;
  }
}
.product-distribute .dataTables_wrapper.no-footer .dataTables_scrollBody::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
@media (max-width: 1023px) {
 
  
  .product-distribute table.dataTable.display tbody tr td.online:after {
    left: auto;
    right: -1px;
  }
  .section-product {
    padding-top: 0;
  }
}
@media (max-width: 1023px) {
  .product-site-nav-container {
    position: relative;
    overflow: hidden;
  }
  .product-site {
    position: relative;
    white-space: nowrap;
    width: calc(100% - 24px);
  }
  .product-site-nav-container .next-arrows,
  .product-site-nav-container .pre-arrows {
    position: absolute;
    top: 17px;
    width: 17px;
    height: 17px;
    background: url(./../images/global-site-en-Slice.svg);
    cursor: pointer;
    z-index: 1;
  }
  .product-site-nav-container .next-arrows {
    right: 0;
    transform: rotate(180deg);
  }
  .section-product .product-site .item {
    position: relative;
    width: 33%;
  }
  .section-product .product-site .item.selected span {
    position: static;
  }
  .section-product .product-site .item.selected span:after {
    left: 24px;
    right: 24px;
  }
  .product-site-nav-container .pre-arrows {
    display: none;
  }
  .home-section.section-product .section-head h2 {
    margin-bottom: 0;
  }
  .section-product .product-site .item {
    line-height: 50px;
  }
  .section-product .product-site {
    margin-bottom: 15px;
  }
  .section-product .product-site .item span {
    font-size: 14px;
  }
  .product-distribute table.dataTable thead th:nth-child(1),
  .product-distribute table.dataTable.display td:nth-child(1) {
    padding: 17px 15px;
  }
  .product-distribute .DTFC_LeftBodyWrapper table.dataTable.display tbody tr:hover td {
    padding-left: 11px;
    border-left: 4px solid #C7000B;
    box-sizing: border-box;
    color: #C7000B;
    background: none;
  }
  .product-distribute .dataTables_paginate.paging_simple_numbers {
    float: none;
    display: block;
    margin-top: 15px;
    text-align: center;
  }
  .product-distribute .dataTables_paginate.paging_simple_numbers .paginate_button {
    display: inline-block;
    margin: 0 5px;
    padding: 0 5px;
    line-height: 24px;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
    border: 0;
    min-width: auto;
  }
  .product-distribute .dataTables_paginate.paging_simple_numbers span .paginate_button:first-child:last-child {
    margin-left: 0;
  }
  .product-distribute .dataTables_paginate.paging_simple_numbers .paginate_button.previous {
    margin-left: 0;
    content: url(./../images/global-site-en-Slice.svg);
    height: 24px;
    vertical-align: -7px;
    width: 30px;
    padding: 0 10px;
  }
  .product-distribute .dataTables_paginate.paging_simple_numbers .paginate_button.next {
    margin-left: 0;
    padding: 0 10px;
    content: url(./../images/global-site-en-Slice.svg);
    width: 30px;
    height: 24px;
    vertical-align: -7px;
    transform: rotate(180deg);
  }
  .product-distribute .dataTables_paginate.paging_simple_numbers .paginate_button.previous:hover,
  .product-distribute .dataTables_paginate.paging_simple_numbers .paginate_button.next:hover {
    background: #fff;
  }
  .product-distribute .dataTables_paginate.paging_simple_numbers .paginate_button.current,
  .product-distribute .dataTables_paginate.paging_simple_numbers .paginate_button.current:hover {
    background: #C7000B;
    color: #fff!important;
    border: 0;
  }
  .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
  .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
  .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    border: none;
  }
  .product-distribute .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: none;
    background: none;
    color: #333!important;
  }
  .product-distribute .dataTables_paginate.paging_simple_numbers span .paginate_button:hover {
    background: #fff;
    color: #C7000B!important;
    border: 0;
  }
  .product-distribute .dataTables_wrapper .dataTables_paginate .paginate_button:active {
    box-shadow: none;
  }
}

/*# sourceMappingURL=index.css.map*/