@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  outline: none;
  font-family: "-apple-system", "SF UI Display", "Arial", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", "sans-serif";
  letter-spacing:1px;
}

a {
  text-decoration: none;
}

body {
  font-size: 0 !important;
  background-color: #0E0C4A;
}

a {
  cursor: pointer;
}

ul, li {
  list-style: none;
}

button {
  cursor: pointer;
  user-select: none;
}

.header {
  font-size: 17px;
  color: #fff;
}

.subtitle {
  font-size: 17px;
  color: #000;
}

.contact {
  font-size: 17px;
  color: #333;
}

.nav, .button {
  font-size: 17px;
  color: #fff;
}

.copyright, .footer {
  font-size: 12px;
  color: #fff;
}

.normal, .main .item .content, .main .item .content.info {
  font-size: 16px;
  color: white;
}

.tips {
  font-size: 14px;
  color: #666;
}

.tips-C0A264 {
  font-size: 14px;
  color: #1811ac;
}

.font-14-3 {
  font-size: 14px;
  color: #fff;
}

.font-14 {
  font-size: 14px;
  color: #1811ac;
}

.font-14-6 {
  font-size: 14px;
  color: #333;
}

.font-14-F, .main .item .content.info .right .uploaded .text-button {
  font-size: 14px;
  color: #fff;
}

.font-18 {
  font-size: 17px;
  color: #1811ac;
}

.font-24 {
  font-size: 17px;
  color: #1811ac;
}

.font-30-6 {
  font-size: 17px;
  color: #c0a264;
}

.header {
  width: 100%;
}

.title-bg {
  width: 100%;
  border-bottom: 50px solid #c0a264;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  box-sizing: border-box;
}

.input {
  width: 326px;
  height: 45px;
  background: #ffffff;
  border: 1px solid #1811ac;
  border-radius: 10px;
  transition: 0.3s;
  padding: 0 20px;
  box-sizing: border-box;
}

.input:hover {
  border-color: rgba(24, 17, 172, 0.6);
}

.label {
  width: 6em;
  text-align: right;
}
.logobox{height: 39px; width: auto; margin-left: 50px;}
.zjbox{ height: 36px; line-height: 36px; width: 145px; background-color: #c0a264; text-align: center; border-radius: 18px; color: #fff; margin-right:50px; }
.zjbox:hover{ background-color: #fff; color: #c0a264;  }

@media screen and (max-width: 1000px) {
  .logobox{height: 30px; width: auto; margin-left: 20px;}
  .logobox img{height: 30px; width: auto;}
.zjbox{ height: 36px; line-height: 36px; width: 218px; background-color: #c0a264; text-align: center; border-radius: 18px; color: #fff; margin-right:10px; }
.zjbox:hover{ background-color: #fff; color: #c0a264;  }

}


.nav{ position: fixed; top: 0; left: 0; width: 100%; z-index: 999; display: flex; justify-content: space-between; align-items:center; }
.nav, .button {
  width: 100%;
  background-color: #07063C;
  height: 70px;
  line-height: 70px;
}

.nav .container, .button .container {
  width: 1000px;
  display: flex;
  justify-content: space-evenly;
  margin: 0 auto;
}

.nav .container a, .button .container a {
  color: #fff;
}

.tips-C0A264 {
  text-align: center;
  margin-bottom: 12px;
}

.button {
  text-align: center;
  width: 185px;
  height: 50px;
  border-radius: 10px;
  background: #ececec;
  color: #333;
  display: inline-block;
  cursor: pointer;
  user-select: none;
}

.button.submit {
  background: #1811ac;
  color: #fff;
}

.button.cancel {
  background: #ececec;
  color: #666;
  margin-left: 40px;
}

.collepasable {
  cursor: pointer;
}

.main {
  background-color: #0e0c4a;
  padding: 75px 0 10px;
}

.banner{ max-width: 1920px; margin:0 auto; margin-top: 70px;  }
.banner img{ width: 100%; height: auto; }
.main .item {
  margin: 0 auto;
  margin-bottom: 100px;
  width: 1200px;
  padding: 0 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {

  .nav, .button {
  width: 100%;
  background-color: #c0a264;
  height: 50px;
  line-height:50px;

}
.banner{  margin-top: 50px;  }
}

.main .item .title {
  font-size: 24px;
  color: #fff;
  text-align: center;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main .item .title p {
  transform: translateY(25px);
  line-height: 1;
}

.main .item .content {
  box-sizing: border-box;
  background-color: #07063c;
  padding: 15px 40px;
  line-height: 1.5;
  overflow: hidden;
  transition: height 0.3s, padding 0.3s;
}

.main .item .content.collepase {
  height: 15px;
  padding-bottom: 0 !important;
  padding-top: 15px !important;
}

.main .item .content.form {
  padding: 50px 40px;
}

.main .item .content.form .form-item {
  display: inline-flex;
  align-items: center;
  margin-bottom: 15px;
  float: left;
}

.main .item .content.form .form-item:nth-of-type(2n) {
  float: right;
}

.main .item .content.form .form-item .label {
  margin-right: 20px;
}

.main .item .content.form .form-item .label::after {
  content: "*";
  color: red;
  margin-left: 5px;
}

.main .item .content.info {
  display: flex;
  text-align: center;
  position: relative;
  padding: 40px 10px;
}

.main .item .content.info .subtitle {
  margin-bottom: 20px;
}

.main .item .content.info .left {
  width: 385px;
  padding: 0 30px;
}

.main .item .content.info .seperator {
  border-right: 1px solid #ececec;
}

.main .item .content.info .right {
  width: 614px;
  padding: 0 40px;
}

.main .item .content.info .right .uploaded {
  display: flex;
  align-items: center;
  justify-content: center;
}

.main .item .content.info .right .uploaded .text-button {
  padding: 5px 12px;
  background-color: #1811ac;
  border-radius: 5px;
  margin-left: 10px;
  cursor: pointer;
}

.main .item .content.info .tips {
  margin-bottom: 20px;
  text-align: justify;
}

.main .item .content.info .upload-tips {
  margin: 15px 0 10px;
  text-align: center;
}

.main .item .content.info .file-name {
  text-align: center;
  margin-bottom: 30px;
}

.submit-buttons {
  text-align: center;
}

.footer {
  text-align: center;
  line-height: 50px;
  height: 50px;
  background-color: #333;
}

.video-play {
  width: 600px;
  height: 338px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.video-play .video-box {
  width: 600px;
  height: 338px;
}

.flow-desc {
  font-style: normal;
  display: block;
  color: white;
  margin: 8px 0 16px;
}

.submit {
  font-size: 20px;
  width: 960px;
  
  display: flex;
  justify-content: center;
  margin-top: 30px;
   
   
}

.submit .btn {
  height: 50px;
  width: 150px;
  background: #c0a264;
  color: #fff;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.form-input {
  /*display: flex;
  align-items: center;
  flex-direction: column;*/
}

.form-input p {
  /*width: 810px;*/
  display: flex;
  margin-bottom: 20px;
  border-radius: 8px;
    border: 1px solid #C0A264;
}

.form-input p span {
  width: 140px;
  text-align: right;
  height: 50px;
  line-height: 50px;
}

.form-input p input {
  flex: 1;
  border: none;
  background: none;
  color: #fff;
  padding: 0 12px;
  height: 50px;
  font-size: 16px;
}

.form-input p input::placeholder {
  color: #ccc;
  font-size: 14px;
}

.rule-p {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.8;
  text-align: justify;
  color: white;
}
@media screen and (max-width: 1000px) {

  .rule-p {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.5;
  text-align: justify;
  color: white;
}
}

.unit {
  font-size: 16px;
  margin-bottom: 20px;
  color: white;
}

.unit i {
  font-style: normal;
  color: #c0a264;
}

.arrow {
  display: none;
}

.knows {
  font-size: 14px;
}

.knows li {
  margin-bottom: 12px;
  list-style: initial;
}

#videoPlay {
  display: block;
}

.video-play {
  display: none;
}

.knows-wrap {
  justify-content: center !important;
}

.qj-intro {
  color: white !important;
  margin: 10px 0px;
}

.sub-title {
  font-size: 24px;
  color: #c0a264;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #c0a264;
  margin: 30px 0 20px;
  padding-left: 24px;
  position: relative;
}

.sub-title::before {
  content: '';
  position: absolute;
  left: 0;
  width: 11px;
  height: 15px;
  background: url(../image/sub-icon.png) no-repeat;
  background-size: contain;
  top: 50%;
  margin-top: -8px;
}
.dis{ display: none; }
.dis2{ display: block; }
@media screen and (max-width: 1000px) {
  .dis{ display: block; }
  .dis2{ display: none }
  .main .item .title {
    font-size: 5vw;
  }
  .title img{ width: 100%; height: auto; }
  #videoPlay {
    display: none;
  }
  .video-play {
    display: block;
  }
  .arrow {
    display: block;
    text-align: center;
    margin-bottom: 30px;
    width: calc(100% - 30px);
    background: #5a5847;
    margin: 0 auto 30px;
  }
  .arrow img {
    width: 6vw;
    margin: 20px 0;
  }
  .arrow .spread {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transition: transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    -o-transition: -o-transform 0.2s;
    -ms-transition: -ms-transform 0.2s;
  }
  .hide1, .hide2, .hide3 {
    height: 800px;
    overflow: hidden;
  }
  .hide1.item, .hide2.item, .hide3.item {
    margin-bottom: 0 !important;
  }
  .video-play {
    width: 80vw;
    height: 45vw;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .video-play .video-box {
    width: 80vw;
    height: 45vw;
  }
  .submit {
    width: 100%;
    height: 72px;
  }
  .submit .btn {
    height: 12vw;
    width: 30vw;
    font-size: 5vw;
  }
  .form-input p {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
  }
  .form-input p span {
    flex: 1;
    text-align: right;
    height: 50px;
    line-height: 50px;
    font-size: 3.4vw;
    display: none;
  }
  .form-input p input {
    flex: 1;
    font-size: 4vw;
    border-radius: 0;
    padding-left:15px;
  }
  .form-input p input::placeholder {
    font-size: 2.8vw;
  }
  .knows {
    font-size: 3.2vw;
    width: 92%;
    margin: 0 auto;
  }
  .header-img {
    height: 265px;
    object-fit: cover;
  }
  .main {
    padding-top: 40px !important;
    padding-bottom: 0 !important;
  }
  .title-bg {
    background-size: cover;
  }
  .main .item {
    width: 100%;
  }
  .main .item .content {
    padding: 15px 10px 15px 25px;
  }
  .form {
    padding: 25px 20px !important;
    display: flex;
    flex-direction: column;
  }
  .form .label {
    width: 6em;
    margin-right: 10px !important;
    flex-shrink: 0;
  }
  .info {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 10px !important;
  }
  .info .subtitle {
    font-size: 17px !important;
  }
  .info .subtitle,
  .info .subcontent {
    margin-bottom: 10px !important;
  }
  .info .button {
    font-size: 16px !important;
  }
  .info .left,
  .info .right {
    width: auto !important;
    padding: 0 10px !important;
  }
  .info .seperator {
    border-right: 0;
    border-bottom: 1px solid #ececec;
    margin: 10px;
  }
  .submit-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .submit-buttons .cancel {
    margin-left: 0;
    margin-top: 20px;
  }
  .live-content .left {
    display: none;
  }
  .live-content .right {
    height: auto !important;
  }
  .input {
    flex: 1;
    width: 1% !important;
  }
  .container {
    width: 100% !important;
  }
  .container > * {
    display: none;
  }
  .container > *:first-of-type {
    display: block;
  }
  .container > *:nth-of-type(6) {
    display: block;
  }
}

@media screen and (max-width: 1000px) {
  .list-title {
    line-height: 40px;
  }
  .font-24 {
    font-size: 17px !important;
  }
  .font-18 {
    font-size: 16px !important;
  }
  .live-content {
    display: flex;
    flex-wrap: wrap;
    padding: 20px !important;
  }
  .live-content .left {
    margin-right: 0 !important;
    margin-bottom: 20px;
    width: 100% !important;
    height: auto !important;
  }
  .item {
    margin-bottom: 30px !important;
  }
  .prize-content {
    display: flex;
    flex-direction: column;
  }
  .prize-content .prize-item {
    width: 100% !important;
  }
  .prize-content .prize-img {
    width: auto;
    max-width: 100%;
    height: auto !important;
  }
  .prize-content p {
    width: 300px;
  }
  .mode-content {
    padding: 0 !important;
  }
  .mode-content .margin-botttom-none {
    margin-bottom: 0 !important;
  }
  .item .rule-content {
    padding: 30px 20px 40px !important;
  }
  .prize-detail {
    padding-left: 0 !important;
    line-height: 1.5 !important;
  }
  .warn {
    line-height: 1.6;
  }
  .contact-container {
    width: auto !important;
    flex-direction: column;
    align-items: center;
  }
  .contact-container .qr-container {
    margin: 20px 0;
  }
  .step-img {
    width: 100% !important;
    margin-bottom: 20px !important;
  }
  .contact {
    margin-top: 20px !important;
  }
}

.rule-introduction {
  text-indent: 0;
  line-height: 1.5;
  text-align: justify;
  font-size: 14px;
  margin-top: 24px;
  color: white;
}

.rule-content {
  padding: 80px 100px 60px   !important;
}

.rule-content.prize-content {
 /* display: flex;
  flex-wrap: wrap;
  justify-content: space-between;*/
}

.rule-content.prize-content::after {
  content: "";
  width: 350px;
  display: inline-block;
}

.rule-content.prize-content .prize-item {
  width: 310px;
  margin-bottom: 30px;
  float: left;
  margin-right: 20px;
}
.rule-content.prize-content .prize-item img{ width: 100%; height: auto; }
.rule-content.prize-content .prize-item:nth-child(3n){ margin-right: 0; }

@media screen and (max-width: 1000px) {

  .rule-content.prize-content .prize-item {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  float: left;
  margin-right: 0px;
}
.rule-content.prize-content .prize-item:nth-child(3n){ margin-right: 0; }
}

.rule-content.prize-content .prize-item .prize-img {
 
  object-fit: cover;
}

.rule-content.prize-content .prize-item .prize-des {
  text-align: justify;
  margin-top: 0;
  padding: 0 15px;
}

.rule-content.prize-content .prize-item .sp {
  width: 300px;
}

.rule-content.live-content {
  padding: 22px 30px 30px 17px;
  display: flex;
  align-items: stretch;
}

.rule-content.live-content .left {
  width: 415px;
  height: 297px;
  object-fit: cover;
  margin-right: 35px;
}

.rule-content.live-content .right {
  flex: 1;
  height: 297px;
  overflow: auto;
  padding-right: 10px;
}

.rule-content.live-content .right::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}

.rule-content.live-content .right::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  -webkit-box-shadow: inset 0 0 5px #1811ac;
  border-radius: 5px;
  background: #535353;
}

.rule-content.live-content .right::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px #1811ac;
  border-radius: 5px;
  background: #ededed;
}

.rule-content.live-content .right a {
  width: 100%;
  min-height: 50px;
  border-bottom: 1px solid #ececec;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.rule-content.list-content .list-title {
  height: 40px;
  border-bottom: 1px solid #1811ac;
}

.rule-content.list-content .prize-detail {
  padding-left: 20px;
  margin-top: 15px;
  line-height: 2;
  margin-bottom: 20px;
}

.rule-content.list-content .step-content {
  margin-top: 15px;
  position: relative;
  padding: 0;
}

.rule-content.list-content .step-content::before {
  content: "";
  display: inline-block;
  border-left: 1px solid #c0a264;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4px;
}

.rule-content.list-content .step-content .step {
  line-height: 25px;
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
  color: white;
}
.rule-content.list-content .step-content .step b{ color: #c0a264 }
.rule-content.list-content .step-content .step::before {
  content: "";
  display: inline-block;
  height: 9px;
  width: 9px;
  background-color: #c0a264;
  border-radius: 50%;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 1.5em;
  margin-top: -7px;
  transform: translateY(-50%);
}

.rule-content.list-content .step-img {
  width: 50%;
  max-width: 100%;
  display: block;
  margin: 30px auto 40px;
}

.mode-content {
  padding: 20px 17px;
}

.mode-content .mode-item {
  margin-bottom: 20px;
  line-height: 25px;
}

.mode-content .mode-item .mode-title {
  margin-bottom: 5px; text-align: center;
}

.warn {
  margin-top: 40px;
  margin: 0 auto;
  font-size: 14px;
  color: white;
  margin-top: 5px;
  line-height: 1.6;
}

.contact {
  font-size: 16px;
}

.triangle {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #1811ac;
  display: inline-block;
}

.contact-container {
  display: flex;
  width: 970px;
  margin: 0 auto;
  text-align: left;
  padding: 0 30px;
  box-sizing: border-box;
  justify-content: space-between;
}

.qr-container {
  margin-bottom: 20px;
  width: 115px;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  align-items: center;
  margin-left: 40px;
}

.mode-introduction {
  padding: 0 !important;
}

.mode-introduction .mode-item:last-of-type {
  margin-bottom: 0;
}

.qrcode {
  width: 102px;
  height: 102px;
  background: #ffffff;
  display: block;
  margin-bottom: 10px;
}

.qrcode-title {
  font-size: 14px;
  text-align: center;
  font-size: 12px;
  color: #666;
}

.dark-title {
  color: #c0a264;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 16px;
}

.indent-2 {
  text-indent: 32px;
}
