.swiper {
    width: 100%;
    min-height: 500px;
    background: url(../../resource2021/images/swiper_bg.png) no-repeat;
    background-size: 100% 596px;
    border-bottom: 0px;
    position: relative;
}

.swiper>div{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.swiper>div>img{
    position: absolute;
    bottom: 0px;
    width: 1200px;
    /*z-index: 1;*/
}

.swiper_search {
    width: 438px;
    height: 70px;
    /* border: 1px solid blue; */
    display: flex;
    /* background: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, 0)); */
    /* 标准的语法 */
    position: absolute;
    top: 20%;
    left: 58%;
    flex-direction: column;
}

._search_ipt {
    width: 450px;
    height: 100px;
    position: relative;
}
._search_ipt>div {
    background: #BD1A2D;
    width: 70px;
    height: 48px;
    position: absolute;
    margin-left: 395px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    cursor: pointer;
}

._search_ipt input {
    border: 1px solid rgba(189, 26, 45, 0.85);
    border-radius: 30px;
    width: 100%;
    height: 48px;
    padding-left: 15px;
    font-size: 18px;
    letter-spacing: normal;
    color: #000000;
    background: rgba(255, 255, 255, 0.2) !important;
    outline: none;
}

._search_ipt img {
    position: absolute;
    width: 30px;
    top: calc(50% - 15px);
    right: calc(20px);
}

._search_hot {
    color: rgb(67, 67, 67);;
    padding-top: 10px;
    display: flex;
    justify-content: space-around;
    font-size: 14px;
}

._search_hot span {
    display: inline-block;
    cursor: pointer;
}
.suspension{
    width: 130px;
    height: 425px;
    background: rgb(189, 26, 45);
    position: fixed;
    z-index: 2;
    transform: translate(-20%, -85%);
    border-radius: 10px;
    right: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    font-size: 13px;
    color: #fff;
    text-align: center;
    padding-bottom: 10px;
    font-family: "GenSenMaruGothic TW TTF Regular";
    letter-spacing: 0px;
    font-weight: 550;
}
.line{
    width: 80%;
}
