body,
html {
  margin: 0;
  padding: 0;
  font-family: "PingFang", "Microsoft YaHei", "Lantinghei SC", arial, "\5b8b\4f53", sans-serif, tahoma;
  color: #333;
}

input,
textarea {
  font-family: "PingFang", "Microsoft YaHei", "Lantinghei SC", arial, "\5b8b\4f53", sans-serif, tahoma;
  font-size: 14px;
  -webkit-appearance: none;
}

body {
  font-size: 14px;
}

body a {
  outline: none;
  text-decoration: none !important;
}

blockquote,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

li {
  list-style: none;
}

img {
  border: none;
}

em,
i {
  font-style: normal;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}

* html .clearfix {
  height: 1%;
}

*+html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
  clear: both;
}

*:focus {
  outline: none;
}

input {
  outline: none;
}

* {
  box-sizing: border-box;
}

input[type="button"],
input[type="number"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
}

textarea {
  -webkit-appearance: none;
  resize: none;
}


html {
  background: #000332;
}
.fatherflex {
  /* border-bottom: 0; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.childflex {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.bag {
  background: linear-gradient(to bottom, #FFECC3 100%, #FFE1A2 91.67%, #fff 100%);
;
  padding: 40px 0;
  position: relative;
  margin-top: -7px;
}
.banner img{
  width: 100%;
}
.select-wrap img {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #28354c;
  background: #1e1e1e;
  opacity: 0.6;
}
.gqds-main-warp li.on img{
  opacity: 1;
  border: none;
}
.gqds-main-warp a{
  display: block;
}
.gqds-main-warp .activity-wrap {
  margin: 0 15px 10px;
  /*background: linear-gradient(-45deg, #40bffc, #0474c7);*/
  /*padding: 5px;*/
  /*border-radius: 10px;*/
  /*position: relative;*/
}
.gqds-list-box li{
  position: relative;
  width: 65%;
  margin-right: 10px;
}
.gqds-list-box li:last-of-type{
  margin-right: 0;
}
.gqds-list-box li .sel{
  width: 20px;
  position: absolute;
  right: 0px;
  bottom:-1px;
  border-radius: 0 0 10px 0;
  border: none;
}

.act-title-box {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.act-title-box>.item {
  color: #fff;
  font-size: 14px;
  padding: 12px 0;
  flex: 1;
  text-align: center;

}

.act-title-box>.item.on {
  color: #00caf8;
  font-weight: 600;
  background-color: #000a54;
  border-radius: 10px 10px 0px 0px;
}

.gqds-main-warp .activity-content {
  /*background: #000a54;*/
  border-radius: 0 10px 10px 10px;
  padding: 25px 40px 20px;
}

.gqds-main-warp .activity-content .activity-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.gqds-main-warp .activity-content .activity-info>div {
  width: 23%;
  position: relative;
}

.gqds-main-warp .activity-content .activity-info>div>.cost {
  position: absolute;
  top: -8px;
  right: -28px;
  width: 58px;
}
.gqds-main-warp .activity-content .activity-info>div>.cost>img{
  width: 100%;
}
.gqds-main-warp .activity-content p {
  font-size: 12px;
  font-weight: 400;
  color: #5cdafe;
  padding: 5px 0;
  margin: 0 auto;
  text-align: center;
}

.gqds-main-warp .activity-content .activity-info img {
  width: 100%;
  display: block;
}

.gqds-main-warp .btn-wrap {
  width: 80vw;
  margin: 30px auto 0;
}

.fixed-btn {
  position: fixed;
  bottom: 6px;
  left: 50%;
  transform: translate(-50%,0);
}

.gqds-main-warp .btn-wrap>img {
  width: 100%;
}

.gqds-main-warp .tit {
  color: #FBF1D9;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  margin: 15px 0;
  opacity: 0.8;
}

.gqds-main-warp .activity-desc {
  /*padding-bottom: 80px;*/
}

.gqds-main-warp .activity-desc img {
  width: 100%;
  display: block;
}

.gqds-main-warp .video-wrap {
  position: relative;
}

.gqds-main-warp .activity-desc .video-wrap>img {
  padding: 0;
  margin: 0;
  display: block;
  width: 46px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 1s;
}

.gqds-main-warp .activity-desc #myVideo {
  border-radius: 10px;
}

.tit-tx {
  position: fixed;
  padding: 5px 20px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  top: 50%;
  left: 50%;
  z-index: 999999;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
  font-size: 14px;
  border-radius: 20px;
  color: #fff;
}

.activity-wrap-gqds .activity-content{
  padding: 10px;
}
.jianbian-border{
  background: linear-gradient(-45deg, #40bffc, #0474c7);
  border-radius: 50px;
  padding: 2px;
  margin: 10px auto;
}
.inp-con{
  /*!*padding: 10px;*!*/
  /*background: #1a2365;*/
  /*border-radius: 50px;*/
  background: transparent;
}
.inp-con .left-label{
  white-space: nowrap;
  width: 25%;
  font-size: 14px;
  color: #fff;
  padding: 10px 0 10px 10px;
}
.inp-con .rightside{
  border-bottom: 1px solid #0ce9f2;
  padding: 15px 0;
}
.inp-con input{
  width: 100%;
  border: 0 none;
  background: transparent;
  color: #fff;
}
.inp-con .rightside .azdz{
  color: #fff;
}
.inp-con .yytime,.inp-con .yydate{
  color: #fff;
  border-bottom: 1px solid #0ce9f2;
  padding: 15px 0;
}
.inp-con .yydate{
  width: 30%;
  margin-right: 8px;
}
.inp-con .yydate div,.inp-con .yytime div{
  background: url(../images/bot.png) no-repeat right center;
  background-size:14px;
}
/* 使用::-webkit-input-placeholder伪类选择器 */
.inp-con input::-webkit-input-placeholder {
  color: #ccc; /* placeholder文字颜色 */
}
/* 使用:-moz-placeholder伪类选择器（Firefox）*/
.inp-con input:-moz-placeholder {
  color: #ccc; /* placeholder文字颜色 */
}
/* 使用::-ms-input-placeholder伪类选择器（IE10+）*/
.inp-con input::-ms-input-placeholder {
  color: #ccc; /* placeholder文字颜色 */
}
/* 使用::placeholder伪类选择器（现代浏览器）*/
.inp-con input::placeholder{
  color: #ccc; /* placeholder文字颜色 */
}
.textarea-box{
  background: #000a54;
  border-bottom: 1px solid #5cdafe;
  padding-bottom: 10px;
  margin-top: 20px;
}
.textarea-box img{
  width: 18px;
  margin-right: 10px;
}
.textarea-box div{
  color: #5cdafe;
  font-size: 14px;
  line-height: 18px;
}
.activity-content .hdgz h5{
  margin: 20px 0 5px;
  font-weight: 400;
}
.activity-content .hdgz h5,.activity-content .hdgz p{
  font-size: 12px;
  color: #fff;
  line-height: 24px;
  text-align: left;
  padding: 0;
}
.height80{
  height: 80px;
  background: #36281f;
}
/*二次确认弹框*/
.dsbl-pop .pop-box{
  width: 80vw;
  border-radius: 20px;
}
.dsbl-pop .pop_con{
  border-radius: 20px;
  padding:0;
  background-color: #fff;
  overflow: hidden;
}
.dsbl-pop .pop_con h3{
  position: relative;
  color: #333;
  font-size: 18px;
  text-align: center;
  padding: 16px 0;
  font-weight: 800;
  /*border-radius:10px 10px 0 0;*/
}
.dsbl-pop .clo-btn{
  display: block;
  margin: 0 auto 20px;
  width: 46vw;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  background: -moz-linear-gradient(to bottom, #08dbe5, #307bff);
  background: -webkit-linear-gradient(to bottom, #08dbe5, #307bff);
  background: -o-linear-gradient(to bottom, #08dbe5, #307bff);
  background: -ms-linear-gradient(to bottom, #08dbe5, #307bff);
  background: linear-gradient(to bottom, #08dbe5, #307bff);
  border-radius: 40px;
  font-size: 16px;
}
.dsbl-pop .iden-box {
  padding: 0 20px 20px;
}
.dsbl-pop .iden-box .ywxq{
  margin-bottom: 10px;
}
.dsbl-pop .iden-box .ywxq p{
  line-height: 20px;
  color: #666;
  font-size: 14px;
  text-align: left;
  position: relative;
  margin-bottom: 4px;
}
.dsbl-pop .iden-box .ywxq p .bluetext{
  color:#3d81ef;
}
.dsbl-pop .iden-box .ywxq p .color333{
  color: #333;
  position: relative;
}
.dsbl-pop .iden-box .ywxq p  cite{
  font-size:12px;
  color:#666;
  transform: scale(0.8);
  display: block;
  position: absolute;
  top:0;
  right:-5px;

}
.dsbl-pop .iden-box .iden-code-box{
  border: 1px solid #f3f3f3;
  width: 100%;
  border-radius: 20px;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  color: #1a1a1a;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 10px;
}
.dsbl-pop .iden-box .iden-code-box input{
  background: #fff;
  width: 60%;
  line-height: 38px;
  font-family: '微软雅黑';
}
.dsbl-pop .iden-box .iden-code-box .get-code{
  color:#db391d;
  width: 40%;
  text-align: right;
  white-space: nowrap;
}
.dsbl-pop .iden-box .agreebl{
  display: block;
  padding-left: 20px;
  background: url('../images/wz.png') no-repeat left center;
  background-size:12px 12px;
  font-size: 12px;
  margin-top: 10px;
  color:#666;
}
.dsbl-pop .iden-box .agreebl.on{
  background: url('../images/yz.png') no-repeat left center;
  background-size:12px 12px;
}
.dsbl-pop .iden-box .agreebl .xy{
  display: inline;
}
.pop-btn-box{
  padding: 0 20px;
}
.dsbl-pop .clo-btn.qx-btn{
  background-color: #cccccc;
  background: -moz-linear-gradient(to bottom, #cccccc, #cccccc);
  background: -webkit-linear-gradient(to bottom,  #cccccc, #cccccc);
  background: -o-linear-gradient(to bottom,  #cccccc, #cccccc);
  background: -ms-linear-gradient(to bottom,  #cccccc, #cccccc);
  background: linear-gradient(to bottom,  #cccccc, #cccccc);
  color: #fff;
  margin-right: 10px;
}
.dsbl-pop .iden-box .ywxq .warning{
  font-size: 12px;
  line-height: 18px;
  color: #666;
  background-color: #f3f3f3;
  padding: 10px;
  border-radius: 5px;
  margin: 10px auto;
  max-height: 70px;
  overflow: auto;
}


.select-wrap{
  border: 1px solid #3d9efa;
  border-radius: 10px;
}
.slider-banner{
  background: #232e42;
  border-radius: 10px 10px 0 0 ;
}
.slider-banner ul{
  display: flex;
}
.slider-banner ul li{
  flex: 1;
  text-align: center;

}
.slider-banner ul li a{
  display: block;
  padding: 6px 0;
}
.slider-banner ul li h3{
  color: #fff;
}
.slider-banner ul li p{
  color: rgba(255,255,255,0.4);
  position: relative;
  top: -5px;
}
.slider-banner ul li.on{
  background: #3dbbff;
  border-radius: 10px 10px 0 0;
}
.slider-banner ul li.on p{
  color: #fff;
}
.gqds-list-box{
  padding: 15px;
}
.swiper-slide.on{
  border: 1px solid #0093ff;
  border-radius: 10px;
}

.swiper-container2{
  overflow: hidden;
}

/*加载效果*/
.loader-wrap  .loader-shade{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9998;
  background-color: rgba(0,0,0,0.5);
}
.loader-wrap .load{
  position: fixed;
  width: 40%;
  top: 50%;
  left: 50%;
  height: auto;
  z-index: 9999;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  text-align: center;
  font-size:0;
  padding:0;
  display:inline-block;
}
.loader-wrap .load span {
  vertical-align:middle;
  border-radius:100%;
  display:inline-block;
  width: 20px;
  height: 20px;
  margin: 8px;
  -webkit-animation:loader1 0.5s linear infinite alternate;
  animation:loader1 0.5s linear infinite alternate;
}
.loader-wrap .load span:nth-child(1) {
  -webkit-animation-delay:-1s;
  animation-delay:-1s;
  background:rgba(255, 255, 255,0.6);
}
.loader-wrap .load span:nth-child(2) {
  -webkit-animation-delay:-0.8s;
  animation-delay:-0.8s;
  background:rgba(255, 255, 255,0.8);
}
.loader-wrap .load span:nth-child(3) {
  -webkit-animation-delay:-0.26666s;
  animation-delay:-0.26666s;
  background:rgba(255, 255, 255,1);
}
@keyframes loader1 {
  from {transform: scale(0, 0);}
  to {transform: scale(1, 1);}
}
@-webkit-keyframes loader1 {
  from {-webkit-transform: scale(0, 0);}
  to {-webkit-transform: scale(1, 1);}
}
