.menu {
    position: fixed;
    z-index: 999;
    right: 10px;
    bottom: 147px;
    display: flex;
    flex-direction: column;
}

.menuView {
    position: relative;
    cursor: pointer;
}

.menuView .icon {
    width: 55px;
    height: 55px;
}

.menupost {
    position: absolute;
    z-index: 1;
    left: -267px;
    top: 0;
    width: 278px;
    height: 237px;
    background: url("../../v2/img/common/back.png") no-repeat;
    background-size: 100% 100%;
    display: none;
    flex-direction: column;
}

.menupost-phone {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 30px;
    margin-left: 30px;
}

.menupost-phone span:first-child {
    font-size: 16px;
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    font-weight: 400;
    color: #111111;
}

.menupost-phone span:last-child {
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    color: #c81118;
}

.menupost-title {
    font-size: 12px;
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    font-weight: 400;
    color: #929292;
    margin-top: 10px;
    margin-left: 30px;
}

.menupost input {
    width: 202px;
    height: 40px;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    margin-left: 30px;
    margin-top: 15px;
    padding-left: 10px;
}

.getsubmin {
    width: 212px;
    height: 40px;
    background: #c81118;
    border-radius: 3px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    font-weight: 400;
    margin-left: 30px;
    margin-top: 10px;
    color: #ffffff;
    cursor: pointer;
}

.menucode {
    position: absolute;
    z-index: 1;
    left: -213px;
    top: 0;
    width: 224px;
    height: 252px;
    background: url("../../v2/img/common/back.png") no-repeat;
    background-size: 100% 100%;
    display: none;
    flex-direction: column;
}

.menucode img {
    width: 178px;
    height: 178px;
    margin-top: 20px;
    margin-left: 20px;
}

.menucode span {
    font-size: 16px;
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    font-weight: 400;
    color: #111111;
    margin-top: 10px;
    margin-left: 30px;
}
