body {
    position: relative;
}

.fixedStrip {
    width: 80px;
    height: 240px;
    opacity: 1;
    position: fixed;
    bottom: 60px;
    right: 10px;
    z-index: 10000;
}

.apply,
.wechat,
.phone {
    width: 80px;
    height: 80px;
    opacity: 1;
    background: #333333ff;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #ffffffff;
    font-size: 12px;
    font-weight: 400;
    font-family: "Source Han Sans SC";
    cursor:pointer;

}




.phone:hover {
    background: #565656ff;
}

.wechat:hover {
    background: #565656ff;
}
.apply:hover {
    background: #565656ff;
}
.wechat {
    position: relative !important;
}

.phoneTips p {
    opacity: 1;
    color: #000000ff;
    font-size: 14px;
    font-weight: 700;
    font-family: "Source Han Sans SC";
    text-align: left;
    line-height: 14px;

}

.imgBox {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 修改提示 */

.layui-layer-TipsG {
    width: 15px !important;
    height: 15px !important;
    background-color: white;
    transform: rotate(45deg);
    border-color: #ffffff98 !important;
    box-shadow: none;
    border: 0px solid #D8DCE5 !important;
    border-top: 1px solid #D8DCE5 !important;
    border-right: 1px solid #D8DCE5 !important;
}

.layui-layer-TipsB:after {
    position: absolute;
    bottom: -27px;
    left: 5px;
    content: '';
    width: 34px;
    height: 49px;
    background: #fff;
    transform: rotate(45deg);
}

.layui-layer-TipsT:after {
    position: absolute;
    bottom: -2px;
    left: -15px;
    content: '';
    width: 31px;
    height: 50px;
    background: #fff;
    transform: rotate(45deg);
}

.layui-layer-tips i.layui-layer-TipsB,
.layui-layer-tips i.layui-layer-TipsT {
    left: 25px !important;
}

.layui-layer-tips i.layui-layer-TipsL {
    top: 30px !important;
}

.layui-layer-content {
    border-radius: 8px !important;
    box-sizing: border-box;
    box-shadow: 0px 3px 10px 0px rgba(143, 140, 140, 0.31) !important;
}





.fujian {
    font-size: 16px;
    color: #3e5fdd;
    cursor: pointer;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

.fujian_tips_box {
    display: flex;
    align-items: start;
    justify-content: flex-start;
    color: #666;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 15px;
}

.fujian_dot {
    width: 10px;
    height: 10px;
    margin-right: 10px;
    margin-top: 5px;
    background: #D9181F;
    border-radius: 50%;
    border: 3px solid #FEBEB3;
    flex-shrink: 0;
}