/* pagc pc端 */
body {
  background: rgba(0, 0, 0);
  /* word-break:break-all; */
}
.flex-align {
  display: flex;
  align-items: center;
}
.pagc-index-body {
  /* background-image: url("./../images/images/bg.png"); */
  background-position: center center;
}
.cl-link {
  cursor: pointer;
}
.pagc-header-menu a {
  display: inline-block;
  height: 100%;
}
.theDescribed {
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  background: linear-gradient(0deg, #22dcfd 0%, #1c91e2 50%, #5865b9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 30px;
}
.item_box h3 {
  width: 280px;
  height: 65px;
  /* background: linear-gradient(-75deg, #0050DA 0%, #7EFCFF 100%); */
  background: linear-gradient(-75deg, #003899 0%, #5ebebf 100%);
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  line-height: 65px;
  cursor: pointer;
}
.item_box h3:hover {
  /* background: linear-gradient(-75deg, #003899 0%, #5EBEBF 100%) !important; */
  background: linear-gradient(-75deg, #0050da 0%, #7efcff 100%);
}
.sub_item_box > ul .title {
  color: #0d86ff;
  font-weight: bold;
  font-size: 19px;
  margin-top: 20px;
  margin-bottom: 5px;
}
.sub_item_box > ul .text {
  color: #fff;
  font-size: 13px;
  margin-bottom: 20px;
  line-height: 1.4;
}
.sub_item_box > ul li {
  width: 280px;
  border-bottom: 2px solid #0d86ff;
  padding-left: 35px;
  position: relative;
  cursor: pointer;
}
.sub_item_box > ul li::before {
  display: inline-block;
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url(../img/dian_title.png);
  /* opacity: 0.5; */
  border-radius: 50%;
  left: 10px;
  top: 2px;
}
.sub_item_box {
  overflow-x: hidden;
  overflow-y: auto;
  height: 0px;
  transition-property: height;
  transition-duration: 0.5s;
  background-color: #040c32;
  scrollbar-width: none;
}
.sub_item_box::-webkit-scrollbar {
  width: 5px;
}
.sub_item_box::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 3px;
}
/* 滚动槽 */
/* .item_box>li:hover .sub_item_box{
    height: 10px;
} */
.show_sub {
  height: 319px;
}
#pagc-header {
  height: 80px;
  /* background: #121B3D; */
  position: fixed;
  width: 100%;
  z-index: 999;
  background-size: cover;
  /* background-size: 1920px 206px; */
  background-position: bottom;
  background-color: rgba(0, 0, 0, 0.4);
}
.pagc-header-map {
  width: 1260px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.pagc-header-logo {
  float: left;
  width: 354px;
  /* height: 100%; */
}
.pagc-header-logo a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.pagc-header-logo img {
  /* padding: 54px 0; */
  width: 100%;
}
.pagc-header-menu {
  margin-left: 20px;
}
.pagc-header-menu ul li {
  float: left;
  line-height: 90px;
  font-size: 16px;
  padding: 0 12px;
  color: #fff;
  cursor: pointer;
}
.pagc-header-menu ul li a {
  color: #fff;
}
.pagc-header-menu ul li.active {
  color: #00dae2;
}
.pagc-header-menu ul li.active a {
  color: #00dae2;
}
.pagc-header-btn {
  /* float: right; */
  margin-left: auto;
  margin-right: 50px;
}
.pagc-header-btn a {
  padding: 8px 28px;
  /* line-height: 90px; */
  font-size: 18px;
  color: white;
  cursor: pointer;
  /* background: #ed3887; */
  background-color: #004fff;
  /* padding: 6px 12px; */
  border-radius: 8px;
  transition: all 0.4s ease;
}
.main_bg {
  width: 100%;
}
.main_bg img {
  width: 100%;
}
.main_bg video {
  width: 100%;
}
.pagc-main {
  width: 100%;
  background-image: url(../img/dhbj.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 282px;
}
.pagc-main .pagc-dhbj {
  margin-bottom: 94px;
}
.pagc-main .pagc-dhbj .img {
  text-align: center;
}
.pagc-main .pagc-dhbj .dhbj-desc {
  margin-top: -20px;
  color: #fff;
  font-size: 24px;
  width: 1200px;
  text-indent: 2em;
  font-weight: 300;
  line-height: 44px;
  word-break: break-all;
}
.pagc-main .pagc-dhbj .dhbj-tip {
  font-size: 24px;
  font-family: FZLanTingHeiS-DB-GB;
  font-weight: 400;
  color: #ffffff;
  line-height: 44px;
  text-indent: 2em;
  background: linear-gradient(-84deg, #fdef58 0%, #0096ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pagc-main .pagc-lx {
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
  justify-content: space-around;
}
.pagc-main .pagc-lx li {
  width: 541px;
  height: 127px;
  margin-bottom: 79px;
  padding-left: 182px;
  padding-top: 10px;
}
.pagc-main .pagc-lx li .title {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #13e1fe;
  line-height: 47px;
}
.pagc-main .pagc-lx li .desc {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.5;
  width: 300px;
}
.pagc-main .pagc-lx li:nth-child(1) {
  background-image: url(../img/ld_1.png);
  background-size: cover;
}
.pagc-main .pagc-lx li:nth-child(2) {
  background-image: url(../img/ld_2.png);
  background-size: cover;
}
.pagc-main .pagc-lx li:nth-child(3) {
  background-image: url(../img/ld_3.png);
  background-size: cover;
}
.pagc-main .pagc-lx li:nth-child(4) {
  background-image: url(../img/ld_4.png);
  background-size: cover;
}
.pagc-main .pagc-box {
  display: flex;
  align-items: center;
}
.pagc-main .pagc-box > img {
  width: 271px;
}
.pagc-main .pagc-box > img:not(:last-child) {
  margin-right: 136px;
}
.pagc-main .steps {
  margin-top: 86px;
}
.pagc-main .steps img {
  width: 880px;
}
.pagc-main .pagc-dhyl {
  margin-top: 124px;
}
.pagc-main .pagc-dhyl .dhyl {
  margin-top: -20px;
}
.pagc-main .pagc-dhyl .dhyl .dhyl-box {
  display: flex;
}
.pagc-main .pagc-dhyl .dhyl .dhyl-box .left {
  transition: 0.5s;
  position: relative;
  width: 719px;
  height: 423px;
  background-image: url(../img/dhyl_1.png);
  background-size: cover;
  margin-right: 5px;
  justify-content: center;
}
.pagc-main .pagc-dhyl .dhyl .dhyl-box .left:hover {
  transform: scale(1.1);
}
.pagc-main .pagc-dhyl .dhyl .dhyl-box .left:hover .title {
  color: #00dae2;
}
.pagc-main .pagc-dhyl .dhyl .dhyl-box .left .time {
  position: absolute;
  right: 4px;
  top: 20px;
}
.pagc-main .pagc-dhyl .dhyl .dhyl-box .left .title {
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 33px;
  font-weight: bold;
}
.pagc-main .pagc-dhyl .dhyl .dhyl-box .left .desc {
  color: #ffffff;
  font-size: 28px;
}
.pagc-main .pagc-dhyl .dhyl .dhyl-box .right li {
  transition: 0.5s;
  background-image: url(../img/dhyl_2.png);
  width: 494px;
  height: 139px;
  position: relative;
}
.pagc-main .pagc-dhyl .dhyl .dhyl-box .right li:hover {
  transform: scale(1.1);
}
.pagc-main .pagc-dhyl .dhyl .dhyl-box .right li:hover .title {
  color: #00dae2;
}
.pagc-main .pagc-dhyl .dhyl .dhyl-box .right li .title {
  font-size: 22px;
  color: #fff;
  margin-bottom: 10px;
  font-weight: bold;
}
.pagc-main .pagc-dhyl .dhyl .dhyl-box .right li .desc {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  text-align: center;
}
.pagc-main .pagc-dhyl .dhyl .dhyl-box .right li .time {
  width: 82px;
  position: absolute;
  right: 4px;
  top: 14px;
}
.pagc-main .pagc-dhyl .dhyl .foot-box {
  display: flex;
  transform: translateX(11px);
}
.pagc-main .pagc-dhyl .dhyl .foot-box a {
  transition: 0.5s;
  width: 294px;
  height: 195px;
  background-image: url(../img/dhyl_3.png);
  background-size: cover;
  position: relative;
}
.pagc-main .pagc-dhyl .dhyl .foot-box a:hover {
  transform: scale(1.1);
}
.pagc-main .pagc-dhyl .dhyl .foot-box a:hover .title {
  color: #00dae2;
}
.pagc-main .pagc-dhyl .dhyl .foot-box a .time {
  position: absolute;
  right: 3px;
  top: 13px;
  width: 82px;
}
.pagc-main .pagc-dhyl .dhyl .foot-box a .title {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 18px;
}
.pagc-main .pagc-dhyl .dhyl .foot-box a .desc {
  font-size: 16px;
  color: #fff;
}
.pagc-main .pagc-dhyl .dhyl .foot-box a:not(:last-child) {
  margin-right: 12px;
}
.pagc-main .pagc-chjb {
  margin-top: 116px;
}
.pagc-main .pagc-chjb .main {
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
}
.pagc-main .pagc-chjb .main li {
  position: relative;
  margin-bottom: 15px;
}
.pagc-main .pagc-chjb .main li:not(:nth-child(5n)) {
  margin-right: 35px;
}
.pagc-main .pagc-chjb .main li > img {
  z-index: 99;
  transition: 0.5s;
  position: relative;
}
.pagc-main .pagc-chjb .main li .opN {
  opacity: 1 !important;
}
.pagc-main .pagc-chjb .main li:hover > img {
  opacity: 0.3;
}
.pagc-main .pagc-chjb .main li:hover .ring {
  background-image: url(../img/ring.gif);
  background-blend-mode: screen, multiply;
}
.pagc-main .pagc-chjb .main li:hover .box {
  max-height: 132px;
  height: 132px;
  color: #ffffff;
}
.pagc-main .pagc-chjb .main li .ring {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/ring.png);
  background-size: cover;
}
.pagc-main .pagc-chjb .main li .box {
  width: 164px;
  position: absolute;
  height: 0;
  transition: 0.5s;
  bottom: 55px;
  z-index: 999;
  left: 24px;
  font-size: 12px;
  line-height: 20px;
  overflow: auto;
  word-break: break-all;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.pagc-main .pagc-chjb .main li .box::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
.pagc-main .pagc-dhyc {
  margin-top: 138px;
}
.pagc-main .pagc-dhyc .main .theDateOf {
  margin-top: -20px;
  margin-bottom: 30px;
}
.pagc-main .pagc-dhyc .main .theDateOf .item {
  width: 147px;
  height: 54px;
  background-image: url(../img/un_select.png);
  background-size: cover;
  font-size: 22px;
}
.pagc-main .pagc-dhyc .main .theDateOf .item.active {
  background-image: url(../img/select.png);
}
.pagc-main .pagc-dhyc .main .theDateOf .item.active span {
  background: linear-gradient(-84deg, #84f5de 0%, #56e8f2 50%, #4cc5f8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pagc-main .pagc-dhyc .main .theDateOf .item:first-child {
  margin-right: 30px;
}
.pagc-main .pagc-dhyc .main .el-tabs__nav-scroll {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.pagc-main .pagc-dhyc .main .el-tabs__nav-wrap::after {
  background-color: transparent;
}
.pagc-main .pagc-dhyc .main .el-tabs__item {
  color: #fff;
  font-size: 19px;
  padding: 0 25px;
}
.pagc-main .pagc-dhyc .main .el-tabs__item.is-active {
  background: linear-gradient(-84deg, #84f5de 0%, #56e8f2 50%, #4cc5f8 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.pagc-main .pagc-dhyc .main .el-tabs__active-bar {
  transform: translateY(20px);
  bottom: 0px;
  border-radius: 2px;
  background: linear-gradient(-84deg, #84f5de, #56e8f2, #4cc5f8);
}
.pagc-main .pagc-dhpy {
  margin-top: 116px;
}
.pagc-main .pagc-dhpy .ticket {
  margin-bottom: 20px;
  width: 100%;
  justify-content: space-around;
}
.pagc-main .pagc-dhpy .ticket li {
  background-image: url(../img/pz_bg.png);
  background-size: cover;
  width: 290px;
  height: 406px;
  padding: 0 28px;
  position: relative;
  transition: 0.5s;
  border-radius: 15px;
}
.pagc-main .pagc-dhpy .ticket li:hover {
  transform: translateY(-15px);
}
.pagc-main .pagc-dhpy .ticket li .recommended {
  width: 55px;
  height: 23px;
  background: #9b81f2;
  border-radius: 4px;
  font-size: 14px;
  margin-left: auto;
  margin-top: 10px;
}
.pagc-main .pagc-dhpy .ticket li .line {
  width: 100%;
  height: 2px;
  background: #9a8ee6;
  margin-top: 20px;
}
.pagc-main .pagc-dhpy .ticket li .title {
  margin-top: 5px;
}
.pagc-main .pagc-dhpy .ticket li .title span:first-child {
  font-size: 40px;
  font-weight: bold;
  color: #304987;
  background: linear-gradient(0deg, #7683d9 0%, #d8a0fe 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pagc-main .pagc-dhpy .ticket li .title span:nth-child(2) {
  margin-left: 4px;
  font-size: 16px;
  font-weight: 400;
  color: #304987;
  background: linear-gradient(0deg, #7683d9 0%, #d8a0fe 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pagc-main .pagc-dhpy .ticket li .box {
  margin-top: 25px;
}
.pagc-main .pagc-dhpy .ticket li .box .price {
  background: linear-gradient(90deg, #7683d9, #d8a0fe);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
  font-weight: bold;
}
.pagc-main .pagc-dhpy .ticket li .box .price span {
  font-size: 18px;
}
.pagc-main .pagc-dhpy .ticket li .box .desc {
  margin-top: 8px;
  font-size: 14px;
  color: #666666;
  line-height: 30px;
}
.pagc-main .pagc-dhpy .ticket li .foot-btn {
  width: 228px;
  height: 33px;
  border: 1px solid #9a8ee6;
  border-radius: 16px;
  position: absolute;
  bottom: 30px;
  color: #9a8de6;
  font-size: 14px;
  cursor: pointer;
}
.pagc-main .pagc-dhpy .ticket li.outToParty .title {
  margin-top: 39px;
}
.pagc-main .pagc-dhpy .ticket li.outToParty .title span:first-child {
  background: linear-gradient(0deg, #015eea 0%, #00c0fa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pagc-main .pagc-dhpy .ticket li.outToParty .title span:nth-child(2) {
  background: linear-gradient(0deg, #015eea 0%, #00c0fa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pagc-main .pagc-dhpy .ticket li.outToParty .line {
  background: #0174ee;
}
.pagc-main .pagc-dhpy .ticket li.outToParty .box .price {
  background: linear-gradient(90deg, #015eea, #00c0fa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pagc-main .pagc-dhpy .ticket li.outToParty .foot-btn {
  border-color: #016cec;
  color: #016cec;
}
.pagc-main .pagc-dhpy .ticket li.thousandSailsWill .title {
  margin-top: 39px;
}
.pagc-main .pagc-dhpy .ticket li.thousandSailsWill .title span:first-child {
  background: linear-gradient(0deg, #f5d192 0%, #6b4d00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pagc-main .pagc-dhpy .ticket li.thousandSailsWill .title .title-right {
  margin-left: 4px;
}
.pagc-main .pagc-dhpy .ticket li.thousandSailsWill .title .title-right p:nth-child(1) {
  font-size: 16px;
  background: linear-gradient(0deg, #f5d192 0%, #6b4d00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 4px;
}
.pagc-main .pagc-dhpy .ticket li.thousandSailsWill .title .title-right p:nth-child(2) {
  color: #999999;
  font-size: 12px;
}
.pagc-main .pagc-dhpy .ticket li.thousandSailsWill .line {
  background: #e2c384;
}
.pagc-main .pagc-dhpy .ticket li.thousandSailsWill .box .price {
  background: linear-gradient(90deg, #f5d192, #6b4d00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pagc-main .pagc-dhpy .ticket li.thousandSailsWill .foot-btn {
  border-color: #c3a560;
  color: #c3a560;
}
.pagc-main .pagc-dhpy .ticket li.freeTicket .title {
  margin-top: 39px;
}
.pagc-main .pagc-dhpy .ticket li.freeTicket .title span:first-child {
  background: linear-gradient(0deg, #93a5cf 0%, #bac8e0 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.pagc-main .pagc-dhpy .ticket li.freeTicket .line {
  background: #abbad9;
}
.pagc-main .pagc-dhpy .ticket li.freeTicket .box {
  margin-top: 17px;
}
.pagc-main .pagc-dhpy .ticket li.freeTicket .box ul .flex-align {
  width: 100%;
  margin-bottom: 14px;
}
.pagc-main .pagc-dhpy .ticket li.freeTicket .box ul .flex-align .left {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}
.pagc-main .pagc-dhpy .ticket li.freeTicket .box ul .flex-align .right.flex-center {
  width: 58px;
  height: 28px;
  border: 1px solid #7489b5;
  border-radius: 16px;
  color: #7489b5;
  margin-left: auto;
  cursor: pointer;
}
.pagc-main .pagc-dhpy .znpys {
  margin-top: 4px;
  width: 1226px;
  height: 480px;
  background-image: url(../img/znpys.png);
  background-size: cover;
  padding: 0 100px;
}
.pagc-main .pagc-dhpy .znpys .title {
  font-size: 32px;
  font-weight: 400;
  color: #ffffff;
  margin-top: 71px;
  display: none;
}
.pagc-main .pagc-dhpy .znpys .title-2 {
  font-size: 22px;
  font-weight: 400;
  color: #ffffff;
  margin-top: 25px;
  display: none;
}
.pagc-main .pagc-dhpy .znpys .pleasantlySurprised {
  margin-top: 130px;
}
.pagc-main .pagc-dhpy .znpys .pleasantlySurprised .sur-1 {
  width: 47%;
}
.pagc-main .pagc-dhpy .znpys .pleasantlySurprised .sur-1-2 {
  margin-left: 90px;
}
.pagc-main .pagc-dhpy .znpys .pleasantlySurprised .sur-1 .left div:nth-child(1) {
  font-size: 32px;
  color: #ffffff;
}
.pagc-main .pagc-dhpy .znpys .pleasantlySurprised .sur-1 .left div:nth-child(2) {
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  opacity: 0.6;
  margin-top: 22px;
}
.pagc-main .pagc-dhpy .znpys .pleasantlySurprised .sur-1 .right-btn {
  margin-left: auto;
  min-width: 144px;
  padding: 0 15px;
  height: 44px;
  border: 2px solid #ffffff;
  border-radius: 21px;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  cursor: pointer;
}
.pagc-main .pagc-dhpy .znpys .ticket {
  background-image: url(../img/foot-titcket.png);
  background-size: cover;
  width: 1037px;
  height: 182px;
  margin-top: 52px;
  padding: 0 72px 0 90px;
}
.pagc-main .pagc-dhpy .znpys .ticket .price {
  font-size: 80px;
  font-weight: bold;
  color: #ffffff;
  line-height: 80px;
}
.pagc-main .pagc-dhpy .znpys .ticket .price span {
  font-size: 39px;
}
.pagc-main .pagc-dhpy .znpys .ticket .line {
  height: 104px;
  border-left: 1px dashed #fff;
  margin: 0 47px 0 78px;
}
.pagc-main .pagc-dhpy .znpys .ticket .desc {
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
}
.pagc-main .pagc-dhpy .znpys .ticket .desc p {
  margin-bottom: 16px;
}
.pagc-main .pagc-dhpy .znpys .ticket .btn {
  width: 160px;
  height: 54px;
  background: linear-gradient(0deg, #a135a0, #ec4289);
  box-shadow: 0px 3px 13px 0px rgba(230, 56, 136, 0.35);
  border-radius: 40px;
  font-size: 24px;
  color: #fff;
  margin-left: auto;
}
.pagc-main .pagc-logo {
  margin-top: 103px;
}
.pagc-main .pagc-logo > div > img {
  max-width: 1200px;
}
.pagc-main .pagc-wqhdzx {
  margin-top: 130px;
}
.pagc-main .pagc-wqhdzx .box {
  display: flex;
}
.pagc-main .pagc-wqhdzx .box .left {
  width: 582px;
  height: 353px;
}
.pagc-main .pagc-wqhdzx .box .left img {
  width: 100%;
  height: 100%;
}
.pagc-main .pagc-wqhdzx .box .left .foot-web {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  position: absolute;
  line-height: 29px;
  bottom: 14px;
  padding: 0 20px;
}
.pagc-main .pagc-wqhdzx .box .right {
  margin-left: 22px;
  display: flex;
  flex-direction: column;
}
.pagc-main .pagc-wqhdzx .box .right .show-img img {
  width: 289px;
  height: 160px;
}
.pagc-main .pagc-wqhdzx .box .right .show-img img:first-child {
  margin-right: 18px;
}
.pagc-main .pagc-wqhdzx .box .right .show-text {
  margin-top: auto;
}
.pagc-main .pagc-wqhdzx .box .right .show-text p {
  margin-bottom: 20px;
  font-size: 16px;
  cursor: pointer;
}
.pagc-main .pagc-wqhdzx .box .right .show-text p a {
  color: #fff;
}
.pagc-main .pagc-wqhdzx .box .right .show-text p a.active {
  color: #00dae2;
}
.pagc-main .pagc-wqhdzx .box .right .show-text p:last-child {
  margin-bottom: 0;
}
.pagc-main .pagc-wqhdzx .box .el-carousel__item:nth-child(2n) {
  background-color: #99a9bf;
}
.pagc-main .pagc-wqhdzx .box .el-carousel__item:nth-child(2n + 1) {
  background-color: #d3dce6;
}
.pagc-main .foot-code {
  width: 1200px;
  margin-top: 77px;
}
.pagc-main .foot-code .code {
  display: flex;
  flex-wrap: wrap;
  width: 800px;
}
.pagc-main .foot-code .foot-item {
  margin-bottom: 80px;
}
.pagc-main .foot-code .foot-item:not(:nth-child(4n)) {
  margin-right: 88px;
}
.pagc-main .foot-code .foot-item > img {
  width: 133px;
  height: 133px;
}
.pagc-main .foot-code .foot-item div:nth-child(2) {
  font-size: 27px;
  font-weight: 400;
  color: #ffffff;
  line-height: 52px;
}
.pagc-main .foot-code .foot-item div:nth-child(3) {
  margin-top: -2px;
  font-size: 17px;
  color: #fff;
  font-weight: 300;
}
.fiexd-pop {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  z-index: 999;
}
.fiexd-pop .box {
  position: relative;
}
.fiexd-pop .box .body {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.fiexd-pop .box .body .title {
  margin-top: 28px;
  font-size: 14px;
  color: #fff;
  line-height: 1.8;
  text-align: center;
}
.fiexd-pop .box .body .title:nth-child(2) {
  margin-top: 223px;
}
.fiexd-pop .close {
  position: absolute;
  right: 23px;
  width: 16px;
  height: 16px;
  top: 27px;
  background-image: url(../img/close.png);
  background-size: cover;
  cursor: pointer;
}
/* 手风琴 */
.xinxi_solution_bg {
  background-size: 100% 238px;
  max-width: 1200px;
  margin: 0 auto;
  /* background-color: #000; */
  margin-top: 50px;
}
.xinxi_solution_main ul {
  overflow: hidden;
  height: 238px;
  width: 1260px;
  transform: scaleX(0.952) translateX(38px);
  margin-left: -5px;
}
.xinxi_solution_main .main_mobile {
  max-width: 1200px;
  min-width: 1200px;
}
.xinxi_solution_main ul li {
  height: 238px;
  float: left;
  width: 60px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
  border-radius: 7px;
  cursor: pointer;
  line-height: 16px;
}
.xinxi_solution_main ul li .left_top {
  position: absolute;
  left: 0;
  width: 30px;
  padding: 0 20px;
  text-align: center;
}
.xinxi_solution_main ul li .left_top img {
  width: 30px;
}
.xinxi_solution_main ul li span {
  font-size: 20px;
  color: #fff;
  line-height: 24px;
  margin-top: 10px;
  display: inline-block;
  font-weight: bold;
}
.xinxi_solution_main .left_top {
  font-size: 30px;
  color: #fff;
}
.xinxi_solution_main .left_top b {
  font-weight: normal;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  display: inline-block;
  margin: 10px 0;
}
.xinxi_solution_main ul li .left {
  float: left;
  width: 60px;
  background: linear-gradient(90deg, #0050da 19%, #0f2796 100%);
  height: 238px;
  border-radius: 6px;
}
.xinxi_solution_main ul li.on .left {
  background: linear-gradient(90deg, #0050da 0%, #7efcff 100%);
}
.xinxi_solution_main ul li .right {
  float: left;
  width: 720px;
  position: relative;
  height: 238px;
  border-radius: 6px;
  /* background: linear-gradient(90deg, #0050DA 0%, #7EFCFF 100%); */
}
.xinxi_solution_main .right dl {
  position: absolute;
  top: 50%;
  left: 30px;
}
.xinxi_solution_main .right dd {
  color: #fff;
  font-size: 26px;
  border-radius: 5px;
  width: 280px;
  height: 75px;
  margin-bottom: 45px;
  background: #000;
  opacity: 0.5;
}
.xinxi_solution_main .right dl a {
  background-repeat: no-repeat;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  width: 280px;
  text-align: center;
  padding: 0 10px;
  margin-bottom: 10px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  background-size: 100% 100%;
  background-color: rgba(0, 0, 0, 0.23);
  border-radius: 5px;
  margin-top: 10px;
}
.xinxi_solution_main .right dl a.yichu {
  float: left;
  margin-right: 20px;
}
.xinxi_solution_main ul li.on {
  width: 780px;
}
.pagc-introduce {
  width: 1280px;
  margin: 0 auto;
  margin-top: 80px;
  text-align: center;
}
.pagc-introduce .img_title {
  margin-bottom: 55px;
}
.pagc-introduce .content {
  width: 1275px;
  margin: 0 auto;
  word-break: break-all;
  font-size: 24px;
  line-height: 1.8;
  color: #ffffff;
  font-weight: 300;
  text-indent: 2em;
}
.hy_box {
  margin-top: 41px;
  /* background-image: url(../img/hy_bg.png); */
  background-size: cover;
  width: 100%;
  /* height: 441px; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagc-introduce2 {
  width: 1200px;
  margin: 42px auto 0;
}
.pagc-introduce2 .text {
  width: 928px;
  font-size: 24px;
  text-align: center;
  font-weight: 300;
  color: #7efcff;
  line-height: 48px;
  margin: 0 auto;
  text-indent: 2em;
}
.pagc-introduce2 .text_one {
  margin: 39px auto 97px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pagc-introduce2 .text_one img:nth-of-type(2) {
  margin-top: 58px;
}
.pagc-ld {
  width: 100%;
  padding-top: 40px;
  /* background: #0D2A6D; */
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.pagc-ld .mao {
  position: absolute;
  top: -100px;
}
.pagc-ld .content {
  display: flex;
  width: 1290px;
}
.pagc-ld .content .left {
  margin-right: 23px;
}
.pagc-ld .content .left .left_item {
  text-align: right;
  margin-bottom: 64px;
}
.pagc-ld .content .left_item .title {
  color: #7efcff;
  font-size: 28px;
  font-family: OPPOSans;
  margin-bottom: 20px;
}
.pagc-ld .content .left_item .text {
  font-size: 18px;
  text-align: right;
  font-family: OPPOSans;
  font-weight: 400;
  color: #ffffff;
  line-height: 32px;
}
.pagc-ld .content .right {
  margin-left: 23px;
}
.pagc-ld .content .right .left_item {
  margin-bottom: 87px;
}
.pagc-ld .content .right .left_item .text {
  text-align: left;
}
.pagc-introduce2 .jckd {
  display: flex;
  flex-wrap: wrap;
}
.pagc-introduce2 .jckd li {
  flex-basis: 50%;
}
.pagc-guest-last {
  font-size: 36px;
  font-weight: bold;
  color: #ffffff;
  line-height: 183px;
}
.pagc-introduce-num ul li {
  float: left;
  width: 346px;
  height: 115px;
  background: #fff;
  margin-right: 80px;
}
.pagc-introduce-num ul li:last-child {
  margin-right: 0;
}
.pagc-introduce-count {
  width: 1200px;
  height: 220px;
  margin-top: 80px;
}
.pagc-model-title {
  text-align: center;
  margin-bottom: 50px;
}
.pagc-guest {
  width: 1200px;
  margin: 0 auto;
  margin-top: 80px;
}
.dw {
  position: relative;
}
.dw .mao {
  position: absolute;
  top: -100px;
}
.pagc-guest-content {
  /* height: 500px; */
  /* overflow: hidden; */
}
.pagc-guest-content ul li {
  width: 219px;
  height: auto;
  float: left;
  /* background: #fff; */
  margin-right: 26px;
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
}
.pagc-guest-content ul li:nth-child(5n) {
  margin-right: 0;
}
.pagc-guest-content ul li img {
  width: 100%;
  height: 100%;
}
.pagc-guest-mask {
  width: 100%;
  height: 100%;
  background: url('../images/images/jbzz.png');
  position: absolute;
  top: 145px;
  padding: 10px;
  transition: 1s;
  cursor: pointer;
  /* background-color: #000 !important; */
}
.pagc-guest-title {
  font-size: 16px;
  color: #fff;
  opacity: 1;
  margin-bottom: 20px;
}
.pagc-guest-info {
  color: #fff;
  line-height: 15px;
  font-size: 12px;
  word-break: break-all;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  /*ie10+*/
  hyphens: auto;
  display: -webkit-box;
  /*将对象转为弹性盒模型展示*/
  -webkit-box-orient: vertical;
  /*设置弹性盒模型子元素的排列方式*/
  -webkit-line-clamp: 13;
  /*限制文本行数*/
  overflow: hidden;
  /*超出隐藏*/
}
.pagc-guest-footer {
  text-align: center;
  margin-top: 20px;
}
.pagc-guest-footer span {
  display: inline-block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  background: #0435b8;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border-radius: 10px;
  cursor: pointer;
}
.pagc-process {
  color: #fff;
  width: 1200px;
  margin: 0 auto;
  margin-top: 80px;
  padding-top: 40px;
}
.pagc-process-top {
  width: 580px;
  margin: 0 auto;
  margin-bottom: 26px;
}
.pagc-process-top li {
  width: 290px;
  height: 60px;
  border: 3px solid #0846a7;
  float: left;
  text-align: center;
  font-size: 20px;
  line-height: 54px;
  cursor: pointer;
}
.pagc-process-top li.active {
  background: #0846a7;
  color: #fff;
}
.pagc-process-top li:first-child {
  border-right: 0;
}
.pagc-process-topcontent {
  display: none;
  /* background: #0846a7; */
  border-radius: 10px;
  opacity: 0;
  transition: 1s;
}
.process-active {
  display: block;
  opacity: 1;
  transition: 1s;
}
.pagc-process-main {
  display: none;
}
.process-main-cur {
  display: block;
}
.process-main-cur td > nav {
  line-height: 2;
}
.pagc-process-main-nav {
  height: 80px;
  line-height: 40px;
  padding: 20px 0;
}
.pagc-process-main-nav li {
  float: left;
  margin-right: 30px;
  font-size: 18px;
  cursor: pointer;
}
.pagc-process-main-nav li.active {
  border-bottom: 4px solid #fff;
}
.pagc-process-main table {
  width: 100%;
  padding: 0 70px;
  /* background-color: #040C32; */
}
.pagc-process-main .title {
  text-align: center;
}
.pagc-process-main .title td {
  background: linear-gradient(0deg, #0050da 0%, #02187b 100%);
  /* border: none; */
  border-top: none;
}
.pagc-process-main table tr {
  min-height: 100px;
}
.pagc-process-main table tr:nth-child(2n) {
  /* background: #1458b0; */
}
.pagc-process-main table tr td {
  padding: 40px 0;
  font-size: 18px;
  border: 2px solid #0d86ff;
}
.pagc-process-main table tr td .icon {
  margin-right: 40px;
}
.pagc-process-main table tr td:nth-of-type(1) {
  border-left: none;
}
.pagc-process-main table tr td:last-of-type {
  border-right: none;
}
/* .pagc-process-main table tr:last-of-type td {
    border-bottom: none;
} */
.pagc-process-main table tr td p {
  padding: 5px 0;
  line-height: 24px;
}
.pagc-process-main table tr td p::before {
  content: '';
  width: 0px;
  height: 0px;
  display: inline-block;
  border: 5px solid #fff;
  /* border-color: #fff #fff #fff #FFF; */
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -moz-transform: rotate(45deg);
  /* Firefox */
  -webkit-transform: rotate(45deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(45deg);
  margin-right: 10px;
}
.pagc-process-main table tr td:first-child {
  /* padding-left: 50px; */
  text-align: center;
  /* padding-right: 26px; */
}
.pagc-process-main table tr td:last-child {
  padding: 10px 0;
  /* padding-bottom: 40px; */
}
/* .pagc-process-main .zfh tr td:last-child {
    padding-bottom: 40px;
} */
.pagc-process-main table tr td.cet {
  text-align: center;
}
.pagc-process-main .xs tr td:last-child {
  padding-left: 50px;
}
.pagc-process-main table tr td .jb {
  margin-top: 10px;
  font-size: 13px;
  color: #ccc;
  /* display: inline-block; */
  /* margin-left: 10px; */
}
.pagc-process-main table tr td .kuai {
  display: inline-block;
  max-width: 450px;
  word-break: break-all;
  margin-bottom: 10px;
}
.pagc-process-main table tr td .jb span {
  color: #0d86ff;
  font-size: 18px;
  font-weight: bold;
}
/* .sticky-box {
    position: sticky;
    top: 125px;
} */
/* .pagc-process-main table tr td:nth-of-type(2) {
    text-align: center;
} */
.pagc-process-main table tr td:nth-of-type(3) {
  padding-left: 50px;
}
.pagc-process-main table tr td.lc {
  line-height: 1.8;
  padding-right: 40px;
}
.bct {
  border-right: 0 !important;
}
.pagc-partner {
  width: 1200px;
  margin: 0 auto;
  margin-top: 80px;
}
.pagc-partner-title {
  /* background: url("./../images/images/titlebg.png"); */
  width: 220px;
  height: 60px;
  /* text-align: center; */
  font-size: 34px;
  line-height: 60px;
  color: #7efcff;
  margin-bottom: 24px;
}
.pagc-partner-content {
  /* height: 200px; */
  overflow: hidden;
}
.pagc-partner-content ul li {
  width: 185px;
  height: 56px;
  background: #fff;
  float: left;
  margin-right: 18px;
  margin-bottom: 20px;
  border-radius: 8px;
  overflow: hidden;
  /*padding: 8px;*/
}
.pagc-partner-content ul li:nth-child(6n) {
  margin-right: 0px;
}
.pagc-partner-content ul li img {
  width: 100%;
  height: 100%;
}
.pagc-partner-footer {
  text-align: center;
  margin-top: 20px;
}
.pagc-partner-footer span {
  display: inline-block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  background: #0435b8;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border-radius: 10px;
  cursor: pointer;
  z-index: 5;
}
.pagc-guide {
  width: 1200px;
  margin: 0 auto;
  margin-top: 155px;
}
.pagc-guide-content {
  position: relative;
}
.pagc-guide-gy {
  position: absolute;
  top: -244px;
  left: -109px;
  background: url('../images/images/gy.png');
  width: 860px;
  height: 860px;
  z-index: 1;
}
.pagc-guide-left {
  float: left;
  width: 600px;
  height: 350px;
}
.pagc-guide-left img {
  position: absolute;
  padding: 0 124px;
  z-index: 2;
}
.pagc-guide-right {
  float: left;
  width: 600px;
}
.contact_right {
  margin-left: auto;
  position: relative;
  height: 348px;
  width: 380px;
}
.contact_right .bg {
  width: 380px;
  position: absolute;
  right: 0;
}
.contact_right .time {
  position: absolute;
  width: 300px;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateX(20%);
}
.contact_right .lx_code {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) translateX(48%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact_right .lx_code a {
  display: block;
  padding: 10px 25px;
  /* line-height: 90px; */
  font-size: 16px;
  color: white;
  cursor: pointer;
  /* background: #ed3887; */
  background-color: #031ea6;
  /* padding: 6px 12px; */
  border-radius: 6px;
  transition: all 0.4s ease;
}
.contact_right .lx_code a:hover {
  background: #0d86ff;
}
.contact_right .lx_code p {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  margin-top: 19px;
}
.pagc-guide-right-window {
  width: 290px;
  height: 330px;
  background: #1a69df;
  border-radius: 10px;
  margin: 0 auto;
  text-align: center;
  padding: 34px 0;
}
.pagc-guide-right-window img {
  width: 186px;
  height: 186px;
  background: #fff;
}
.pagc-guide-right-window p {
  font-size: 24px;
  color: #fff;
  margin-top: 20px;
}
.pagc-contact {
  width: 1200px;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 100px;
  padding: 0 38px;
  display: flex;
  align-items: center;
}
.contact_left > div {
  display: flex;
  align-items: center;
  margin-bottom: 19px;
}
.contact_left .left_box {
  font-size: 17px;
  font-weight: bold;
  color: #7efcff;
  padding: 6px 0;
  width: 100px;
  text-align: center;
  background: #073b9b;
}
.contact_left .right_box {
  font-size: 16px;
  /* font-weight: bold; */
  color: #ffffff;
  margin-left: 29px;
}
.pagc-contact-qrcode {
  flex-grow: 1;
  text-align: center;
}
.pagc-contact-qrcode img {
  width: 100px;
  height: 100px;
}
.pagc-contact-qrcode p {
  margin-top: 20px;
  font-size: 22px;
  color: #fff;
}
.pagc-contact-qrcode p:last-child {
  margin-top: 10px;
  font-size: 16px;
}
.pagc-video {
  width: 1200px;
  margin: 0 auto;
  margin-top: 80px;
  padding-top: 40px;
}
.pagc-bg {
  /* background: #0D2A6D; */
  width: 100%;
  padding-bottom: 40px;
}
.pagc-video-box {
  width: 600px;
  float: left;
  margin-right: 20px;
  position: relative;
}
.pagc-video-box video {
  width: 100%;
}
.pagc-mob-prize-video-box {
  width: 100%;
}
.pagc-mob-prize-video-box video {
  width: 100%;
}
.pagc-prize-video-box {
  width: 800px;
  margin: 0 auto;
}
.pagc-prize-video-box video {
  width: 100%;
}
.pagc-event-info {
  width: 580px;
  float: left;
}
.pagc-event-infobanner a {
  float: left;
  width: 280px;
}
.pagc-event-infobanner a:first-child {
  margin-right: 20px;
}
.pagc-event-infobanner a img {
  width: 100%;
  height: 100%;
}
.pagc-event-news {
  width: 580px;
  margin-top: 10px;
}
.pagc-event-infobanner {
  /* height: 180px; */
}
.pagc-event-news ul li {
  line-height: 30px;
  color: #fff;
}
.pagc-event-news ul li a {
  color: #fff;
  font-size: 16px;
}
.pagc-event-news ul li a:hover {
  color: #efd22e;
}
.pagc-event-news ul li span {
  float: right;
}
.right-side {
  position: fixed;
  right: 26px;
  bottom: 20%;
  display: none;
  z-index: 99;
}
.right-side .body {
  margin-top: -30px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.right-side .box {
  transition: 0.5s;
  cursor: pointer;
}
.right-side .box:nth-child(3) .body-title span {
  transform: translateY(0);
}
.right-side .box.select .body-title {
  background-image: url(../img/options.png);
  height: 51px;
}
.right-side .box.select .body-title span {
  transform: translateY(-7px);
}
.right-side .box.select .main {
  height: 191px;
}
.right-side .box.select .main img {
  height: 151px;
  display: inline-block;
}
.right-side .box .main {
  transition: 0.5s;
  margin-top: -12px;
  width: 189px;
  height: 0;
  background: rgba(3, 3, 3, 0);
  border: 1px solid #20739e;
  box-shadow: 0px -5px 10px 0px #173c90;
}
.right-side .box .main img {
  transition: 0.5s;
  width: 151px;
  height: 0;
}
.right-side .body-title {
  width: 189px;
  height: 41px;
  background-image: url(../img/options_2.png);
  background-size: cover;
  position: relative;
  z-index: 999;
}
.right-side .body-title span {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  transform: translateY(-7px);
}
.right-side .in {
  position: relative;
  transition: 1s;
}
.right-side .in:hover .lef {
  display: block;
}
.right-side .in .lef {
  display: none;
  left: -369px;
  top: 0;
  position: absolute;
  background-image: linear-gradient(#1049d9, #042e98);
  padding: 0 20px;
}
.right-side ul li {
  background-image: linear-gradient(#1049d9, #042e98);
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #fff;
}
.right-side ul li a {
  color: #fff;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.side-footer {
  background: #595757;
  height: 150px;
  text-align: center;
  padding: 15px;
}
.side-footer img {
  width: 90px;
  height: 90px;
}
/* 金帆奖 */
.JF-prize-banner {
  padding-top: 90px;
}
.JF-prize-banner img {
  width: 100%;
}
.prize-meaning {
  background: #fff;
}
.prize-meaning-content {
  width: 1200px;
  margin: 0 auto;
  padding: 75px 0;
}
.prize-meaning-title {
  width: 324px;
  height: 87px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.prize-meaning-title img {
  width: 100%;
  height: 100%;
}
.prize-meaning-info p {
  margin-bottom: 10px;
  font-size: 24px;
  color: #000;
  line-height: 40px;
  text-indent: 50px;
}
.prize-option {
  padding-bottom: 40px;
}
.prize-option-content {
  width: 1200px;
  margin: 0 auto;
  padding-top: 75px;
}
.prize-option-title {
  width: 316px;
  height: 86px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.prize-option-title img {
  width: 100%;
  height: 100%;
}
.prize-option-single {
  position: relative;
  width: 250px;
  height: 500px;
  float: left;
  overflow: hidden;
  cursor: pointer;
  margin-right: 66px;
}
.prize-option-single img {
  /* width: 80px; */
  height: 200px;
}
.prize-option-single:last-child {
  margin-right: 0;
}
.prize-option-bg {
  background: #000;
  width: 100%;
  height: 400px;
  border: 5px solid #bb8e4d;
  text-align: center;
  border-radius: 10px;
}
.prize-option-bg img {
  margin-top: 50px;
}
.prize-option-bg p {
  margin-top: 30px;
  font-size: 31px;
  font-weight: bold;
  color: #d0b377;
}
.prize-option-tips {
  padding: 30px;
  height: 400px;
  color: #fff;
  background-image: linear-gradient(to right, #d0b377, #bc904f);
  display: none;
  border-radius: 10px;
}
.prize-option-tips h3 {
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: bold;
}
.prize-option-tips p {
  line-height: 30px;
  font-size: 14px;
}
.prize-option-btn {
  margin-top: 30px;
  text-align: center;
}
.prize-option-btn a {
  display: inline-block;
  width: 250px;
  height: 40px;
  line-height: 40px;
  background-image: linear-gradient(to right, #d0b377, #bc904f);
  color: #fff;
  font-size: 20px;
  border-radius: 10px;
}
#pagc-guest-prize {
  background: #fff;
  padding: 80px 0;
}
#pagc-guest-prize .pagc-guest {
  margin-top: 0;
}
#pagc-guest-prize .pagc-guest-footer span {
  background: #bb8e4d;
}
#pagc-guest-prize .pagc-guest-mask {
  background: url(../images/images/jfjjs.png);
}
.prize-review-black {
  background: #000;
}
.prize-review-white {
  background: #fff;
}
.prize-review {
  width: 1200px;
  margin: 0px auto;
  padding: 80px 0;
}
.prize-review-content ul {
  padding: 0 82px;
}
.prize-review-content ul li {
  float: left;
  text-align: center;
  color: #d0b377;
  font-size: 30px;
}
.prize-review-content ul li p {
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
}
.prize-review-content ul li p:last-child {
  font-size: 18px;
}
.prize-review-content ul li:nth-child(2n) {
  width: 90px;
  padding: 20px 0;
  margin: 0 30px;
}
.prize-review-content ul li:nth-child(2n) span {
  display: inline-block;
  width: 90px;
  height: 5px;
  background-image: linear-gradient(to right, #0e0e0e, #d0b377);
}
.prize-rules-content {
  padding-top: 50px;
}
.prize-rules-content ul li {
  float: left;
  width: 250px;
  margin: 0 75px;
  text-align: center;
}
.prize-rules-content ul li img {
  margin-bottom: 30px;
}
.prize-rules-content ul li h3 {
  color: #d0b377;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 40px;
}
.prize-rules-content ul li p {
  color: #d0b377;
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
}
/* 手机端 */
.mob-pagc .top-banner img {
  width: 100%;
  margin-top: 40px;
}
.mob-pagc-square {
  padding: 0 15px;
}
.mob-pagc-title img {
  width: 100%;
}
.mob-pagc-introduce-info {
  padding: 20px 0;
}
.mob-pagc-introduce-info p {
  text-indent: 34px;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  margin-bottom: 10px;
}
.mob-pagc-introduce-info p span {
  color: #d0b377;
}
.mob-pagc-highlights {
  padding: 10px 25px;
  margin-bottom: 10px;
}
.mob-pagc-highlights img {
  width: 100%;
}
.mob-pagc-highlights-num {
  padding: 10px 0px;
}
.mob-pagc-guest {
  margin-top: 20px;
}
.mob-pagc-guest-square {
  padding: 20px 0;
}
.mob-pagc-guest-title {
  margin-top: 20px;
}
.mob-pagc-guest-title span {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  background-image: linear-gradient(to right, #00a2ea, #001c29);
  padding: 4px 6px;
}
.mob-pagc-guest-content {
  overflow-x: auto;
}
.mob-pagc-guest-content ul {
  overflow: hidden;
  overflow-x: auto;
  height: 210px;
}
.mob-pagc-guest-content ul li {
  float: left;
  padding: 20px 0;
  width: 150px;
  margin-right: 20px;
  cursor: pointer;
}
.mob-pagc-guest-content ul li img {
  width: 150px;
  height: 150px;
}
.mob-pagc-guest-content ul li p {
  margin-top: 12px;
  color: #fff;
}
.mob-dialog {
  display: none;
  background: #fff;
  border-radius: 10px;
  height: 500px;
  padding: 30px;
  padding-bottom: 70px;
  position: relative;
}
.mob-dialog-head {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.mob-dialog-head div {
  float: left;
}
.mob-dialog-head div:first-child img {
  width: 130px;
  height: 130px;
}
.mob-dialog-head div:last-child {
  margin-left: 20px;
  padding: 20px 0;
}
.mob-dialog-head div:last-child p {
  font-size: 18px;
  line-height: 30px;
}
.mob-dialog-head div:last-child p:last-child {
  font-weight: bold;
}
.mob-dialog-info {
  padding: 20px 0;
  font-size: 16px;
  line-height: 30px;
  text-indent: 34px;
}
.mob-dialog-footer {
  border-top: 1px solid #ddd;
  height: 60px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  padding: 10px 0;
}
.mob-dialog-footer span {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  font-size: 24px;
  background: gray;
  color: #fff;
}
.layui-layer-setwin {
  top: unset !important;
  right: 10000px !important;
  bottom: 10px !important;
}
.mob-pagc-process {
  margin-top: 20px;
}
.mob-pagc-process-content {
  padding: 30px 0;
}
.mob-pagc-process-content .mob-pagc-process-list {
  margin-bottom: 15px;
}
.mob-pagc-process-content .mob-pagc-process-list .mob-pagc-process-title,
.mob-pagc-process-single {
  background-image: linear-gradient(to right, #001c29, #10224a);
}
.mob-pagc-process-content .mob-pagc-process-list .mob-pagc-process-title img {
  height: 30px;
  float: right;
  margin-right: 20px;
  margin-top: 6px;
}
.mob-pagc-process-content .mob-pagc-process-list .mob-pagc-process-title p {
  padding: 10px;
  font-size: 20px;
  color: #d0b377;
  font-weight: bold;
  float: left;
}
.mob-pagc-process-single {
  color: #fff;
  padding: 30px 10px 20px;
  display: none;
}
.mob-pagc-process-single.active {
  display: block;
}
.single-row div {
  float: left;
  padding-bottom: 15px;
}
.single-row-title div {
  font-size: 16px;
  padding: 30px 0;
}
.single-row div:first-child {
  width: 35%;
  line-height: 24px;
}
.single-row div:last-child {
  padding-left: 20px;
  width: 65%;
  border-left: 2px solid #fff;
  line-height: 30px;
}
.single-row div:last-child::before {
  /* content: "";
    width: 0px;
    height: 0px;
    display: inline-block;
    border: 4px solid #FFF;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    margin-right: 10px; */
}
.single-row div:nth-of-type(2) {
  display: flex;
  position: relative;
}
.single-row div:nth-of-type(2) .icon {
  width: 0px;
  height: 0px;
  display: inline-block;
  border: 4px solid #fff;
  /* border-color: #fff #fff #fff #FFF; */
  transform: rotate(45deg) translateY(13px) translateX(6px);
  /* -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg); */
  margin-right: 10px;
  vertical-align: bottom;
}
.single-row div:nth-of-type(2) .w {
  width: 83%;
  word-break: break-all;
}
.single-row-title div:last-child::before {
  display: none;
}
.mob-pagc .mob-prize-meaning {
  background: #fff;
  padding: 30px 15px;
}
.mob-prize-title {
  text-align: center;
  margin-bottom: 20px;
}
.mob-prize-title img {
  width: 200px;
  margin-bottom: 30px;
}
.mob-prize-meaning-info {
  line-height: 26px;
  text-indent: 29px;
}
.mob-prize-option {
  padding: 30px 15px 0px 15px;
}
.mob-prize-video-option {
  padding: 0px 15px 0px 15px;
}
.mob-prize-single {
  width: 50%;
  float: left;
  margin-bottom: 50px;
  padding: 0 20px;
  text-align: center;
}
.mob-prize-single div {
  padding: 10%;
  padding-top: 20%;
  height: 218px;
  border: 2px solid #d0b377;
  border-radius: 4px;
  text-align: center;
}
.mob-prize-single div img {
  height: 120px;
  margin-bottom: 20px;
}
.mob-prize-single div p {
  color: #d0b377;
  font-weight: bold;
}
.mob-prize-guest {
  padding: 30px 15px;
  background: #fff;
}
.mob-prize-guest .mob-pagc-guest-content ul li p {
  color: #000;
  text-align: center;
}
.mob-prize-review {
  padding: 30px 15px;
}
.mob-prize-review-content ul li {
  float: left;
  text-align: center;
  color: #d0b377;
  font-size: 16px;
}
.mob-prize-review-content ul li:nth-child(2n) {
  width: 90px;
  padding: 20px 0;
  margin: 0 30px;
}
.mob-prize-review-content {
  text-align: center;
}
.mob-prize-review-content img {
  width: 70%;
}
.mob-prize-rules-content {
  padding: 30px 15px;
}
.mob-prize-rules-content .mob-prize-rules-row {
  /* float: left; */
  width: 80%;
  margin: 0 auto;
  text-align: center;
  padding: 0 10px;
}
.mob-prize-rules-content .mob-prize-rules-row {
  margin-bottom: 40px;
}
.mob-prize-rules-content .mob-prize-rules-row img {
  margin-bottom: 30px;
  width: 70px;
  height: 70px;
}
.mob-prize-rules-content .mob-prize-rules-row h3 {
  color: #d0b377;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
}
.mob-prize-rules-content .mob-prize-rules-row p {
  color: #d0b377;
  font-size: 14px;
  font-weight: bold;
  line-height: 36px;
}
.mob-nav {
  position: fixed;
  width: 100%;
  height: 40px;
  background: #000;
  padding: 10px;
  z-index: 99;
}
.mob-nav img {
  height: 20px;
}
.mob-nav span {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 20px;
  margin-right: 10px;
}
.baoming {
  /* width: 19vw; */
  padding: 6px 7px;
  /* height: 21px; */
  border-radius: 6px;
  background-color: #ece074;
  float: right;
}
.min {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 13px;
}
.html-hidden {
  overflow: hidden;
}
.nav-page {
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 55;
  position: fixed;
  top: 40px;
  left: -100%;
  border-top: 1px solid #ddd;
  padding: 0 20px;
}
.nav-page ul li {
  border-bottom: 1px solid #ddd;
}
.nav-page ul li a {
  height: 50px;
  line-height: 50px;
  color: #ddd;
  font-size: 16px;
}
.mob-nav span img {
  height: 14px;
  margin-top: 6px;
}
.pagc-contact-content {
  display: flex;
  justify-content: space-around;
  width: 1280px;
  margin-left: -40px;
}
/* .mob-icon-open{
    display: inline-blockpagc-contact-content
    height: 20px;
    background: url(./../images/images/mob-nav-open.png) no-repeat;
} */
.on .left {
  background-color: blue !important;
}
/* .mob-pagc-process-title p{
    width: 100%;
    height: 100%;
} */
.layui-carousel {
  /* width: 100% !important;
    height: 500px !important; */
  margin: -22px auto 40px;
  background-color: #121b3d;
  position: relative;
}
.layui-carousel > [carousel-item] > * {
  background-color: transparent !important;
}
.layui-carousel .show_bg {
  position: absolute;
  left: -400px;
}
.layui-carousel .show_bg img {
  width: auto;
  height: 720px;
}
.hide {
  position: absolute;
  top: 70px;
  left: -27px;
}
.hide1 {
  position: absolute;
  top: 70px;
  left: 122px;
}
.hide,
.hide1 {
  width: 28px;
  height: 73px !important;
  font-size: 16px;
  line-height: 12px;
  background-color: rgba(106, 220, 240, 0.3);
  /* opacity: 0.7; */
  border-right: none;
  background-image: none !important;
  /* border: 1px solid #00a0e9; */
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  /* color: #; */
}
.huoban {
  /* font-size: 25px; */
  /* line-height: 60px; */
  text-align: center;
  font-weight: 700;
  color: #000;
  margin-left: 23px;
}
.pagc-header-menu li a:hover {
  color: #00dae2;
}
.one .right p:nth-of-type(2) {
  margin: 0;
  line-height: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.jie {
  color: white;
  font-size: 12px;
  /* text-align: center; */
  margin: 0;
  margin-top: -10px;
  margin-bottom: 10px;
  line-height: 16px;
}
.bs {
  line-height: 0;
  width: 100%;
  margin: 0 auto;
  display: block;
  margin-top: 2px;
}
.imged {
  width: 71% !important;
  height: auto !important;
  /* text-align: center !important; */
  transform: translateX(22%) translateY(9px);
}
.ding {
  width: 510px;
  padding: 0;
  margin: 0;
}
.pagc-sp {
  display: flex;
  width: 1080px;
  margin: 0 auto;
}
.pagc-sp .left {
  width: 800px;
  height: 450px;
}
.pagc-sp .left video {
  width: 100%;
}
.pagc-sp .right {
  /* flex: 1; */
  width: 280px;
}
.yellow:nth-of-type(1) {
  color: white;
  text-align: center;
  /* margin-top: 10px; */
}
.yellow:nth-of-type(2) {
  margin-top: 5px;
}
.yellow {
  color: white;
  text-align: center;
}
#yuan li {
  margin-bottom: 90px;
}
#dilogo {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.flex {
  display: flex;
  align-items: center;
}
.h1 {
  width: 605px;
}
.h1 > section:nth-of-type(1) {
  margin-right: 40px;
  /* flex: 1; */
  width: 300px;
}
#dilogo > p {
  color: white;
}
#dilogo > nav {
  margin-top: 10px;
  /* height: 28px; */
}
.room .img1 {
  width: 100%;
  height: 40px;
  background: url('../images/images/Room 1.png');
  background-size: cover;
  line-height: 40px;
  color: #02a0e8;
  font-size: 16px;
  padding-left: 10px;
}
.room .img2 {
  background-image: url('../images/images/Room 2.png');
}
.room .img3 {
  background-image: url('../images/images/Room 3.png');
}
.room .img4 {
  background-image: url('../images/images/Room 4.png');
}
.room .img5 {
  background-image: url('../images/images/Room 5.png');
}
.room .icon {
  width: 0px;
  height: 0px;
  display: inline-block;
  border: 4px solid #fff;
  /* border-color: #fff #fff #fff #FFF; */
  transform: rotate(45deg) translateY(5px) translateX(15px);
  margin-right: 10px;
  vertical-align: bottom;
}
.room .w {
  text-indent: 2em;
  line-height: 1.5;
}
.room {
  margin-bottom: 15px;
}
.yjjj {
  display: block;
  padding-left: 23px;
  /* padding-top: 10px; */
  font-size: 15px;
  color: burlywood;
  line-height: 2.5;
}
.single-row .w p {
  color: burlywood;
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 8px;
}
.lyzy {
  margin-top: 30px;
  display: flex;
  /* flex-wrap: wrap; */
  width: 950px;
  justify-content: space-around;
}
.lyzy img {
  width: 192px;
}
.pagc-dhpw {
  width: 1320px;
  margin: 0 auto;
}
.pagc-dhpw .pagc-box {
  display: flex;
}
.pagc-dhpw .pagc-box .item_box {
  background-image: url(../img/item_vip.png);
  width: 400px;
  height: 540px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 40px 40px 10px;
  transition: 0.5s;
  margin-right: 40px;
}
.pagc-dhpw .pagc-box .item_box .top {
  position: absolute;
  border-radius: 5px;
  padding: 4px 17px;
  right: 20px;
  top: 20px;
  background-color: #0d86ff;
  color: #fff;
  font-size: 24px;
}
.pagc-dhpw .pagc-box .item_box .header {
  display: flex;
  align-items: flex-end;
  margin-bottom: 28px;
}
.pagc-dhpw .pagc-box .item_box .line {
  width: 100%;
  height: 2px;
  background: #0d86ff;
}
.pagc-dhpw .pagc-box .item_box .header div {
  font-size: 60px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #000000;
  background: linear-gradient(-90deg, #0050da 0%, #7efcff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pagc-dhpw .pagc-box .item_box .header div:nth-of-type(2) {
  font-size: 24px;
  margin-left: 10px;
}
.pagc-dhpw .pagc-box .item_box .content .price {
  font-size: 60px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #000000;
  background: linear-gradient(-90deg, #0050da 0%, #7efcff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pagc-dhpw .pagc-box .item_box .content .price span {
  font-size: 30px;
}
.pagc-dhpw .pagc-box .item_box:hover {
  transform: translateY(-50px);
}
.pagc-dhpw .pagc-box .item_box .body {
  margin-top: 50px;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 1.8;
  padding-bottom: 40px;
  border-bottom: 2px solid #f2f2f2;
  margin-bottom: 24px;
}
.pagc-dhpw .pagc-box .item_box .btn {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #ffffff;
  border: 1px solid #0d86ff;
  border-radius: 20px;
  font-size: 18px;
  color: #0d86ff;
  text-align: center;
}
.pagc-dhpw .pagc-box .item_box .btn:hover {
  background: linear-gradient(-90deg, #0050da, #7efcff);
  color: #fff;
  border: 0;
}
.pagc-dhpw .pagc-box .box_2 .top {
  background-color: #9b81f2;
}
.pagc-dhpw .pagc-box .box_2 .header div {
  background: linear-gradient(-90deg, #b3b6eb 0%, #e98a98 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.pagc-dhpw .pagc-box .box_2 .line {
  background: #9b81f2;
}
.pagc-dhpw .pagc-box .box_2 .content .price {
  background: linear-gradient(-90deg, #b3b6eb 0%, #e98a98 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pagc-dhpw .pagc-box .box_2 .btn {
  border: 1px solid #9b81f2;
  color: #9b81f2;
}
.pagc-dhpw .pagc-box .box_2 .btn:hover {
  background: linear-gradient(-90deg, #b3b6eb, #e98a98);
}
.pagc-dhpw .pagc-box .box_3 .header div {
  background: linear-gradient(-90deg, #fbdaa0 0%, #745906 99.63378906%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.pagc-dhpw .pagc-box .box_3 .line {
  background: #806414;
}
.pagc-dhpw .pagc-box .box_3 .content .price {
  background: linear-gradient(-90deg, #fbdaa0 0%, #745906 99.63378906%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pagc-dhpw .pagc-box .box_3 .body {
  margin-top: 20px;
  padding-bottom: 21px;
  margin-bottom: 24px;
}
.pagc-dhpw .pagc-box .box_3 .btn {
  border: 1px solid #745906;
  color: #745906;
}
.pagc-dhpw .pagc-box .box_3 .btn:hover {
  background: linear-gradient(-90deg, #fbdaa0, #745906);
}
.layui-carousel-ind li.layui-this {
  width: 21px;
  background-color: #0d86ff;
  border-radius: 4px;
}
.showd {
  background: linear-gradient(-75deg, #0050da 0%, #7efcff 100%) !important;
}
.pagc-video-box .box_mask {
  position: absolute;
  background: url(../images/images/jbzz.png);
  width: 100%;
  bottom: 0;
  left: 0;
  height: auto;
  padding: 10px 30px;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  /* display: none; */
}
