body {
    background: #F7F7F7;
}

.breadcrumb > li + li:before {
    content: ">" !important;
    padding: 0 !important;
    padding-right: 0.05rem !important;
    color: #ccc;
}

.breadcrumb {
    padding: 0.45rem 0;
    background: none;
    margin: 0;
}

.breadcrumb .breadcrumb-item {
    padding-left: 0.05rem !important;
    font-size: 0.14rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    opacity: 1;
}

.breadcrumb .breadcrumb-item:first-of-type {
    padding-left: 0 !important;
}

.breadcrumb .breadcrumb-item a {
    color: #999999;
}

.breadcrumb .breadcrumb-item.active {
    color: #333333;
}

.faqs-main {

}

.fm-header ul {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 0.4rem;
}

.fm-header ul li {
    width:2.77rem;
    height: 2.74rem;
    margin-right: 0.33rem;
}
.fm-header ul li:last-child{
    margin-right: 0;
}
.fm-header ul .fm-header-img,
.fm-header ul .fm-header-img img {
    display: block;
    width: 2.77rem;
    height: 2rem;
}

.fm-header .fm-text {
    position: relative;
}

.fm-header .fm-text p a{
    position: absolute;
    height: auto;
    width: 100%;
    padding: 0.16rem 0.1rem;
    font-size: 0.2rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    word-break: keep-all;
    opacity: 1;
    z-index: 3;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.fm-header .fm-text img {
    position: absolute;
    top: -0.2rem;
    left: -0.07rem;
    width: 2.91rem;
    height: 0.99rem;
    z-index: 2;
}

.fm-main {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 0.8rem;
}
.fm-main-left{
    position: relative;
    width: 8.93rem;
    background: #FFFFFF;
    height: auto;
    border-radius: 0.12rem;
    padding-bottom: 0.6rem;
}
.fm-main-left h4 {
    padding: 0.32rem;
    font-size: 0.28rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    opacity: 1;
}

.fm-main-left>ul>li {
    width: 100%;
    height: auto;
    padding:0.4rem 0.6rem;
    border-top: 0.02rem solid #f7f7f7;
    display: flex;
    justify-content: center;
    opacity: 1;
}


.fm-main-left-img {
    width: 0.85rem;
    height: 0.85rem;
    margin-right: 0.33rem;
}

.fm-main-left-img img {
    display: block;
    width: 0.85rem;
    height: 0.85rem;
}

.fm-main-left-text {
    width: 6.63rem;
}

.fm-main-left-text h5 {
    width: 100%;
    font-size: 0.2rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    opacity: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.fm-main-left-text h5 a{
    color: #333333;
}
.fm-main-left-text .span {
    width: 100%;
    height: 0.33rem;
    margin: 0.08rem 0 0.1rem;
    line-height: 0.33rem;
    font-size: 0.18rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #888888;
    opacity: 1;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.fm-main-left-text p {
    width: 100%;
    font-size: 0.16rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    opacity: 1;
}
/*-------------------------------*/
.chang-page {
    position: absolute;
    left: calc(50% - 2.25rem);
    bottom: 0.2rem;
    width: 4.5rem;
    height: 0.42rem;
    display: flex;
    justify-content: center;
    margin: 0;
}

.chang-page .cp-btn-content {
    max-width: 3.4rem;
    height: 0.42rem;
    margin: 0 0.13rem;
    overflow: hidden;
}
.chang-page ul{
    max-width: 100%;
    height: 100%;
}
.chang-page li {
    float: left;
    margin:0 0.13rem;
    user-select: none;
    cursor: pointer;
}
.chang-page  a{
color: #555555;
}

.chang-page li.active{
    border-color:#CB2933;
    color: #fff;
}
.chang-page .cp-btn-left,
.chang-page .cp-btn-right,
.chang-page li {
    width: 0.42rem;
    height: 0.42rem;
    text-align: center;
    line-height: 0.42rem;
    border: 0.01rem solid #333333;
    border-radius: 0.04rem;
    color: #555;
    font-size: 0.18rem;
    opacity: 1;
    user-select: none;
    cursor: pointer;
}
/*------------------------*/
.fm-main-right{
    width: 2.75rem;
    height: auto;
}
.fm-main-right h5{
    font-size:0.2rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
    text-shadow: 0.02rem 0.01rem 0.01rem #B1B1B1;
    margin-bottom: 0.12rem;
    opacity: 1;

}

.fm-main-right li {
    position: relative;
    height: 2.1rem;
    margin-top: 0.24rem;
}

.fm-main-right li > img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.fm-main-right li div {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    min-height: 0.8rem;
    line-height: 0rem;
    text-align: center;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fm-main-right li div p {
    min-height: 0.36rem;
    line-height: 0.48rem;
    font-size: 0.3rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    opacity: 1;
    padding: 0.06rem 0;
    border-top: 0.02rem solid rgba(255, 255, 255, 0.33);
    border-bottom: 0.02rem solid rgba(255, 255, 255, 0.33);
}

.fm-main-right li div p a {
    text-decoration: none;
    color: #FFFFFF;
}

.fm-main-right li div img {
    position: absolute;
    top: 0.12rem;
    left: 0.12rem;
    width: 0.32rem !important;
    height: 0.36rem !important;
    z-index: 3;
}
.fm-main-left-text .ai-center{
    font-size: 0.16rem;
}
.fm-main-left-text .ai-center .tag-wrap{
    font-size: 0.16rem;
    overflow: hidden;
    white-space: nowrap;
    max-width: 85%;
    height: inherit;
    min-height: 0.25rem;
}
.fm-main-left-text .bt{
    margin-top: 0.1rem;
}
.fm-main-left-text .bt span{
    display: block;
    max-width: 2rem;
    padding: 0 0.02rem;
    font-size: 0.14rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #444444;
    opacity: 1;overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.fm-main-left-text .ai-center .tag-wrap  e{
    padding: 0rem 0.12rem 0.02rem;
    border: 0.01rem solid #CB2933;
    border-radius: 0.13rem;
    font-size: 0.16rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #F72825;
    opacity: 1;
    margin-left: 0.1rem;
}