.head {
    height: .6rem;
    background-color: #e03b37;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .18rem;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
.menu {
    display: flex;
    flex-wrap: wrap;
    padding: 0 .1rem .1rem .1rem;
    background-color: #fff;
    margin-bottom: .1rem;
}
.menu > a {
    width: 25%;
    margin-top: .1rem;
}
a .menu-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.menu-item > img {
    width: .65rem;
    height: .65rem;
}

.search {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: .2rem .15rem;
    height: .5rem;
    position: relative;
}
.search .search-input {
    width: 75%;
    height: 100%;
}
.search .search-input > input {
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    border-top-left-radius: .6rem;
    border-bottom-left-radius:.6rem;
    padding-left: .2rem;
}
.search .search-btn {
    width: 25%;
    line-height: .5rem;
    background-color: #e03b37;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: .6rem;
    border-bottom-right-radius:.6rem;
    position: absolute;
    top: .21rem;
    right: .2rem;
}
.search .search-btn > span {
    color:#fff;
}
.container {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: .65rem;
}
.container .container-item {
    margin: .1rem 0 0;
    display: flex;
    height: auto;
    padding: .1rem .1rem;
    background-color: #fff;
}
.container .container-item .item-img{
    height: 1.2rem;
    flex: 1;
}
.container .container-item .item-img > img{
    height: 100%;
    width: 100%;
}
.container .container-item .item-content {
    width: 60%;
    margin-left: .2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.container-item .item-content .item-content-title {
    font-size: .19rem;
    width: 90%;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.container-item .item-content .item-content-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .05rem;
    width: 95%;
}
.container-item .item-content .item-content-line > span:first-child {
    font-size: .18rem;
    color: #666;
}
.container-item .item-content .item-content-line > span:last-child {
    font-size: .18rem;
    color: #e03b37;
}
.container-item .item-content .item-content-line-slp {
    margin-top: .05rem;
}
.container-item .item-content .item-content-line-slp .red-1{
    border: 1px solid #ff6c01;
    text-align: center;
    padding: 2px 5px;
    display: inline-block;
    font-size: .14rem;
    margin: 0px 2px;
}
.container-item .item-content .item-content-line-slp .red-2{
    border: 1px solid #23e129;
    text-align: center;
    padding: 2px 5px;
    display: inline-block;
    font-size: .14rem;
    margin: 0px 2px;
}
.container-item .item-content .item-content-line-slp .red-3{
    border: 1px solid #71d2ff;
    text-align: center;
    padding: 2px 5px;
    display: inline-block;
    font-size: .14rem;
    margin: 0px 2px;
}
.tarbar {
    display: flex;
    align-items: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border-top: 1px solid #ddd;
    padding-top: 0.1rem;
}
.tarbar .tarbar-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.tarbar .tarbar-item .icon{
    width: .4rem;
    height: .4rem;
}
.tarbar .tarbar-item .icon > img {
    width: 100%;
    height: 100%;
}
.tarbar .tarbar-item .font-active {
    color: #e03b37;
}




