@charset "UTF-8";
@font-face {
  font-family: "CustomFont"; /* 定义字体名称 */
  src: url("./FZCHYJF.TTF") format("truetype"); /* 指定字体路径和格式 */
  font-weight: normal;
  font-style: normal;
}
html,
body {
  min-width: 1400px;
  font-family: PingFangSC, PingFangSC-Regular, Microsoft YaHei, 微软雅黑;
}

: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;
}

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

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

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

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

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

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

.oscroll::-webkit-scrollbar-thumb {
  background-color: #E99359;
  border-radius: 8px;
}

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

/* 火狐 滚动条*/
.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;
  z-index: 2;
}
.headbar .out-href {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.92rem;
  height: 0.94rem;
  background-image: url(../images/outhref1.png);
  background-size: 2.92rem;
  background-repeat: no-repeat;
  padding: 0 0.26rem;
}
.headbar .out-href a {
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FFF68E));
  background: linear-gradient(180deg, #FFF 0%, #FFF68E 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  line-height: 0.9rem;
  font-size: 0.2rem;
  font-family: CustomFont;
}
.headbar .out-href a:nth-child(1) {
  width: 1.475rem;
}
.headbar .out-href a:nth-child(2) {
  width: 1.445rem;
}
.headbar .out-href a:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}

.headbar .logo {
  position: absolute;
  top: 0rem;
  left: 2.5rem;
  z-index: 10;
  background-repeat: no-repeat;
  background-size: cover;
  width: 4rem;
}
.headbar .logo img {
  width: 4rem;
}

.headbar.zt img {
  width: 5.11rem;
}

.layout {
  height: 26.2rem;
  position: relative;
  background-image: url(../images/bg1.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.section1 {
  position: relative;
  height: 11.5rem;
}

.slogan {
  position: absolute;
  top: 5.4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 13.41rem;
  height: 2.05rem;
  background-image: url(../images/slogan.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 13.41rem;
}

.some-award {
  position: absolute;
  top: 8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 14.74rem;
  height: 3.58rem;
  background-image: url(../images/bg2.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.45rem 0.56rem;
  display: none;
}

.some-award .item {
  width: 2.03rem;
  height: 2.05rem;
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.some-award .item .keyframe {
  position: relative;
  z-index: 1;
}
.some-award .item img {
  width: auto;
  height: 1.6rem;
  display: block;
  margin: 0.25rem auto;
  position: relative;
  z-index: 1;
}

.some-award .item span {
  width: 2.03rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 1.92rem;
  color: #8F3215;
  font-size: 0.23rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  white-space: nowrap;
}

.some-award .tips {
  position: absolute;
  top: 2.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #FF671B;
  font-size: 0.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-weight: bolder;
}

.section2 h3 {
  width: 11.28rem;
  height: 1.97rem;
  position: relative;
  background-image: url(../images/title2.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  margin: 0 auto;
}
.section2 .points {
  text-align: center;
}
.section2 .points span {
  font-family: "CustomFont";
  font-size: 2rem;
  font-style: normal;
  line-height: 1em; /* 0% */
  background: -webkit-gradient(linear, left top, left bottom, from(#ffe692), to(#fffbf0));
  background: linear-gradient(to bottom, #ffe692, #fffbf0);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  letter-spacing: 0.06rem;
}
.section2 .points {
  margin-bottom: 0.2rem;
}
.section2 .tips {
  width: 7.63rem;
  height: 0.66rem;
  position: relative;
  background-image: url(../images/tips1.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  margin: 0 auto;
}
.section2 .marquee {
  margin-top: 0.5rem;
}
.section2 .marquee .marquee-content .marqueeitem {
  width: 100%;
}
.section2 .marquee .marquee-content .str_wrap {
  overflow: hidden;
  zoom: 1;
  width: 100%;
  font-size: 16px;
  line-height: 16px;
  position: relative;
  -moz-user-select: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
}
.section2 .marquee .marquee-content .str_move {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
}
.section2 .marquee .marquee-content .str_move_clone {
  display: inline-block;
  display: inline;
  zoom: 1;
  vertical-align: top;
  position: absolute;
  left: 100%;
  top: 0;
}
.section2 .marquee .marquee-content .str_vertical .str_move_clone {
  left: 0;
  top: 100%;
}
.section2 .marquee .marquee-content .str_down .str_move_clone {
  left: 0;
  bottom: 100%;
}
.section2 .marquee .marquee-content .str_vertical .str_move,
.section2 .marquee .marquee-content .str_down .str_move {
  white-space: normal;
  width: 100%;
}
.section2 .marquee .marquee-content .str_static .str_move,
.section2 .marquee .marquee-content .no_drag .str_move,
.section2 .marquee .marquee-content .noStop .str_move {
  cursor: inherit;
}
.section2 .marquee .marquee-content .str_wrap img {
  max-width: none !important;
}
.section2 .marquee .marquee-content .bullet-chat-second, .section2 .marquee .marquee-content .bullet-chat-third {
  margin-top: 0.3rem;
  text-align: center;
}
.section2 .marquee .marquee-content .bullet-chat {
  text-align: center;
}
.section2 .marquee .marquee-content .bullet-chat li, .section2 .marquee .marquee-content .bullet-chat-second li, .section2 .marquee .marquee-content .bullet-chat-third li {
  display: inline-block;
  margin: 0 0.2rem;
  border-radius: 0.25rem;
  background: rgba(110, 29, 0, 0.7);
  border: 2px solid #EDAC76;
  font-size: 0.2rem;
  color: #f4e1b9;
  height: 0.48rem;
  line-height: 0.4rem;
  padding: 0 0.3rem;
}
.section2 .marquee .marquee-content .bullet-chat li.dg, .section2 .marquee .marquee-content .bullet-chat-second li.dg, .section2 .marquee .marquee-content .bullet-chat-third li.dg {
  color: #b83a11;
  border: 1px solid #BD4E2A;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFE584), to(#FFEFCF));
  background: linear-gradient(180deg, #FFE584 0%, #FFEFCF 100%);
}
@media screen and (min-width: 3000px) {
  .section2 .marquee .marquee-content .bullet-chat li, .section2 .marquee .marquee-content .bullet-chat-second li, .section2 .marquee .marquee-content .bullet-chat-third li {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    margin: 0 0.08rem;
  }
}

.section3 h3 {
  width: 7.16rem;
  height: 1.97rem;
  position: relative;
  background-image: url(../images/title3.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  margin: 0 auto;
}
.section3 .sup-show {
  width: 14.74rem;
  height: 3.2rem;
  background-image: url(../images/bg4.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.45rem 0.4rem;
  position: relative;
  margin: -0.3rem auto 0;
  display: none;
}
.section3 .sup-show .item {
  width: 1.57rem;
  height: 1.57rem;
  position: relative;
  background-image: url(../images/bg3-1.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.section3 .sup-show .item img {
  display: block;
  width: 90%;
  margin: 0.1rem auto;
}
.section3 .sup-show .item span {
  width: 2.03rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 1.6rem;
  color: #8F3215;
  font-size: 0.23rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
.section3 .sup-show.zt2 .item {
  width: 1.06rem;
  height: 1.06rem;
  position: relative;
  background-image: url(../images/bg3-2.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section3 .sup-show.zt2 .item span {
  width: 2.03rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 1.1rem;
  color: #8F3215;
  font-size: 0.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
.section3 .sup-show .rules {
  position: absolute;
  top: 0.89rem;
  left: 0.63rem;
  width: 0.57rem;
  height: 1.43rem;
  background-image: url(../images/rulebtn.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  cursor: pointer;
}
.section3 .yuyuebtn {
  width: 5.27rem;
  height: 1.84rem;
  position: relative;
  z-index: 1;
  background-image: url(../images/yybtn.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin: -0.3rem auto;
}
.section3 .yuyuebtn:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
.section3 .yuyuebtn.yuyuebtned {
  background-image: url(../images/yybtned.png);
}
.section3 .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section3 .userwrap {
  z-index: 10;
  font-size: 0.15rem;
  color: #7F2300;
  text-align: center;
  margin: 0.3rem auto;
  min-width: 3.6rem;
  height: 0.42rem;
  line-height: 0.42rem;
  text-align: center;
  background-image: url(../images/login.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
  font-size: 0.18rem;
}
.section3 .userwrap b,
.section3 .userwrap a,
.section3 .userwrap span {
  display: inline-block;
  font-weight: normal;
  color: #7F2300;
}
.section3 .userwrap .u-name {
  margin: 0 0.1rem;
}
.section3 .userwrap .user_login span a {
  padding: 0 0.3rem;
}

@-webkit-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.rulespop .pop-wrap {
  width: 6.68rem;
  height: 7.32rem;
  background-image: url(../images/pop5.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  padding-top: 1.3rem;
}
.rulespop .pop-wrap .pop-content {
  height: 4.5rem;
  width: 5.5rem;
  margin: 0 auto;
  overflow-x: hidden;
}
.rulespop .pop-wrap .pop-content h3 {
  font-size: 0.22rem;
  color: #5E1A05;
  font-style: normal;
  font-weight: 700;
  line-height: 0.39em;
  min-width: 1.2rem;
  padding: 0 0.1rem;
  line-height: 0.39rem;
  border-radius: 5rem;
  background-color: #F5BE76;
  text-align: center;
  margin: 0.3rem 0 0.1rem 0;
  display: inline-block;
}
.rulespop .pop-wrap .pop-content p {
  line-height: 0.38rem;
  color: #6d462f;
  font-size: 0.2rem;
  position: relative;
  padding: 0 0 0 0.2rem;
}
.rulespop .pop-wrap .pop-content p span {
  color: #b24819;
  font-size: 0.24rem;
}
.rulespop .pop-wrap .pop-content p i {
  font-style: normal;
  position: absolute;
  left: 0;
  top: 0;
}
.rulespop .pop-wrap .pop-content p.textin {
  padding-left: 0.4rem;
}
.rulespop .pop-wrap .pop-content .plus {
  color: #FF671B;
  font-size: 0.22rem;
  font-style: normal;
  font-weight: 700;
  line-height: 0.36rem;
}

.rulespop .title {
  font-size: 24px;
  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 {
  font-size: 20px;
  width: 140px;
  letter-spacing: 2px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.rulespop .rull-item p {
  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;
}

.tipsPop .pop-wrap, .tipsBindPop .pop-wrap {
  width: 6.68rem;
  height: 4.71rem;
  background-image: url(../images/pop2.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
}
.tipsPop .pop-wrap .pop-content, .tipsBindPop .pop-wrap .pop-content {
  height: 100%;
}
.tipsPop .pop-wrap .pop-content .tips, .tipsBindPop .pop-wrap .pop-content .tips {
  height: 100%;
  padding-top: 0.5rem;
}
.tipsPop .pop-wrap .pop-content .tips h3, .tipsBindPop .pop-wrap .pop-content .tips h3 {
  color: #5E1A05;
  text-align: center;
  font-size: 0.3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 0.6rem; /* 200% */
}
.tipsPop .pop-wrap .pop-content .tips p, .tipsBindPop .pop-wrap .pop-content .tips p {
  color: #5E1A05;
  text-align: center;
  font-size: 0.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.6rem; /* 200% */
}
.tipsPop .pop-wrap .pop-content .tips .confirm-cancel, .tipsBindPop .pop-wrap .pop-content .tips .confirm-cancel {
  width: 1.81rem;
  height: 0.68rem;
  background-image: url(../images/cancel.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  margin: 0.32rem auto 0;
}

.awardPop .pop-wrap {
  width: 6.68rem;
  height: 4.71rem;
  background-image: url(../images/pop3.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
}
.awardPop .pop-wrap .pop-content .xuni {
  height: 4.71rem;
  width: 6.68rem;
  padding-top: 0.6rem;
}
.awardPop .pop-wrap .pop-content .xuni .name {
  font-size: 0.26rem;
  color: #5E1A05;
  text-align: center;
  line-height: 0.5rem;
}
.awardPop .pop-wrap .pop-content .xuni .cdk {
  margin-top: 0.08rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.awardPop .pop-wrap .pop-content .xuni .cdk span {
  display: block;
  width: 4.1rem;
  height: 0.6rem;
  line-height: 0.5rem;
  background-color: #fff;
  border-radius: 500px;
  border: 2px solid #BE775B;
  color: #5E1A05;
  font-size: 0.26rem;
  text-align: center;
}
.awardPop .pop-wrap .pop-content .xuni .cdk a {
  display: block;
  width: 0.93rem;
  height: 0.6rem;
  line-height: 0.54rem;
  color: #FFEFCF;
  text-align: center;
  font-size: 0.26rem;
  font-weight: 700;
  margin-left: 0.14rem;
  border-radius: 500px;
  border: 2px solid #BE775B;
  background-color: #A93B2F;
}
.awardPop .pop-wrap .pop-content .xuni .tips {
  height: 0.8rem;
  color: #5E1A05;
  font-size: 0.22rem;
  text-align: center;
  line-height: 0.3rem;
  margin-top: 0.28rem;
}
.awardPop .pop-wrap .pop-content .confirm-cancel {
  width: 1.81rem;
  height: 0.68rem;
  background-image: url(../images/cancel.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  margin: 0 auto;
}

.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%;
}

.bindPop .tips {
  font-size: 0.2rem;
  color: #D73300;
  text-align: center;
  margin-top: 0.1rem;
}
.bindPop .pop-wrap {
  width: 6.68rem;
  height: 4.71rem;
  background-image: url(../images/pop4.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
}
.bindPop .pop-wrap .regist-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-bottom: 0.2rem;
}
.bindPop .pop-wrap .regist-form .form-wrap {
  margin: 0.28rem auto 0;
  width: 4.11rem;
  height: 0.6rem;
  border-radius: 5rem;
  position: relative;
}
.bindPop .pop-wrap .regist-form .form-wrap:nth-of-type(1) {
  margin-top: 0rem;
}
.bindPop .pop-wrap .regist-form .select .lb {
  width: 1.2rem;
  font-size: 0.26rem;
  color: #000000;
}
.bindPop .pop-wrap .regist-form .select .selection-show {
  width: 100%;
  height: 0.6rem;
  background-color: #fffef6;
  font-size: 0.26rem;
  line-height: 0.6rem;
  border-radius: 5rem;
  cursor: pointer;
  border: 2px solid #b29160;
  position: relative;
  padding-left: 0.32rem;
  color: #5E1A05;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bindPop .pop-wrap .regist-form .select .selection-show .arrow {
  cursor: pointer;
  pointer-events: all;
  height: 0.12rem;
  width: 0.19rem;
  background: url(../images/arrow.png);
  background-size: 100% 100%;
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  right: 0.26rem;
}
.bindPop .pop-wrap .regist-form .select .selection-show .arrow.isopen {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.bindPop .pop-wrap .regist-form .select .selection-show .selection-list {
  position: absolute;
  width: 90%;
  z-index: -1;
  background-color: #fff;
  border-radius: 0.04rem;
  height: 0;
  border: 0.01rem solid #cec09e;
  overflow: auto;
  margin-top: 0.01rem;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
  left: 5%;
  top: 0.56rem;
  display: none;
}
.bindPop .pop-wrap .regist-form .select .selection-show .selection-list.is-drop {
  z-index: 1;
  height: 2rem;
  opacity: 1;
  display: block;
}
.bindPop .pop-wrap .regist-form .select .selection-show .selection-list ul li {
  height: 0.56rem;
  width: 100%;
  padding-left: 0.15rem;
  line-height: 0.56rem;
  font-size: 0.24rem;
  text-align: left;
  border-radius: 0.04rem;
  color: #5E1A05;
}
.bindPop .pop-wrap .regist-form .select .selection-show .selection-list ul li.selected {
  background-color: #ead8b4;
}
.bindPop .pop-wrap .regist-form .confirm-zt2m {
  width: 1.81rem;
  height: 0.68rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0.52rem;
  position: absolute;
  background-image: url(../images/cfm.png);
  background-repeat: no-repeat;
  background-size: 1.81rem;
  cursor: pointer;
}

.tpLoginPop .pop-wrap {
  width: 6.68rem;
  height: 7.32rem;
  background-image: url(../images/pop1.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
}
.tpLoginPop .pop-wrap .regist-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-bottom: 0.2rem;
}
.tpLoginPop .pop-wrap .regist-form .form-wrap {
  margin: 0.28rem auto 0;
  width: 4.11rem;
  height: 0.6rem;
  border-radius: 5rem;
  position: relative;
}
.tpLoginPop .pop-wrap .regist-form .form-wrap:nth-of-type(1) {
  margin-top: 0rem;
}
.tpLoginPop .pop-wrap .regist-form .form-wrap label {
  margin-right: 0.26rem;
  font-size: 0.24rem;
  color: #6d462f;
}
.tpLoginPop .pop-wrap .regist-form .form-wrap input {
  font-size: 0.26rem;
  line-height: 0.6rem;
  width: 100%;
  height: 0.6rem;
  border-radius: 5rem;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  outline: medium;
  padding-left: 0.32rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.2477rem;
  color: #5E1A05;
  background-color: #fff;
  border: 2px solid #BE775B;
}
.tpLoginPop .pop-wrap .regist-form .form-wrap .getcode {
  width: 1.83rem;
  height: 0.6rem;
  text-align: center;
  line-height: 0.6rem;
  white-space: nowrap;
  cursor: pointer;
  color: #FFEFCF;
  font-size: 0.26rem;
  position: absolute;
  right: 0rem;
  top: 0;
  background-color: #A93B2F;
  border-radius: 5rem;
}
.tpLoginPop .pop-wrap .regist-form .select .lb {
  width: 1.2rem;
  font-size: 0.26rem;
  color: #000000;
}
.tpLoginPop .pop-wrap .regist-form .select .selection-show {
  width: 100%;
  height: 0.6rem;
  background-color: #fffef6;
  font-size: 0.26rem;
  line-height: 0.6rem;
  border-radius: 5rem;
  cursor: pointer;
  border: 2px solid #b29160;
  position: relative;
  padding-left: 0.32rem;
  color: #5E1A05;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tpLoginPop .pop-wrap .regist-form .select .selection-show .arrow {
  cursor: pointer;
  pointer-events: all;
  height: 0.12rem;
  width: 0.19rem;
  background: url(../images/arrow.png);
  background-size: 100% 100%;
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  right: 0.26rem;
}
.tpLoginPop .pop-wrap .regist-form .select .selection-show .arrow.isopen {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.tpLoginPop .pop-wrap .regist-form .select .selection-show .selection-list {
  position: absolute;
  width: 90%;
  z-index: -1;
  background-color: #fff;
  border-radius: 0.04rem;
  height: 0;
  border: 0.01rem solid #cec09e;
  overflow: auto;
  margin-top: 0.01rem;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
  left: 5%;
  top: 0.56rem;
  display: none;
}
.tpLoginPop .pop-wrap .regist-form .select .selection-show .selection-list.is-drop {
  z-index: 1;
  height: 2rem;
  display: block;
}
.tpLoginPop .pop-wrap .regist-form .select .selection-show .selection-list ul li {
  height: 0.56rem;
  width: 100%;
  padding-left: 0.15rem;
  line-height: 0.56rem;
  font-size: 0.24rem;
  text-align: left;
  border-radius: 0.04rem;
  color: #5E1A05;
}
.tpLoginPop .pop-wrap .regist-form .select .selection-show .selection-list ul li.selected {
  background-color: #ead8b4;
}
.tpLoginPop .pop-wrap .regist-form .confirm {
  width: 1.81rem;
  height: 0.68rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0.52rem;
  position: absolute;
  background-image: url(../images/cfm.png);
  background-repeat: no-repeat;
  background-size: 1.81rem;
  cursor: pointer;
}
.tpLoginPop .pop-wrap .regist-form .selectbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: none;
}
.tpLoginPop .pop-wrap .regist-form .selectbox span {
  font-size: 0.2rem;
  color: #D73300;
}
.tpLoginPop .pop-wrap .regist-form .selectbox input[type=checkbox] + .check {
  width: 0.25rem;
  height: 0.25rem;
  background-image: url(../images/checkbox.png);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.tpLoginPop .pop-wrap .regist-form .selectbox input[type=checkbox]:checked + .check {
  width: 0.25rem;
  height: 0.25rem;
  background-image: url(../images/checkboxed.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.tpLoginPop .pop-wrap .regist-form .selectbox .checkb {
  width: 0.25rem;
  height: 0.25rem;
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  z-index: 1;
  position: relative;
}
.tpLoginPop .pop-wrap .regist-form .selectbox .check {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tpLoginPop .pop-wrap .pop-content .form-wrap .err-tip {
  height: 30px;
  line-height: 30px;
  color: #ff0000;
  font-size: 18px;
}

.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;
}

/* 弹窗遮罩层 */
.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: 0.44rem;
  height: 0.44rem;
  background-image: url(../images/closepop.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  position: absolute;
  right: 0rem;
  top: -0.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.close-pop:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.scal {
  animation: scalable 1s ease-in-out 0s infinite alternate none;
  -webkit-animation: scalable 1s ease-in-out 0s infinite alternate none;
}

@-webkit-keyframes scalable {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
  }
}
@keyframes scalable {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
  }
}
.keyframe1 {
  width: 1.6rem;
  height: 1.6rem;
  margin: 0.2rem auto 0;
  background-image: url("../images/lszt/key-p1.png");
  background-size: 10.99rem;
  background-position: 0 0;
  -webkit-animation: keystep1 1s steps(7) infinite both;
  animation: keystep1 1s steps(7) infinite both;
}

.keyframe2 {
  width: 1.6rem;
  height: 1.6rem;
  margin: 0.2rem auto 0;
  background-image: url("../images/lszt/key-p2.png");
  background-size: 10.99rem;
  background-position: 0 0;
  -webkit-animation: keystep1 1s steps(7) infinite both;
  animation: keystep1 1s steps(7) infinite both;
}

.keyframe3 {
  width: 1.6rem;
  height: 1.6rem;
  margin: 0.2rem auto 0;
  background-image: url("../images/zt/key-p2.png");
  background-size: 10.99rem;
  background-position: 0 0;
  -webkit-animation: keystep1 1s steps(7) infinite both;
  animation: keystep1 1s steps(7) infinite both;
}

.keyframe4 {
  width: 1.6rem;
  height: 1.6rem;
  margin: 0.2rem auto 0;
  background-image: url("../images/zt/key-p4.png");
  background-size: 10.99rem;
  background-position: 0 0;
  -webkit-animation: keystep1 1s steps(7) infinite both;
  animation: keystep1 1s steps(7) infinite both;
}

.keyframe5 {
  width: 1.6rem;
  height: 1.6rem;
  margin: 0.2rem auto 0;
  background-image: url("../images/zt/key-p5.png");
  background-size: 10.99rem;
  background-position: 0 0;
  -webkit-animation: keystep1 1s steps(7) infinite both;
  animation: keystep1 1s steps(7) infinite both;
}

.keyframe6 {
  width: 1.6rem;
  height: 1.6rem;
  margin: 0.2rem auto 0;
  background-image: url("../images/zt/key-p6.png");
  background-size: 10.99rem;
  background-position: 0 0;
  -webkit-animation: keystep1 1s steps(7) infinite both;
  animation: keystep1 1s steps(7) infinite both;
}

.keyframe7 {
  width: 1.6rem;
  height: 1.6rem;
  margin: 0.2rem auto 0;
  background-image: url("../images/zt2m/key-p6.png");
  background-size: 10.99rem;
  background-position: 0 0;
  -webkit-animation: keystep1 1s steps(7) infinite both;
  animation: keystep1 1s steps(7) infinite both;
}

@-webkit-keyframes keystep1 {
  0% {
    background-position-x: 0px;
  }
  100% {
    background-position-x: -10.99rem;
  }
}
@keyframes keystep1 {
  0% {
    background-position-x: 0px;
  }
  100% {
    background-position-x: -10.99rem;
  }
}
.keyframe0 {
  background-image: url("../images/key0.png");
  background-size: 1.4rem 44.28rem;
  background-position: 0 0;
  -webkit-animation: keystep0 2s steps(35) infinite both;
  animation: keystep0 2s steps(35) infinite both;
  position: absolute;
  width: 1.4rem;
  height: 1.3rem;
  left: 0.26rem;
  top: 0.44rem;
  -webkit-transform: scale(1.7);
          transform: scale(1.7);
}

@-webkit-keyframes keystep0 {
  0% {
    background-position-y: 0px;
  }
  100% {
    background-position-y: -43.05rem;
  }
}
@keyframes keystep0 {
  0% {
    background-position-y: 0px;
  }
  100% {
    background-position-y: -43.05rem;
  }
}