@charset "UTF-8";
@font-face {
  font-family: "ruizi";
  src: local("./css/ruizi.ttf") format("ttf");
}
html,
body {
  min-width: 1400px;
  font-family: "ruizi";
}

:root {
  --popColor: #8574d1;
  --lightColor: #8574d1;
  --popBgColor: #fbfcff;
}

/* chrome记住密码后的默认填充样式解决 */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  border: 1px solid #ccc !important;
}

::-webkit-input-placeholder {
  color: #716da9;
  opacity: 0.6;
  font-size: 0.247rem;
}

::-moz-placeholder {
  color: #716da9;
  opacity: 0.6;
  font-size: 0.247rem;
}

/* firefox 19+ */
:-ms-input-placeholder {
  color: #716da9;
  opacity: 0.6;
  font-size: 0.247rem;
}

/* Internet Explorer 10+ */
:-moz-placeholder {
  color: #716da9;
  opacity: 0.6;
  font-size: 0.247rem;
}

/* firefox 14-18 */
.oscroll::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: transparent;
}

/* 两头空块 */
.oscroll::-webkit-scrollbar-button {
  width: 3px;
  height: 3px;
  background-color: transparent;
}

.oscroll::-webkit-scrollbar-thumb {
  background-color: #812e1c;
  border-radius: 3px;
}

.oscroll::-webkit-scrollbar-track {
  border-radius: 3px;
  background-color: #ccc9d6;
}

/* 火狐 滚动条*/
.container {
  position: relative;
  margin: 0 auto;
}

.headbar {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 64px;
  padding: 22px 40px 0 40px;
  z-index: 2;
}
.headbar .logo {
  position: absolute;
  top: 0.34rem;
  left: 0.47rem;
  z-index: 10;
  background-repeat: no-repeat;
  background-size: cover;
}
.headbar .logo img.wd {
  display: block;
  width: 4.14rem;
  height: 1.1rem;
  margin-left: 0.2rem;
}
.headbar.zt img {
  width: 1.84rem;
  height: 1.76rem;
}
.headbar.zt2 img {
  width: 2.37rem;
  height: 1.74rem;
}
.headbar.zthj img {
  width: 2.17rem;
  height: 2.17rem;
}
.headbar.ls img {
  width: 2.17rem;
  height: 2.19rem;
}
.headbar.ztm img {
  width: 2.53rem;
  height: 1.77rem;
}
.headbar.zt2m img {
  width: 2.45rem;
  height: 1.7rem;
}
.headbar.lsztm img {
  width: 2.84rem;
  height: 1.23rem;
}
.headbar.yszt img {
  width: 1.89rem;
  height: 2.2rem;
}
.headbar.ztweb img {
  width: 1.44rem;
  height: 1.58rem;
}

.userwrap {
  position: absolute;
  top: 20px;
  right: 22px;
  z-index: 10;
  font-size: 0.15rem;
  color: #ffde02;
  text-align: center;
  margin-top: 0.15rem;
  border-radius: 0.3rem;
  background-color: #5f0c06;
  border: 1px solid #ffd450;
  text-align: center;
  line-height: 0.3rem;
}
.userwrap b,
.userwrap a {
  display: inline-block;
  font-weight: normal;
}
.userwrap a {
  color: #ffde02;
}
.userwrap .u-name {
  margin: 0 0.1rem;
}
.userwrap span {
  color: #d1dde0;
}
.userwrap .user_login {
  width: 100%;
  height: 100%;
}
.userwrap .user_login span {
  display: block;
}
.userwrap .user_login span a {
  padding: 0 0.3rem;
}
.userwrap .user_login_succeed {
  padding: 0 0.3rem;
}
.userwrap .user_login_succeed .username {
  color: #dbad61;
  margin: 0;
  font-weight: normal;
}
.userwrap .user_login_succeed a {
  margin-left: 0.1rem;
}

.section1 {
  height: 17.1rem;
  position: relative;
  background-image: url(../images/bg1.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.section1 .sg-wrap {
  position: relative;
  height: 100%;
  display: none;
}
.section1 .sg {
  position: absolute;
  width: 16.18rem;
  height: 2.96rem;
  background-image: url(../images/slogan.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  top: 8.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.section1 .tougao-link {
  width: 301px;
  height: 143px;
  margin-top: 900px;
  background-image: url(../images/tougaobtn.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  display: none;
}
.section1 .arrow {
  width: 1.36rem;
  height: 1.31rem;
  background-image: url(../images/arrowdown.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: absolute;
  left: 50%;
  bottom: 4.4rem;
  margin-left: -0.78rem;
  -webkit-animation: flight 1.5s ease infinite alternate both;
          animation: flight 1.5s ease infinite alternate both;
}
.section1 .act-flow {
  width: 14rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.section1 .act-flow .landwrap {
  position: relative;
}
.section1 .act-flow .landwrap .flow-time {
  position: relative;
  margin: 0 1.2rem;
}
.section1 .act-flow .landwrap .flow-time .swiper-button-prev {
  left: -1rem;
  width: 0.92rem;
  height: 0.94rem;
  margin-top: -0.6rem;
  background-image: url("../images/papre.png");
  background-size: 100%;
  background-position: left top;
  background-repeat: no-repeat;
}
.section1 .act-flow .landwrap .flow-time .swiper-button-next {
  right: -1rem;
  width: 0.92rem;
  height: 0.94rem;
  margin-top: -0.6rem;
  background-image: url("../images/panext.png");
  background-size: 100%;
  background-position: left top;
  background-repeat: no-repeat;
}
.section1 .act-flow .landwrap .flow-time .swiper-button-next::after,
.section1 .act-flow .landwrap .flow-time .swiper-button-prev::after {
  content: "";
}
.section1 .act-flow .landwrap .flow-time .swiper-button-next::before,
.section1 .act-flow .landwrap .flow-time .swiper-button-prev::before {
  content: "";
}
.section1 .act-flow .landwrap .flow-time .swiper-container {
  width: 6.1rem;
  position: relative;
  margin: 0 rem;
}
.section1 .act-flow .landwrap .flow-time .swiper-container .swiper-slide {
  width: 2.04rem;
  height: 3.03rem;
  position: relative;
}
.section1 .act-flow .landwrap .flow-time .swiper-container .swiper-slide .city {
  position: absolute;
  left: 50%;
  top: 0.95rem;
  background-size: 100%;
  z-index: 1;
  background-position: left top;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.section1 .act-flow .landwrap .flow-time .swiper-container .swiper-slide .city.city2 {
  width: 0.44rem;
}
.section1 .act-flow .landwrap .flow-time .swiper-container .swiper-slide .city.city3 {
  width: 0.31rem;
}
.section1 .act-flow .landwrap .flow-time .swiper-container .swiper-slide .city.city4 {
  width: 0.73rem;
}
.section1 .act-flow .landwrap .flow-time .swiper-container .swiper-slide .city.city5 {
  width: 0.44rem;
}
.section1 .act-flow .landwrap .flow-time .swiper-container .swiper-slide .city.city6 {
  width: 0.31rem;
}
.section1 .act-flow .landwrap .flow-time .swiper-container .swiper-slide .city.city7 {
  width: 0.73rem;
}
.section1 .act-flow .landwrap .flow-time .swiper-container .swiper-slide .city.city8 {
  width: 0.44rem;
}
.section1 .act-flow .landwrap .flow-time .swiper-container .swiper-slide .city.city9 {
  width: 0.44rem;
}
.section1 .act-flow .landwrap .flow-time .swiper-container .swiper-slide .info {
  width: 2.04rem;
  height: 3.03rem;
  background-image: url("../images/partbg.png");
  background-size: 100%;
  background-position: left top;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 1.5rem;
  padding-left: 0.65rem;
}
.section1 .act-flow .landwrap .flow-time .swiper-container .swiper-slide .info .station {
  position: absolute;
  color: #993530;
  font-size: 0.1333rem;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-orientation: upright;
  top: 0.63rem;
  left: 0.25rem;
  font-weight: bold;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
.section1 .act-flow .landwrap .flow-time .swiper-container .swiper-slide .info .address {
  width: 0.72rem;
}
.section1 .act-flow .landwrap .flow-time .swiper-container .swiper-slide .info .address span {
  display: block;
  text-align: center;
}
.section1 .act-flow .landwrap .flow-time .swiper-container .swiper-slide .info .address span:nth-of-type(1) {
  background: -webkit-gradient(linear, left top, left bottom, from(#fffaaa), to(#ffffff));
  background: linear-gradient(to bottom, #fffaaa, #ffffff);
  background: -webkit-linear-gradient(to bottom, #fffaaa, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #fffaaa;
  font-size: 0.26rem;
}
.section1 .act-flow .landwrap .flow-time .swiper-container .swiper-slide .info .address span:nth-of-type(2) {
  font-size: 0.133rem;
  color: #ffeebb;
  margin-top: 0.05rem;
}
.section1 .act-flow .landwrap .flow-time .swiper-container .swiper-slide img {
  display: block;
  width: 100%;
}
.section1 .lt,
.section1 .rt {
  width: 2.4rem;
  height: 3.54rem;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.section1 .lt {
  background-image: url(../images/pstart.png);
}
.section1 .rt {
  background-image: url(../images/plast.png);
}

.section2 {
  height: 27.85rem;
  position: relative;
  background-image: url(../images/bg2.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  overflow: hidden;
}
.section2 .t2 h1 {
  width: 7.85rem;
  height: 2.32rem;
  background-image: url("../images/tt1.png");
  background-size: 100%;
  background-position: left top;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.section2 .t2 p {
  width: 4.32rem;
  height: 0.52rem;
  background-image: url("../images/tips1.png");
  background-size: 100%;
  background-position: left top;
  background-repeat: no-repeat;
  margin: 0rem auto;
}
.section2 .t2 span {
  width: 4.52rem;
  height: 0.47rem;
  background-image: url("../images/tips2.png");
  background-size: 100%;
  background-position: left top;
  background-repeat: no-repeat;
  margin: 0 auto;
  display: block;
  font-size: 0.24rem;
  color: #f9ecb7;
  text-align: center;
  line-height: 0.47rem;
}
.section2 .bobao {
  margin: 0.3rem auto 0.52rem;
  position: relative;
}
.section2 .bobao i {
  display: block;
  width: 0.32rem;
  height: 0.29rem;
  background-image: url("../images/tips3.png");
  background-size: 100%;
  background-position: left top;
  background-repeat: no-repeat;
  margin-right: 0.1rem;
}
.section2 .bobao .bobaowrap {
  height: 0.25rem;
  font-size: 0.18rem;
  line-height: 0.25rem;
  overflow-x: hidden;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.section2 .bobao .bobaowrap ::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari and Opera */
}
.section2 .bobao .bobaowrap span {
  display: block;
  color: #fafafa;
}
.section2 .sortwrap {
  width: 14rem;
  margin: 1.2rem auto 0;
}
.section2 .itemwrap {
  width: 100%;
  height: 100%;
}
.section2 .itemwrap .item {
  width: 3.64rem;
  height: 6.18rem;
  margin: 0.35rem 0.45rem;
  background-image: url(../images/sortbg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
  padding-top: 0.1rem;
}
.section2 .itemwrap .item h1 {
  background: -webkit-gradient(linear, left top, left bottom, from(#fcfaca), to(#fbf862));
  background: linear-gradient(to bottom, #fcfaca, #fbf862);
  background: -webkit-linear-gradient(to bottom, #fcfaca, #fbf862);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #fcfaca;
  font-size: 0.44rem;
  text-align: center;
}
.section2 .itemwrap .item:nth-of-type(2) {
  padding-top: 0.46rem;
  background-image: url(../images/sortbg-1.png);
  margin-top: -1.6rem;
}
.section2 .itemwrap .item:nth-of-type(2) .pic {
  top: 1.2rem;
}
.section2 .itemwrap .item:nth-of-type(2) .point {
  bottom: 0.9rem;
}
.section2 .itemwrap .item:nth-of-type(2).zt .pic {
  top: 1rem;
}
.section2 .itemwrap .item.zt .pic {
  top: 0.7rem;
  width: 3.41rem;
  -webkit-transform: translateX(-1.79rem);
          transform: translateX(-1.79rem);
}
.section2 .itemwrap .item.ztm .pic {
  width: 4.17rem;
  -webkit-transform: translateX(-2.52rem);
          transform: translateX(-2.52rem);
}
.section2 .itemwrap .item.zthj .pic {
  width: 3.55rem;
  -webkit-transform: translateX(-1.93rem);
          transform: translateX(-1.93rem);
}
.section2 .itemwrap .item.zt2m .pic {
  width: 3.9rem;
  -webkit-transform: translateX(-2.29rem);
          transform: translateX(-2.29rem);
}
.section2 .itemwrap .item.zt2 .pic {
  width: 3.77rem;
  -webkit-transform: translateX(-2.15rem);
          transform: translateX(-2.15rem);
}
.section2 .itemwrap .item.yszt .pic {
  width: 3.21rem;
  -webkit-transform: translateX(-1.56rem);
          transform: translateX(-1.56rem);
}
.section2 .itemwrap .item.lsztm .pic {
  width: 3.21rem;
  -webkit-transform: translateX(-1.56rem);
          transform: translateX(-1.56rem);
}
.section2 .itemwrap .item.ls .pic {
  width: 3.73rem;
  -webkit-transform: translateX(-1.58rem);
          transform: translateX(-1.58rem);
}
.section2 .itemwrap .item.ztweb .pic {
  width: 3.94rem;
  -webkit-transform: translateX(-2.3rem);
          transform: translateX(-2.3rem);
}
.section2 .itemwrap .item .pic {
  position: absolute;
  left: 50%;
  top: 0.9rem;
}
.section2 .itemwrap .item .pic img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.section2 .itemwrap .item .point {
  font-size: 0.37rem;
  color: #fffbba;
  position: absolute;
  bottom: 1rem;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  word-break: keep-all;
  white-space: nowrap;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.section2 .itemwrap .item .point b {
  font-size: 0.55rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#e7cf73), to(#fffb9a));
  background: linear-gradient(to bottom, #e7cf73, #fffb9a);
  background: -webkit-linear-gradient(to bottom, #fcfaca, #fffb9a);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #fcfaca;
  font-weight: bold;
  display: inline-block;
}
.section2 .itemwrap .item .land {
  width: 100%;
  font-size: 0.28rem;
  color: #fbf790;
  position: absolute;
  bottom: 0.24rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.section2 .itemwrap .item .land i {
  display: block;
  width: 0.45rem;
  height: 0.43rem;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-image: url(../images/zan.png);
}
.section2 .itemwrap .item .land .znum {
  width: 1.36rem;
  font-style: normal;
  text-align: center;
}
.section2 .itemwrap .item .land .zbtn {
  display: block;
  width: 0.88rem;
  height: 0.46rem;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-image: url(../images/toupiao.png);
}
.section2 .itemwrap .item .land .zbtn.ed {
  cursor: not-allowed;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.section3 {
  height: 12.95rem;
  position: relative;
  background-image: url(../images/bg3.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.section3 .t3 {
  width: 7.85rem;
  height: 2.32rem;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-image: url(../images/tt2.png);
}
.section3 .tips4 {
  width: 2.75rem;
  height: 1.08rem;
  margin: 0.2rem auto 0.1rem;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-image: url(../images/tips4.png);
}
.section3 .award-wrap {
  padding: 1.57rem 0 0 5.22rem;
  width: 13.33rem;
  height: 6.3rem;
  margin: 0.2rem auto 0.1rem;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-image: url(../images/award.png);
}
.section3 .award-wrap .award-box {
  width: 2.9rem;
  height: 2.3rem;
  overflow-x: hidden;
  padding-right: 0.1rem;
  line-height: 0.25rem;
  color: #fcf8cb;
  font-size: 0.16rem;
  font-size-adjust: from-font;
}

.section4 {
  min-height: 13.84rem;
  position: relative;
  background-image: url(../images/bg4.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  overflow: hidden;
}
.section4 .t4 {
  width: 7.85rem;
  height: 2.32rem;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-image: url(../images/tt3.png);
}
.section4 > h3 {
  text-align: center;
  font-size: 0.36rem;
  text-shadow: 0px 0px 4px #ffd16e, 0px 0px 4px #ffd16e, 0px 0px 4px #ffd16e, 0px 0px 4px #ffd16e;
  color: #520101;
  font-weight: 800;
}
.section4 .video-wrap {
  width: 13.33rem;
  height: 6.73rem;
  background-image: url(../images/spbg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  margin: 0.67rem auto 0;
  padding-top: 1.1rem;
  position: relative;
}
.section4 .video-wrap .swiper-button-prev {
  left: 1.56rem;
  width: 0.3rem;
  height: 0.4rem;
  margin-top: -0.6rem;
  background-image: url("../images/papre1.png");
  background-size: 100%;
  background-position: left top;
  background-repeat: no-repeat;
}
.section4 .video-wrap .swiper-button-next {
  right: 1.56rem;
  width: 0.3rem;
  height: 0.4rem;
  margin-top: -0.6rem;
  background-image: url("../images/panext1.png");
  background-size: 100%;
  background-position: left top;
  background-repeat: no-repeat;
}
.section4 .video-wrap .swiper-button-next::after,
.section4 .video-wrap .swiper-button-prev::after {
  content: "";
}
.section4 .video-wrap .swiper-button-next::before,
.section4 .video-wrap .swiper-button-prev::before {
  content: "";
}
.section4 .video-wrap .video-slide {
  width: 9.5rem;
  margin: 0rem auto 0;
}
.section4 .video-wrap .swiper-slide {
  position: relative;
  margin: 0 auto;
}
.section4 .video-wrap .swiper-slide .cover {
  width: 2.91rem;
  height: 4.08rem;
  background-image: url(../images/vbg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  position: relative;
  margin: 0 auto;
}
.section4 .video-wrap .swiper-slide .cover .vbtn {
  width: 0.9rem;
  height: 0.92rem;
  background-image: url(../images/vbtn.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
}
.section4 .video-wrap .swiper-slide .cover .bg {
  width: 100%;
  height: 100%;
}
.section4 .video-wrap .swiper-slide .cover .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section4 .video-wrap .swiper-slide p {
  width: 95%;
  font-size: 0.2rem;
  color: #520101;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0.05rem auto 0;
}
.section4 .logogroup {
  width: 17.08rem;
  height: 1.76rem;
  background-image: url(../images/logo9.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  position: relative;
  margin: 1rem auto 0;
}

.sidbarnav {
  position: fixed;
  right: 2.5rem;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-animation: fade 0.5s ease;
          animation: fade 0.5s ease;
  z-index: 9;
  width: 2.44rem;
  height: 4.92rem;
  padding-top: 1.37rem;
  background-image: url("../images/sidebg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-left: 0.32rem;
}
.sidbarnav .guanzhu-link {
  display: block;
  width: 1.64rem;
}
.sidbarnav .guanzhu-link img {
  display: block;
  width: 1.04rem;
  height: 1.04rem;
  margin: 0 auto;
}
.sidbarnav .baritem {
  font-size: 0.22rem;
  width: 1.64rem;
  margin-top: 0.66rem;
}
.sidbarnav .baritem .act {
  color: #912417;
  width: 1.31rem;
  height: 0.41rem;
  text-align: center;
  line-height: 0.41rem;
  margin-top: 0.01rem;
}
.sidbarnav .baritem .act.active {
  color: #fefeda;
  width: 1.31rem;
  height: 0.41rem;
  background-image: url("../images/side2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.sidbarnav .back {
  position: absolute;
  width: 0.75rem;
  height: 1.55rem;
  background-image: url("../images/top.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  bottom: -1.43rem;
  left: 0.74rem;
}

@-webkit-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.rulespop .pop-wrap {
  width: 1200px;
  height: 604px;
  padding: 45px 60px 32px;
  border: 3px solid var(--popColor);
  border-radius: 4px;
  font-size: 23px;
  background-color: var(--popBgColor);
}
.rulespop .pop-content {
  height: 500px;
  padding-right: 20px;
  overflow-x: hidden;
}
.rulespop .close-pop {
  width: 48px;
  height: 48px;
  background-image: url(../images/closepop.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  position: absolute;
  right: 0px;
  top: -1px;
}
.rulespop .title {
  font-size: 24px;
  color: var(--popColor);
  text-align: center;
}
.rulespop .rull-item {
  font-size: 16px;
  margin-top: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.rulespop .rull-item .tt {
  color: var(--popColor);
  font-size: 20px;
  width: 140px;
  letter-spacing: 2px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.rulespop .rull-item p {
  color: var(--popColor);
  line-height: 28px;
  position: relative;
  font-size: 16px;
}
.rulespop .rull-item p span {
  display: block;
  padding-left: 20px;
}
.rulespop .rull-item p i {
  color: #dc430e;
  font-style: normal;
}
.awardPop .pop-wrap {
  padding-top: 1.7rem;
  width: 12.02rem;
  height: 7.56rem;
  background-image: url(../images/pop3.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
}
.awardPop .pop-wrap .pop-content {
  padding-left: 2rem;
}
.awardPop .pop-wrap .pop-content .xuni,
.awardPop .pop-wrap .pop-content .shiwu {
  height: 3.25rem;
  width: 8.43rem;
}
.awardPop .pop-wrap .pop-content .xuni .name,
.awardPop .pop-wrap .pop-content .shiwu .name {
  font-size: 0.36rem;
  color: #6d462f;
}
.awardPop .pop-wrap .pop-content .xuni .cdk,
.awardPop .pop-wrap .pop-content .shiwu .cdk {
  margin-top: 0.24rem;
}
.awardPop .pop-wrap .pop-content .xuni .cdk span:nth-of-type(1),
.awardPop .pop-wrap .pop-content .shiwu .cdk span:nth-of-type(1) {
  font-size: 0.247rem;
  color: #6d462f;
}
.awardPop .pop-wrap .pop-content .xuni .cdk span:nth-of-type(2),
.awardPop .pop-wrap .pop-content .shiwu .cdk span:nth-of-type(2) {
  margin: 0 0.2rem 0 0.33rem;
  width: 3.66rem;
  height: 0.46rem;
  line-height: 0.46rem;
  padding-left: 0.12rem;
  background-image: url(../images/input1.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  color: #595959;
  font-size: 0.18rem;
}
.awardPop .pop-wrap .pop-content .xuni .cdk a,
.awardPop .pop-wrap .pop-content .shiwu .cdk a {
  display: block;
  width: 0.74rem;
  height: 0.48rem;
  background-image: url(../images/copy.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  margin-top: 0.08rem;
}
.awardPop .pop-wrap .pop-content .xuni .icon {
  margin-top: 0.15rem;
}
.awardPop .pop-wrap .pop-content .xuni .icon img {
  display: block;
  width: 1.11rem;
}
.awardPop .pop-wrap .pop-content .xuni .tips {
  font-size: 0.2rem;
  color: #6d462f;
  margin-top: 0.2rem;
}
.awardPop .pop-wrap .pop-content .shiwu .icon {
  margin-top: 0.3rem;
}
.awardPop .pop-wrap .pop-content .shiwu .icon img {
  display: block;
  width: 1.38rem;
}
.awardPop .pop-wrap .pop-content .shiwu .cdk {
  margin-top: 0.4rem;
}
.awardPop .pop-wrap .pop-content .confirm-cancel {
  width: 2.93rem;
  height: 0.85rem;
  background-image: url(../images/btn2.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  margin: 0.18rem 0 0 2.8rem;
}

.tougaoPop .pop-wrap {
  padding: 50px 35px 30px;
  width: 810px;
  height: 600px;
  border: 3px solid var(--popColor);
  border-radius: 4px;
  font-size: 20px;
  color: var(--popColor);
  background-color: #fbfcff;
}
.tougaoPop .pop-wrap .close-pop {
  width: 48px;
  height: 48px;
  background-image: url(../images/closepop.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  position: absolute;
  right: 0px;
  top: -1px;
}
.tougaoPop .pop-wrap .channel {
  margin-bottom: 20px;
}
.tougaoPop .pop-wrap .channel span {
  width: 353px;
  height: 70px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
}
.tougaoPop .pop-wrap .channel span:nth-of-type(1) {
  background-image: url(../images/tab1.png);
}
.tougaoPop .pop-wrap .channel span:nth-of-type(1).active {
  background-image: url(../images/tab1-1.png);
}
.tougaoPop .pop-wrap .channel span:nth-of-type(2) {
  background-image: url(../images/tab2.png);
}
.tougaoPop .pop-wrap .channel span:nth-of-type(2).active {
  background-image: url(../images/tab2-1.png);
}
.tougaoPop .pop-wrap .txt {
  font-size: 19px;
  color: #f45a92;
  margin-top: 18px;
  text-align: center;
}
.tougaoPop .pop-wrap .pop-content {
  height: 480px;
  padding: 0 10px 0 15px;
  margin-top: 20px;
  overflow-x: hidden;
}
.tougaoPop .pop-wrap .pop-content .form-item:not(:first-child) {
  margin-top: 28px;
}
.tougaoPop .pop-wrap .pop-content .form-item label {
  color: var(--popColor);
  font-weight: normal;
}
.tougaoPop .pop-wrap .pop-content .form-item label span {
  color: #cc4f24;
  position: relative;
  z-index: 1;
}
.tougaoPop .pop-wrap .pop-content .form-item label span i {
  display: inline-block;
  width: 21px;
  height: 21px;
  background-image: url(../images/why.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  position: absolute;
  top: 4px;
  right: -11px;
}
.tougaoPop .pop-wrap .pop-content .form-item label span:hover .cover {
  display: block;
}
.tougaoPop .pop-wrap .pop-content .form-item label span .cover {
  position: absolute;
  z-index: 3;
  padding: 16px 25px;
  width: 418px;
  height: 150px;
  border: 1px solid #ce5125;
  font-size: 23px;
  color: #cf5529;
  background-color: var(--popBgColor);
  left: 0;
  display: none;
}
.tougaoPop .pop-wrap .pop-content .form-item label span .cover h3 {
  font-size: 18px;
  margin-bottom: 15px;
}
.tougaoPop .pop-wrap .pop-content .form-item label span .cover p {
  font-size: 16px;
}
.tougaoPop .pop-wrap .pop-content .form-item label span .cover p span {
  color: #7a4b35;
}
.tougaoPop .pop-wrap .pop-content .form-item > span {
  color: #f50b7e;
}
.tougaoPop .pop-wrap .pop-content .form-item span {
  margin-right: 10px;
  color: #f50b7e;
}
.tougaoPop .pop-wrap .pop-content input {
  width: 100%;
  color: var(--popColor);
  font-size: 18px;
  width: 100%;
  line-height: 50px;
  padding-left: 24px;
  border: 1px solid var(--popColor);
  margin-top: 8px;
}
.tougaoPop .pop-wrap .pop-content .phonewrap {
  margin-left: 70px;
}
.tougaoPop .pop-wrap .pop-content .taskdes {
  width: 430px;
}
.tougaoPop .pop-wrap .pop-content .switch {
  position: relative;
}
.tougaoPop .pop-wrap .pop-content .switch input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  margin: 0;
}
.tougaoPop .pop-wrap .pop-content .switch .switch__core {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 174px;
  height: 48px;
  outline: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
  background-image: url(../images/switchbg.png);
  background-repeat: no-repeat;
}
.tougaoPop .pop-wrap .pop-content .switch .switch__core:after {
  content: "否";
  position: absolute;
  top: 1px;
  left: 78px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 96px;
  height: 43px;
  background-image: url(../images/switchslide.png);
  background-repeat: no-repeat;
  text-align: center;
  line-height: 43px;
  color: #fcfaf6;
}
.tougaoPop .pop-wrap .pop-content .switch.is-checked .switch__core:after {
  content: "是";
  left: 1px;
}
.tougaoPop .pop-wrap .pop-content .uploadCover > p,
.tougaoPop .pop-wrap .pop-content .blicut > p {
  color: var(--popColor);
  font-size: 23px;
}
.tougaoPop .pop-wrap .pop-content .uploadCover > p span,
.tougaoPop .pop-wrap .pop-content .blicut > p span {
  color: #f50b7e;
}
.tougaoPop .pop-wrap .pop-content .uploadCover input,
.tougaoPop .pop-wrap .pop-content .blicut input {
  padding: 0;
  margin: 0;
}
.tougaoPop .pop-wrap .pop-content .uploadCover .outerline,
.tougaoPop .pop-wrap .pop-content .blicut .outerline {
  width: 300px;
  height: 200px;
  margin-top: 8px;
  position: relative;
  padding: 1px;
}
.tougaoPop .pop-wrap .pop-content .uploadCover .outerline .chooseImage,
.tougaoPop .pop-wrap .pop-content .blicut .outerline .chooseImage {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}
.tougaoPop .pop-wrap .pop-content .uploadCover .outerline .upInfo_img,
.tougaoPop .pop-wrap .pop-content .blicut .outerline .upInfo_img {
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid var(--popColor);
}
.tougaoPop .pop-wrap .pop-content .uploadCover .outerline .upInfo_img img,
.tougaoPop .pop-wrap .pop-content .blicut .outerline .upInfo_img img {
  width: 100%;
  height: 100%;
}
.tougaoPop .pop-wrap .pop-content .uploadCover .outerline label,
.tougaoPop .pop-wrap .pop-content .blicut .outerline label {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  text-align: center;
}
.tougaoPop .pop-wrap .pop-content .uploadCover .outerline label .uploadicon,
.tougaoPop .pop-wrap .pop-content .blicut .outerline label .uploadicon {
  width: 60px;
  height: 59px;
  background-image: url(../images/uploadicon.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  display: block;
  margin: 30px auto 6px;
}
.tougaoPop .pop-wrap .pop-content .uploadCover .outerline label p,
.tougaoPop .pop-wrap .pop-content .blicut .outerline label p {
  text-align: center;
  color: #979797;
  font-size: 16px;
  margin-top: 16px;
}
.tougaoPop .pop-wrap .pop-content .blicut .check-cut-ex {
  font-size: 16px;
  color: #f50b7e;
  text-align: center;
  text-decoration: underline;
  margin-top: 12px;
  position: relative;
}
.tougaoPop .pop-wrap .pop-content .blicut .check-cut-ex:hover .cutexam {
  display: block;
}
.tougaoPop .pop-wrap .pop-content .blicut .check-cut-ex .cutexam {
  position: absolute;
  display: none;
  z-index: 2;
  width: 250px;
  left: 250px;
  top: -405px;
  border: 2px solid var(--popColor);
}
.tougaoPop .pop-wrap .pop-content .blicut .check-cut-ex .cutexam img {
  width: 100%;
  display: block;
}
.tougaoPop .pop-wrap .pop-content .confirmnext {
  width: 454px;
  height: 86px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  margin: 30px auto 0;
}
.tougaoPop .pop-wrap .pop-content .confirmnext1 {
  background-image: url(../images/bindcount.png);
}
.tougaoPop .pop-wrap .pop-content .confirmnext2 {
  background-image: url(../images/bindcount.png);
}
.tougaoPop .pop-wrap .pop-content .uploadname1,
.tougaoPop .pop-wrap .pop-content .uploadname2 {
  width: 300px;
  color: #dc723e;
  font-size: 18px;
  display: block;
  font-style: normal;
  margin-top: 10px;
  word-break: break-all;
}
.tougaoPop .pop-wrap .pop-content .confirmUpload {
  width: 454px;
  height: 86px;
  background-image: url(../images/confirmUpload.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  margin: 80px auto 0;
}
.tougaoPop .pop-wrap .pop-content .bltips i,
.tougaoPop .pop-wrap .pop-content .dytips i {
  width: 313px;
  height: 70px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
}
.tougaoPop .pop-wrap .pop-content .bltips i {
  background-image: url(../images/bg6.png);
}
.tougaoPop .pop-wrap .pop-content .dytips i {
  background-image: url(../images/bg5.png);
}

.worksreferPop .pop-wrap {
  padding: 45px 40px;
  width: 1440px;
  height: 800px;
  border: 3px solid var(--popColor);
  border-radius: 4px;
  font-size: 23px;
  color: #7a4b35;
  background-color: var(--popBgColor);
}
.worksreferPop .pop-wrap .close-pop {
  width: 48px;
  height: 48px;
  background-image: url(../images/closepop.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  position: absolute;
  right: 0px;
  top: -1px;
}
.worksreferPop .pop-wrap .pop-content {
  overflow-x: hidden;
  height: 100%;
  padding-right: 10px;
}
.worksreferPop .pop-wrap .pop-content .ex-show {
  padding-top: 92px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.worksreferPop .pop-wrap .pop-content .ex-show ul li {
  float: left;
  margin-left: 40px;
  width: 285px;
}
.worksreferPop .pop-wrap .pop-content .ex-show ul li h3 {
  font-size: 22px;
  color: #f0efff;
  text-align: center;
}
.worksreferPop .pop-wrap .pop-content .ex-show ul li a {
  display: block;
  width: 285px;
  height: 162px;
  padding: 9px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-image: url(../images/bg4.png);
  position: relative;
}
.worksreferPop .pop-wrap .pop-content .ex-show ul li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.worksreferPop .pop-wrap .pop-content .ex-show ul li a i {
  position: absolute;
  width: 33px;
  height: 46px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-image: url(../images/videoicon.png);
  left: 50%;
  top: 50%;
  margin-left: -16px;
  margin-top: -23px;
}
.worksreferPop .pop-wrap .pop-content .ex-show ul li > p {
  font-size: 16px;
  color: #f0efff;
  text-align: center;
  margin-top: 6px;
  padding: 0 5px;
}
.worksreferPop .pop-wrap .pop-content .ex-show {
  width: 1339px;
  height: 371px;
}
.worksreferPop .pop-wrap .pop-content .ex-show1 {
  margin: 0px auto 0;
  background-image: url(../images/bg1.png);
  padding-left: 310px;
}
.worksreferPop .pop-wrap .pop-content .ex-show2 {
  margin: 32px auto 0;
  background-image: url(../images/bg2.png);
  padding-left: 12px;
}
.worksreferPop .pop-wrap .pop-content .ex-show3 {
  margin: 32px auto 0;
  background-image: url(../images/bg3.png);
  padding-left: 310px;
}
.worksreferPop .pop-wrap .pop-content .ex-show > div {
  width: 241px;
  height: 75px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}

.tpLoginPop .pop-wrap {
  padding-top: 2.25rem;
  width: 12.02rem;
  height: 7.56rem;
  background-image: url(../images/pop1.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
}
.tpLoginPop .pop-wrap .pop-content .form-wrap {
  margin-top: 0.23rem;
}
.tpLoginPop .pop-wrap .pop-content .form-wrap label {
  margin-right: 0.26rem;
  font-size: 0.24rem;
  color: #6d462f;
}
.tpLoginPop .pop-wrap .pop-content .form-wrap input {
  font-size: 0.247rem;
  line-height: 0.46rem;
  border-radius: 0;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  outline: medium;
  padding-left: 0.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.2477rem;
  color: #26232a;
  background-color: #fff;
}
.tpLoginPop .pop-wrap .pop-content .form-wrap .mobile {
  width: 3.66rem;
  height: 0.46rem;
  background-image: url(../images/input1.png);
}
.tpLoginPop .pop-wrap .pop-content .form-wrap .fy-code {
  width: 2.31rem;
  height: 0.47rem;
  background-image: url(../images/input2.png);
}
.tpLoginPop .pop-wrap .pop-content .form-wrap .err-tip {
  height: 30px;
  line-height: 30px;
  color: #ff0000;
  font-size: 18px;
}
.tpLoginPop .pop-wrap .pop-content .getcode {
  width: 1.32rem;
  height: 0.53rem;
  background-image: url(../images/codebtn.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  text-align: center;
  margin-left: 0.06rem;
  line-height: 0.48rem;
  white-space: nowrap;
  cursor: pointer;
  color: #ffffff;
  font-size: 0.216rem;
}
.tpLoginPop .pop-wrap .pop-content .loginbtn {
  width: 2.93rem;
  height: 0.85rem;
  background-image: url(../images/btn1.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  margin: 1rem auto 0;
}

.myworksPop .pop-wrap {
  padding-top: 1.7rem;
  width: 12.02rem;
  height: 7.56rem;
  background-image: url(../images/pop2.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
}
.myworksPop .pop-wrap .nonworks {
  width: 8.43rem;
  height: 2.7rem;
  background-color: #fff5db;
  text-align: center;
  font-size: 0.36rem;
  color: #6d462f;
  line-height: 0.7rem;
  border-radius: 0.17rem;
  margin: 0 auto;
}
.myworksPop .pop-wrap .myuploadwrap {
  width: 8.43rem;
  padding-right: 0.05rem;
  border-radius: 0.17rem;
  margin: 0 auto 0;
}
.myworksPop .pop-wrap .myuploadwrap .tt {
  color: #6d462f;
  font-size: 0.29rem;
  width: 100%;
  height: 0.6rem;
  line-height: 0.6rem;
  background-color: #c9bdaa;
}
.myworksPop .pop-wrap .myuploadwrap .tt span {
  text-align: center;
}
.myworksPop .pop-wrap .myuploadwrap .tt span:nth-of-type(1) {
  width: 2.15rem;
}
.myworksPop .pop-wrap .myuploadwrap .tt span:nth-of-type(2) {
  width: 1.8rem;
}
.myworksPop .pop-wrap .myuploadwrap .tt span:nth-of-type(3) {
  width: 4.1rem;
}
.myworksPop .pop-wrap .myuploadwrap .info {
  width: 100%;
  height: 3.5rem;
  overflow-x: hidden;
  font-size: 0.24rem;
  color: #6d462f;
  background-color: #fff5db;
  padding: 0.14rem 0;
  border-bottom-left-radius: 0.17rem;
  border-bottom-right-radius: 0.17rem;
}
.myworksPop .pop-wrap .myuploadwrap .info ul li {
  height: 0.6rem;
  text-align: center;
  background-color: #fff5db;
}
.myworksPop .pop-wrap .myuploadwrap .info ul li span:nth-of-type(1) {
  width: 2.15rem;
}
.myworksPop .pop-wrap .myuploadwrap .info ul li span:nth-of-type(2) {
  width: 1.8rem;
}
.myworksPop .pop-wrap .myuploadwrap .info ul li span:nth-of-type(3) {
  width: 4.1rem;
}
.myworksPop .pop-wrap .myuploadwrap .info ul li a {
  display: block;
  width: 0.74rem;
  height: 0.48rem;
  background-image: url(../images/copy.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  margin-left: 0.24rem;
}

/* 弹窗遮罩层 */
.videoLay {
  position: fixed;
  z-index: 100;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}

.videoLay .layContent {
  position: relative;
  width: 100%;
  height: 100%;
}

.videoLay .layContent .video {
  width: 800px;
  /* height: 4.62rem; */
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.close-pop {
  width: 1.47rem;
  height: 1.34rem;
  background-image: url(../images/closepop.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  position: absolute;
  right: 0px;
  top: -1px;
}