.head{
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: rgb(255,255,255,.4);
    align-items: center;
    /* justify-content: center; */
    z-index: 99;
    /*background-image: url('/static/index/adver/28667e7bee066b5.png');*/
}
.head-login{
    position: absolute;
    display: flex;
    right: 60px;
}
.head-login{
    display: flex;
}
.head-login div{
    width: 100px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 15px;
}
.head-login div:nth-child(1){
    background: #4073fa;
    color: #fff;
}
.head-login div:nth-child(2){
    border: 1px solid rgb(131,131,131,.5);
    color: rgb(131,131,131);
}
.logo{
    width: 40px;
    height: 40px;
}
.head-list{
    width: 80px;
    text-align: center;
}
.head-list a{
    all: initial;
}
.head .head-list:nth-child(2){
    font-weight: bold;
    font-size: 16px;
}

.adver {
    position: relative;
    width: 100%;
    height:700px; /* 比如 height: 500px; */
}
.adver-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    height: 600px;
}
.adver-title{
    position: absolute;
    width: 100%;
    text-align: center;
    top: 20%;
    color: #fff;
}
.adver-title p:nth-child(1){
    font-size: 30px;
    letter-spacing: 5px;
}
.adver-title p:nth-child(2){
    letter-spacing: 5px;
    font-size: 15px;
    margin-top: -15px;
}
.adver-bttom{
    background: #fff;
    position: absolute;
    bottom:30px;
    width: 70%;
    min-height: 110px;
    left: 15%;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(227, 224, 255, .05), 0 12px 24px rgba(227, 224, 255, .2);
    display: flex;
}
.adver-bttom-data{
    box-shadow: 0 2px 6px rgba(227, 224, 255, .05), 0 12px 24px rgba(227, 224, 255, .2);
    width: 32%;
}
.adver-bttom-data-title{
    display: flex;
    align-items: center;
    margin-left: 15px;
}
.adver-bttom-data-title img{
    width: 18px;
    height: 18px;
}
.adver-bttom-data-title p{
    margin-left: 5px;
}
.adver-bttom-data-list{
    font-size: 13px;
    margin-left: 15px;
}
.adver-bttom-data-list div{
    float: left;
    padding: 10px;
}
.adver-bttom .adver-bttom-data:nth-child(2),.adver-bttom-data:nth-child(3){
    border-left: 1px solid rgb(131,131,131,0.1);
}
.rec{
    width: 70%;
    margin-left: 15%;
    background: #fff;
    box-shadow: 0 2px 6px rgba(227, 224, 255, .05), 0 12px 24px rgba(227, 224, 255, .2);
    min-height: 205px;
}
    
.rec-title{
    display: flex;
    align-items: center;
    font-size: 18px;
}
.rec-title p{
    margin-left: 10px;
}
.rec-title img{
    width: 25px;
    height: 25px;
}
.rec-data{
    width: 100%;
    display: flex;
}
.rec-data-list {
    width: 22%;
    margin-left: 2.5%;
    box-shadow: 0 4px 10px 0 rgba(36, 48, 165,.15);
    transition: all 0.5s ease; /* 使用 all 表示所有属性都进行过渡，设置一个更明确的过渡效果 */
    position: relative; /* 添加相对定位，为伪元素定位做准备 */
}

.rec-data-list:hover {
    transform: translateY(-10px); /* 使用 transform 来实现向上移动的效果 */
}
.rec-data-list-image img{
    float: left;
}
.rec-data-list-image img:nth-child(1){
    width: 100%;
}
.rec-data-list-image img:nth-child(2){
    width: 49%;
    margin-top: 5px;
}
.rec-data-list-image img:nth-child(3){
    width: 49%;
    margin-top: 5px;
    margin-left: 2%;
}
.rec-data-list-title{
    text-align: center;
    margin-top: 10px;
    height: 30px;
}
.max{
    width: 70%;
    margin-left: 15%;
    margin-top: 40px;
}
.max-top{
    display: flex;
    justify-content: center;
    width: 100%;
}
.max-top div{
    display: flex;
    align-items: center;
    width: 140px;
}
.max-top img{
    width: 20px;
    height: 20px;
}
.max-top p{
    margin-left:8px;
}
.max-data-list{
    display: flex;
    margin-top: 30px;

    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
}

@keyframes fadeInLeft {
    from {
      opacity: 0;
      transform: translate3d(-30%, 0, 0);
    }
  
    to {
      opacity: 1;
      transform: none;
    }
  }

.max-data-list img{
    width: 300px;
    height: 600px;
}
.max-data-list div:nth-child(2){
    margin-left: 50px;
}
.max-data-list p{
    margin: 0;
}

.max-data-list p:nth-child(1){
    color: #d52c7f;
    font-size: 15px;
    margin-top: 10px;
}
.max-data-list p:nth-child(2){
    font-weight: bold;
    font-size: 25px;
    margin-top: 10px;
}
.max-data-list p:nth-child(3){
    margin-top: 10px;
}
.cp{
    width: 70%;
    margin-top: 100px;
    margin-left: 15%;
}
.cp-title{
    text-align: center;
    font-size: 25px;
    letter-spacing: 5px;
}
.cp-list{
    display: flex;
    width: 100%;
    margin-top: 50px;
}
.cp-list img{
    width: 30px;
    height: 30px;
}
.cp-list p{
    margin-top: 0;
}
.cp-list div{
    text-align: center;
    width: 25%;
}
.cp-list div p:nth-child(2){
    margin-top: 10px;
}
.cp-list div p:nth-child(3){
    font-size: 12px;
    color: rgb(131,131,131);
}
.kf{
    position: fixed;
    right:15px;
    bottom: 20%;
}
.kf img{
    width: 35px;
    height: 35px;
    margin-top: 8px;
}
.kf-list{
    background: #fff;
    text-align: center;
    margin-top: 15px;
    border-radius: 5px;
    height: 70px;
    width: 70px;
    font-size: 13px;
    box-shadow: 0 4px 10px 0 rgba(36, 48, 165,.15);

    position: relative;
    transition: all 0.3s ease;
}
.kf p{
    margin: 0;
}
.kf-list:hover {
     /* width: 150px; */
     background: #24f3ff;
     color: #fff;
  }

 .kf-list:hover .qrcode {
    display: flex;
  }
  .qrcode {
    position: absolute;
    left: -205px;
    top: -50px;
    display: none;
    width: 200px;
    height: 200px;
    background: #fff;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px 0 rgba(36, 48, 165,.15);
    border-radius: 5px;
  }
  .qrcode img{
    width: 180px;
    height: 180px;
  }
  .ter{
    background: #252d37;
    width: 100%;
    margin-top: 50px;
    height: 480px;
  }
  .ter-list{
    color: #fff;
    display: flex;
    padding-top: 100px;
    width: 30%;
  }
  .ter-data{
    margin-left: 50px;
  }
  .ter-data div:nth-child(n+2){
    font-size: 13px;
    margin-top: 10px;
    color: #bebebe;
  }
  .ter-cp{
    width: 40%;
    padding-top: 60px;
    color: #fff;
  }
  .ter-cp-list{
    margin-top: 10px;
    font-size: 14px;
  }
  .ter-cp-list div{
    margin-top: 10px;
    float: left;
    width: 33.33%;
    color: #bebebe;
  }
  .ter-gz{
    width: 30%;
    text-align: center;
    padding-top: 60px;
    color: #fff;
  }
  .ter-gz img{
    width: 150px;
    height: 150px;
  }
  .link{
    width: 70%;
    margin-left: 15%;
    margin-top: 30px;
    color: #bebebe;
    border-top: 1px solid rgb(255,255,255,.2);
    border-bottom: 1px solid rgb(255,255,255,.2);
    display: flex;
    height: 40px;
    align-items: center;
    font-size: 14px;
  }
  .link-list{
    margin-left: 20px;
  }
  .link-list a{
    all: inherit;
  }
  .conpy p{
    margin: 0;
  }
  .conpy{
    color: #bebebe;
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
  }
  .conpy img{
    height: 15px;
    width: 15px;
  }
  .conpy p{
    margin-top: 5px;
  }
  .do{
    display: flex;
    margin-top: 150px;
    width: 70%;
    margin-left: 15%;
    justify-content: center;
  }
  .do div{
    width: 120px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
  }
  .do-list{
    width: 70%;
    margin-left: 15%;
    margin-top: 50PX;
    background: #4073fa;
  }
  .let-top{
    position: absolute;
    left: 0;
    top: 0;
    background: #4073fa;
    padding: 3px 10px;
    font-size: 13px;
    color: #fff;
    border-radius: 15px 0 15px 0;
  }
  .let{
    float: left;
    position: relative;
    width: 24%;
    margin-left: 1%;
    box-shadow: 0 4px 10px 0 rgba(36, 48, 165,.15);
    margin-top: 10px;
    border-radius: 5px;
    min-height: 300px;
  }
  .let img{
    width: 80%;
    height: 200px;
    margin-left: 10%;
    margin-top: 25px;
    border-radius: 10px;
  }
  .let-title{
    width: 80%;
    margin-left: 10%;
    font-size:16px;
    margin-top: 20px;
  }
  .ley-price{
    width: 80%;
    margin-left: 10%;
    font-size:14px;
    display: flex;
    text-align: bottom;
  }
  .ley-price span:nth-child(1){
    font-weight: bold;
    color: rgb(255,44,60);
  }
  .ley-price span:nth-child(2){
    color: rgb(131,131,131);
    font-size: 12px;
    text-decoration: line-through;
    margin-left: 10px;
  }
  
  .banner{
    width: 70%;
    height: 120px;
    margin-top: 80px;
    margin-left: 15%;
}
.banner img{
    width: 100%;
    height: 120px;
}

.data{
    width: 100%;
    display: flex;
    margin-top: 10px;
    width: 70%;
    margin-left: 15%;
    background: #fff;
    border-radius: 10px;
}
.left{
    width: 70%;
    padding-top: 15px;
    margin-left: 15px;
}
.left-title{
    display: flex;
}
.left-title-name {
    margin-left: 20px;
}
.left-title-name p:nth-child(1){
    border-left: 3px solid #4073fa;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    padding-left: 5px;
}
.left-title-logo{
    width: 120px;
    height: 120px;
}
.left-title-logo img{
    width: 120px;
    height: 120px;
    border-radius: 10px;
}
.left-title-name p{
    margin: 0;
}
.left-title-name p:nth-child(2){
    margin-top: 10px;
}
.left-title-name span{
    border: 1px solid #ee941f;
    font-size: 12px;
    color: #ee941f;
    padding: 1px 5px;
    border-radius: 5px;
}
.left-title-name p:nth-child(3){
    margin-top: 10px;
    font-weight: bold;
    color: rgb(255,44,60);
    letter-spacing: 2px;
}
.left-detail{
    width: 100%;
    margin-top: 30px;
}
.left-detail-title{
    font-size: 16px;
    font-weight: bold;
}
.left-detail-data{
    width: 100%;
}
.left-detail-data img {
         max-width: 100%;
         height: auto;
     }
.home{
    width:28%;
}
.place{
    box-shadow: 0 2px 6px rgba(227, 224, 255, .05), 0 12px 24px rgba(227, 224, 255, .2);
    height: 40px;
    width: 150px;
    margin: 0 auto;
    background:rgb(255,255,255,.5);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 12px;
}
.home-list{
    width: 100%;
    margin-top: 50px;
}
.home-list-title{
    background: #fbfbfb;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    border-radius: 5px 5px 0 0;
}
.home-list-data{
    display: flex;
    background: #fff;
    border-top: 1px solid rgb(131,131,131,.1);
    margin-top: 5px;
}
.home-list-data p{
    margin: 0;
}
.home-list-data-logo img{
    width: 80px;
    height: 80px;
    margin-left: 5px;
}
.home-list-data-name{
    margin-left: 10px;
}
.home-list-data-name p{
    margin: 0;
}
.home-list-data-name p:nth-child(2){
    margin-top: 5px;
}
.home-list-data-name span{
    border: 1px solid #ee941f;
    font-size: 12px;
    color: #ee941f;
    padding: 1px 5px;
    border-radius: 5px;
}
.home-list-data-name p:nth-child(3){
    margin-top: 5px;
    font-weight: bold;
    color: rgb(255,44,60);
    letter-spacing: 2px;
    font-size: 12px;
}