﻿.activity618 {
    
    z-index: 2147483649;
}
.activity618-masking-out{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2147483650;
    background: rgba(0, 0, 0, 0.3);
}

.activity618-wrap-small  img{
    position: fixed;
    right: 10px;
    height: 100px;
    /* width: 100px; */
    cursor: pointer;
    z-index: 9999;
    bottom:700px;
}

.activity618-wrap {
    position: fixed;
    right: 50%;
    top: 50%;
    transform: translate(50%,-50%) scale(1);
    width: 1100px;
    height: 500px;
    background: url('../image/618background.png') no-repeat;
    background-size: 100% 100%;
    background-position: center;
    overflow: hidden;
    transition: all 0.5s;
    z-index: 2147483651;
    cursor: pointer;
}


.activity618_box {
  position: fixed;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%) scale(1);
  width: 700px;
  height: 410px;
  background-color: #fff;
  border-radius: 2px;
  box-sizing: border-box;
  overflow: hidden;
  transition: all 0.5s;
  z-index: 2147483651;
}
.activity618_box  .header {
  height: 46px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  justify-content: space-between;
  padding: 0 24px;
  background: #f5f7fd;
}
.activity618_box  .rule_title {
  font-size: 16px;
  font-weight: bold;
}
.activity618_box  .close {
  cursor: pointer;
}
.activity618_box  .content {
  padding: 24px;
}
.activity618_box  .title {
  font-size: 14px;
  font-weight: bold;
  color: #778ca2;
  line-height: 20px;
}
.activity618_box  .subTitle {
  font-size: 14px;
  color: #778ca2;
  margin-top: 8px;
}
.activity618_box  .mt-16 {
  margin-top: 16px;
}
.activity618_box  .mainColor {
  color: #3e6ef1;
}
.activity618_box  .title2 {
  font-size: 14px;
  color: #252631;
  margin: 20px 0;
  line-height: 1;
}

.activity618_box  p {
  /* margin: 10px 0; */
  margin: 0;
  margin-bottom: 10px;
}
.activity618_box  .text-right {
  text-align: right;
}
.active-close{
  display: block;
  margin-left: auto;
  margin-right: 24px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.activity618_box  .close{
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
}


.show-activity-wrap,.hidden-tenth-activity{
    display: none;
}
.active-header{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    
    margin-top: 24px;
}
.activity-wrap .active-title {
    display: block;
    width: 217px;
    height: 20px;
    margin: 0 0 0 465px;
}

.activity618 .hidden{
  right: 4%;
  bottom:98px;
  opacity: 0;
  transform: translate(50%,-50%) scale(0);
}

.activity618-wrap .rule_btn {
  position: absolute;
  right: 24px;
  bottom: 26px;
  color: #fff;
  cursor: pointer;
  transition: 0.3s all;
  text-shadow: 0 0 0 transparent;
}

.activity618-wrap .rule_btn:hover {
transform: translateY(-3px);
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.zl-primary {
  color: #3e6ef1;
}

.font-weight {
  font-weight: bold;
}
