.elementor-1898 .elementor-element.elementor-element-e26490e{--display:flex;--gap:16px 16px;--row-gap:16px;--column-gap:16px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:1;}@media(min-width:768px){.elementor-1898 .elementor-element.elementor-element-e26490e{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-7c4ea8e */body {
    text-decoration: none;
    padding: 0px;
}

/* 右侧联系方式CSS */
@media screen and (max-width: 1024px) {
    .rm {
        display: none;
    }
}

.rm {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    position: fixed;
    width: 50px;
    /* height:50px; */
    right: 0px;
    top: 40%;
    transform: translate(0, -50%);
    z-index: 999;
}

.rm .rm-item {
    display: flex;
    padding:12px;
    font-size: 14px;
    flex-direction: column;
    justify-content:space-evenly;
    align-items: center;
    width: 100%;
    height: 50px;
    /*background: #00aa98;*/
    background: #fff;
    border: 1px solid #ffa500;
    border-radius: 5px;
    text-align: center;
    margin-top: 1px;
    color: #fff;
    color: #ffa500;
    font-weight: 600;
}

.rm .rm-item:hover {
    /* background:linear-gradient(#40A2B9,blue); */
    border: 1px solid #eee;
    background-color: #ffa500;
    color: #fff;
}


/*.rm .rm-item .rm-title {*/
/*    font-size: 12px;*/
/*    line-height: 12px;*/
/*    display: block;*/
/*    padding-top: 2px;*/
/*}*/

.rm .rm-item .rm-item-tips {
    color: transparent;
    border: 1px solid #ccc;
    width: 180px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 19px;
    right: 90px;
    display: block;
    text-align: center;
    border-radius: 5px;
    background-color: #fff;
    transform: translate(0, -50%);
    transform: scaleY(0);
    transition: all ease .2s;
}

.rm .rm-item .rm-item-tips.wechat-tips {
    height: 230px;
    width: 200px;
    top: 160px;
    right: 90px;
    transform: translate(0, -50%);
    transform: scaleY(0);
    background-color: #fff;
    padding-bottom: 10px;
}

.rm .rm-item .rm-item-tips.wechat-tips .qrcode {
    background-image: url(https://old.unicorndrill.com/wp-content/uploads/2024/01/Unicorn-WeChat-QR-Code.png);
    background-size: cover;
    padding: 10px;
    height: 180px;
    width: 180px;
    margin: 10px auto;
}

.rm .rm-item .rm-item-tips.wechat-tips p {
    display: block;
    height: 20px;
    line-height: 30px;
    padding-bottom: 15px;
}

.rm .rm-item .rm-item-tips::after {
    content: "";
    display: block;
    height: 10px;
    width: 10px;
    border: 1px solid;
    border-color: #ccc #ccc transparent transparent;
    position: absolute;
    top: 12px;
    right: -6px;
    transform: rotate(45deg);
    background-color: #fff;
    z-index: 999;
}

/* 标题悬停效果 */
.rm .rm-item:hover .rm-title {
    text-decoration: underline;
    font-weight: bold;
}

/* 微信弹出内容 */
.rm .rm-item:hover .rm-item-tips.wechat-tips {
    color: #000;
    transform: scaleY(1);
}/* End custom CSS */