.page {
  width: 7.5rem;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.pd-25 {
  padding: 0rem 0.15rem 0.15rem;
}
.header {
  width: 100%;
  min-height: 0.6rem;
  text-align: center;
  font-size: 0.34rem;
  position: relative;
  margin-top: 0.2rem;
}

.header .logo,
.logo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.04rem;
  height: 0.6rem;
}
.header .h-img {
  width: 1.7rem;
  height: 0.6rem;
  vertical-align: middle;
}
.img {
  width: 100%;
  height: auto;
  display: block;
}
#banner,
#swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.swiper-slide {
  position: relative;
  text-align: center;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
}
#banner img,
#swiper img {
  width: 100%;
  display: block;
}
.swiper-wrapper {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  /*  -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -ms-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;*/
}
.swiper-switch {
  position: absolute;
  z-index: 66;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
#swiper .swiper-switch {
  bottom: 2px;
  width: 98%;
  text-align: right;
}
.swiper-switch .swiper-switch-icon {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: rgba(10, 24, 67, 0.8);
  margin: 0 2px;
  opacity: 0.8;
  cursor: pointer;
}
.swiper-switch .on {
  background: rgba(239, 187, 110, 1);
}

.explain {
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  position: relative;
  font-size: 0.16rem;
  color: #fff;
  padding-left: 0.3rem;
  opacity: 0.6;
  background: #1434cb;
}

.explain p {
  width: 90%;
  height: 0.4rem;
  line-height: 0.4rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#swiper .explain img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0.3rem;
  height: 0.4rem;
  z-index: 99;
}
.intro {
  background: #3d527c;
  padding: 0.3rem;
  color: #fff;
  font-size: 0.24rem;
  line-height: 0.46rem;
}
.intro dt {
  font-size: 0.28rem;
}
.intro dd {
  margin-bottom: 0.15rem;
}
.intro dl .icon-start {
  display: inline-block;
  width: 0.28rem;
  height: 0.28rem;
  vertical-align: text-bottom;
  margin-right: 0.2rem;
  background: url('/static/img/h5/detail/start.png') no-repeat;
  background-size: 100% 100%;
}
.icon-info {
  margin-top: 0.84rem;
  text-align: center;
}
.icon-info p {
  font-size: 0.18rem;
  color: #fefdfd;
  line-height: 0.6rem;
}
.sub-btn {
  width: 100%;
  height: 1.04rem;
  background: url('/static/img/h5/detail/btn.png') no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  color: #fff;
  font-size: 0.36rem;
  margin-top: 0.2rem;
}

/* 闂傚倸鍊搁崐宄懊归崶褉鏋栭柡鍥ュ灩缁愭鏌熼悧鍫熺凡闁告垹濮撮埞鎴︽偐鐎圭姴顥濈紓浣哄閸ㄥ爼寮婚敐澶婄闁挎繂鎲涢幘缁樼厸闁告侗鍠楅崐鎰版煛瀹€瀣瘈鐎规洘甯掕灒閻炴稈鈧厖澹曢梺鍝勭▉閸嬧偓闁稿鎸搁～婵嬫倷椤掆偓椤忥拷 */
.modal,
.new-modal {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: none;
}

/*.modal .box {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50%;
    max-width: 720px;
    min-width: 608px;
    height: auto;
    z-index: 2000;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);

}*/

/*
.modal .box-mask {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
}
*/

.modal section,
.new-modal section {
  /*padding-top: 0.4rem;*/
  width: 100%;
  height: 100%;
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(left, #00002d, #203873);
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-gradient(
    linear,
    0 0,
    0 right,
    from(#00002d),
    to(#203873)
  );
  background: -webkit-linear-gradient(left, #00002d, #203873);
  /* Opera 11.10+ */
  background: -o-linear-gradient(left, #00002d, #203873);
  /*   filter:alpha(opacity=0);       /!* IE *!/
    -moz-opacity:0;              /!* 闂傚倸鍊搁崐宄懊归崶褉鏋栭柡鍥ュ灩缁愭鏌￠崶鈺佇ｆい鎰Г缁绘繈妫冨☉姘杸闂佸搫妫欑划宥夊Φ閸曨垰绫嶉柛銉厛濡嫬顪冮妶鍛閾绘姪zilla *!/
    -khtml-opacity:0;              /!* 闂傚倸鍊搁崐宄懊归崶褉鏋栭柡鍥ュ灩缁愭鏌￠崶鈺佇ｆい鎰Г缁绘繈妫冨☉姘杸闂佸搫妫欑划宥夊Φ閸曨垰绫嶉柛銉厛濡嫬顪冮妶鍛閾绘矘fari *!/
    opacity: 0;*/
  display: none;
}

.modal .head {
  line-height: 54px;
  color: #fff;
  font-size: 18px;
  padding-left: 12px;
  padding-right: 5px;
  border-radius: 4px 4px 0 0;
  text-align: center;
}

.modal .head a {
  cursor: pointer;
  float: right;
  background: transparent url('/static/img/h5/detail/close.png') center center
    no-repeat;
  width: 30px;
  height: 30px;
  margin-top: 12px;
}

.modal .container {
  padding: 0 0.5rem;
  color: #fff;
}

.modal button {
  color: #fff;
  font-size: 24px;
  display: block;
  width: 100%;
  height: 0.9rem;
  line-height: 0.9rem;
  font-size: 0.36rem;
  border-radius: 6px;
  margin-top: 40px;
  background: transparent url('/static/img/h5/detail/btn.png') no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

.modal .form .box-tab {
  width: 100%;
  height: 2.2rem;
  border-radius: 6px;
  padding: 0.2rem 0.4rem;
  background: #fff;
  position: relative;
}

.modal .form .line {
  position: relative;
  box-sizing: border-box;
  background: #fff;
  padding: 10px 0;
}
.modal .form .line:first-child {
  border-bottom: 1px solid #d3d4d7;
}
.modal .form .line label {
  display: inline-block;
  font-size: 0.32rem;
  color: #5a5a5a;
  width: 15%;
  text-align: center;
}
.modal .form .lerr {
  width: 100%;
  position: absolute;
  bottom: -30px;
  left: 10px;
  display: none;
  color: #fb0303;
}
.modal .form .reg {
  position: absolute;
  bottom: -30px;
  right: 10px;
  color: #fff;
  text-decoration: underline;
}
.modal .form .line .reg:hover {
  color: #e1a744;
}
.modal .form .line input {
  width: 80%;
}

.modal .form .line select {
  width: 140px;
}

.modal .form .line .icon-select {
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -8px;
  width: 10px;
  height: 16px;
  background: transparent url('/static/img/h5/detail/select-arrow.png') center
    center no-repeat;
}

.info-confirm {
  color: #fff;
  padding: 0 0.5rem;
}

.info-confirm .title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}

.info-confirm .desc {
  font-size: 14px;
  line-height: 24px;
}

.info-confirm .btns {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0.4rem auto 0.4rem;
}

.info-confirm .btn {
  overflow: hidden;
  width: 3.02rem;
  height: 0.9rem;
  line-height: 0.9rem;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  cursor: pointer;
  color: #fff;
}
.info-confirm .btn.active {
  background: url(/static/img/h5/detail/a.png) no-repeat;
  background-size: 100% 100%;
  float: left;
}
.info-confirm .btn.closeConfirm {
  background: url(/static/img/h5/detail/b.png) no-repeat;
  background-size: 100% 100%;
  float: right;
}
.visa-pop-header {
  padding: 0.4rem 0.5rem;
}

.visa-pop-header .ovh {
  overflow: hidden;
}

.visa-pop-logo {
  width: 1.9rem;
  height: 0.75rem;
  display: block;
  font-size: 0;
}

.visa-pop-close {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 0px;
  background: url(/static/img/h5/detail/close.png) center center no-repeat;
}
.new-web-close {
  display: block;
  width: 40px;
  height: 40px;
  background: url(/static/img/h5/detail/close.png) center center no-repeat;
  float: right;
}
#new-web {
  width: 100%;
  height: 100%;
}
.new-web-if {
}

.menu {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 0.6rem;
  width: 0.85rem;
  font-size: 12px;
}

.menu .icon {
  display: inline-block;
  height: 0.6rem;
  line-height: 0.6rem;
  width: 0.85rem;
  text-align: center;
}

.menu .icon img {
  vertical-align: middle;
  height: 0.4rem;
  width: 0.45rem;
  font-size: 0px;
}

.menu .menu-list {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  padding: 0 0.1rem;
  background: #1434cb;
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  z-index: 30;
}

.menu .menu-list {
  display: none;
  width: 2rem;
}
.menu:hover .menu-list {
  display: block;
}
.menu .menu-list li {
  display: block;
  height: 33px;
  color: #fff;
  line-height: 33px;
  text-align: center;
  cursor: pointer;
}

.menu .menu-list li a {
  color: #fff;
  display: block;
}
.menu .menu-list li + li {
  border-top: 1px solid #cad1d6;
}
.join {
  display: block;
  position: absolute;
  top: 0.08rem;
  right: 0.86rem;
  padding: 0 0.1rem;
  height: 0.44rem;
  line-height: 0.44rem;
  background: #fcc015;
  border-radius: 4px;
  color: #fff;
  font-size: 0.24rem;
  text-align: center;
}

.headerT {
  position: relative;
}
.top-tit {
  width: 100%;
  height: 0.8rem;
  padding: 0 1.2rem;
  line-height: 0.8rem;
  text-align: center;
  color: #fff;
  font-size: 0.3rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.headerT .go-to {
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  display: block;
  top: 0;
  left: 0;
  background: url('/static/img/h5/detail/go.png') no-repeat;
  background-size: 100% 100%;
}

#visa-msg p {
  font-size: 0.24rem;
  line-height: 0.46rem;
  color: #fff;
}
#visa-msg .visa-msg-img {
  display: block;
  margin: 15px auto;
}
#visa-msg .ling {
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  background: url('/static/img/h5/ling.png') no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  margin-right: 2px;
}

.footer {
  /*! padding-left:0.3rem; */
}
.footer .f-box {
  width: 100%;
  text-align: center;
}
.footer p {
  font-family: NotoSansSC-Regular;
  letter-spacing: 0;
  text-align: center;
  font-size: 0.2rem;
  line-height: 0.34rem;
  color: #000;
}

.footer a {
  color: #000;
  text-decoration: underline;
}
.yins {
  padding: 0 3px;
}
.footer img {
  width: 0.5rem;
  display: block;
  font-size: 0;
  margin: 0 auto;
}

section.new-section {
  /*height: 300px;*/
  /*z-index: 99;*/
  /*position: absolute;*/
  /*top: 50%;*/
  /*left: 50%;*/
  /*margin: -150px 0 0 -304px;*/
  position: relative;
  width: 80%;
  margin: 0 auto;
  background-color: #fff;
}

section.new-section .desc {
  /*margin: 30px 0 15px 0;*/
  /*text-align: center;*/
  /*font-size: 16px;*/
  text-align: center;
  margin-bottom: 0.4rem;
}

section.new-section select {
  width: 100%;
  line-height: 0.64rem;
  padding: 0 0.2rem;
  color: #fff;
  -webkit-appearance: menulist;
}

#section1 {
  height: unset !important;
}
