*{
	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: #F5F6F7;
}
.header{
	background: #FFFFFF;
	box-shadow: 0 2px 10px 0 rgba(204,204,204,0.40);
	height: 56px;
	padding: 0 24px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	display: flex;
	align-items: center;
}
.header .logo{
	display: flex;
	align-items: center;
	gap: 8px;
}
.header span{
	font-weight: bold;
	font-size: 16px;
	color: #22032C;
	line-height: 16px;
	display: inline-block;
}
.help-container{
	padding-top: 80px;
	padding-left: 80px;
	padding-right: 80px;
}
.help-container .content{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	background: #FFFFFF;
	border-radius: 8px 8px 0 0;
	/* height: calc(100vh - 80px); */
	overflow-y: auto;
}
.help-container .content.help-content{
	height: calc(100vh - 80px);
}
.help-container .help-content{
	padding: 24px;
}
.help-container .content::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}

.help-container .content::-webkit-scrollbar-thumb {
	background-color: #999;
	border-radius: 8px;
	width: 2px;
}

.help-container .content::-webkit-scrollbar-track {
	background-color: #CFD2D3;
	border-radius: 8px;
	width: 2px;
}
.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 .link{
	display: inline-block;
	margin-top: 32px;
	font-size: 16px;
	color: #4079FF;
	letter-spacing: 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;
	/*line-height: 48px;*/
	margin-bottom: 28px;
}
.search-bar {
	margin-bottom: 16px;
	position: relative;
}
.search-bar::after{
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(../images/search.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px;
	position: absolute;
	left:16px;
	top: 16px;
}
.search-bar .search-input{
	width: 100%;
	height: 48px;
	background: #FFFFFF;
	border: 0.5px solid #D8D8D8;
	border-radius: 8px;
	font-size: 14px;
	color: #2B2B2B;
	letter-spacing: 0;
	line-height: 22px;
	padding: 13px 13px 13px 48px;
	box-sizing: border-box;
}
.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;
}
.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: 48px;
	background-color: #fff;
	box-shadow: 1px 2px 10px 0 rgba(204,204,204,0.20);
	width: 100%;
	max-height: 50vh;
	overflow-y: auto;
	padding: 16px 20px;
	color: #666666;
	display: none;
	z-index: 8;
}
.search-bar1 .search-list{
	top: 32px;
}
.search-list.active{
	display: block;
}
.search-item{
	font-size: 14px;
	padding: 4px 0;
}
.search-item .lighter{
	color: #4079FF;
}
.pc{
	display: block;
}
.sp{
	display: none;
}
.help-content{
	display: flex;
}
.help-content .left,
.help-content .right{
	width: 200px;
	height: 100%;
	overflow-y: auto;
    scrollbar-width: none;
}
.md-content::-webkit-scrollbar,
.help-content .left::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	border-radius: 8px;
}
.md-content::-webkit-scrollbar-thumb,
.help-content .left::-webkit-scrollbar-thumb {
	background-color: #999;
	border-radius: 8px;
	width: 2px;
}
.md-content::-webkit-scrollbar-track,
.help-content .left::-webkit-scrollbar-track {
	background-color: #CFD2D3;
	border-radius: 8px;
	width: 2px;
}
.help-content .mid-con{
	flex: 1;
	margin: 12px 16px 0;
}
.right-menu-con{
	margin-top: 24px;
	width: 100%;
}
.level1{
	/* margin-bottom: 16px; */
}
.level1>a{
	display: inline-block;
	line-height: 24px;
	padding:6px 0 6px 34px;
	width: 100%;
	position: relative;
	font-weight: bold;
	font-size: 16px;
	color: #2B2B2B;
	letter-spacing: 0;
	line-height: 24px;
}
.level1>a::before{
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background-image: url(../images/arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	left: 12px;
	top: 12px;
}
.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: 14px;
	color: #666666;
	letter-spacing: 0;
	line-height: 36px;
	padding-left: 32px;
}
.help-content .right h5{
	font-weight: bold;
	font-size: 16px;
	color: #2B2B2B;
	letter-spacing: 0;
	line-height: 24px;
}
.right-index-menu{
	margin-top: 16px;
}
.right-index-menu li a.title{
	font-weight: bold;
	color: #2B2B2B;
}
.right-index-menu li a{
	font-size: 14px;
	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;
}
.md-content{
	/*height: calc(100vh - 264px);*/
	/*overflow-y: auto;*/
	padding-right: 16px;
}
.prev-next-article{
	margin-top: 40px;
	border-top: 1px solid #999999;
	display: flex;
	justify-content: space-between;
	height: 80px;
}
.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(../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;
}
.scroll-content-H h1{
	font-size: 32px;
    font-weight: 500;
    line-height: 32px;
    margin: 12px 0 0;
}
.scroll-content-H h2{
	font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    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%;
}
@media only screen and (max-width:768px) {
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
}
.logo-img{
    height: 24px;
    width: auto;
}
.header .logo-text{
    font-weight: 500;
    font-size: 20px;
    color: #2B2B2B;
    letter-spacing: 0;
    line-height: 24px;
    border-left: 1px solid #78788033;
    padding-left: 8px;
}
.search-item-title{
    font-weight: bold;
    font-size: 16px;
    color: #2B2B2B;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 2px;
}
.search-item a{
    font-size: 14px;
    color: #2B2B2B;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 2px;
}
body{
    background-color: #fff;
}
.help-container {
    padding-top: 42px;
    padding-left: 20px;
    padding-right: 20px;
}
.header{
    height: 64px;
    padding: 0 20px;
    border-bottom: 1px solid #D8D8D8;
}
.help-container .content{
    max-width: 1920px;
}
.help-container .help-content {
    padding: 40px 0 24px 0;
}
.help-container .content.help-content {
    height: calc(100vh - 64px);
}
.md-content {
    /*height: calc(100vh - 232px);*/
    /*overflow-y: auto;*/
    padding-right: 16px;
}

.level1>a:hover{
    background: #F9F9F9;
}
.level2-m li a:hover{
    background: #F9F9F9;
}
.help-content .mid-con{
    flex: 1;
    padding:0 25px 0;
    margin: 0 5px;
    overflow-y: auto;
    scrollbar-width: none;
}


/* feedback start */
.feedback-content{
    padding: 27px 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 */


/* 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-right p{
    margin-bottom: 0;
}
/* footer end */

/* 反馈 */
.header-feedback{
    /*background: #FFFFFF;*/
    border: 1px solid #DCDCDC;
    border-radius: 16px;
    padding: 7px 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}
.header-feedback span{
    font-weight: 400;
    font-size: 16px;
    color: #2B2B2B;
    letter-spacing: 0;
    line-height: 24px;
}





/* new user start */
.header-user .nav-menu2{
    right: 0px;
    left: auto;
    transform: translateX(0px);
    padding: 0px;
    border: 0.5px solid #EEEEEE;
    box-shadow: 0 0 16px 0 #78788014;
    border-radius: 8px;
    top: 52px;
    min-width: 320px;
}
.header-user .nav-menu1 li{
    /* padding: 10px 20px; */
}
.header-user .nav-menu1 li:hover::after{
    width: 0;
}
.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);
}


.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-name-p1{
    font-weight: 600;
    font-size: 16px;
    color: #2B2B2B;
    letter-spacing: 0;
    text-align: left;
    line-height: 24px;
}
.user-name-p2{
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    line-height: 20px;
    margin-top: 4px;
}
.user-logout{
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    text-align: center;
    line-height: 20px;
}
.header-user .nav-menu2{
    right: 0px;
    left: auto;
    transform: translateX(0px);
    padding: 0px;
    border: 0.5px solid #EEEEEE;
    box-shadow: 0 0 16px 0 #78788014;
    border-radius: 8px;
    top: 52px;
    min-width: 320px;
}

.header-nav .nav-menu1:hover .user-box::after{
    transform: rotate(180deg);
}
.user-info{
    padding: 24px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    gap: 10px;
}
.user-list{
    padding: 0 24px;
}
.user-item{
    font-weight: 400;
    font-size: 14px;
    color: #2B2B2B;
    letter-spacing: 0;
    line-height: 22px;
    padding: 9px 0;
}
.header-nav .user-item img{
    width: 12px;
    height: 12px;
    transform: rotate(-90deg);
}
.header-user .nav-menu2 li:hover{
    background: transparent!important;
    border-radius: 0px!important;
}
.u-lang-select{
    border: 1px solid #EEEEEE;
    padding: 4px 16px;
    border-radius: 4px;
    cursor: pointer;
}
.u-lang-list{
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateX(calc(-100% - 10px));
    background: #fff;
    border: 1px solid #EEEEEE;
    min-width: 120px;
    border-radius: 8px;
}
.u-lang-item{
    padding: 9px 24px;
    font-weight: 400;
    font-size: 14px;
    color: #2B2B2B;
    letter-spacing: 0;
    line-height: 22px;
    cursor: pointer;
}
.u-lang-item:hover{
    background: #f1f6ff;
    color: #007AFF;
}
.u-lang-box{
    display: none;
}
.header-user .nav-menu2::after{
    content: "";
    display: block;
    width: 20px;
    height: 100%;
    background: transparent;
    position: absolute;
    bottom: 0;
    left: -15px;
}
.user-box{
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}
/*.user-box::after{*/
/*    content: "";*/
/*    display: inline-block;*/
/*    width: 12px;*/
/*    height: 12px;*/
/*    background-image: url(../images/icon-arrowDown-black.svg);*/
/*    background-size: 100% 100%;*/
/*    transition: all 0.4s ease;*/
/*}*/
.user-text{
    font-weight: 400;
    font-size: 16px;
    color: #2B2B2B;
    letter-spacing: 0;
    white-space: nowrap;
}
.user-avatar{
    width: 32px;
    height: 32px;
    /*background: #FF3386;*/
    background: #6236FF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.user-avatar p{
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 22px;
}
.user-logout{
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    text-align: center;
    line-height: 20px;
}
/* new user end */

.mid-related{
    margin-top: 24px;
}
.related-title{
    font-weight: 500;
    font-size: 20px;
    color: #2B2B2B;
    letter-spacing: 0;
    line-height: 24px;
}
.related-list{
    margin-top: 16px;
}
.related-list .swiper-slide{
    width: 240px;
    margin-right: 10px;
}
.related-item{
    border: 1px solid #DCDCDC;
    border-radius: 12px;
    padding: 20px 16px;
}
.r-item-type{
    display: flex;
    align-items: center;
    gap: 4px;
    border-radius: 8px;
    padding: 4px 4px;
    font-size: 12px;
    /*color: #FFFFFF;*/
    letter-spacing: 0;
    line-height: 16px;
}
.r-item-type img{
    width: 16px;
    height: 16px;
}
.r-item-type.html{
    background: #3185FF;
    border: 1px solid #3185FF;
}
.r-item-type.video{
    background: #A849FF;
    border: 1px solid #A849FF;
}
/*.r-item-type.pdf{*/
/*    background: #E34743;*/
/*    border: 1px solid #E34743;*/
/*}*/
.r-item-type.word{
    background: #3185FF;
    border: 1px solid #3185FF;
}
.r-item-type.excel{
    background: #00C7AC;
    border: 1px solid #00C7AC;
}
.r-item-type.ppt{
    background: #E96539;
    border: 1px solid #E96539;
}
.r-item-type.markdown{
    background: #2B2B2B;
    border: 1px solid #2B2B2B;
}
.r-item-download{

}
.r-item-download img{
    width: 16px;
    height: 16px;
}
.r-item-download a{
    font-weight: 500;
    font-size: 12px;
    color: #007AFF;
    letter-spacing: 0;
    line-height: 16px;
    margin-left: 4px;
}
.r-item-title{
    margin-top: 8px;
}
.r-item-title a{
    font-weight: 500;
    font-size: 14px;
    color: #2B2B2B;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/* 新增相关资料 end */

/* 第二次改版 start */
.help-container .index-content {
	background-image: url(https://dev-esm.sayco.com.cn/storage/images/nt41pEGVmSawirh6ypagE7uyojvljGmmPg4pvopy.png?_n=NFG5Nkcl0eVLb5l2v8IoLfdcdqvfg7RCopiLyVZY.png);
	background-position: top center;
	background-size: 100%;
	background-repeat: no-repeat;
	padding: 80px 84px;
}

.search-item-title {
	font-weight: bold;
	font-size: 16px;
	color: #2B2B2B;
	letter-spacing: 0;
	line-height: 24px;
	margin-bottom: 8px;
}

.search-item>a {
	font-size: 14px;
	color: #9d9d9d;
	letter-spacing: 0;
	line-height: 24px;
	margin-bottom: 8px;
	display: block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.search-item>a p {
	color: #2b2b2b;
}

.search-item>a em {
	color: #007AFF;
	font-weight: bold;
}

.help-container .index-content-mixer {
	background: transparent;
	padding: 0;
	padding-top: 80px;
}

.header-mixer {
	background: transparent;
	box-shadow: none;
}

.question-box .link {
	color: #007AFF !important;
}
/* 第二次改版 end */



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

}
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .wrap-1440,.wrap-1140{
        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%;
    }
}




.search-item-title{
    font-weight: bold;
    font-size: 16px;
    color: #2B2B2B;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 8px;
}
.search-item > a {
    font-size: 14px;
    color: #9d9d9d;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 8px;
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.search-item > a p{
    color: #2b2b2b;
}
.wrap-1440 {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 25px;
}
.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-20{ gap: 20px;}
.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 .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 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: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);
}
.header-user .nav-menu1 li{
    padding-left: 10px;
}
.header-user .nav-menu2 li{
    margin-top: 10px;
}
.search-item > a span{
    color: #9d9d9d;
}

.search-item-title{
    font-weight: bold;
    font-size: 16px;
    color: #2B2B2B;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 8px;
}
.search-item > a {
    font-size: 14px;
    color: #9d9d9d;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 8px;
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.search-item > a p{
    color: #2b2b2b;
}

/* 语言切换 */
.header-language .nav-menu1>li::after {
    content: '';
    background: #3370ff;
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 3px;
    left: 0;
    transition: width 0.5s ease;
}
.language-box{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.language-icon{
    text-align: right;
    cursor: pointer;
}
.language-list{
    position: absolute;
    right: 0;
    top: calc(100% - 3px);
    left: auto;
    background: #FFFFFF;
    box-shadow: 0 2px 8px 0 #78788029;
    border-radius: 12px;
    min-width: 208px;
    padding: 8px;
    z-index: 10;
    display: none;
}
.language-list li{
    padding: 6px 8px;
    font-size: 14px!important;
    color: #2B2B2B;
    line-height: 22px;
    cursor: pointer;
}
.language-list li:hover{
    background: #F6F6FD;
    border-radius: 4px;
}
.language-box:hover .language-list{
    display: block;
}

.help-container .index-content-mixer{
    background: transparent;
    padding: 0;
    padding-top: 80px;
}
.header-mixer{
    background: transparent;
    box-shadow: none;
}

/* iphone */
@media screen and (max-width: 768px) {
    /* 通用 start */
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    .wrap-1440,
    .wrap-1140{
        width: 100%;
        padding: 0 20px;
    }
    /* 通用 end */

    /* header start */
    .header{
        display: none!important;
    }
    .header-sp{
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 99;
        height: 64px;
    }
    .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;
    }
    .header-user .nav-menu2{
        right: -72px;
    }
    /* header end */

    /* footer start */
    #footer_sp{
        display: flex;
    }
    .footer-right{
        display: block;
    }
    .footer-feedback{
        display: block;
    }
    .footer > .flex{
        display: block;
    }
    #nice img {
        width: 100%;
    }
    /* footer end */

    /* index start */
    .help-container{
        padding: 64px 0 0;
        background-image: url('/help/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;
        margin-bottom: 0;
    }
    .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('./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 end */

    /* index-第二版 start */
    .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;
    }
    /* index-第二版 end */

    /* detail start */
    .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{
    }
    .prev-next-btn span{
        font-size: 12px;
    }
    .prev-next-btn p{
        font-size: 14px;
    }
    /* detail end */

    /* search start */
    .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;
    }
    /* search end */

    /* cate-list start */
    .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;
    }
    /* cate-list end */

    /* feedback start */
    .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%;
    }
    /* feedback end */

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

    /* academy start */
    .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;
    }
    /* academy end */

    /* academyDetail start */
    .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%;
    }
    /* academyDetail end */

    /* detail-第二版 start */

    /* detail-第二版 end */

}
