body {
    overflow: hidden;
}

.album-horiz {
    position: absolute;
    display: flex;
    /*justify-content: left;*/
    flex-direction: column;
    bottom: 100px;
    width: 100%;
    /*height: 160px !important;*/
    background: rgba(0,0,0,0) !important;
}

.fixed-scroll-container-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.thumb-group {
    display: flex;
    justify-content: flex-start;
    height: 100px;
    position: relative;
    width: 100%;
}

.thumb-container {
    position: relative;
    width: 100%;
    height: 40px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 16px;

}

.thumb-children {
    position: absolute !important;
    margin-top: 50px;
}

.thumb-scroll-container {
    display: flex;
}

.thumb-item {
    position: relative;
    overflow: visible;
    opacity: 1;
    cursor: pointer;
    background-image: url('/tour/skin/group4.png');
    height: 30px;
    width: fit-content;
    min-width: 100px;
    background-position: 0px 0px;
    background-size: 100px 30px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    line-height: 30px;
    vertical-align: middle;
}

.thumb-item:hover {
    background-image: url('/tour/skin/group3.png');
}

.thumb-item-selected {
    background-image: url('/tour/skin/group3.png');
}

.thumb-item + .thumb-item {
    margin-left: 10px;
}

.thumb-item-text {
    margin: 2px 2px 2px 2px;
    line-height: 16px;
    font-size: 12px;
    text-align: center;
    font-family: 微软雅黑;
    white-space: nowrap;
}

.album-group {
    display: flex;
    justify-content: center;
    position: relative;
    height: 100px;
    width: 100%;
}

.album-container {
    position: absolute;
    width: 100%;
    height: 100px;
    background: none rgba(0, 0, 0, 0.4);
    overflow: hidden;
    text-align: center;
    margin-bottom: 15px;
}

.album-scroll-container {
    display: inline-flex;
    margin-top: 5px;

    /*position: absolute;*/
    /*display: flex;*/
    /*flex-direction: column;*/
    /*heigh: 100px;*/
    /*width: 100%;*/
    /*align-items: center;*/
}

.album-item {
    position: relative;
    cursor: pointer;
    background: none rgba(255, 255, 255, 0.5);
    width: 84px;
    height: 84px;
    padding: 3.2px;
    text-align: center;
    /*-webkit-user-drag: none;*/
}

.album-item + .album-item {
    margin-left: 16px;
}

.album-item:hover {
    background: none rgb(246, 166, 0) !important;
}

.album-item-selected {
    background: none rgb(246, 166, 0) !important;
}

.album-item-content {
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 12px;
    color: #FFF;
    overflow: hidden;
}

.album-item-title {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 1;
    cursor: default;
    background: none rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 16px;
    padding: 2px;
    line-height: 16px;
    font-size: 12px;
    text-align: center;
    color: #FFF;
}

.album-item-content img {
    width: 100%;
    height: 100%;
}

.album-item-sign {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 3001;
    overflow: visible;
    opacity: 1;
    cursor: pointer;
    pointer-events: auto;
    background-image: url(/tour/skin/pc-icon.png);
    width: 14.4px;
    height: 14.4px;
    background-position: -164.571px -195.429px;
    background-size: 1045.03px 379.543px;
    display: none;
    /*-webkit-user-drag: none;*/
}