body {
  background: #fff;
  font-family: Rubik;
}

a {
  text-decoration: none !important;
}
p {
  margin: 0;
}
ul,
li {
  list-style: none;
}

a:hover {
  color: #5808fb;
}

em {
  font-style: normal;
}
.row {
  --bs-gutter-x: 0;
}
/* 轮播 */
.swiper {
  border-radius: 25px;
  margin-top: 6%;
  width: 90%;
}
.swiper-wrapper {
  width: 100% !important;
}

.swiper-slide {
  /* width: 100% !important; */
  /* margin: 0 !important;
  padding: 0 !important; */
}

.container_box {
  width: 100%;
  height: auto;
}

.header {
  width: 100%;
  height: auto;
  /* background: #5240aa; */
  background: url(../images/home/homebg.png) no-repeat;
  padding-bottom: 100px;
}

.bg {
  width: 85%;
  display: block;
  position: absolute;
  top: 0;
  height: 706px;
}

.tp_bg {
  margin: 0 auto;
  width: 100%;
}

.banner_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.top {
  margin: 0 auto;
  width: 90%;
  overflow: hidden;
  /* background: url(../images/home/homebg.png) no-repeat; */
  background-size: 100%;

  border-radius: 25px;
}

.top a {
  display: flex;
  /* justify-content: center;
  flex-direction: column; */
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  color: white;
  font-family: "MicrosoftYaHei-Bold";
}

.nav_right {
  padding-top: 2%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.xy {
  padding-left: 115px;
  padding-right: 115px;
}
/* .lg {
  margin-left: -4%;
} */
.tp {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.Home {
  text-align: center;
  padding: 0 30px;
  margin-right: 5%;
}

.active {
  background: #482972;
  border-radius: 17px;
}

.Home a {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  line-height: 35px;
}

.Price {
}

.Price a {
  width: 43px;
  height: 16px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
}

.Support {
}

.Support a {
  width: 73px;
  height: 19px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
}

.button {
  /* width: 220px; */
  /* line-height: 50px; */
  background: linear-gradient(90deg, #FBBF8E 0%, #F2427B 47.6%, #B837FF 100%);
  border-radius: 50px;
  text-align: center;
  cursor: pointer;
  padding: 14px 60px;
  /* padding: 14px 0px; */
  /* min-width: 35%; */
}

.button span {
  font-family: "MicrosoftYaHei-Bold";
  font-weight: bold;
  color: #fff;
}

.tp_con {
  display: flex;
  justify-content: space-around;
  padding: 0 80px;
  height: 100%;
  align-items: center;
  
}
.tp_msg {
  padding: 0 120px;
  height: 100%;
  align-items: center;
  margin-top:50px;
}
.tp_msg_child{
  border-radius: 100px;
  background: linear-gradient(90deg, rgba(82, 64, 170, 0.40) 0%, rgba(117, 60, 201, 0.40) 100%);
  box-shadow: 2px 4px 8px 0 rgba(255, 255, 255, 0.15) inset;
  backdrop-filter: blur(5.550000190734863px);
  height:58px;
  line-height:58px;
  text-align:center;
  color:#fff;
  font-size:17px;
  font-weight:bold;
  cursor: pointer;
}
@media screen and (max-width:1930px) {
  .tp_con {margin-top:30px;}
}
@media screen and (min-width:2200px) {
  .tp_con{margin-top:0 !important;}
  .tp_msg_child{
    font-size:20px;
  }
}
.tp_left {
  /* margin-top: 3%; */
}

.tp_left div:nth-child(1) p {
  font-size: 46px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  line-height: 28px;
}

.towdiv{margin-top:25px;}
.tp_left div:nth-child(2) {
  /* margin-top: 25px; */
}

.tp_left div:nth-child(2) p {
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
}

.tp_left div:nth-child(3) {
  /* display: flex; */
  margin-top: 25px;
}

.tp_left div:nth-child(3) div {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
}

.tp_left div:nth-child(3) img {
  width: 35px;
  height: 35px;
}

.tp_left div:nth-child(4) {
  margin-top: 35px;
}

.tp_left div:nth-child(4) p {
  font-size: 26px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
}

.tp_right img {
  width: 83%;
  display: block;
  margin: 0 auto;
}

.left_g {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  width:100%;
}

.left_g li {
  /* width:110px; */
  margin: 8px 14px 8px 0;
}
.litel{
  font-weight:bold;
  opacity:0.8;
  font-size:16px;
  color:#fff;
  line-height:35px;
}

.left_g li span {
  display: block;
}

.fl_button {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  width: 100%;
  margin-bottom:40px;
}

.fl_button button {
  display: flex;
  justify-content: center;
  align-items: center;
  /* width: 220px;
  height: 60px; */
  border-radius: 120px;
  background: linear-gradient(90deg, #DA22FF 0%, #9733EE 100%);
  color: white;
  /* line-height: 60px; */
  padding: 10px 35px;
  margin-right: 20px;
}
.fl_button button:hover {
  background: #f8d254 !important;
  color: #4a399f;
}
.fl_button button span {
  display: block;
  margin-left: 10px;
}

.download ul {
  margin-top: 15px;
  display: flex;
  justify-content: flex-start;
  padding: 0;
}

.download ul li {
  margin-right: 45px;
}

.download ul li:nth-child(1) {
  font-size: 26px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
}

.download ul li:nth-child(2),
.download ul li:nth-child(3),
.download ul li:nth-child(4),
.download ul li:nth-child(5) {
  /* margin: 0 12px;
  width: 35px;
  height: 35px; */
}

/* .download ul li img{
	width:20%;
} */
.con {
}

.con_container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.con_top {
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 5%;
  width: 100%;
  background: linear-gradient(150deg, #F6F7FF 2.14%, #FFF 98.26%), #FFF;
  /* background: linear-gradient(
    0deg,
    rgba(0, 52, 74, 0.07),
    rgba(250, 253, 254, 0.07)
  ); */
}

.con_tp {
  margin: 3% 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.con_tp span {
  display: block;
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: black;
  /* line-height: 28px; */
}

.con_tp h2 {
  display: block;
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: black;
  /* line-height: 28px; */
}

.con_bt {
  width: 90%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: unset;
  margin: 0 auto;
}

.con_bt div {
  margin: 0 0.5%;
  padding:30px 20px;
  /* background: #ffffff; */
  border-radius: 20px;
  border: 3px solid rgba(63, 47, 138, 0.05);
  background: linear-gradient(178deg, #F6F7FF 2.14%, #FFF 98.26%);
  box-shadow: 3px 22px 59px 0 rgba(0, 52, 74, 0.18);
  width: 32%;
  /* height: 275px; */
  height: auto;
  margin-bottom: 30px;
	
}

.con_bt div a{
  font-size: 18px;
  font-family: Microsoft YaHei;
  color: #3f2f8a;
  display: -webkit-box;
  /* -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden; */
  font-weight: 400;
  padding-top: 10px;
  /* overflow: hidden;
  	text-overflow: ellipsis;
  	display: -webkit-box;
  	-webkit-box-orient: vertical;
  	-webkit-line-clamp: 5; */
}

.pw1100{
  width:1100px !important;
}

.con_bt div .summary{
  font-size: 18px;
  font-family: Microsoft YaHei;
  color: #3C3658;
  width:100%;
  display: -webkit-box;
  /* -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden; */
  font-weight: 400;
  padding-top: 10px;
  /* overflow: hidden;
  	text-overflow: ellipsis;
  	display: -webkit-box;
  	-webkit-box-orient: vertical;
  	-webkit-line-clamp: 5; */
}

.con_bt div:nth-child(2) {
}

.con_bt div:nth-child(3) {
}

.con_bt_one,
.con_bt_two,
.con_bt_three {
  /* margin: 0 15px; */
}

.con_bt_two {
}

.con_bt_three {
}

.con_bt_one p {
  font-size: 21px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #3f2f8a;
  text-align:center;
  margin-bottom:10px;
  /* height:98px; */
}
.conpic{
  width:40px;
  height:40px;
  display:block;
  margin: 15px auto 20px;
}

.con_bt_one span {
  font-size: 18px;
  font-family: Microsoft YaHei;
  color: #3f2f8a;
  line-height: 40px;
  /* display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden; */
}

.con_ff {
  width: 90%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.con_ff div {
  /* width: 360px;
  height: 535px; */
  background: #ffffff;
  box-shadow: 3px 22px 59px 0px rgba(0, 52, 74, 0.18);
  border-radius: 12px;
  width: 32%;
  height: 100%;
  padding: 70px 65px 30px;
}

.con_bt_four {
  /* margin: 0 15px; */
}

.con_bt_four img {
  margin: 15px auto;
  width: 90%;
  height: auto;
  display: block;
}

.con_bt_four p {
  font-size: 24px;
  font-weight: bold;
  color: #632fb0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 105px;
  text-align:center;
}

.con_bt_four span {
  font-size: 18px;
  font-weight: 400;
  line-height:30px;
  height:75px;
  color: #312E40;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:3;
  overflow: hidden;
  margin-bottom:20px;
}

.con_modes {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.pricemsg{
  background: linear-gradient(90deg, #2F32FF 0%, #FF008C 53.82%, #FF6F09 89.45%, #FFCD05 100%), linear-gradient(90deg, #5240AA 0%, #632FB0 100%);
  width:100%;
  height:80px;
  line-height:80px;
  text-align:center;
  color:#fff;
  font-size:20px;
  margin-top:20px;
}

.modes_tp {
}

.modes_tp span {
  display: block;
  margin: 3% 0;
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
  line-height: 28px;
}

.modes_bt {
  margin-top: 3%;
  width: 90%;
  background: #ffffff;
  box-shadow: 3px 22px 59px 0px rgba(0, 52, 74, 0.18);
  border-radius: 22px;
}

.modes_bt_flex {
  padding: 58px 82px;
  justify-content: center;
  align-items: center;
}

.modes_bt_flex img {
  width: 80%;
  display: block;
  margin: 0 auto;
}

.tete_one > p {
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #3f2f8a;
}
.hr {
  /* text-decoration: underline; */
  font-size:22px;
  font-weight:bold;
  color: #312E40;
}
.tete_one span {
  display: block;
  margin-top: 1rem;
  line-height: 50px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  color: #312E40;
}
.GEO {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: auto;
  background: linear-gradient(174deg, #3d2e87, #8c2ddf);
  padding: 0 3rem;
}

.GEO_left {
  padding: 0 2%;
  flex: 6;
}

.GEO_left p {
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  margin: 0;
}

.GEO_left span {
  display: block;
  font-size: 21px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
}

.GEO_left button {
  margin: 5% 0;
  padding: 0;
  outline: none;
  background: #000000;
  border-radius: 30px;
}

.GEO_left button span {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
}

.GEO_right {
  padding: 0 2%;
}

.GEO_right img {
  width: 100%;
}

.Hear {
  width: 90%;
}

.Hear_tp {
  margin-top: 50px;
  margin-bottom: 50px;
}

.Hear_tp p {
  margin: 0;
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
  line-height: 54px;
  text-align: center;
}

.Hear_tp h2 {
  margin: 0;
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
  line-height: 54px;
  text-align: center;
}

.Hear_tp span {
  display: block;
  text-align: center;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
  margin-top:15px;
}

.Hear_bt {
}
.swiper-container2{
  width:100%;
  margin:auto;
  overflow: hidden;
}
.Hear_bt ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.Hear_bt ul li {
  padding: 2% 1%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ffffff;
  box-shadow: 3px 22px 59px 0px rgba(0, 52, 74, 0.18);
  border-radius: 22px;
  width: 23%;
  height: 435px;
  margin-bottom: 20px;
}

.Hear_bt .lidiv{
  padding: 2% 1%;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  background: #ffffff;
  /* box-shadow: 3px 22px 59px 0px rgba(0, 52, 74, 0.18); */
  border-radius: 22px;
  width: 23%;
  height: 435px;
  margin-bottom: 20px;
}

.headerpic{
  width:100px;
  height:100px;
  margin-right:14px;
}

.Hear_bt ul li p,.Hear_bt .lidiv p {
  margin-top: 2%;
  margin-bottom: 4%;
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #3f2f8a;
  /* overflow: hidden; */
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 80%;
  text-align: center;
}

.Hear_bt ul li img,.Hear_bt .lidiv img{
  border-radius: 100%;
}

.bold {
  font-size: 18px;
  font-family: Microsoft YaHei;
  color: #3f2f8a;
}

.bold_tp {
  line-height: 35px;
  display: block;
  margin-top: 6%;
  font-size: 18px;
  font-family: Microsoft YaHei;
  color: #3C3658;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  white-space: normal !important;
}

.choose {
  width: 100%;
  margin: 5% 0;
  text-align: center;
}
.choose h2 {
  margin: 0;
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
  line-height: 54px;
  text-align: center;
}
.choose > div:nth-child(1) p {
  margin: 0;
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
  line-height: 54px;
  text-align: center;
}

.choose > div:nth-child(2) ul {
  padding: 0;
  margin: 0;
  margin-top: 3%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.choose > div:nth-child(2) ul li {
  margin: 0 3%;
}

.choose > div:nth-child(2) ul li img {
  width: 50px;
  height: 50px;
}

.choose > div:nth-child(2) ul li span {
  margin: 5% 0;
  display: block;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #434343;
}

.choose > div:nth-child(2) ul li p {
  margin-top: 5%;
  font-size: 26px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #6a6a6a;
}

.choose > div:nth-child(3) {
  margin-top: 5%;
}

.free {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 90%;
  height: auto;
  background: linear-gradient(174deg, #3d2e87, #8c2ddf);
  box-shadow: 3px 22px 139px 0px rgba(0, 52, 74, 0.18);
  border-radius: 22px;
  padding: 67px 0;
}

.free div:nth-child(1) p {
  text-align: center;
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
}

.free div:nth-child(2) {
  margin-top: 2%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.free div:nth-child(2) button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 3%;
  width: 310px;
  height: 60px;
  background: #000000;
  border-radius: 30px;
  cursor: pointer;
}

.free div:nth-child(2) button span {
  display: block;
  margin-left: 5%;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  color: white;
}

.news {
  width: 100%;
  margin-top: 90px;
}

.news p {
  margin: 0;
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
  line-height: 54px;
  text-align: center;
  margin-bottom: 73px;
}

.news_bt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
}

.news_bt > div {
  padding: 2% 2%;
  background: #ffffff;
  box-shadow: 3px 22px 59px 0px rgba(0, 52, 74, 0.18);
  border-radius: 22px;
  width: 32%;
  height: 400px;
}

.bt_p_xin {
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #3F2F8A;
  word-wrap: break-word;
  display: block;
  height:80px;
  border-bottom:1px solid #ececec;
}

.bt-p-margin a {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color:#3C3658;
  margin-top:20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:5;
  overflow: hidden;
  padding-bottom: 10px;
  height: 140px;
}

.more {
  width: 170px;
  line-height: 60px;
  background: #000000;
  border-radius: 30px;
  text-align: center;
  margin-top: 90px;
}

.more a {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
}

.footer {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  color: white;
  width: 100%;
  height: auto;
  background: linear-gradient(0deg, #0c0319 0%, #271964 100%);
  padding-top: 30px;
}

.footer_top {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  /* align-items: center; */
  width: 90%;
  margin: 0 auto;
  margin-bottom: 2%;
}

.footer_top_left {
  width: 33%;
}

.footer_top_left:nth-child(2),
.footer_top_left:nth-child(3) {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  flex-direction: column;
  width: 25%;
}

.footer_top_left span,
.footer_top_left a,
.footer_top_con span,
.footer_top_right span {
  display: block;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 15px;
  margin-top:15px;
  text-decoration:none;
}

.footer_top_left a{
  color:#fff;
}

.hre {
  width: 100%;
  height: 1px;
  background: linear-gradient(150deg, #9929ea, #5808fb);
}

.footer_bt {
  width: 100%;
  height: 65px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.footer_top_right ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 5% 0;
}

.footer_top_right ul li {
  cursor: pointer;
  margin: 0 10px;
}

.footer_top_right ul li img {
  width: 25px;
}

.footer_top_right {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
}

.footer_top_right button {
  color: white;
  width: 150px;
  height: 50px;
  background: #000000;
  border-radius: 30px;
}

.footer_top_right span {
  display: block;
  margin: 3%;
}

.button_btn {
  margin-top: 3%;
  width: 250px;
  height: 60px;
  background: #000000;
  border-radius: 30px;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
  color: #fff;
}

.button_btn a {
  color: #fff;
}

button {
  border: none;
}

.footer_top_left ul {
  margin: 1rem 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.footer_top_left ul li {
  margin: 0 2%;
}
.footer_buy {
  width: 150px;
  height:50px;
  background: #f8d254;
  border-radius: 30px;
  text-align: center;
  line-height:50px;
}

.footer_buy a {
  font-size: 15px;
  color: #fff;
  margin-top:0 !important;
}

/* price */
/* works */
.header_tp {
  width: 100%;
  height: auto;
  background: #5240aa;
  padding-bottom: 50px;
}
.nav_right {
  /* padding-left: 10%;
  padding-right: 10%; */
}

.product > div:nth-child(1) p {
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  line-height: 28px;
  text-align: center;
}
.use {
  color: white;
  width: 460px;
  background: #3f318b;
  box-shadow: 3px 22px 59px 0px rgba(0, 52, 74, 0.18);
  border-radius: 22px;
}
.use p {
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
}
.use span {
  font-size: 18px;
  font-family: Microsoft YaHei;
  color: #ffffff;
}
.buy {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.buy > p {
  margin: 3%;
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  line-height: 54px;
  text-align: center;
}
.buy > h1 {
  margin: 3%;
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #3F2F8A;
  line-height: 54px;
  text-align: center;
  background: linear-gradient(to right, #FF5900, #9700FF, #EC38BC,#FF0D12);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.T_tt {
  width: 73%;
  padding: 0 0 0 100px;
  margin-top:80px;
  /* display: grid; */
  justify-content: center;
  align-items: center;
  grid-template-columns: 50% 50%;
  grid-template-rows: 50% 50%;
}
.T_tt li {
  width:80%;
  max-width:650px;
  margin: 10px 0;
}
.T_tt li span {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FF5940;
  line-height: 28px;
}

.card_tt {
  width: 100%;
  padding-left: 0;
  margin-top: 2%;
  height: 580px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.card_tt > li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 22%;
  max-width:420px;
  height: 480px;
  margin: 0 1%;
  color: #312E40;
  border-radius: 40px;
  border: 4px solid rgba(63, 47, 138, 0.20);
  background: #FCFCFC;
  box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.16);
  /* padding: 0 12px; */
  overflow: hidden;
  position: relative;
  z-index:2;
}
.card_tt li .cart_tt_con{
  padding:0 40px;
  width:100%;
}

.card_tt > li.actv,.card_tt > li:hover{
  /* background: linear-gradient(90deg, #FADFF2 0%, #E8EBFD 100%); */
box-sizing: border-box;
border-radius:40px;
border:5px solid transparent;
background-origin: border-box;
background-clip: content-box,content-box,border-box;
background-image:linear-gradient(to right,#FADFF2,#E8EBFD),linear-gradient(#fff,#fff),linear-gradient(90deg, #FBBF8E 0%, #F2427B 47.6%, #B837FF 100%);

  /* background-color: #fff;
  border-radius: 40px;
  border: 4px solid transparent;
  border-image: linear-gradient(90deg, #FBBF8E 0%, #F2427B 47.6%, #B837FF 100%);
  border-image-slice: 1;
  background: linear-gradient(90deg, #FADFF2 0%, #E8EBFD 100%);
  box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.16);
   background-clip: padding-box;
   -webkit-background-clip: padding-box; */
  /* height:510px; */
}
.card_tt > li.actv .plan_tp span {
  /* color: #5240aa; */
}
.card_tt > li.actv .plan_tp .bold, .card_tt > li:hover .plan_tp .bold {
  color: #9A27C5 !important;
}
.card_tt > li.actv .plan_bt ul li span {
  color: #5240aa;
}
.card_tt > li.actv .plan_tp .s,.card_tt > li:hover .plan_tp .s  {
  color: #9A27C5 !important;
  
}
.card_tt > li.actv .plan_bt ul li,.card_tt > li:hover .plan_bt ul li{
  background-image: url(../images/price/buy_ic_pro1.png?v=1);
}
.card_tt > li.actv .cart_tt_bt span{
  color: #5240aa;
}
.card_tt > li.actv .cart_tt_button,.card_tt > li:hover .cart_tt_button{
  background-color: #5240aa;
  background: linear-gradient(90deg, #FBBF8E 0%, #F2427B 47.6%, #B837FF 100%), #000;
}
.card_tt > li.actv .cart_tt_tp{
  display: block;
}


/* .card_tt > li:nth-child(2) {
  background-color: #fff;
  height:510px;
}
.card_tt > li:nth-child(2) .plan_tp span {
  color: #5240aa;
}
.card_tt > li:nth-child(2) .plan_tp .bold {
  color: #5240aa;
}
.card_tt > li:nth-child(2) .plan_bt ul li span {
  color: #5240aa;
}
.card_tt > li:nth-child(2) .plan_tp .s {
  color: #5240aa;
  
}
.card_tt > li:nth-child(2) .plan_bt ul li{
  background-image: url(../images/price/vector1.png);
}
.card_tt > li:nth-child(2) .cart_tt_bt span{
  color: #5240aa;
}
.card_tt > li:nth-child(2) .cart_tt_button{
  background-color: #5240aa;
}
.card_tt > li:nth-child(2) .cart_tt_tp{
  display: block;
} */

.card_tt > li:hover {
  cursor: pointer;
  /* background-color: #fff;
  height: 510px;
  transition: all 0.3s linear; */
}
.card_tt .plan_bt ul li {
  background-image: url(../images/price/buy_ic_pro2.png);
  background-repeat: no-repeat;
  background-position: left bottom;
}
.card_tt > li:hover{
  /* background-image: url(../images/price/buy_ic_pro1.png);
  background-repeat: no-repeat;
  background-position: left bottom; */
}
.card_tt > li:hover .plan_tp span {
  color: #5240aa;
}
.card_tt > li:hover .plan_tp .bold {
  color: #5240aa;
}
.card_tt > li:hover .plan_bt ul li span {
  color: #5240aa;
}
.card_tt > li:hover .plan_tp .s {
  color: #5240aa;
}
.card_tt > li:hover .cart_tt_bt span {
  color: #5240aa;
}
/* .card_tt > li:hover .cart_tt_button {
  background: #5240aa;
} */
/* .card_tt > li:hover .cart_tt_tp {
  margin: 2% auto;
  width: 95%;
  line-height: 39px;
  background: #f8d254;
  border-radius: 6px;
  text-align: center;
  display: block;
} */
.cart_tt_tp {
  margin: 2% auto;
  width: 95%;
  /* width: 330px; */
  line-height: 39px;
  background: #f8d254;
  border-radius: 6px;
  text-align: center;
}

.plan_tp span {
  margin: 2% auto;
  width: 95%;
  word-wrap: break-word;
  display: block;
  font-size:24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  text-align:left;
  color:#312E40;
  /* color: white; */
}

.plan_tp .bold {
  margin-top: 2%;
  font-size: 40px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  text-align:left;
}
.plan_tp .bold em {
text-decoration:line-through;	
font-size:14px;
opacity: 0.3;
color:#312E40;
}
.plan_tp .s {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  /* text-decoration: line-through; */
  color:#3F2F8A;
  text-align:left;
  margin:8px 0 24px 0;
}
.plan_bt ul {
  margin: 0;
  padding: 0;
}
.plan_bt ul li {
  padding-left: 30px;
  margin: 3% 0;
  background-image: url(../images/price/vector2.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  text-align:left;
}
.plan_bt ul li span {
  font-size: 16px;
  font-family: Myriad Pro;
  font-weight: 400;
  /* color: white; */
}
.cart_tt_button {
  margin-top: 5%;
  /* width: 220px; */
  width:80%;
  height: 50px;
  background: #3F2F8A;
  border-radius: 30px;
}
.cart_tt_button span {
  display: block;
  line-height: 50px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
}
.cart_tt_bt span {
  font-size: 16px;
  display: block;
  margin: 8% 0;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color:#312E40;
}

.price_con_tp {
  padding-top: 3%;
}
.price_con_tp p {
  text-align: center;
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  line-height: 28px;
}
.price_img {
  width: 100%;
  padding-top: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.price_img img {
  cursor: pointer;
  margin-left: 2px;
  width: 198px;
  height: 100px;
}

.price_con_cn {
  margin: 3% auto;
  padding: 3% 0;
  width: 1545px;
  max-width:100%;
  background: #ffffff;
  box-shadow: 3px 22px 59px 0px rgba(0, 52, 74, 0.18);
  border-radius: 22px;
}
.askd span {
  font-size: 30px;
  display: block;
  text-align: center;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
  line-height: 28px;
}
.askd h2 {
  font-size: 30px;
  display: block;
  text-align: center;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
  line-height: 28px;
}

.list {
  padding: 2rem;
}
.list ul li {
  margin: 1% 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list > ul > li > span {
  font-size: 18px;
}

.Askactive {
  font-family: Source Han Sans SC;

  color: #5240aa;
}
.list ul li span {
  background: #ffffff;
  font-weight: bold;
  border-radius: 22px;
}
.con_f {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.con_f .con_bt_four {
  margin: 2% 0.5%;
  padding: 1%;
  width:30%;
  /* height: auto; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  background: #3f318b;
  box-shadow: 3px 22px 59px 0px rgba(0, 52, 74, 0.18);
  border-radius: 22px;
}
.con_f .con_bt_four span a {
  display: block;
  color: white;
}
.con_f .con_bt_four img {
  width: 85%;
}
.con_f .con_bt_four p {
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
}
.con_f .con_bt_four span {
  font-size: 18px;
  font-family: Microsoft YaHei;
  color: #ffffff;
}
.yue {
  margin-top: 1%;
}
.xin {
  margin: 5% 0;
}
.contact p {
  text-align: center;
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
  line-height: 28px;
}
.contact_list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact_list > div {
  margin: 2rem 0.4%;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 555px;
  height: 227px;
  background: #3f318b;
  box-shadow: 3px 22px 59px 0px rgba(0, 52, 74, 0.18);
  border-radius: 22px;
}
.contact_list > div p {
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  line-height: 28px;
}
.contact_list > div span {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #f8f7ff;
}
.detail {
  margin: 5% 0;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
.detail_lf {
  display: flex;
  justify-content: center;
  align-items: center;
}

.detail_lf button {
  width: 60px;
  height: 60px;
  background: #5240aa;
}
.detail_lf button img {
  width: 40px;
  height: 40px;
}

.nv {
  --bs-gutter-x: 0;
  width: 450px;
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(167, 167, 167, 0.29);
}
.nv .nv_tp {
  width: 100%;
  height: 80px;
  background: #5240aa;
  display: flex;
  justify-content: space-between;
  padding-left: 1rem;
  align-items: center;
}
.nv .nv_tp > div:first-child span {
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  line-height: 28px;
}
.nv .nv_tp > div:last-child button {
  width: 60px;
  height: 60px;
  background: #5240aa;
}
.nv .nv_tp > div:last-child button img {
  width: 40px;
  height: 40px;
}
.nv .nv_class > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 80px;
  box-shadow: 0px 0px 10px 0px rgba(167, 167, 167, 0.29);
}
.detail_rt {
  padding: 5%;
  /* width: 1054px; */
  width: 65%;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0px 0px 38px 0px rgba(167, 167, 167, 0.29);
}
.detail_rt > p {
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
  line-height: 44px;
  text-align: center;
}
.detail_row {
  margin-top: 1rem;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  padding:0;
}
.detail_rt > span {
  line-height: 40px;
}
.detail_row > span > p {
  font-size: 15px !important;
}
.detail_row img {
  width: 10%;
  border-radius:150px;
  margin-right:10px;
}

.navContent p span {
  background: initial !important;
}
.cookies {
  display: flex;
  position: fixed;
  justify-content: center;
  align-items: center;
  bottom: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100px;
  background: #f5f5f5;
  /* background-image: url(../images/home/guanbi.png);
  background-repeat: no-repeat;
  background-position: 98% 50%; */
  box-shadow: 0px 0px 75px 1px rgba(79, 79, 79, 0.23);
}
.guanggao {
  cursor: pointer;
  display: flex;
  position: fixed;
  justify-content: center;
  align-items: center;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 9999;
}
.guanggao a {
  display: block;
  width: 100%;
}
.guanggao a img {
  width: 100%;
}
.cookiesbt button {
  margin-left: 1rem;
  width: 120px;
  height: 40px;
  background: #5240aa;
  border-radius: 10px;
  color: white;
}
.text span {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #1e1e1e;
  line-height: 25px;
}
.text span a {
  color: rgba(82, 64, 170, 1) !important;
}
.guanbi {
  cursor: pointer;
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
}
.guanbi img {
  width: 25px;
  height: 25px;
}
.guan {
  margin-top: 2%;
  cursor: pointer;
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
}
.guan img {
  width: 25px;
  height: 25px;
}

.swpbj{
  border-radius: 30px;
  background: linear-gradient(90deg, #FBBF8E 0%, #F2427B 47.6%, #B837FF 100%) !important;
}

@media screen and (max-width: 768px) {
  .bt-p-margin a {
    display: block !important;
    height: auto !important;
  }
  .Hear_bt ul li {
    height: auto !important;
  }
  .Hear_bt ul li p {
    font-size: 24px !important;
  }
  .footer_buy {
    margin: 0 auto;
  }
  .footer_top {
    width: 100% !important;
    display: block !important;
    margin: 0 !important;
  }

  .footer_top_left ul {
    justify-content: center;
  }

  .footer_top_left {
    width: 90% !important;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
    border-bottom: solid 1px #555;
    padding-bottom: 30px;
  }
  .footer_top_left:nth-child(3) {
    border: none !important;
  }

  .more {
    margin-top: 20px !important;
    width: 150px !important;
    height: 40px;
    line-height: 40px;
  }

  .bt-p-margin {
    text-align: center;
  }

  .bt_p_xin {
    font-size: 16px !important;
    text-align: center;
  }

  .news p {
    margin-bottom: 20px !important;
    font-size: 20px !important;
  }

  .news {
    margin-top: 30px !important;
  }

  .news_bt > div {
    width: 100% !important;
    margin-bottom: 20px;
    height: auto !important;
  }

  .free div:nth-child(2) button {
    margin: 0 !important;
    margin-top: 20px !important;
    width: 270px !important;
  }

  .free div:nth-child(2) {
    display: block !important;
  }

  .free div:nth-child(1) p {
    font-size: 22px !important;
    margin: 0 !important;
  }

  .choose > div:nth-child(2) ul li img {
    width: 20% !important;
    height: auto !important;
  }

  .choose > div:nth-child(2) ul li span {
    font-size: 16px !important;
  }

  .choose > div:nth-child(2) ul li p {
    font-size: 24px !important;
  }

  .choose > div:nth-child(1) p {
    font-size: 20px !important;
  }

  .choose > div:nth-child(3) img {
    width: 100% !important;
  }

  .Hear_bt ul li {
    width: 100% !important;
    margin-bottom: 20px;
    padding: 15px 0 !important;
  }

  .bold_tp {
    padding: 0 10px;
  }

  .Hear_tp {
    margin: 30px 0 !important;
  }

  .Hear_tp p {
    font-size: 20px !important;
  }

  .Hear_tp span {
    font-size: 18px !important;
  }

  .button_btn {
    padding: 0 10px;
    font-size: 18px;
    margin-top: 20px;
  }

  .GEO_left span {
    font-size: 18px !important;
    padding-top: 20px;
  }

  .GEO_left p {
    font-size: 22px !important;
    padding-top: 20px;
  }

  .tete_one {
    padding: 0 20px;
    text-align: center;
  }

  .tete_one p {
    font-size: 20px !important;
  }

  .tete_one span {
    font-size: 18px !important;
  }

  .modes_img {
    width: 100% !important;
  }

  .tete {
    width: 100% !important;
  }

  .modes_bt_flex {
    padding: 0 !important;
    margin-bottom: 20px;
  }

  .con_modes {
    margin-top: 30px !important;
  }

  .modes_tp .con_title {
    padding: 0 30px;
    font-size: 20px !important;
  }

  .con_tp .con_title {
    padding: 0 30px;
    font-size: 20px !important;
  }

  .header {
    padding-bottom: 50px !important;
  }

  .con_tp span {
    font-size: 30px !important;
    padding-top: 20px !important;
    text-align: center;
  }
  .lg {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .logo {
    width: 59%;
    margin: 10px 0;
  }
  .lgg {
    width: 35%;
    margin: 10px 0;
  }

  .con_bt div {
    width: 100% !important;
    height: auto !important;
    margin: 0 auto;
    margin-top: 20px;
  }

  .top {
    padding: 0 !important;
    width: 100% !important;
  }

  .Home {
    padding: 0 10px !important;
  }

  .Home a {
    font-size: 14px !important;
  }

  .button {
    font-size: 14px !important;
    border: 2px solid #000000 !important;
    padding: 5px 5px !important;
  }
  .tp_left {
    width: 90% !important;
  }

  .tp_left div:nth-child(1) p {
    font-size: 27px !important;
  }

  .top {
    background-size: inherit !important;
    height: auto !important;
    padding: 0 10px !important;
  }

  .tp_left div:nth-child(2) {
    margin-top: 0 !important;
  }

  .tp_left div:nth-child(2) p {
    font-size: 18px;
  }

  .tp_left div:nth-child(3) p {
    font-size: 14px !important;
  }

  .tp_left div:nth-child(3) img {
    width: 24px !important;
    height: 24px !important;
  }

  .tp_left div:nth-child(3) {
    margin-top: 14px !important;
  }

  .tp_left div:nth-child(4) {
    margin-top: 0 !important;
  }

  .tp_left div:nth-child(4) p {
    font-size: 20px !important;
  }

  .left_g {
    width: auto !important;
  }

  .left_g li {
    text-align: center !important;
    width: 60px !important;
  }

  .left_g li img {
    width: 70% !important;
    display: block;
    margin: 0 auto;
  }

  .left_g li span {
    font-size: 12px;
  }

  .fl_button button img {
    width: 10%;
  }

  .fl_button {
    width: 100% !important;
  }

  .fl_button button {
    display: flex;
    align-items: center;
    padding: 7px 3px;
    font-size: 15px;
  }

  .download ul li:nth-child(1) {
    font-size: 14px !important;
  }

  .download ul li img {
    width: 160%;
  }

  .con_ff div {
    width: 100% !important;
    padding: 10px !important;
    margin-top: 20px;
    height: auto !important;
  }

  .con_bt_four p {
    font-size: 16px !important;
    text-align: center !important;
    height: auto !important;
  }
  /* price */
  /* works */
  .header_tp {
    padding-bottom: 20px !important;
  }
  .buy {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .buy > p {
    font-size: 20px !important;
  }
  .T_tt li span {
    font-size: 15px !important;
    font-weight: 400 !important;
  }
  .T_tt {
    grid-template-columns: 90%;
    grid-template-rows: 26%;
  }
  .card_tt > li {
    margin: 2% 0;
    width: auto !important;
  }
  .cart_tt_tp {
    width: 290px !important;
    margin: 2% 0 !important;
  }
  .price_con_cn {
    width: 90% !important;
  }
  .askd span {
    font-size: 20px !important;
  }
  .list ul li span {
    font-size: 15px !important;
  }
  .Askactive {
    font-size: 15px !important;
  }
  .list img {
    width: 13px !important;
  }
  .con_bt {
    margin: auto;
    width: 90%;
    /* margin-left: 0!important; */
  }
  .row {
    --bs-gutter-x: 0 !important;
  }
  .contact_list > div {
    width: 90% !important;
    border-radius: 12px;
  }
  .contact_list > div span {
    font-size: 20px !important;
  }
  .contact_list > div p {
    font-size: 20px !important;
  }
  .detail_row {
    justify-content: flex-start;
  }
  .plan_bt ul {
    padding-left: 0 !important;
  }
  .subNav {
    padding: 5px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    background-size: 4.5% !important;
    background-position: 100% 50% !important;
  }
  .navContent p {
    font-size: 14px !important;
  }
  .detail {
    margin: 1rem !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .detail_rt {
    width: 90%;
  }
  .detail_lf button {
    width: 50px;
    height: 50px;
    margin: 1rem;
  }
  .detail_lf button img {
    width: 32px;
    height: 32px;
  }
  .swiper {
    height: 100%;
  }
  .detail_rt p {
    font-size: 15px;
  }
  .card_tt {
    width: 90%;
    height: auto;
  }
  .con_bt div:nth-child(1),
  .con_bt div:nth-child(2),
  .con_bt div:nth-child(3) {
    margin: 2% 0;
  }
  .con_f .con_bt_four {
    width: 85%;
    height: 100%;
  }
  .con_f .con_bt_four span {
    font-size: 16px;
  }
  .contact p {
    font-size: 20px;
  }
  .nv {
    margin: 1rem 0 !important;
    width: 100% !important;
  }
  .nv .nv_tp > div:first-child span {
    font-size: 16px;
  }
  .nv .nv_class > div {
    height: 40px;
    background-size: 7%;
  }
  .navContent li span {
    font-size: 16px !important;
  }
  .navContent li {
    height: 48px !important;
  }
  .nv .nv_tp {
    height: 48px !important;
  }
  .menu-img {
    top: -70px !important;
    width: 60px !important;
  }
  .free {
    padding: 50px 1rem !important;
  }
  .news_bt > div {
    padding: 3% 3% !important;
  }
  .tp_con {
    padding: 0;
  }
  .tp {
    justify-content: center;
  }
  .xy {
    padding: 10px;
  }
  .con_bt div a {
    line-height: 25px !important;
  }
  .guanggao {
    bottom: 0;
  }
  .guan {
    right: 12px;
    top: 40%;
  }
  .guan img {
    width: 15px;
    height: 15px;
  }
  .cookies {
    flex-direction: column;
    bottom: 61px;
  }
  .guanbi {
    top: 78%;
  }
  .text span {
    font-size: 14px;
  }
}

.supdev{
  background: linear-gradient(90deg, #B3FFAB 0%, #12FFF7 100%);
  border-radius: 10px;
  line-height:34px;
  padding:5px 10px;
  color: #40318D;
  font-size:18px;
  margin-left:10px;
  vertical-align:middle;
}
.introd div{
  font-size:18px !important;
  margin-bottom:12px;
  line-height:22px;
  margin-top:0 !important;
}
.ddd{
  width: 9px;
  height: 9px;
  flex-shrink: 0;
  background: linear-gradient(90deg, #DA22FF 0%, #9733EE 100%);
  border-radius:20px;
  display:block;
  margin-right:10px;
  margin-top:6px;
}
.introd div span{
  font-weight:bold;
}
.buynowbtn{
  height:50px;
  background: #F8D254;
  padding:0 40px;
  display: flex;
  align-items: center;
  position: relative;
  margin-top:0 !important;
  border-radius:30px;
  cursor: pointer;
  }
  .costDiv{
    border-radius: 2px 12px;
    background: linear-gradient(-90deg, #AA3CF4 -1.49%, #FF3232 49.34%, #FCB045 100.17%);
    padding:2px 12px;
    position:absolute;
    right:10px;
    top:-10px;
    z-index:1;
    color:#FFF;
    font-size:12px;
  }
  .buynowpokemon{
  width:32px;
  height:32px;
  }
   .buynowtxt{
  color: #40318D;
  font-size: 20px;
  margin-left:15px;
  margin-top:0 !important	
   }
   .buynowcost{
  width:154px !important;
  height:74px !important;
  position:absolute;
  left:80px;
  top:-74px;
   }
   .pokenbg{
    width: 126px !important;
    height: 45px !important;
    position: absolute;
    left: 57px;
    top: 2px;
    z-index:0;
  }
  .pkin{
    width:144px !important;
    height:104px !important;
    position:absolute;
    right:-115px;
    top:-26px;
  }
  .festvialmsg{
    color: #333;
    font-family: "Microsoft YaHei";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    margin:50px 0 30px 0;
    line-height: 28px; /* 116.667% */
  }
  .festvialmsg .festvialoff{
    color: #FF5940;
    font-family: "Microsoft YaHei";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
  }
  .numDiv{
    width:80px;
    height:80px;
    background: url(../images/price/buy_img_time.png?v=1) no-repeat;
    background-size:100%;
    color:#FC142B;
    text-align:center;
    font-size:40px;
    line-height:78px;
    margin:0 10px;
  }
  .festSwiper{
    width:100% !important;
    margin-top:0px !important;
    border-radius: 0px !important;
    height:800px;
    position:relative;
    overflow:hidden;
  }
  .festmsg{
    width:100%;
    height:58px;
    border-radius: 100px;
    background: linear-gradient(90deg, rgba(255, 251, 147, 0.70) 0%, rgba(174, 250, 255, 0.70) 100%);
    backdrop-filter: blur(12px);
    margin-bottom:40px;
    color: #2E2E2E;
    font-size: 20px;
    font-weight:bold;
    cursor: pointer;
  }
  .festbanner2{
    height:800px !important;
    width:100%;
    background: url(../images/home/homebg.png) no-repeat;
    position:relative;
  }
  .festbanner{
    height:800px !important;
    width:100%;
    background:
    linear-gradient(
      110deg,
      rgba(252, 248, 240,1),
      rgba(246, 230, 255, 1),
      rgba(223, 248, 249,0.8) 70.71%
    ),
    linear-gradient(180deg, rgba(229, 246, 248, 0.8), rgba(255,255,255,1) 70.71%),
    linear-gradient(90deg, rgba(245, 229, 255, 1), rgba(255,255,255, 0) 70.71%),
    linear-gradient(100deg, rgba(253, 253, 253, 0.8), rgba(255,255, 255, 0) 70.71%);
    position:relative;
  }
  .festbannerpic{
    height:100%;
    position:absolute;
    left:0;
    top:0;
  }
  .festbannerContent{
    width:75%;
    margin:auto;
    padding:40px 0 0 0;
    position:relative;
    z-index:9;
  }
  .festbannerWen{
    width:60%;
  }
  .festbannerPic{
    width:40%;
    position: relative;
  }
  .festbannerPic img{
    width:100%;
    max-width:700px;
  }
  .festbannerWenTel{
    background: linear-gradient(90deg, #00C36E 0.03%, #2F32FF 20.33%, #FB00FF 45.04%, #FF6F09 75.85%, #FF5C05 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    font-size:48px;
    font-weight:bold;
    margin-bottom:30px;
  }
  .festbannerWenRemark{
    color: #121212;
    font-family: "SF Pro";
    font-size: 28px;
    font-style: normal;
    font-weight: 510;
    line-height: 150%; /* 42px */
  }
  .festbannerWenRemarkOff{
    color: #3430FB;
  }
  .festbannerWenRemarkPre{
    background: linear-gradient(90deg,#FF6F09 75.85%, #FF5C05 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    font-size:32px;
    font-weight:bold;
    margin-left:5px;
    position:relative;
  }
  .home_img_off{
    width:85px;
    height: 59.689px;
    flex-shrink: 0;
    aspect-ratio: 85.00/59.69;
  }
  .festshow{
    border-radius: 14px;
    height:54px;
    margin-top:30px;
    background: linear-gradient(281deg, #f5d4cd 6.94%, #f5e9ca 96.76%), linear-gradient(0deg, rgba(255, 241, 110, 0.60) 2.67%, rgba(255, 138, 51, 0.60) 30.48%, rgba(255, 74, 74, 0.60) 51.8%);
  }
  .eventTxt{
    height:54px;
    background: url(../images/home/home_img_time.png?v=1) no-repeat;
    background-size:100% 100%;
    padding:0 25px 0 20px;
    font-size: 20px;
    color:#fff;
    line-height:52px;
  }
  .timeTxt{
    font-size: 20px;
    line-height:52px;
    color:#FF1B1E;
    padding:0 20px;
  }
  .festmiss{
    color:#121212;
    font-size:14px;
    margin-top:10px;
    padding-left:5px;
  }
  .festbannerBuyBtn{
    display:block;
    margin-top:70px;
    height:86px;
    padding:0 40px 0 40px;
    color:#FBEDFF;
    font-size:24px;
    font-weight:bold;
    line-height:72px;
    background: url(../images/home/home_ic_btn.png?v=1) no-repeat;
    background-size:100% 100%;
    position:relative;
  }
  .festbannerBuyBtn:hover{
    color:#FBEDFF !important;
    opacity:0.8;
  }
  .home_img_60off{
    position:absolute;
    width: 62.962px;
    height: 84.616px;
    transform: rotate(18.702deg);
    aspect-ratio: 3/4;
    right:-20px;
    top:-45px;
  }
  .fset40{
    font-size:40px;
  }

  @media screen and (max-width:1880px) {
    .plan_tp .bold {font-size:32px;}
    .tp_msg_child{font-size:14px;}
  }

  @media screen and (max-width:1610px) {
    .T_tt{width:100%;}
    .festbannerWenTel,.fset40{
      font-size:42px;
    }
  }

  @media screen and (max-width:1500px) {
    .plan_tp .bold {font-size:24px;}
    /* .T_tt{width:100%;} */
    .festbannerWenTel,.fset40{
      font-size:32px;
    }
    .festbannerWenRemark{
      font-size:24px;
    }
  }

.fl_buttonwidth{
  width:1000px;margin-top:40px;padding-bottom:0px;
}
.fl_buttonac{
  height:50px;width:240px
}
.mobshow{
  display:none;
}
.pcbtn{
  padding: 14px 60px;margin-left:40px;
}
@media screen and (max-width: 575.98px) {
    /* 手机适配样式 */
    .pcshow{
      display:none!important;
    }
    .mobshow{
      display:block!important;
    }
    .pcbtn{
      padding: 6px 10px;margin-left:0px !important;
      font-size:12px !important;
      border:none !important
    }
    .festbannerContent{
      width:99% !important;
    }
    .mblock{
      display:block!important;
    }
    .festmsg{
      height:auto !important;
      padding:20px 20px !important;
      font-size:14px !important;
    }
    .festbannerWen{
      width:100% !important;
    }
    .festbannerWenTel{
      font-size:16px !important;
      margin-bottom:0 !important;
    }
    .fset40{
      font-size:18px!important;
      margin-bottom:20px !important;
      justify-content:center !important;
    }
    .festbannerWenRemark{
      font-size:18px !important;
      padding:0 5px !important;
      margin-bottom:5px !important;
    }
    .festbannerWenRemarkPre{
      font-size:18px !important;
    }
    .home_img_off{
      width:42px !important;
      height:28px !important;
    }
    .back-to-top{
      display:none!important;
    }
    .festshow{
      margin-top:10px !important;
    }
    .eventTxt{
      font-size:14px !important;
    }
    .timeTxt{
      font-size:16px !important;
    }
    .mbcenter{
      justify-content:center !important;
    }
    .festmiss{
      text-align:center!important;
    }
    .festbannerBuyBtn{
      margin-top:50px !important;
    }
    .festbannerPic{
      width:95%;
    }
    .tp_msg_child{
      font-size:13px !important;
      line-height:22px !important;
      height:auto!important;
      padding:10px 15px !important;
    }
    .supdev{
      display:block !important;
      width:98% !important;
      margin:5px 0 10px 0 !important;
      font-size:15px !important;
      line-height:26px !important;
    }
    .pw1100{
      width:98%!important;
      position: relative;
    }
    .towdiv{margin-top:10px !important;}
    .fl_buttonwidth{width:100%;margin-bottom:10px;}
    .introd div{
      font-size:14px !important;
    }
    .fl_buttonac{
      width:45% !important;
    }
    .buynowbtn{
      width:45% !important;
      padding:0 10px!important;
    }
    .tp_left div.buynowtxt{
      margin-top:8px !important;
      font-size:16px !important;
    }
    .left_g li{
      width:50px !important;
      margin:4px 7px !important;
    }
    .left_g li.litel{
      flex-shrink:0;
      width:auto !important;
    }
    .pricemsg{
      font-size:14px !important;
      height:auto!important;
      line-height:24px !important;
      padding:5px 10px !important;
    }
    .buy > h1{
      margin-top:10px !important;
    }
    .remarkmsg{
      padding:0 5px !important;
      font-size:13px !important;
    }
    .T_tt{
      margin-top:20px !important;
      padding-left:0px !important;
    }
    .festvialmsg{
      font-size:18px !important;
      flex-wrap:wrap;
      line-height:52px !important;
    }
    .festvialoff{
      font-size:16px !important;
    }
    .numDiv{
      width:48px !important;
      height:48px !important;
      font-size:18px;
      line-height:45px;
    }
    .card_tt > li{
      width:95% !important;
    }
    .choose h2{
      font-size:24px!important;
    }
}