.discount {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 30px;
}

.discountNum {
    position: absolute;
    top: 0px;
    left: 12px;
    overflow: hidden;
    width: 35px;
    height: 45px;
    border-radius: 2px;
    background: 0 0;
    background-image: linear-gradient(#ff4655, #ff4287);
    text-align: center;
    font-size: 20px;
    color: #fff;
    padding-top: 2px;
}

.discountNum p {
    font-size: 11px;
    line-height: 20px;
}
.typeItem {
    width: 100%;
    height: auto;
}

.typeTitle {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.typeTitle .typeName {
    font-size: 26px;
    height: 40px;
    line-height: 40px;
}

.typeTitle .typeMore {
    font-size: 20px;
}

.typeTitle .typeMore a {
    color: #ff0066;
    transition: color .5s
}
.typeTitle .typeMore a:hover {
    color: #666;
    transition: color .5s
}

.listItem {
    display: inline-block;
    width: 150px;
    margin: 20px 23px;
    position: relative;
}

.listItem img {
    width: 150px;
    height: 210px;
    border-radius: 10px;
}

.listItem .itemTitle {
    padding-top: 15px;
    font-weight: 500;
    padding-bottom: 5px;
    line-height: 22px;
    /* height: 40px; */
    color: #323038;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    transition: color .5s
}
.listItem .itemTitle:hover{
    color: #ff0066;
    transition: color .5s
}

.listItem .itemPrice {
    color: #ff4655;
    padding-top: 5px;
    font-size: 12px;
    font-weight: 700;
}
.itemtime{
    font-size: 13px;
    color: #999;
    margin-top: 3px
}

.listItem .itemPrice span {
    font-size: 20px;
}
.hotcity{
    width: 100%;
    text-align: left;
    margin: 15px 25px;
}
.hotcity_li{
    display: inline-block;
    width: 297px;
    text-align: left;
    padding: 10px 0;
}
.hotcity_li a{
    color: #323038;
    font-size: 14px;
}
.hotcity_li a:hover{
    color: #ff0066;
}
