.indexPage {
  background: url(./image/index.jpg) top center no-repeat;
  background-size: cover;
  width: 100%;
  height: 97.72rem;
  position: relative;
}

.header {
  width: 17.8rem;
  display: flex;
  margin: 0 auto;
  padding-top: 0.35rem;
  justify-content: flex-end;
}


.header img {
  width: 3.33rem;
  height: 1.2rem;
}




.main {
  width: 12rem;
  margin: 7.8rem auto 0;
}




.activeTime {
  padding-top: 1.95rem;
}

.activeTime p {
  text-align: left;
  font-size: 0.21rem;
  color: #8e0f00;
}



.login {
  margin-top: 0.4rem;
  text-align: center;
}

.login p {
  font-size: 0.3rem;
  color: #fffcf1;
}

.login p a {
  color: #ffd677;
  text-decoration: underline;
}

.partOne {
  width: 11.92rem;
  margin: 2.15rem auto;
  height: 7.5rem;
  background: url(./image/partOne-bg.png) no-repeat;
  background-size: cover;
}

.partOne .btn {
  width: 11.86rem;
  margin: 1.5rem auto 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.partOne .btn .list a {
  display: inline-block;
  width: 2.2rem;
  height: 0.66rem;
  background: url(./image/getBtn.png) no-repeat;
  background-size: cover;
}

.partOne .btn .list {
  position: relative;
  z-index: 0;
}

.partOne .btn .list .box {
  width: 2.2rem;
  height: 1.2rem;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.8rem;
}

.partOne .btn .list img {
  position: absolute;
  right: -132%;
  top: 0;
  z-index: 1;
  width: 2.92rem;
  height: 2.24rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  transform: translateY(20px);
}

.partOne .btn .list .box .box:hover {
  transform: translateY(-5px);
}

.partOne .btn .list img.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* 弹窗样式 */


.gv {
  width: 9.61rem;
  height: 8.26rem;
  background: url(./image/gv-bg.png) no-repeat;
  background-size: cover;
}




.gv .custom-modal-header{
  top: 0.9rem;
  right: 0;
  opacity: 0;
}





.partTwo {
  width: 11.87rem;
  margin: 3.95rem auto 0;
  height: 6.6rem;
  background: url(./image/partTwo-bg.png) no-repeat;
  background-size: cover;
}

.partTwo .activeTime p {
  color: #fff1cf;
}

.partTwo .btn {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}


.partTwo .btn a {
  display: inline-block;
  width: 2.81rem;
  height: 0.84rem;
  background: url(./image/openBtn.png) no-repeat;
  background-size: cover;
}



.partThree {
  width: 11.79rem;
  margin: 3.75rem auto 0;
  height: 12.61rem;
  background: url(./image/partThree-bg.png) no-repeat;
  background-size: cover;
}

.wc-btn {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-end;
  height: 3.45rem;
  margin: 0.9rem 1rem 0 0;
}

.wc-btn a {
  display: inline-block;
  width: 1.78rem;
  height: 0.53rem;
  background: url(./image/wcBtn.png) no-repeat;
  background-size: cover;
}

.dh-btn {
  width: 11.75rem;
  margin: 4rem auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dh-btn a {
  display: inline-block;
  width: 2.2rem;
  height: 0.66rem;
  background: url(./image/dhBtn.png) no-repeat;
  background-size: cover;
}

.text {
  margin-top: 0.3rem;
}

.text p {
  color: #9f1f13;
  font-size: 0.23rem;
  font-weight: bold;
  text-align: center;
}

.partFour {
  text-align: center;
  margin-top: 4.2rem;
}

.partFour .activeTime {
  padding: 0;
}

.partFour .activeTime p {
  color: #fff1cf;
}

.partFour .activeTime p.intext {
  text-indent: 5em;
}

.partFour img {
  width: 6.73rem;
  height: 1.9rem;
}


.partFive {
  width: 11.94rem;
  margin: 0.3rem auto 0;
  height: 10.80rem;
  background: url(./image/partFive-bg.png) no-repeat;
  background-size: cover;
}

.partFive .btn {
  width: 11.88rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0.25rem auto 0;
}

.partFive .btn a {
  display: inline-block;
  width: 2.2rem;
  height: 0.66rem;
  background: url(./image/getBtn.png) no-repeat;
  background-size: cover;
  margin-top: 3.45rem;
}

.partFive .btn a.geted {
  background-position-y: -0.66rem;
}

.partFive .activeTime p {
  color: #fff1cf;
}

.partSix {
  width: 12rem;
  margin: 4.6rem auto 0;
  height: 19.2rem;
  background: url(./image/partSix-bg.png) no-repeat;
  background-size: cover;
}
.partSix .text{
  margin-top: 0.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.partSix .text p{
  text-decoration: underline;
}
.partSix .text p:last-child{
  cursor: pointer;
}
.partSix .cj-btn{
  width: 6.5rem;
  margin: 9.2rem auto 0;
   display: flex;
  justify-content: space-between;
  align-items: center;
}
.partSix .cj-btn a{
  display: inline-block;
  width: 2.91rem;
  height: 0.94rem;
  background: url(./image/cjBtn.png) no-repeat;
  background-size: cover;
}
.partSix .cj-btn a:last-child{
  background-position-y: -0.94rem;
}
.partSix .btn{
    width: 11.25rem;
    margin: 4.2rem auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 0.1rem;
}

.partSix .btn a {
    display: inline-block;
    width: 2.2rem;
    height: 0.66rem;
    background: url(./image/dhBtn.png) no-repeat;
    background-size: cover;
}