.box {
    position: relative;
    width: 1900px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.fix {
    position: fixed;
    right: 0;
    top: 60%;
    width: 60px;
    height: 120px;
    background-color: #C39E4D;
    z-index: 99999;
    padding: 15px 17px;
    box-sizing: border-box;
}

.fix_first > div:first-child {
    width: 104px;
    text-align: center;
    color: #FFFFFF;
    position: fixed;
    right: 60px;
    top: 61%;
    padding: 5px 0;
}

.fix_second > div:first-child {
    position: fixed;
    right: 70px;
    top: 62%;
}

.fix_first > div:nth-child(2) {
    margin: 15px 0;
}

.fix_first_one,
.fix_second_one {
    display: none;
}

.fix_first_two,
.fix_second_two {
    display: block;
    cursor: pointer;
}
