
.m-content{overflow-x:hidden; background: #fff;}
.zlkuang{box-shadow:none;border:none;width:100%;margin-left:0; margin-top: 0;}
.lytitle{background:none;font-size:23px;display:flex;align-items:center;justify-content:space-between;padding:0 15px;box-sizing:border-box;}
.lytitle .txt1{background-image:linear-gradient(180deg,rgb(238, 118, 116),rgb(240, 162, 160));-webkit-background-clip:text;-webkit-text-fill-color:transparent;}
.lytitle .txt2{ cursor: pointer; width:60px;height:27px;background-color:#fff9f8;box-shadow:2px 4px 7px 0px rgba(230,87,87,0.25);border-radius:4px;border:solid 1px #ffb5a9;font-size:12px;font-weight:normal;display:flex;align-items:center;justify-content:center;color:#ff725b;}
.lytitle .txt2:active {box-shadow:2px 4px 7px 0px rgba(230,87,87,0.25) inset;}
.lytitle .txt2 img{width:15px;margin-right:3px;}
.lbianj{}
.xzpic{}
.author-img{width:190px;height:190px;position:relative;margin:30px auto;margin-top:0;}
.author-img .img{}
.author-img .img img{width:180px;height:180px;border-radius:15px;border:solid 5px #dedede;}
.author-img a{width:38px;height:28px;background-color:#fff9f8;box-shadow:2px 4px 7px 0px rgba(230,87,87,0.25);border-radius:6px;border:solid 1px #ffb5a9;font-size:12px;font-weight:normal;display:flex;align-items:center;justify-content:center;color:#ff725b;position:absolute;bottom:0px;right:0px;}
.author-img a img{width:20px;}
.zlxc{width:100%; display: block;}
.tab-tit{height:50px;background-color:#fff9f8;display:flex;align-items:center;}

.tab-tit .tab-tit-item.swiper-pagination-bullet-active{color:#e65858;font-weight:bold;}
.tab-tit .tab-tit-item.swiper-pagination-bullet-active::after{content:"";display:block;width:41px;height:4px;background-image:linear-gradient(-90deg,#f6c7c6 0%,#ea8a8a 100%),linear-gradient(#fff9f8,#fff9f8);background-blend-mode:normal,normal;border-radius:5px;position:absolute;bottom:-5px;left:50%;transform:translateX(-50%);}
.tab-tit .tab-tit-item{flex:1;font-size:16px;color:#585757;text-align:center;position:relative;cursor:pointer; width: auto; height: auto; background: none; opacity: 1; margin: 0;}


.tab-content-item { display: none;}
.tab-content-item.active { display: block;}
.grbt{margin:0;background:none;text-align:right;}
.grrow_icon{color:#fd6d71;margin-right:5px;}
.form-control,.form_co{height:38px;box-shadow:none;border-color:#dcdcdc;}
.growtext{width:92%;margin:auto;}

.grzltable01{width:100%;}

.itemG-add {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
    padding: 25px 15px;
}


.itemG-add .item {

    /*高度等比例*/
    aspect-ratio: 1 / 1;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    background: url(../images/add-img.png) no-repeat center center / 44px 44px;
}
.add-desc {
    background-color: #ffffff;
	border-radius: 10px;
	border: solid 1px #dcdcdc;
    padding: 15px;
    box-sizing: border-box;
    margin: 15px;
    position: relative;
    color: #666;
    text-align: center;
}
.add-desc i {}
.add-desc i img { width: 20px; position: absolute; top: -10px; left: 50%; margin-left: -10px;}

.cxbutton { background: #ded1cb;}
.cxbutton:active { background: #b0a5a0;}

@media (max-width:767px){
    .ziliwidth{width:92%;}
.itemG-add {grid-template-columns: 1fr 1fr;}


}