/* 定位子菜单 */

.sub-menu {
    height: 240px;
    width: 72px;
    border-radius: 4px;
    position: fixed;
    top: 285px;
    right: 20px;
}

.sub-menu ul {
    position: relative;
}

.sub-menu li {
    background: #1872ED;
    float: right;
    width: 60px;
    height: 70px;
}

.sub-menu img {
    height: 24px;
    width: 24px;
    margin-left: 18px;
    margin-top: 10px;
}

.sub-menu span {
    display: block;
    font-size: 12px;
    color: #fff;
    text-align: center;
}


/* 扫码部分 */

.Scan {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.Scan-b {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.Scan-con {
    display: none;
    position: absolute;
    width: 12px;
    height: 240px;
}

.con {
    display: none;
    position: absolute;
    top: 0px;
    right: 72px;
    width: 220px;
    height: 258px;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.20);
}

.con img {
    width: 200px;
    height: 200px;
    margin-left: 10px;
}

.con span {
    height: 28px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #1872ED;
    line-height: 28px;
}


/* 热线电话 */

.tel-con {
    display: none;
    position: absolute;
    width: 12px;
    height: 240px;
}

.tel-son {
    display: none;
    position: absolute;
    top: 80px;
    right: 72px;
    width: 220px;
    height: 60px;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.20);
    font-size: 24px;
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 500;
    text-align: center;
    color: #1872ED;
    line-height: 60px;
}