* {
  box-sizing: border-box;
}
html,
body {
  min-width: 1200px;
  margin: 0;
  padding: 0;
  position: relative;
}

html ::-webkit-scrollbar,
body ::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}
html ::-webkit-scrollbar-thumb,
body ::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  background-color: rgba(50, 50, 50, 0.25);
  border: 2px solid transparent;
  border-radius: 5px;
}
html ::-webkit-scrollbar-track,
body ::-webkit-scrollbar-track {
  background-color: rgba(50, 50, 50, 0.05);
}
a {
  text-decoration: none;
  color: #ffffff;
}
main .topimg {
  /* height: 425px; */
  width: 100%;
  background: url("/static?q=assets/images/indeeda/head.png") no-repeat center;
  /* background-size: 100% 100%; */
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
}
main .topimg .topcontainer {
  width: 1200px;
  height: 425px;
  position: relative;margin: 0 auto;
}
main .topimg .topcontainer .lefttext {
  height: 100%;
  width: 220px;
}
main .topimg .topcontainer .lefttext .leftbox {
  height: 384px;
  box-sizing: border-box;
  background: rgba(45, 0, 135, 0.3);
  border: 1px solid #3a2673;
  backdrop-filter: blur(38px);
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
}
main .topimg .topcontainer .lefttext .leftbox .line {
  padding: 14px 15px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #A49CB6;
  line-height: 19px;
  display: flex;
  align-items: center;
}
main .topimg .topcontainer .lefttext .leftbox .line .left {
  flex: 1;
}
main .topimg .topcontainer .lefttext .leftbox .line .left .lefttop {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
}
main .topimg .topcontainer .lefttext .leftbox .line .left .leftbom {
  margin-top: 11px;max-width: 174px;overflow: hidden;
  display: flex;
  flex-direction: row;
}
main .topimg .topcontainer .lefttext .leftbox .line:hover {
  background: #260865;
  color: #ffffff ;
}
main .topimg .topcontainer .lefttext .leftbox .line .left .leftbom .ttext{
  margin-right: 5px;
  cursor: pointer;
  max-width: 80px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
main .topimg .topcontainer .lefttext .leftbox .line .left .leftbom .ttext:hover {
  color: #CB5AFE ;
}
main .topimg .topcontainer .lefttext .leftbox .activehover {
  background: #260865;
}
main .topimg .topcontainer .lefttext .leftbottom {
  width: 100%;
  text-align: center;
  height: 38px;
  font-size: 12px;
  line-height: 38px;
  color: #A49CB6;
  background: rgba(45, 0, 135, 0.3);
  font-family: MicrosoftYaHei;
  border-left: 1px solid #3a2673;
  border-bottom: 1px solid #3a2673;
  border-right: 1px solid #3a2673;
  backdrop-filter: blur(38px);
  cursor: pointer;
}
main .topimg .topcontainer .rightdetail {
  position: absolute;
  left: 266px;
  top: 77px;
  z-index: 1;
  font-family: Helvetica;
  color: #ffffff;
}
main .topimg .topcontainer .rightdetail .detailtext {
  width: 306px;
  height: 48px;
  font-size: 34px;
  font-family: Helvetica;
  color: #ffffff;
  line-height: 34px;
  margin-top: 11px;
}
main .topimg .topcontainer .rightdetail .spandetail1,
main .topimg .topcontainer .rightdetail .spandetail {
  width: 346px;
  height: 21px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #ffffff;
  line-height: 21px;
}
main .topimg .topcontainer .rightdetail .spandetail {
  margin-top: 35px;
}
main .topimg .topcontainer .rightdetail .spandetail1 {
  margin-top: 11px;
}
main .topimg .topcontainer .rightdetail .detailbtn {
  margin-top: 28px;
  width: 130px;
  height: 41px;
  box-shadow: inset 0px 1px 6px 0px rgba(0, 0, 0, 0.5);
  /* border: 1px dashed #b16eff; */
  background: url(/static?q=assets/images/indeeda/detailbtn.png) no-repeat center;
  background-size: 100% 100%;
}
main .topimg .topcontainer .rightdetail .detailbtn a {
  width: 130px;
  height: 41px;
  display: block;
}
/* main .topimg .topcontainer .rightdetail .detailbtn:hover {
  margin-top: 28px;
  width: 130px;
  height: 41px;
  box-shadow: inset 0px 1px 6px 0px rgba(0, 0, 0, 0.5);
  border: 1px solid #b16eff;
  background: url(/static?q=assets/images/indeeda/detailbtn.png);
  cursor: pointer;
} */
main .topimg .topcontainer .righthoverbox {
  position: absolute;
  z-index: 2;
  left: 219px;
  top: -1px;
  width: 980px;
  overflow: hidden;
  height: 425px;
  background: rgba(255, 255, 254,0.98);
  backdrop-filter: blur(90px);
}
main .topimg .topcontainer .righthoverbox .righthoverbox1 {
  transition: width 0.8s ease;
  color: #666666;
  
  box-sizing: border-box;
  width: 0px;
  overflow: hidden;
  /* height: 425px; */
 
  display: flex;
  flex-wrap: wrap;
}
main .topimg .topcontainer .righthoverbox .righthoverbox1 .rightbox {
  width: 245px;
  height: 106px;
  box-sizing: border-box;
  padding: 18px 31px;
}
main .topimg .topcontainer .righthoverbox .righthoverbox1 .rightbox .box1 {
  width: 64px;
  height: 22px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 22px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
main .topimg .topcontainer .righthoverbox .righthoverbox1 .rightbox .box2 {
  margin-top: 8px;
  width: 182px;
  height: 40px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
main .topimg .topcontainer .righthoverbox .righthoverbox1 .rightbox:hover {
  background-color: #ffffff;
}
main .topimg .topcontainer .righthoverbox .righthoverbox1 .rightbox:hover .box1 {
  width: 64px;
  height: 22px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #8231a7;
  line-height: 22px;
}
main .hot {
  display: flex;
  justify-content: center;
}
main .hot .hotbox {
  width: 1200px;
  height: 540px;
  padding: 40px 0 70px 0;
}

main .hot .hotbox .hotimg {
  margin: 0 auto;
  width: 273px;
  height: 74px;
  background: url("/static?q=assets/images/indeeda/hotjiekou.png") no-repeat center;
  background-size: 100% 100%;
}


@keyframes width {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
main .hot .hotbox .flexbox {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
main .hot .hotbox .flexbox .flex {
  opacity: 1;
  width: 232px;
  height: 334px;
  background: #ffffff;
  /* box-shadow: 0px 0px 30px -1px rgba(0, 0, 0, 0.11); */
  box-shadow: 0px 0px 30px -1px rgba(0, 0, 0, 0.11);
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: width 2s linear;
}
main .hot .hotbox .flexbox .flex .l1 {
  margin: 23px 0 13px 0;
  width: 54px;
  height: 54px;
}
main .hot .hotbox .flexbox .flex .l2 {
  width: 190px;text-align: center;
  height: 25px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 25px;
  margin-bottom: 8px;text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
main .hot .hotbox .flexbox .flex .l3 {
  width: 185px;
  height: 130px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #666666;
  line-height: 26px;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.flex .l4 {
  width: 200px;
  height: 42px;
  overflow-wrap: break-word;
  text-align: center;
  line-height: 21px;margin-top: 15px;padding-top: 10px;display: inline-table;
}
.l4 .money{
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  font-family: MicrosoftYaHei;
  text-align: left;
  line-height: 21px;
}
.l4 .text{
  color: rgba(255, 77, 77, 1);
  font-size: 30px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  line-height: 21px;
}

main .hot .hotbox .flexbox .flex:hover {
  transform: translateY(-10px);
  transition: all 0.2s;
  box-shadow: 0px 0px 30px -1px rgba(0, 0, 0, 0.2);
}
main .hot1 {
  display: flex;
  justify-content: center;
  background: url(/static?q=assets/images/indeeda/addjiekou.png) no-repeat center;
  background-size: 100% 100%;
}
main .hot1 .hotbox {
  width: 1200px;
  height: 540px;
  padding: 40px 0 70px 0;
}
main .hot1 .hotbox .hotimg {
  margin: 0 auto;
  width: 273px;
  height: 74px;
  background: url("/static?q=assets/images/indeeda/addjiekoukou.png") no-repeat center;
  background-size: 100% 100%;
}
main .hot1 .hotbox .flexbox {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
main .hot1 .hotbox .flexbox .flex {
  opacity: 1;
  width: 232px;
  height: 334px;
  background: #ffffff;
  box-shadow: 0px 0px 30px -1px rgba(0, 0, 0, 0.11);
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: width 2s linear;
}
main .hot1 .hotbox .flexbox .flex .l1 {
  margin: 23px 0 13px 0;
  width: 54px;
  height: 54px;
}
main .hot1 .hotbox .flexbox .flex .l2 {
  width: 190px;
  text-align: center;
  height: 25px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 25px;
  margin-bottom: 8px;text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
main .hot1 .hotbox .flexbox .flex .l3 {
  width: 185px;
  height: 130px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #666666;
  line-height: 26px;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
main .hot1 .hotbox .flexbox .flex .l4 {
  margin-top: 15px;
}
main .hot1 .hotbox .flexbox .flex:hover {
  transform: translateY(-10px);
  transition: all 0.2s;
  box-shadow: 0px 0px 30px -1px rgba(0, 0, 0, 0.2);
}
main .hot2 {
  display: flex;
  justify-content: center;
}
main .hot2 .hotbox {
  width: 1200px;
  height: 440px;
  padding: 40px 0 70px 0;
}

main .hot2 .hotbox .hotimg {
  margin: 0 auto;
  width: 280px;
  height: 75px;
  background: url("/static?q=assets/images/indeeda/datean.png") no-repeat center;
  background-size: 100% 100%;
}

main .hot2 .hotbox .scene-logo {
  margin: 0 auto;
  width: 280px;
  height: 75px;
  background: url("/static?q=assets/images/indeeda/index-scene.png") no-repeat center;
  background-size: 100% 100%;
}

main .hot2 .hotbox .scene-menus ul {
  list-style: none; /* 去掉默认的列表样式 */
  padding: 0; /* 去掉内边距 */
  display: flex; /* 使用弹性盒子布局 */
}

main .hot2 .hotbox .scene-menus ul li{
  margin-right: 30px;
  background: #EEEEEE;
  border-radius: 3px;
  padding: 9px 22px;
}

main .hot2 .hotbox .scene-menus .checked{
  margin-right: 30px;
  background: #8231A7 !important;
  border-radius: 3px;
  padding: 9px 22px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #FFFFFF;
  cursor: pointer;
}

main .hot2 .hotbox .scene-menus ul li {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  cursor: pointer;
}

main .hot2 .hotbox .scene-menus ul li:hover {
  background: rgba(237, 217, 246, 0.5);
  border-radius: 3px;
  padding: 9px 22px;
  cursor: pointer;
}

main .hot2 .hotbox .scene-box{
  width:100%;
  height: 460px;
  margin-top:20px;
}

main .hot2 .hotbox .scene-box > div{
  width: 1201px; 
  height: 460px; 
  background: #FFFFFF; 
  box-shadow: 0px 0px 30px -1px rgba(0,0,0,0.11);
}

main .hot2 .hotbox .scene-box > div{
  width: 1201px; 
  height: 460px; 
  background: #FFFFFF; 
  box-shadow: 0px 0px 30px -1px rgba(0,0,0,0.11);
}

main .hot2 .hotbox .scene-box .box-left{
  float:left;
  width: 340px;
  height: 460px;
  cursor: pointer;
}

main .border-right{
  border-right: 1px solid rgba(203, 203, 203, 0.5);
}

main .border-bottom{
  border-bottom: 1px solid rgba(203, 203, 203, 0.5);
}

main .hot2 .hotbox .scene-box .box-left-line{
  width: 340px;
  height: 153px;
  display: grid;
  align-content: center;
}

main .hot2 .hotbox .scene-box .box-left-line .title{
  font-size: 22px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #212121;
  width: 280px;
  margin: 0px auto;
}

main .hot2 .hotbox .scene-box .box-left-line .content{
  font-size: 14px; 
  font-family: PingFangSC-Regular, PingFang SC;  
  color: #666666;
  width: 280px;
  margin: 0px auto;
  padding-top:9px;
} 

main .hot2 .hotbox .scene-box .box-left-line:hover{
  background: #F5F5FF;
  height: 153px;
}

main .hot2 .hotbox .scene-box .box-left-line:hover .title{
  color: #212121;
}

main .hot2 .hotbox .scene-box .box-left-line:hover .content{ 
  color: #666666;
} 

main .hot2 .hotbox .scene-box .box-left-line.checked{
  background: url("/static?q=assets/images/indeeda/scene-left.png") no-repeat center;
  background-size: 100% 100%;
  border-right: 0px;
}

main .hot2 .hotbox .scene-box .box-left-line.checked .title{
  color: #FFFFFF;
}

main .hot2 .hotbox .scene-box .box-left-line.checked .content{ 
  color: #FFFFFF;
} 



main .hot2 .hotbox .scene-box .box-right{
  float:left;
  width: 861px;
  height: 460px;
  cursor: pointer;
  /* border-left: 1px solid rgba(203, 203, 203, 0.5); */
}

main .hot2 .hotbox .scene-box .box-right-line{
  /* width: 100%;
  height: 130px; */
  height: 390px;
  width: 861px;
}

main .hot2 .hotbox .scene-box .box-right-line .line{
  width: 287px; 
  height: 130px;
  float: left;
}

main .hot2 .hotbox .scene-box .box-right-line .line:hover{
  background: #FFFFFF;
  box-shadow: 0px 0px 30px -1px rgba(0,0,0,0.11);
}

main .hot2 .hotbox .scene-box .box-right-line .line .line-box{
  width: 230px;
  height:130px ;
  margin:0px auto;
  /* border-bottom: 1px solid #CBCBCB; */
}

main .hot2 .hotbox .scene-box .box-right-line .line:hover .line-box{
  border: 0px;
}

main .hot2 .hotbox .scene-box .box-right-line .line:hover .line-box .line-head .title{
  color:#8231A7;
}

main .hot2 .hotbox .scene-box .box-right-line .line .line-box .line-head{
  width: 230px;
  height: 40px;
}

main .hot2 .hotbox .scene-box .box-right-line .line .line-box .line-head .logo{
  float:left;
  width:40px;
  height: 40px ;
  margin:20px 0px 0px 10px
}

main .hot2 .hotbox .scene-box .box-right-line .line .line-box .line-head .title{
  float:left;
  margin-top:20px;
  padding-top:10px;
  width:180px;
  height: 40px ;
  font-size: 16px; 
  font-family: PingFangSC-Medium, PingFang SC; 
  font-weight: 500; 
  color: #212121;
}

main .hot2 .hotbox .scene-box .box-right-line .line  .line-box .line-content {
  margin-top:5px;
  width: 230px ;
  height: 40px;
  font-size: 14px; 
  font-family: PingFangSC-Regular, PingFang SC;  
  color: #666666;

  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

main .hot2 .hotbox .scene-box .box-right-button {
  cursor: pointer;
  margin:0px auto;
  width: 140px;
  padding:9px 38px;
  height: 40px;
  background: #8231A7; 
  border-radius: 2px;
  font-size: 16px; 
  font-family: PingFangSC-Regular, PingFang SC; 
  font-weight: 400; 
  color: #FFFFFF;
}



main .hot2 .hotbox .flexbox {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
main .hot2 .hotbox .flexbox .flex {
  width: 192px;
  height: 237px;
  background: #ffffff;
  box-shadow: 0px 0px 30px -1px rgba(0, 0, 0, 0.11);
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: width 2s linear;
}
main .hot2 .hotbox .flexbox .flex .l1 {
  margin-top: 21px;
  width: 150px;
  height: 120px;
  background: url(/static?q=assets/images/indeeda/gsjbxxxx.png);
  background-size: 100% 100%;
}
main .hot2 .hotbox .flexbox .flex .l2 {
  margin-top: 21px;
  width: 150px;
  height: 120px;
  background: url(/static?q=assets/images/indeeda/sfsxxx.png);
  background-size: 100% 100%;
}
main .hot2 .hotbox .flexbox .flex .l3 {
  margin-top: 21px;
  width: 150px;
  height: 120px;
  background: url(/static?q=assets/images/indeeda/zscqhzzxx.png);
  background-size: 100% 100%;
}
main .hot2 .hotbox .flexbox .flex .l4 {
  margin-top: 21px;
  width: 150px;
  height: 120px;
  background: url(/static?q=assets/images/indeeda/jyqkxx.png);
  background-size: 100% 100%;
}

main .hot2 .hotbox .flexbox .flex .l5 {
  margin-top: 21px;
  width: 150px;
  height: 120px;
  background: url(/static?q=assets/images/indeeda/qyyq.png);
  background-size: 100% 100%;
}
main .hot2 .hotbox .flexbox .flex .l6 {
  margin-top: 21px;
  width: 150px;
  height: 120px;
  background: url(/static?q=assets/images/indeeda/qycsd.png);
  background-size: 100% 100%;
}
main .hot2 .hotbox .flexbox .flex .l {
  margin-top: 26px;
  text-align: center;
  width: 162px;
  height: 25px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 25px;
}
main .hot2 .hotbox .flexbox .flex .ll {
  margin-top: 45px;
  width: 30px;
  height: 2px;
  background: #674dee;
}

main .order {
  height: 267px;
  background: url(/static?q=assets/images/indeeda/bottom.png) no-repeat center;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
main .order .line1 {
  height: 40px;
  font-size: 28px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffffff;
  line-height: 40px;
  letter-spacing: 3px;
}
main .order .line2 {
  margin-top: 20px;
  width: 357px;
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
  letter-spacing: 1px;
}
footer {
  background-color: #222;
  height: 77px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer #footer {
  text-align: center;
  padding: 8px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 17px;
}
footer #footer a {
  text-decoration: none;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 17px;
}
footer #footer img {
  width: 17px;
  height: 17px;
  margin-right: 5px;
  vertical-align: bottom;
}

header {
  position: sticky;
  top: 0;
  z-index: 999;
  font-size: 14px;
  color: #333333;
  background: #ffffff;
  box-shadow: 0px 1px 5px 0px rgba(117, 117, 117, 0.1);
  height: 70px;
  width: 100%;
}
header .headtop {
  height: 70px;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
header .headtop .left {
  font-size: 18px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
header .headtop .right {
  display: flex;
  align-items: center;
}
header .headtop .right img {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  cursor : pointer;
}

.headtop .right img {
  border-radius: 100%;
  cursor : pointer;
}

header .headtop .right .active {
  border-bottom: 2px solid #8231a7;
}
header .headtop .right .active a {
  font-size: 14px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #832FA4;
  
}
/* header .headtop a {
  width: 28px;
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
} */
.topimg > .headtop{
  width: 1200px;height: 70px;margin: 0 auto;
}
.topimg > .headtop > .left{
  cursor: pointer;width: 220px;float: left;display: flex;
  flex-direction: row;
  font-size: 18px;color: #fff;
  align-items: center;margin: 18px 0;
}
.topimg > .headtop > .right{
  display: flex;
  align-items: center;float: right;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
}
.topimg > .headtop > .right a{
  color:#A49CB6;font-size: 15px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
}
.topimg > .headtop > .right a:hover{
  color:#fff;
}