.search-container {
    width: 100%;
    padding: 0 20px;
    background: url("../image/backImage.png");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 500px;
}

.search {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    padding-top: 155px;
}
.search .title .mainTitle {
    font-family: SimSun;
    font-weight: 400;
    font-size: 24px;
    color: #212121;
    text-align: center;
}
.search .title .subTitle {
    margin-top: 21px;
    font-family: SimSun;
    font-weight: 400;
    font-size: 20px;
    color: #212121;
    text-align: center;
}
.searchBox {
    width: 100%;
    max-width: 780px;
    height: 50px;
    background: #ffffff;
    box-shadow: 0px 3px 12px 0px #d8e3e9;
    border-radius: 25px;
    margin: 71px auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.searchBox button[type="submit"] {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}
.searchBox button[type="submit"] .icon {
    width: 24px;
    height: 24px;
    display: block;
    margin: 0 24px;
}
.searchBox .inputer {
    border-radius: 25px;
    height: inherit;
    flex: 1;
    border: 0;
    outline: none;
    padding: 0 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 15px;
    color: #666666;
}
.searchHistory {
    width: 100%;
    max-width: 1400px;
    justify-content: center;
    display: flex;
    align-items: center;
    list-style: none;
    margin: 24px auto 0;
}
.searchHistory-item a{
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    margin: 0 9px;
    cursor: pointer;
    text-decoration: none;
}

.searchHistory-item a:hover {
    color: #E40D0D;
}

.content-container {
    width: 100%;
    padding: 0 20px;
}

/* 通用类型标题 */
.common-header {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    display: flex;
    align-items: flex-end;
    margin-bottom: 14px;
}
.common-header .icon {
    width: 32px;
    height: 34px;
    display: block;
}
.common-header .title {
    margin-left:-20px ;
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: 16px;
    color: #212121;
}
.common-header .fenlei {
    margin-left: auto;
}
.common-header .fenlei a{
font-family: Source Han Sans CN;
font-weight: 400;
font-size: 14px;
color: #212121;
margin-right: 20px;
text-decoration: none;
}
.common-header .fenlei  a:last-child {
    margin-right: 0;
}
.common-header .fenlei a:hover {
    color: #E40D0D;
}
.common-header .subTitle {
    margin-left: 10px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 12px;
    color: #666666;
}
/* 轮播图组件 */
.swiper {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    height: 114px;
}
.swiper .swiper-slide {
    width: 192px;
    height: 114px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.swiper .swiper-slide .image {
    display: block;
    width: 100%;
    height: 100%;
}
.swiper .swiper-slide .title a{
    width: 100%;
    height: 29px;
    line-height: 29px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
    z-index: 1;
    background-color:rgba(13,13,13,0.6);
    text-decoration: none;
}
