﻿.guess {
    width: 100%;
    background: #fff;
}

.guess-city-list {
    width: calc(100% - 18px);
    margin: 0 auto;
    background: #FAFBFC;
    border-radius: 6px;
}

.guess-city-list .guess-tit {
    width: 100%;
    height: 48px;
    background: linear-gradient(180deg, #E6F2FF 0%, rgba(230, 242, 255, 0) 100%);
    border-radius: 6px;
    /* opacity: 0.6; */
    position: relative;
}

.guess-tit>img {
    display: block;
    width: 80px;
    height: 48px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.guess-tit>span {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #007FFF;
    line-height: 48px;
    position: absolute;
    left: 12px;
    z-index: 1;
}

.guess-list {
    padding: 0 12px;
    overflow: hidden;
    max-height: 207px;
}

.guess-item:first-child {
    padding-top: 2px;
}

.guess-item {
    width: 100%;
    height: 69px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #f5f6f7;
}

.guess-item>div {
    width: calc(100% - 72px);
    height: 45px;
    font-size: 15px;
    color: #262626;
    line-height: 21px;
}

.guess-item>img {
    display: block;
    width: 60px;
    height: 45px;
    border-radius: 4px;
    margin-left: 12px;
    flex-shrink: 0;
}

.guess-item .yuanchuang {
    display: inline-block;
    width: 30px;
    height: 16px;
}

.guess-more {
    width: 100%;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.guess-more>span {
    display: block;
    margin-right: 4px;
    font-size: 13px;
    color: #595959;
    line-height: 18px;
}

.guess-more>i {
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    color: #595959;
}