﻿body {
  position: relative;
  background-color: #fff;
}

.container {
  margin-top: 0;
}

.main-content {
  width: 100%;
}
.main-content .map {
  margin: 0 auto;
  background-image: url(../images/map.jpg);
  width: 10.49rem;
  background-size: 100% auto;
  position: relative;
  font-family: "Arial", sans-serif;
  font-size: 0.16rem;
}
.main-content .map:before {
  display: block;
  content: "";
  padding-top: 55.1954242135%;
}
.main-content .mbg1 {
  width: 0.42rem;
  height: 0.42rem;
  background-image: url("../images/mb1.png");
  background-size: 100% auto;
}
.main-content .mbg1-small {
  width: 0.31rem;
  height: 0.31rem;
  background-image: url("../images/mb1.png");
  background-size: 100% auto;
  background-size: 97% auto;
}
.main-content .mbg2 {
  width: 0.42rem;
  height: 0.42rem;
  background-image: url("../images/mbg2.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.main-content .mbg2-small {
  width: 0.37rem;
  height: 0.37rem;
  background-image: url("../images/mbg2.png");
  background-size: 100% auto;
  background-size: 97% auto;
}
.main-content .mbg3 {
  width: 0.42rem;
  height: 0.42rem;
  background-image: url("../images/mbg3.png");
  background-size: 100% auto;
}
.main-content .mbg4 {
  width: 0.42rem;
  height: 0.42rem;
  background-image: url("../images/mbg4.png");
  background-size: 100% auto;
}
.main-content .mbg5 {
  width: 0.42rem;
  height: 0.42rem;
  background-image: url("../images/mbg5.png");
  background-size: 100% auto;
}
.main-content .mbg5-small {
  width: 0.31rem;
  height: 0.31rem;
  background-image: url("../images/mbg5.png");
  background-size: 100% auto;
  background-size: 97% auto;
  height: 0.3rem;
}
.main-content .type-inline-block {
  display: inline-block;
}
.main-content .style-block {
  padding: 0.05rem 0.12rem;
  margin: 0.15rem 0;
  color: #fff;
  cursor: pointer;
}
.main-content .dny1 {
  position: absolute;
  right: 2.4rem;
  bottom: 2.27rem;
}
.main-content .dny2 {
  position: absolute;
  right: 2.1rem;
  bottom: 1.77rem;
}
.main-content .adly {
  position: absolute;
  right: 1.6rem;
  bottom: 0.97rem;
}
.main-content .asia {
  position: absolute;
  right: 1.9rem;
  top: 1.33rem;
  color: #020202;
  font-size: 0.19rem;
}
.main-content .adlytext {
  position: absolute;
  right: 0.4rem;
  top: 4.13rem;
  color: #020202;
  font-size: 0.19rem;
}
.main-content .ouzhoutext {
  position: absolute;
  left: 5.2rem;
  top: 1.53rem;
  color: #020202;
  font-size: 0.19rem;
}
.main-content .ouzhou {
  position: absolute;
  left: 5.1rem;
  top: 1.76rem;
}
.main-content .africa {
  position: absolute;
  left: 5.2rem;
  bottom: 2.53rem;
  color: #020202;
  font-size: 0.19rem;
}
.main-content .north {
  position: absolute;
  left: 1.2rem;
  top: 1.19rem;
  color: #020202;
  font-size: 0.19rem;
}
.main-content .south {
  position: absolute;
  left: 2.5rem;
  top: 3.99rem;
  color: #020202;
  font-size: 0.19rem;
}
.main-content .antarctic {
  position: absolute;
  left: 5.2rem;
  bottom: 0.23rem;
  color: #020202;
  font-size: 0.19rem;
}
.main-content .england {
  position: absolute;
  left: 4.7rem;
  top: 1.4rem;
}
.main-content .canada {
  position: absolute;
  left: 1.7rem;
  top: 1.35rem;
}
.main-content .usa {
  position: absolute;
  left: 1.9rem;
  top: 1.8rem;
}
.main-content .england2 {
  position: absolute;
  left: 4.8rem;
  top: 1.7rem;
}
.main-content .russa {
  position: absolute;
  right: 2.6rem;
  top: 1.3rem;
}
.main-content .korea {
  position: absolute;
  right: 1.7rem;
  top: 1.95rem;
}
.main-content .japan {
  position: absolute;
  right: 1.38rem;
  top: 2.11rem;
}
.main-content .hongkong {
  position: absolute;
  right: 2rem;
  bottom: 2.57rem;
}
.main-content .mytooltip.dropdown-menu-custom {
  padding: 0.05rem;
}

.mytooltip-template {
  width: 2.5rem;
  font-size: 0.14rem;
}
.mytooltip-template img {
  margin-bottom: 0.1rem;
}

.my-tooltip {
  padding: 0.1rem;
  width: 1.2rem;
  border-radius: 0.1rem;
}

.mytooltip {
  width: 2rem;
  padding: 0.1rem;
  position: absolute;
  background: #25272f;
  color: #fff;
  font-size: 0.12rem;
}
.mytooltip::after, .mytooltip::before {
  content: " ";
  height: 0;
  position: absolute;
  width: 0;
  border: 0.07rem solid #25272f;
}
.mytooltip::before {
  border-width: 0.09rem;
}

.mytooltip--cursor-help {
  cursor: help !important;
}

.mytooltip-backing {
  position: absolute;
  width: 100%;
}

.mytooltip.mytooltip-theme-default::before {
  display: none;
}
.mytooltip.mytooltip-theme-danger {
  background: #e04d3b;
}
.mytooltip.mytooltip-theme-danger::after {
  border-color: #e04d3b;
}
.mytooltip.mytooltip-theme-danger::before {
  display: none;
}
.mytooltip.mytooltip-theme-warning {
  background: #e67225;
}
.mytooltip.mytooltip-theme-warning::after {
  border-color: #e67225;
}
.mytooltip.mytooltip-theme-warning::before {
  display: none;
}
.mytooltip.mytooltip-theme-info {
  background: #0e7ac4;
}
.mytooltip.mytooltip-theme-info::after {
  border-color: #0e7ac4;
}
.mytooltip.mytooltip-theme-info::before {
  display: none;
}
.mytooltip.mytooltip-theme-success {
  background: #45b04f;
}
.mytooltip.mytooltip-theme-success::after {
  border-color: #45b04f;
}
.mytooltip.mytooltip-theme-success::before {
  display: none;
}
.mytooltip.mytooltip-theme-light {
  background: #fff;
  color: #000;
  border: 0.01rem solid #e4e4e4;
}
.mytooltip.mytooltip-theme-light::after {
  border-color: #fff;
}
.mytooltip.mytooltip-theme-light::before {
  border-color: #e4e4e4;
}

.mytooltip.mytooltip--top::after, .mytooltip.mytooltip--top::before {
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom: 0;
  bottom: -0.07rem;
  top: auto;
  left: 50%;
  margin: 0 0 0 -0.07rem;
}
.mytooltip.mytooltip--top::before {
  bottom: -0.09rem;
  margin: 0 0 0 -0.09rem;
}
.mytooltip.mytooltip--right::after, .mytooltip.mytooltip--right::before {
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left: 0;
  left: -0.07rem;
  margin-top: -0.07rem;
  top: 50%;
}
.mytooltip.mytooltip--right::before {
  left: -0.09rem;
  margin-top: -0.09rem;
}
.mytooltip.mytooltip--bottom::after, .mytooltip.mytooltip--bottom::before {
  border-left-color: transparent;
  border-right-color: transparent;
  border-top: 0;
  margin: 0 0 0 -0.07rem;
  left: 50%;
  top: -0.07rem;
}
.mytooltip.mytooltip--bottom::before {
  margin: 0 0 0 -0.09rem;
  top: -0.09rem;
}
.mytooltip.mytooltip--left::after, .mytooltip.mytooltip--left::before {
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right: 0;
  margin-top: -0.07rem;
  left: auto;
  right: -0.07rem;
  top: 50%;
}
.mytooltip.mytooltip--left::before {
  margin-top: -0.09rem;
  right: -0.09rem;
}

.partners-list-section {
  width: 10.49rem;
  margin: 0 auto 0.5rem;
}
.partners-list-section .line {
  width: 100%;
  border-bottom: #777777 0.01rem dotted;
  margin: 0.05rem 0 0.15rem 0;
}
.partners-list-section .telist {
  color: #fff;
  font-size: 0.15rem;
  padding: 0.1rem 0.15rem 0.05rem 0.15rem;
  background: #cab172;
  text-align: center;
  border-radius: 0.05rem 0.05rem 0 0;
  margin: 0.12rem 0 0 0;
  font-weight: bold;
}
.partners-list-section .telist_newtype {
  width: 100%;
  border: 1px solid #cab172;
  background: #ffffff;
  padding: 0;
  overflow-x: auto;
  min-height: 0.01%;
}
.partners-list-section .telist_newtype table {
  max-width: 100% !important;
}
.partners-list-section .telist_newtype table .title {
  width: 100%;
  font-size: 0.25rem;
  color: #cab172;
}
.partners-list-section .telist_newtype table th {
  white-space: normal !important;
  font-size: 0.15rem;
  font-weight: bold;
  text-align: center;
  height: 0.3rem;
  background-color: #5d382d;
  color: #ffffff;
  padding: 0;
}
.partners-list-section .telist_newtype table td {
  font-size: 0.15rem;
  border-right: #cfd2d7 1px solid;
  border-top: #cfd2d7 1px solid;
  text-align: center;
  height: 0.3rem;
  padding: 0.08rem;
}
.partners-list-section .telist_newtype table td + td {
  border-right: 0;
}
.partners-list-section .telist_newtype table a:hover {
  color: rgb(204, 181, 121);
}

@media screen and (max-width: 999px) {
  .banner-top {
    margin-top: 1.01rem;
  }
  .banner-top::before {
    padding-top: 47.733%;
  }
  .banner-top .banner-bd .wp .banner-title {
    font-size: 0.3rem;
    left: 0.75rem;
    top: 2.64rem;
  }
  body > .wp {
    padding: 0;
  }
  .container {
    padding: 0;
    min-height: 9rem;
  }
  .map-content {
    margin-top: 0.7rem;
    position: relative;
  }
  .map-content:before {
    display: block;
    content: "";
    padding-top: 50.1954242135%;
  }
  .main-content .map {
    position: absolute;
    transform: scale(0.65) translate(-50%, 0);
    transform-origin: 0 0;
    top: 0;
    left: 50%;
  }
  .partners-list-section {
    width: 90%;
    margin-bottom: 0.3rem;
  }
}