body {
  /*   background: url(../img/index/bg.jpg) no-repeat;
    background-size: 100% 100%;*/

}

.page {
  width: 7.5rem;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

.pd-25 {
  padding: 0rem 0.15rem 0.15rem;
}

.header {
  width: 100%;
  height: 0.6rem;
  text-align: center;
  font-size: 0.34rem;
  position: relative;
}

.header .logo,
.logo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.75rem;
  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;
}

#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);
}


.choice-wrap {
  padding-bottom: 0.5rem;
}

.choice-wrap ul {}

.choice-wrap li {
  width: 6.5rem;
  margin: 0.4rem auto 0.1rem;
  color: #fff;
  font-size: 0.32rem;
}

.choice-wrap li p {
  background: url("../img/index/2.png") no-repeat;
  background-size: 100% 100%;
  width: 6.5rem;
  height: 0.88rem;
  line-height: 0.88rem;
  text-align: center;

}

.choice-wrap .tab-ul {
  /*  filter:alpha(opacity=0);       /!* IE *!/
     -moz-opacity:0;              /!* 老版Mozilla *!/
   -khtml-opacity:0;              /!* 老版Safari *!/
     opacity: 0;           /!* 支持opacity的浏览器*!/*/
  display: none;
}

.choice-wrap .tab-ul li {
  width: 6.5rem;
  height: 0.88rem;
  line-height: 0.88rem;
  background: url("../img/index/2b.png") no-repeat;
  background-size: 100% 100%;
  margin: 12px 0 0;
  font-size: 0.24rem;
  padding: 0 0.5rem;
  box-sizing: border-box;
  color: #444444;
  overflow: hidden;
}

.choice-wrap .tab-ul li .box-img {
  width: 1.2rem;
  height: 0.88rem;
  line-height: 0.88rem;
  float: left;
  vertical-align: middle;
  margin-right: 10px;
}

.choice-wrap .tab-ul li .box-img img {
  width: 1.2rem;
  height: auto;

}

/*详情页面*/
.explain {
  width: 100%;
  height: 0.4rem;
  position: relative;
  font-size: 0.16rem;
  color: #fff;
  padding-left: 0.3rem;
  background: #4a5f8a;
}

.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.55rem;
  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-top;
  margin-right: 0.1rem;
  background: url("../img/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("../img/detail/btn.png") no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  color: #fff;
  font-size: 0.36rem;
  margin-top: 0.2rem;
}




/* 弹窗 */
.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 {
  /*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;              /!* 老版Mozilla *!/
    -khtml-opacity:0;              /!* 老版Safari *!/
    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("../img/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("../img/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("../img/detail/select-arrow.png") center center no-repeat;
}

.modal .icons .container {
  padding: 35px 30px 0;
}

.modal .icons ul {
  overflow: hidden;
}

.modal .icons ul li {
  text-align: center;
  cursor: pointer;
  margin-bottom: 1.2rem;
}

.modal .icons ul li img {
  width: 2.2rem;
  height: auto;
  margin-bottom: 18px;
}

.modal .icons ul li p {
  font-size: 0.32rem;
  line-height: 28px;
}

.modal .diamond .step {
  margin-bottom: 20px;
}

.modal .diamond .step p {
  position: absolute;
  left: 62px;
  font-size: 16px;
}

.modal .diamond .title {
  font-size: 18px;
  margin-bottom: 24px;
}

.modal .diamond .title img {
  vertical-align: text-top;
}

.modal .diamond .line label {
  width: 90px;
}

.modal .diamond .line input {
  width: 245px;
}

.modal .diamond .code-btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 44px;
  line-height: 44px;
  border-radius: 4px;
  width: 85px;
  text-align: center;
  background: #fff;
  color: #5a5a5a;
}

.modal .diamond .explain {
  margin-top: 18px;
  text-align: center;
  line-height: 22px;
}

.modal .fill .area {
  padding: 0 12px;
  background: #fff;
  border-radius: 4px;
}

.modal .fill .area .line {
  border-radius: 0;
  height: 60px;
  padding-top: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #bfbfbf;
}

.modal .fill .area .line label {
  padding-left: 10px;
  width: 82px;
}

.modal .fill .area .line input {
  width: 220px;
}

.icon-footer {
  display: inline-block;
  width: 67px;
  height: 67px;
  background: url(../img/icon-footer.png) no-repeat;
  float: right;
  margin: 20px 20px 0 0;
}

.modal1 {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: table;
  display: none;

}

.modal1 .box-mask {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  z-index: 1;
}

.box-info {
  width: 100%;
  padding: 0.4rem 0.5rem;
  height: 100%;
  z-index: 2000;
  position: absolute;
  /*   -webkit-transform: translateX(-50%) translateY(-50%);
       -moz-transform: translateX(-50%) translateY(-50%);
       -ms-transform: translateX(-50%) translateY(-50%);
       transform: translateX(-50%) translateY(-50%);*/
  display: none;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

.box-info .close {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
  background: url("../img/detail/close.png") no-repeat;
  cursor: pointer;

}

.box-info .box-cnt {
  width: 100%;
  height: 80%;
  overflow-y: auto;
  padding: 0.1rem 0;
  margin-top: 0.3rem;
}

.box-info .box-cnt1 {
  width: 100%;

}

.box-info .box-cnt1 p {
  font-size: 0.24rem;
  line-height: 0.32rem;
  text-indent: 2em;
}

.box-info h3 {
  text-align: center;
  font-size: 0.32rem;
  line-height: 0.48rem;
}

.box-info p {
  padding: 0.1rem 0;
}

.box-info a {
  color: #e1a744;
  text-decoration: underline;
  text-indent: 0px;
}


.info-confirm {
  color: #fff;
  padding: 0 0.5rem;
}

.info-confirm .title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}

.show-iframe-tips .info-confirm {
  display: none;
}

.info-confirm .desc {
  font-size: 14px;
  line-height: 24px;

}

.info-confirm .btns {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 1rem 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(../img/detail/a.png) no-repeat;
  background-size: 100% 100%;
  float: left;
}

.info-confirm .btn.closeConfirm {
  background: url(../img/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(../img/detail/close.png) center center no-repeat;
}

.new-web-close {
  display: block;
  width: 40px;
  height: 40px;
  background: url(../img/detail/close.png) center center no-repeat;
  float: right;
}

#new-web {
  width: 100%;
  height: 100%;
}

.new-web-if {
  width: 100%;
  height: 100%;
}


.menu {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 0.6rem;
  width: 0.85rem;
  font-size: 0.24rem;
}

.menu .icon {
  display: inline-block;
  height: 0.6rem;
  width: 0.85rem;
  text-align: center;
  line-height: 0.6rem;
}

.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: #575d88;
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  z-index: 30;
}


.menu .menu-list {
  display: none;
  max-width: 2.5rem;
  min-width: 2.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 #091744;
}

.join {
  display: block;
  position: absolute;
  top: 0.08rem;
  right: 0.86rem;
  height: 0.44rem;
  line-height: 0.44rem;
  padding: 0 0.1rem;
  background: #e0a64d;
  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.30rem;
  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("../img/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("../img/ling.png") no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  margin-right: 2px;
}

.new-modal .desc {
  text-align: center;
  margin-bottom: 0.4rem
}

.new-modal .sel-box {
  position: relative;
  width: 80%;
  margin: 0 auto;
  background-color: #fff
}

.new-modal .sel-box select {
  width: 100%;
  line-height: 0.64rem;
  padding: 0 0.2rem
}

.new-modal .sel-box::after {
  content: '';
  position: absolute;
  right: 0.2rem;
  top: 50%;
  margin-top: -0.06rem;
  border: 0.1rem solid transparent;
  border-top-color: #ccc
}
