@charset "UTF-8";
@font-face {
  font-family: NotoSansSC-Medium;
  src: url('/static/css/font/NotoSansSC-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: NotoSansSC-Regular;
  src: url('/static/css/font/NotoSansSC-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body.white-theme {
  background: 0 0;
}

.white-theme .logo {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: auto 24.5px;
  background-position: center;
}
.white-theme .logo .go-visa {
  background: transparent url(/static/img/logo-blue.png) center / 100% auto
    no-repeat scroll;
}

.white-theme .nav li {
  color: #1434cb;
}

.white-theme .nav li.on,
.white-theme .nav li:hover {
  color: #fcc015;
}

.white-theme .nav li a {
  color: inherit;
}

.white-theme .menu .icon {
  background: transparent url(/static/img/icon-menu-blue.png) center/25px 15px
    no-repeat scroll;
  cursor: pointer;
}

.white-theme .menu:hover .icon {
  background-color: #1434cb;
  background-image: url(/static/img/icon-menu.png);
}

.white-theme .index .list ul {
  margin-bottom: 15px;
}

.white-theme .index .list ul li a {
  border-radius: 4px;
}

.white-theme .index .list ul li a:hover {
  -webkit-box-shadow: 0 0 21px 3px rgba(2, 4, 29, 0.5);
  box-shadow: 0 0 21px 3px rgba(2, 4, 29, 0.5);
}

.white-theme .menu .icon img,
.white-theme .tab-list li .hover img,
.white-theme .tab-list li .normal img,
.white-theme .menu .icon img,
.white-theme .tab-list li .hover img,
.white-theme .tab-list li .normal img {
  display: none;
}

.white-theme .swiper-box {
  position: relative;
}

.white-theme .swiper-box .swiper-switch {
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 1;
}

.white-theme .swiper-box .swiper-switch .swiper-switch-icon {
  background: #ccc;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin: 0 3px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.white-theme .swiper-box .swiper-switch .swiper-switch-icon.on {
  background: #1a216d;
}

.white-theme .swiper-bottom img {
  display: block;
}

.white-theme .index-banner {
  -webkit-box-shadow: 0 -4px 7px 4px rgba(17, 22, 65, 0.1);
  box-shadow: 0 -4px 7px 4px rgba(17, 22, 65, 0.1);
  border-radius: 4px 4px 0 0;
}

.white-theme .swiper-bottom {
  -webkit-box-shadow: 0 6px 6px 3px rgba(17, 22, 65, 0.1);
  box-shadow: 0 6px 6px 3px rgba(17, 22, 65, 0.1);
  border-radius: 0 0 4px 4px;
  overflow: hidden;
}

.white-theme .tab-list {
  display: block;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.white-theme .tab-list li {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  width: 25%;
}

.white-theme .tab-list li .hover,
.white-theme .tab-list li .normal {
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
}

.white-theme .tab-list li:nth-child(1) .hover {
  background-size: 50px 56px;
  background-image: url(//ptf.flyert.com/privilege/image/blue1.png);
}

.white-theme .tab-list li:nth-child(1):hover .hover {
  background-size: 60px 66px;
  background-image: url(//ptf.flyert.com/privilege/image/gold1.png);
}

.white-theme .tab-list li:nth-child(2) .hover {
  background-size: 83px 35px;
  background-image: url(//ptf.flyert.com/privilege/image/blue5.png);
}

.white-theme .tab-list li:nth-child(2):hover .hover {
  background-size: 84px 66px;
  background-image: url(//ptf.flyert.com/privilege/image/gold5.png);
}

.white-theme .tab-list li:nth-child(3) .hover {
  background-size: 46px 56px;
  background-image: url(//ptf.flyert.com/privilege/image/blue3.png);
}

.white-theme .tab-list li:nth-child(3):hover .hover {
  background-size: 56px 66px;
  background-image: url(//ptf.flyert.com/privilege/image/gold3.png);
}

.white-theme .tab-list li:nth-child(4) .hover {
  background-size: 46px 56px;
  background-image: url(//ptf.flyert.com/privilege/image/blue4.png);
}

.white-theme .tab-list li:nth-child(4):hover .hover {
  background-size: 56px 66px;
  background-image: url(//ptf.flyert.com/privilege/image/gold4.png);
}

.white-theme .tab-list li:nth-child(5) .hover {
  background-size: 83px 35px;
  background-image: url(//ptf.flyert.com/privilege/image/blue5.png);
}

.white-theme .tab-list li:nth-child(5):hover .hover {
  background-size: 84px 66px;
  background-image: url(//ptf.flyert.com/privilege/image/gold5.png);
}

.white-theme .tab-list li:nth-child(6) .hover {
  background-size: 48px 58px;
  background-image: url(//ptf.flyert.com/privilege/image/blue6.png);
}

.white-theme .tab-list li:nth-child(6):hover .hover {
  background-size: 70px 66px;
  background-image: url(//ptf.flyert.com/privilege/image/gold6.png);
}

.white-theme .detail .intro .title {
  font-family: NotoSansSC-Medium;
  font-size: 18px;
  color: #000000;
  letter-spacing: 0;
  font-weight: bold;
  line-height: 27px;
}

.white-theme .detail .intro .explain {
  padding-left: 36px;
}

.white-theme .detail .intro .explain img {
  left: 15px;
}

.white-theme .detail .swiper .swiper-switch span {
  width: 6px;
  height: 6px;
  margin: 0 3px;
}

.white-theme .detail .intro .sub-btn {
  background: #1434cb;
  -webkit-user-modify: read-only !important;
  -moz-user-modify: read-only !important;

  user-select: none;
}

.white-theme .back:hover,
.white-theme .detail .intro .sub-btn:hover {
  background: #fcc015;
}

.white-theme .detail-swiper {
  min-height: 258px;
  -webkit-box-shadow: 0 0 20px 0 rgba(2, 4, 29, 0.3);
  box-shadow: 0 0 20px 0 rgba(2, 4, 29, 0.3);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
}

.white-theme .detail-swiper .explain {
  margin-top: auto;
}
.white-theme .detail-swiper .swiper-switch {
  padding-right: 15px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.white-theme .detail .intro {
  margin-bottom: 15px;
}

.white-theme .detail .intro dl {
  font-family: NotoSansSC-Regular;
  font-size: 16px;
  color: #4a4a4a;
  letter-spacing: 0;
  line-height: 29px;
}

.white-theme .detail .intro dl .icon-start {
  background-image: url(../img/detail/start-blue.png);
  background-size: 100%;
}

.white-theme .detail .intro .submit img {
  -webkit-box-shadow: 0 0 7px 0 rgba(17, 22, 65, 0.3);
  box-shadow: 0 0 7px 0 rgba(17, 22, 65, 0.3);
  border-radius: 50%;
}
