body{background-color: #F9F9FA;}
/*顶部导航*/
.nav-logo{
    width: 300px;
}
.top-nav,.top-nav a{
    color: #fff;
    transition: all 1s ease;
}
.ery-nav-one:hover{
    background-color: rgba(0,0,0,.5);
}
/*轮播*/
.in-hdp-img:before,.in-guanyu:before{
    background-color: rgba(0,0,0,.3);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
}
.in-guanyu:before{
    background-color: rgba(0,0,0,.8);
}
/*首页大字体*/
.in-big-title{
    font-size: 40px;
    line-height: 1;
}
.in-zhong-title{
    font-size: 28px;
    line-height: 1;
}
/*首页盒子*/
.in-bg{
    background-color: #E4EAF7;
}
.in-box {
    padding: 120px 0;
}
/* 首页服务块 */
.in-fuwu-li{
    box-shadow:0 5px 15px 5px rgba(0,0,0,.1);
    transition: all .3s ease;
    border-top: 5px solid #f60;
    height: 100%;
}
.in-fuwu-li:hover{ box-shadow: 0 40px 50px -35px rgb(59,65,76); transform: translateY(-15px);}
/*关于我们*/
.in-guanyu-box{padding-bottom: 30vh}
.in-guanyu-title{
    z-index: 1;
}
/*我们的服务*/
.in-hangye-box{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='199' viewBox='0 0 100 199'%3E%3Cg fill='%23cccccc' fill-opacity='0.3'%3E%3Cpath d='M0 199V0h1v1.99L100 199h-1.12L1 4.22V199H0zM100 2h-.12l-1-2H100v2z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
.in-hangye-title{
    font-weight: 300;
    line-height: 1;
}
.in-hangye-cont{
    text-align: right;
    padding-left: 40px;
}
.in-hangye-li{
    transition: all .5s ease;
}
.in-hangye-li-img:before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 0;
    border: 35px solid transparent;
    border-top-color: #fff;
    border-right-width: 0;
    width: 0;
    transition: height 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s, background .4s;
}
.in-hangye-li-cont{
    width: 100%;
    height: 100%;
    transform: translateY(100%);
    opacity: 0;
    transition: all .5s ease;
    line-height: 1.6;
}
.in-hangye-li-link{
    transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s, background .4s;
}
.in-hangye-li:hover{
    box-shadow: 0 0 35px rgba(2, 6, 32, 0.15);
    transform: translateY(-10px);
}
.in-hangye-li:hover .in-hangye-li-img:before{
    width: 100%;
    height: 100%;
    background: rgba(6, 22, 60, 0.81);
    border-top-color: transparent;
    border-bottom-color: transparent;
}
.in-hangye-li:hover .in-hangye-li-cont{
    transform: translateY(0%);
    opacity: 1;
    color: #fff;
}
.in-hangye-li:hover .in-hangye-li-link{
    background-color: #ff6600;
}
.in-hangye-li:hover .in-hangye-li-link a{
    color: #fff;
}

/*优势介绍*/
.in-youshi-icon{
    position: relative;
    width: 100%;
}
.in-youshi-icon,.in-youshi-icon:before,.in-youshi-icon:after{
    background-color: rgba(0,0,0,.025);
}
.in-youshi-icon:before,.in-youshi-icon:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -2px;
    text-align: center;
}
.in-youshi-icon:before{
    transform: rotate(60deg);
}
.in-youshi-icon:after{
    transform: rotate(-60deg);
}

.in-youshi-title{
    font-weight: 400;
}
.in-youshi-cont{
    border-left: 1px solid #dfdfdf;
    padding: 0 20px;
}

.in-youshi-count-li{
    padding: 20px 40px;
}
.in-youshi-count-li-title{
    font-size: 58px;
    line-height: 1;
}
/*首页案例*/
.in-anli{
    background-color: #06163a;
}
.in-anli-title{
    font-weight: 100;
}
.in-anli-nav-a{
    position: relative;
}
.in-anli-nav-a:before,.in-anli-img:before{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
.in-anli-nav-a:before{
    border-left: 1px solid rgba(255,255,255,.11);
    transform: skew(-10deg);
    -webkit-transform: skew(-10deg);
}
.in-anli-nav-a:last-child:before{
    border-left: none;
}
.in-anli-li-title{
    z-index: 1;
    font-weight: 400;
    font-size: 18px;
    opacity: 0;
    transform: scale(1);
}
.in-anli-img:hover:before{
    width: 100%;
    height: 100%;
    background: rgba(6, 22, 60, 0.81);
    z-index: 0;
    opacity: 0;
    transition: all .5s ease;
}
.in-anli-img:hover{
    backdrop-filter: blur(8px);
}
.in-anli-img:hover:before,.in-anli-img:hover .in-anli-li-title{
    opacity: 1;
}
/*合作*/
.in-hezuo{
    background-color: #06163a;
}
/*新闻*/
.in-news-li{
    height: 100%;
    transition: all .5s ease;
}
.in-news-li-img:before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 0;
    width: 0;
    transition: height 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s, background .4s;
}
.in-news-li-cont{
    width: 100%;
    height: 100%;
    transform: translateY(100%);
    opacity: 0;
    transition: all .5s ease;
    line-height: 1.6;
}
.in-news-li:hover{
    box-shadow: 0 0 35px rgba(2, 6, 32, 0.15);
    transform: translateY(-10px);
}
.in-news-li:hover .in-news-li-img:before{
    width: 100%;
    height: 100%;
    background: rgba(6, 22, 60, 0.81);
    border-top-color: transparent;
    border-bottom-color: transparent;
}
.in-news-li:hover .in-news-li-cont{
    transform: translateY(0%);
    opacity: 1;
    color: #fff;
}

/*底部*/
.in-link{
    padding: 50px 0;
}
/* 列表页面顶部新闻 */
.list-banner:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 0;
}
.foot-box{
    background-image: url("../map.png");
    background-repeat: no-repeat;
    background-color: #06163a;
    background-position: center;
}

.goods-top{
    padding-left: 20px;
}

/*商品页面*/
.shop-label{
    width: 100px;
    padding-right: 10px;
    text-align: right;
}
.shop-editnum {
    width: 28px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #dfdfdf;
    cursor: pointer;
}

/* 聊天 */
.chat-pc{
    height: 100vh;
    position: relative;
}
.chat-box{
    width: 50%;
    min-width: 800px;
    max-width: 990px;
    height: calc(100vh * .75);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    border-radius: 10px;
}
.chat-head{
    height: 68px;
    background-color: #ddd;
    border-radius: 10px 10px 0 0;
    padding: 10px;
}
.chat-body{
    height: calc(100% - 60px);
    border-radius: 0 0 10px 10px;
}
.chat-talk-record{
    height: calc(100% - 100px);
    padding: 0 10px 10px 10px;
    overflow-y: auto;
}
/* 聊天框 */
.chat-talk-user-icon{
    width: 36px;
    flex-grow: 0;
}
.chat-talk-user-cont{
    padding-left: 10px;
    width: 70%;
}
.chat-talk-user-rcont{
    padding-right: 10px;
    width: 70%;
}
.chat-talk-user-niname{
    line-height: 1;
    font-size: 14px;
    color: #999;
}
.chat-talk-user-txt{
    width: auto;
    margin-top: 10px;
    padding: 8px 15px;
    line-height: 1.8;
    border-radius: 0 8px 8px 8px;
    font-size: 14px;
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.1);
}
.chat-talk-user-rcont .chat-talk-user-txt{
    border-radius: 8px 0 8px 8px;
}
.chat-talk-user-load{
    line-height: 1;
    bottom: 0;
    left: -36px;
}
.chat-talk-user-load.error{
    left: -24px;
    font-weight: 750;
}
/* 波浪效果 */
.chat-talk-load {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
}
.chat-talk-load div {
    width: 5px;
    height: 10px;
    background: hsl(211,100%,89%) !important;
    animation: wave 1s ease-in-out infinite;
}
.chat-talk-load div:nth-child(1) { animation-delay: -0.4s; }
.chat-talk-load div:nth-child(2) { animation-delay: -0.3s; }
.chat-talk-load div:nth-child(3) { animation-delay: -0.2s; }
.chat-talk-load div:nth-child(4) { animation-delay: -0.1s; }
@keyframes wave {
    0%, 40%, 100% {
        transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1);
    }
}
/* 聊天工具 */
.chat-talk-tool{
    height: 50px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
}
.chat-talk-tool-icon{
    width: 30px;
    height: 30px;
    padding: 3px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    color: #666;
}
.chat-talk-tool-icon:hover,.chat-emoji-li:hover{
    background-color: rgba(0, 0, 0, 0.05);
}
.chat-emoji-box{
    background-color: #fff;
    padding: 10px 0 10px 10px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.chat-talk-txt{
    height: 135px;
    overflow-y: auto;
    padding: 0 20px 0 20px;
}
/* 聊天框 */
.chat-talk-send{
    min-height: 100%;
    outline: none;
    line-height: 2;
}
.chat-talk-send:focus,.chat-talk-send:focus-visible{
    outline: none !important;
    border: none !important;
}
.chat-talk-send::before {
    font-size: 16px;
    content: "请输入内容";
    color: grey;
    cursor: text;
}
.chat-talk-send.open::before {
    content: "";
}
.chat-talk-send .chat-talk-img {
    max-width: 200px;
    max-height: 150px;
    width: auto;
    height: auto;
}

/* 聊天右侧广告 */
.chat-body-ad{
    border-radius: 0 0 10px 0;
}

@media(max-width: 1024px) {
    .top-nav{
        width: 150px;
        position: absolute;
        right: 0;
        top: 62px;
        background-color: var(--text-default) !important;
        transition: all .3s ease;
    }
    .top-nav.open{
        display: block !important;
        height: calc(100vh - 62px);
    }
    .in-big-title{
        font-size: 25px !important;
    }
    .in-zhong-title{
        font-size: 17px !important;
    }
    .in-box{
        padding: 50px 0;
    }
    .in-guanyu-box{
        padding-bottom: 20vh;
    }
    .in-guanyu .ery-cont{
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .in-guanyu .in-guanyu-title{
        text-align: center;
        line-height: 1.6;
        font-size: 23px !important;
    }
    .in-guanyu .ery-button{
        margin-top: 25px;
    }

    .in-hangye-cont{
        line-height: 1.6;
        margin-top: 20px;
        padding-left: 0;
    }
    .in-youshi{
        border: none !important;
    }
    .in-youshi-count{
        padding-top: 0 !important;
    }
    .in-youshi-count-li{
        padding: 15px 20px;
    }
    .in-youshi-count-li-title{
        font-size: 45px;
    }

}
@media(max-width: 768px) {
    .in-hangye-title,.in-hangye-cont,.in-anli-title{
        text-align: center;
    }
    .in-anli-li .ery-bg-imgbox{
        padding-bottom: 100% !important;
    }
    .goods-top{
        padding-left: 0;
        margin-top: 20px;
    }
}