body {
    background: #fff;
}

.head_banner {
    width: 15rem;
    height: 4rem;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.head_left {
     width: 6.04rem;
    height: 1.22rem;
    background-image: url(../img/mc_h5_index/abc_logo.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 0.6rem;
}

.head_right {
    width: 4.58rem;
    height: 1.08rem;
    background-image: url(../img/mc_h5_index/20191219logo.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 0.6rem;
}

.mui-poppicker {
    background-color: #fff;
}

.mui-picker {
    background-color: #fff;
}

.mui-pciker-rule-ft {
    border-top: none;
    border-bottom: none;
    background-color: #ffb35045;

}

.mui-pciker-list li.highlight {
    color: #ffa000;
}

.mui-poppicker-header .mui-btn {
    border: none;
}

.mui-btn-blue {
    background-color: #ffa000;
}

.title-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background: #f5f4f5;
    height: 1.6rem;
    line-height: 1.6rem;
    padding: 0 0.64rem;
    align-items: center;
    align-content: center;
}

.title {
    font-size: 0.64rem;
}

.select-btn {
    background-color: #ffa000;
    color: #fff;
    font-size: 0.56rem;
    padding: 0 30px 0 10px;
    height: 1.2rem;
    line-height: 1.2rem;
    border-radius: 0.2rem;
    background-image: url(../img/polo/polo_details_btn.png);
    background-repeat: no-repeat;
    background-size: 0.3rem 0.2rem;
    background-position: 2rem center;
}

.detail-list {
    margin-top: 0.4rem;
}

.detail-item {
    width: 14rem;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    padding: 0.4rem;
    border: 1px solid #ffa000;
    border-radius: 0.4rem;
    margin-bottom: 0.4rem;
}

.detail-right {
    width: 5rem;
    height: 4.2rem;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.detail-right img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.detail-left {
    width: 8rem;
}

.detail-left .detail-left-a {
    width: 8rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    align-content: flex-start;
}

.detail-left h3 {
    font-size: 0.64rem;
    color: #171717;
}

.detail-left h5 {
    max-height: 28px;
    font-size: 0.48rem;
    letter-spacing: 0.5px;
    line-height: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #2e2e2e;
}

.detail-left button {
    border: 1px solid #ffa000;
    background: #ffa000;
    color: #fff;
    font-size: 0.48rem;
    width: 3.4rem;
    height: 1rem;
    text-align: center;
    line-height: 1rem;
    border-radius: 2rem;
    padding: 0;
    margin: 5px 0;
}

.no-result {
    text-align: center;
    font-size: 13px;
    margin-top: 1rem;
    color: #5b5b5b;
    margin-bottom: 2rem;
}

.go-home {
    position: fixed;
    top: 2.4rem;
    left: 0;
    z-index: 999;
    width: 2rem;
}

.go-home a {
    color: #fff;
    display: block;

}

.go-home a span {
    display: block;
    width: 2.5rem;
    height: 0.96rem;
    border-top-right-radius: 0.96rem;
    border-bottom-right-radius: 0.96rem;
    background: #f5a400;
    font-size: .48rem;
    color: #fff;
    text-align: center;
    line-height: 0.96rem;

}

.go-home a img {
    width: 100%;
    display: block;
}