.icon-result.off:before, .icon-result.off:after, .icon-result:not(.off):after, .number-change-box span:before, .number-change-box span:after, .goods-type-list .goods-type-item.type-2 i:before, .goods-type-list .goods-type-item.type-2 i:after, .goods-type-list .goods-type-item.type-1 i:after, .custom-1 + .ms-upload-container .ms-upload-btn:before, .custom-1 + .ms-upload-container .ms-upload-btn:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.tab-box .tab-nav.flex-100 a.active:before, .type-list-box > a.active:before, .inner-header > p, .language-box .language-list-wrap .language-list:before, .page-home .part-5 .grid-box > .flex-item:before {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}

.grid-box .img-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.scrollingBar::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.scrollingBar::-webkit-scrollbar-track {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0);
}
.scrollingBar::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #ccc;
}

body {
  max-width: 750px;
  margin: 0 auto;
}

.m-box .tit,
.page-box .tit,
.popup-bg .tit {
  font-size: 16px;
  color: #333;
  padding-left: 8px;
  border-left: 3px solid var(--theme-c);
}

.bg-fff {
  background: #fff;
}

.bg-1 {
  background: #f8f8f8;
}

.bg-2 {
  background: #fcf4db;
}

.bg-3 {
  background: #fff4ec;
}

.border-p {
  border: 1px solid #eee;
}

.border-b {
  border-bottom: 1px solid #eee;
}

.border-t {
  border-top: 1px solid #eee;
}

.border-l {
  border-left: 1px solid #eee;
}

.border-r {
  border-right: 1px solid #eee;
}

.border-p2 {
  border: 1px solid #ddd;
}

.border-t2 {
  border-top: 1px solid #ddd;
}

.border-b2 {
  border-bottom: 1px solid #ddd;
}

.border-l2 {
  border-left: 1px solid #ddd;
}

.border-r2 {
  border-right: 1px solid #ddd;
}

.border-p3 {
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.border-t3 {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.border-b3 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.border-l3 {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.border-r3 {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.border-dashed-t {
  border-top: 1px dashed #ddd;
}

.border-dashed-b {
  border-bottom: 1px dashed #ddd;
}

.m-box {
  min-height: 100vh;
}

.sticky {
  position: sticky;
  top: 0;
  z-index: 99;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.sticky:has(.inner-header) {
  min-height: 46px;
}

.page-home .sticky {
  box-shadow: none;
}

.form-group {
  position: relative;
}
.form-group .label {
  line-height: 42px;
}
.form-group .form-tips {
  position: absolute;
  padding-top: 4px;
  font-size: 12px;
  color: var(--red);
}
.form-group.required .label:before {
  content: "*";
  color: red;
}

.custom-1 + .ms-upload-container .ms-upload-btn {
  color: transparent;
  background: #f9f9f9;
  border: 1px dashed #ddd;
  position: relative;
}
.custom-1 + .ms-upload-container .ms-upload-btn:before, .custom-1 + .ms-upload-container .ms-upload-btn:after {
  content: "";
  width: 30px;
  height: 2px;
  background: #ddd;
}
.custom-1 + .ms-upload-container .ms-upload-btn:after {
  transform: rotate(90deg);
}
.custom-1 + .ms-upload-container.type-2 .ms-upload-btn {
  width: 50px;
  height: 50px;
}

ul.ul-section {
  counter-reset: section;
  list-style: none;
}
ul.ul-section li:before {
  counter-increment: section;
  content: counter(section) ".";
  margin-right: 5px;
}

.drop-upload-box {
  padding: 80px 20px;
  border: 1px dashed #ccc;
  border-radius: 6px;
  background: #f9f9f9;
}
.drop-upload-box.dragover {
  border-color: var(--theme-c);
}
.drop-upload-box ~ .ms-upload-container .ms-upload-btn {
  display: none;
}

.grid-box .img-item {
  padding-top: 100%;
  overflow: hidden;
  position: relative;
}
.grid-box .img-item img {
  position: absolute;
  top: 0;
  left: 0;
}

.label > select[ms-select] + .ms-select-btn {
  padding: 0;
}

.fixed-wrap {
  --fixedH: 64px;
  height: var(--fixedH);
}
.fixed-wrap .fixed-box {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  max-width: 750px;
  margin: auto;
  width: 100%;
  height: var(--fixedH);
  background: #fff;
  z-index: 999;
  box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.05);
}
.fixed-wrap .footer-nav {
  height: 100%;
}
.fixed-wrap .footer-nav a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fixed-wrap .footer-nav a i {
  width: 30px;
  height: 30px;
  background-size: 100% 100%;
}
.fixed-wrap .footer-nav a span {
  color: #cacaca;
  font-size: 12px;
}
.fixed-wrap .footer-nav a .icon-1 {
  background-image: url(../images/nav/nav_1.png);
}
.fixed-wrap .footer-nav a .icon-2 {
  background-image: url(../images/nav/nav_2.png);
}
.fixed-wrap .footer-nav a .icon-3 {
  background-image: url(../images/nav/nav_3.png);
}
.fixed-wrap .footer-nav a .icon-4 {
  background-image: url(../images/nav/nav_4.png);
}
.fixed-wrap .footer-nav a .icon-5 {
  background-image: url(../images/nav/nav_5.png);
}
.fixed-wrap .footer-nav a.active span {
  color: var(--theme-c);
}
.fixed-wrap .footer-nav a.active .icon-1 {
  background-image: url(../images/nav/nav_1_on.png);
}
.fixed-wrap .footer-nav a.active .icon-2 {
  background-image: url(../images/nav/nav_2_on.png);
}
.fixed-wrap .footer-nav a.active .icon-3 {
  background-image: url(../images/nav/nav_3_on.png);
}
.fixed-wrap .footer-nav a.active .icon-4 {
  background-image: url(../images/nav/nav_4_on.png);
}
.fixed-wrap .footer-nav a.active .icon-5 {
  background-image: url(../images/nav/nav_5_on.png);
}

span.label-item {
  font-size: 12px;
  line-height: 1;
  padding: 2px 5px;
  text-align: center;
  border-radius: 4px;
  --btnColor: var(--theme-c);
  background-color: var(--btnColor);
  border: 1px solid var(--btnColor);
  color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
span.label-item.label-default {
  border-color: #ccc;
  background: transparent;
  color: #666;
}
span.label-item.label-default2 {
  border-color: #e3e3e3;
  background: transparent;
  color: #333333;
}
span.label-item.label-primary {
  border-color: var(--btnColor);
  background-color: var(--btnColor);
  color: #fff;
}
span.label-item.label-blue {
  --btnColor: var(--blue);
}
span.label-item.label-danger {
  --btnColor: var(--red);
}
span.label-item.label-success {
  --btnColor: var(--green);
}
span.label-item.label-warning {
  --btnColor: var(--yellow);
}
span.label-item.label-border {
  background-color: #fff;
  color: var(--btnColor);
}

.popup-bg.ms-show ~ .c-datepicker-popper,
.popup-bg.ms-show ~ .ms-select-container.ms-show {
  z-index: 100000;
}

.scroll-notice span {
  flex: none;
  white-space: nowrap;
  animation-name: noticeScroll;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes noticeScroll {
  0% {
    transform: translate3d(10vw, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}

.swiper-slide > img {
  width: 100%;
  display: block;
}

.page-home .part {
  padding: 0 12px 12px;
  position: relative;
}
.page-home .swiper-slide img {
  border-radius: 10px;
}
.page-home .part-1 .swiper-pagination {
  bottom: 5px;
}
.page-home .part-1 .swiper-pagination span {
  background: #fff;
  opacity: 0.6;
  margin: 0 3px;
  border-radius: 6px;
  transition: 0.3s;
}
.page-home .part-1 .swiper-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
  width: 20px;
}
.page-home .part-2 .notice-box {
  padding: 8px 10px;
}
.page-home .part-2 .notice-box > span {
  background: linear-gradient(135deg, #f3b15e, #f09a3d);
  padding: 4px 8px;
}
.page-home .part-3 a {
  position: relative;
}
.page-home .part-3 a img {
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.page-home .part-3 .link-1 {
  width: 36.6%;
  height: 180px;
  background: #fbf2e5;
  border-radius: 6px;
  overflow: hidden;
}
.page-home .part-3 .link-1 .text > div {
  background: linear-gradient(to right, #f4bb6a, #ec6a2f);
  padding: 6px 10px;
}
.page-home .part-3 .link-2,
.page-home .part-3 .link-3 {
  border-radius: 6px;
}
.page-home .part-3 .link-2 {
  background: #fceded;
}
.page-home .part-3 .link-3 {
  background: #e7fafc;
}
.page-home .part-3 .text {
  position: relative;
  z-index: 2;
}
.page-home .part-5 .grid-box {
  overflow: hidden;
  background: #fff;
  border-radius: 6px;
}
.page-home .part-5 .grid-box > .flex-item {
  position: relative;
  padding: 10px 8px 0;
  height: 130px;
  border-radius: 0 6px 6px 0;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.08);
}
.page-home .part-5 .grid-box > .flex-item:before {
  content: "";
  width: 32px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background: url(../images/img32_1.png);
  background-size: 100% 100%;
  bottom: 0;
}
.page-home .part-5 .grid-box > .flex-item:nth-of-type(1) {
  z-index: calc(10 - 1);
}
.page-home .part-5 .grid-box > .flex-item:nth-of-type(1):before {
  content: "1";
}
.page-home .part-5 .grid-box > .flex-item:nth-of-type(2) {
  z-index: calc(10 - 2);
}
.page-home .part-5 .grid-box > .flex-item:nth-of-type(2):before {
  content: "2";
}
.page-home .part-5 .grid-box > .flex-item:nth-of-type(3) {
  z-index: calc(10 - 3);
}
.page-home .part-5 .grid-box > .flex-item:nth-of-type(3):before {
  content: "3";
}
.page-home .part-5 .grid-box > .flex-item:nth-of-type(4) {
  z-index: calc(10 - 4);
}
.page-home .part-5 .grid-box > .flex-item:nth-of-type(4):before {
  content: "4";
}
.page-home .part-5 .grid-box > .flex-item:nth-of-type(5) {
  z-index: calc(10 - 5);
}
.page-home .part-5 .grid-box > .flex-item:nth-of-type(5):before {
  content: "5";
}

.swiper-2 .swiper-pagination {
  position: relative;
}
.swiper-2 .swiper-pagination span {
  background: #ffebde;
  opacity: 1;
  margin: 0 2px;
  border-radius: 6px;
  width: 20px;
  height: 3px;
  transition: 0.3s;
}
.swiper-2 .swiper-pagination span.swiper-pagination-bullet-active {
  width: 20px;
  background: #ffc59f;
}

.language-box {
  position: relative;
}
.language-box .language-list-wrap {
  position: absolute;
  right: 0;
  padding-top: 10px;
  display: none;
}
.language-box .language-list-wrap .language-list {
  background: #fff;
  padding: 10px 15px;
  border-radius: 4px;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
}
.language-box .language-list-wrap .language-list:before {
  content: "";
  top: 0;
  width: 10px;
  height: 10px;
  background: #fff;
  transform: translate(0, -4px) rotate(45deg);
}
.language-box .language-list-wrap a {
  display: block;
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
  color: #333;
  line-height: 1.5;
}
.language-box .language-list-wrap a:nth-of-type(n + 2) {
  margin-top: 5px;
}
.language-box .language-list-wrap a.active {
  color: var(--theme-c);
}
.language-box:hover .language-list-wrap {
  display: block;
}

.goods-list .goods-item {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
}
.goods-list .pic {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
.goods-list .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.goods-list .text > img {
  transform: translate3d(0, 2px, 0);
}

.page-user {
  padding: 0 12px;
}
.page-user .part-1 .avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  position: relative;
  border: 2px solid #fff;
}
.page-user .part-1 .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.icon-arrow-right {
  --arrowSize: 7px;
  position: relative;
  width: var(--arrowSize);
  height: var(--arrowSize);
  border-top: 1px solid #999999;
  border-right: 1px solid #999999;
  transform: translate3d(-2px, 0, 0) rotate(45deg);
}
.icon-arrow-right.icon-xl {
  --arrowSize: 9px;
}

.icon-arrow-bottom {
  --arrowSize: 7px;
  position: relative;
  width: var(--arrowSize);
  height: var(--arrowSize);
  border-bottom: 1px solid var(--theme-c);
  border-right: 1px solid var(--theme-c);
  transform: translate3d(0, -2px, 0) rotate(45deg);
}
.icon-arrow-bottom.icon-xl {
  --arrowSize: 9px;
}

.grid-box > .flex-item {
  position: relative;
}
.grid-box .number {
  font-size: 9px;
  color: #fff;
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: var(--theme-c);
  top: 0;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate3d(20%, -20%, 0);
}

.inner-header {
  position: relative;
}
.inner-header > p {
  width: 60%;
  text-align: center;
  font-size: 16px;
  color: #222;
}

.time-line-box .rank {
  width: 27px;
  height: 27px;
  border: 1px solid var(--theme-c);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: var(--theme-c);
  margin-right: 10px;
  background: #fff;
  position: relative;
  z-index: 2;
}
.time-line-box .time-line-item {
  padding-bottom: 30px;
  position: relative;
}
.time-line-box .time-line-item:before {
  width: 0px;
  height: 100%;
  border-left: 1px dashed var(--theme-c);
  position: absolute;
  top: 50%;
  left: 13px;
  content: "";
  opacity: 0.5;
}
.time-line-box .time-line-item:last-child {
  padding-bottom: 0;
}
.time-line-box .time-line-item:last-child:before {
  display: none;
}

.time-line-box2 .rank {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  margin-right: 10px;
  background: #ccc;
  position: relative;
  z-index: 2;
}
.time-line-box2 .time-line-item {
  padding-bottom: 30px;
  position: relative;
}
.time-line-box2 .time-line-item:before {
  width: 0px;
  height: 100%;
  border-left: 1px dashed #ccc;
  position: absolute;
  top: calc(50% - 15px);
  left: 4px;
  content: "";
  opacity: 0.5;
}
.time-line-box2 .time-line-item:last-child {
  padding-bottom: 0;
}
.time-line-box2 .time-line-item:last-child:before {
  display: none;
}
.time-line-box2 .time-line-item > .flexA {
  color: #999 !important;
}
.time-line-box2 .time-line-item > .flexA .c-333 {
  color: #999 !important;
}
.time-line-box2 .time-line-item.active .rank {
  background: var(--theme-c);
}
.time-line-box2 .time-line-item.active > .flexA .c-333 {
  color: #333 !important;
}

.type-list-box {
  overflow-x: overlay;
}
.type-list-box > a {
  flex: none;
  padding: 5px 12px 10px;
  margin: 0 auto;
  position: relative;
  font-size: 14px;
  color: #666;
}
.type-list-box > a.active {
  color: var(--theme-c);
}
.type-list-box > a.active:before {
  content: "";
  width: 100%;
  height: 2px;
  background: var(--theme-c);
  bottom: 0;
}

.scroll-loading {
  text-align: center;
  margin: 15px 0;
}
.scroll-loading.loading {
  margin-top: 10px;
}
.scroll-loading span {
  color: #ccc;
  font-size: 14px;
  display: none;
}
.scroll-loading.no-data span {
  display: block;
}
.scroll-loading.no-data .animation-box {
  display: none;
}
.scroll-loading .animation-box {
  border: 3px solid #ddd;
  border-top: 3px solid var(--theme-c);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 2s linear infinite;
  margin: 0.2rem auto 0;
  display: block;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.popup-video .popup-box {
  width: 95vw;
  max-width: 95vw;
  max-height: none;
  background: transparent;
  border-radius: 0;
}
.popup-video video {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.popup-imgs .popup-box {
  background: transparent;
  display: inline-block;
  width: auto;
  max-width: 90%;
  height: auto;
  max-height: 100%;
}
.popup-imgs .popup-box > .popup-close {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 5px;
  right: 5px;
  margin: auto;
  z-index: 3;
}
.popup-imgs .popup-box > .popup-close:before, .popup-imgs .popup-box > .popup-close:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  width: 30px;
  height: 1px;
  background: #fff;
}
.popup-imgs .popup-box > .popup-close:before {
  transform: rotate(-45deg);
}
.popup-imgs .popup-box > .popup-close:after {
  transform: rotate(45deg);
}
.popup-imgs .swiper-slide img {
  max-width: 90vw;
  max-height: 90vh;
  display: table;
  width: auto !important;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.popup-imgs .swiper-pagination-bullet-active {
  background: var(--theme-c);
}

.tit-l {
  border-left: 3px solid var(--theme-c);
  padding-left: 5px;
}

.destination-list-box span {
  border: 1px solid #eee;
  padding: 5px 8px;
  border-radius: 4px;
  font-size: 12px;
  color: #666;
  flex: none;
}
.destination-list-box span.active {
  border-color: var(--theme-c);
  color: var(--theme-c);
}

.popup-screen {
  justify-content: end !important;
}
.popup-screen .popup-box[full-popup] {
  width: 82vw !important;
}
.popup-screen .screen-list {
  gap: 8px;
}
.popup-screen .screen-list li {
  flex: none;
  background: #f1f1f1;
  font-size: 14px;
  color: #333;
  padding: 6px 10px;
  border-radius: 4px;
}
.popup-screen .screen-list li.active {
  background: var(--theme-c);
  color: #fff;
}

.goods-type-list .goods-type-item {
  display: flex;
  align-items: center;
  flex: none;
}
.goods-type-list .goods-type-item i {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-right: 5px;
  position: relative;
}
.goods-type-list .goods-type-item span {
  font-size: 14px;
  color: #333;
}
.goods-type-list .goods-type-item.type-1 i {
  background-color: var(--green);
}
.goods-type-list .goods-type-item.type-1 i:after {
  content: "";
  width: 6px;
  height: 3px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
.goods-type-list .goods-type-item.type-2 i {
  background-color: var(--red);
}
.goods-type-list .goods-type-item.type-2 i:before, .goods-type-list .goods-type-item.type-2 i:after {
  content: "";
  background: #fff;
}
.goods-type-list .goods-type-item.type-2 i:before {
  width: 8px;
  height: 2px;
  transform: rotate(45deg);
}
.goods-type-list .goods-type-item.type-2 i:after {
  width: 2px;
  height: 8px;
  transform: rotate(45deg);
}

.tab-box .tab-nav.flex-100 a {
  padding: 10px;
  font-size: 14px;
  color: #333;
  position: relative;
}
.tab-box .tab-nav.flex-100 a.active {
  color: var(--theme-c);
}
.tab-box .tab-nav.flex-100 a.active:before {
  content: "";
  width: 100%;
  height: 2px;
  background: var(--theme-c);
  bottom: -1px;
}

.page-process .main-box {
  position: relative;
}
.page-process .main-box .bg-box {
  background: linear-gradient(145deg, #ff914b, #ff7b26);
  height: 160px;
  border-radius: 0 0 20% 20%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.page-process .main-box .bg-box em {
  background: #fff;
  position: absolute;
  border-radius: 50%;
}
.page-process .main-box .bg-box em:nth-of-type(1) {
  width: 100px;
  height: 100px;
  left: -50px;
  bottom: 0;
  opacity: 0.1;
}
.page-process .main-box .bg-box em:nth-of-type(2) {
  width: 80px;
  height: 80px;
  left: -50px;
  bottom: 0;
  opacity: 0.15;
}
.page-process .main-box .bg-box em:nth-of-type(3) {
  width: 100px;
  height: 100px;
  right: -50px;
  top: 0;
  opacity: 0.15;
}
.page-process .main-box .bg-box em:nth-of-type(4) {
  width: 40px;
  height: 40px;
  right: -10px;
  bottom: 50px;
  opacity: 0.15;
}
.page-process .main-box .inner-box {
  position: relative;
  z-index: 2;
  height: calc(100vh - 47px);
}
.page-process .cur-number-box > .flex-item {
  position: relative;
}
.page-process .cur-number-box > .flex-item em {
  position: absolute;
  right: 0;
  top: 10px;
  width: 20px;
  height: 2px;
  background: #fff;
  transform: translateX(50%);
  border-radius: 4px;
}
.page-process .cur-number-box > .flex-item em:after {
  content: "";
  width: 2px;
  height: 8px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  transform-origin: 0 100%;
  transform: rotate(-45deg);
  border-radius: 4px;
}
.page-process .cur-number-box > .flex-item:last-child em {
  display: none;
}
.page-process .cur-number-box span {
  font-size: 14px;
  font-weight: bold;
  color: var(--theme-c);
  background: #ffd4ba;
  width: 24px;
  height: 24px;
  box-sizing: content-box;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-process .cur-number-box p {
  font-size: 12px;
  color: #fff;
  margin-top: 5px;
}
.page-process .cur-number-box .active span {
  background: #fff;
}
.page-process .cur-process-box {
  overflow-y: auto;
}

.icon-circle {
  width: 12px;
  height: 12px;
  border: 2px solid var(--theme-c);
  border-radius: 50%;
}

.problem-list > a {
  overflow: hidden;
  background: #fff;
}
.problem-list > a > .flexN {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin-right: 10px;
}
.problem-list > a:nth-of-type(1) > .flexN {
  background: #ff5c5c;
}
.problem-list > a:nth-of-type(2) > .flexN {
  background: #ff7b26;
}
.problem-list > a:nth-of-type(3) > .flexN {
  background: #ff914b;
}

.wallet-bg-box {
  background: linear-gradient(145deg, #ff914b, #ff7b26);
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.wallet-bg-box > div {
  position: relative;
  z-index: 2;
}
.wallet-bg-box > em {
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}
.wallet-bg-box > em:nth-of-type(1) {
  width: 100px;
  height: 100px;
  left: 0;
  top: 0;
  transform: translate(-50%, -30%);
}
.wallet-bg-box > em:nth-of-type(2) {
  width: 100px;
  height: 100px;
  right: 0;
  bottom: 0;
  transform: translate(40%, 20%);
}
.wallet-bg-box > em:nth-of-type(3) {
  width: 80px;
  height: 80px;
  right: 0;
  bottom: 0;
  transform: translate(-20%, 50%);
}

.rechargeAmount-list > span {
  border: 1px solid #eee;
  border-radius: 4px;
  text-align: center;
  padding: 8px 10px;
  font-size: 14px;
  color: #555;
}
.rechargeAmount-list > span.active {
  border-color: var(--theme-c);
  color: var(--theme-c);
}

img {
  max-width: 100%;
}

.remittanceAccount-list > .p-tb-12:nth-of-type(n + 2) {
  border-top: 1px dashed #ddd;
}

.grid-img-item {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
  border-radius: 4px;
}
.grid-img-item > img {
  position: absolute;
  top: 0;
  left: 0;
}

.btn-share {
  background: var(--theme-c);
  font-size: 14px;
  color: #fff;
  padding: 6px 15px;
  border-radius: 30px;
  border: 2px solid #fbf8e2;
}

.coupon-list-box > .w-box-c {
  overflow: hidden;
  position: relative;
  padding: 25px 16px 12px;
}
.coupon-list-box > .w-box-c .coupon-label {
  background: linear-gradient(114deg, #ff7a01 0%, #fd2bb4 100%);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 11px;
  color: #fff;
  padding: 3px 8px;
  border-radius: 0 0 10px 0;
}
.coupon-list-box > .w-box-c.active .coupon-label {
  background: #ccc;
}
.coupon-list-box > .w-box-c.active .btn.btn-primary {
  background: #ccc !important;
  border-color: #ccc !important;
}
.coupon-list-box > .w-box-c.active .c-theme,
.coupon-list-box > .w-box-c.active .c-111,
.coupon-list-box > .w-box-c.active .c-999 {
  color: #ccc !important;
}
.coupon-list-box > .w-box-c.active .coupon-label-list span {
  background: #ccc !important;
  color: #fff;
}

.coupon-label-list span {
  background: #ffeee6;
  color: var(--theme-c);
  font-size: 12px;
  padding: 3px 6px;
  border-radius: 2px;
}

.number-change-box {
  padding: 0 5px;
}
.number-change-box input[type=text] {
  width: 26px;
  border: none;
  background: transparent;
  line-height: 26px;
  text-align: center;
}
.number-change-box span {
  width: 26px;
  height: 26px;
  position: relative;
}
.number-change-box span:before, .number-change-box span:after {
  content: "";
  background: #333;
}
.number-change-box span:before {
  width: 11px;
  height: 1px;
}
.number-change-box span:after {
  width: 1px;
  height: 11px;
}
.number-change-box span.number-reduce:after {
  display: none;
}
.number-change-box span.disabled {
  pointer-events: none;
}
.number-change-box span.disabled:before, .number-change-box span.disabled:after {
  background: #ccc;
}

.grid-box > div {
  overflow: hidden;
}

.storageImage-list {
  display: flex;
  -moz-column-gap: 3px;
       column-gap: 3px;
  overflow: hidden;
}
.storageImage-list img {
  width: 24px;
  height: 24px;
  -o-object-fit: cover;
     object-fit: cover;
  flex: none;
}

.icon-result {
  width: 48px;
  height: 48px;
  background: var(--green);
  border-radius: 50%;
  position: relative;
}
.icon-result:not(.off):after {
  content: "";
  width: 20px;
  height: 10px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-2px) rotate(-45deg);
}
.icon-result.off {
  background: var(--red);
}
.icon-result.off:before, .icon-result.off:after {
  content: "";
  width: 22px;
  height: 2px;
  background: #fff;
}
.icon-result.off:before {
  transform: rotate(-45deg);
}
.icon-result.off:after {
  transform: rotate(45deg);
}

.time-line-box-wrap.hideList .time-line-box2 > * {
  display: none !important;
}
.time-line-box-wrap.hideList .time-line-box2 > *:nth-of-type(1), .time-line-box-wrap.hideList .time-line-box2 > *:last-of-type {
  display: flex !important;
}
.time-line-box-wrap.hideList .time-line-box2 > *:nth-of-type(1):after {
  content: "...";
  position: absolute;
  left: 20px;
  bottom: 10px;
  color: #999;
}
.time-line-box-wrap:not(.hideList) .icon-arrow-bottom {
  transform: translate3d(0, 2px, 0) rotate(-135deg);
}

.trajectory-details {
  z-index: 12;
}
.trajectory-details .header {
  display: flex;
  align-items: center;
}
.trajectory-details .header .type {
  padding: 10px;
  border-right: 1px solid #f0f0f0;
  width: 22%;
  max-width: 6.25rem;
}
.trajectory-details .header .icon {
  width: 32px;
  height: 32px;
  background-size: 100% 100%;
  border-radius: 50%;
  margin: 0 auto;
}
.trajectory-details .header .icon img {
  width: 100%;
  height: 100%;
}
.trajectory-details .header .name {
  font-size: 12px;
  color: #777;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.trajectory-details .header .address {
  display: flex;
  padding: 10px 0;
  align-items: center;
  flex: auto;
  overflow: hidden;
}
.trajectory-details .header .address .arrow {
  flex: none;
  width: 42px;
  height: 14px;
  background: url(../images/icon_arrow_r.png);
  background-size: 100% 100%;
}
.trajectory-details .header .address .item {
  flex: auto;
  text-align: center;
  padding: 0 10px;
  overflow: hidden;
}
.trajectory-details .header .address .item > p {
  font-weight: bold;
  font-size: 14px;
  color: #111111;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.trajectory-details .header .address .item > p.country {
  font-weight: normal;
  font-size: 12px;
  color: #777777;
}

.message-list-box .number {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--theme-c);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(20%, -20%);
  border: 1px solid #fff;
}

.custom-file-upload .ms-upload-container.type-1 {
  grid-template-columns: repeat(auto-fill, minmax(26px, 1fr));
}
.custom-file-upload .ms-upload-container.type-1 > .ms-upload-btn {
  background: url(../images/img26_19.png);
  background-size: 100% 100%;
  border: none;
}
.custom-file-upload .ms-upload-container.type-1 > .ms-upload-btn:before, .custom-file-upload .ms-upload-container.type-1 > .ms-upload-btn:after {
  display: none;
}
.custom-file-upload .ms-upload-container.type-1 .ms-delete {
  width: 12px;
  height: 12px;
}
.custom-file-upload .ms-upload-container.type-1 .ms-delete:before, .custom-file-upload .ms-upload-container.type-1 .ms-delete:after {
  width: 6px;
}
.custom-file-upload .ms-upload-container.type-1 .ms-progressBar {
  height: 4px;
}
.custom-file-upload .ms-upload-container.type-1 .ms-progressBar em {
  height: 4px;
}
.custom-file-upload .ms-upload-container.type-1 .ms-progressBar span {
  display: none;
}/*# sourceMappingURL=main.css.map */