.fixedRightPage {
    position: fixed;
    right: 0;
    top: calc(50vh - 300px);
    border-radius: 10px 0 0 10px;
}

.img_div {
    padding: 20px;
    background-color: #efefef;
    border-radius: 10px;
}

.img_div > div {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f5f5f5;
    background-color: white;
}

.img_div > div > p {
    color: #949494;
    font-weight: bolder;
    font-size: 12px;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 10px;
}

.icon_img_inactive {
    width: 60px;
    height: 60px;
    display: block;
    z-index: 2;
    position: relative;
    background-color: #c1c1c1;
    border-radius: 50px;
    margin: 0 auto;
}

.icon_img_active {
    width: 60px;
    height: 60px;
    display: block;
    z-index: 2;
    position: relative;
    background-color: #a9d3a1;
    border-radius: 50px;
    margin: 0 auto;
}

.tele {
    width: 0px;
    background-color: #aad2a0;
    color: white !important;
    position: absolute;
    top: 167px;
    right: 42px;
    z-index: 1;
    font-size: 18px !important;
    line-height: 65px;
    border-radius: 50px;
    height: 60px;
    overflow: hidden;
    text-align: center;
    letter-spacing: 2px;
}

#wechat {
    display: none;
    position: absolute;
    right: 120px;
    width: 120px;
    height: 120px;
    margin-top: -10px;
}

.underFixed{
    position: fixed;
    right: 0;
    top: calc(50vh + 300px);
    border-radius: 10px 0 0 10px;
    display: flex;
    height: 70px;
    text-align: center;
    width: 120px;
    justify-content: center;
    padding-top: 7px;
}

.underFixed img{
    width: 42px;
    height: 42px;
    margin: 0 5px;
    cursor: pointer;
}