/* #app,
.wrapper {
  height: 100%
} */

.main {
  height: calc(100% - 106px);
}

.loading-mark {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading,
.loading>div {
  position: relative;
  box-sizing: border-box;
}

.loading {
  display: block;
  font-size: 0;
  color: #000;
}

.loading.la-dark {
  color: #333;
}

.loading>div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}

.loading {
  width: 32px;
  height: 32px;
}

.loading>div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  margin-left: -4px;
  border-radius: 100%;
  animation: ball-spin-clockwise 1s infinite ease-in-out;
}

.loading>div:nth-child(1) {
  top: 5%;
  left: 50%;
  animation-delay: -0.875s;
}

.loading>div:nth-child(2) {
  top: 18.1801948466%;
  left: 81.8198051534%;
  animation-delay: -0.75s;
}

.loading>div:nth-child(3) {
  top: 50%;
  left: 95%;
  animation-delay: -0.825s;
}

.loading>div:nth-child(4) {
  top: 81.8198051534%;
  left: 81.8198051534%;
  animation-delay: -0.5s;
}

.loading>div:nth-child(5) {
  top: 94.9999999966%;
  left: 50.0000000005%;
  animation-delay: -0.375s;
}

.loading>div:nth-child(6) {
  top: 81.8198046966%;
  left: 18.1801949248%;
  animation-delay: -0.25s;
}

.loading>div:nth-child(7) {
  top: 49.9999750815%;
  left: 5.0000051215%;
  animation-delay: -0.125s;
}

.loading>div:nth-child(8) {
  top: 18.179464974%;
  left: 18.1803700518%;
  animation-delay: 0s;
}

.loading.la-sm {
  width: 16px;
  height: 16px;
}

.loading.la-sm>div {
  width: 4px;
  height: 4px;
  margin-top: -2px;
  margin-left: -2px;
}

.loading.la-2x {
  width: 64px;
  height: 64px;
}

.loading.la-2x>div {
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-left: -8px;
}

.loading.la-3x {
  width: 96px;
  height: 96px;
}

.loading.la-3x>div {
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
}

@keyframes ball-spin-clockwise {

  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  20% {
    opacity: 1;
  }

  80% {
    opacity: 0;
    transform: scale(0);
  }
}

.find_sales {
  width: 100%;
  height: 100%;
}

.ev_select_div,
.ev_selectCom {
  width: 100%;
}

.aui3 .ev_tab_body.top {
  overflow: hidden;
  height: calc(100% - 36px);
}

.ev_tab_content,
.distributor_content {
  height: 100%;
}

.find_sales .link_iframe_wrap {
  width: 100%;
  height: 100%;
}

.find_sales .link_iframe_wrap .link_iframe {
  width: 100%;
  height: 100%;
}

.find_sales .ev_tab_header {
  height: 2.25rem
    /* 36/16 */
  ;
  padding-right: 0;
  text-align: center;
}

.find_sales .ev_tab_header>div {
  display: inline-block;
  height: 2.1875rem
    /* 35/16 */
  ;
}

.find_sales .ev_tab_header>div .ev_tab_title {
  font-size: 0.875rem;
  font-weight: 600;
  height: 2.1875rem;
  line-height: 2.1875rem;
}

.find_sales .distributor_content {
  background-image: url("/Assets/Solar/v4/img/Partners/Map/img_map.png");
  background-size: cover;
  background-position: 100% 100%;
}

.find_sales .find_sale_main {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
}

.find_sales .find_sale_main .sale_box {
  display: flex;
}

.find_sales .find_sale_main .main_top {
  display: flex;
  justify-content: space-between;
  margin: 1.5rem 1.5rem 0.75rem 1.5rem;
}

.find_sales .find_sale_main .main_top .top_left {
  display: flex;
  align-items: center;
}

.find_sales .find_sale_main .main_top .top_left .location_icon {
  width: 1.25rem
    /* 20/16 */
  ;
  height: 1.25rem;
  cursor: pointer;
}

.find_sales .find_sale_main .main_top .top_left .location_text {
  color: #0067d1;
  border-bottom: 1px solid #0067d1;
  cursor: pointer;
  margin-left: 0.5rem;
}

.find_sales .find_sale_main .main_top .top_right {
  display: flex;
  justify-content: center;
}

.find_sales .find_sale_main .main_top .top_right .show_map {
  font-size: 0.875rem
    /* 14/16 */
  ;
  margin-right: 0.5rem;
  color: #1c1c1c;
  text-align: right;
  line-height: 1.25rem;
}

.find_sales .find_sale_main .main_left {
  /* overflow-x: hidden; */
}

.find_sales .find_sale_main .main_left .select {
  padding: 12px 1.5rem;
  width: 100%;
}

.find_sales .find_sale_main .main_left .side_tab {
  padding: 0.25rem
    /* 4/16 */
    1.5rem
    /* 24/16 */
  ;
}

.find_sales .find_sale_main .main_left .side_tab .item {
  background: #ffffff;
  border: 1px solid #dedede;
  border-radius: 1rem;
  font-size: 0.75rem;
  color: #1c1c1c;
  line-height: 1.125rem;
  margin-right: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px;
}

.find_sales .find_sale_main .main_left .side_tab .item1 {
  width: 36px;
}

.find_sales .find_sale_main .main_left .side_tab .item2 {
  width: 110px;
}

.find_sales .find_sale_main .main_left .side_tab .item3 {
  width: 116px;
}

.find_sales .find_sale_main .main_left .side_tab .item4 {
  width: 46px;
}

.find_sales .find_sale_main .main_left .side_tab .item5 {
  width: 84px;
}

.find_sales .find_sale_main .main_left .side_tab .item_active.item {
  background: #ececec;
}

.find_sales .find_sale_main .main_right {
  background-color: #bfbfbf;
  position: relative;
}

.find_sales .find_sale_main .main_right .pic_div {
  position: absolute;
  bottom: 2rem;
  right: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.find_sales .find_sale_main .main_right .pic_div .pic {
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  border-radius: 0.25rem;
  margin-bottom: 0.5rem
    /* 8/16 */
  ;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.find_sales .find_sale_main .main_right .pic_div .pic2 {
  height: 4rem
    /* 64/16 */
  ;
  justify-content: space-around;
}

.main_left {
  background-color: rgba(255, 255, 255, 0.8);
}

.main_left ul {
  display: flex;
  width: 456px;
  z-index: 1;
  opacity: 0.8;
}

.main_left ul .li1 {
  width: 2.5rem
    /* 40/16 */
  ;
  height: 1.5rem;
  font-size: 0.75rem
    /* 12/16 */
  ;
  color: #1c1c1c;
  line-height: 1.125rem
    /* 18/16 */
  ;
  background: #ececec;
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.25rem;
  cursor: pointer;
}

.main_left ul .li2 {
  width: 6.875rem
    /* 110/16 */
  ;
  height: 1.5rem;
  background: #ffffff;
  border: 1px solid #dedede;
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.75rem;
  color: #1c1c1c;
  line-height: 1.125rem;
  margin-right: 0.25rem;
  cursor: pointer;
}

.main_left ul .li3 {
  width: 8.4375rem
    /* 135/16 */
  ;
  height: 1.5rem;
  background: #ffffff;
  border: 1px solid #dedede;
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.75rem;
  color: #1c1c1c;
  line-height: 1.125rem;
  cursor: pointer;
}

.card {
  padding-top: 0.5rem;
  overflow: auto;
}

.card .card_box {
  position: relative;
  margin-left: 1.5rem;
  margin-right: 0.8rem;
  border: 1px solid #dedede;
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
  margin-bottom: 0.5rem
    /* 8/16 */
  ;
}

.card .card_box:hover {
  border: 1px solid #0072e8;
}

.card .card_box a {
  display: flex;
}

.card .card_box .vip1 {
  position: absolute;
  right: 1.5rem;
  top: 0;
  width: 3rem;
  height: 3rem;
  border: none;
}

.card .card_box .card_left {
  width: 100px;
}

.card .card_box .card_left .left_icon_wrapper {
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card .card_box .card_left .left_icon {
  max-width: 100%;
}

.card_right {
  flex: 1;
  z-index: 9;
}

.card_right .right_title {
  font-size: 1rem;
  color: #0a0a0a;
  line-height: 1.25rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.card_right .icon_location {
  display: flex;
  margin-bottom: 0.5rem;
}

.card_right .icon_location .location_img {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
}

.card_right .icon_location .location_list {
  font-size: 0.75rem;
  color: #4d4d4d;
  line-height: 1rem;
}

.card_right .icon_grounp .img_email,
.card_right .icon_grounp .img_mobile,
.card_right .icon_grounp .img_network {
  width: 16px;
  height: 13px;
}

.card_right .icon_grounp .img_email,
.card_right .icon_grounp .img_mobile {
  margin-right: 0.4rem;
}

.card_right .card_footer {
  margin-top: 0.75rem;
  display: flex;
}

.card_right .card_footer .img_hw {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: _0 0.3rem;
  margin-right: 0.5rem;
}

.card_right .card_footer .footer_business {
  width: 3.5rem
    /* 56/16 */
  ;
  height: 1rem;
  border: 1px solid #bbb;
  border-radius: 10px;
  font-size: 11px;
  color: #000000;
  text-align: center;
  margin-right: 0.5rem;
}

.card_right .card_footer .footer_home {
  width: 50px;
  height: 1rem;
  border: 1px solid #bbb;
  border-radius: 10px;
  font-size: 11px;
  color: #000000;
  text-align: center;
}

.main_left .ev_selectCom .icon {
  display: none;
}

.aui3 .ev_popup {
  width: 26.5%;
  display: none;
  position: absolute;
  left: 24px;
  top: 230px;
  max-width: 408px;
  z-index: 9999;
}

.card_icon {
  display: none;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 8px;
  top: 16px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}

.width_100 {
  width: 100%;
}

.main_right .icon_svg {
  width: 1rem;
  margin-right: 8px;
  vertical-align: middle;
}

.main_right .ol-popup-content {
  width: 324px;
}

.main_right .ol-popup-content span {
  margin: 4px 0;
  font-size: 14px;
}

@media all and (min-width: 1441px) {
  .find_sale_main {
    height: 100%;
  }

  .main_left {
    width: 28.5rem;
  }

  .main_left .card {
    width: 100%;
    height: calc(100% - 100px);
  }

  .main_right {
    width: calc(100% - 28.5rem
        /* 456/16 */
      );
    height: 100%;
  }
}

@media(max-width: 1440px) {
  .card .card_box a {
    flex-direction: column;
  }

  .find_sale_main {
    height: 100%;
  }

  .main_left {
    width: 30%;
    z-index: 999;
  }

  .main_left .card {
    width: 100%;
    height: calc(100% - 100px)
  }

  .main_right {
    width: 70%;
    height: 100%;
  }

  .aui3 .ev_popup {
    top: 210px;
  }
}

@media all and (min-width: 1280px) and (max-width: 1440px) {
  .aui3 .ev_popup {
    top: 230px;
  }
}

@media all and (min-width: 769px) and (max-width: 1280px) {
  .main {
    height: calc(100% - 80px);
  }
}

@media all and (max-width: 768px) {
  .main {
    height: calc(100% - 48px);
  }

  .find_sales {
    width: 100%;
  }

  .find_sales .find_sale_main .main_left .select {
    display: flex;
    justify-content: center;
    padding-left: 1.5rem;
    padding-right: 0.8rem;
  }

  .aui3 .ev_select_div {
    width: 100%;
  }

  .aui3 .ev_select {
    width: 100% !important;
  }

  .main_left .ev_selectCom .icon {
    width: 40px;
    height: 40px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    margin-left: 8px;
  }

  .main_left .ev_selectCom .icon img {
    width: 20px;
    height: 20px;
  }

  .find_sales .find_sale_main .main_top {
    display: none;
  }

  .main_left {
    width: 100%;
  }

  .main_left .card {
    width: 100%;
    height: calc(100% - 64px);
  }

  .main_left {
    background-color: #ededed;
  }

  .card {
    background-color: #ededed;
  }

  .mainMobile {
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url("/Assets/Solar/v4/img/Partners/Map/img_map.png");
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: 85% 75%;
  }

  .mainMobile .mainMobile_top {
    opacity: 0.9;
    background: #ffffff;
    border-radius: 0.5rem;
    padding: 0.625rem
      /* 10/16 */
      1rem
      /* 16/16 */
    ;
    margin: 0.75rem 1.5rem
      /* 24/16 */
    ;
    display: flex;
    justify-content: space-between;
  }

  .mainMobile .mainMobile_top .top_left {
    display: flex;
    align-items: center;
  }

  .mainMobile .mainMobile_top .top_left .location_icon {
    width: 1.25rem
      /* 20/16 */
    ;
    height: 1.25rem;
    cursor: pointer;
  }

  .mainMobile .mainMobile_top .top_left .location_text {
    color: #0067d1;
    border-bottom: 1px solid #0067d1;
    cursor: pointer;
    margin-left: 0.5rem;
  }

  .mainMobile .mainMobile_top .top_right {
    display: flex;
    justify-content: center;
  }

  .mainMobile .mainMobile_top .top_right .show_map {
    font-size: 0.875rem;
    margin-right: 0.5rem;
    color: #1c1c1c;
    text-align: right;
    line-height: 1.25rem;
  }

  .mainMobile .main_right {
    min-height: 46.875rem;
  }

  .aui3 .ev_popup {
    top: 140px;
    width: calc(100% - 80px);
    max-width: 100%;
  }

}

.ev_popup_container_scroll {
  overflow: auto;
}