#help-center-wrapper {
	background: #F7F8F9;
}

#help-center-wrapper .help-center-content {
	max-width: 1200px;
	margin: 0 auto 0;
	font-weight: 500;
	padding: 0 20px 50px;
}

#help-center-wrapper .help-center-entrance {
	display: grid;
	grid-gap: 16px 16px;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));

}

.help-center-entrance-item {
	padding: 28px 55px 24px;
	margin: 0;
	background: #F9FAFB;
	border-radius: 10px;
	border: 1px solid #F9FAFB;
	transition: all .2s;
}

.help-center-entrance-item:hover {
	background: #FFFFFF;
	box-shadow: 0px 20px 40px 10px rgba(153, 153, 153, 0.06);
	border-radius: 10px;
	border: 1px solid #EEEEEE;
}

.help-center-entrance-item dt {
	font-weight: 600;
	text-align: center;
	font-size: 20px;
}

.help-center-entrance-item dd {
	font-weight: 400;
	color: rgba(0, 0, 0, 0.45);
	line-height: 22px;
	padding: 16px 0;
}

.help-center-entrance-item dd.help-center-entrance-description {
    padding: 0;
    margin: 10px 0 16px;
    overflow: hidden;
    text-align: center;
}

.help-center-entrance-item .help-center-button {
	padding: 0;
}

.help-center-entrance-item .help-center-button button{
	height: 40px;
}

li.article-item {
    margin-bottom: 30px;
    background: #F9FAFB;
	cursor: pointer;
	 transition: all 0.2s;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-radius: 4px;
}
li.article-item:hover {
	box-shadow: 0px 4px 8px 0px rgba(51,51,51,0.1);
}

li.article-item a{
	display: block;
	padding: 25px 32px 20px;
}

li.article-item:hover {
	box-shadow: 0px 20px 40px 0px rgba(199,207,222,0.6);
}

li.article-item b {
	color: #ff7700;
}

p.help-center-result {
    font-size: 30px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.85);
    line-height: 42px;
    margin-bottom: 30px;
}
.article-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 16px;
}

.article-description {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.65);
    line-height: 22px;
}
.help-center-pagination {
	display: flex;
    justify-content: center;
    padding: 32px 0 10px;
}

.help-center-category{
	margin-bottom: 60px;
}

.help-center-category dt {
	font-size: 30px;
	font-weight: 600;
	line-height: 42px;
	margin-bottom: 24px;
}

.help-center-category dd {
	display: grid;
	grid-gap: 16px 16px;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.help-center-category dd a {
	background: #F9FAFB;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 400;
	line-height: 58px;
	padding: 0 24px;
	border: 1px solid #F9FAFB;
	box-sizing: border-box;
	transition: all .2s;
}

.help-center-category dd a.active, .help-center-category dd a:hover {
	background: #FFFFFF;
	box-shadow: 0px 21px 43px 11px rgba(153, 153, 153, 0.06);
	border-radius: 10px;
	border: 1px solid #EEEEEE;
	color: rgba(255, 85, 0, 1);
}

.help-center-issues p {
	padding: 80px 0 32px;
	font-size: 30px;
	text-align: center;
	font-weight: 600;
	line-height: 42px;
}

.help-center-issues-item {
	background: #F9FAFB;
	border: 1px solid #F9FAFB;
	transition: all .2s;
	border-radius: 10px;
	padding: 20px 32px;
	cursor: pointer;
	display: block;
}

.help-center-issues-item-active, .help-center-issues-item:hover {
	background: #FFFFFF;
	box-shadow: 0px 21px 43px 11px rgba(153, 153, 153, 0.06);
	border: 1px solid #EEEEEE;
}

.help-center-issues dt {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.help-center-issues dt span {
	font-size: 14px;
	font-weight: 500;
	max-width: 85%;
	display: block;
}

.help-center-issues .help-center-issues-description {
	height: 0;
	overflow: hidden;
	padding-top: 0;
	box-sizing: border-box;
}

.help-center-issues-item-active dt span {
	color: #ff5500;
}
.help-center-issues-item-active dt i {
	color: #5F84E1;
	transform: rotate(180deg);
}
.help-center-issues-item-active .help-center-issues-description {
	padding-top: 16px;
    height: auto;
    max-height: 96px;
    position: relative;
    line-height: 20px;
	cursor: text;
}

.help-center-issues-item-active .help-center-issues-description .more-button {
	color: rgb(64, 158, 255);
    position: absolute;
    bottom: 1px;
    right: 7px;
    background: #fff;
    padding: 0px 6px;
    box-shadow: -18px 0px 9px 4px #fff;
    /* height: 27px; */
    border: 0;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.help-center-issues-item+.help-center-issues-item {
	margin-top: 8px;
}


.help-more-wrapper {
	background: #42485F;
	padding: 70px 0;
}

.help-more-wrapper p {
	font-size: 30px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 42px;
	text-align: center;
	margin-bottom: 28px;
}

.help-more-center {
	max-width: 960px;
	width: 90%;
	margin: auto;
}

.help-more-content {
	display: grid;
	grid-gap: 16px 16px;
	grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
}

.help-more-content dl {
	background: #FFFFFF;
	border-radius: 10px;
	border: 1px solid #EEEEEE;
	padding: 24px;
}

.help-more-content dl dt {
	display: flex;
	align-items: center;
}

.help-more-content dl dt img {
	width: 24px;
	height: 24px;
	margin-right: 14px;
}

.help-more-content dl dt span {
	font-size: 20px;
	font-weight: 600;
	line-height: 28px;
}

.help-more-content-description {
	font-size: 12px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.45);
	line-height: 20px;
	margin: 9px 0 24px;
}

.help-more-content dl dd a {
	font-size: 12px;
	font-weight: 600;
	color: #5F84E1;
	line-height: 16px;
}
.button-login.help-center-entrance-button:hover {
	color: #fff;
	background-color: #ff5500;
}

.help-center-content>p {
	font-size: .28rem;
	margin-bottom: 40px;
	font-family: AlibabaPuHuiTi_2_95_ExtraBold;
	color: #2F2E3F;
}

.category-wrapper {
	width: 100%;
	display: grid;
	grid-gap: 40px 40px;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.category-wrapper dl {
	padding: 32px 30px 24px 30px;
	color: #000000;
	background: #FFFFFF;
	border-radius: 4px;
	border: 1px solid transparent;
}

.category-wrapper dl:hover {
	box-shadow: 0px 4px 8px 0px rgba(51,51,51,0.1);
	border-color: #DDDDDD;
}

.category-wrapper dl dt {
	font-size: 24px;
	line-height: 33px;
	margin-bottom: 4px;
	display: flex;
	align-items: center;
}

.category-wrapper dl dt img {
	width: 24px;
	margin-right: 10px;
}

.category-wrapper dl dd {
	font-size: 16px;
	line-height: 1;
	padding-left: 32px;
	font-weight: 400;
	margin-top: 16px;
}

.category-wrapper dl dd a{
	max-width: 100%;
	display: inline-block;
}

.category-wrapper dl dd a:hover {
	color: #ff7700 !important;
}



.el-carousel--horizontal {
            box-shadow: 0 .2rem .4rem .1rem rgba(153, 153, 153, 0.06);
        }

        .el-carousel__item {
            display: flex;
            justify-content: space-between;
        }

        .card-wrapper {
            width: 22.5%;
			box-shadow: 0px 2px 20px 0px rgba(199,207,222,0.3);
			border-radius: .12rem;
			transition: all .2s;
        }
	 .card-wrapper:hover{
		box-shadow: 0px 20px 40px 0px rgba(199,207,222,0.6);
	}

        .card-wrapper p {
            border-radius: .04rem .04rem 0px 0px;
            overflow: hidden;
            cursor: pointer;
        }

.card-wrapper p span{
	background: rgba(47, 46, 63, 0.4);
}

.card-wrapper p span .el-icon {
	width: 0.5rem;
    height: 0.5rem;
    background: #fff;
    font-size: .26rem;
    border-radius: 0.25rem;
}

.card-wrapper img {
	width: 100%;
}

.card-wrapper dl {
	padding: .34rem .32rem .34rem;
	background-color: #fff;
	border-radius: 0 0 .04rem .04rem;
	box-shadow: 0 .2rem .4rem .1rem rgba(153, 153, 153, 0.06);
	cursor: pointer;
}

.card-wrapper dl dt {
	font-size: 0.2rem;
	margin-bottom: 0.08rem;
	font-family: AlibabaPuHuiTi_2_75_SemiBold;
}

.card-wrapper dl dd {
	width: 100%;
	font-size: 0.16rem;
	color: rgba(0, 0, 0, .64);
	line-height: 0.22rem;
	font-family: AlibabaPuHuiTi_2_55_Regular;
}

.popular-recom{
	padding: .24rem .32rem;
	background: rgba(255,255,255,0.49);
border-radius: 12px;
border: 2px solid #FFFFFF;
}

.popular-recom dt  {
	margin-bottom: .16rem;
}
.popular-recom dt span {
	font-size: .2rem;
	margin-left: .15rem;
}
.popular-recom dd a {
	font-size: .16rem;
	color: rgba(47, 46, 63, .85);
}
.popular-recom dd a:hover{
	color: #2778FF;
}


