@charset "utf-8";
@import url(../css/common.css);

.con {
    width: 83.33%;
    min-width: 900px;
    max-width: 1600px;
    margin: 0 auto;
}

::-webkit-scrollbar {
    width: 8px;
    height: 10px;
}

::-webkit-scrollbar-thumb {
    background: #555;
}

::-webkit-scrollbar-track {
    background: #ddd;
}

/*头部样式*/
header {
    border-bottom: 1px solid transparent;
    z-index: 999;
}

.header-logo {
    width: 1.5rem;
    height: .2031rem;
    background-image: url(../images/logo.png);
}


nav>ul>li>a {
    font-size: .1146rem;
    padding: .1979rem 0;
    position: relative;
    margin: 0 .2604rem;
    color: #000;
    font-weight: 600;
}

nav>ul>li>a::after {
    content: '';
    display: block;
    width: 0;
    left: 0;
    bottom: 0;
    height: .0156rem;
    opacity: 0;
    border-radius: .0104rem;
    background-color: #A4835C;
    transition: all .3s;
    position: absolute;
}

nav>ul>li>a:hover,
nav>ul>li>a.active {
    color: #A4835C;
}

nav>ul>li>a:hover::after,
nav>ul>li>a.active::after {
    opacity: 1;
    background-color: #A4835C;
    width: 100%;
}


.header-active {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}

.header-active .header-logo {
    background-image: url(../images/logo.png);
}

.header-active .header-line {
    border-left: 2px solid #000;
}

.header-active nav>ul>li>a {
    color: #000;
}

.header-active nav>ul>li>a:hover,
.header-active nav>ul>li>a.active {
    color: #A4835C;
}

.header-active nav>ul>li>a:hover::after,
.header-active nav>ul>li>a.active::after {
    opacity: 1;
    background-color: #A4835C;
    width: 100%;
}


.header-serach-box {
    width: 1.4167rem;
    background-color: #f3f3f3;
    border-radius: .2083rem;
    padding: .0781rem .1198rem;
    transition: all ease-in-out .3s;
}

.header-serach-box input {
    width: 80%;
    font-size: .0833rem;
    line-height: normal;
    color: #171717;
    background-color: transparent;
    border: 1px solid transparent;
}

.header-serach-box input::placeholder {
    color: #b5b5b5;
    font-family: "Urbanist-Regular";
    font-size: .0833rem;
}

.header-search-btn {
    width: .1563rem;
    height: .1563rem;
    border: none;
    cursor: pointer;
    background-color: transparent;
}

.header-search-btn i {
    font-size: .1042rem;
    color: #848484;
}

.header-serach-box:hover {
    border: 1px solid #A4835C;
}

/*首页样式*/
.index-ba {
    margin-top: .1667rem;
}

.banner {
    width: 61.56%;
}

.index-banner .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    bottom: .1563rem;
    left: 0;
}

.index-banner .swiper-pagination .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 1);
    width: .1563rem;
    height: .0417rem;
    border-radius: .0208rem;
    opacity: .5;
    display: block;
    margin: 0 .0521rem;
}

.index-banner .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #A4835C;
    opacity: 1;
}

.index-ba-fy div {
    cursor: pointer;
    width: .3021rem;
    height: .3021rem;
    top: 50%;
    z-index: 9;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #fff;
    color: #000;
    opacity: 0;
}

.index-ba-fy div i {
    font-size: .1042rem;
    line-height: 1;
    font-weight: bold;
}

.index-ba-prev {
    left: .0833rem;
}

.index-ba-next {
    right: .0833rem;
}

.banner:hover .index-ba-fy div {
    opacity: 1;
}

.index-ba-fy div:hover {
    background-color: #A4835C;
    color: #fff;
}

.index-ba-r {
    width: 37.5%;
}

.index-ba-item {
    margin-bottom: .0521rem;
}

.index-ba-item:last-child {
    margin-bottom: 0;
}

.index-ba-item-pic img {
    width: 100%;
}

.index-box {
    margin-top: .5625rem;
}

.index-tit {
    font-size: .2083rem;
    font-weight: 700;
}

.index-box-top {
    margin-bottom: .2604rem;
}

.index-pro-box {
    margin-left: .5677rem;
    width: 31%;
}

.index-pro-tit h4 {
    font-size: .2083rem;
    font-weight: 700;
    margin-bottom: .1458rem;
}

.index-pro-tit p {
    font-size: .1042rem;
    color: #999999;
    font-weight: 300;
}

.index-pro-list {
    margin-top: .4167rem;
    overflow-y: auto;
    max-height: 1.8229rem;
}

.index-pro-item {
    font-size: .1563rem;
    margin-bottom: .2604rem;
    font-weight: 600;
}

.index-pro-item:hover,
.index-pro-item.on {
    color: #9f815d;
}

.index-pro-btn a {
    background: #9f815d;
    color: #fff;
    font-size: .1042rem;
    padding: .0938rem .3438rem;
}

.index-pro-btn a:hover {
    background: #A4835C;
    transform: translateY(.0521rem);
}



.pro-item-tag {
    color: #fff;
    padding: .0208rem;
    background: #A4835C;
    font-size: .0625rem;
    top: .0729rem;
    left: .0729rem;
}

.pro-item-txt {
    margin-top: .1042rem;

}

.pro-item-txt p {
    font-size: .09rem;
    line-height: 1;
    color: #0e0509;
    opacity: 0.6;
}

.pro-item-txt h4 {
    font-size:.11rem;
    font-weight: 700;
    margin-bottom: .0417rem;
    letter-spacing: 1px;
}

.index-new-i:hover .pro-item-txt h4 {
    color: #9f815d;
}

.index-new-bar {
    width: 5.0052rem;

    margin: .3125rem auto 0;
}

.index-new-bar .swiper-pagination {
    position: relative;
    height: .0365rem;
    background: #f4f4f4;
    border-radius: .0208rem;
}

.index-new-bar .swiper-scrollbar-drag {
    background-color: #9f815d;
    opacity: 1;
    height: .0365rem;
    border-radius: .0208rem;
}


.index-new-fy {
    margin-left: .1667rem;
}

.index-new-fy div {
    background-color: transparent;
    border: 1px solid #e8e8e8;
    width: .2604rem;
    height: .2604rem;
    margin: 0 .0417rem;
    cursor: pointer;
}

.index-new-fy div:hover {
    background-color: #9f815d;
    border: 1px solid #9f815d;
}

.index-new-fy div:hover i {
    color: #fff;
}

.index-new-fy div i {
    font-size: .1042rem;
    color: #000;
    line-height: 1;
    cursor: pointer;
}

.index-de-top p {
    width: 35%;
    font-size: .1042rem;
    font-weight: 300;
}

.index-de-con,
.index-de-r {
    align-items: flex-start;
}

.index-de-l {
    width: 37.9%;
    margin-right: .0729rem;
}

.index-de-txt {
    background-color: #9f815d;
    color: #fff;
    padding: .1146rem 0;
    font-size: .1458rem;
    display: none;
}
.index-de-l:hover .index-de-txt,.index-de-item:hover .index-de-txt{
    display: block;
}



.index-de-item:nth-child(1),
.index-de-item:nth-child(2) {
    margin-bottom: .0938rem;
}

.index-de-item:nth-child(1) {
    width: 45.06%
}

.index-de-item:nth-child(2) {
    width: 53.61%
}

.index-de-item:nth-child(3) {
    width: 68.36%;
}

.index-de-item:nth-child(4) {
    width: 30.62%;
}

.index-ce-l {
    border-radius: .2448rem .3385rem .3385rem 0px;
    width: 50.25%;
}

.index-ce-r {
    padding: 0 .6771rem;
}

.index-ce-r>h4 {
    font-size: .2083rem;
    margin-bottom: .1198rem;
}

.index-ce-r>p {
    font-size: .1042rem;
    margin-bottom: .3073rem;
}

.index-ce-item {
    width: 50%;
    margin-bottom: .2604rem;
}

.index-ce-item img {
    width: .2865rem;
    margin: 0 auto;
}

.index-ce-item p {
    text-align: center;
    font-size: .1042rem;
    line-height: 1;
    margin-top: .0521rem;
}

.index-contact-con {
    background-color: #72786b;
}

.index-contact-l-con h4::before {
    content: '';
    width: .5938rem;
    height: .026rem;
    background: #ffffff;
    border-radius: .0156rem;
    display: block;
    margin-bottom: .25rem;
}

.index-contact-l-con h4 {
    color: #ffffff;
    font-size: .2083rem;
    line-height: 1.3;
    margin-bottom: .1875rem;
}

.index-contact-l-con p {
    font-size: .1042rem;
    font-weight: 300;
    margin-bottom: .1719rem;
    color: #fff;
}

.index-contact-l-con p span {
    display: block;
    font-size: .1042rem;
    font-weight: bold;
    color: #fff;
}

.index-contact-l-con a {
    background-color: #fff;
    color: #000;
    font-size: .1042rem;
    padding: .1042rem .1563rem;
    margin-top: .1563rem;
}

.index-contact-l-con a:hover {
    background-color: #9f815d;
    color: #fff;
}


.index-contact-l {
    padding: 0 1.0208rem;
}

.index-contact-r {
    width: 52.43%;
}

.index-one>img {
    width: 8.8021rem;
    margin-left: .3646rem;
}

.index-one-con {
    width: 43%;
    margin-top: .6rem;
    margin-right: .625rem;
}

.index-one-con h4 {
    font-size: .1771rem;
    line-height: 1.3;
    margin-bottom: .2708rem;
    font-weight: 700;
}

.index-one-con p {
    font-size: .0833rem;
    margin-bottom: .0781rem;
}

.index-time {
    margin-bottom: .5625rem;
}

.index-time-txt h4 {
    font-size: .25rem;
    margin-bottom: .3385rem;
    color: #fff;
}

.index-time-txt p {
    font-size: .1667rem;
    font-weight: 300;
    color: #fff;
}

.index-time-txt h3 {
    font-size: .2917rem;
    color: #fff;
    font-weight: 400;
    margin-top: .0781rem;
    margin-bottom: .2344rem;
}

.index-time-txt span {
    font-size: .1667rem;
    font-weight: 300;
    color: #fff;
}

.index-time-txt span::after {
    content: '';
    display: block;
    width: 1.2656rem;
    height: .0417rem;
    background: #ba9b76;
    border-radius: .0208rem;
    margin: 0 auto
}



/*底部*/
footer {
    border-top: 1px solid #e8e8e8;
    background-color: #f8f8f8;
}

.footer-t-con {
    padding: .4167rem 0 .3125rem;
}


.footer-t-l img {
    width: 1.5625rem;
    margin-bottom: .3906rem;
}


.footer-sc a {
    width: .1875rem;
    height: .1875rem;
    margin-right: .1042rem;
    border: 1px solid transparent;
}

.footer-sc a span {
    color: #000;
    font-size: .1042rem;
    line-height: 1;
}

.footer-sc a:hover {
    border: 1px solid #9f815d;
    background-color: #9f815d;
}

.footer-sc a:hover span {
    color: #fff;
}




.footer-t-item h4 {
    font-size: .1042rem;
    margin-bottom: .1406rem;
}

.footer-t-item a {
    font-size: .0833rem;
    margin-bottom: .1354rem;
    line-height: 1;
}

.footer-t-item a:hover {
    color: #000;
    text-decoration: underline;
}




.footer-b {
    margin-bottom: .1771rem;
}


.footer-c {
    border-top: 1px solid #e8e8e8;
    padding: .0938rem 0;
}

.footer-c p {
    font-size: .0729rem;
}

.footer-c p a:hover {
    text-decoration: underline;
}



/*产品页面*/
.index-pro-cate {
    margin: .3646rem 0;
}

.index-pro-cate-list {
    margin-top: .3125rem;
}

.index-pro-cate-list .index-cate-item {
    width: 48%;
    margin-bottom: .2604rem;
}

.index-pro-cate-list .index-cate-item img {
    width: 100%;
}

.index-pro-cate-list .index-cate-item p {
    font-size: .0833rem;
    opacity: 0.8;
    margin-bottom: .1563rem;
}

/*产品列表*/
.pro-top-txt {
    margin-top: 2.3594rem;
    width: 40%;
}

.pro-top-txt h4 {
    color: #fff;
    font-size: .2083rem;
    margin-bottom: .3125rem;
    font-weight: normal;
}

.pro-top-txt p {
    font-size: .1042rem;
    color: #fff;
}

.pro-top-nav {
    background: #fff;
}

.pro-top-nav-item {
    font-size: .13rem;
    line-height: 1;
    padding: .15rem;
}

.pro-top-nav-item.on,
.pro-top-nav-item:hover {
    background: #000;
    color: #fff;
}

.pro-gallery {
    background-color: #e9e9e9;
    padding: .4688rem 0;
}

.pro-gallery-tit h4 {
    font-size: .2344rem;
    font-weight: 700;
    margin-bottom: .1771rem;
}

.pro-gallery-list {
    margin-bottom: .4167rem;
}

.pro-gallery-list>h4 {
    color: #545454;
    font-size:.1563rem;
    margin-bottom: .1667rem;
    font-weight: 400;
}

.pro-gallery-item {
    cursor: pointer;
}

.pro-gallery-ico {
    bottom: .0521rem;
    right: .0521rem;
    width: .2083rem;
    height: .2083rem;
    background-color: rgba(255, 255, 255, 0.6);
    display: none;
}

.pro-gallery-ico i {
    font-weight: bold;
    font-size: .1042rem;
}

.pro-gallery-item:hover .pro-gallery-ico {
    display: flex;
}

.pro-gallery-fy div {
    width: .3021rem;
    height: .3021rem;
    background-color: #fff;
    color: #000;
    font-size: .1042rem;
    top: 50%;
    z-index: 1;
}

.pro-gallery-prev {
    left: -0.1563rem;
}

.pro-gallery-next {
    right: -0.1563rem;
}

.pro-gallery-fy div:hover {
    background-color: #9f815d;
    color: #fff;
}

.pro-main {
    padding: .3646rem 0;
}

.pro-main-tit {
    color: #323232;
    font-size: .1146rem;
    font-weight: 300;
    margin-bottom: .1875rem;
}

.pro-main-item {
    background-color: #fff;
    padding: .0729rem;
    width: 25%;
    margin-bottom: .1563rem;
}

.pro-main-item:hover {
    background-color: rgba(0, 0, 0, 0.03);
}

.pro-main-item-new {
    color: #000;
    font-size: .0729rem;
    padding: .0313rem .0417rem;
    top: .0625rem;
    left: .0625rem;
    background: #fff;
    border-radius: .1042rem;
    line-height: 1;
}

.pro-main-item-view {
    color: #000;
    padding: 0 .0417rem;
    height: .1458rem;
    bottom: .0625rem;
    left: .0625rem;
    background: #fff;
    border-radius: .1042rem;
    cursor: pointer;
    display: none;
    line-height: 1;
}

.pro-main-item-view em {
    margin-right: .026rem;
    font-size: .0729rem;
}

.pro-main-item-view span {
    font-size: .0625rem;
}

.pro-main-item:hover .pro-main-item-view {
    display: block;
}

.pro-main-item-txt {
    padding: .0521rem 0 .0521rem;
}

.pro-main-item-txt a {
    font-size: .0833rem;
    color: #222;
    margin-bottom: .0833rem;
}

/*分页查询样式*/
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination li a,
.pagination li span {
    width: 30px;
    height: 30px;
    margin: 0 8px;
    background-color: #000;
    color: #fff;
    display: flex;
    font-size: 14px;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    line-height: 1;
}

.pagination li.active a,
.pagination li.active span {
    background-color: #999;
}

.pagination li.disabled a,
.pagination li.disabled span {
    background-color: #777;
    cursor: no-drop;
}

.pro-tip {
    color: #ccc;
    font-size: .1563rem;
    margin-top: .2083rem;
}

.pro-main-page {
    margin: .2083rem auto;
}


/*详情样式*/
.pro-show-box{
    margin: 0 5%;
}

.pro-show-top {
    margin: .3125rem 0;
}

.pro-show-top-l {
    width: 40.32%;
}

.pro-show-top-l>p {
    font-size:.0833rem;
    color: #000;
    margin-top:.1563rem;
}

.pro-show-top-r {
    margin-left: .2083rem;
}

.pro-show-prev,
.pro-show-next {
    width: .1927rem;
    height: .1927rem;
    background: #9f815d;
    color: #fff;
    font-size: .0938rem;
}
.pro-show-prev span,
.pro-show-next span{
    font-size: .0938rem;
}


.pro-show-prev{
    margin-right: .0521rem;
}
.pro-show-next{
    margin-left: .0521rem;
}
.product-show-img-thumbs {
    margin-top: .0938rem;
}
.pro-show-next:hover,
.pro-show-prev:hover{ 
    background-color: #000;
}

.swiper-slide-thumb-active {
    border: 2px solid #9f815d;
}

.product-show-img-top {
    width: 100%;
}

.pro-show-top-tit h4 {
    font-size: .1823rem;
    font-weight: 600;
    color: #000;
    line-height: 1.3;
    word-break: break-word;
    padding-bottom: .1563rem;
    border-bottom: 1px solid #cacaca;
    margin-bottom:.1563rem;
    margin-top: .3125rem;
}
.pro-show-txt{
    margin-bottom: .1563rem;
}
.pro-show-txt span{
   font-size: .1146rem;
   color: #878787;
   width: auto;
}
.pro-show-txt em{
    font-size:.1146rem;
    flex: 1;
    padding-left: .0521rem;
    display: block;
}

.pro-show-detail {
    margin-top: .4167rem;
    margin-bottom: .4167rem;
}

.pro-show-detail h4,.pro-show-detail-tit h4{
    font-weight: 700;
    font-size: .1667rem;
    margin-bottom: .3125rem;
}

.pro-show-detail-con {
    min-height: 1rem;
}
.pro-show-detail-con img{
    width: auto;
    max-width: 100%;
    margin: 0 auto .0781rem;
}

.pro-show-case {
    margin-bottom: .4167rem;
    background-color: #f7f7f7;
    padding: .4167rem 0;
}
.pro-show-case-fy div{
    width: 0.3021rem;
    height: 0.3021rem;
    background-color: #fff;
    color: #000;
    font-size: .1042rem;
    top: 50%;
    z-index: 1;
    margin-top: -0.1563rem;
}
.pro-show-case-fy div:hover{
    background-color: #9f815d;
    color: #fff;
}
.pro-show-case-prev {
    left: -0.1563rem;
}

.pro-show-case-next {
    right: -0.1563rem;
}


.pro-show-relate {
    margin-top: .3125rem;
    margin-bottom: .4167rem;
}

.pro-show-relate-list {
    margin-top: .1042rem;
}


.pro-show-ship-tit {
    padding-bottom: .125rem;
}




/*blog*/
.news-page {
    padding: .3646rem 0;
}

.news {
    padding: .3125rem 0;
    min-height: 3.125rem;
    background-color: #e8e8e8;
}

.news-show-con {
    align-items: flex-start;
}

.news-show-con-left {
    width: 30.26%;
}

.news-show-con-right {
    width: 66.62%;
    background-color: #fff;
    padding: 2% 2%;
    min-height: 3.125rem;
}

.news-show-con-right p,
.news-show-con-right h3 {
    margin-bottom: .0781rem;
}

.news-show-tit {
    width: 100%;
    background-color: #fff;
    padding: 5%;
}

.news-show-tit h4 {
    line-height: 1.5;
    font-size: .1979rem;
    font-weight: 700;
    margin-bottom: .1563rem;
}

.news-show-tit p {
    font-size: .1042rem;
    color: #999;
    margin-bottom: .1042rem;
    line-height: 1;
}

.news-show-btn {
    margin: .1042rem auto;
    padding: .0938rem .3646rem;
    color: #000;
    border: 1px solid #000;
}

.news-show-btn:hover {
    border: 1px solid #000;
    color: #fff;
    background-color: #000;
}

/*about*/
.ab1 {
    padding-bottom: .4167rem;
}

.ab1-tit h4 {
    font-size: .2031rem;
    color: #151515;
    margin-bottom: .3125rem;
}

.ab1-txt p {
    line-height: 1.6;
    opacity: 0.8;
    font-size: .0938rem;
    margin-bottom: .5938rem;
}

.ab1-list .ab1-i {

    flex: 1;
}

.ab1-list .ab1-i img {
    width: .5208rem;
    margin: 0 auto .0677rem;
}

.ab1-list .ab1-i p {
    font-size: .0938rem;
    color: #666;
    line-height: 1.3;
}

/*contact*/
.contact-top-con {
    width: 25%;
}

.contact-top-con-tit h4 {
    font-size: .2083rem;
    font-weight: 700;
    margin-bottom: .1042rem;
}

.contact-top-con-tit p {
    font-size: .1042rem;
    color: #212121;
    font-weight: 300;
}

.contact-top-item {
    margin-top: .1667rem;
}

.contact-top-item h4 {
    font-size: .1042rem;
    margin-bottom: .0521rem;
}

.contact-top-item p {
    font-size: .1042rem;
    color: #212121;
    font-weight: 300;
}

.ca1-con-l {
    width: 38.68%;
}

.ca1-con-l h4 {
    font-size: .2083rem;
    font-weight: 700;
    margin-bottom: .224rem;
}

.ca1-con-l p {
    font-size: .0938rem;
    color: #212121;
    font-weight: 300;
}

.ca1-con-l span {
    width: 60%;
    font-size: .1563rem;
    font-weight: 500;
    line-height: 1.3;
    margin: .1979rem 0 .2292rem;
}

.ca1-con-l em {
    font-size: .1458rem;
    font-weight: 300;
    width: 80%;
    line-height: 1.3;
}

.ca1-con-r {
    width: 53.75%;
}


.index-faq {
    padding-bottom: .4167rem;
}

.index-faq-tit h4 {
    font-weight: 700;
    font-size: .2083rem;
}

.index-faq-form {
    margin-top: .2396rem;
    width: 100%;
}

.index-faq-se input,
.index-faq-se textarea {
    border: none;
    resize: none;
    width: 100%;
    display: block;
    font-size: .0938rem;
    color: #000;
}

.index-faq-se {
    border: 1px solid #e5e5e5;
    margin-bottom: .1563rem;
    padding: .1563rem;
    border-radius: .0521rem;
    width: 32.5%;
}

.index-faq-se:last-child {
    width: 100%;
}

.index-faq-se span {
    font-size: .0938rem;
    opacity: 0.7;
    color: #000;
    line-height: 1;
    transition: all ease-out .3s;
}

.index-faq-se textarea {
    height: 1.0417rem;
    line-height: 1.5;
}

.index-faq-se span.on {
    font-size: .0729rem;
    top: .0729rem;
    left: .1563rem;
}

.index-faq-btn {
    color: #fff;
    font-size: .125rem;
    letter-spacing: 1px;
    line-height: 1;
    padding: .1563rem 0;
    cursor: pointer;
    background: #2e2e2e;
    width: 20%;
    border: none;
    display: block;
}

.index-faq-btn:hover {
    color: #fff;
    background-color: #000;
}



/*faq*/
.faq-page {
    padding: .1563rem 0 .4167rem;
}

.faq-list {
    margin-bottom: .3125rem;
}

/*cases*/
.case-top-txt {
    width: 35%;
    margin-top: 2.6042rem;
}

.case-top-txt h4 {
    font-size: .2188rem;
    margin-bottom: .2083rem;
}

.case-top-txt p {
    font-size: .0938rem;
    color: #4e4e4e;
    font-weight: 400;
}

.case {
    padding: .3854rem 0;
}

.case-nav {
    margin-bottom: .4635rem;
}

.case-nav a {
    font-size: .1875rem;
    color: #888888;
    margin-right: .3125rem;
    padding-bottom: .1094rem;
    border-bottom: .026rem solid transparent;
}

.case-nav a:hover,
.case-nav a.on {
    color: #000;
    border-bottom: .026rem solid #9f815d;
}

.cases-item {
    width: 24%;
    margin-bottom: .1042rem;
}

.cases-item p {
    font-size: .1458rem;
    margin-top: .1042rem;
}

.case-show-con {
    padding: .4167rem;
}

.case-show-con-l {
    width: 35%;
    margin-right: .3125rem;
}

.case-show-con-r {
    background-color: #f8f8f8;
    padding: .2083rem;
    font-size: .0938rem;
    line-height: 1.6;
    min-height: 3.125rem;
}

.case-show-top-tit h4 {
    margin-top: .1563rem;
    font-size: .2083rem;
    margin-bottom: .0781rem;
}

.case-show-top-tit p {
    font-size: .1042rem;
}
.case-list{
    margin-bottom: .3125rem;
}