body {
  background-color: #f7f7f7;
}
.font-gradation {
  display: inline-block;
  position: relative;
  font-weight: bolder;
  background-image: -webkit-linear-gradient(145deg, #ec02e7, #ec02e7, #c507eb, #bd07ec, #ae0aee, #ae0aee, #960df1, #900df2, #810ff4, #7411f5, #6e12f6, #6513f7, #5a15f9, #4b17fb, #4118fc, #3819fd, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bc {
  background: linear-gradient(145deg, #ec02e7, #ec02e7, #c507eb, #bd07ec, #ae0aee, #ae0aee, #960df1, #900df2, #810ff4, #7411f5, #6e12f6, #6513f7, #5a15f9, #4b17fb, #4118fc, #3819fd, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff);
  color: #fff;
}
.border-g {
  border: 1px solid transparent !important;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to right, #fff, #fff), linear-gradient(145deg, #ec02e7, #ec02e7, #c507eb, #bd07ec, #ae0aee, #ae0aee, #960df1, #900df2, #810ff4, #7411f5, #6e12f6, #6513f7, #5a15f9, #4b17fb, #4118fc, #3819fd, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff);
}
.border-g-white {
  border: 1px solid #fff !important;
  background-clip: inherit;
  background-origin: inherit;
  background-image: none;
}
.font-gradation-white {
  color: #fff;
  background-image: none;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: unset;
}
.bg-white {
  background-color: #fff;
  padding: 1px 0;
}
.inner-banner {
  width: 100%;
  height: 430px;
  position: relative;
}
.inner-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inner-banner .map {
  position: absolute;
  top: 36px;
  left: 10.416%;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  z-index: 5;
}
.inner-banner .map a {
  color: #fff;
}
.inner-banner .map a:hover {
  color: #c5c5c5;
}
.inner-banner .title {
  width: 100%;
  font-size: 48px;
  font-weight: bold;
  line-height: 48px;
  color: #ffffff;
  position: absolute;
  top: 106px;
  left: 0;
  text-align: center;
}
.inner-banner .search {
  width: 730px;
  position: absolute;
  top: 215px;
  left: 50%;
  transform: translateX(-50%);
}
.inner-banner .search .box {
  width: 100%;
  height: 50px;
  position: relative;
}
.inner-banner .search .box .input {
  display: block;
  width: calc(100% - 150px);
  height: 100%;
  border: 0;
  background-color: #fff;
  border-radius: 4px;
  border: solid 1px #999999;
  font-size: 16px;
  color: #333;
  padding-left: 20px;
  padding-right: 130px;
}
.inner-banner .search .box .input::placeholder {
  font-size: 16px;
  color: #999999;
}
.inner-banner .search .box .button {
  width: 120px;
  height: 46px;
  border-radius: 4px;
  font-size: 16px;
  position: absolute;
  top: 3px;
  right: 2px;
  border: 0;
  cursor: pointer;
  transition: 0.5s;
  background: linear-gradient(145deg, #ec02e7, #ec02e7, #c507eb, #bd07ec, #ae0aee, #ae0aee, #960df1, #900df2, #810ff4, #7411f5, #6e12f6, #6513f7, #5a15f9, #4b17fb, #4118fc, #3819fd, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff);
  color: #fff;
}
.inner-banner .search .box .button:hover {
  background-color: #76ccfd;
}
.inner-banner .search .customerService {
  margin-top: 9px;
}
.inner-banner .search .customerService a {
  width: 120px;
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 21px;
  color: #ffffff;
}
.inner-banner .search .customerService a img {
  width: 28px;
  margin-right: 6px;
}
.content {
  width: 100%;
  position: relative;
}
.content .top {
  width: 79.166%;
  margin: 0 auto;
  margin-top: -67px;
  height: 135px;
  background-color: #ffffff;
  box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.11);
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.content .top .item {
  width: 16.666%;
  position: relative;
}
.content .top .item::after {
  content: '';
  width: 2px;
  height: 99px;
  background-color: #f1f1f1;
  border-radius: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.content .top .item .icon {
  width: 52px;
  height: 52px;
  margin: 0 auto;
  margin-top: 26px;
  transition: 0.5s;
}
.content .top .item .icon img {
  width: 100%;
}
.content .top .item .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  color: #181818;
  margin-top: 10px;
  text-align: center;
  transition: 0.5s;
}
.content .top .item .p {
  width: 70%;
  margin: 0 auto;
  font-size: 16px;
  line-height: 24px;
  color: #181818;
  margin-top: 50px;
  text-align: center;
  transition: 0.5s;
}
.content .top .item:hover .icon {
  margin-top: -70px;
}
.content .top .item:hover .title {
  margin-top: 60px;
}
.content .top .item:hover .p {
  margin-top: 14px;
}
.content .dataDown,
.content .driverDown {
  width: 79.166%;
  margin: 0 auto;
  padding-bottom: 100px;
}
.content .dataDown .box,
.content .driverDown .box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.content .dataDown .box .left,
.content .driverDown .box .left {
  width: 262px;
  height: 354px;
  background-color: #ffffff;
  border-radius: 6px;
  border: solid 1px #f1f1f1;
  transition: 0.5s;
}
.content .dataDown .box .left .img,
.content .driverDown .box .left .img {
  width: 54px;
  height: 12px;
  margin-top: 23px;
  margin-left: 180px;
}
.content .dataDown .box .left .img img,
.content .driverDown .box .left .img img {
  width: 100%;
}
.content .dataDown .box .left .icon,
.content .driverDown .box .left .icon {
  width: 96px;
  height: 99px;
  margin: 0 auto;
  margin-top: 89px;
}
.content .dataDown .box .left .icon img,
.content .driverDown .box .left .icon img {
  width: 100%;
}
.content .dataDown .box .left .button,
.content .driverDown .box .left .button {
  margin-top: 66px;
  text-align: center;
}
.content .dataDown .box .left .button a,
.content .driverDown .box .left .button a {
  font-size: 14px;
  line-height: 14px;
  color: #000A66;
}
.content .dataDown .box .right,
.content .driverDown .box .right {
  width: calc(100% - 273px);
}
.content .dataDown .box .right .item,
.content .driverDown .box .right .item {
  width: 100%;
  height: 111px;
  background-color: #ffffff;
  border-radius: 6px;
  border: solid 1px #f1f1f1;
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.5s;
}
.content .dataDown .box .right .item .right-left,
.content .driverDown .box .right .item .right-left {
  margin-left: 37px;
  display: flex;
}
.content .dataDown .box .right .item .right-left .icon,
.content .driverDown .box .right .item .right-left .icon {
  width: 29px;
  position: relative;
  flex-shrink: 0;
}
.content .dataDown .box .right .item .right-left .icon img,
.content .driverDown .box .right .item .right-left .icon img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
}
.content .dataDown .box .right .item .right-left .icon img:last-child,
.content .driverDown .box .right .item .right-left .icon img:last-child {
  opacity: 0;
}
.content .dataDown .box .right .item .right-left .text,
.content .driverDown .box .right .item .right-left .text {
  margin-left: 16px;
}
.content .dataDown .box .right .item .right-left .text .name,
.content .driverDown .box .right .item .right-left .text .name {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #333333;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  transition: 0.5s;
}
.content .dataDown .box .right .item .right-left .text .time,
.content .driverDown .box .right .item .right-left .text .time {
  font-size: 14px;
  line-height: 14px;
  color: #999999;
  margin-top: 4px;
  transition: 0.5s;
}
.content .dataDown .box .right .item .button,
.content .driverDown .box .right .item .button {
  width: 120px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid transparent;
  border: 1px solid transparent !important;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to right, #fff, #fff), linear-gradient(145deg, #ec02e7, #ec02e7, #c507eb, #bd07ec, #ae0aee, #ae0aee, #960df1, #900df2, #810ff4, #7411f5, #6e12f6, #6513f7, #5a15f9, #4b17fb, #4118fc, #3819fd, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff);
  margin-right: 49px;
  transition: 0.5s;
}
.content .dataDown .box .right .item .button a,
.content .driverDown .box .right .item .button a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 16px;
  line-height: 40px;
  color: #000A66;
  text-align: center;
}
.content .dataDown .box .right .item:hover,
.content .driverDown .box .right .item:hover {
  background: linear-gradient(145deg, #ec02e7, #ec02e7, #c507eb, #bd07ec, #ae0aee, #ae0aee, #960df1, #900df2, #810ff4, #7411f5, #6e12f6, #6513f7, #5a15f9, #4b17fb, #4118fc, #3819fd, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff);
  color: #fff;
}
.content .dataDown .box .right .item:hover .button,
.content .driverDown .box .right .item:hover .button {
  border: 1px solid #fff !important;
  background-clip: inherit;
  background-origin: inherit;
  background-image: none;
}
.content .dataDown .box .right .item:hover .button a,
.content .driverDown .box .right .item:hover .button a {
  color: #fff;
  background-image: none;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: unset;
}
.content .dataDown .box .right .item:hover .right-left .icon img:last-child,
.content .driverDown .box .right .item:hover .right-left .icon img:last-child {
  opacity: 1;
}
.content .dataDown .box .right .item:hover .right-left .text .name,
.content .driverDown .box .right .item:hover .right-left .text .name {
  color: #fff;
}
.content .dataDown .box .right .item:hover .right-left .text .time,
.content .driverDown .box .right .item:hover .right-left .text .time {
  color: #fff;
}
.content .onlineTools {
  width: 79.166%;
  margin: 0 auto;
  padding-bottom: 100px;
}
.content .onlineTools .list {
  width: 100%;
  height: 322px;
  background-color: #ffffff;
  box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.11);
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
}
.content .onlineTools .list .item {
  width: 25%;
  position: relative;
}
.content .onlineTools .list .item::after {
  content: '';
  width: 2px;
  height: 100%;
  background-color: #f1f1f1;
  position: absolute;
  top: 0;
  right: 0;
}
.content .onlineTools .list .item:last-child::after {
  width: 0;
}
.content .onlineTools .list .item .icon {
  width: 71px;
  height: 71px;
  margin: 0 auto;
  margin-top: 68px;
}
.content .onlineTools .list .item .icon img {
  width: 100%;
}
.content .onlineTools .list .item .name {
  font-size: 28px;
  line-height: 28px;
  color: #181818;
  margin-top: 18px;
  text-align: center;
}
.content .onlineTools .list .item .button {
  width: 120px;
  height: 40px;
  margin: 0 auto;
  margin-top: 42px;
  border-radius: 12px;
  background-color: #ffffff;
  border: solid 1px #000A66;
  transition: 0.5s;
}
.content .onlineTools .list .item .button a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 16px;
  line-height: 40px;
  color: #000A66;
  text-align: center;
}
.content .onlineTools .list .item .button:hover {
  background-color: #000A66;
}
.content .onlineTools .list .item .button:hover a {
  color: #fff;
}
.content .contactUs {
  width: 79.166%;
  margin: 0 auto;
  padding-bottom: 100px;
}
.content .contactUs .list {
  width: 100%;
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
.content .contactUs .list .item {
  width: 49%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 1px solid #c6c6c6;
  border-radius: 12px;
  padding: 50px 0;
}
.content .contactUs .list .item:last-child::after {
  width: 0;
}
.content .contactUs .list .item .icon {
  width: 75px;
  height: 75px;
  margin-top: -45px;
}
.content .contactUs .list .item .icon img {
  width: 100%;
}
.content .contactUs .list .item .right {
  margin-left: 34px;
}
.content .contactUs .list .item .right .name {
  font-size: 32px;
  line-height: 32px;
  color: #181818;
}
.content .contactUs .list .item .right .text {
  font-size: 14px;
  line-height: 14px;
  color: #999999;
  margin-top: 15px;
}
.content .contactUs .list .item .right .button {
  margin-top: 22px;
}
.content .contactUs .list .item .right .button a {
  width: 120px;
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 21px;
  color: #333333;
}
.content .contactUs .list .item .right .button a img {
  width: 28px;
  margin-right: 8px;
}
.content .contactUs .list .item .right .button a:hover {
  color: #000A66;
}
.downPopups {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
}
.downPopups .box {
  width: calc(75% - 116px);
  height: calc(70vh - 48px);
  background-color: #ffffff;
  border-radius: 8px;
  position: absolute;
  padding: 24px 58px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.downPopups .box .close {
  width: 70px;
  height: 70px;
  position: absolute;
  right: -100px;
  top: 10px;
  cursor: pointer;
}
.downPopups .box .close img {
  width: 100%;
}
.downPopups .box .search-input {
  width: 30%;
  height: 40px;
  position: absolute;
  top: 36px;
  right: 58px;
  z-index: 10000;
}
.downPopups .box .search-input input {
  width: calc(100% - 52px);
  height: calc(100% - 2px);
  border: solid 1px #999999;
  border-radius: 6px;
  padding-left: 10px;
  padding-right: 40px;
  font-size: 18px;
  color: #333333;
}
.downPopups .box .search-input input::placeholder {
  font-size: 18px;
  color: #999;
}
.downPopups .box .search-input .icon {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.downPopups .box .search-input .icon img {
  width: 100%;
}
.downPopups .box .tabs {
  width: 100%;
}
.downPopups .box .tabs > ul {
  width: 100%;
  height: 64px;
  display: flex;
  position: relative;
}
.downPopups .box .tabs > ul::after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #f1f1f1;
  position: absolute;
  left: 0;
  bottom: 0;
}
.downPopups .box .tabs > ul li {
  font-size: 18px;
  line-height: 64px;
  color: #181818;
  position: relative;
  transition: 0.5s;
  margin-right: 50px;
  z-index: 2;
}
.downPopups .box .tabs > ul li::after {
  content: '';
  width: 0;
  height: 3px;
  background-color: #000A66;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.5s;
}
.downPopups .box .tabs > ul li.selectActive::after {
  width: 100%;
}
.downPopups .box .tabs .tab {
  width: 100%;
  margin-top: 38px;
}
.downPopups .box .tabs .tab .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.downPopups .box .tabs .tab .top .province {
  width: 25.263%;
  float: left;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #999999;
  position: relative;
}
.downPopups .box .tabs .tab .top .province .name {
  font-size: 14px;
  line-height: 14px;
  color: #333333;
  position: absolute;
  top: -22px;
  left: 0;
}
.downPopups .box .tabs .tab .top .province .province-box {
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.downPopups .box .tabs .tab .top .province .province-box .province-value {
  font-size: 16px;
  line-height: 50px;
  color: #999999;
  margin-left: 25px;
}
.downPopups .box .tabs .tab .top .province .province-box .icon {
  margin-right: 25px;
}
.downPopups .box .tabs .tab .top .province .province-box .icon img {
  width: 100%;
}
.downPopups .box .tabs .tab .top .province .province-dropdown {
  width: 100%;
  background-color: #ffffff;
  display: none;
  position: absolute;
  top: 52px;
  border: solid 1px #999999;
}
.downPopups .box .tabs .tab .top .province .province-dropdown .item {
  padding: 8px 20px;
  font-size: 16px;
  line-height: 16px;
  cursor: pointer;
  color: #333;
}
.downPopups .box .tabs .tab .top .province .province-dropdown .item:hover {
  background-color: #000A66;
  color: #fff;
}
.downPopups .box .tabs .tab .top .city {
  width: 54.962%;
  float: left;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #999999;
  position: relative;
}
.downPopups .box .tabs .tab .top .city .name {
  font-size: 14px;
  line-height: 14px;
  color: #333333;
  position: absolute;
  top: -22px;
  left: 0;
}
.downPopups .box .tabs .tab .top .city .city-box {
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.downPopups .box .tabs .tab .top .city .city-box .city-value {
  font-size: 16px;
  line-height: 50px;
  color: #999999;
  margin-left: 25px;
}
.downPopups .box .tabs .tab .top .city .city-box .icon {
  margin-right: 25px;
}
.downPopups .box .tabs .tab .top .city .city-box .icon img {
  width: 100%;
}
.downPopups .box .tabs .tab .top .city .city-dropdown {
  width: 100%;
  background-color: #ffffff;
  display: none;
  position: absolute;
  top: 52px;
  border: solid 1px #999999;
}
.downPopups .box .tabs .tab .top .city .city-dropdown .item {
  padding: 8px 20px;
  font-size: 16px;
  line-height: 16px;
  cursor: pointer;
  color: #333;
}
.downPopups .box .tabs .tab .top .city .city-dropdown .item:hover {
  background-color: #000A66;
  color: #fff;
}
.downPopups .box .tabs .tab .top .button {
  width: 120px;
  height: 50px;
  background-color: #000A66;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 2px;
  color: #ffffff;
}
.downPopups .box .tabs .tab .top .button img {
  width: 24px;
  height: 22px;
  margin-right: 7px;
}
.downPopups .box .tabs .tab .bottom {
  width: 100%;
  margin-top: 23px;
}
.downPopups .box .tabs .tab .bottom .text {
  width: calc(100% - 20px);
  height: 50px;
  background-color: #000A66;
  border-radius: 3px;
  padding-left: 20px;
  font-size: 14px;
  line-height: 50px;
  letter-spacing: 1px;
  color: #fff;
}
.downPopups .box .tabs .tab .bottom .list {
  width: 100%;
  height: calc(70vh - 232px);
  overflow-y: auto;
}
.downPopups .box .tabs .tab .bottom .list .list-box {
  width: 98%;
}
.downPopups .box .tabs .tab .bottom .list .list-box .item {
  width: 100%;
  height: 72px;
  border-bottom: solid 1px #f1f1f1;
}
.downPopups .box .tabs .tab .bottom .list .list-box .item a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.downPopups .box .tabs .tab .bottom .list .list-box .item a .left {
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  color: #333333;
  transition: 0.5s;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.downPopups .box .tabs .tab .bottom .list .list-box .item a .right {
  font-size: 14px;
  line-height: 14px;
  color: #999999;
  flex-shrink: 0;
  margin-left: 10px;
}
.downPopups .box .tabs .tab .bottom .list .list-box .item a:hover .left {
  color: #000A66;
}
.inquireDown {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
}
.inquireDown .box {
  width: calc(75% - 116px);
  height: calc(70vh - 48px);
  background-color: #ffffff;
  border-radius: 8px;
  position: absolute;
  padding: 24px 58px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.inquireDown .box .close {
  width: 70px;
  height: 70px;
  position: absolute;
  right: -100px;
  top: 10px;
  cursor: pointer;
}
.inquireDown .box .close img {
  width: 100%;
}
.inquireDown .box .title {
  font-size: 28px;
  font-weight: bold;
  line-height: 28px;
  color: #181818;
  display: flex;
  align-items: flex-end;
}
.inquireDown .box .title img {
  width: 50px;
  height: 50px;
  margin-left: 10px;
}
.inquireDown .box .search {
  margin-top: 37px;
  display: flex;
}
.inquireDown .box .search input {
  width: 54.887%;
  height: 50px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #999999;
}
.inquireDown .box .search .btn {
  width: 120px;
  height: 52px;
  background-color: #000A66;
  border-radius: 4px;
  font-size: 16px;
  color: #ffffff;
  border: 0;
  cursor: pointer;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}
.inquireDown .box .search .btn img {
  width: 24px;
  height: 22px;
  margin-right: 7px;
}
.inquireDown .box .search .btn:hover {
  background-color: #76ccfd;
}
.inquireDown .box .text1 {
  width: calc(100% - 20px);
  height: 50px;
  background-color: #f0faff;
  border-radius: 3px;
  padding-left: 20px;
  font-size: 14px;
  line-height: 50px;
  letter-spacing: 1px;
  color: #000A66;
  margin-top: 40px;
}
.contactUsPopups {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
}
.contactUsPopups .box {
  width: calc(75% - 116px);
  height: calc(80vh - 48px);
  background-color: #ffffff;
  border-radius: 8px;
  position: absolute;
  padding: 24px 58px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.contactUsPopups .box .close {
  width: 70px;
  height: 70px;
  position: absolute;
  right: -100px;
  top: 10px;
  cursor: pointer;
}
.contactUsPopups .box .close img {
  width: 100%;
}
.contactUsPopups .box .title {
  font-size: 28px;
  font-weight: bold;
  line-height: 28px;
  color: #181818;
  display: flex;
  align-items: flex-end;
}
.contactUsPopups .box .title img {
  width: 50px;
  height: 50px;
  margin-left: 10px;
}
.contactUsPopups .box .p {
  font-size: 14px;
  line-height: 14px;
  color: #999999;
  margin-top: 14px;
}
.contactUsPopups .box .line {
  width: 100%;
  height: 2px;
  background-color: #f1f1f1;
  margin-top: 26px;
}
.contactUsPopups .box form {
  width: 100%;
  height: calc(70vh - 156px);
  overflow-y: auto;
  padding-top: 50px;
  margin-top: 10px;
}
.contactUsPopups .box form .name {
  font-size: 14px;
  line-height: 14px;
  color: #333333;
  position: absolute;
  left: 0;
  top: -22px;
}
.contactUsPopups .box form input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 2px solid #999999;
  background-color: #ffffff;
  outline: none;
  cursor: pointer;
  flex-shrink: 0;
}
.contactUsPopups .box form input[type="radio"]:checked {
  background-color: #000A66;
  border: 2px solid #000A66;
}
.contactUsPopups .box form .first {
  width: calc(100% - 5px);
  display: flex;
  flex-wrap: wrap;
}
.contactUsPopups .box form .first .left {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.contactUsPopups .box form .first .left > input {
  width: calc(100% - 260px);
  height: 50px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #999999;
  padding-left: 20px;
}
.contactUsPopups .box form .first .left .sex {
  display: flex;
  margin-left: 35px;
}
.contactUsPopups .box form .first .left .sex input {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.contactUsPopups .box form .first .left .sex label {
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  margin-right: 20px;
}
.contactUsPopups .box form .fived {
  margin-top: 53px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.contactUsPopups .box form .fived .left {
  width: 35%;
}
.contactUsPopups .box form .fived .left .niceCountryInputSelector {
  width: 100%;
  position: relative;
}
.contactUsPopups .box form .fived .left .niceCountryInputSelector .niceCountryInputMenu {
  width: calc(100% - 40px);
  height: 50px;
  border-radius: 4px;
  border: solid 1px #999999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
.contactUsPopups .box form .fived .left .niceCountryInputSelector .niceCountryInputMenu .niceCountryInputMenuCountryNoFlag {
  display: none;
}
.contactUsPopups .box form .fived .left .niceCountryInputSelector .niceCountryInputMenuFilter {
  display: none;
}
.contactUsPopups .box form .fived .left .niceCountryInputSelector .niceCountryInputMenuDropdownContent {
  position: absolute;
  left: 0;
  top: 52px;
  z-index: 10;
  background-color: #fff;
  width: 100%;
}
.contactUsPopups .box form .fived .left .niceCountryInputSelector .niceCountryInputMenuDropdownContent a {
  padding: 0 20px;
}
.contactUsPopups .box form .fived .left .niceCountryInputSelector .niceCountryInputMenuDropdownContent .niceCountryInputMenuCountryNoFlag {
  display: none;
}
.contactUsPopups .box form .fived .right {
  width: 62.407%;
  display: flex;
  justify-content: space-between;
  position: relative;
  display: none;
}
.contactUsPopups .box form .fived .right .city1 {
  width: 48%;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #999999;
  position: relative;
}
.contactUsPopups .box form .fived .right .city1 .city1-box {
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contactUsPopups .box form .fived .right .city1 .city1-box .city1-value {
  font-size: 16px;
  line-height: 50px;
  color: #999999;
  margin-left: 25px;
}
.contactUsPopups .box form .fived .right .city1 .city1-box .icon {
  margin-right: 25px;
}
.contactUsPopups .box form .fived .right .city1 .city1-box .icon img {
  width: 100%;
}
.contactUsPopups .box form .fived .right .city1 .city1-dropdown {
  width: 100%;
  background-color: #ffffff;
  display: none;
  position: absolute;
  top: 52px;
  border: solid 1px #999999;
  z-index: 2;
}
.contactUsPopups .box form .fived .right .city1 .city1-dropdown .item {
  padding: 8px 20px;
  font-size: 16px;
  line-height: 16px;
  cursor: pointer;
  color: #333;
}
.contactUsPopups .box form .fived .right .city1 .city1-dropdown .item:hover {
  background-color: #000A66;
  color: #fff;
}
.contactUsPopups .box form .fived .right .city2 {
  width: 48%;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #999999;
  position: relative;
}
.contactUsPopups .box form .fived .right .city2 .city2-box {
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contactUsPopups .box form .fived .right .city2 .city2-box .city2-value {
  font-size: 16px;
  line-height: 50px;
  color: #999999;
  margin-left: 25px;
}
.contactUsPopups .box form .fived .right .city2 .city2-box .icon {
  margin-right: 25px;
}
.contactUsPopups .box form .fived .right .city2 .city2-box .icon img {
  width: 100%;
}
.contactUsPopups .box form .fived .right .city2 .city2-dropdown {
  width: 100%;
  background-color: #ffffff;
  display: none;
  position: absolute;
  top: 52px;
  border: solid 1px #999999;
  z-index: 2;
}
.contactUsPopups .box form .fived .right .city2 .city2-dropdown .item {
  padding: 8px 20px;
  font-size: 16px;
  line-height: 16px;
  cursor: pointer;
  color: #333;
}
.contactUsPopups .box form .fived .right .city2 .city2-dropdown .item:hover {
  background-color: #000A66;
  color: #fff;
}
.contactUsPopups .box form .second {
  width: calc(100% - 5px);
  margin-top: 53px;
  display: flex;
  justify-content: space-between;
}
.contactUsPopups .box form .second .left {
  position: relative;
  width: 63.984%;
}
.contactUsPopups .box form .second .left input {
  width: calc(100% - 20px);
  height: 50px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #999999;
  padding-left: 20px;
}
.contactUsPopups .box form .second .right {
  position: relative;
  width: 29.8%;
}
.contactUsPopups .box form .second .right input {
  width: calc(100% - 20px);
  height: 50px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #999999;
  padding-left: 20px;
}
.contactUsPopups .box form .third {
  width: calc(100% - 5px);
  margin-top: 53px;
  display: flex;
  justify-content: space-between;
}
.contactUsPopups .box form .third .left {
  position: relative;
  width: 48%;
}
.contactUsPopups .box form .third .left input {
  width: calc(100% - 20px);
  height: 50px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #999999;
  padding-left: 20px;
}
.contactUsPopups .box form .third .right {
  position: relative;
  width: 48%;
}
.contactUsPopups .box form .third .right input {
  width: calc(100% - 20px);
  height: 50px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #999999;
  padding-left: 20px;
}
.contactUsPopups .box form .fourth {
  width: calc(100% - 5px);
  margin-top: 53px;
  display: flex;
}
.contactUsPopups .box form .fourth input {
  margin-right: 9px;
}
.contactUsPopups .box form .fourth label {
  margin-right: 20px;
  font-size: 14px;
}
.contactUsPopups .box form .fourth label:last-child {
  margin-right: 0;
}
.contactUsPopups .box form .fourth .left {
  position: relative;
  display: flex;
  margin-right: 7.6%;
}
.contactUsPopups .box form .fourth .right {
  position: relative;
  display: flex;
}
.contactUsPopups .box form .score {
  width: calc(100% - 5px);
  margin-top: 53px;
  display: flex;
}
.contactUsPopups .box form .score .left {
  font-size: 14px;
  line-height: 14px;
  color: #333333;
}
.contactUsPopups .box form .score .right {
  display: flex;
  margin-left: 20px;
}
.contactUsPopups .box form .score .right input {
  margin-right: 7px;
}
.contactUsPopups .box form .score .right label {
  margin-right: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}
.contactUsPopups .box form .score .right label:last-child {
  margin-right: 0;
}
.contactUsPopups .box form .button {
  width: 100%;
  margin-top: 30px;
}
.contactUsPopups .box form .button input {
  width: 120px;
  height: 50px;
  background: linear-gradient(145deg, #ec02e7, #ec02e7, #c507eb, #bd07ec, #ae0aee, #ae0aee, #960df1, #900df2, #810ff4, #7411f5, #6e12f6, #6513f7, #5a15f9, #4b17fb, #4118fc, #3819fd, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff);
  color: #fff;
  border-radius: 4px;
  font-size: 16px;
  line-height: 50px;
  letter-spacing: 2px;
  color: #ffffff;
  border: 0;
  margin: 0 auto;
  display: block;
}
.contactUsPopups .box form .protocol {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  margin-top: 10px;
}
.contactUsPopups .box form .protocol a {
  text-decoration: underline;
  color: #000A66;
}
.city-picker-selector {
  width: 100%;
}
.city-picker-selector .selector-item {
  width: calc(50% - 12px);
  height: 50px;
  border: solid 1px #999999;
}
.city-picker-selector li.caller.active,
.city-picker-selector li.caller.active:hover {
  background: #000A66;
  color: #fff;
}
.city-picker-selector .selector-name {
  border-radius: 5px;
  color: #333;
  font-size: 16px;
  line-height: 50px;
  display: block;
  text-indent: 5%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.city-picker-selector .selector-item:after {
  content: '';
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #ccc;
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 22px;
  right: 5px;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
}
.city-picker-selector .selector-list {
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
  width: 100%;
  position: absolute;
  top: 52px;
  left: -1px;
  z-index: 1;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  -webkit-transform: translateY(-2%);
  transform: translateY(-2%);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .content {
    padding: 0;
    box-sizing: border-box;
  }
  .content .map {
    font-size: 16px;
    left: 15px;
    position: relative;
  }
  .inner-banner .title {
    width: 100%;
    font-size: 26px;
    font-weight: bold;
    line-height: 26px;
    color: #ffffff;
    position: absolute;
    top: 130px;
    left: 0;
    text-align: center;
  }
  .inner-banner .search {
    width: 90%;
    position: absolute;
    top: 215px;
    left: 50%;
    transform: translateX(-50%);
  }
  .content .top {
    height: auto;
    flex-wrap: wrap;
  }
  .content .top .item {
    width: 50%;
  }
  .content .top .item {
    height: 150px;
    overflow: hidden;
  }
  .content .top .item::after {
    display: none;
  }
  .content .top .item .title {
    font-size: 16px;
  }
  .content .top .item .p {
    font-size: 12px;
    line-height: 1.5;
  }
  .content .top .item:nth-child(3):after,
  .content .top .item:nth-child(6):after {
    width: 0;
  }
  .content .dataDown,
  .content .driverDown {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 80px;
  }
  .content .dataDown .box,
  .content .driverDown .box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
  }
  .content .dataDown .box .right,
  .content .driverDown .box .right {
    width: 100%;
  }
  .content .dataDown .box .left,
  .content .driverDown .box .left {
    width: 120px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 6px;
    border: solid 1px #f1f1f1;
    transition: 0.5s;
    margin: 0 auto;
    margin-top: 10px;
  }
  .content .dataDown .box .left .img,
  .content .driverDown .box .left .img {
    display: none;
  }
  .content .dataDown .box .left .icon,
  .content .driverDown .box .left .icon {
    display: none;
  }
  .content .dataDown .box .left .button,
  .content .driverDown .box .left .button {
    margin-top: 0;
    text-align: center;
    width: 100%;
    height: 100%;
  }
  .content .dataDown .box .left .button a,
  .content .driverDown .box .left .button a {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 14px;
    line-height: 40px;
    color: #000A66;
  }
  .content .onlineTools {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 80px;
  }
  .content .onlineTools .list {
    width: 100%;
    height: 580px;
    background-color: #ffffff;
    box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.11);
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .content .onlineTools .list .item {
    width: 50%;
    height: 50%;
    position: relative;
    border-bottom: solid 1px #f1f1f1;
  }
  .content .contactUs {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .content .contactUs .list {
    width: 100%;
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .content .contactUs .list .item {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-direction: column;
    border: 1px solid #c6c6c6;
    margin-bottom: 20px;
  }
  .content .contactUs .list .item .right {
    margin-left: 0;
    margin-top: 20px;
    text-align: center;
  }
  .content .contactUs .list .item .right .button a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 21px;
    color: #333333;
  }
  .content .contactUs .list .item .icon {
    width: 60px;
    height: 60px;
    margin-top: 0;
  }
  .contactUsPopups .box {
    width: calc(90% - 60px);
    height: calc(80vh - 48px);
    background-color: #ffffff;
    border-radius: 8px;
    position: absolute;
    padding: 24px 30px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .contactUsPopups .box .close {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: -50px;
    cursor: pointer;
  }
  .contactUsPopups .box form .score .right {
    display: flex;
    margin-left: 0;
    margin-top: 23px;
    flex-wrap: wrap;
  }
  .contactUsPopups .box form .score .right input {
    margin-right: 7px;
    margin-bottom: 10px;
  }
  .downPopups .box {
    width: calc(90% - 40px);
    height: calc(70vh - 48px);
    background-color: #ffffff;
    border-radius: 8px;
    position: absolute;
    padding: 24px 20px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .downPopups .box .search-input {
    width: 30%;
    height: 40px;
    position: absolute;
    top: 100px;
    right: auto;
    z-index: 10000;
    left: 20px;
  }
  .downPopups .box .tabs .tab {
    width: 100%;
    margin-top: 60px;
  }
  .content .onlineTools .list .item .name {
    font-size: 16px;
  }
  .content .dataDown .box .right .item,
  .content .driverDown .box .right .item {
    justify-content: center;
  }
  .content .dataDown .box .right .item .right-left,
  .content .driverDown .box .right .item .right-left {
    margin-left: 10px;
    width: 100%;
  }
  .content .dataDown .box .right .item .button,
  .content .driverDown .box .right .item .button {
    margin-right: 10px;
  }
  .content .dataDown .box .right .item .right-left .text .name,
  .content .driverDown .box .right .item .right-left .text .name {
    font-size: 14px;
  }
  .downPopups .box .close {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: -70px;
    cursor: pointer;
  }
  .downPopups .box .tabs > ul {
    width: 100%;
    height: 64px;
    display: flex;
    position: relative;
    overflow-x: auto;
  }
  .downPopups .box .search-input {
    width: 70%;
    height: 40px;
    position: absolute;
    top: 100px;
    right: auto;
    z-index: 10000;
    left: 20px;
  }
  .downPopups .box .tabs > ul li {
    font-size: 18px;
    line-height: 64px;
    color: #181818;
    position: relative;
    transition: 0.5s;
    margin-right: 30px;
    z-index: 2;
    text-wrap: nowrap;
  }
  .downPopups .box .search-input input {
    width: calc(100% - 52px);
    height: calc(100% - 2px);
    border: solid 1px #999999;
    border-radius: 6px;
    padding-left: 10px;
    padding-right: 40px;
    font-size: 16px;
    color: #333333;
  }
  .downPopups .box .search-input input::placeholder {
    font-size: 16px;
    color: #999;
  }
  .contactUsPopups .box form .fived .left {
    width: 99%;
  }
  .contactUsPopups .box form .fived .right {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    display: none;
    margin-top: 20px;
  }
  .contactUsPopups .box form .second {
    width: calc(100% - 5px);
    margin-top: 53px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .contactUsPopups .box form .second .left {
    position: relative;
    width: 100%;
  }
  .contactUsPopups .box form .second .right {
    position: relative;
    width: 100%;
    margin-top: 53px;
  }
  .contactUsPopups .box form .third {
    width: calc(100% - 5px);
    margin-top: 53px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .contactUsPopups .box form .third .left {
    position: relative;
    width: 100%;
  }
  .contactUsPopups .box form .third .right {
    position: relative;
    width: 100%;
    margin-top: 53px;
  }
  .contactUsPopups .box form .fourth {
    width: calc(100% - 5px);
    margin-top: 53px;
    display: flex;
    flex-wrap: wrap;
  }
  .contactUsPopups .box form .fourth .left {
    position: relative;
    display: flex;
    width: 100%;
    margin-right: 0%;
    flex-wrap: wrap;
  }
  .contactUsPopups .box form .fourth .right {
    position: relative;
    display: flex;
    width: 100%;
    margin-top: 53px;
  }
  .contactUsPopups .box form .score {
    width: calc(100% - 5px);
    margin-top: 53px;
    display: flex;
    flex-wrap: wrap;
  }
  .contactUsPopups .box form .score .left {
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    width: 100%;
  }
  .contactUsPopups .box form .score .right {
    display: flex;
    margin-left: 0;
    margin-top: 23px;
  }
  .contactUsPopups .box form .first .left > input {
    width: 100%;
  }
  .contactUsPopups .box form .fourth label {
    width: 80%;
  }
  .content .contactUs .list .item .right .name {
    font-size: 22px;
  }
}
