.content .mui-row {
    padding: 0 .75rem .75rem;
    background: white;
    margin-bottom: .5rem;
    word-break: break-word;
}

.content .item {
    padding-top: .75rem;
}

.content .content_title:before {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 2px;
    height: 1rem;
    background: #565656;
    margin-top: .5rem;
}

.content .content_title {
    font-size: 1rem;
    color: #000;
    padding: .75rem;
    background: white;
    position: relative;
}

.content .content_title:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -.5rem;
    left: 0;
    right: 0;
    height: 1px;
    background: #e4e4e4;
    margin: .5rem 0;
}


/*about*/

.about .content img {
    display: block;
}

.about .aboutTit {
    font-size: 1rem;
    text-align: center;
    margin: 1rem 0;
}

/*contact*/

.contact .item {
    border-bottom: 1px dotted #e4e4e4;
}

.contact .item:last-of-type {
    border: none;
}

.contact p {
    margin: 0 0 .5rem;
    text-align: center;
}

/*new*/

.new .new_list {
    background: white;
    padding: 0 .75rem .75rem;
    margin: 0;
    list-style: none;
}

.new .new_list_item {
    position: relative;
    padding: .5rem 4.5rem .5rem 0;
}

.new .new_list_item:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e4e4e4;
    height: 1px;
    width: 100%;
}

.new .li_content {
    width: 100%;
    padding-right: .25rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.new .new_list_item .time {
    display: block;
    width: 5.5rem;
    text-align: right;
    position: absolute;
    right: 0;
    top: 0;
    padding: .5rem 0;
}

.new .pagination {
    padding-bottom: 1rem;
    background: white;
}

/*article*/

.article .content {
    padding: .75rem;
    background: white;
}

.article .article_tit {
    font-size: 1rem;
    color: #6b6b6b;
    line-height: 1.2;
    margin: .25rem 0 1rem;
    text-align: center;
}

.article .article_info {
    background: #e5e5e5;
    margin-bottom: .75rem;
    padding: .25rem;
    text-align: center;
    font-size: .75rem;
}

.article .article_info span {
    margin: 0 .25rem;
}

/*product*/

.product .content {
    background: white;
}

.product .item {
    padding: .75rem;
    padding-top: 0;
}

.product .tit {
    max-width: 100%;
    height: 2rem;
    line-height: 2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
}

.product .pagination {
    margin-top: -1rem;
    padding-bottom: 1rem;
}

.product .productTit {
    text-align: center;
    font-size: 1rem;
    margin: .75rem 0;
}

.swiper-container {
    width: 270px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: content-box;
    border: 1px solid #e4e4e4;
}

.gallery-top {
    height: 360px;
}


.gallery-top .swiper-slide {
    width: 100% !important;
    text-align: center;
    line-height: 360px;
}

.gallery-top .swiper-slide img {
    vertical-align: middle;
}

.gallery-thumbs {
    box-sizing: border-box;
    padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
    height: 100%;
    width: 20%;
    max-width: 20%;
    padding: 0 5px;
    opacity: 0.65;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

div.zxf_pagediv {
    padding: 15px;
}

div.zxf_pagediv .current,
div.zxf_pagediv a,
div.zxf_pagediv .disabled {
    height: 25px;
    width: 25px;
    line-height: 25px;
    margin: 3px;
    border: 1px solid #F1D79E;
}

div.zxf_pagediv .zxfinput,
div.zxf_pagediv .zxfokbtn {
    width: 25px;
    height: 25px;
    line-height: 23px;
    margin: 0 5px;

}

div.zxf_pagediv .zxfinput {
    padding: 2px 0;
    text-align: center;
    line-height: 21px;
    border: 1px solid #F1D79E;
    width: 50px;
}

div.zxf_pagediv .nextbtn,
div.zxf_pagediv .prebtn,
div.zxf_pagediv span.disabled,
div.zxf_pagediv .zxfokbtn {
    width: auto;
    border: 1px solid #F1D79E;
    padding: 0 5px;
}
div.zxf_pagediv .zxfokbtn {
    padding:0 5px;
    width: auto;
    height: auto;
}
div.zxf_pagediv .current {
    background: #F1D79E;
}