html { font-size: 62.5%; }
@media(min-width:2100px){
    html { font-size: 80%; }
}

@media(max-width: 1600px){
    html { font-size: 50%; }
}
@media(max-width: 1280px){
    html { font-size: 45%; }
}
@media(max-width: 1024px){
    html { font-size: 35%; }
}
@media(max-width: 768px) {
    html {
        font-size: 25%;
    }
}

body.faq{
    background-color: #101521;
}
.faq .breadcrumb{
    display: none;
}
.faq .headerContent{
    max-width: 1500px;
}
.faq .faq-header{
    background-color: #101521;
    padding:12rem 0px 5rem 0px;
}
.faq .faq-header .faq-header-title{
    font-size: 10.4rem;
    color:#EF3F7F;
    text-align: center;
    letter-spacing: 1rem;
    font-weight: bold;
    padding-bottom:5.4rem;
    position:relative;
}
.faq .faq-header .faq-header-title::after{
    content: '';
    z-index: 2;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8rem;
    width: 16rem;
    height: 0.5rem;
    background: linear-gradient(-90deg, #CF21A7 0%, #FE217B 52%, #FF786C 100%);
}

.faq .faq-header .faq-header-text{
    text-align: center;
    padding-top: 7rem;
    font-size: 3.8rem;
    color: #fff;
    font-style: oblique;
    letter-spacing: .5rem;
}

.faq .pageContent{
    /*background:rgb(0,0,0,4%);*/
    background-color: #101521;
    /*background-image:url("./images/cat-background.png");*/
    max-width: 1520px;
    margin:auto;
    /*border-radius: 2rem;*/
}
.faq .cms_content{
    display: flex;
    flex-flow: row;
    margin-top:0;
    margin-bottom:0;
    padding:10rem 18rem;
    border-radius: 4rem;
    background-color: #fff;
}
@media(max-width: 768px){
    .faq .cms_content{
        padding:unset;
    }
}
.faq-content-left{
    float: left;
    width:280px;
    height: fit-content;
    height: -moz-fit-content;
    border: 1px solid #ccc;
    padding:20px;
    margin-right:20px;
}
.faq-content-right{
    flex:1;
    float: right;
    padding:20px;
    /*border: 1px solid #ccc;*/
}
.faq-content-left .faq-topic{
    margin-top: 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    font-weight: 600;
    line-height: 32px;
}

.faq-content-left li{font-size: 18px;line-height: 30px;color:#333;}
.faq-content-left li a{color:#333;}
.faq-content-left li a.current{color:#db16aa;}
.faq-content-left li ul, .aside li li{
	padding-left:20px;
}
.cms_content_row{
    margin-bottom: 7rem;
    /*padding-bottom: 20px;
    border-bottom: 1px solid #ccc;*/
}
.cms_content_question{
    display: flex;
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 10px;
    cursor: pointer;
}
.cms_content_question .question-num{
    color: #EF3F7F;
    font-size: 4.4rem;
    letter-spacing: .5rem;
    width: 12rem;
}
.cms_content_question .question-title{
    flex:1;
    color:#5B4F78;
    font-size:3.2rem;
}
.cms_content_question .question-button{
    width: 5rem;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fdebf2;
    color: #ef3f7f;
    font-size: 2.5rem;
    border-radius: 1.5rem;
}

.cms_content_answer{
	padding-left:12rem;
    color: #857e99;
    font-size: 2.2rem;
}
.answerHide{
	/*text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient: vertical;
	overflow: hidden;*/
	display:none;
}
@media(max-width: 1200px){
	.pageContent>div{padding:0px 5px;}
}
@media(max-width: 580px){
	.cms_content{
		display:block;
	}
	.faq-content-left{
		float:none;
		width:auto;
		margin: 0px 5px;
	}
	.faq-content-right{
		float:none;
		width:auto;
		margin: 5px 5px;
	}
	.faq-content-right img{
		max-width:100%;
	}
}

.faq #page{
    border-top: 2px solid #f2f1f4;
    padding-top:1.5rem;
    background-color: transparent;
    text-align: center;
}
.faq #page .page-inner{
    font-size: 22px;
}
.faq #page strong{
    color:#EF3F7F;
    background-color: transparent;
}
.faq #page a{
    color:#b8b4c3;
}
.faq #page a:hover{
    color:#b8b4c3;
    background-color:unset;
    text-decoration: #EF3F7F;
}

@media(max-width: 767px) {
    .faq .faq-header{
        padding:48px 0px 20px 0px;
    }
    .faq .faq-header .faq-header-title{
        letter-spacing: 2px;
        padding-bottom: 20px;
    }
    .faq .faq-header .faq-header-title::after{
        content: '';
        z-index: 2;
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -32px;
        width: 64px;
        height: 2px;
        background: linear-gradient(-90deg, #CF21A7 0%, #FE217B 52%, #FF786C 100%);
    }
    .faq .faq-header .faq-header-text{
        padding-top: 28px;
        letter-spacing: 2px;
    }
    .faq .cms_content{
        border-radius: 16px;
    }
    .cms_content_row{
        margin-bottom:30px;
    }
    .cms_content_question .question-num{
        width:48px;
    }
    .cms_content_question .question-button{
        width: 20px;
        height: 20px;
        border-radius: 6px;
    }
    .cms_content_answer{
        padding-left:48px;
    }
    .faq .cms_content .content-right,.faq .cms_content .content-left{
        float:none;
    }
}
