/*banner*/
.main-banner img {
    width: 100%;
}

/*主体内容*/
.main-content {
    width: 1320px;
    margin: 0 auto;
}

.guess-like .guess-title {
    height: 100px;
    text-align: center;
    line-height: 100px;
}
.guess-like .guess-title span {
    font-size: 28px;
    padding: 0 25px;
    vertical-align: middle;
    display: inline-block;
}
.guess-like .guess-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -60px;
}
.guess-like .guess-content .guess-item {
    width: 400px;
    height: 298px;
    margin-top: 60px;
}
.guess-item .cover {
    width: 400px;
    height: 222px;
}
.guess-item .title {
    width: 400px;
    height: 76px;
    text-align: center;
    line-height: 76px;
    background-color: white;
    font-size: 22px;
}
.more {
    margin-bottom: 100px;
}
.more .more-title {
    height: 150px;
    text-align: center;
    line-height: 150px;
}
.more .more-title span {
    font-size: 28px;
    padding: 0 25px;
    vertical-align: middle;
    display: inline-block;
}
.more .more-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.more .more-content .more-item {
    display: flex;
    transition: all .3s;
    width: 290px;
    height: 180px;
    justify-content: space-around;
    align-items: center;
    cursor: pointer;
}
.more .more-content .no-img {
    transition: all .3s;
    width: 290px;
    height: 180px;
}
.more .more-content .more-item .qr{
    height: 180px;
    display: none;
}
.more .more-content .more-item:hover{
    height: 200px;
    padding-bottom: 20px;
    margin-top: -20px;
}
.more .more-content .more-item:hover .qr{
    display: block;
}
.more .more-content .more-item:hover .cover{
    display: none;
}
.more-item .cover {
    width: 290px;
    height: 180px;
}