html {
  width: 100%;
  height: 100%;
  position: relative;
}

body {
  font-size: 14px !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

i, b {
  font-style: normal;
}

i, b, span {
  display: inline-block;
}

a {
  text-decoration: none;
}

h5, h6 {
  text-transform: none;
}

ul, li {
  list-style: none;
}

.d-flex {
  display: flex;
}

.align-items-center {
  align-items: center;
}

.ptb60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.ptb80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pt90 {
  padding-top: 90px;
}

.pt100 {
  padding-top: 100px;
}

.pt80 {
  padding-top: 80px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.mt-f66 {
  margin-top: -66px;
}

.mt10 {
  margin-top: 10px !important;
}

.mt12 {
  margin-top: 12px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mb130 {
  margin-bottom: 130px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

input:focus {
  outline: none;
}
input:focus-visible {
  outline: none;
}

.com-disabled {
  pointer-events: none;
}

body,
html {
  font-family: Ubuntu-Regular, Ubuntu;
}

.w1280 {
  width: 1280px;
  margin: 0 auto;
}

.w1210 {
  width: 1210px;
  margin: 0 auto;
}

.w1260 {
  width: 1260px;
  margin: 0 auto;
}

#copyIptVal {
  position: fixed;
  left: -999px;
  top: -999px;
  opacity: 0;
}

.line-clamp-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.line-clamp-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.line-clamp-9 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
}

.flex-center-bet {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flexw-wrap {
  flex-wrap: wrap;
}

.laypageskin_default .laypage_curr {
  background-color: #2c71f0;
  border-radius: 2px;
  color: #fff !important;
  box-sizing: border-box;
}

.laypage_main button,
.laypage_main input,
.laypageskin_default a {
  border-radius: 2px;
  border: 1px solid #c7d1e5;
  font-size: 15px;
  font-family: Ubuntu-Regular;
  color: #55687d;
  line-height: 18px;
}

.msgBox {
  position: fixed;
  max-width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 14px;
  z-index: 99999;
  border-radius: 4px;
  padding: 10px 20px;
  animation: show linear 0.5s;
}

.bulletin {
  position: fixed;
  top: 70px;
  left: 47px;
  cursor: pointer;
}

header {
  height: 70px;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 989999;
  background-color: #fff;
  box-shadow: transparent;
  transition: all 0.3s;
}
header.show {
  box-shadow: rgba(0, 0, 0, 0.06) 0px 6px 24px;
}
header .header-cont {
  width: 100%;
  min-width: 1380px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
}
header .header-cont .hcont-left {
  display: flex;
  align-items: center;
  flex: 1;
}
header .header-cont .hcont-left .h-logo {
  flex: none;
  display: block;
  margin-right: 48px;
}
header .header-cont .hcont-left .h-logo img {
  width: 100%;
}
header .header-cont .hcont-left .h-nav {
  display: flex;
  align-items: center;
  width: 1163px;
  margin: 0 auto;
}
header .header-cont .hcont-left .h-nav .nav-li {
  display: flex;
  align-items: center;
  margin-right: 40px;
  cursor: pointer;
  position: relative;
}
header .header-cont .hcont-left .h-nav .nav-li:hover > p::after,
header .header-cont .hcont-left .h-nav .nav-li:hover .p-a::after {
  width: 100%;
}
header .header-cont .hcont-left .h-nav .nav-li:hover > i {
  transform: rotateZ(-180deg);
}
header .header-cont .hcont-left .h-nav .nav-li:hover .h-paypop,
header .header-cont .hcont-left .h-nav .nav-li:hover .h-downbox {
  display: block;
  animation: show linear 0.3s;
}
header .header-cont .hcont-left .h-nav .nav-li:hover .h-location {
  display: block;
  animation: show linear 0.3s;
}
header .header-cont .hcont-left .h-nav .nav-li:hover .h-video {
  display: flex;
  animation: show linear 0.3s;
}
header .header-cont .hcont-left .h-nav .nav-li:hover .h-use {
  display: flex;
  animation: show linear 0.3s;
}
header .header-cont .hcont-left .h-nav .nav-li > p,
header .header-cont .hcont-left .h-nav .nav-li .p-a {
  font-size: 17px;
  font-family: Ubuntu-Regular, Ubuntu;
  color: #15357a;
  line-height: 22px;
  margin-right: 5px;
  position: relative;
}
header .header-cont .hcont-left .h-nav .nav-li > p::after,
header .header-cont .hcont-left .h-nav .nav-li .p-a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #15357a;
  transition: all 0.3s;
}
header .header-cont .hcont-left .h-nav .nav-li .h-icon {
  position: absolute;
  width: 47px;
  height: 21px;
  top: -12px;
  left: 36px;
  background-image: url("./image/Group1000004327.svg");
  background-repeat: no-repeat;
  background-position: center;
  font-size: 13px;
  font-family: Ubuntu-Bold, Ubuntu;
  font-weight: bold;
  color: #FFFFFF;
  padding: 0 4px 6px 11px;
}
header .header-cont .hcont-left .h-nav .nav-li > i {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("./image/ico_down.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.3s;
}
header .header-cont .hcont-left .h-nav .nav-li .h-downbox,
header .header-cont .hcont-left .h-nav .nav-li .h-video {
  display: none;
  position: absolute;
  left: 0;
  top: 40px;
  width: 287px;
  padding: 15px;
  background-color: #ffffff;
  box-shadow: 0px 6px 10px 1px rgba(24, 28, 50, 0.1);
  border-radius: 4px;
  border: 1px solid #e9ecf1;
  z-index: 9;
}
header .header-cont .hcont-left .h-nav .nav-li .h-downbox::after,
header .header-cont .hcont-left .h-nav .nav-li .h-video::after {
  content: "";
  position: absolute;
  left: 0;
  top: -21px;
  width: 100px;
  height: 22px;
}
header .header-cont .hcont-left .h-nav .nav-li .h-downbox > .li,
header .header-cont .hcont-left .h-nav .nav-li .h-video > .li {
  display: flex;
  align-items: center;
  padding: 8px 10px;
  margin-bottom: 5px;
}
header .header-cont .hcont-left .h-nav .nav-li .h-downbox > .li:nth-last-of-type(1),
header .header-cont .hcont-left .h-nav .nav-li .h-video > .li:nth-last-of-type(1) {
  margin-bottom: 0;
}
header .header-cont .hcont-left .h-nav .nav-li .h-downbox > .li:hover,
header .header-cont .hcont-left .h-nav .nav-li .h-video > .li:hover {
  background-color: #f6f9fe;
  border-radius: 4px;
}
header .header-cont .hcont-left .h-nav .nav-li .h-downbox > .li img,
header .header-cont .hcont-left .h-nav .nav-li .h-video > .li img {
  margin-right: 10px;
}
header .header-cont .hcont-left .h-nav .nav-li .h-downbox > .li .txt > p,
header .header-cont .hcont-left .h-nav .nav-li .h-video > .li .txt > p {
  font-size: 16px;
  color: #15357a;
  line-height: 19px;
  margin-bottom: 5px;
}
header .header-cont .hcont-left .h-nav .nav-li .h-downbox > .li .txt > span,
header .header-cont .hcont-left .h-nav .nav-li .h-video > .li .txt > span {
  font-family: Ubuntu-Light;
  color: #355395;
  line-height: 21px;
}
header .header-cont .hcont-left .h-nav .nav-li .h-downbox > .li.hot,
header .header-cont .hcont-left .h-nav .nav-li .h-video > .li.hot {
  position: relative;
  background-color: #FFF7F4;
}
header .header-cont .hcont-left .h-nav .nav-li .h-downbox > .li.hot .hoticon,
header .header-cont .hcont-left .h-nav .nav-li .h-video > .li.hot .hoticon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
header .header-cont .hcont-left .h-nav .nav-li .h-downbox > .li .txt > p {
  margin-bottom: 0;
}
header .header-cont .hcont-left .h-nav .nav-li .h-location {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 40px;
  background: #ffffff;
  z-index: 9;
  width: 440px;
  height: 395px;
  background: #ffffff;
  box-shadow: 0px 6px 10px 0px rgba(24, 28, 50, 0.1);
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
  border: 1px solid #e9ecf1;
  cursor: default;
}
header .header-cont .hcont-left .h-nav .nav-li .h-location::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -21px;
  width: 100px;
  height: 22px;
}
header .header-cont .hcont-left .h-nav .nav-li .h-location .hloc-h {
  font-size: 16px;
  font-family: Ubuntu-Bold, Ubuntu;
  font-weight: normal;
  color: #94a3b8;
  line-height: 19px;
  margin-bottom: 20px;
  padding: 30px 40px 0;
  font-size: 15px;
  font-family: Ubuntu-Regular, Ubuntu;
  font-weight: 400;
  color: #15357a;
}
header .header-cont .hcont-left .h-nav .nav-li .h-location .loc-ul {
  display: flex;
  padding: 0px 20px;
  flex-wrap: wrap;
}
header .header-cont .hcont-left .h-nav .nav-li .h-location .loc-ul .li {
  width: 195px;
  height: 59px;
  display: flex;
  align-items: center;
  padding: 10px;
}
header .header-cont .hcont-left .h-nav .nav-li .h-location .loc-ul .li:nth-of-type(2n) {
  margin-right: 0;
}
header .header-cont .hcont-left .h-nav .nav-li .h-location .loc-ul .li:hover {
  background-color: #f6f9fe;
}
header .header-cont .hcont-left .h-nav .nav-li .h-location .loc-ul .li img {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}
header .header-cont .hcont-left .h-nav .nav-li .h-location .loc-ul .li .txt > p {
  font-size: 14px;
  font-family: Ubuntu-Medium, Ubuntu;
  font-weight: 500;
  color: #15357A;
}
header .header-cont .hcont-left .h-nav .nav-li .h-location .loc-ul .li .txt > span {
  font-size: 14px;
  font-family: Open Sans-Regular, Open Sans;
  font-weight: 400;
  color: #355395;
}
header .header-cont .hcont-left .h-nav .nav-li .h-location .loc-more {
  width: 400px;
  height: 1px;
  opacity: 1;
  border: 1px dashed #d5d7dc;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}
header .header-cont .hcont-left .h-nav .nav-li .h-location .loc-more-box {
  height: 71px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .header-cont .hcont-left .h-nav .nav-li .h-location .loc-more-box div {
  font-size: 16px;
  font-family: Ubuntu-Regular, Ubuntu;
  font-weight: 400;
  color: #15357a;
  cursor: pointer;
}
header .header-cont .hcont-left .h-nav .nav-li .h-location .loc-more-box div img {
  margin-left: 2px;
}
header .header-cont .hcont-left .h-nav .nav-li .h-location .loc-more-box div .arr1 {
  width: 17px;
  height: 13px;
}
header .header-cont .hcont-left .h-nav .nav-li .h-location .loc-more-box div .arr2 {
  width: 17px;
  height: 13px;
  display: none;
}
header .header-cont .hcont-left .h-nav .nav-li .h-location .loc-more-box div:hover {
  font-weight: 400;
  color: #0e6fde;
  text-decoration: underline;
}
header .header-cont .hcont-left .h-nav .nav-li .h-location .loc-more-box div:hover .arr1 {
  display: none;
}
header .header-cont .hcont-left .h-nav .nav-li .h-location .loc-more-box div:hover .arr2 {
  display: inline-block;
}
header .header-cont .hcont-left .h-nav .nav-li .h-video {
  width: 181px;
  flex-wrap: wrap;
  left: 147%;
  transform: translateX(-50%);
}
header .header-cont .hcont-left .h-nav .nav-li .h-video::after {
  content: "";
  position: absolute;
  left: 27%;
  transform: translateX(-50%);
  top: -21px;
  width: 100px;
  height: 22px;
}
header .header-cont .hcont-left .h-nav .nav-li .h-video > .li {
  width: 100%;
}
header .header-cont .hcont-left .h-nav .nav-li .h-video > .li .txt > p {
  font-size: 15px;
  font-family: Ubuntu-Regular, Ubuntu;
  margin-bottom: 0;
}
header .header-cont .hcont-left .h-nav .nav-li .h-use {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 40px;
  padding: 15px;
  background: #ffffff;
  z-index: 9;
  background: #ffffff;
  box-shadow: 0px 6px 10px 0px rgba(24, 28, 50, 0.1);
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
  border: 1px solid #e9ecf1;
  cursor: default;
}
header .header-cont .hcont-left .h-nav .nav-li .h-use::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -21px;
  width: 100px;
  height: 22px;
}
header .header-cont .hcont-left .h-nav .nav-li .h-use .loc-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
header .header-cont .hcont-left .h-nav .nav-li .h-use .loc-ul .li {
  margin-bottom: 5px;
  width: 190px;
  height: 46px;
  display: flex;
  align-items: center;
  padding: 8px 10px;
}
header .header-cont .hcont-left .h-nav .nav-li .h-use .loc-ul .li:hover {
  background-color: #f6f9fe;
}
header .header-cont .hcont-left .h-nav .nav-li .h-use .loc-ul .li img {
  margin-right: 10px;
}
header .header-cont .hcont-left .h-nav .nav-li .h-use .loc-ul .li .txt > p {
  font-size: 15px;
  font-family: Ubuntu-Regular, Ubuntu;
  font-weight: 400;
  color: #15357A;
  line-height: 17px;
}
header .header-cont .hcont-left .h-nav .nav-li .h-use .loc-ul .li .txt > span {
  font-size: 14px;
  font-family: Open Sans-Regular, Open Sans;
  font-weight: 400;
  color: #355395;
}
header .header-cont .hcont-left .h-nav .nav-li .h-paypop {
  display: none;
  position: absolute;
  left: -38px;
  top: 40px;
  padding: 20px;
  background-color: #ffffff;
  box-shadow: 0px 0px 14px 0px rgba(58, 118, 209, 0.11);
  border-radius: 4px;
  border: 1px solid #e9ecf1;
  z-index: 9;
}
header .header-cont .hcont-left .h-nav .nav-li .h-paypop::after {
  content: "";
  position: absolute;
  left: 20px;
  top: -21px;
  width: 200px;
  height: 22px;
}
header .header-cont .hcont-left .h-nav .nav-li .h-paypop .li {
  min-width: 366px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 10px;
  margin-bottom: 5px;
}
header .header-cont .hcont-left .h-nav .nav-li .h-paypop .li:nth-last-of-type(1) {
  margin-bottom: 0;
}
header .header-cont .hcont-left .h-nav .nav-li .h-paypop .li:hover {
  background-color: #F6F9FE;
}
header .header-cont .hcont-left .h-nav .nav-li .h-paypop .li .l {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 255px;
  padding-right: 15px;
}
header .header-cont .hcont-left .h-nav .nav-li .h-paypop .li .l .tit {
  font-size: 16px;
  font-family: Ubuntu-Medium, Ubuntu;
  font-weight: 500;
  color: #15357A;
  line-height: 17px;
  margin-bottom: 5px;
  position: relative;
  margin-top: 5px;
}
header .header-cont .hcont-left .h-nav .nav-li .h-paypop .li .l .tit .icon {
  position: absolute;
  right: -37px;
  bottom: 0;
}
header .header-cont .hcont-left .h-nav .nav-li .h-paypop .li .l span {
  font-size: 14px;
  font-family: Open Sans-Regular, Open Sans;
  font-weight: 400;
  color: #355395;
  line-height: 16px;
}
header .header-cont .hcont-left .h-nav .nav-li .h-paypop .li .r {
  width: 116px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  border-left: 1px solid #EBECF2;
}
header .header-cont .hcont-left .h-nav .nav-li .h-paypop .li .r > p {
  font-size: 14px;
  font-family: Open Sans-Light, Open Sans;
  font-weight: 300;
  color: #355395;
  line-height: 16px;
  margin-bottom: 4px;
}
header .header-cont .hcont-left .h-nav .nav-li .h-paypop .li .r .ip {
  display: flex;
  align-items: center;
}
header .header-cont .hcont-left .h-nav .nav-li .h-paypop .li .r .ip span {
  font-size: 12px;
  font-family: Open Sans-Regular, Open Sans;
  font-weight: 400;
  color: #FF6E30;
  line-height: 20px;
}
header .header-cont .hcont-left .h-nav .nav-li .h-paypop .li .r .ip b {
  font-size: 24px;
  font-family: Ubuntu-Bold, Ubuntu;
  font-weight: 800;
  color: #FF6E30;
  line-height: 20px;
}
header .header-cont .hcont-left .h-nav .nav-li .h-paypop .li .r .ip p {
  font-size: 12px;
  font-family: Open Sans-Regular, Open Sans;
  font-weight: 400;
  color: #042040;
  line-height: 20px;
}
header .header-cont .hcont-left .h-nav .nav-li.navli-halloween:hover .p-a::after {
  width: 0 !important;
  display: none;
}
header .header-cont .hcont-left .h-nav .nav-li.navli-halloween:hover .p-a-pric::before {
  display: block;
}
header .header-cont .hcont-left .h-nav .nav-li.navli-halloween .p-a-pric {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
header .header-cont .hcont-left .h-nav .nav-li.navli-halloween .p-a-pric::before {
  content: '';
  display: none;
  width: 28px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("./image/h_gui.png");
  position: absolute;
  left: 83px;
  top: -19px;
  z-index: -1;
}
header .header-cont .hcont-left .h-nav .nav-li.navli-halloween .p-a-pric .h-jb {
  width: 59px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("./image/h_jb.png");
  font-size: 13px;
  font-family: Open Sans-SemiBold, Open Sans;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 13px;
  display: flex;
  align-items: center;
  padding-left: 5px;
  margin-left: 12px;
}
header .header-cont .hcont-left .h-nav .nav-li.navli-halloween .h-paypop {
  border: 4px solid #2A2C43;
  position: absolute;
  z-index: 1;
  padding-bottom: 70px;
}
header .header-cont .hcont-left .h-nav .nav-li.navli-halloween .h-paypop .bomimg {
  content: '';
  display: block;
  width: 100%;
  height: 68px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("./image/pay_img1.png");
  background-size: cover;
  position: absolute;
  bottom: 0;
  top: auto;
  left: 0;
}
header .header-cont .hcont-left .h-nav .nav-li.navli-halloween .h-paypop::before {
  content: '';
  display: block;
  width: 129px;
  height: 178px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("./image/pay_img2.png");
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
}
header .header-cont .hcont-right-box {
  display: flex;
  align-items: center;
  min-width: 350px;
  justify-content: flex-end;
}
header .header-cont .hcont-right {
  display: flex;
  align-items: center;
  flex: none;
  margin-left: 20px;
}
header .header-cont .hcont-right .ptxt {
  font-size: 17px;
  font-family: Ubuntu-Regular, Ubuntu;
  color: #15357a;
  line-height: 22px;
  margin-right: 30px;
  cursor: pointer;
  position: relative;
}
header .header-cont .hcont-right .ptxt:hover::after {
  width: 100%;
}
header .header-cont .hcont-right .ptxt::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #15357a;
  transition: all 0.3s;
}
header .header-cont .hcont-right .header-login-box {
  position: relative;
}
header .header-cont .hcont-right .header-login-box.logintxtshow:hover .header_menu {
  animation: show linear 0.3s;
  display: block;
}
header .header-cont .hcont-right .header_menu {
  display: none;
  width: 275px;
  position: absolute;
  top: 40px;
  right: 0px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 0 50px 0 rgba(82, 63, 105, 0.15);
  z-index: 99;
  padding-top: 20px;
  padding-bottom: 20px;
}
header .header-cont .hcont-right .header_menu::after {
  content: "";
  display: block;
  width: 150px;
  position: absolute;
  right: 0;
  top: -20px;
  height: 30px;
}
header .header-cont .hcont-right .header_menu .top {
  display: flex;
  align-items: center;
  padding: 0 20px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eff2f5;
}
header .header-cont .hcont-right .header_menu .top > img {
  width: 50px;
  height: 50px;
  border-radius: 6px;
  margin-right: 16px;
}
header .header-cont .hcont-right .header_menu .top .h-user {
  font-size: 15px;
  color: #181c32;
  font-family: Ubuntu-Bold, Ubuntu;
  line-height: 22px;
  text-align: left;
}
header .header-cont .hcont-right .header_menu .top .h-user .header_email {
  color: #a1a5b7;
  font-size: 12px;
  line-height: 18px;
  font-family: Ubuntu-Regular, Ubuntu;
}
header .header-cont .hcont-right .header_menu .men-li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 37px;
  padding: 0 16px;
}
header .header-cont .hcont-right .header_menu .men-li > div {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 16px;
  border-radius: 6px;
  color: #3f4254;
  font-size: 14px;
  cursor: pointer;
}
header .header-cont .hcont-right .header_menu .men-li > div:hover {
  background-color: rgba(245, 248, 250, 0.8);
  color: #009ef7;
}
header .header-cont .hcont-right .header_menu .men-li .lang-p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
header .header-cont .hcont-right .header_menu .men-li .lang-p p {
  color: #3f4254;
  font-size: 14px;
}
header .header-cont .hcont-right .header_menu .men-li .lang-p .lang-u {
  display: flex;
  align-items: center;
  padding: 6px 9px;
  background-color: rgba(245, 248, 250, 0.8);
  border-radius: 6px;
}
header .header-cont .hcont-right .header_menu .men-li .lang-p .lang-u > img {
  width: 15px;
  height: 15px;
  border-radius: 3px;
  margin-left: 5px;
}
header .header-cont .hcont-right .header_menu .men-li .lang-p:hover .langlist {
  display: block;
  animation: show linear 0.3s;
}
header .header-cont .hcont-right .header_menu .men-li .langlist {
  position: absolute;
  right: calc(100% + 15px);
  top: 0px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 1px rgba(24, 28, 50, 0.1);
  border-radius: 4px;
  border: 1px solid #d3dae5;
  padding: 7px 5px;
  z-index: 9;
  width: 180px;
  display: none;
  background: #ffffff;
  box-shadow: 0px 6px 10px 1px rgba(24, 28, 50, 0.1);
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
  border: 1px solid #e9ecf1;
}
header .header-cont .hcont-right .header_menu .men-li .langlist::after {
  content: '';
  display: block;
  align-items: center;
  width: 20px;
  height: 37px;
  position: absolute;
  right: -20px;
  top: 0;
}
header .header-cont .hcont-right .header_menu .men-li .langlist .cont-box {
  max-height: 220px;
  overflow-y: scroll;
  overflow-x: hidden;
}
header .header-cont .hcont-right .header_menu .men-li .langlist .cont-box::-webkit-scrollbar {
  width: 3px;
}
header .header-cont .hcont-right .header_menu .men-li .langlist .cont-box::-webkit-scrollbar-thumb {
  background-color: #E9EFF9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
header .header-cont .hcont-right .header_menu .men-li .langlist .cont-box > .li {
  height: 40px;
  width: 168px;
  padding: 0 20px;
  font-family: Poppins-Regular, Poppins;
  font-size: 15px;
  font-weight: 400;
  color: #15357a;
  line-height: 15px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
header .header-cont .hcont-right .header_menu .men-li .langlist .cont-box > .li > img {
  width: 20px;
  height: 20px;
  margin-right: 15px;
  border-radius: 4px;
}
header .header-cont .hcont-right .header_menu .men-li .langlist .cont-box > .li:hover {
  background-color: #f6f9fe;
}
header .header-cont .hcont-right .n-icon {
  background-image: url("./image/Group1000004329.svg");
  width: 124px;
  height: 32px;
  font-size: 14px;
  font-family: Ubuntu-Bold, Ubuntu;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 16px;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 12px 19px 4px 18px;
}
header .wap-header {
  display: none;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  position: relative;
}
header .wap-header .header-right {
  width: 24px;
  height: 24px;
  background-image: url("./image/menu1.svg");
  background-repeat: no-repeat;
  background-position: center;
}
header .wap-header .header-right.show {
  background-image: url("./image/nor.svg");
}

.head-right-pop {
  display: none;
  position: fixed;
  right: -100%;
  top: 70px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 99;
  padding-bottom: 70px;
  transition: all 0.5s;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 20px 120px;
}
.head-right-pop.show {
  right: 0;
}
.head-right-pop .pop-top .li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 35px;
}
.head-right-pop .pop-top .li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.head-right-pop .pop-top .li p {
  font-size: 15px;
  font-family: Ubuntu-Medium;
  color: #042040;
  line-height: 15px;
}
.head-right-pop .pop-top .li i {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("./image/ico_right.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.head-right-pop .pop-bom > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 47px;
  font-size: 17px;
  font-family: Ubuntu-Medium;
  color: #0e6fde;
  border-radius: 4px;
  border: 1px solid #0e6fde;
}
.head-right-pop .pop-bom > a:nth-of-type(2) {
  color: #ffffff;
  margin-top: 15px;
  background-color: #0e6fde;
}

.footer-bgbox {
  background: linear-gradient(180deg, #eff7fd 0%, #f6fbff 100%);
}

footer {
  padding: 40px 0;
}
footer .footer-cont {
  display: flex;
  justify-content: space-between;
}
footer .footer-cont .cont-l > img {
  width: 165px;
}
footer .footer-cont .cont-l .lang-select {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  width: 170px;
  cursor: pointer;
  padding: 6px 15px;
  position: relative;
}
footer .footer-cont .cont-l .lang-select > p {
  font-size: 16px;
  font-family: Ubuntu-Light;
  color: #15357a;
  line-height: 22px;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
footer .footer-cont .cont-l .lang-select > i {
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("./image/down1.svg");
}
footer .footer-cont .cont-l .lang-select .select-list {
  position: absolute;
  left: 0px;
  top: 44px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 1px rgba(24, 28, 50, 0.1);
  border-radius: 4px;
  border: 1px solid #d3dae5;
  padding: 7px 5px;
  z-index: 9;
  display: none;
  overflow-y: scroll;
}
footer .footer-cont .cont-l .lang-select .select-list::-webkit-scrollbar {
  width: 3px;
}
footer .footer-cont .cont-l .lang-select .select-list::-webkit-scrollbar-thumb {
  background-color: #aeccfd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
footer .footer-cont .cont-l .lang-select .select-list > .li {
  display: block;
  width: 160px;
  padding: 8px 20px;
  font-size: 13px;
  font-family: Poppins-Regular, Poppins;
  color: #0c1b4d;
  line-height: 15px;
}
footer .footer-cont .cont-l .lang-select .select-list > .li:hover {
  background-color: #f7f9fc;
}
footer .footer-cont .cont-l .ts_info {
  margin-bottom: 20px;
  width: 346px;
  font-size: 16px;
  font-family: Open Sans-Light, Open Sans;
  font-weight: 300;
  color: #15357A;
  line-height: 26px;
}
footer .footer-cont .cont-l .pay_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
footer .footer-cont .cont-l .pay_wrap .pay_li {
  margin-right: 6px;
  line-height: 30px;
  color: #55687D;
}
footer .footer-cont .cont-l .pay_wrap .pay_li img {
  max-width: 36px;
}
footer .footer-cont .cont-l .party-li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  cursor: pointer;
}
footer .footer-cont .cont-l .party-li:nth-last-of-type(1) {
  margin-bottom: 0;
}
footer .footer-cont .cont-l .party-li:hover > p::after {
  width: 100%;
}
footer .footer-cont .cont-l .party-li > img {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
footer .footer-cont .cont-l .party-li > p {
  font-size: 16px;
  font-family: Ubuntu-Light;
  color: #15357a;
  line-height: 19px;
  position: relative;
  max-width: 210px;
}
footer .footer-cont .cont-l .party-li > p::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #15357a;
  transition: all 0.3s;
}
footer .footer-cont .cont-r {
  display: flex;
  flex-wrap: wrap;
  width: 700px;
}
footer .footer-cont .cont-r .foot-li {
  width: 33%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 46px;
}
footer .footer-cont .cont-r .foot-li.foot-li_country {
  margin-top: 50px;
}
footer .footer-cont .cont-r .foot-li .tit {
  font-size: 18px;
  font-weight: bold;
  color: #15357a;
  line-height: 18px;
  margin-bottom: 30px;
}
footer .footer-cont .cont-r .foot-li > .li {
  font-size: 16px;
  font-family: Ubuntu-Light;
  color: #355395;
  line-height: 19px;
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
}
footer .footer-cont .cont-r .foot-li > .li:nth-last-of-type(1) {
  margin-bottom: 0;
}
footer .footer-cont .cont-r .foot-li > .li::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #15357a;
  transition: all 0.3s;
}
footer .footer-cont .cont-r .foot-li > .li:hover::after {
  width: 100%;
}
footer .footer-cont .cont-r .foot-li > .li.contact01 {
  position: relative;
  margin-left: 37px;
}
footer .footer-cont .cont-r .foot-li > .li.contact01::before {
  content: '';
  position: absolute;
  top: 0px;
  left: -39px;
  width: 25px;
  height: 25px;
  background: url("./image/contact011.svg") no-repeat;
}
footer .footer-cont .cont-r .foot-li > .li.contact02 {
  position: relative;
  margin-left: 37px;
}
footer .footer-cont .cont-r .foot-li > .li.contact02::before {
  content: '';
  position: absolute;
  top: 0px;
  left: -39px;
  width: 25px;
  height: 25px;
  background: url("./image/contact021.svg") no-repeat;
}
footer .footer-cont .cont-r .foot-li > .li.contact03 {
  position: relative;
  margin-left: 37px;
}
footer .footer-cont .cont-r .foot-li > .li.contact03::before {
  content: '';
  position: absolute;
  top: 0px;
  left: -39px;
  width: 25px;
  height: 25px;
  background: url("./image/contact031.svg") no-repeat;
}
footer .footer-cont .cont-r .foot-li > .li.contact04 {
  position: relative;
  margin-left: 37px;
}
footer .footer-cont .cont-r .foot-li > .li.contact04::before {
  content: '';
  position: absolute;
  top: 0px;
  left: -39px;
  width: 25px;
  height: 25px;
  background: url("./image/contact041.svg") no-repeat;
}
footer .footer-cont .cont-r .foot-li > .li.contact05 {
  position: relative;
  margin-left: 37px;
}
footer .footer-cont .cont-r .foot-li > .li.contact05::before {
  content: '';
  position: absolute;
  top: 0px;
  left: -39px;
  width: 25px;
  height: 25px;
  background: url("./image/contact051.svg") no-repeat;
}
footer .footer-cont .cont-r .foot-li > .li.country_num {
  position: relative;
  margin-left: 25px;
}
footer .footer-cont .cont-r .foot-li > .li.country_num::before {
  content: '';
  position: absolute;
  top: 0px;
  left: -28px;
  width: 25px;
  height: 25px;
  background: url("./image/cn_um011.svg") no-repeat;
}
footer .footer-cont .cont-r .foot-li > .li.num02::before {
  content: '';
  background: url("./image/cn_um021.svg") no-repeat;
}
footer .footer-cont .cont-r .foot-li > .li.num03::before {
  content: '';
  background: url("./image/cn_um031.svg") no-repeat;
}
footer .footer-cont .cont-r .foot-li > .li.num04::before {
  content: '';
  background: url("./image/cn_um041.svg") no-repeat;
}
footer .footer-cont .cont-r .foot-li > .li.num05::before {
  content: '';
  background: url("./image/cn_um051.svg") no-repeat;
}
footer .footer-cont .cont-r .foot-li > .li.num06::before {
  content: '';
  background: url("./image/cn_um061.svg") no-repeat;
}
footer .footer-cont .cont-r .foot-li > .li.num07::before {
  content: '';
  background: url("./image/cn_um071.svg") no-repeat;
}
footer .footer-cont .cont-r .foot-li > .li.num08::before {
  content: '';
  background: url("./image/cn_um081.svg") no-repeat;
}
footer .footer-cont .cont-r .foot-li > .li.num09::before {
  content: '';
  background: url("./image/cn_um091.svg") no-repeat;
}
footer .footer-cont .cont-r .foot-li > .li.num10::before {
  content: '';
  background: url("./image/cn_um101.svg") no-repeat;
}
footer .footer-cont .cont-r .foot-li > .li.num11::before {
  content: '';
  background: url("./image/cn_um111.svg") no-repeat;
}
footer .footer-cont .cont-r .foot-li > .li.num12::before {
  content: '';
  background: url("./image/cn_um121.svg") no-repeat;
}
footer .footer-cont .cont-r .foot-li > .li.num13::before {
  content: '';
  background: url("./image/cn_um131.svg") no-repeat;
}
footer .footer-cont .cont-r .foot-li > .li.num14::before {
  content: '';
  background: url("./image/cn_um141.svg") no-repeat;
}
footer .footer-cont .cont-r .foot-li .ahovertxt {
  color: #15357A;
  display: flex;
  align-items: center;
}
footer .footer-cont .cont-r .foot-li .ahovertxt i {
  width: 17px;
  height: 13px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("./image/foot_right2.svg");
  margin-left: 5px;
}
footer .footer-cont .cont-r .foot-li .ahovertxt:hover {
  color: #0E6FDE;
}
footer .footer-cont .cont-r .foot-li .ahovertxt:hover i {
  background-image: url("./image/foot_right11.svg");
}
footer .footer-cont .cont-r .foot-li .ahovertxt:hover::after {
  background-color: #0E6FDE;
}
footer .footer-cont-wap {
  display: none;
}
footer .footer-cont-wap > img {
  width: 148px;
}
footer .footer-cont-wap .ul {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
}
footer .footer-cont-wap .ul .list {
  min-width: 140px;
}
footer .footer-cont-wap .ul .list .tit {
  font-size: 17px;
  font-family: Ubuntu-Bold, Ubuntu;
  color: #15357a;
  line-height: 17px;
  margin-bottom: 20px;
}
footer .footer-cont-wap .ul .list > a {
  display: block;
  font-size: 15px;
  font-family: Poppins-Regular, Poppins;
  color: #355395;
  line-height: 18px;
  margin-bottom: 15px;
}
footer .footer-cont-wap .ul .list > a:nth-last-of-type(1) {
  margin-bottom: 0;
}

.manage {
  width: 1210px;
  height: 159px;
  background-image: url("./image/dot-map1.svg");
  text-align: center;
}
.manage p {
  font-size: 16px;
  font-family: Open Sans-Light, Open Sans;
  font-weight: 300;
  color: #55687D;
  line-height: 27px;
}

.spec-discuss {
  min-height: 643px;
  background-color: #F9F9FA;
  border-radius: 20px;
  padding: 80px 55px;
}
.spec-discuss .rtit {
  font-size: 14px;
  font-family: Open Sans-Regular, Open Sans;
  font-weight: 400;
  color: #FF4800;
  line-height: 18px;
  margin-bottom: 20px;
}
.spec-discuss .tit-box {
  display: flex;
  justify-content: space-between;
}
.spec-discuss .tit-box h3 {
  max-width: 500px;
  font-size: 38px;
  font-family: Ubuntu-Light, Ubuntu;
  font-weight: 300;
  color: #042040;
  line-height: 49px;
}
.spec-discuss .tit-box h3 b {
  font-family: Ubuntu-Bold, Ubuntu;
  font-weight: bold;
}
.spec-discuss .tit-box p {
  max-width: 500px;
  font-size: 16px;
  font-family: Ubuntu-Light, Ubuntu;
  font-weight: 300;
  color: #55687D;
  line-height: 27px;
}
.spec-discuss .dis-cont {
  display: flex;
  justify-content: space-between;
}
.spec-discuss .dis-cont .li {
  max-width: 355px;
}
.spec-discuss .dis-cont .li .txt {
  background-color: #FFFFFF;
  box-shadow: 0px 3px 14px 1px rgba(162, 181, 202, 0.2);
  border-radius: 8px;
  padding: 30px 20px;
  font-size: 18px;
  font-family: Ubuntu-Light, Ubuntu;
  font-weight: 300;
  color: #042040;
  line-height: 27px;
  margin-bottom: 38px;
  position: relative;
}
.spec-discuss .dis-cont .li .txt::after {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  position: absolute;
  border-top: 18px solid #fff;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 0px solid transparent;
  left: 36px;
  bottom: -18px;
}
.spec-discuss .dis-cont .li .user {
  display: flex;
  align-items: center;
  margin-left: 22px;
}
.spec-discuss .dis-cont .li .user .ceo {
  font-family: Ubuntu-Light, Ubuntu;
  color: #55687D;
  margin-top: 6px;
}
.spec-discuss .dis-cont .li .user img {
  width: 54px;
}
.spec-discuss .dis-cont .li .user p {
  font-size: 20px;
  font-weight: 600;
  font-family: Ubuntu-Bold, Ubuntu;
  color: #042040;
  line-height: 20px;
  margin-left: 20px;
}

.ftporm-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 30px;
}

.justify-center {
  justify-content: center !important;
}

.foot-proment {
  display: flex;
  align-items: center;
  height: 53px;
  background-color: #f3f9ff;
  border-radius: 2px;
  border: 1px solid #d1e7ff;
  padding: 13px 60px;
}
.foot-proment p {
  margin-left: 16px;
  font-size: 16px;
  font-family: Open Sans-Regular, Open Sans;
  font-weight: 400;
  color: #355395;
  line-height: 27px;
}

.telegram {
  position: fixed;
  right: 24px;
  bottom: 90px;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("./image/telegram3.svg");
  z-index: 99999;
  display: block;
  cursor: pointer;
}
.telegram p {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(100% + 10px);
  background: #ffffff;
  box-shadow: 0px 6px 10px 0px rgba(24, 28, 50, 0.1);
  border-radius: 4px;
  border: 1px solid #e9ecf1;
  white-space: nowrap;
  padding: 10px 15px;
  font-size: 15px;
  font-family: Ubuntu-Regular, Ubuntu;
  font-weight: 400;
  color: #15357a;
  line-height: 18px;
}
.telegram:hover {
  background-image: url("./image/telegram12.svg");
}
.telegram:hover p {
  display: block;
}

.ipchanger-btnbox {
  display: flex;
  align-items: center;
}

.ipchanger-btn {
  height: 35px;
  line-height: 35px;
  border-radius: 2px;
  background-color: #0e6fde;
  padding: 0 15px;
  font-family: Ubuntu-Light;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.ipchanger-btn:hover {
  color: #ffffff;
  background-color: #16396c;
  box-shadow: 0px 4px 4px 1px rgba(22, 57, 108, 0.19);
}

.ipchanger-btn1 {
  height: 55px;
  border-radius: 4px;
  background-color: #0e6fde;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.5s;
  position: relative;
}
.ipchanger-btn1:hover, .ipchanger-btn1.btn2:hover {
  background-color: #16396c;
  box-shadow: 0px 4px 4px 1px rgba(22, 57, 108, 0.19);
}
.ipchanger-btn1:hover > p, .ipchanger-btn1.btn2:hover > p {
  color: #ffffff;
  margin-right: 25px;
}
.ipchanger-btn1:hover > i, .ipchanger-btn1.btn2:hover > i {
  display: block;
  animation: show linear 0.5s;
}
.ipchanger-btn1.btn2 {
  background-color: transparent;
  border: 1px solid #0e6fde;
}
.ipchanger-btn1.btn2 > p {
  color: #0e6fde;
}
.ipchanger-btn1 > p {
  font-size: 20px;
  font-family: Ubuntu-Light;
  color: #ffffff;
  line-height: 23px;
  flex: none;
  transition: all 0.5s;
}
.ipchanger-btn1 > i {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s;
  display: none;
  width: 17px;
  height: 12px;
  background-image: url("./image/right_white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.btntelegram {
  min-width: 116px;
  height: 35px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-family: Ubuntu-Regular, Ubuntu;
  font-weight: 400;
  color: #0e6fde;
  line-height: 16px;
  border: 1px solid #0e6fde;
}
.btntelegram:hover {
  background-color: #0e6fde;
  color: #fff;
}
.btntelegram:hover i {
  background-image: url("./image/telegram13.svg");
}
.btntelegram i {
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("./image/telegram4.svg");
}

.banner-btnbox {
  margin-top: 60px;
  display: flex;
  align-items: center;
}
.banner-btnbox .ban-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
  height: 67px;
  border-radius: 2px;
  cursor: pointer;
  background-color: #ffffff;
  transition: all 0.5s;
  position: relative;
}
.banner-btnbox .ban-btn:hover {
  background-color: #ffffff;
  box-shadow: 0px 4px 4px 1px rgba(28, 67, 150, 0.1);
}
.banner-btnbox .ban-btn:hover > p {
  margin-right: 30px;
}
.banner-btnbox .ban-btn:hover > i {
  display: block;
  animation: show linear 0.5s;
}
.banner-btnbox .ban-btn.ban-btn1 {
  border: 2px solid rgba(255, 255, 255, 0.5);
  background-color: transparent;
}
.banner-btnbox .ban-btn.ban-btn1 > p {
  color: #ffffff;
}
.banner-btnbox .ban-btn.ban-btn1 > i {
  background-image: url("./image/right_yel1.svg");
}
.banner-btnbox .ban-btn.ban-btn1:hover {
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 4px 4px 1px rgba(28, 67, 150, 0.1);
  border: 2px solid #ffffff;
}
.banner-btnbox .ban-btn > p {
  font-size: 20px;
  font-family: Ubuntu-Medium;
  color: #0e6fde;
  line-height: 23px;
  flex: none;
  transition: all 0.5s;
}
.banner-btnbox .ban-btn > i {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s;
  display: none;
  width: 22px;
  height: 13px;
  background-image: url("./image/right_white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.pagination li {
  margin-right: 10px;
}
.pagination li a,
.pagination li span {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  height: 32px;
  min-width: 32px;
  font-weight: 500;
  font-size: 14px;
  color: #5e6278;
}
.pagination li a:hover {
  color: #009ef7;
  background-color: #f1faff;
}
.pagination li.active span {
  color: #fff;
  background-color: #009ef7;
}

.pop-loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ebf4ff;
  z-index: 99999999;
}

.pop-loading .load {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.pop-loading .load .load1 {
  position: absolute;
  width: 29px;
  height: 29px;
  left: 22px;
  top: 4px;
  animation: loading 2s linear infinite;
}

@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes wap_pop_show {
  0% {
    opacity: 0;
    width: 0;
    height: 0;
  }
  50% {
    opacity: 1;
    width: 50%;
    height: 50%;
  }
  100% {
    opacity: 1;
    width: 100%;
    height: 100%;
  }
}
.block-lang {
  margin-top: 10px;
  width: 170px;
  height: 36px;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}

.new-footer-box-bac {
  border-top: 1px solid #e2e5f4;
}
.new-footer-box-bac .new-footer-box {
  border-bottom: 1px solid #e2e5f4;
  min-height: 124px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1210px;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  padding: 15px 0px;
}
.new-footer-box-bac .new-footer-box .new-footer-box-left .new-footer-box-left-text1 {
  font-size: 16px;
  font-family: Ubuntu-Regular;
  font-weight: 400;
  color: #15357a;
}
.new-footer-box-bac .new-footer-box .new-footer-box-left .new-footer-box-left-text2 {
  cursor: pointer;
  margin-top: 14px;
  font-size: 18px;
  font-family: Ubuntu-Medium, Ubuntu;
  font-weight: 500;
  color: #0e6fde;
  text-decoration: underline;
  display: block;
}
.new-footer-box-bac .new-footer-box .new-footer-box-right {
  display: flex;
}
.new-footer-box-bac .new-footer-box .new-footer-box-right img {
  width: 133px;
  height: 41px;
  cursor: pointer;
}
.new-footer-box-bac .new-footer-box-item {
  width: 133px;
  height: 41px;
  overflow: hidden;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center;
}
.new-footer-box-bac .new-footer-box-item:nth-last-of-type(1) {
  margin-right: 0;
}
.new-footer-box-bac .new-footer-box-item:hover.downGooglePlay {
  background-image: url("./image/footerimg1_11.svg");
}
.new-footer-box-bac .new-footer-box-item:hover.downWind {
  background-image: url("./image/footerimg2_11.svg");
}
.new-footer-box-bac .new-footer-box-item:hover.downip911, .new-footer-box-bac .new-footer-box-item:hover.downipthis {
  background-image: url("./image/footerimg2_11.svg");
}
.new-footer-box-bac .new-footer-box-item:hover.downAndroid {
  background-image: url("./image/footerimg3_11.svg");
}
.new-footer-box-bac .new-footer-box-item:hover.downIos {
  background-image: url("./image/footerimg4_11.svg");
}
.new-footer-box-bac .new-footer-box-item:hover.downMac911 {
  opacity: 1;
}
.new-footer-box-bac .new-footer-box-item.downGooglePlay {
  background-image: url("./image/footerimg11.svg");
}
.new-footer-box-bac .new-footer-box-item.downWind {
  background-image: url("./image/footerimg21.svg");
}
.new-footer-box-bac .new-footer-box-item.downip911, .new-footer-box-bac .new-footer-box-item.downipthis {
  background-image: url("./image/footerimg21.svg");
}
.new-footer-box-bac .new-footer-box-item.downAndroid {
  background-image: url("./image/footerimg31.svg");
}
.new-footer-box-bac .new-footer-box-item.downIos {
  background-image: url("./image/footerimg41.svg");
}
.new-footer-box-bac .new-footer-box-item.downMac911 {
  background-image: url("./image/footerimg5_1mac.svg");
  opacity: .9;
}

.newchangelang {
  display: flex;
  align-items: center;
  position: relative;
}
.newchangelang .row {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(./image/ico_down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.3s;
}
.newchangelang .sc {
  font-size: 17px;
  font-family: Ubuntu-Regular, Ubuntu;
  color: #15357a;
  line-height: 22px;
  margin-right: 9px;
  cursor: pointer;
  position: relative;
  margin-left: 9px;
}

.newchangelang {
  display: flex;
  align-items: center;
  margin-right: 40px;
  cursor: pointer;
  position: relative;
}
.newchangelang:hover > p::after,
.newchangelang:hover .p-a::after {
  width: 100%;
}
.newchangelang:hover > i {
  transform: rotateZ(-180deg);
}
.newchangelang:hover .h-downbox {
  display: block;
  animation: show linear 0.3s;
}
.newchangelang > p,
.newchangelang .p-a {
  font-size: 17px;
  font-family: Ubuntu-Regular, Ubuntu;
  color: #15357a;
  line-height: 22px;
  margin-right: 5px;
  position: relative;
}
.newchangelang > p::after,
.newchangelang .p-a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 0;
  height: 0.5px;
  background-color: #15357a;
  transition: all 0.3s;
}
.newchangelang > i {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("./image/ico_down.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.3s;
}

.newchangelang {
  margin-right: 3px;
}

#lang-select {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  z-index: 91564651;
}

#lang-select:hover .select-list {
  display: block;
}

#lang-select:after {
  content: "";
  display: block;
  width: 168px;
  height: 16px;
  position: absolute;
  bottom: -16px;
  right: 35px;
  cursor: pointer;
}

#hearder-select1,
.hearder-select1 {
  position: relative;
  position: absolute;
  top: 0px;
  height: 40px;
}
#hearder-select1 .lang-select,
.hearder-select1 .lang-select {
  right: 10px;
  top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 4px;
  width: 117px;
  cursor: pointer;
  padding: 6px 15px;
  position: relative;
}
#hearder-select1 .lang-select > p,
.hearder-select1 .lang-select > p {
  opacity: 0;
  font-size: 16px;
  font-family: Ubuntu-Light;
  color: #15357a;
  line-height: 22px;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#hearder-select1 .lang-select > i,
.hearder-select1 .lang-select > i {
  opacity: 0;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("./image/down1.svg");
}
#hearder-select1 .lang-select .select-list,
.hearder-select1 .lang-select .select-list {
  padding: 20px;
  position: absolute;
  right: -22px;
  top: 28px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 1px rgba(24, 28, 50, 0.1);
  border-radius: 4px;
  border: 1px solid #d3dae5;
  padding: 7px 5px;
  z-index: 9;
  width: 170px;
  display: none;
  background: #ffffff;
  box-shadow: 0px 6px 10px 1px rgba(24, 28, 50, 0.1);
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #e9ecf1;
  flex-wrap: wrap;
  padding: 20px;
}
#hearder-select1 .lang-select .select-list > .li,
.hearder-select1 .lang-select .select-list > .li {
  display: block;
  height: 37px;
  padding: 10px;
  font-family: Poppins-Regular, Poppins;
  font-size: 15px;
  font-family: Poppins-Regular, Poppins;
  font-weight: 400;
  color: #15357a;
  line-height: 15px;
  display: flex;
  align-items: center;
}
#hearder-select1 .lang-select .select-list > .li:hover,
.hearder-select1 .lang-select .select-list > .li:hover {
  background-color: #f6f9fe;
}

#hearder-select1:hover .select-list,
.hearder-select1:hover .select-list {
  display: block;
}

#hearder-select,
.hearder-select {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
#hearder-select .lang-select-box,
.hearder-select .lang-select-box {
  width: 100%;
}
#hearder-select .lang-select-box ::after,
.hearder-select .lang-select-box ::after {
  content: "";
  display: block;
  align-items: center;
  width: 20px;
  height: 37px;
  position: absolute;
  left: -30px;
  top: 0;
}
#hearder-select .lang-select,
.hearder-select .lang-select {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 4px;
  cursor: pointer;
}
#hearder-select .lang-select .select_val,
.hearder-select .lang-select .select_val {
  display: flex;
  align-items: center;
  padding: 6px 9px;
  background-color: rgba(245, 248, 250, 0.8);
  border-radius: 6px;
}
#hearder-select .lang-select .select_val > img,
.hearder-select .lang-select .select_val > img {
  width: 15px;
  height: 15px;
  border-radius: 3px;
  margin-left: 10px;
}
#hearder-select .lang-select > p,
.hearder-select .lang-select > p {
  font-size: 16px;
  font-family: Ubuntu-Light;
  line-height: 22px;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#hearder-select .lang-select > p img,
.hearder-select .lang-select > p img {
  width: 20px;
  height: 20px;
}
#hearder-select .lang-select > i,
.hearder-select .lang-select > i {
  opacity: 0;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("./image/down1.svg");
}
#hearder-select .lang-select .select-list,
.hearder-select .lang-select .select-list {
  position: absolute;
  right: calc(100% + 15px);
  top: 0px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 1px rgba(24, 28, 50, 0.1);
  border-radius: 4px;
  border: 1px solid #d3dae5;
  padding: 7px 5px;
  z-index: 9;
  width: 180px;
  display: none;
  background: #ffffff;
  box-shadow: 0px 6px 10px 1px rgba(24, 28, 50, 0.1);
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
  border: 1px solid #e9ecf1;
  height: 217px;
  overflow-y: scroll;
  overflow-x: hidden;
}
#hearder-select .lang-select .select-list::-webkit-scrollbar,
.hearder-select .lang-select .select-list::-webkit-scrollbar {
  width: 3px;
}
#hearder-select .lang-select .select-list::-webkit-scrollbar-thumb,
.hearder-select .lang-select .select-list::-webkit-scrollbar-thumb {
  background-color: #aeccfd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#hearder-select .lang-select .select-list::after,
.hearder-select .lang-select .select-list::after {
  content: "";
  display: block;
  align-items: center;
  width: 20px;
  height: 37px;
  position: absolute;
  right: -20px;
  top: 0;
}
#hearder-select .lang-select .select-list > .li,
.hearder-select .lang-select .select-list > .li {
  height: 35px;
  width: 168px;
  padding: 20px;
  font-family: Poppins-Regular, Poppins;
  font-size: 15px;
  font-family: Poppins-Regular, Poppins;
  font-weight: 400;
  color: #15357a;
  line-height: 15px;
  display: flex;
  align-items: center;
  border-radius: 6px;
}
#hearder-select .lang-select .select-list > .li:hover,
.hearder-select .lang-select .select-list > .li:hover {
  background-color: #f6f9fe;
}
#hearder-select .lang-select .select-list > .li img,
.hearder-select .lang-select .select-list > .li img {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  margin-right: 15px;
}

#hearder-select:hover .select-list,
.hearder-select:hover .select-list {
  display: block;
}
