@charset "UTF-8";

.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

* {
  margin: 0;
  padding: 0;
  /* // 盒子模型 */
  box-sizing: border-box;
}

body {
  font-size: 15px;
  color: #282828;
  line-height: normal;
  font-family: arial, 'Hiragino Sans GB', 'Microsoft Yahei', sans-serif;
  -webkit-tap-highlight-color: transparent;
}

::-webkit-scrollbar {
  display: none;
}

a {
  text-decoration: none;
  /* // 去除掉 移动端下的a标签的点击高亮 */
  -webkit-tap-highlight-color: transparent;
  /* // 让a标签的字体颜色和普通的div一样 会继承 不再是蓝色 */
  color: inherit;
  -webkit-touch-callout: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

a::after {
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

li {
  list-style-type: none;
}

.weui-cells {
  margin-top: 0px;
  font-size: 15px;
}

.weui-cells:before {
  display: none;
}

.weui-cells:after {
  display: none;
}

.weui-cell {
  padding: 0px 0;
  margin-bottom: 25px;
  overflow-y: visible;
}

.weui-cell input {
  height: 52px;
  font-size: 16px;
}

.weui-cell.error {
  position: relative;
}

.weui-cell.error .errorMsg {
  position: absolute;
  left: 0;
  top: 60px;
  font-size: 12px;
  color: #ef4034;
  line-height: 17px;
  z-index: 999;
}

.weui-cell.error::after {
  border-top: 1px solid #ef4034;
}

.weui-cell:before {
  display: none;
}

.weui-cell::after {
  content: ' ';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  border-top: 1px solid #e4e5e6;
  color: #e4e5e6;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  z-index: 2;
}

::-webkit-input-placeholder {
  color: #b2b2b2;
}

.weui-cells .weui-cell .weui-cell__bd .inputSuffix {
  position: absolute;
  right: 0px;
  top: 15px;
}

.weui-cells .weui-cell .weui-cell__bd .inputPrefix {
  position: absolute;
  left: 0px;
  top: 15px;
  font-size: 16px;
  color: #282828;
}

.inputDel {
  display: block;
  position: absolute;
  right: 6px;
  top: 0;
  width: 30px;
  height: 100%;
  background: url(../images/icon_clean.png);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center;
}

.weui-dialog .weui-dialog__hd {
  padding-top: 20px;
  padding-bottom: 0px;
}

.weui-dialog .weui-dialog__hd strong {
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  line-height: 22px;
}

.weui-dialog .weui-dialog__bd {
  padding: 0px;
}

.weui-dialog .weui-dialog__bd .confirm {
  height: 82px;
  padding: 20px 30px 0;
  font-size: 15px;
  color: #282828;
  line-height: 21px;
}

.weui-dialog .weui-dialog__bd .confirmNoTitle {
  min-height: 80px;
  padding: 15px 20px 20px;
  font-size: 15px;
  font-weight: bold;
  color: #282828;
  line-height: 21px;
}

.weui-dialog .weui-dialog__bd .confirmNoTitle.normal {
  text-align: left;
  font-weight: normal;
}

.weui-dialog .weui-dialog__bd .confirmNoTitle.center {
  text-align: center;
  font-weight: normal;
}

.weui-dialog .weui-dialog__bd .confirmNoTitle.dxUpdateNoti {
  text-align: left;
  font-weight: normal;
  font-size: 14px;
}

.weui-dialog .weui-dialog__bd .toAuth {
  min-height: 80px;
  padding: 10px 22px 30px;
  font-size: 14px;
  font-weight: bold;
  color: #282828;
  line-height: 21px;
  text-align: left;
}

.weui-dialog .weui-dialog__bd .toAuth.normal {
  font-weight: normal;
}

.weui-dialog .weui-dialog__bd form {
  padding: 20px 0;
}

.weui-dialog .weui-dialog__bd form .weui-cells {
  font-size: 14px;
  line-height: 1em;
  color: #282828;
}

.weui-dialog .weui-dialog__bd form .weui-cells:last-child {
  margin-bottom: 0px;
}

.weui-dialog .weui-dialog__bd form .weui-cells .weui-cell {
  padding: 0px;
  margin-right: 20px;
  margin-bottom: 10px;
}

.weui-dialog .weui-dialog__bd form .weui-cells .weui-cell::after {
  display: none;
}

.weui-dialog .weui-dialog__bd form .weui-cells .weui-cell .weui-cell__hd {
  padding-right: 10px;
}

.weui-dialog .weui-dialog__bd form .weui-cells .weui-cell .weui-cell__hd .weui-label {
  width: 58px;
  text-align: right;
}

.weui-dialog .weui-dialog__bd form .weui-cells .weui-cell .weui-cell__bd {
  height: 40px;
  line-height: 40px;
  border-radius: 2px;
  border: 1px solid #e4e5e6;
}

.weui-dialog .weui-dialog__bd form .weui-cells .weui-cell .weui-cell__bd:focus-within {
  border: 1px solid #2788f9;
}

.weui-dialog .weui-dialog__bd form .weui-cells .weui-cell .weui-cell__bd .weui-input {
  height: 100%;
  width: 100%;
  padding-left: 10px;
}

.weui-dialog
  .weui-dialog__bd
  form
  .weui-cells
  .weui-cell
  .weui-cell__bd
  .weui-input::-webkit-input-placeholder {
  color: #b2b2b2;
}

.weui-dialog .weui-dialog__bd form .weui-cells .weui-cell .weui-cell__bd.hasVal {
  position: relative;
}

.weui-dialog .weui-dialog__bd form .weui-cells .weui-cell .weui-cell__bd.hasVal input {
  padding-right: 36px;
}

.weui-dialog .weui-dialog__ft {
  height: 45px;
  line-height: 45px;
}

.weui-dialog .weui-dialog__ft .weui-dialog__btn.default {
  font-size: 16px;
  color: #282828;
}

.weui-dialog .weui-dialog__ft .weui-dialog__btn.bold {
  font-weight: bold;
}

.weui-dialog .weui-dialog__ft .weui-dialog__btn.blue {
  color: #008eff;
}

.weui-dialog .weui-dialog__ft .weui-dialog__btn.blue.disabled {
  color: rgba(38, 134, 248, 0.5);
}

.weui-btn {
  height: 42px;
  line-height: 42px;
  border-radius: 4px;
  font-size: 15px;
  user-select: none;
}

.weui-btn::after {
  border: none;
}

.weui-btn.weui-btn_primary {
  color: #fff;
  background: linear-gradient(96deg, #3a9fff 0%, #2686f8 100%);
}

.weui-btn.weui-btn_primary.golden {
  background: linear-gradient(90deg, #f6d7ac 0%, #f2bc6d 100%);
  color: #754e19;
  border-radius: 21px;
}

.weui-btn.weui-btn_primary.golden:active {
  background: linear-gradient(90deg, #e1c49c 0%, #dead64 100%);
  color: #754e19;
}

.weui-btn.weui-btn_primary.gradientBlue {
  background: linear-gradient(90deg, #9147fd 0%, #2686f8 100%);
  color: #fff;
}

.weui-btn.weui-btn_primary.gradientBlue:active {
  background: linear-gradient(90deg, #8540e9 0%, #237be4 100%);
  color: #fff;
}

.weui-btn.weui-btn_primary.disabled {
  background: linear-gradient(96deg, #89c6ff 0%, #7cb6fb 100%);
}

.weui-btn.weui-btn_primary.disabled:active {
  background: linear-gradient(96deg, #89c6ff 0%, #7cb6fb 100%);
}

.weui-btn.weui-btn_primary.grayDisabled {
  background: #e3e7e8;
  color: #666666;
}

.weui-btn.weui-btn_primary.grayDisabled:active {
  background: #e3e7e8;
  color: #666666;
}

.weui-btn.weui-btn_primary:active {
  background: linear-gradient(96deg, #3592eb 0%, #237be4 100%);
  color: #fff;
}

.weui-btn.weui-btn_default {
  background: #fff;
  color: #666666;
}

.weui-btn.weui-btn_default::after {
  border: 1px solid #cdcdcd;
}

.weui-btn.weui-btn_default.red {
  background: #fff;
  color: #ef4034;
}

.weui-btn.weui-btn_default.red::after {
  border: 1px solid #ef4034;
}

.weui-btn.weui-btn_default.red:active {
  opacity: 0.7;
}

.weui-btn.weui-btn_mini {
  height: 28px;
  line-height: 16px;
  border-radius: 4px;
  padding: 6px 10px;
  font-size: 12px;
}

.weui-toast {
  font-size: 15px;
  min-height: auto;
  width: auto;
  padding: 14px 16px;
}

.weui-toast p {
  white-space: nowrap;
}

.weui-mask {
  /* transition-duration: 0.3s;
  background: rgba(0, 0, 0, 0.3); */
}

.weui-dialog,
.weui-toast {
  transition-duration: 0.3s;
  border-radius: 5px;
}

.footerTab {
  position: fixed;
  z-index: 1;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 55px;
  display: flex;
  /* padding: 7px 0px; */
  justify-content: space-around;
  background: #ffffff;
  box-shadow: 0px 0px 6px 0px #eeeeee;
  color: #9ca5b5;
}

.footerTab .icon {
  width: 35px;
  height: 35px;
  /* margin-bottom: 4px; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.footerTab .icon img {
  width: 22px;
  height: 22px;
}

.footerTab .name {
  text-align: center;
  font-size: 11px;
  width: 60px;
  margin-top: -5px;
}

.footerTab .item {
  display: block;
  padding: 0px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footerTab .item.flow .icon {
  background: url(../images/icon_tab_ll_nor.png) no-repeat;
  background-size: 100%;
  background-position: center;
}

.footerTab .item.flow.curr .icon {
  background: url(../images/icon_tab_01_sel.png) no-repeat;
  background-size: 100%;
  background-position: center;
}

.footerTab .item.international .icon {
  background: url(../images/icon_tab_jw_nor.png) no-repeat;
  background-size: 100%;
  background-position: center;
}

.footerTab .item.international.curr .icon {
  background: url(../images/icon_tab_jw_sel.png) no-repeat;
  background-size: 100%;
  background-position: center;
}

.footerTab .item.equipment .icon {
  background: url(../images/icon_tab_sb_nor.png) no-repeat;
  background-size: 100%;
  background-position: center;
}

.footerTab .item.equipment.curr .icon {
  background: url(../images/icon_tab_sb_sel.png) no-repeat;
  background-size: 100%;
  background-position: center;
}

.footerTab .item.mine .icon {
  background: url(../images/icon_tab_wd_nor.png) no-repeat;
  background-size: 100%;
  background-position: center;
}

.footerTab .item.mine.curr .icon {
  background: url(../images/icon_tab_wd_sel.png) no-repeat;
  background-size: 100%;
  background-position: center;
}

.footerTab .curr {
  color: #2686f8;
}

.footerTab .item.flowrdcf .icon {
  background: url(../images/tab_ll_sdj_nor.png) no-repeat;
  background-size: 100%;
  background-position: center;
}

.footerTab .item.flowrdcf.accra .icon {
  background: url(../images/tab_ll_sdj_sel.png) no-repeat;
  background-size: 100%;
  background-position: center;
}

.footerTab .item.intetrdcf .icon {
  background: url(../images/tab_sb_sdj_nor.png) no-repeat;
  background-size: 100%;
  background-position: center;
}

.footerTab .item.intetrdcf.accra .icon {
  background: url(../images/tab_sb_sdj_sel.png) no-repeat;
  background-size: 100%;
  background-position: center;
}

.footerTab .item.minerdcf .icon {
  background: url(../images/tab_wd_sdj_nor.png) no-repeat;
  background-size: 100%;
  background-position: center;
}

.footerTab .item.minerdcf.accra .icon {
  background: url(../images/tab_wd_sdj_sel.png) no-repeat;
  background-size: 100%;
  background-position: center;
}
.footerTab .accra {
  color: red;
}

.footerTab .item.tab_ll_cj_sel .icon {
  background: url(../images/tab_ll_cj_nor.png) no-repeat;
  background-size: 100%;
  background-position: center;
}

.footerTab .item.tab_ll_cj_sel.Festival .icon {
  background: url(../images/tab_ll_cj_sel.png) no-repeat;
  background-size: 100%;
  background-position: center;
}

.footerTab .item.tab_sb_cj_sel .icon {
  background: url(../images/tab_sb_cj_nor.png) no-repeat;
  background-size: 100%;
  background-position: center;
}

.footerTab .item.tab_sb_cj_sel.Festival .icon {
  background: url(../images/tab_sb_cj_sel.png) no-repeat;
  background-size: 100%;
  background-position: center;
}

.footerTab .item.tab_wd_cj_sel .icon {
  background: url(../images/tab_wd_cj_nor.png) no-repeat;
  background-size: 100%;
  background-position: center;
}

.footerTab .item.tab_wd_cj_sel.Festival .icon {
  background: url(../images/tab_wd_cj_sel.png) no-repeat;
  background-size: 100%;
  background-position: center;
}
.footerTab .Festival {
  color: red;
}
.network {
  background: #ffffff;
  border-radius: 5px;
  margin-top: 12px;
  padding: 15px 15px 20px;
}

.network .title {
  padding-bottom: 15px;
}

.network .title .text {
  vertical-align: middle;
  font-size: 16px;
  line-height: 22px;
}

.network .title .noti {
  vertical-align: middle;
  font-size: 12px;
  color: #666666;
  line-height: 22px;
  display: inline-block;
  transform: translateX(-5px);
}

.weui_loading {
  position: absolute;
  left: 16px;
  top: 14px;
  display: inline-block;
}

.weui_loading + p {
  display: inline-block;
  text-indent: 28px;
  white-space: nowrap;
}

.weui_loading i {
  width: 20px !important;
  height: 20px !important;
  font-size: 15px;
  width: 15px;
  height: 15px;
  margin: 0px !important;
  padding: 0px !important;
}

.footer {
  width: 100%;
  height: 60px;
  position: fixed;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  padding: 10px 34% 0;
  box-shadow: 0px -1px 0px 0px #e6e9ee;
  background-color: #f6f7f8;
}

.footer a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer a .icon {
  font-size: 16px;
}

.footer .left {
  width: 30px;
  height: 30px;
}

.footer .right {
  width: 30px;
  height: 30px;
}

.floatKf {
  width: 50px;
  height: 40px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px 0px 0px 20px;
  position: absolute;
  background: #ffffff url(../images/icon_service.png) no-repeat;
  background-size: 24px 24px;
  background-position: 14px 8px;
  right: 0px;
  bottom: 22%;
  animation-name: floatKfSHow;
  animation-duration: 0.2s;
  animation-fill-mode: forwards;
  z-index: 1;
}

/* 动画代码 */
@keyframes floatKfSHow {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.cusPopup {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
  display: none;
}

.cusPopup .closeBtn {
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/icon_dialog_close.png) no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  right: 15px;
  top: 15px;
}

.cusPopup .cusPopupCon {
  position: absolute;
  left: calc(50%) !important;
  top: calc(45%) !important;
  transform: translate(-50%, -50%);
  background: #ffffff;
}

.systemUpdate .cusPopupCon {
  width: 295px;
  height: 356px;
  border-radius: 8px;
  left: calc(50% - 147px);
  top: calc(45% - 178px);
  background: #ffffff url(../images/upgrade_popup_bg.png) no-repeat;
  background-size: 100% auto;
  background-position: top left;
}

.systemUpdate .cusPopupCon .title {
  font-size: 15px;
  color: #298af9;
  margin-top: 150px;
  text-align: center;
  font-weight: bold;
}

.systemUpdate .cusPopupCon .notiText {
  margin-top: 20px;
  padding: 0 20px;
  font-size: 15px;
}

.systemUpdate .cusPopupCon .btnCon {
  width: 205px;
  margin: 0 auto;
  margin-top: 30px;
}

.ydUpdateNoti .cusPopupCon {
  width: 295px;
  border-radius: 8px;
  left: calc(50% - 147px);
  top: calc(45% - 178px);
  background: #ffffff url(../images/upgrade_popup_bg2.png) no-repeat;
  background-size: 100% auto;
  background-position: top left;
  padding: 30px 20px;
}

.ydUpdateNoti .cusPopupCon .title {
  font-size: 15px;
  font-weight: bold;
  line-height: 21px;
  text-align: center;
}

.ydUpdateNoti .cusPopupCon .notiText {
  margin-top: 20px;
  font-size: 14px;
  line-height: 22px;
}

.ydUpdateNoti .cusPopupCon .notiText p {
  text-indent: 2em;
}

.ydUpdateNoti .cusPopupCon .btnCon {
  width: 205px;
  margin: 0 auto;
  margin-top: 30px;
}

input[type='checkbox'].cus-checkbox {
  user-select: none;
  cursor: pointer;
  -webkit-user-drag: none;
  background-color: transparent;
  display: none;
}

input[type='checkbox'].cus-checkbox + label {
  display: flex;
  align-items: center;
}

input[type='checkbox'].cus-checkbox + label {
  position: relative;
}

input[type='checkbox'].cus-checkbox + label::before {
  content: '';
  z-index: 1;
  display: inline-block;
  width: 17px;
  height: 17px;
  background: #fff url(../images/icon_check_fp_nor.png) no-repeat;
  background-size: 15px 15px;
  background-position: center center;
}

input[type='checkbox'].cus-checkbox:checked + label {
  position: relative;
}

input[type='checkbox'].cus-checkbox:checked + label::before {
  content: '';
  z-index: 1;
  display: block;
  width: 17px;
  height: 17px;
  background: #fff url(../images/icon_check_fp_sel.png) no-repeat;
  background-size: 15px 15px;
  background-position: center center;
}

input[type='radio'].cus-radio {
  display: none;
}

input[type='radio'].cus-radio + label {
  display: flex;
  align-items: center;
}

input[type='radio'].cus-radio + label {
  position: relative;
}

input[type='radio'].cus-radio + label::before {
  content: '';
  z-index: 1;
  display: block;
  width: 16px;
  height: 16px;
  background: #fff url(../images/icon_ttlx_nor.png) no-repeat;
  background-size: 100%;
  background-position: center center;
  margin-right: 8px;
}

input[type='radio'].cus-radio:checked + label {
  position: relative;
}

input[type='radio'].cus-radio:checked + label::before {
  content: '';
  z-index: 1;
  display: block;
  width: 16px;
  height: 16px;
  background: #fff url(../images/icon_ttlx_sel.png) no-repeat;
  background-size: 100%;
  background-position: center center;
  margin-right: 8px;
}

.weui-switch,
.weui-switch-cp__box {
  width: 46px;
  height: 22px;
  border: none;
}

.weui-switch:before,
.weui-switch-cp__box:before {
  width: 46px;
  height: 22px;
  background-color: #dbdcdc;
  transition: none;
}

.weui-switch:after,
.weui-switch-cp__box:after {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  top: 2px;
  left: 2px;
  box-shadow: none;
}

.weui-switch:checked,
.weui-switch-cp__input:checked ~ .weui-switch-cp__box {
  background-color: #3092fb;
  border: none;
}

.weui-switch:checked:after,
.weui-switch-cp__input:checked ~ .weui-switch-cp__box:after {
  transform: translateX(24px);
}

.weui-switch,
.weui-switch-cp__box {
  transition: none;
}

.m-cityselect.brouce-in {
  border-radius: 12px 12px 0px 0px;
}

.cityselect-title:after {
  display: none;
}

.cityselect-nav > a.crt {
  color: #2686f8 !important;
}

.cityselect-item-box > a.crt {
  color: #2686f8 !important;
}

.cityselect-nav > a.crt:after {
  background-color: #2686f8 !important;
}

.cityselect-title {
  height: 60px !important;
  line-height: 24px !important;
  padding-top: 18px;
  font-size: 17px !important;
  font-weight: bold;
}

.cityselect-nav > a {
  height: 30px !important;
  line-height: 30px !important;
}

.m-cityselect .cityselect-title {
  position: relative;
}

.m-cityselect .cityselect-title .closeCitySelect {
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(../images/icon_dialog_close.png) no-repeat;
  background-size: 100%;
  right: 12px;
  top: 12px;
}

.switchNetwork .cusPopupCon {
  --circleWidth: 50;
  position: absolute;
  left: calc(10%);
  top: calc(20%);
  background: #ffffff;
  width: 170px;
  height: 108px;
  border-radius: 5px;
  left: calc(50%);
  top: calc(45%);
  transform: translate(-50%, -50%);
  background-size: 100% auto;
  background-position: top left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.switchNetwork .cusPopupCon .loadingCon {
  width: 56px;
  height: 32px;
  position: relative;
}

.switchNetwork .cusPopupCon .loadingCon .waveCon {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  background-color: #e4e5e6;
}

.switchNetwork .cusPopupCon .loadingCon .waveCon svg {
  margin-top: 27px;
}

.switchNetwork .cusPopupCon .loadingCon .waveCon .parallax > use:nth-child(1) {
  animation: wave1 3s linear infinite;
}

.switchNetwork .cusPopupCon .loadingCon .waveCon .parallax > use:nth-child(2) {
  animation: wave2 2s linear infinite;
}

.switchNetwork .cusPopupCon .loadingCon .flyIcon {
  width: 104%;
  height: 104%;
  position: absolute;
  left: -2%;
  top: -2%;
  background: url(../images/fly_logo.png) no-repeat;
  background-size: 100% 100%;
}

.switchNetwork .cusPopupCon .switchProgress {
  font-size: 14px;
  line-height: 20px;
  margin-top: 13px;
}

@keyframes wave1 {
  0% {
    transform: translate(-100px, 0);
  }

  100% {
    transform: translate(-5px, 0);
  }
}

@keyframes wave2 {
  0% {
    transform: translate(-95px, 0);
  }

  100% {
    transform: translate(0px, 0);
  }
}

.wifiSettingForm .weui-cell input {
  font-size: 14px;
}

.nationalFlag {
  position: relative;
  width: 48px;
  height: 48px;
  display: block;
}

.nationalFlag::after {
  content: '';
  display: block;
  border: 1px solid #b2b2b2;
  border-radius: 50%;
  width: 144px;
  height: 144px;
  transform: scale(0.3333);
  position: absolute;
  left: -48px;
  top: -48px;
  background: url(../images/international_empty.png);
}
.nationalFlag.icon_common::after {
  background: url(../images/combination_flow_packet.png);
}
.nationalFlag.arrc::after {
  background: url(../images/international_empty.png);
}

.nationalFlag.icon_0000336::after {
  background: url(../images/pic_Global144.jpg) 0px 0px no-repeat;
}
.nationalFlag.icon_0010003::after {
  background: url(../images/icon_flag_more.png) 0px 0px no-repeat;
}
.nationalFlag.icon_0010004::after {
  background: url(../images/icon_flag_more.png) -144px 0px no-repeat;
}
.nationalFlag.icon_0010005::after {
  background: url(../images/icon_flag_more.png) -288px 0px no-repeat;
}
.nationalFlag.icon_0010006::after {
  background: url(../images/icon_flag_more.png) -432px 0px no-repeat;
}
.nationalFlag.icon_0010007::after {
  background: url(../images/icon_flag_more.png) -576px 0px no-repeat;
}
.nationalFlag.icon_0010009::after {
  background: url(../images/icon_flag_more.png) -720px 0px no-repeat;
}
.nationalFlag.icon_0010010::after {
  background: url(../images/icon_flag_more.png) -864px 0px no-repeat;
}
.nationalFlag.icon_0010011::after {
  background: url(../images/icon_flag_more.png) -1008px 0px no-repeat;
}
.nationalFlag.icon_0010036::after {
  background: url(../images/icon_flag_more.png) -1152px 0px no-repeat;
}
.nationalFlag.icon_0010031::after {
  background: url(../images/icon_flag_more.png) -1296px 0px no-repeat;
}

.nationalFlag.icon_0010022::after {
  background: url(../images/icon_flag_more.png) 0px -144px no-repeat;
}
.nationalFlag.icon_0010020::after {
  background: url(../images/icon_flag_more.png) -144px -144px no-repeat;
}
.nationalFlag.icon_0010018::after {
  background: url(../images/icon_flag_more.png) -288px -144px no-repeat;
}
.nationalFlag.icon_0010015::after {
  background: url(../images/icon_flag_more.png) -432px -144px no-repeat;
}
.nationalFlag.icon_0010029::after {
  background: url(../images/icon_flag_more.png) -576px -144px no-repeat;
}
.nationalFlag.icon_0010028::after {
  background: url(../images/icon_flag_more.png) -720px -144px no-repeat;
}
.nationalFlag.icon_0010026::after {
  background: url(../images/icon_flag_more.png) -864px -144px no-repeat;
}
.nationalFlag.icon_0010013::after {
  background: url(../images/icon_flag_more.png) -1008px -144px no-repeat;
}
.nationalFlag.icon_0010032::after {
  background: url(../images/icon_flag_more.png) -1152px -144px no-repeat;
}
.nationalFlag.icon_0010021::after {
  background: url(../images/icon_flag_more.png) -1296px -144px no-repeat;
}

.nationalFlag.icon_0010035::after {
  background: url(../images/icon_flag_more.png) 0px -288px no-repeat;
}
.nationalFlag.icon_0010037::after {
  background: url(../images/icon_flag_more.png) -144px -288px no-repeat;
}
.nationalFlag.icon_0010038::after {
  background: url(../images/icon_flag_more.png) -288px -288px no-repeat;
}
.nationalFlag.icon_0010012::after {
  background: url(../images/icon_flag_more.png) -432px -288px no-repeat;
}
.nationalFlag.icon_0010014::after {
  background: url(../images/icon_flag_more.png) -576px -288px no-repeat;
}
.nationalFlag.icon_0010016::after {
  background: url(../images/icon_flag_more.png) -720px -288px no-repeat;
}
.nationalFlag.icon_0010017::after {
  background: url(../images/icon_flag_more.png) -864px -288px no-repeat;
}
.nationalFlag.icon_0010019::after {
  background: url(../images/icon_flag_more.png) -1008px -288px no-repeat;
}
.nationalFlag.icon_0010023::after {
  background: url(../images/icon_flag_more.png) -1152px -288px no-repeat;
}
.nationalFlag.icon_0010024::after {
  background: url(../images/icon_flag_more.png) -1296px -288px no-repeat;
}

.nationalFlag.icon_0010025::after {
  background: url(../images/icon_flag_more.png) 0px -432px no-repeat;
}
.nationalFlag.icon_0010027::after {
  background: url(../images/icon_flag_more.png) -144px -432px no-repeat;
}
.nationalFlag.icon_0010030::after {
  background: url(../images/icon_flag_more.png) -288px -432px no-repeat;
}
.nationalFlag.icon_0010034::after {
  background: url(../images/icon_flag_more.png) -432px -432px no-repeat;
}
.nationalFlag.icon_0010033::after {
  background: url(../images/icon_flag_more.png) -576px -432px no-repeat;
}
.nationalFlag.icon_0010039::after {
  background: url(../images/icon_flag_more.png) -720px -432px no-repeat;
}
.nationalFlag.icon_0013044::after {
  background: url(../images/icon_flag_more.png) -1152px -432px no-repeat;
}
.nationalFlag.icon_0013043::after {
  background: url(../images/icon_flag_more.png) -1296px -432px no-repeat;
}

.nationalFlag.icon_0013031::after {
  background: url(../images/icon_flag_more.png) 0px -576px no-repeat;
}
.nationalFlag.icon_0013024::after {
  background: url(../images/icon_flag_more.png) -144px -576px no-repeat;
}
.nationalFlag.icon_0013040::after {
  background: url(../images/icon_flag_more.png) -288px -576px no-repeat;
}
.nationalFlag.icon_0013003::after {
  background: url(../images/icon_flag_more.png) -432px -576px no-repeat;
}
.nationalFlag.icon_0013004::after {
  background: url(../images/icon_flag_more.png) -576px -576px no-repeat;
}
.nationalFlag.icon_0013005::after {
  background: url(../images/icon_flag_more.png) -720px -576px no-repeat;
}
.nationalFlag.icon_0013006::after {
  background: url(../images/icon_flag_more.png) -864px -576px no-repeat;
}
.nationalFlag.icon_0013007::after {
  background: url(../images/icon_flag_more.png) -1008px -576px no-repeat;
}
.nationalFlag.icon_0013008::after {
  background: url(../images/icon_flag_more.png) -1152px -576px no-repeat;
}
.nationalFlag.icon_0013009::after {
  background: url(../images/icon_flag_more.png) -1296px -576px no-repeat;
}

.nationalFlag.icon_0013010::after {
  background: url(../images/icon_flag_more.png) 0px -720px no-repeat;
}
.nationalFlag.icon_0013011::after {
  background: url(../images/icon_flag_more.png) -144px -720px no-repeat;
}
.nationalFlag.icon_0013012::after {
  background: url(../images/icon_flag_more.png) -288px -720px no-repeat;
}
.nationalFlag.icon_0013013::after {
  background: url(../images/icon_flag_more.png) -432px -720px no-repeat;
}
.nationalFlag.icon_0013014::after {
  background: url(../images/icon_flag_more.png) -576px -720px no-repeat;
}
.nationalFlag.icon_0013015::after {
  background: url(../images/icon_flag_more.png) -720px -720px no-repeat;
}
.nationalFlag.icon_0013016::after {
  background: url(../images/icon_flag_more.png) -864px -720px no-repeat;
}
.nationalFlag.icon_0013017::after {
  background: url(../images/icon_flag_more.png) -1008px -720px no-repeat;
}
.nationalFlag.icon_0013018::after {
  background: url(../images/icon_flag_more.png) -1152px -720px no-repeat;
}
.nationalFlag.icon_0013019::after {
  background: url(../images/icon_flag_more.png) -1296px -720px no-repeat;
}

.nationalFlag.icon_0013020::after {
  background: url(../images/icon_flag_more.png) 0px -864px no-repeat;
}
.nationalFlag.icon_0013021::after {
  background: url(../images/icon_flag_more.png) -144px -864px no-repeat;
}
.nationalFlag.icon_0013022::after {
  background: url(../images/icon_flag_more.png) -288px -864px no-repeat;
}
.nationalFlag.icon_0013023::after {
  background: url(../images/icon_flag_more.png) -432px -864px no-repeat;
}
.nationalFlag.icon_0013025::after {
  background: url(../images/icon_flag_more.png) -576px -864px no-repeat;
}
.nationalFlag.icon_0013026::after {
  background: url(../images/icon_flag_more.png) -720px -864px no-repeat;
}
.nationalFlag.icon_0013027::after {
  background: url(../images/icon_flag_more.png) -864px -864px no-repeat;
}
.nationalFlag.icon_0013028::after {
  background: url(../images/icon_flag_more.png) -1008px -864px no-repeat;
}
.nationalFlag.icon_0013029::after {
  background: url(../images/icon_flag_more.png) -1152px -864px no-repeat;
}
.nationalFlag.icon_0013030::after {
  background: url(../images/icon_flag_more.png) -1296px -864px no-repeat;
}

.nationalFlag.icon_0013032::after {
  background: url(../images/icon_flag_more.png) 0px -1008px no-repeat;
}
.nationalFlag.icon_0013033::after {
  background: url(../images/icon_flag_more.png) -144px -1008px no-repeat;
}
.nationalFlag.icon_0013034::after {
  background: url(../images/icon_flag_more.png) -288px -1008px no-repeat;
}
.nationalFlag.icon_0013035::after {
  background: url(../images/icon_flag_more.png) -432px -1008px no-repeat;
}
.nationalFlag.icon_0013036::after {
  background: url(../images/icon_flag_more.png) -576px -1008px no-repeat;
}
.nationalFlag.icon_0013037::after {
  background: url(../images/icon_flag_more.png) -720px -1008px no-repeat;
}
.nationalFlag.icon_0013038::after {
  background: url(../images/icon_flag_more.png) -864px -1008px no-repeat;
}
.nationalFlag.icon_0013039::after {
  background: url(../images/icon_flag_more.png) -1008px -1008px no-repeat;
}
.nationalFlag.icon_0013042::after {
  background: url(../images/icon_flag_more.png) -1152px -1008px no-repeat;
}
.nationalFlag.icon_0013041::after {
  background: url(../images/icon_flag_more.png) -1296px -1008px no-repeat;
}

.nationalFlag.icon_0027037::after {
  background: url(../images/icon_flag_more.png) 0px -1152px no-repeat;
}
.nationalFlag.icon_0027004::after {
  background: url(../images/icon_flag_more.png) -144px -1152px no-repeat;
}
.nationalFlag.icon_0027030::after {
  background: url(../images/icon_flag_more.png) -288px -1152px no-repeat;
}
.nationalFlag.icon_0027026::after {
  background: url(../images/icon_flag_more.png) -432px -1152px no-repeat;
}
.nationalFlag.icon_0027012::after {
  background: url(../images/icon_flag_more.png) -576px -1152px no-repeat;
}
.nationalFlag.icon_0027018::after {
  background: url(../images/icon_flag_more.png) -720px -1152px no-repeat;
}
.nationalFlag.icon_0027013::after {
  background: url(../images/icon_flag_more.png) -864px -1152px no-repeat;
}
.nationalFlag.icon_0027008::after {
  background: url(../images/icon_flag_more.png) -1008px -1152px no-repeat;
}
.nationalFlag.icon_0027002::after {
  background: url(../images/icon_flag_more.png) -1152px -1152px no-repeat;
}
.nationalFlag.icon_0027003::after {
  background: url(../images/icon_flag_more.png) -1296px -1152px no-repeat;
}

.nationalFlag.icon_0027005::after {
  background: url(../images/icon_flag_more.png) 0px -1296px no-repeat;
}
.nationalFlag.icon_0027006::after {
  background: url(../images/icon_flag_more.png) -144px -1296px no-repeat;
}
.nationalFlag.icon_0027007::after {
  background: url(../images/icon_flag_more.png) -288px -1296px no-repeat;
}
.nationalFlag.icon_0027009::after {
  background: url(../images/icon_flag_more.png) -432px -1296px no-repeat;
}
.nationalFlag.icon_0027010::after {
  background: url(../images/icon_flag_more.png) -576px -1296px no-repeat;
}
.nationalFlag.icon_0027014::after {
  background: url(../images/icon_flag_more.png) -720px -1296px no-repeat;
}
.nationalFlag.icon_0027015::after {
  background: url(../images/icon_flag_more.png) -864px -1296px no-repeat;
}
.nationalFlag.icon_0027016::after {
  background: url(../images/icon_flag_more.png) -1008px -1296px no-repeat;
}
.nationalFlag.icon_0027017::after {
  background: url(../images/icon_flag_more.png) -1152px -1296px no-repeat;
}
.nationalFlag.icon_0027019::after {
  background: url(../images/icon_flag_more.png) -1296px -1296px no-repeat;
}

.nationalFlag.icon_0027011::after {
  background: url(../images/icon_flag_more.png) 0px -1440px no-repeat;
}
.nationalFlag.icon_0027020::after {
  background: url(../images/icon_flag_more.png) -144px -1440px no-repeat;
}
.nationalFlag.icon_0027021::after {
  background: url(../images/icon_flag_more.png) -288px -1440px no-repeat;
}
.nationalFlag.icon_0027022::after {
  background: url(../images/icon_flag_more.png) -432px -1440px no-repeat;
}
.nationalFlag.icon_0027023::after {
  background: url(../images/icon_flag_more.png) -576px -1440px no-repeat;
}
.nationalFlag.icon_0027024::after {
  background: url(../images/icon_flag_more.png) -720px -1440px no-repeat;
}
.nationalFlag.icon_0027025::after {
  background: url(../images/icon_flag_more.png) -864px -1440px no-repeat;
}
.nationalFlag.icon_0027027::after {
  background: url(../images/icon_flag_more.png) -1008px -1440px no-repeat;
}
.nationalFlag.icon_0027028::after {
  background: url(../images/icon_flag_more.png) -1152px -1440px no-repeat;
}
.nationalFlag.icon_0027029::after {
  background: url(../images/icon_flag_more.png) -1296px -1440px no-repeat;
}

.nationalFlag.icon_0027031::after {
  background: url(../images/icon_flag_more.png) 0px -1584px no-repeat;
}
.nationalFlag.icon_0027032::after {
  background: url(../images/icon_flag_more.png) -144px -1584px no-repeat;
}
.nationalFlag.icon_0027033::after {
  background: url(../images/icon_flag_more.png) -288px -1584px no-repeat;
}
.nationalFlag.icon_0027034::after {
  background: url(../images/icon_flag_more.png) -432px -1584px no-repeat;
}
.nationalFlag.icon_0027035::after {
  background: url(../images/icon_flag_more.png) -576px -1584px no-repeat;
}
.nationalFlag.icon_0027036::after {
  background: url(../images/icon_flag_more.png) -720px -1584px no-repeat;
}

.nationalFlag.icon_0025022::after {
  background: url(../images/icon_flag_more.png) 0px -1728px no-repeat;
}
.nationalFlag.icon_0025006::after {
  background: url(../images/icon_flag_more.png) -144px -1728px no-repeat;
}
.nationalFlag.icon_0025014::after {
  background: url(../images/icon_flag_more.png) -288px -1728px no-repeat;
}
.nationalFlag.icon_0025002::after {
  background: url(../images/icon_flag_more.png) -432px -1728px no-repeat;
}
.nationalFlag.icon_0025019::after {
  background: url(../images/icon_flag_more.png) -576px -1728px no-repeat;
}
.nationalFlag.icon_0025003::after {
  background: url(../images/icon_flag_more.png) -720px -1728px no-repeat;
}
.nationalFlag.icon_0025004::after {
  background: url(../images/icon_flag_more.png) -864px -1728px no-repeat;
}
.nationalFlag.icon_0025005::after {
  background: url(../images/icon_flag_more.png) -1008px -1728px no-repeat;
}
.nationalFlag.icon_0025007::after {
  background: url(../images/icon_flag_more.png) -1152px -1728px no-repeat;
}
.nationalFlag.icon_0025008::after {
  background: url(../images/icon_flag_more.png) -1296px -1728px no-repeat;
}

.nationalFlag.icon_0025009::after {
  background: url(../images/icon_flag_more.png) 0px -1872px no-repeat;
}
.nationalFlag.icon_0025010::after {
  background: url(../images/icon_flag_more.png) -144px -1872px no-repeat;
}
.nationalFlag.icon_0025011::after {
  background: url(../images/icon_flag_more.png) -288px -1872px no-repeat;
}
.nationalFlag.icon_0025012::after {
  background: url(../images/icon_flag_more.png) -432px -1872px no-repeat;
}
.nationalFlag.icon_0025013::after {
  background: url(../images/icon_flag_more.png) -576px -1872px no-repeat;
}
.nationalFlag.icon_0025015::after {
  background: url(../images/icon_flag_more.png) -720px -1872px no-repeat;
}
.nationalFlag.icon_0025016::after {
  background: url(../images/icon_flag_more.png) -864px -1872px no-repeat;
}
.nationalFlag.icon_0025017::after {
  background: url(../images/icon_flag_more.png) -1008px -1872px no-repeat;
}
.nationalFlag.icon_0025018::after {
  background: url(../images/icon_flag_more.png) -1152px -1872px no-repeat;
}
.nationalFlag.icon_0025020::after {
  background: url(../images/icon_flag_more.png) -1296px -1872px no-repeat;
}

.nationalFlag.icon_0025021::after {
  background: url(../images/icon_flag_more.png) 0px -2016px no-repeat;
}
.nationalFlag.icon_0025023::after {
  background: url(../images/icon_flag_more.png) -144px -2016px no-repeat;
}
.nationalFlag.icon_0025024::after {
  background: url(../images/icon_flag_more.png) -288px -2016px no-repeat;
}
.nationalFlag.icon_0025026::after {
  background: url(../images/icon_flag_more.png) -432px -2016px no-repeat;
}

.nationalFlag.icon_0023002::after {
  background: url(../images/icon_flag_more.png) 0px -2160px no-repeat;
}
.nationalFlag.icon_0023004::after {
  background: url(../images/icon_flag_more.png) -144px -2160px no-repeat;
}
.nationalFlag.icon_0023003::after {
  background: url(../images/icon_flag_more.png) -288px -2160px no-repeat;
}
.nationalFlag.icon_0023005::after {
  background: url(../images/icon_flag_more.png) -432px -2160px no-repeat;
}
.nationalFlag.icon_0023006::after {
  background: url(../images/icon_flag_more.png) -576px -2160px no-repeat;
}
.nationalFlag.icon_0023007::after {
  background: url(../images/icon_flag_more.png) -720px -2160px no-repeat;
}

.nationalFlag.icon_0023002::after {
  background: url(../images/icon_flag_more.png) 0px -2160px no-repeat;
}
.nationalFlag.icon_0023004::after {
  background: url(../images/icon_flag_more.png) -144px -2160px no-repeat;
}

.sqlPopup {
  background: rgba(0, 0, 0, 0.5);
}

.sqlPopup .cusPopupCon {
  text-align: center;
  width: 14.25rem;
  height: 11.5rem;
  border-radius: 0.75rem;
  box-shadow: inset 0rem 0rem 0.1rem 0rem #ffffff;
  position: relative;
  background: linear-gradient(180deg, #d7e7ff 0%, #ffffff 35%);
}

.sqlPopup .cusPopupCon .newCloseBtn {
  position: absolute;
  display: block;
  bottom: -3.4rem;
  left: 6.45rem;
  width: 1.4rem;
  height: 1.4rem;
  background: url(../images/close_pop_up.png) no-repeat;
  background-size: 100% 100%;
}

.sqlPopup .cusPopupCon .content {
  border-radius: 0.75rem;
  width: 100%;
  height: 100%;
  background: url(../images/dy_pop_up_bg.png) no-repeat;
  background-size: 14.25rem 4.5rem;
  position: relative;
}

.sqlPopup .cusPopupCon .content::before {
  content: '';
  width: 5.75rem;
  height: 4.25rem;
  position: absolute;
  top: -1.5rem;
  left: 4.25rem;
  background: url(../images/dy_pop_up_flow.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
}

.sqlPopup .cusPopupCon .content .title {
  font-size: 0.9rem;
  font-weight: bold;
  color: #001c63;
  line-height: 1.25rem;
  padding-top: 3.75rem;
  display: flex;
  justify-content: center;
}

.sqlPopup .cusPopupCon .content .noti {
  margin-top: 0.4rem;
  font-size: 0.7rem;
  color: #495f93;
  line-height: 1.05rem;
}

.sqlPopup .cusPopupCon .content .btnCon {
  width: 10.75rem;
  height: 2.4rem;
  margin: 0 auto;
  margin-top: 1.5rem;
}

.sqlPopup .cusPopupCon .content .btnCon a {
  border-radius: 1.38rem;
}

.activity {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999999999;
}
.activityptn {
  width: 305px;
  height: 317px;
  position: absolute;
  top: 18%;
  left: 50%;
  transform: translateX(-50%);
}
.promotion_popup_bg {
  width: 100%;
}
.btn_ckhd {
  width: 234px;
  height: 45px;
  position: absolute;
  bottom: 6%;
  left: 50%;
  transform: translateX(-50%);
}
.close_pop_up {
  position: absolute;
  bottom: -78px;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 28px;
}

.otherServices {
  height: 93px;
  background: #ffffff;
  border-radius: 5px;
  margin: 15px 0;
  padding: 15px;
}

.otherServices h3 {
  font-size: 16px;
  color: #282828;
  line-height: 21px;
  font-weight: normal;
}

.otherServices .otherCon {
  display: flex;
  justify-content: space-around;
}

.otherServices .otherCon .item {
  padding: 15px 0 5px 0;
}

.otherServices .otherCon .item img {
  width: 22px;
  height: 22px;
  vertical-align: middle;
}

.otherServices .otherCon .item span {
  font-size: 14px;
  line-height: 20px;
  vertical-align: middle;
}

.btm {
  height: 100px;
  background-color: #fff;
  box-shadow: 0px 0px 8px 0px #eeeeee;
  padding: 10px 15px 0px;
  z-index: 999999999999999999;
}
.confirmPurchase {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 46px;
  background: #fef0de;
  border-radius: 23px;
  padding: 5px 5px 5px 15px;
}
.payment {
  background: linear-gradient(90deg, #f6d7ac 0%, #f2bc6d 100%);
  color: #754e19;
  border-radius: 21px;
  cursor: pointer;
  height: 100%;
  line-height: 36px;
  white-space: nowrap;
  width: 140px;
  font-weight: bold;
  text-align: center;
}
.read {
  padding-top: 10px;
  text-align: center;
  font-size: 12px;
  margin: 0 auto;
}
.Agreement {
  color: #2686f8;
}
.total {
  height: 28px;
}
.text {
  font-size: 14px;
  color: #282828;
}
.totalAmount {
  color: #f64711;
  font-size: 0px;
  display: inline-block;
  margin-left: 2px;
}
.unit {
  font-size: 14px;
  font-weight: bold;
  margin-right: 2px;
}
.amount {
  font-size: 20px;
  font-weight: bold;
}

.listNull {
  display: none;
  width: 100%;
  height: 100%;
  z-index: 999999;
}

.listNull .listNullCon {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.listNull .listNullCon img {
  width: 66px;
  height: 80px;
  user-select: none;
}

.listNull .listNullCon span {
  margin-top: 15px;
  font-size: 14px;
  color: #808080;
}
.gjlistNull {
  display: none;
  width: 100%;
  height: 100%;
  z-index: 999999;
}

.gjlistNull .listNullCon {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.gjlistNull .listNullCon img {
  width: 66px;
  height: 80px;
  user-select: none;
}

.gjlistNull .listNullCon span {
  margin-top: 15px;
  font-size: 14px;
  color: #808080;
}

.purchaseNotes {
  margin-top: 10px;
  padding: 15px;
  background: #ffffff;
  border-radius: 5px;
  padding-bottom: 0;
}
.arrt {
  font-size: 12px;
  padding-bottom: 20px;
  color: #282828;
  margin-top: 10px;
}
.arrt div {
  /* margin-bottom: 5px; */
  line-height: 22px;
}
.title {
  font-size: 15px;
  font-weight: bold;
}

.arrt span {
  font-weight: bold;
}

.places {
  font-weight: 400 !important;
}
