.banner{
    width: 100%;
    height: 340px;
    background-image: url("../../web/images/marketplace/image/yysc.jpg");
    background-size: cover;
}

.banner .middle{
    padding-top: 131.4px;
}

.banner .middle .top{
    color: #2D3748;
    font-size: 36px;
    margin: 0 5%;
}

.banner .middle .bottom{
    color: #63666D;
    font-size: 14px;
    margin:  10px 5%;
}

.search-bar{
    width: 100%;
    /*height: 200px;*/
    /*background-image: url("../../web/images/marketing/image/banner.png");*/
    background-size: cover;
}

.search-bar .search-tab{
    height: 80px;
    width: 789px;
    border: 1px solid #FFFFFF;
    background: linear-gradient(180deg, #F3F5F8 0%, #FFFFFF 100%);
    box-shadow: 0 3px 6px rgb(45 55 72 / 32%);
    margin: 0 auto;
    border-radius: 3px;
    position: relative;
    top: -40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-bar .search-tab .left{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.search-bar .search-tab .left div,.search-bar .search-tab .right div{
    font-size: 18px;
    color: #2D3748;
}

.search-bar .search-tab .left div:hover,.search-bar .search-tab .right div:hover{
    color: #0075C1;
}

.search-bar .search-tab .left .active,.search-bar .search-tab .right .active{
    color: #0075C1;
}

.search-bar .search-tab .right{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.search-bar .search-tab img{
    height: 40px;
    width: auto;
}

.search-bar .search{
    width: 789px;
    margin: 0 auto;
    position: relative;
    top: -25px;
}

.el-input-group__append {
    /*background: #005AA5;*/
    color: #ffffff;
}

.search-bar .tip{
    width: 789px;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
}

.search-bar .tip div{
    line-height: 25px;
}

.search-bar .tip span{
    border: 1px solid #FFFFFF;
    opacity: 1;
    border-radius: 5px;
    padding: 2px 10px;
    cursor: pointer;
}

.middle.content{
    margin-top: 20px;
}

.el-tabs__nav-wrap {
    padding: 0 50px;
    box-sizing: border-box;
}

.el-pagination {
    text-align: left;
}

