.ticket-box button {
  border: none;
  outline: none;
  background-color: transparent;
}
.ticket-box .maskbox {
  width: 92px;
  height: 92px;
  position: absolute;
  top: 34px;
  left: 190px;
  background: transparent url(../../images/index_imgs/mask_bg.png) no-repeat center;
  background-size: cover;
  z-index: 9;
  display: none;
  -webkit-animation: toChangeShow linear .2s;
          animation: toChangeShow linear .2s;
}
.pagecover {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none;
}
.pagecover .page-open-obox {
  width: 482px;
  height: 540px;
  background: url(../../images/index_imgs/openbox_bg.png) no-repeat center;
  background-size: cover;
  -webkit-animation: toChangeBigOpen linear .2s;
          animation: toChangeBigOpen linear .2s;
  position: absolute;
  top: 10%;
  left: 50%;
  margin-left: -235px;
  z-index: 3;
}
.pagecover .page-open-obox input {
  border: none;
  outline: none;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 18px;
  line-height: 56px;
  color: #333333;
}
.pagecover .page-open-obox button {
  border: none;
  outline: none;
  display: block;
  margin: 0;
  padding: 0;
}
.pagecover .page-open-obox .tit {
  padding-top: 228px;
  font-size: 30px;
  line-height: 32px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 18px;
}
.pagecover .page-open-obox .insome {
  position: relative;
  width: 306px;
  height: 56px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 18px;
  background-color: #fff;
  border-radius: 9px;
  overflow: hidden;
  margin: 0 auto 14px;
}
.pagecover .page-open-obox .cbtn {
  display: block;
  width: 306px;
  height: 56px;
  border-radius: 9px;
  background: #ff8501;
  cursor: pointer;
  text-align: center;
  line-height: 56px;
  font-size: 22px;
  color: #ffffff;
  padding: 0;
  margin: 0;
  outline: none;
  border: none;
  background: -webkit-gradient(linear, left top, right top, from(#ff8501), to(#f6a305));
  background: linear-gradient(left, #ff8501, #f6a305);
  font-weight: bold;
  margin: 0 auto;
}
.pagecover .page-open-obox .close {
  width: 37px;
  height: 37px;
  background: url(../../images/common_imgs/obox_close_top.png) no-repeat center;
  background-size: cover;
  position: absolute;
  bottom: -54px;
  left: 50%;
  margin-left: -18px;
  cursor: pointer;
}
.pagecover .tipsbox {
  width: 385px;
  height: 250px;
  border-radius: 15px;
  background-color: #ffffff;
  -webkit-animation: toChangeBigOpen linear .2s;
          animation: toChangeBigOpen linear .2s;
  position: absolute;
  top: 20%;
  left: 50%;
  margin-left: -192px;
  position: relative;
  display: none;
  z-index: 6;
}
.pagecover .tipsbox .iimg {
  width: 216px;
  height: 137px;
  background: url(../../images/index_imgs/tips_bg.png) no-repeat center;
  background-size: cover;
  position: absolute;
  top: -90px;
  left: 90px;
}
.pagecover .tipsbox .tips {
  font-size: 21px;
  line-height: 27px;
  color: #444444;
  padding: 70px 20px 0;
  text-align: center;
}
.pagecover .tipsbox .cbtn {
  display: block;
  width: 250px;
  height: 54px;
  border-radius: 26px;
  background: #ff8501;
  cursor: pointer;
  text-align: center;
  line-height: 54px;
  font-size: 22px;
  color: #ffffff;
  padding: 0;
  margin: 0;
  outline: none;
  border: none;
  letter-spacing: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#ff8501), to(#f6a50a));
  background: linear-gradient(left, #ff8501, #f6a50a);
  margin: 30px auto 0;
}
@-webkit-keyframes toChangeBigOpen {
  from {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes toChangeBigOpen {
  from {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes toChangeShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes toChangeShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.relate-question .qabox {
  padding: 0 35px;
  width: 1130px;
  margin: 0 auto;
}
.relate-question .qabox li {
  width: 536px;
  margin-bottom: 50px;
}
.relate-question .qabox li .tit {
  float: left;
  width: 26px;
  height: 26px;
  background-color: #ff8331;
  font-size: 14px;
  line-height: 26px;
  color: #ffffff;
  margin-right: 16px;
  text-align: center;
}
.relate-question .qabox li .cont {
  float: left;
  width: 485px;
}
.relate-question .qabox li .ques {
  margin-bottom: 22px;
}
.relate-question .qabox li .ques .cont {
  font-size: 15px;
  line-height: 26px;
  color: #3e444f;
  font-weight: bold;
}
.relate-question .qabox li .answ {
  overflow: hidden;
}
.relate-question .qabox li .answ .tit {
  background-color: #9685ff;
  margin-top: 2px;
}
.relate-question .qabox li .answ .cont {
  font-size: 14px;
  line-height: 30px;
  color: #666;
  min-height: 90px;
}
.relate-question .qbtn {
  display: block;
  width: 210px;
  height: 56px;
  border-radius: 28px;
  background: #fe8601;
  cursor: pointer;
  text-align: center;
  line-height: 56px;
  font-size: 19px;
  color: #ffffff;
  padding: 0;
  margin: 0;
  outline: none;
  border: none;
  letter-spacing: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#fe8601), to(#f4a905));
  background: linear-gradient(left, #fe8601, #f4a905);
  margin: 0 auto;
}
.other-provide .obox {
  width: 1082px;
  margin: 0 auto;
}
.other-provide .obox .item {
  float: left;
  width: 160px;
  height: 160px;
  margin: 0 10px;
  background-color: #fff;
  text-align: center;
  -webkit-box-shadow: 0 0 20px rgba(204, 204, 204, 0.5);
  box-shadow: 0 0 20px rgba(204, 204, 204, 0.5);
}
.other-provide .obox .item a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.other-provide .obox .item img {
  width: 68px;
  height: 68px;
  margin-top: 30px;
  border-radius: 50%;
}
.other-provide .obox .item p {
  font-size: 15px;
  line-height: 54px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.other-provide .obox li.sel {
  background-color: #fe8fa6;
}
.other-provide .obox li:hover a p {
  color: #fff;
}
.other-provide .obox li.item1:hover {
  background-color: #f2b23e;
}
.other-provide .obox li.item2:hover {
  background-color: #ef9b78;
}
.other-provide .obox li.item3:hover {
  background-color: #5fc678;
}
.other-provide .obox li.item4:hover {
  background-color: #6799fd;
}
.other-provide .obox li.item5:hover {
  background-color: #4ba1f8;
}
.other-provide .obox li.item6:hover {
  background-color: #63cfb2;
}
.other-provide .obox li.item7:hover {
  background-color: #63cfb2;
}
.safebox {
  margin-bottom: 120px;
}
.safebox .cbox {
  width: 1261px;
  margin: 0 auto;
}
.safebox .cbox .citem {
  float: left;
  width: 400px;
  height: 230px;
  background: #302f36;
  border-radius: 0;
  margin: 0 10px;
}
.safebox .cbox .citem {
  position: relative;
}
.safebox .cbox .citem .iimg {
  width: 58px;
  height: 72px;
  position: absolute;
  top: 60px;
  left: 41px;
  z-index: 9;
  background: url(../../images/dljz_imgs/jz_83.png) no-repeat center;
  background-size: cover;
}
.safebox .cbox .citem .iimg2 {
  background-image: url(../../images/dljz_imgs/jz_86.png);
}
.safebox .cbox .citem .iimg3 {
  background-image: url(../../images/dljz_imgs/jz_89.png);
}
.safebox .cbox .citem .tit {
  padding-top: 50px;
  font-size: 19px;
  line-height: 40px;
  color: #ecc99f;
  padding-left: 122px;
}
.safebox .cbox .citem .cont {
  font-size: 13px;
  line-height: 26px;
  color: #e6e6e6;
  padding: 0 36px 0 122px;
  letter-spacing: 1px;
}
