body {
    position: relative;
}

html,
body {
    height: 100%;
}

.famaexpectedbox {
    position: fixed;
    width: 100%;
    height: 100%;
    /* height: 768px; */
    background: rgba(0, 0, 0, 0.7);
    z-index: 666;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* 开始动画 */

.famaexpectedlistbox {
    width: 620px;
    height: 326px;
    border-radius: 15px;
    /* margin-top: 50%; */
    /* position: absolute; */
    background: rgba(255, 255, 255, 1);
    opacity: 1;
    /* border-radius: 20px 20px 0px 0; */
    animation: choicestart 1s;
    /* overflow: scroll; */
    display: flex;
    flex-direction: column;
}

.famaexpectedbox .famaexpectedtitle {
    /* width: 84px; */
    height: 26px;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: bold;
    line-height: 20px;
    color: #000;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    position: relative;
}

.famaexpectedbox .famaexpectedtitle span {
    margin-left: 5px;
    font-size: 10px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 14px;
    color: rgba(204, 204, 204, 1);
    opacity: 1;
}

.famaexpectedbox .famaexpectedtitle .famaexpectedsure {
    position: absolute;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 16px;
    color: #333;
    opacity: 1;
    right: 20px;
    cursor: pointer;
    width: 92px;
    height: 32px;
    background: url('/assets/img/pc/redbtn.png') no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.famaexpectedboxnone {
    display: none
}

.famaexpectedbox #famaexpectedcontent {
    /* min-height: 250px; */
    margin: 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow-x: hidden;
    overflow-y: auto;
}

.famaexpectedbox #famaexpectedcontent>div:hover {
    background: #d5b882;
    color: #fff;
}

.famaexpectedbox #famaexpectedcontent>div {
    margin-top: 20px;
    width: 100px;
    height: 30px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(158, 158, 158, 1);
    opacity: 1;
    border-radius: 3px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 26px;
    color: #000;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.famaexpectedaction {
    background: #d5b882!important;
    color: #fff !important;
}