/* css commom */
html,
body {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fl {
  float: left;
}

.fr {
  float: right;
}

* {
  margin: 0;
  padding: 0
}

.c-width {
  width: 1370px;
  margin: 0 auto;
  font-family: Arial, Helvetica, sans-serif;
}

ul,
li,
ol {
  list-style: none;
}

[v-cloak] {
  display: none;
}

.custom-app-container {
  background: #fff;
}

.custom-app-container .red {
  color: #ff2938
}

.custom-app-container .green {
  color: #00a142
}

.custom-app-container .gray {
  color: #666
}

.custom-app-container .change {
  background-color: #eee;
}

/* Currency */
.currency-container {
  width: 320px;
  height: 377px;
  max-height: 377px;
  transition: .5s;
  -webkit-transition: .5s;
  overflow: hidden;
}

.currency-container.hide {
  max-height: 34px;
}

.currency-container.hide .custom-til-fr {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
}

.custom-til .custom-til-text {
  font-weight: bold;
  background-color: #0a3b6d;
  line-height: 34px;
  padding-left: 12px;
  font-size: 20px;
  color: #fff;
  position: relative;
  width: 100% !important;
  margin-right: 0 !important;
  box-sizing: border-box;
}

/* .custom-til .custom-til-text:after{
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #fff #fff #fff  #0a3b6d;
  border-width: 17px 12px;
  position: absolute;
  top: 0;
  right: -11px;
}
.custom-til .custom-til-text:before{
  content: '';
  position: absolute;
  width: 24px;
  right: -11px;
  bottom: -1px;
  height: 2px;
  background-color: #fff;
} */
.custom-list {
  margin: 10px 0 5px;
  overflow-y: hidden;
  padding-right: 12px;
  -webkit-overflow-scrolling: touch;
  height: 280px;
  box-sizing: border-box;
  max-height: 120px;
  display: flex;
  flex-direction: column;
}
.custom-list.showScroll{
  overflow-y: auto;
  padding-right: 0;
}

.custom-list>li {
  font-size: 16px;
  color: #666;
  line-height: 1.3;
  padding: 10px 10px 10px 30px;
  /* overflow: hidden; */
  position: relative;
  transition: .3s;
  -webkit-transition: .3s;
  height: 40px;
  box-sizing: border-box;
}

.custom-list>li>p {
  /* width: 150px; */
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  float: left;
}

.custom-list>li>span {
  float: right;
}

.custom-list li:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #d2d2d2;
  border-radius: 50%;
  left: 15px;
  top: 15px;
}

.custom-list-bot {
  font-size: 14px;
  color: #999;
  text-align: right;
  margin-right: 10px;
}

.custom-til-fr {
  width: 23px;
  height: 13px;
  position: absolute;
  top: 10px;
  right: 5px;
  background: url(../images/down-icon.png) no-repeat;
  background-size: cover;
  transition: .5s;
  -webkit-transition: .5s;
  display: none;
}

/* Commodity */
.custom-table {
  width: 100%;
}
.custom-table tbody {
  display: flex;
  flex-direction: column;
}
.custom-table tr {
  font-size: 16px;
  color: #666;
  line-height: 1.3;
  overflow: hidden;
  /* padding-left: 30px; */
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.custom-table td {
  text-align: right;
  flex: 1;
}

.custom-table-fl {
  padding: 11px 0;
  width: 100%;
  text-align: left;
  position: relative;
  padding-left: 30px;
}

.custom-table-fl:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #d2d2d2;
  border-radius: 50%;
  left: 15px;
  top: 18px;
}

.custom-table-fr span {
  vertical-align: middle;
}

.custom-table-fr img {
  vertical-align: middle;
}

/* map */
.custom-map-container {
  position: relative;
  padding-top: 35px;
}

.map-wrapper {
  position: relative;
}

.marker-list li,
.mobile-markers li {
  position: absolute;
  max-height: 31px;
  cursor: pointer;
}

.marker-list li img,
.mobile-markers li img {
  vertical-align: bottom;
}

.map-pop {
  min-width: 310px;
  height: 267px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
  position: absolute;
  top: 50px;
  right: 15px;
  background-color: #fff;
  border-radius: 3px;
  transition: .3s;
  -webkit-transition: .3s;
}

.map-pop:before {
  content: '';
  position: absolute;
  border-style: solid;
  border-color: transparent #f7f7f7 transparent transparent;
  border-width: 12px 14px;
  top: 30px;
  left: -28px;

}

.map-pop-head {
  background-color: #f7f7f7;
  height: 86px;
  overflow: hidden;
  margin-bottom: 23px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.mph-flag {
  float: left;
  width: 80px;
  height: 54px;
  margin-top: 17px;
  margin-left: 18px;
  background-size: cover;
  background-position: center center;
}

.mph-country {
  float: left;
  margin: 32px 15px 0;
  font-size: 20px;
  color: #666;
  font-weight: bold;
}

.mph-time {
  font-size: 16px;
  color: #666;
  float: right;
  margin-right: 18px;
  margin-top: 25px;
  text-align: right;
}

.map-pop-item {
  padding: 12px 20px;
  overflow: hidden;
}

.map-pop-item p:first-child {
  font-size: 18px;
  font-weight: bold;
  color: #666;
  float: left;
}

.map-pop-item span {
  float: right;
  font-size: 16px;
  color: #666;
}

.marker-default {
  margin-left: 2px;
  margin-top: 7px;
  transition: margin-top .3s;
  -webkit-transition: margin-top .3s;
}

.marker-active-wrap {
  z-index: 1;
}

#map-swiper .swiper-pagination {
  bottom: 0;
}

#map-swiper .swiper-container {
  padding: 10px 0 30px;
}

#map-swiper .swiper-slide {
  text-align: center;
}

#map-swiper .swiper-slide .mobile-map-wrap>img {
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, .1);
}

.mobile-map-wrap {
  position: relative;
  width: 278px;
  height: 400px;
  margin: 0 auto;
}

#map-swiper {
  width: 320px;
  margin: 0 auto;
}

.red2.change2 {
  background-color: rgba(255, 41, 56, .2);
}

.green2.change2 {
  background-color: rgba(0, 161, 66, .2);
}

/* modal */
.custom-modal {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .8);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  -webkit-transition: .3s;
}

.custom-modal.show {
  z-index: 999;
  opacity: 1;
  visibility: visible;
}

.custom-modal-main {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 293px;
  height: 186px;
  margin-top: -93px;
  /* margin-left: -133px; */
  background-color: #fff;
  border-radius: 5px;
  transition: .3s;
  -webkit-transition: .3s;
  transform: translateX(-50%) scale(0);
  -webkit-transform: translateX(-50%) scale(0);
  opacity: 0;
  visibility: hidden;
}

.custom-modal.show .custom-modal-main {
  transform: translateX(-50%) scale(1);
  -webkit-transform: translateX(-50%) scale(1);
  opacity: 1;
  visibility: visible;
}

.delete-modal {
  position: absolute;
  right: 0;
  top: -32px;
}

.custom-modal-main .map-pop-head {
  height: 60px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-bottom: 8px;
}

.custom-modal-main .map-pop-head .mph-flag {
  width: 61px;
  height: 41px;
  margin: 9px 0 0 12px;
}

.custom-modal-main .map-pop-head .mph-country {
  font-size: 15px;
  margin: 21px 5px 0;
}

.custom-modal-main .map-pop-head .mph-time {
  font-size: 12px;
  margin: 15px 12px 0 0;
}

.custom-modal-main .map-pop-item {
  padding: 9px 12px;
}

.custom-modal-main .map-pop-item p:first-child {
  font-size: 13px;
}

.custom-modal-main .map-pop-item span {
  font-size: 12px;
}

.swiper-pagination-bullet-active {
  background: #ff2938 !important;
}

.map-pc {
  width: 1370px;
  position: relative;
  margin: 0 auto;
}
.custom-table-fr{
  padding-right: 10px;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
  width: 12px;
}

::-webkit-scrollbar:horizontal {
  height: 12px;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, .5);
  border-radius: 10px;
  border: 2px solid #ffffff;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #ffffff;
}


@media screen and (max-width:767px) {
  .c-width {
    width: auto;
  }
  .map-pc2{
    display: none;
  }
  .custom-til .custom-til-text {
    width: 268px;
  }

  /* .custom-til-fr {
    display: block;
  } */

  .custom-map-container {
    padding: 15px 0;
  }

  .map-pc {
    display: none;
  }
}

@media screen and (min-width:768px) {
  .mobi-swiper {
    display: none;
  }
}

@media (min-width:768px) and (max-width:1369px) {

  /* map */
  .map-pc2 {
    width: 956px;
    position: relative;
    margin: 0 auto;
  }

  .map-pc2 img.pc-pic {
    width: 730px;
  }

  .map-pop {
    min-width: 215px;
    height: 185px;
  }

  .map-pop-head {
    height: 59px;
    margin-bottom: 13px;
  }

  .mph-country {
    font-size: 14px;
    margin: 22px 7px;
  }

  .mph-time {
    font-size: 12px;
    margin-top: 15px;
  }

  .mph-flag {
    width: 60px;
    height: 40px;
    margin:10px 0 0 12px;
  }

  .mph-time {
    margin-right: 12px;
  }
  .map-pop-item{
    padding: 8px 12px;
  }
  .map-pop-item p:first-child{
    font-size: 13px;
  }
  .map-pop-item span{
    font-size: 12px;
  }
  .map-pop:before{
    top: 17px;
  }
  .marker-active{
    width: 16px;
  }
  .marker-default{
    width: 13px;
  }
  .marker-list li, .mobile-markers li{
    max-height: 25px;
  }
}

@media screen and (max-width:1369px) {
  .c-width{
    width: 100%;
  }
  .map-pc{
    display: none;
  }
}

@media screen and (min-width:1370px) {
  .map-pc2{
    display: none;
  }
}

/* widget custom style */
@media (max-width:1279px) {
  .currency-container{
    width: 100%;
  }
}
@media (min-width:1280px) and (max-width:1720px) {
  /* currency */
  .currency-container {
    width: 224px;
    height: 263px;
  }

  .custom-list>li {
    font-size: 12px;
    padding: 6px 10px 6px 20px;
    height: auto;
  }

  .custom-til .custom-til-text {
    line-height: 24px;
    font-size: 14px;
    width: 100%;
    margin-right: 0;
    box-sizing: border-box;
  }

  .custom-list li:before {
    width: 4px;
    height: 4px;
    left: 11px;
    top: 12px;
  }

  .custom-list {
    height: 189px;
    margin: 8px 0 5px;
    max-height: 81px;
  }

  .custom-list-bot {
    font-size: 12px;
  }

  /* commodity */
  .custom-table tr {
    font-size: 12px;
  }

  .custom-table-fl:before {
    width: 4px;
    height: 4px;
    left: 11px;
    top: 12px;
  }

  .custom-table-fl {
    padding: 7px 0 7px 20px;
  }

  .custom-table-fr img {
    width: 7px;
  }
}
@media (max-width:285px) {
  /* currency */
  .currency-container {
    width: 100%;
    height: 263px;
  }

  .custom-list>li {
    font-size: 12px;
    padding: 6px 10px 6px 20px;
    height: auto;
  }

  .custom-til .custom-til-text {
    line-height: 24px;
    font-size: 14px;
    width: 100%;
    margin-right: 0;
    box-sizing: border-box;
  }

  .custom-list li:before {
    width: 4px;
    height: 4px;
    left: 11px;
    top: 12px;
  }

  .custom-list {
    height: 189px;
    margin: 8px 0 5px;
    max-height: 81px;
  }

  .custom-list-bot {
    font-size: 12px;
  }

  /* commodity */
  .custom-table tr {
    font-size: 12px;
  }

  .custom-table-fl:before {
    width: 4px;
    height: 4px;
    left: 11px;
    top: 12px;
  }

  .custom-table-fl {
    padding: 7px 0 7px 20px;
  }

  .custom-table-fr img {
    width: 7px;
  }
}

@media screen and (min-width:1721px) {

}