@keyframes rotateAnimation {
    0% { transform: rotate(0deg); } /* 初始状态为不旋转 */
    100% { transform: rotate(-180deg); } /* 结束状态为完全旋转一周（360度）*/
}
@keyframes rotateAnimation2 {
    0% { transform: rotate(-180deg); } /* 初始状态为不旋转 */
    100% { transform: rotate(0deg); } /* 结束状态为完全旋转一周（360度）*/
}

img {
    object-fit: cover;
}

a {
    transition: all 0.3s ease; /* 添加过渡效果 */
}

body, html {
    font-family: "Noto Sans SC","Microsoft Yahei","微软雅黑",Arial,sans-serif;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: "Noto Sans SC", "Microsoft Yahei", "微软雅黑", Arial, sans-serif;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;

}

button {
    font-family: "Noto Sans SC", "Microsoft Yahei", "微软雅黑", Arial, sans-serif;
}

* {
    margin: 0;
    padding: 0;
}

p, li, div {
    /*line-height: 1em;*/
}

ul {
    list-style-type: none;

}

a {
    text-decoration: none;
    color: inherit;
}

#header>*{
    z-index: 200;
}
#header>#h-top-a {
    color: #fff;
    height: 14vw;
    line-height: 14vw;
    position: fixed;
    top: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#header>#h-top-a>.auth_logo {
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: bold;
    padding-left: 20px;
    /*color: #ccc;*/
}
#header>#h-top-a>.icon-menu{
    display: inline-block;
    width: 16px; height: 3px;
    padding: 3px 0;
    border-top: 3px solid;
    border-bottom: 3px solid;
    background-color: currentColor;
    background-clip: content-box;
    margin-right: 20px
}
#header>#h-top-a>.el-icon-close{
    height: 14vw;
    line-height: 14vw;
    font-size: 24px;
    font-weight:bold;
    margin-right: 16px
}
#header>.headStyle {
    background-color: rgba(255, 255, 255, 1);
    color: #181818 !important;
    border-bottom: 1px solid #dcdcdc;
}
#header>.h-bot-a{
    transition: All 0.4s ease-in-out;
    top: 0 !important;
}
#header>#h-bot-a{
    transition: All 0.4s ease-in-out;
    margin-top: 14vw;
    position: fixed;
    z-index: 99;
    background-color: #fff;
    width: 100%;
    background-color: rgba(254, 255, 255, 1);
    top: -540px;
}
#header>#h-bot-a>ul{
    background-color: #333;
    width: 100%;
}
#header>#h-bot-a>ul>*{
    color: #fff !important;
}
#header>#h-bot-a>ul>li{
    font-size: 14px;
    width: 100%;
}
#header>#h-bot-a>ul>li .li-box-t{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #444;
    padding: 14px 14px 14px 18px;
    display: flex;
    align-items: center;
}
#header>#h-bot-a>ul>li .li-box-t>a{

}
#header>#h-bot-a>ul>li .li-box-t>i{
    font-size: 1rem;
    animation: rotateAnimation2 0.5s ease;
}
#header>#h-bot-a>ul>li .li-box-b{
    display: none;
    background-color: #454545;
}
#header>#h-bot-a>ul>li .li-box-b>a>li{
    border-bottom: 1px solid #585858;
    padding: 14px 14px 14px 18px;
}
#header>#h-bot-a>ul>li .li-box-b>li{
    border-bottom: 1px solid #585858;
}
#header>#h-bot-a>ul>li .li-box-b>li .li-box-t-2{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #444;
    padding: 14px 14px 14px 18px;

}
#header>#h-bot-a>ul>li .li-box-b>li .li-box-t-2>i{
    font-size: 0.8rem;
    animation: rotateAnimation2 0.5s ease;
}

#header>#h-bot-a>ul>li .li-box-b>li .li-box-b-2{
    background-color: #585858;
    display: none;
}
#header>#h-bot-a>ul>li .li-box-b>li .li-box-b-2>a>li{
    border-bottom: 1px solid #585858;
    padding: 14px 14px 14px 18px;
}
#header>#h-bot-a>ul>li .li-box-b>li .li-box-b-2>li{
    border-bottom: 1px solid #585858;
}
#header>#h-bot-a>ul>li .li-box-b>li .li-box-b-2>li .li-box-t-2{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #444;
    padding: 14px 14px 14px 18px;
}
#header>#h-bot-a>ul>li .li-box-b>li .li-box-b-2>li .li-box-t-2>i{
    font-size: 1.4rem;
}
/*#header>#h-bot-a>ul>li .li-box-b>li .li-box-b-2>li .li-sy2 .li-box-t-2>i{*/
/*    transform: rotate(180deg);*/
/*    animation: rotateAnimation 0.5s ease;*/
/*}*/
/*#header>#h-bot-a>ul>li .li-box-b>li .li-box-b-2>li .li-sy2 .li-box-b-2{*/
/*    display: block;*/
/*}*/

#header>#h-bot-a>ul>li .li-box-b .li-sy2 .li-box-t-2>i{
    transform: rotate(180deg);
    animation: rotateAnimation 0.5s ease;
}
#header>#h-bot-a>ul>li .li-box-b .li-sy2 .li-box-b-2{
    display: block;
}

#header>#h-bot-a>ul .li-sy .li-box-t>i{
    transform: rotate(180deg);
    animation: rotateAnimation 0.5s ease;
}
#header>#h-bot-a>ul .li-sy .li-box-b{
    display: block;
}


#back-to-top {
    display: none; /* 初始状态为不显示 */
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 20px;
    padding: 7px;
    border: none;
    background-color: #016bca;
    color: #fff;
    border-radius:20px;
}
/* 当页面滚动时显示回到顶部按钮 */
@media screen and (min-width: 768px) {
    body.scrolled #back-to-top {
        display: block;
    }
}

#main {
}

#app{
    background-color: #F5F5F7;
    padding: 8vw 5vw;
}
#app .title{
    width: 169px;
    height: 18px;
    font-size: 18px;
    font-weight: 500;
    color: #2D2D2F;
    line-height: 27px;
}
#app> button {
    margin-top: 26px;
    width: 114px;
    height: 38px;
    background: #005BAD;
    border-radius: 24px;
    color: #ffffff;
    border: none;
    font-size: 0.8rem;
    cursor: pointer;
}
#app .serves{
    margin-top: 26px;
    display: flex;
    justify-content: space-between;
}
#app .serves .serve>p{
    font-size: 16px;
}
#app .serves .serve>span{
    font-size: 12px;
}
#app #page-type{
    margin-top: 28px;
    display: flex;
}
#app #page-type>a>li{
    margin-right: 28px;
    font-size: 12px;
}
#app #friendship-link{
    margin-top: 24px;
    font-size: 12px;
    display: flex;



}
#app #friendship-link>span{
    margin-right: 4px;
}
#app #friendship-link>a{
    margin-right: 14px;
}
#app .wx-box{
    margin-top: 43px;
    text-align: center;


}
#app .wx-box>img{
    width: 81px;
    height: 81px;
}
#app .phone{
    margin-top:18px;
    font-size: 13px;
}
#app .address{
    margin-top:18px;
    font-size: 13px;
}

.el-image {
    display: block;
}

[v-cloak] {
    display: none;
}

