.banner {
    height: 340px;
    padding-top: 210px;
    background: url('../images/banner/banner_index.jpg');
	background-size:100% 100%;
}

.banner-cont {
    margin: 0 auto;
    width: 904px;
    background: rgba(255, 255, 255, 0.31);
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 4px 14px 12px;

}

.banner-cont-ipt input {
    flex: 1;
    padding: 0 0 0 30px;
    height: 54px;
    border: 0;
    background: #fff;
    border-top-left-radius: 5px;
    font-size: 16px;

}

.banner-cont-ipt div {
    width: 58px;
    height: 54px;
    border-top-right-radius: 5px;
    background: #CFB681;
}

.banner-cont ul li {
    font-size: 14px;
    color: #fff;
    padding: 14px 32px;
    background: #433F3D;
    border-radius: 0 0 5px 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.banner-cont ul li span:first-child {
    color: #F8457C;
    padding-right: 4px;
}

.classify {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    border: 1px solid #D2D2D2;
    box-sizing: border-box;
    margin-top: 60px;
    padding: 24px 0;
}

.classify h3 {
    color: #8D192F;
    font-size: 20px;
    padding: 8px 0 0 34px;
    font-weight: bold;
}

.classify-cont {
    flex: 1;
    border-right: 1px solid #E5E4E4;
    box-sizing: border-box;
}

.classify-cont ul {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0 0 28px;
}

.classify-cont ul li {
    color: #fff;
    font-size: 20px;
    width: 128px;
    height: 128px;
    background: #8D192F;
    border-radius: 10px;
    margin: 10px;
    line-height: 1.4;
    cursor: pointer;
}

.classify-cont ul li:hover {
    background: #CDAD69;
}

.classify-cont ul li .checkeds,
.classify-cont ul li:last-child {
    background: #CDAD69;
}

.classify-time {
    width: 564px;
    box-sizing: border-box;
    padding-right: 44px;
}

.time-head {
    padding: 15px 16px 15px 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.time-head div {
    display: flex;
}

.time-head div span {
    width: 23px;
    height: 29px;
    background: #8D192F;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.time-head div .noClick {
    background: rgba(0, 86, 229, 0.82);
    pointer-events: none;
}

.time-head div span img {
    width: 20px;
    height: 20px;
}

.time-head div span:first-child {
    margin-right: 4px;
}


.time-head .time-head-txt {
    color: #1B1B1B;
    font-size: 24px;
    font-weight: bold;
}

.classify-time .time-tit,
.classify-time ul {
    width: 466px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 23px;
}

.classify-time .time-tit span {
    color: #1B1B1B;
    font-size: 14px;
    font-weight: bold;
    width: 66px;
    height: 20px;
    text-align: center;
}

.classify-time ul li {
    color: #1B1B1B;
    font-size: 14px;
    width: 66px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.classify-time ul li span {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
}

.classify-time ul li .checkeds {
    background: #8D192F;
    color: #fff;
}

.recommend {
    padding: 30px 0 60px;
}

.recommend-head {
    display: flex;
    align-content: center;
    justify-content: space-between;
}

.recommend-head h2 {
    color: #8D192F;
    font-size: 30px;
    font-weight: bold;
}

.recommend-head div {
    display: flex;
    align-items: center;
    width: 52px;
    height: 26px;
    box-sizing: border-box;
    border: 1px solid #DCDCDC;
}

.recommend-head div span {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.recommend-head div span:first-child {
    box-sizing: border-box;
    border-right: 1px solid #DCDCDC;
}

.recommend-head div span img {
    width: 21px;
    height: 18px;
}

.recommend-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


.recommend-list li {
    width: 288px;
    margin-top: 38px;
    padding: 8px 5px;
    border: 1px solid #D2D2D2;
    box-sizing: border-box;
    border-radius: 10px;
}

.recommend-list li .bn {
    width: 276px;
    height: 175px;
    cursor: pointer;
    border-radius: 5px;
}

.recommend-list li .p {
    color: #000;
    font-size: 16px;
    margin: 12px 1px 10px;
    font-weight: bold;
    cursor: pointer;
    display: block;
}
.p{position: relative; line-height: 20px; max-height: 20px;overflow: hidden;}
.p::after,.p:after{content: "..."; position: absolute; bottom: 0; right: 0; padding-left: 40px;
background: -webkit-linear-gradient(left, transparent, #fff 55%);
background: -o-linear-gradient(right, transparent, #fff 55%);
background: -moz-linear-gradient(right, transparent, #fff 55%);
background: linear-gradient(to right, transparent, #fff 55%);
color: #eeeeee;
}



.recommend-list>li>div {
    padding: 5px 0px;
}

.recommend-list li div .img-cnt {
    width: 18px;
    height: 22px;
    padding: 0;
}
.recommend-list li div .img-cnt img{
    width: 18px;
    padding: 0;
}

.recommend-list li .tips {
    display: flex;
}

.recommend-list li .tips span:first-child {
    width: 140px;
    height: 26px;
    background: #EEEEEE;
    border-radius: 12px;
    color: #6F6F6F;
    font-size: 14px;
    display: flex;
    align-items: center;
    padding-left: 11px;
    margin-right: 11px;
}

.recommend-list li .tips span:last-child {
    width: 78px;
    height: 24px;
    background: #F45D6F;
    border-radius: 11px;
    color: #fff;
    font-size: 16px;
}

.recommend-list li .bt {
    display: flex;
    align-items: center;
    color: #171717;
    font-size: 14px;
}

.recommend-list li .mt {
    /*margin-top: 3px;*/
}

.recommend-list li .bt span {
    width: 147px;
    padding: 0 0px 0 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 3px;
}

.recommend-list li .bt span:last-child {
    width: 100px!important;
    height: 24px;
    font-size: 14px;
    color: #816A3A;
    background: #F1E5CB;
    padding: 0;
}
.hot a{
	
	color: #fff;
}


.rating-stars {width: 160px;height: 32px;position: relative;display: inline-block;vertical-align: middle;}
.rating-stars .empty-stars, .filled-stars {width: 160px;height: 32px;background: url("../images/youth/star2.png");background-size: 32px 32px;position: absolute;top: 0;left: 0;bottom: 0;}
.rating-stars .filled-stars {width: 0;height: 32px;background: url("../images/youth/star1.png");background-size: 32px 32px;position: absolute;top: 0;left: 0;bottom: 0;}
.rating-stars16 {width: 80px;height: 16px;position: relative;display: inline-block;vertical-align: text-bottom;}
.rating-stars16 .empty-stars, .filled-stars {width: 80px;height: 16px;background: url("../images/youth/star2.png");background-size: 16px 16px;position: absolute;top: 0;left: 0;bottom: 0;}
.rating-stars16 .filled-stars {width: 0;height: 16px;background: url("../images/youth/star1.png");background-size: 16px 16px;position: absolute;top: 0;left: 0;bottom: 0;}
