.attractPage {
  margin-top: 60px;
  background-color: #f2f2f2;
  color: #000;
}
.attractPage i {
  font-style: normal;
  margin-left: 5px;
}
.attractPage .banner img {
  display: block;
  width: 100%;
}
.attractPage .content {
  overflow: hidden;
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.attractPage .content .regular {
  height: 450px;
  background-color: #fff;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.attractPage .content .regular h4 {
  position: absolute;
  top: 15px;
  right: 15px;
  line-height: 24px;
  font-size: 18px;
  color: #ff9e29;
}
.attractPage .content .regular h4 span {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url('../img/page/icon.png');
  vertical-align: middle;
  margin-right: 8px;
  margin-top: -1px;
}
.attractPage .content .regular .flex {
  display: flex;
  height: 260px;
  margin: 20px 65px;
}
.attractPage .content .regular .flex .leftBox {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.attractPage .content .regular .flex .leftBox span {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  border-radius: 50%;
  background-color: #ff9e29;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.attractPage .content .regular .flex .rightBox {
  display: flex;
  flex: 7;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  position: relative;
}
.attractPage .content .regular .flex .rightBox li {
  width: 30%;
  height: 95px;
  text-align: center;
  color: #000;
}
.attractPage .content .regular .flex .rightBox li span {
  display: block;
  width: 80px;
  height: 70px;
  margin: 0 auto;
}
.attractPage .content .regular .flex .rightBox li:nth-child(1) span {
  background-image: url('../img/page/1.png');
}
.attractPage .content .regular .flex .rightBox li:nth-child(2) span {
  background-image: url('../img/page/2.png');
}
.attractPage .content .regular .flex .rightBox li:nth-child(3) span {
  background-image: url('../img/page/3.png');
}
.attractPage .content .regular .flex .rightBox li:nth-child(4) span {
  background-image: url('../img/page/4.png');
}
.attractPage .content .regular .flex .rightBox li:nth-child(5) span {
  background-image: url('../img/page/5.png');
}
.attractPage .content .regular .flex .rightBox li:nth-child(6) span {
  background-image: url('../img/page/6.png');
}
.attractPage .content .regular .flex .rightBox .center {
  position: absolute;
  width: 100%;
  height: 54px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  font-weight: bold;
}
.attractPage .content .regular .flex .rightBox .center .line {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  height: 6px;
  background-color: #edeff3;
  border-radius: 1px;
}
.attractPage .content .regular .flex .rightBox .center p {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  width: 30%;
  height: 34px;
  text-align: center;
  background: url('../img/page/share1.png') no-repeat center center;
}
.attractPage .content .regular .flex .rightBox .center p:nth-child(2) {
  color: #fff;
  background-image: url('../img/page/share2.png');
}
.attractPage .content .regular .flex .rightBox .center p:nth-child(3) {
  color: #fff;
  background-image: url('../img/page/share3.png');
}
.attractPage .content .regular .detail {
  font-size: 18px;
  text-align: center;
  color: #333;
}
.attractPage .content .regular .detail span,
.attractPage .content .regular .detail i {
  font-style: normal;
  color: red;
  font-size: 22px;
  letter-spacing: 3px;
  margin: 0 3px;
}
.attractPage .content .regular a {
  display: block;
  margin: 10px auto;
  width: 200px;
  height: 60px;
  border-radius: 30px;
  font-size: 24px;
  background: linear-gradient(90deg, #ff586e 0%, #ff9e29 100%);
  text-align: center;
  line-height: 60px;
  color: #fff;
}
.attractPage .content .inviteLog {
  overflow: hidden;
  height: 685px;
  box-sizing: border-box;
  background-color: #fff;
  margin-bottom: 25px;
  padding: 0 160px 60px 200px;
}
.attractPage .content .inviteLog h4 {
  font-size: 20px;
  font-weight: bold;
  height: 100px;
  line-height: 130px;
  text-align: center;
}
.attractPage .content .inviteLog .top {
  display: flex;
  height: 40px;
  justify-content: space-between;
  text-align: center;
}
.attractPage .content .inviteLog .top span {
  width: 30%;
  font-size: 16px;
}
.attractPage .content .inviteLog .inviteList li {
  display: flex;
  justify-content: space-between;
  text-align: center;
  color: #666;
  font-size: 14px;
  height: 45px;
  letter-spacing: 1px;
}
.attractPage .content .inviteLog .inviteList li div {
  width: 30%;
}
.attractPage .content .inviteLog .inviteList li div.first_day a {
  display: block;
  margin: -7px auto;
  color: #ff9e29;
  width: 130px;
  height: 30px;
  border-radius: 21px;
  border: 1px solid #ff9e29;
  font-size: 14px;
  line-height: 30px;
}
.attractPage .content .inviteLog .inviteList li div.active a {
  color: #6e6e6e;
  border-color: #6e6e6e;
}
.attractPage .content .inviteLog .pagination {
  position: absolute;
  left: 50%;
  bottom: 70px;
  transform: translateX(-50%);
}
.regularContent {
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.regularContent .inner {
  position: absolute;
  width: 800px;
  height: 420px;
  border: 1px solid #000;
  border-radius: 22px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  color: #000;
  font-size: 16px;
  padding: 56px 20px 10px;
  text-indent: 2rem;
  line-height: 30px;
  overflow: hidden;
}
.regularContent .inner > div {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.regularContent .inner img {
  position: absolute;
  right: 15px;
  top: 10px;
  width: 40px;
}
.inviteBox {
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.inviteBox .inner {
  position: absolute;
  width: 300px;
  height: 150px;
  border-radius: 20px;
  border: 1px solid #000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
}
.inviteBox .inner img {
  position: absolute;
  right: 15px;
  top: 10px;
  width: 30px;
}
.inviteBox .inner a {
  display: block;
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  margin: 10px auto;
  color: #666;
  border: 1px solid #666;
  border-radius: 20px;
}
.tupianBig {
  position: absolute;
  width: 400px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.tupianBig img {
  width: 100%;
}
.tupianBig img.close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 5px;
  top: 5px;
}
.tupianBig p {
  height: 60px;
  background-color: #fff;
  color: #666;
  font-size: 18px;
  line-height: 60px;
  text-align: center;
}
.newUserBox {
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 200;
}
.newUserBox .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  padding-bottom: 30px;
  border: 1px solid #666;
  background-color: #fff;
  color: #000;
}
.newUserBox .inner p {
  font-size: 22px;
  padding: 20px;
}
.newUserBox .inner div {
  display: flex;
  justify-content: space-around;
}
.newUserBox .inner div a {
  width: 150px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  color: #000;
  font-size: 20px;
  border: 1px solid #000;
  border-radius: 28px;
  text-decoration: none;
}
.newUserBox .inner div a:nth-child(2) {
  border: 1px solid transparent;
  color: #fff;
  background-color: #ff9e29;
}
/* 底部 */
.footer {
  background: #333;
  min-height: 210px;
}
.footer .inner {
  display: block;
  margin: 0 auto;
  width: 1200px;
}
.mod-foot .inner {
  position: relative;
}
.mod-link .bd {
  padding: 10px;
}
.mod-link .bd p {
  line-height: 26px;
  color: #ccc;
}
.mod-link .bd p.title {
  font-size: 12px;
  font-family: PingFangSC-Semibold, PingFang SC;
  color: #F9FAFB;
}
.mod-link .bd p.title span {
  color: #ff9e29;
  font-weight: 600;
  margin-right: 20px;
}
.mod-link .bd p.title img {
  margin: 0 5px;
}
.mod-link .bd p.title img:last-child {
  margin-left: 20px;
}
.mod-link .bd p a {
  margin-right: 12px;
  white-space: nowrap;
  color: #ff9e29;
  font-weight: 400;
}
.mod-foot {
  padding: 0 10px 10px;
  color: #ccc;
}
.mod-foot a {
  color: #ccc;
}
.mod-foot .hd {
  position: absolute;
  top: -60px;
  right: 130px;
}
.mod-foot .hd p {
  line-height: 36px;
  text-align: center;
}
.mod-foot p {
  line-height: 22px;
  font-size: 12px;
}
.mod-foot .bd {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #F9FAFB;
  width: 820px;
  border-top: 1px solid #EEEEEE;
  padding-top: 20px;
}
/* #region 适配头部*/
.header {
  height: 60px;
  line-height: 60px;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.header .mobiel_menu.on {
  width: 100%;
  overflow: auto;
}
.header .mobiel_menu.on .tree-menu {
  text-align: left;
  padding: 0 0.92592593rem;
}
.header .mobiel_menu.on .tree-menu li {
  border-bottom: 0.00925926rem solid #eee;
}
.header .mobiel_menu.on .tree-menu li a {
  font-size: 0.33333333rem;
  font-weight: 600;
  color: #fff;
  padding: 0.37037037rem;
}
.header .nav div:last-child ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.header .nav div:first-child .logo {
  height: 60px;
}
.header .nav div ul li.attract a,
.header .mobiel_menu.on .tree-menu li.attract a {
  color: #000;
  text-indent: -999px;
}
.header .mobiel_menu.on .tree-menu li.attract a::after {
  left: 0.92592593rem;
  top: 0.37037037rem;
}
.header .nav div:last-child ul li.after a::after {
  content: "0元试用";
  color: #fff;
  font-weight: bold;
  line-height: 45px;
  position: absolute;
  z-index: 2000;
  left: 60px;
  top: 4px;
  letter-spacing: 1px;
  text-align: center;
  /*background-image: url(/static/image/index/bubbleZhuce.png);*/
  cursor: pointer;
  width: 57px;
  height: 17px;
  font-size: 12px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  line-height: 17px;
  background: #FF586E;
  border-radius: 2px;
}
/* #endregion 适配头部*/
@media screen and (max-width: 1080px) {
  .attractPage .content {
    width: 100%;
  }
  .attractPage .content .regular .flex .leftBox span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .attractPage .content .regular .flex .rightBox .center p {
    background-size: 100%;
  }
  .footer {
    padding: 4% 5%;
  }
  .mod-foot .bd,
  .footer .inner {
    width: auto;
  }
  .mod-foot .bd p {
    text-align: center;
  }
  .mod-foot .hd img {
    width: 100px;
    height: 100px;
  }
  .mod-foot .hd {
    top: -152px;
    right: 0px;
  }
  .mod-foot .hd p {
    color: #F9FAFB;
  }
  .mod-link .bd p.title {
    padding-right: 120px;
  }
  .mod-link .bd p.title .divider {
    margin-right: 15px;
  }
  .mod-link .bd p.title .divider {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .attractPage .content {
    width: 100%;
  }
  .attractPage .content .regular .flex {
    margin: 40px 0;
  }
  .attractPage .content .regular .flex .rightBox li {
    font-size: 12px;
  }
  .attractPage .content .inviteLog {
    padding: 0;
    height: 100%;
  }
  .attractPage .content .inviteLog .top span {
    font-size: 14px;
  }
  .attractPage .content .inviteLog .inviteList li {
    font-size: 12px;
  }
  .attractPage .content .inviteLog .inviteList li div.first_day a {
    width: 100px;
    font-size: 12px;
  }
  .attractPage .content .inviteLog .pagination {
    width: 100%;
    position: static;
    transform: translateX(0);
  }
  .attractPage .content .inviteLog .pagination .wrpage {
    margin: 0 5px 10px 5px;
    padding: 0;
    height: 25px;
    line-height: 25px;
    padding: 0 3px;
  }
  .attractPage .content .inviteLog .pagination .wrpage_number {
    width: 25px;
    height: 25px;
    font-size: 14px;
    padding: 0;
  }
  .regularContent .inner {
    width: 90%;
    padding: 45px 20px 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 420px) {
  .tupianBig {
    width: 80%;
  }
  .tupianBig p {
    font-size: 24 108rem;
  }
}
