/* common start */
*{
    box-sizing: border-box;
    font-family: 'MicrosoftYaHei', 'PingFang SC';
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Ubuntu,Helvetica Neue,Helvetica,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
}
button{
    -webkit-appearance:none;
    outline: none;
    -webkit-outline:none;
    border: none;
}
body{
    background-color: #fff;
}
*::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
*::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 8px;
    width: 2px;
}
*::-webkit-scrollbar-track {
    background-color: #CFD2D3;
    border-radius: 8px;
    width: 2px;
}
.wrap-1440 {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 25px;
}
.img-zw{
    display: inline-block;
    width: 20px;
    margin-right: 8px;
}

.pc{ display: block; }
.sp{ display: none; }
#footer_sp{ display: none; }

.light{ color: #007AFF!important; }

.height-full{ height: 100%; }

.flex{ display: flex; }
.justify-between { justify-content: space-between; }
.items-center { align-items: center; }
.gap-64{  gap: 64px; }
.gap-40{ gap: 40px; }
.gap-38{ gap: 38px; }
.gap-16{ gap: 16px; }
.gap-10{ gap: 10px;}
/* common end */

/* header start */
.header{
    background: #fff;
    box-shadow: none;
    height: 64px;
    width: 100%;
    /* padding: 0 80px; */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #D8D8D8;
}
.header-logo{
    display: flex;
    align-items: center;
    gap: 16px;
}
.header-logo .logo-text{
    font-weight: bold;
    font-size: 24px;
    color: #2B2B2B;
    letter-spacing: 0;
    line-height: 32px;
    border-left: 1px solid #78788033;
    padding-left: 16px;
    white-space: nowrap;
}
.header .logo-img{
    height: 24px;
    width: auto;
    margin-top: -4px;
}
.header .logo-text{
    font-weight: bold;
    font-size: 20px;
    color: #2B2B2B;
    letter-spacing: 0;
    line-height: 26px;
    border-left: 1px solid #78788033;
    padding-left: 16px;
    white-space: nowrap;
}
.header-search{
    width: 100%;
    max-width: 400px;
    position: relative;
}
.header-search::after{
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(/h5/help/high/images/search.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
}
.header-search .search-input {
    width: 100%;
    height: 40px;
    background: #F9F9F9;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    color: #2B2B2B;
    letter-spacing: 0;
    line-height: 32px;
    padding: 4px 40px;
    box-sizing: border-box;
}
.header-search .search-list{
    top: 40px;
}
.header-search .search-close{
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    display: none;
}
.header-nav{
    height: 100%;
    display: flex;
    align-items: center;
}
.header-nav .nav-menu1{
    display: flex;
    gap: 24px;
    align-items: center;
    height: 100%;
}
.header-nav .nav-menu1 li{
    position: relative;
    height: 100%;
    font-size: 16px;
}
.header-nav .nav-menu1 li:hover::after{
    width: 100%;
}
.header-nav .nav-menu1 li > img{
    width: 10px;
}
.header-nav .nav-menu2{
    display: none;
    position: absolute;
    top: 64px;
    left: 50%;
    background-color: #fff;
    box-shadow: 0 2px 8px 0 #78788029;
    border-radius: 12px;
    max-height: 500px;
    padding: 10px;
    width: max-content;
    transform: translateX(-50%);
    min-width: 150px;
    flex-direction: column;
    flex-wrap: wrap;
}
.header-nav .nav-menu2:hover{
    display: flex;
}
.header-nav .nav-menu2 li{
    white-space: nowrap;
}
.header-nav .nav-menu2 li:last-child{
    margin-bottom: 0px;
}
.header-nav .nav-menu2 li > a{
    padding: 10px 14px;
    display: block;
}
.header-nav .nav-menu2 img{
    width: 20px;
    height: 20px;
    vertical-align: text-bottom;
}
.header-nav .nav-menu1 li:hover .nav-menu2{
    display: flex;
}
.user-avatar{
    width: 32px;
    height: 32px;
    background: #FF3386;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    cursor: pointer;
}
.user-avatar p{
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 22px;
}
.user-name {
    font-weight: bold;
    color: #2B2B2B;
    text-align: center;
    padding-top: 8px;
}
.user-qy {
    color: #2B2B2B;
    text-align: center;
    font-size: 14px;
}
.user-logout{
    color: red;
    text-align: center;
}
.header-user .nav-menu2{
    right: 15px;
    left: auto;
    transform: translateX(0px);
    padding: 0px;
    border-radius: 4px;
    border: 1px solid #D8D8D8;
    top: 52px;
}
.header-user .nav-menu1 li{
    padding: 10px 20px;
}
.header-user .nav-menu1 li:hover::after{
    width: 0;
}
.header-user .nav-menu2 li:last-child{
    border-top: 1px solid #D8D8D8;
}
.header-user .nav-menu2 li:hover{
    border-radius: 0px;
}
.header-user .nav-menu2 li > a{
    padding: 0;
    font-size: 12px;
}
.header-user .nav-menu2 li > img{
    transform: rotate(-90deg);
}
/* sp */
.header-sp{
    background: #fff;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    border-bottom: 1px solid #D8D8D8;
    display: none;
}
.header-sp1,
.header-sp2{
    height: 48px;
    padding-top: 10px;
}
.header-sp .back{
    width: 16px;
    height: 16px;
    vertical-align: top;
}
.header-sp .feedback a{
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    line-height: 24px;
}
.header-sp2 .logo-img{
    width: 20px;
    height: 20px;
    border: none;
    margin-top: -4px;
}
.header-sp2 .header-icon{
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.mobile-menus {
    position: fixed;
    top: 49px;
    width: 100%;
    right: 0;
    height: 100%;
    transition: all 0.5s ease;
    z-index: 9999;
    background: #fff!important;
    overflow-y: scroll;
    display: none;
}
.mobile-nav {
    height: calc(100vh - 49px);
    overflow-y: scroll;
}
.mobile-level1 {
    position: relative;
    background: #fff;
    border-bottom: 1px solid #d8d8d8;
    margin: 0 20px;
}
.mobile-level1>a {
    font-weight: 500;
    font-size: 16px;
    color: #2B2B2B;
    letter-spacing: 0;
    line-height: 24px;
    width: 40%;
    display: inline-block;
    padding: 15px 0px;
    white-space: nowrap;
}
.mobile-nav .sp-icon {
    transform: rotate(-90deg);
}
.mobile-level1>.sp-icon {
    display: flex;
    position: absolute;
    width: 60%;
    top: 24px;
    right: 0px;
    transform: inherit;
    justify-content: flex-end;
    align-items: center;
}
.mobile-level1>.sp-icon img {
    height: 7px;
    width: 12px;
    transform: rotate(0deg);
}
.mobile-level1-sub {
    display: none;
    padding: 0 0px;
}
.h-menu-title {
    line-height: 28px;
    display: block;
    margin-bottom: 0;
}
.level1-sub-open .mobile-level1-sub {
    display: block;
}
.level1-sub-open>.sp-icon img {
    transform: rotate(180deg);
    transition: all 0.5 ease;
}
.mobile-level2 {
    position: relative;
    height: 56px;
    line-height: 56px;
    border-top: 1px solid #d8d8d8;
}
.mobile-level2>.sp-icon {
    display: flex;
    position: absolute;
    width: 60%;
    height: 24px;
    top: 24px;
    right: 20px;
    transform: inherit;
    justify-content: flex-end;
    align-items: center;
}
.mobile-level2>a {
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    line-height: 24px;
    display: block;
    width: 40%;
    display: inline-block;
    padding: 15px 0px;
    padding-left: 20px;
    white-space: nowrap;
}
.mobile-level2>a:hover {
    opacity: 0.8;
}
.mobile-level2>.sp-icon img {
    height: 7px;
    width: 12px;
    transform: rotate(-90deg);
}
.mobile-level2:last-child>a {
}
.mobile-level2-sub {
    display: none;
    padding: 10px;
    border-top: 1px solid #d8d8d8;
}
.level2-sub-open .mobile-level2-sub {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}
.level2-sub-open .sp-icon img {
    transform: rotate(0deg);
    transition: all 0.5 ease;
    -moz-transition: all 0.5s ease;
    /* Firefox 4 */
    -webkit-transition: all 0.5s ease;
    /* Safari 和 Chrome */
    -o-transition: all 0.5s ease;
    /* Opera */
}
.mobile-level2-sub li {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #363636;
    line-height: 24px;
    margin-bottom: 8px;
}
.mobile-level2-sub li:last-child {
    margin-bottom: 0;
}
.mobile-level2-sub>li>a {
    color: #626262;
}
.r-icon img {
    width: 4px;
    margin-right: 5px;
    margin-bottom: 2px;
}
.mobile-level1.menu-bg-grey {
    background: #E9E8E7;
    border-bottom: 1px solid #fff;
}
.mobile-level1.menu-bg-grey>a {
    font-size: 18px;
    color: #383838;
    font-weight: normal;
}
.mobile-search {
    position: fixed;
    top: 0px;
    width: 100%;
    right: 0;
    height: 100%;
    transition: all 0.5s ease;
    z-index: 9999;
    background: #fff!important;
    overflow-y: scroll;
    padding: 20px;
    display: none;
}
.mobile-search .header-search{
    display: flex;
}
/* header end */

/* footer start */
.footer{
    /* position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10; */
    width: 100%;
    height: 64px;
    background: #F7F9FB;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #999999;
    letter-spacing: 0;
    line-height: 32px;
    border-top: 1px solid #D8D8D8;
    position: relative;
}
.footer a{
    color: #999999;
}
.footer-feedback{
    display: none;
}
.footer-right p{
    margin-bottom: 0;
}
/* footer end */

/* index start */
.help-container{
    padding: 64px 0 0;
    display: flex;
    flex-direction: column;
}
.content{
    flex: 1;
}
.index-content{
    padding: 80px 0;
}
.row-flex-con{
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    margin-bottom: 40px;
}
.left-top-search{
    padding-right: 64px;
    width: calc(66.666% - 10px);
}
.left-top-search h1{
    font-weight: bold;
    font-size: 60px;
    color: #2B2B2B;
    letter-spacing: 0;
    margin-bottom: 28px;
}
.search-bar {
    margin-bottom: 16px;
    position: relative;
}
.search-bar::after{
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(/h5/help/high/images/search.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    position: absolute;
    left:16px;
    top: 50%;
    transform: translateY(-50%);
}
.search-bar .search-input{
    width: 100%;
    height: 56px;
    background: #FFFFFF;
    border: 0.5px solid #D8D8D8;
    border-radius: 8px;
    font-size: 16px;
    color: #2B2B2B;
    letter-spacing: 0;
    line-height: 22px;
    padding: 16px 56px;
    box-sizing: border-box;
}
.search-bar .search-input:focus{
    border: 0.5px solid #5856D6;
}
.search-bar .search-input1{
    background: #F7F9FB;
    border-radius: 4px;
    height: 32px;
    border: none;
    padding: 0 8px 0 40px;
}
.search-bar1::after{
    top: 8px;
    left: 16px;
}
.search-bar .search-input::placeholder{
    color: #999999;
}
.search-bar .search-close{
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    display: none;
}
.left-top-search .tips{
    font-size: 14px;
    color: #2B2B2B;
    letter-spacing: 0;
    line-height: 24px;
}
.left-top-search .tips span{
    margin-right: 12px;
    display: inline-block;
}
.search-list{
    position: absolute;
    top: 60px;
    background-color: #fff;
    box-shadow: 0 2px 8px 0 #78788029;
    border-radius: 12px;
    width: 100%;
    max-height: 50vh;
    padding: 0 18px;
    overflow-y: auto;
    color: #666666;
    display: none;
    z-index: 8;
}
.search-list li{
    padding: 13px 0;
    border-bottom: 1px solid #DCDCDC;
    text-align: left;
}
.search-bar1 .search-list{
    top: 32px;
}
.search-list.active{
    display: block;
}
.search-item{
    font-size: 14px;
    padding: 4px 0;
}
.search-item .lighter{
    color: #4079FF;
}
.search-item-title{
    font-weight: bold;
    font-size: 16px;
    color: #2B2B2B;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 12px;
}
.search-item > a {
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 12px;
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.search-item > a p{
    color: #2b2b2b;
}
.search-item > a em{
    color: #7A6BB1;
    font-weight: bold;
}
.question-box{
    padding: 32px;
    background: #F7F9FB;
    border-radius: 12px;
    width: calc(33.333% - 22px);
}
.question-box.right{
    background: #FFFFFF;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.10);
    border-radius: 12px;
}
.question-box .icon{
    width: 18px;
}
.question-box .title{
    font-weight: bold;
    font-size: 20px;
    color: #2B2B2B;
    letter-spacing: 0;
    line-height: 24px;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 26px;
}
.question-box .sub-title{
    font-size: 16px;
    color: #2B2B2B;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 12px;
}
.question-box .sub-title a:hover{
    color:  #7A6BB1;
}
.question-box .link{
    display: inline-block;
    margin-top: 32px;
    font-size: 16px;
    color: #4079FF;
    letter-spacing: 0;
}
/* 第二版 */
.top-search{
    text-align: center;
}
.top-search h1{
    font-weight: bold;
    font-size: 48px;
    color: #2B2B2B;
    letter-spacing: 0;
    text-align: center;
    line-height: 72px;
    padding-bottom: 56px;
}
.search-bar{
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
}
.search-list{
    position: absolute;
    top: 56px;
    background-color: #fff;
    box-shadow: 0 2px 8px 0 #78788029;
    border-radius: 12px;
    width: 100%;
    max-height: 50vh;
    padding: 0 18px;
    overflow-y: auto;
    color: #666666;
    display: none;
    z-index: 8;
}
.search-list li{
    padding: 13px 0;
    border-bottom: 1px solid #DCDCDC;
    text-align: left;
}
.search-list li:last-child{
    border-bottom: none;
}
.tips{
    display: flex;
    justify-content: center;
    gap: 24px;
    width: 100%;
    max-width: 728px;
    margin: 0 auto;
    margin-top: 24px;
}
.tips a{
    font-size: 14px;
    color: #2B2B2B;
    letter-spacing: 0;
    line-height: 22px;
}
.index-title{
    font-weight: bold;
    font-size: 36px;
    color: #2B2B2B;
    letter-spacing: 0;
    text-align: center;
    line-height: 60px;
}
.getting-started{
    margin-top: 64px;
}
.getting-list{
    display: flex;
    gap: 40px;
    margin-top: 40px;
    justify-content: left;
    flex-wrap: wrap;
}
.getting-item{
    box-shadow: 0 2px 8px 0 #78788029;
    border-radius: 12px;
    padding: 40px 32px;
    cursor: pointer;
    /* flex: 1; */
    /* max-width: 400px; */
    background: #fff;
    width: calc((100% - 80px) / 3);
}
.getting-title{
    font-weight: bold;
    font-size: 20px;
    color: #2B2B2B;
    letter-spacing: 0;
    line-height: 24px;
    position: relative;
    display: inline-block;
    padding-right: 24px;
}
.getting-title::after{
    content: '';
    width: 16px;
    height: 16px;
    background-image: url(/h5/help/high/images/icon-arrowRight.svg);
    display: block;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: right 0.5s ease;
}
.getting-item:hover .getting-title::after{
    right: -10px;
}
.getting-desc{
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    line-height: 22px;
    margin-top: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.use-software{
    margin-top: 80px;
}
.use-list{
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    margin-top: 40px;
}
.use-item{
    background: #F9F9F9;
    border-radius: 12px;
    width: calc((100% - 72px) / 4);
    padding: 40px 32px;
}
.use-img{
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
}
.use-title{
    font-weight: bold;
    font-size: 20px;
    color: #2B2B2B;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 16px;
}
.use-desc{
    font-size: 16px;
    color: #2B2B2B;
    letter-spacing: 0;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.user-btn{
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.user-btn .more-title-link{
    width: 480px;
    text-align: center;
}
.user-btn .more-title-link::after{
    right: 40%;
}
.more-information{
    margin-top: 80px;
}
.more-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}
.more-manual{
    margin-top: 48px;
    box-shadow: 0 2px 8px 0 #78788029;
    border-radius: 12px;
    padding: 56px 64px 64px;
    flex: 1;
}
.more-title-text{
    font-weight: bold;
    font-size: 32px;
    color: #2B2B2B;
    letter-spacing: 0;
    line-height: 32px;
}
.more-title-link{
    font-size: 16px;
    color: #2B2B2B;
    letter-spacing: 0;
    text-align: right;
    line-height: 24px;
    display: inline-block;
    padding: 12px 50px 12px 30px;
    border: 1px solid #EEEEEE;
    border-radius: 24px;
    position: relative;
    margin-top: 40px;
}
.more-title-link::after{
    content: '';
    width: 12px;
    height: 12px;
    background-image: url(/h5/help/high/images/icon-arrowRight.svg);
    background-size: 100% 100%;
    display: block;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}
.manual-list{
    display: flex;
    flex-wrap: wrap;
}
.manual-item{
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    color: #2B2B2B;
    letter-spacing: 0;
    line-height: 22px;
    padding: 24px;
    border-bottom: 1px solid #DCDCDC;
}
.manual-item:nth-child(2n){
    margin-right: 0px;
}

.manual-item::after{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-image: url(/h5/help/high/images/icon-arrowRight.svg);
    background-size: 100% 100%;
}
.more-park{
    margin-top: 40px;
    box-shadow: 0 2px 8px 0 #78788029;
    border-radius: 12px;
    padding: 56px 0px 64px;
}
.park-list{
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}
.park-item{
    display: block;
    width: calc((100% - 120px) / 4);
}
.more-park .more-title{
    padding-left: 64px;
    padding-right: 64px;
}
.park-item-video{
    position: relative;
}
.park-item-video::after{
    content: '';
    width: 64px;
    height: 64px;
    background-image: url(/h5/help/high/images/icon-video.svg);
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.park-item-cover{
    width: 100%;
    height: 180px;
    border-radius: 8px;
    object-fit: cover;
}
.park-item-name{
    font-size: 16px;
    color: #2B2B2B;
    letter-spacing: 0;
    line-height: 24px;
    margin-top: 16px;
    text-wrap: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.park-list .swiper-slide{
    width: 320px;
}
.park-list .swiper-slide:first-child{
    margin-left: 64px;
}
.park-list .swiper-slide:last-child{
    margin-right: 64px;
}
.swiper .park-item{
    width: 100%;
}
/* index end */

/* detail start */
.content.detail-content{
    /* height: calc(100vh - 128px); */
    padding-top: 0px;
    padding-bottom: 0px;
    display: flex;
}
.detail-content .left,
.detail-content .right,
.detail-content .mid-con{

}
.detail-content .left,
.detail-content .right{
    width: 220px;
    /* height: auto; */
    /* overflow-y: auto; */
}
.detail-content .left{
    /* border-right: 1px solid #D8D8D8; */
}
.detail-content .right{
    /* border-left: 1px solid #D8D8D8; */
}
.detail-content .left .left-fixed{
    position: fixed;
    width: 220px;
    padding-right: 20px;
    height: 100vh;
    /* max-height: calc(100vh - 127px); */
    overflow-y: auto;
    border-right: 1px solid #D8D8D8;
    padding-top: 48px;
    padding-bottom: 130px;
}
.detail-content .right .right-fixed{
    position: fixed;
    width: 220px;
    padding-left: 20px;
    height: 100vh;
    /* max-height: calc(100vh - 127px); */
    overflow-y: auto;
    border-left: 1px solid #D8D8D8;
    padding-top: 48px;
    padding-bottom: 130px;
}
.detail-content .mid-con{
    flex: 1;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 48px;
    padding-bottom: 24px;
}
.right-menu-con{
    /* margin-top: 24px; */
    width: 100%;
}
.level1{
    position: relative;
    margin-bottom: 4px;
}
.click-open{
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}
span.click-open{
    width: 30px;
    height: 42px;
    z-index: 10;
}
.level1>a{
    display: inline-block;
    line-height: 24px;
    padding: 9px 0 9px 34px;
    width: 100%;
    position: relative;
    font-weight: bold;
    font-size: 18px;
    color: #2B2B2B;
    letter-spacing: 0;
    line-height: 24px;
}
.level1>a::before{
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url(/h5/help/high/images/arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    left: 12px;
    top: 14px;
}
.level1>a.open::before{
    transform: rotate(90deg);
}
.level2-m{
    /* margin-top: 8px; */
    display: none;
    height: 0;
}
.open+.level2-m{
    display: block;
    height: auto;
}
.level2-m li a{
    background: #FFFFFF;
    width: 100%;
    display: inline-block;
    border-radius: 4px;
    font-size: 16px;
    color: #666666;
    letter-spacing: 0;
    line-height: 28px;
    padding: 8px 10px 8px 32px;
}

.detail-content .right h5{
    font-weight: bold;
    font-size: 18px;
    color: #2B2B2B;
    letter-spacing: 0;
    line-height: 24px;
}
.right-index-menu{
    margin-top: 16px;
}
.right-index-menu li a{
    font-size: 16px;
    color: #999999;
    letter-spacing: 0;
    line-height: 28px;
    display: inline-block;
    width: 100%;
    padding: 4px 0;
    padding-left: 16px;
    border-left: 2px solid #D8D8D8;
    overflow: hidden;
    display: -webkit-box;
    word-break: break-all;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.right-index-menu li a.title{
    font-weight: bold;
    color: #2B2B2B;
}
.right-index-menu li[htype="h1"] a{

}
.right-index-menu li[htype="h2"] a{

}
.right-index-menu li[htype="h3"] a{
    font-size: 14px;
    color: #999999;
    letter-spacing: 0;
    line-height: 24px;
}

.md-content{
    /* height: calc(100vh - 350px); */
    overflow-y: auto;
    /* padding-right: 16px; */
}
.prev-next-article{
    margin-top: 40px;
    border-top: 1px solid #999999;
    display: flex;
    justify-content: space-between;
    gap: 24px;
    /* height: 80px; */
}
.prev-next-article > div{
    flex: 1;
}
.prev-next-btn{
    padding: 16px 0;
    cursor: pointer;
    position: relative;
}
.prev-next-btn::after{
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-image: url(/h5/help/high/images/next.svg);
    position: absolute;
    top: 28px;
}
.prev-next-btn.prev-btn{
    padding-left: 40px;
    text-align: left;
}
.prev-next-btn.next-btn{
    padding-right: 40px;
    text-align: right;
}
.prev-next-btn.prev-btn::after{
    left: 0;
    transform: rotate(180deg);
}
.prev-next-btn.next-btn::after{
    right: 0;
}
.prev-next-btn span{
    display: inline-block;
    font-size: 14px;
    color: #999999;
    letter-spacing: 0;
    line-height: 24px;
}
.prev-next-btn p{
    font-weight: bold;
    font-size: 16px;
    color: #2B2B2B;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 0;
}
.scroll-content-H h1{
    margin: 12px 0 0;
}
.scroll-content-H h2{
    margin-top: 48px;
}
.scroll-content-H p{
    color: rgba(0,0,0,.6);
    font-size: 14px;
    line-height: 28px;
    margin-top: 8px;
}
.scroll-content-H img{
    width: 100%;
}
/* detail end */

/* search start */
.content.search-content{
    padding-top: 80px;
}
.search-top{
    text-align: center;
}
.search-top h1{
    font-weight: bold;
    font-size: 48px;
    color: #2B2B2B;
    letter-spacing: 0;
    text-align: center;
    line-height: 72px;
    margin-bottom: 56px;
}
.search-top .search-bar{
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
}
.search-bar .search-clear{
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    cursor: pointer;
    display: none;
}
.search-main{
    background: #FFFFFF;
    box-shadow: 0 2px 8px 0 #78788029;
    border-radius: 12px;
    padding: 40px;
    margin-top: 40px;
}
.search-main .search-number{
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    line-height: 20px;
}
.search-result .search-item{
    margin-top: 40px;
    padding: 0;
}
.search-item-nav{
    margin-bottom: 12px;
}
.search-item-nav a{
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    padding-right: 22px;
    position: relative;
}
.search-item-nav a::after{
    content: '';
    display: block;
    width: 6px;
    height: 9px;
    background-image: url(/h5/help/high/images/icon-arrowRight-grey.svg);
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
}
.search-item-nav a:last-child{
    color: #2B2B2B;
}
.search-item-nav a:last-child::after{
    display: none;
}
.search-item-title{
    margin-bottom: 8px;
}
.search-item-desc a{
    color: #666666;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.search-pagination{
    margin-top: 64px;
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 14px;
    color: #2b2b2b;
}
.pagination {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
    color: #2b2b2b;
}
.pagination a,
.pagination span {
    color: #383B40;
    background-color: transparent;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border: 1px solid #DCDCDC;
    border-radius: 4px;
}
.pagination span{
    padding-bottom: 10px;
}
.pagination span.active {
    padding-bottom: 0px;
    color: #5476FF;
    border: 1px solid #5476FF;
}
.pagination .jump-ipt{
    width: 64px;
    height: 32px;
    border: 1px solid #DCDCDC;
    border-radius: 4px;
    text-align: center;
}
.pagination .jump-btn{
    display: none;
}
/* search end */

/* cate-list start */
.content.cate-content{
    padding-top: 64px;
}
.cate-tab-box{
    box-shadow: 0 1px 0 0 #DCDCDC, 0 12px 16px 0 #9999991a;
    position: fixed;
    width: 100%;
    background: #fff;
}
.cate-swiper{
    padding: 0 24px;
}
.swiper-button-disabled{
    display: none;
}
.swiper-button-next:after,
.swiper-button-prev:after{
    font-size: 14px;
    color: #666;
}
.swiper-button-next{
    box-shadow: -1px 0 0 0 #DCDCDC;
    height: 100%;
    top: 0;
    margin-top: 0;
    background: #fff;
    right: 0px;
}
.swiper-button-prev{
    box-shadow: 1px 0 0 0 #DCDCDC;
    height: 100%;
    top: 0;
    margin-top: 0;
    background: #fff;
    left: 0px;
}
.cate-tab{
    display: flex;
    height: 64px;
    background: #FFFFFF;
    align-items: center;
}
.cate-tab::-webkit-scrollbar,
.cate-tab::-webkit-scrollbar-track,
.cate-tab::-webkit-scrollbar-thumb{
    background-color: transparent;
    width: 0;
    height: 0;
}
.cate-tab-item{
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 0 13px;
    position: relative;
    height: 100%;
    cursor: pointer;
}
.cate-tab-item img{
    width: 20px;
    height: 20px;
}
.cate-tab-item span{
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    line-height: 22px;
    white-space: nowrap;
}
.cate-tab-item.active::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #5856D6;
}
.cate-title{
    font-weight: bold;
    font-size: 32px;
    color: #2B2B2B;
    letter-spacing: 0;
    line-height: 32px;
    margin: 64px 0 24px;
}
.cate-list-item{
    padding: 40px 0 24px;
    border-bottom: 1px solid #DCDCDC;
}
.cate-item-title{
    font-weight: bold;
    font-size: 20px;
    color: #2B2B2B;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 8px;
}
.cate-list-item ul{
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    max-height: 80px;
}
.cate-list-item ul.open{
    max-height: fit-content;
}
.cate-list-item ul li{
    width: 100%;
    max-width: 290px;
    margin-right: 40px;
    margin-top: 16px;
    font-size: 16px;
    color: #2B2B2B;
    letter-spacing: 0;
    line-height: 24px;
}
.cate-item-more{
    font-size: 16px;
    color: #007AFF;
    letter-spacing: 0;
    line-height: 24px;
    margin-top: 16px;
    padding-right: 22px;
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.cate-item-more::after{
    content: '';
    width: 14px;
    height: 8px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url( /h5/help/high/images/icon-arrowDown.svg);
}
.cate-item-more.open::after{
    transform: rotate(180deg);
    margin-top: -4px;
}
/* cate-list end */

/* feedback start */
.feedback-content{
    padding: 24px 0;
}
.feedback-box{
    width: 100%;
    max-width: 728px;
    margin: 0 auto;
    background: #fff;
    border-radius: 24px;
}
.feedback-title{
    padding: 12px 32px;
    font-weight: bold;
    font-size: 16px;
    color: #2B2B2B;
    letter-spacing: 0;
    line-height: 24px;
    box-shadow: 0 1px 0 0 #DCDCDC;
}
.feedback-form{
    padding: 24px 32px 32px;
}
.form-item{
    margin-bottom: 12px;
    flex: 1;
}
.form-label{
    font-size: 12px;
    color: #2B2B2B;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 4px;
}
.form-value{
    position: relative;
}
.word-num{
    position: absolute;
    bottom: 12px;
    right: 12px;
    font-size: 10px;
    color: #999999;
    letter-spacing: 0;
    text-align: right;
}
.form-value select,
.form-value input,
.form-value textarea{
    width: 100%;
    border: 0.5px solid #DCDCDC;
    padding: 10px 12px;
    font-size: 12px;
    color: #2b2b2b;
    letter-spacing: 0;
    line-height: 20px;
    border-radius: 4px;
    resize: none;
}
.form-value textarea{
    height: 96px;
}
.form-footer{
    margin: 60px auto 0;
}
.form-btn{
    width: 280px;
    height: 40px;
    background: #5856D6;
    border-radius: 4px;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}
.imageUpload{
    width: 80px;
    height: 80px;
    background: #FFFFFF;
    border: 1px dashed #999;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.imageUpload img{
    width: 24px;
    height: 24px;
    margin-bottom: 4px;
}
.imageUpload p{
    font-size: 10px;
    color: #999999;
    letter-spacing: 0;
    text-align: center;
    line-height: 14px;
}
#imageUpload{
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    padding: 0;
    opacity: 0;
}
.image-preview {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.image-container {
    position: relative;
}
.image-container img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border: 1px dashed #999;
}
.delete-btn {
    position: absolute;
    top: -7px;
    right: -7px;
    background-color: #ff4d4d;
    color: white;
    border-radius: 50%;
    /* padding: 2px 6px; */
    cursor: pointer;
    font-weight: bold;
    width: 16px;
    height: 16px;
    font-size: 11px;
    text-align: center;
    line-height: 16px;
}
.modal{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1400;
    overflow: hidden;
    outline: 0;
    display: none;
}
.modal-mask{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #36393E;
}
.modal-content{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 384px;
    pointer-events: auto;
    background: #fff;
    outline: 0;
    z-index: 2;
    margin: 0 auto;
    transform: translateY(-50%);
    background: #FFFFFF;
    border-radius: 24px;
}
.modal-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 32px;
    box-shadow: 0 1px 0 0 #DCDCDC;
}
.modal-header h1{
    font-weight: bold;
    font-size: 16px;
    color: #2B2B2B;
    letter-spacing: 0;
    line-height: 24px;
}
.modal-header img{
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.modal-body{
    padding: 40px 32px;
}
.modal-body p{
    font-size: 16px;
    color: #2B2B2B;
    letter-spacing: 0;
    text-align: center;
    line-height: 24px;
}
.modal-footer{
    padding: 0 32px 32px;
    text-align: center;
}
.modal-footer button{
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 40px;
    width: 280px;
    height: 40px;
    background: #5856D6;
    border-radius: 4px;
    cursor: pointer;
}
/* feedback end */

/* information start */
.information{
    width: 100%;
    max-width: 800px;
    margin: 64px auto;
}
.manual{
    box-shadow: none;
    padding: 0;
}
.manual .manual-list{
    display: block;
}
.manual .manual-item{
    width: 100%;
    margin-right: 0;
}
/* information end */

/* academy start */
.content-kv{
    position: relative;
}
.kv-bg{
    width: 100%;
}
.kv-text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding-top: 80px;
}
.kv-text > h1{
    font-weight: bold;
    font-size: 48px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 72px;
}
.kv-text > p{
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 32px;
    margin-top: 32px;
}
.academy-kv2{
    text-align: center;
    transform: translateY(-50%);
}
.academy-kv2 img{
    width: 75%;
}
.admin{
    margin-top: -70px;
}
.work{
    margin-top: 88px;
}
/* academy end */

/* academy-detail start */
.academy-video{
    background-image: url(/h5/help/high/images/academy-videobg.png);
    background-size: cover;
    background-position: center;
    padding: 64px 0px 74px;
}
.academy-title{
    padding: 0 100px;
}
.academy-title h1{
    font-weight: bold;
    font-size: 36px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 48px;
}
.academy-title p{
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 32px;
    margin-top: 40px;
}
.academy-detail{
    display: flex;
    gap: 40px;
    padding: 0 100px;
    margin-top: 40px;
}
.academy-left{
    /* flex: 1; */
    width: 70%;
}
.academy-left > video{
    width: 100%;
}
.vjs-poster{
    background-size: cover;
    background-position: center;
}
.video-js .vjs-big-play-button,
.video-js .vjs-big-play-button:focus, .video-js:hover .vjs-big-play-button{
    background: transparent;
    border: none;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.vjs-icon-play:before{
    content: '';
    width: 84px;
    height: 84px;
    background-image: url(/h5/help/high/images/icon-video.svg);
    background-size: 100% 100%;
}
.academy-right{
    width: 30%;
}
.directory{
    overflow-y: scroll;
}
.directory::-webkit-scrollbar-track{
    background-color: rgb(246,246,246,40%);
}
.directory::-webkit-scrollbar-thumb{
    background-color: #F6F6F6;
}
.directory-item{
    margin-bottom: 24px;
}
.directory-item:last-child{
    margin-bottom: 0px;
}
.directory-item ul{
    display: none;
}
.directory-level1{
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 24px;
    position: relative;
    padding-left: 32px;
    margin-bottom: 8px;
    cursor: pointer;
}
.directory-level1::after{
    content: '';
    width: 12px;
    height: 12px;
    background-image: url(/h5/help/high/images/icon-arrowDown-white.svg);
    background-size: 100% 100%;
    position: absolute;
    left: 8px;
    top: 6px;
}
.directory-level2{
    font-size: 14px;
    color: #ffffffcc;
    letter-spacing: 0;
    line-height: 36px;
    padding-left: 32px;
    cursor: pointer;
}
.directory-level2.active{
    background: #5856d6cc;
    border-radius: 4px;
    color: #FFFFFF;
}
.directory-item.open ul{
    display: block;
}
.directory-item.open .directory-level1::after{
    transform: rotate(180deg);
}
.academy-desc{
    padding: 64px 0 80px;
}
.desc-box{
    width: 55%;
    margin: 0 auto;
}
.desc-text{
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    line-height: 28px;
}
.course{
    margin-top: 38px;
}
.course-title{
    font-weight: 500;
    font-size: 20px;
    color: #2B2B2B;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 24px;
}
.course-list{
    background: #F6F6F6;
    border-radius: 8px;
    padding: 32px;
}
.course-item{
    font-size: 16px;
    color: #2B2B2B;
    letter-spacing: 0;
    margin-bottom: 16px;
    position: relative;
    padding-left: 24px;
}
.course-item::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 8px;
    height: 8px;
    transform: translateY(-50%);
    background: #5856D6;
    border-radius: 50%;
}
.course-item:last-child{
    margin-bottom: 0px;
}
/* academy-detail end */

/* markdown start */
#nice h1{
    margin-bottom: 0;
    margin-top: 32px;
    text-align: left;
    font-size: 32px;
}
#nice h2{
    margin-bottom: 0;
    margin-top: 24px;
    text-align: left;
    font-size: 26px;
}
#nice h3{
    margin-bottom: 0;
    margin-top: 16px;
    text-align: left;
}
#nice p {
    width: 100%;
    word-wrap: break-word;
    padding: 0;
    margin-top: 8px;
    font-size: 16px;
}
#nice img {
    display: block;
    /* max-width: 50%; */
    /* max-height: 45vh; */
    max-width: 90%;
    margin: 0 auto;
    margin-top: 16px;
    text-align: center;
}
#nice video {
    display: block;
    margin: 0 auto;
    margin-top: 16px;
}
#nice blockquote {
    background: #FBFAEF;
    border-left: 3px solid #FFCC00;
    margin-left: 0;
    margin-right: 0;
}
/* markdown end */



/* ipad */
@media screen and (min-width: 1035px) and (max-width: 1240px) {
    /* detail */
    .detail-content .mid-con{
        margin: 12px 20px 0;
    }
    .detail-content .right{
        display: none;
    }

}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .wrap-1440{
        width: 100%;
        padding: 0 20px;
    }

    /* index */
    .use-item{
        width: calc((100% - 48px) / 3);
    }

    /* detail */
    .detail-content .mid-con{
        margin: 12px 0 0;
        padding: 0;
    }
    .detail-content .left,
    .detail-content .right{
        display: none;
    }

    /* academy */
    .admin {
        margin-top: 0px;
    }

    /* academyDetail */
    .academy-title{
        padding: 0;
    }
    .academy-detail{
        padding: 0;
        margin-top: 16px;
        gap: 16px;
    }
    .academy-title h1{
        font-size: 28px;
    }
    .academy-title p{
        font-size: 16px;
        margin-top: 8px;
    }
    .desc-box{
        width: 100%;
    }
    .park-item{
        width: calc((100% - 40px) / 2);
    }

    #nice img {
        width: 80%;
    }
}



/* iphone */
@media screen and (max-width: 767px) {
    .pc{
        display: none;
    }
    #footer_sp{
        display: flex;
    }
    .sp{
        display: block;
    }
    .header{
        display: none;
    }
    .header-sp{
        display: block;
    }
    .header-logo {
        gap: 12px;
    }
    .header-logo .logo-text{
        font-size: 18px;
        padding-left: 12px;
    }
    .user-avatar{
        width: 28px;
        height: 28px;
    }
    .user-avatar p{
        font-size: 14px;
    }
    .wrap-1440{
        width: 100%;
        padding: 0 20px;
    }
    .footer-feedback{
        display: block;
    }
    .footer > .flex{
        display: block;
    }

    #nice img {
        width: 100%;
    }

    /* index */
    .help-container{
        padding: 48px 0 0;
        background-image: url('/h5/help/high/images/sp-bg.png');
    }
    .help-container .content{
        padding-top: 20px;
        /* padding-bottom: 40px; */
    }
    .help-container .index-content{
        min-height: calc(100vh - 60px);
        padding-top: 24px;
    }
    .help-container .row-flex-con{
        display: block;
    }
    .left-top-search{
        padding-right: 0;
        width: 100%;
        margin-bottom: 40px;
    }
    .left-top-search h1{
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 24px;
    }
    .search-bar{
        margin-bottom: 4px;
        max-width: inherit;
    }
    .question-box{
        width: 100%;
        padding: 24px;
        position: relative;
        margin-bottom: 24px;
    }
    .question-box .title{
        font-weight: 600;
        font-size: 16px;
        margin-bottom: 12px;
        width: calc(100% - 70px);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
    }
    .question-box .sub-title{
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 0px;
        margin-top: 12px;
        position: relative;
    }
    .question-box .sub-title::after{
        content: '';
        background-image: url('/h5/help/high/images/icon-arrowRight.svg');
        width: 12px;
        height: 12px;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }
    .question-box .link{
        position: absolute;
        top: 24px;
        right: 24px;
        margin-top: 0;
        font-size: 14px;
    }
    /* index-第二版 */
    .top-search{
        text-align: left;
    }
    .top-search h1{
        font-size: 28px;
        line-height: 36px;
        text-align: left;
        padding-bottom: 24px;
    }
    .search-list{
        top: 40px;
    }
    .tips{
        justify-content: flex-start;
        margin-top: 8px;
    }
    .index-title{
        font-size: 20px;
        line-height: 26px;
        text-align: left;
    }
    .getting-started{
        margin-top: 40px;
    }
    .getting-list{
        margin-top: 16px;
        flex-direction: column;
        gap: 16px;
    }
    .getting-item{
        padding: 16px;
        background: #F7F9FB;
        box-shadow: none;
        width: 100%;
    }
    .getting-title{
        font-size: 18px;
        line-height: 24px;
    }
    .getting-desc{
        font-size: 14px;
        line-height: 20px;
        margin-top: 8px;
    }
    .use-software{
        margin-top: 40px;
    }
    .use-list{
        margin-top: 16px;
        gap: 8px;
    }
    .use-item{
        width: 100%;
        padding: 16px;
        text-align: left;
        background: #F7F9FB;
    }
    .use-img{
        width: 24px;
        height: 24px;
        margin-bottom: 8px;
    }
    .use-title{
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 0;
    }
    .use-desc{
        font-size: 14px;
        line-height: 20px;
        margin-top: 8px;
    }
    .more-information{
        margin-top: 40px;
    }
    .more-information > .flex{
        display: block;
    }
    .more-manual{
        margin-top: 24px;
        box-shadow: none;
        padding: 0;
        padding-left: 16px;
        padding-right: 16px;
    }
    .more-title-text{
        font-size: 16px;
    }
    .more-title-link{
        padding: 4px 32px 4px 16px;
        font-size: 14px;
        margin-top: 20px;
    }
    .more-title-link::after{
        right: 16px;
    }
    .manual-item{
        width: 100%;
        margin-right: 0;
        padding: 16px 24px;
    }
    .more-park{
        margin-top: 24px;
        box-shadow: none;
        padding: 0;
    }
    .park-item-video::after{
        width: 48px;
        height: 48px;
    }
    .park-item-cover{
        width: 100%;
        height: 160px;
    }
    .more-park .more-title{
        padding: 0;
    }
    .park-list .swiper-slide {
        width: 240px;
    }
    .park-list .swiper-slide:first-child{
        margin-left: 0px;
    }
    .park-list .swiper-slide:last-child {
        margin-right: 0px;
    }
    /* detail */
    .content.detail-content{
        /* height: calc(100vh - 215px); */
        padding-top: 0px;
        padding-bottom: 0;
    }
    .detail-content .mid-con{
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .detail-content .left,
    .detail-content .right{
        display: none;
    }
    .md-content{
        /* height: calc(100vh - 310px); */
    }
    .prev-next-btn span{
        font-size: 12px;
    }
    .prev-next-btn p{
        font-size: 14px;
    }

    /* search */
    .search-top h1{
        display: none;
    }
    .search-bar .search-input{
        height: 40px;
        padding: 8px 40px;
        font-size: 12px;
        line-height: 24px;
    }
    .search-bar .search-clear{
        width: 16px;
        height: 16px;
        right: 8px;
    }
    .search-main{
        margin-top: 24px;
        padding: 0;
        box-shadow: none;
    }
    .search-main .search-number{
        font-size: 12px;
        border-bottom: 0.5px solid #999999;
        padding-bottom: 4px;
        margin-bottom: 24px;
    }
    .search-result .search-item{
        margin-top: 12px;
        padding: 16px;
        border: 0.5px solid #DCDCDC;
        border-radius: 8px;
    }
    .search-item-nav{
        white-space: nowrap;
        overflow-x: auto;
        margin-bottom: 8px;
    }
    .search-item-nav::-webkit-scrollbar-thumb,
    .search-item-nav::-webkit-scrollbar-track{
        background-color: transparent;
    }
    .search-pagination{
        display: block;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .search-pagination .pagination{
        margin-top: 12px;
    }

    /* cate-list */
    .content.cate-content{
        background-color: #F9F9F9;
    }
    .cate-swiper{
        padding: 0;
    }
    .swiper-button-next,
    .swiper-button-prev{
        display: none;
    }
    .cate-tab{
        height: 40px;
    }
    .cate-tab-item{
        padding: 0;
    }
    .cate-title{
        font-size: 18px;
        line-height: 26px;
        margin: 12px 0 0;
    }
    .cate-list-item{
        background: #FFFFFF;
        border-radius: 8px;
        padding: 16px;
        margin-top: 16px;
        border-bottom: none;
    }
    .cate-item-title{
        font-size: 18px;
        border-bottom: 1px solid #DCDCDC;
        padding-bottom: 12px;
        margin-bottom: 0;
    }
    .cate-list-item ul{
        max-height: inherit;
    }
    .cate-list-item ul li{
        font-size: 16px;
        line-height: 22px;
        margin-top: 12px;
    }
    .cate-item-more{
        font-size: 16px;
        line-height: 22px;
        margin-top: 12px;
    }

    /* feedback */
    .content.feedback-content{
        padding-top: 0;
    }
    .feedback-title{
        padding: 16px 0px;
        font-size: 24px;
        line-height: 32px;
    }
    .feedback-form {
        padding: 16px 0px;
    }
    .form-value textarea {
        height: 124px;
    }
    .modal-content{
        width: 90%;
    }

    /* information */
    .information{
        margin-top: 0px
    }

    /* academy */
    .admin {
        margin-top: 0px;
    }
    .kv-text{
        padding-top: 20px;
    }
    .kv-text > h1{
        font-size: 24px;
        line-height: 32px;
    }
    .kv-text > p{
        font-size: 12px;
        line-height: 16px;
        margin-top: 4px;
    }
    .academy-kv2{
        transform: translateY(0);
        margin: 20px 0;
    }
    .academy-kv2 img{
        width: 100%;
    }
    .park-list{
        display: block;
    }
    .park-item{
        width: 100%;
        margin-bottom: 20px;
    }

    /* academyDetail */
    .academy-video{
        padding: 20px 0px 20px;
    }
    .academy-title{
        padding: 0;
    }
    .academy-detail{
        padding: 0;
        margin-top: 20px;
        display: block;
    }
    .academy-title h1{
        font-size: 24px;
    }
    .academy-title p{
        font-size: 16px;
        margin-top: 0px;
    }
    .academy-left, .academy-right{
        width: 100%;
    }
    .academy-right{
        margin-top: 20px;
    }
    .academy-desc {
        padding: 24px 0 24px;
    }
    .desc-box{
        width: 100%;
    }
}
