body{
    padding-top: 9.271vw;
}

.header{
    border: 0;
}

.search-header{
    width: 100vw;
    height: 4.688vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-logo{
    width: 8.854vw;
    margin: 0 auto;
}

.search-header img{
    width: 100%;
    margin-left: 4.948vw;
}

.colsesearch{
    float: right;
    display: flex;
    align-items: center;
    margin-right: 6.771vw;
}

.colsesearch img{
    width: 0.833vw;
    margin-left: 0;
    margin-right: 0.625vw;
}
.colsesearch span{
    font-size: 0.833vw;
    line-height: 1.146vw;
    color: #000;
    font-family: 'pingfang',sans-serif;
}
.search-contact{
    width: 79.167vw;
    margin: 2.083vw auto 7.292vw;
}
.search-btn{
    width: 66.667vw;
    margin: 0 auto;
}
.search-btn input{
    width: 100%;
    border: 0.052vw solid #000;
    border-radius: 1.302vw;
    padding: 0.833vw 3.333vw 0.833vw 1.25vw;
    font-size: 0.625vw;
    line-height: 0.729vw;
    font-family: 'pingfang',sans-serif;
    color: #000;
    position: relative;
}

.qingchu{
    position: absolute;
    top: 17%;
    right: 2%;
    font-size: 0.625vw;
    display: none;
}

.search-btn input::placeholder{
    color: #999;
    font-size: 0.625vw;
    line-height: 0.729vw;
    font-family: 'pingfang',sans-serif;
}
.search-btn input:focus {
    outline: none;
    border: 0.052vw solid #000;
}

.hostsearch{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.198vw;
    margin-bottom: 1.198vw;
}
.hostsearch p{
    font-size: 0.625vw;
    line-height: 0.885vw;
    font-family: 'pingfang',sans-serif;
    color: #666;
    margin: 0vw 0.781vw;
    cursor: pointer;
}

.hostsearch p:hover{
    color: #000;
}

.search-area{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 4.167vw;
}

.search-area-box{
    width: 25vw;
    margin-bottom: 4.167vw;
}

.search-area-box-img{
    width: 100%;
    height: 14.063vw;
    position: relative;
}

.search-area-box-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.search-area-box-img p{
    position: absolute;
    top: 16%;
    left: 7.8%;
    font-size: 1.198vw;
    width: 16.927vw;
    font-family: '思源宋体',sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #000;
}

.search-area-box-text{
    width: 23.958vw;
    height: 9.375vw;
    margin: 0 auto;
    margin-top: 2.344vw;
}
.search-area-box-text h5{
    font-size: 1.042vw;
    line-height: 1.458vw;
    color: #000;
    font-family: 'pingfang',sans-serif;
    margin-bottom: 1.146vw;

}
.search-area-box-text p{
    font-size: 0.833vw;
    line-height: 1.458vw;
    color: #666;
    font-family: 'pingfang',sans-serif;
    margin-bottom: 1.146vw;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 2.604vw;
}
.nbox-a a:hover{
    color: inherit;
}

/* 定义动画 */
@keyframes slideDownFadeIn {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


.header-logo,
.search-btn,
.hostsearch,
.search-area {
  opacity: 0;
  animation-name: slideDownFadeIn;
  animation-duration: 0.3s;
  animation-fill-mode: forwards; /* 保持动画结束状态 */
}

/* 设置动画延迟，依次递增0.3s */
.header-logo {
  animation-delay: 0.3s;
}

.search-btn {
  animation-delay: 0.4s;
}

.hostsearch {
  animation-delay: 0.6s;
}

.search-area {
  animation-delay: 0.7s;
}

.hostsearch-con{
    display: flex;
}

.search-area a{
    text-decoration: none;
}

.none-text{
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.none-text p{
    font-size: 16px;
    color: #999;
    font-family: 'pingfang',sans-serif;
    margin-bottom: 15%;
}

@media screen and (max-width:767px) {
    body{
        padding-top: 66.933vw;
    }
    .search-header{
        width: 100%;
        height: 17.067vw;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .header-logo{
        display: none;
    }
    .colsesearch{
        float: left;
        display: flex;
        align-items: center;
        margin-left: 7.467vw;
    }
    .colsesearch img{
        width: 3.2vw;
    }
    .colsesearch span{
        display: none;
    }
    .search-contact{
        width: 100%;
        margin: 0vw auto 13.333vw;
    }
    .search-area{
        display: block;
    }
    .search-area-box{
        width: 89.333vw;
        margin: 0 auto;
    }

    .search-area-box-img{
        width: 100%;
        height: 50.4vw;
    }
    .search-area-box-text{
        width: 89.333vw;
        height: auto;
        margin: 0 auto;
        margin-top: 4.8vw;
    }
    .search-btn{
        width: 89.333vw;
        margin: 0 auto;
    }
    .search-btn input{
        width: 100%;
        height: 11.733vw;
        border-radius: 25px;
        border: 1px solid #000;
        font-size: 4.267vw;
        line-height: 3.733vw;
        padding: 0 2.667vw 0 4vw;
        font-family: system-ui, sans-serif;
    }
    .search-btn input::placeholder{
        font-size: 3.2vw;
        line-height: 3.733vw;
        font-family: system-ui, sans-serif;
    }

    .hostsearch{
        width: 89.333vw;
        display: block;
        margin: 8vw 0vw 0vw;
        /* margin-left: 7.467vw; */
        
    }

    .hostsearch p {
        color: #000;
        font-size: 3.2vw;
        line-height: 4.533vw;
        margin: 0vw;
        margin-right: 8vw;
        font-family: system-ui, sans-serif;
    }

    .hostsearch-con{
        margin-top: 4.8vw;
        padding-bottom: 8vw;
        border-bottom: 1px solid #ececec;
    }

    .search-area-box-text h5 {
        font-size: 4.267vw;
        line-height: 7.467vw;
        margin-bottom: 3.2vw;
        font-family: system-ui, sans-serif;
        font-weight: normal;
    }

    .search-area-box-text p{
        font-size: 3.2vw;
        line-height: 5.333vw;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-bottom: 6.667vw;
        font-family: system-ui, sans-serif;
    }
    .nbox-a a {
        font-size: 3.2vw;
        line-height: 4.267vw;
        font-family: system-ui, sans-serif;
    }
    .search-area-box{
        margin-bottom: 8vw;
    }
    .con-bom{
        display: none;
    }
    
    .lang-media{
		display: flex;
		align-items: center;
		justify-content: end;
        margin-right: 7.467vw;
	}

	.lang-media p{
		font-size: 3.2vw;
		line-height: 3.733vw;
		color: #999;
		margin: 0vw 1.333vw;
		font-family: system-ui, sans-serif;
	}

    .lang-media p.active{
		color: #000;
	}

	.lang-media span{
		display: block;
		width: 0.133vw;
		height: 2.667vw;
		background-color: #999;
		margin: 0 1.333vw;
	}

    .search-area-box-img p{
        position: absolute;
        top: 20%;
        left: 7%;
        font-size: 4.267vw;
        width: 60.8vw;
    }

    .qingchu {
        position: absolute;
        top: 8%;
        right: 6%;
        font-size: 3.2vw;
    }
    .none-text p{
        margin-bottom: 60%;
    }
}