/*.cms_content{
    display: flex;
    flex-flow: row;
}
.aside{
	width:280px;
    padding:10px;
    margin-right:20px;
    border:1px solid #bbb;
    height:fit-content;
	height: -moz-fit-content;
}
.aside .topic{
    margin-top: 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    font-weight: 500;
    line-height: 32px;
}
.aside li{font-size: 18px;line-height: 30px;color:#333;}
.aside li a{color:#333;}
.aside li a.current{color:#db16aa;}
.aside li ul, .aside li li{
	padding-left:20px;
}
.cms_content .row{
    overflow: hidden;
    margin: 40px 0;
}
.cms_content .content{
    padding: 20px;
    border: 1px solid #ccc;
    flex: 1;
	line-height:24px;
}
.cms_content .content img{
   max-width:480px;
}
.article_title {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
}
.article_title h1{
    margin-top: 0px;
    font-size: 32px;
    font-weight: 400;
}
.cms_content .article_row{
    margin-bottom: 40px;
    padding-bottom: 20px;
    max-height: 300px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}
.cms_content .article_header{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    cursor: pointer;
    float: left;
}
.cms_content .article_date{
    font-size: 14px;
    margin-bottom: 20px;
    float: right;
}

@media(max-width: 1200px){
	.pageContent>div{padding:0px 5px;}
}
@media(max-width: 580px){
	.cms_content{
		display:block;
	}
	.cms_content .aside{
		width:auto;
		margin: 0px 5px;
	}
	.cms_content .content{
		width:auto;
		margin: 5px 5px;
	}
	.cms_content .content img{
		max-width:100%;
	}
}*/
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.cms{
    background-color: #101521;
}
.cms .headerContent{
    max-width: 1500px;
}
.cms .pageContent{
    /*background:rgb(0,0,0,4%);*/
    background-color: #fff;
    /*background-image:url("./images/cat-background.png");*/
    max-width: 1720px;
    margin:auto;
    border-radius: 2rem;
}
@media(max-width:1200px){
    .cms .pageContent{
        box-sizing:border-box;
        padding:0 15px;
    }
}
.cms .breadcrumb{
    max-width: 1200px;
    margin:auto;
    color:#5B4F78;
    padding:0px;
    line-height: 100px;
}
.cms .breadcrumb span{
    font-size:26px;
    margin:0 20px;
}
.cms .breadcrumb span a{
    padding:0px;
    color:#5B4F78;
}
.cms .breadcrumb>a:nth-child(1){
    color:transparent;
    display: block;
    width:20px;
    height:20px;
    background-image: url("./images/zhuye.png");
    background-repeat: no-repeat;
    background-size: contain;
}
.cms .breadcrumb>a:last-child{
    font-size:16px;
}

.cms-content{
    display: flex;
    flex-wrap:nowrap;
    max-width: 1200px;
    margin:auto;
}
.cms-content-aside{
    width:280px;
    padding: 0 15px;
    box-sizing: border-box;
}
.cms-content-right .articleList-wrapper{
    width:calc( 100% - 20rem );
    margin-bottom: 15rem;
}
@media(max-width: 767px){
    .cms-content-aside{
        display: none;
    }
    .cms-content-right .articleList-wrapper{
        width:100%;
        margin-bottom: 15rem;
    }
}
.cms-content-right{
    flex:1;
    /*padding: 0 15px;*/
    box-sizing: border-box;
}
/* 布局结构响应式 */
@media (min-width:1200px){

}
@media (min-width: 992px) and (max-width: 1199px){

}
@media (min-width: 768px) and (max-width: 991px){

}
@media (max-width:767px){

}

.cms-content a{
    color:black;
}

/* content right begin */

.cms-content-right .article-row{
    position:relative;
}
.cms-content-right .article-row .article-design-date{
    position: absolute;
    top: 0;
    right: -20rem;
    width: 15rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 60rem;
    align-items: center;
}
.cms-content-right .article-row .article-design-date>div{
    color: #5B4F78;
    flex: 1;
    display: flex;
    align-items: center;
    border-top:2px solid #f2f1f4;
    width: 100%;
    justify-content: center;
}
.cms-content-right .article-row .article-design-date>div:nth-child(1){
    font-size:5.2rem;
    font-weight:bold;
}
.cms-content-right .article-row .article-design-date>div:nth-child(2){
    font-size:3rem;
    color:#857e99
}
.cms-content-right .article-row .article-design-date>div:nth-child(3){
    font-size:3rem;
    color:#857e99;
    border-bottom:2px solid #f2f1f4;
}

.cms-content-right .article-header a{
    font-size: 5.2rem;
    color: #5B4F78;
    font-weight: 700;
    /*margin-bottom: 1.5rem;*/
    margin-top: 5rem;
    display: block;
    width: fit-content;
    width: -moz-fit-content;
    transition: all .3s;
    letter-spacing: 2px;
}
.cms-content-right .article-header a:hover{
    color:#c069d5;
}
.cms-content-right p{
    color:#b8b4c3;
    font-size:2.2rem;
    font-weight: 300;
}
.cms-content-right p span{
    padding: 0 8px 0 0;
}
.cms-content-right .article-img{
    max-height: 60rem;
    overflow: hidden;
    position: relative;
}
.cms-content-right .article-img img{
    width:100%;
    transition:all .3s;
}
.cms-content-right .article-img .over{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index:3;
    background-color: #1a1a1a;
    opacity: 0;
    transition:all .3s;
}
.cms-content-right .article-img:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1)
}
.cms-content-right .article-img:hover .over{
    opacity: 0.2;
}
.cms-content-right .article-abstract{
    color: #857e99;
    line-height: 4.2rem;
    margin: 1.5rem 0;
    font-size:2.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.cms-content-right .article-readmore{
    /*margin:30px 0;*/
    margin-top:3rem;
    margin-bottom:8rem;
    transition: all .3s;
}
.cms-content-right .article-readmore-button{
    /*padding: 20px 15px 18px;
    margin: 15px 0px;
    background-color: rgb(255 164 28);
    color:rgb(77 61 33);
    display: block;
    width: fit-content;
    width: -moz-fit-content;
    transition: all .7s;
    font-weight: 700;
    font-size: 16px;*/
    width: 17rem;
    height: 4.4rem;
    background: #EF3F7F;
    box-shadow: 0px 1rem 3rem 0px rgb(239 63 127 / 40%);
    border-radius: 2.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    cursor: pointer;
}
@media(max-width: 1024px){
    .cms-content-right .article-readmore-button{
        padding: 5px;
        border-radius: 25px;
    }
}
@media(max-width: 1024px){
    .cms-content-right .article-row .article-design-date{
        display: none;
    }
}
@media(max-width:767px){
    .cms-content-right .article-header a{
        margin-top: 20px;
    }
    .cms-content-right .article-abstract{
        line-height: 16px;
        margin: 6px 0;
    }
    .cms-content-right .article-readmore{
        margin-top: 12px;
        margin-bottom: 32px;
    }
    .cms-content-right .article-readmore-button{
        padding: 10px;
        border-radius: 10px;
        width: 70px;
        height: 18px;
    }
}
/*
.cms-content-right .article-readmore-button:hover{
    background-color:#c069d5;
}*/
/* content right end */

/* content left begin */
.cms-content-aside .sidebar-title{
    font-weight: 400;
    padding-bottom:15px;
    border-bottom:1px solid #e6e6e6;
}
.cms-content-aside > div{
    margin-bottom:30px;
}
.cms-content-aside .side-recent-article ul li{
    padding-bottom: 5px;
    border-bottom: 1px solid #e6e6e6;
    margin-top: 15px;;
}
.cms-content-aside .side-recent-article ul li:last-child{
    border-bottom: unset;
}
.cms-content-aside .article-header a{
    color: #505050;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all .5s;
    width:fit-content;
    width: -moz-fit-content;
}
.cms-content-aside .article-header a:hover{
    color:#c069d5;
}
.cms-content-aside .article-header p{
    color:#999999;
    font-size:16px;
}

.cms-content-aside .side-feature-product li .image{
    position:relative;
    padding:5px;
}
.cms-content-aside .side-feature-product li .name{
    height:30px;
    line-height:30px;
    padding:0px 10px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    font-size: 16px;
    color: #202020;
    margin-bottom: 10px;
    transition: all .3s;
}
.cms-content-aside .side-feature-product li .name a{
    transition: all .3s;
}
.cms-content-aside .side-feature-product li .name:hover a{
    color:#c069d5;
}
.cms-content-aside .side-feature-product li .info{
    padding:0px 10px;
}
.cms-content-aside .side-feature-product li .description{
    padding: 0px 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: center;
}
.cms-content-aside .side-feature-product .description{
    display: none;
}
.cms-content-aside .side-feature-product li .currentPrice{
    color:#ea5218;
    font-size:16px;
}
.cms-content-aside .side-feature-product li .ori-price{
    padding-right: 15px;
    color: #ccc;
    text-decoration-line: line-through;
    border-right: 1px solid #ccc;
    margin-right: 15px;
}
.cms-content-aside .side-feature-product li .image a img{
    opacity: 1;
    transition: all .5s ease;
}
.cms-content-aside .side-feature-product li .image a img:nth-child(2){
    opacity: 0;
    height: 0;
}
.cms-content-aside .side-feature-product li .image:hover a img:nth-child(1){
    opacity: 0;
    height: 0;
}
.cms-content-aside .side-feature-product li .image:hover a img:nth-child(2){
    height:auto;
    opacity: 1;
}

.side-feature-product li .image{
    position:relative;
    padding:5px;
    flex: 0 0 280px;
    overflow: hidden;
}
@media (min-width:1200px){

}
@media (min-width: 992px) and (max-width: 1199px){

}
@media (min-width: 768px) and (max-width: 991px){

}
@media (max-width:767px){

}

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