* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    outline: none;
    resize: none;
    -webkit-tap-highlight-color: transparent;
}

*::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    border-radius: 8px;
    position: absolute;
}

*::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #d3d3d3;
    position: absolute;
}


#anything-llm-chat{
    max-height: 455px !important;
    position: absolute;
    right: 50px;
}

.allm-h-\[76px\]{
    height: 43px !important;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

/* 为所有的 textarea 和 input 类型为 text 的 placeholder 设置样式 */
::-webkit-input-placeholder {
    font-family: inherit;
    color: inherit;
}

.lato-footer {
    min-width: 100%;
    background-color: #232529;
}

.lato-footer .footer-inner {
    width: 80%;
    margin: 0 auto;
}

.lato-footer a {
    font-size: 14px;
    color: #999;
    font-family: OPPOSans-M;
}

.lato-footer a[href]:hover {
    color: #119642 !important;
}

.lato-footer .footer-top {
    padding: 80px 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lato-footer .footer-top .top-left {
    max-width: 770px;
    display: flex;
    flex-wrap: wrap;
}

.lato-footer .footer-top .top-left .link-title {
    font-size: 16px;
    color: #fff;
    font-family: OPPOSans-R;
}

.lato-footer .footer-top .top-left .link-box {
    margin-right: 1%;
    width: 24%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.lato-footer .footer-top .top-left .link-box a {
    margin-top: 20px;
}

.lato-footer .footer-top .top-left .friendship-link {
    margin-top: 20px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    min-width:770px;
	min-height:81px;
}

.lato-footer .footer-top .top-left .friendship-link>* {
    margin-top: 20px;
}

.lato-footer .footer-top .top-right {
    text-align: right;
}

.lato-footer .footer-top .top-right .phone-number {
    margin: 10px 0;
    font-size: 34px;
    color: #23C55E;
    font-family: OPPOSans-B;
}

.lato-footer .footer-top .top-right .email {
    display: block;
    margin: 10px 0 15px;
    font-size: 20px;
    color: #fff;
}

.lato-footer .footer-top .top-right .qrcode-list {
    display: flex;
}

.lato-footer .footer-top .top-right .qrcode-list .qrcode-box {
    font-size: 16px;
    color: #999;
    text-align: center;
    font-family: OPPOSans-M;
}

.lato-footer .footer-top .top-right .qrcode-list .qrcode-box:first-of-type {
    margin-right: 35px;
}

.lato-footer .footer-top .top-right .qrcode-list .qrcode-box>div {
    margin-bottom: 10px;
    max-width: 135px;
    width: 135px;
    height: 135px;
    background-size: 135px;
    background-image: url("./images/weixin-on.png");
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.lato-footer .footer-top .top-right .qrcode-list .qrcode-box:first-of-type>div {
    background-image: url("https://sc-wpa.iyunbiao.com/wpa/qrcode/register");
}

.lato-footer .footer-bottom {
    padding: 20px 0;
    border-top: 1px solid #36383c;
    text-align: center;
}

.lato-footer .footer-bottom a {
    font-size: 16px;
}

.lato-footer .footer-bottom a:first-of-type {
    margin-right: 60px;
}

/* 移动端 开始 */
.lato-footer-mobile {
    min-width: 0;
}

.lato-footer-mobile .footer-inner {
    width: 100%;
    padding: 0 3.2vw;
}

.lato-footer-mobile a {
    font-size: 3.6vw;
}

.lato-footer-mobile .footer-top {
    padding: 8vw 0;
    justify-content: center;
}

.lato-footer-mobile .footer-top .top-left {
    display: none;
}

.lato-footer-mobile .footer-top .top-right {
    text-align: center;
}

.lato-footer-mobile .footer-top .top-right .phone-number {
    margin: 3.6vw 0;
    font-size: 4.8vw;
}

.lato-footer-mobile .footer-top .top-right .email {
    margin: 3.6vw 0;
    font-size: 4vw;
}

.lato-footer-mobile .footer-top .top-right .qrcode-list .qrcode-box {
    font-size: 3.6vw;
}

.lato-footer-mobile .footer-top .top-right .qrcode-list .qrcode-box:first-of-type {
    margin-right: 6vw;
}

.lato-footer-mobile .footer-top .top-right .qrcode-list .qrcode-box>div {
    margin-bottom: 3.2vw;
    max-width: 26.8vw;
    width: 26.8vw;
    height: 26.8vw;
    background-size: 26.8vw;
    border-radius: 2.4vw;
    -webkit-border-radius: 2.4vw;
    -moz-border-radius: 2.4vw;
    -ms-border-radius: 2.4vw;
    -o-border-radius: 2.4vw;
}

.lato-footer-mobile .footer-bottom {
    padding: 8vw 0;
}

.lato-footer-mobile .footer-bottom a {
    font-size: 2.8vw;
}

.lato-footer-mobile .footer-bottom a:first-of-type {
    margin: 0 0 2.4vw;
    display: block;
}

/* 移动端 结束 */