﻿.m-aboutus {
    border-top: 1px solid #e1e1e1;
}

.m-aboutus .heading {
    padding-left: .8rem;
    line-height: 3rem;
    font-size: 1.2rem;
}

.m-aboutus ul {}

.m-aboutus ul li {
    border-bottom: 1px solid #e1e1e1;
    ;
    line-height: 3rem;
    font-size: 1rem;
    padding-left: 1rem;
}

.m-aboutus ul li .dot {
    width: .6rem;
    height: .6rem;
    background-color: #be161d;
    float: left;
    margin-top: 1.2rem;
    margin-left: .2rem;
    margin-right: .6rem;
    border-radius: .3rem;
}

.m-aboutus ul li:before {
    border-color: #be161d #be161d transparent transparent;
}

.m-aboutus ul li:after {
    border-color: #fff #fff transparent transparent;
}

.m-contact {
    line-height: 2rem;
}

.m-contact .img {
    width: 10rem;
    height: 10rem;
    margin: 2rem auto;
}

.m-contact .img img {
    width: 10rem;
    height: 10rem;
    border-radius: 5rem;
}

.m-contact .name {
    font-size: 1rem;
}

.m-contact .phone {
    font-size: .8rem;
}

.m-contact .address {
    font-size: .8rem;
    line-height: 1.2rem;
}

.mob_join {
    line-height: 2rem;
}

.mob_join .mob_name {
    font-size: 1rem;
}

.mob_join .mob_sm {
    font-size: .8rem;
}

.mob_join .mob_info {
    font-size: .8rem;
}

.mob_join .mob_info .img {
    width: 1rem;
    height: 1rem;
    margin-right: .4rem;
    margin-top: .2rem;
    float: left;
}

.mob_join .mob_info .img img {
    width: 1rem;
    height: 1rem;
}


.m-infos {
    border-top: 1px solid #e1e1e1;
}

.m-infos .heading {
    padding-left: .8rem;
    line-height: 3rem;
    font-size: 1.2rem;
}

.m-infos ul {
    padding: 0 .8rem;
    justify-content: space-between;
    display: flex;
    margin-bottom: 1rem;
}

.m-infos ul li {
    border: 1px solid #e1e1e1;
    line-height: 3rem;
    font-size: 1rem;
    padding: 0 .8rem;
}

.m-infos ul li:hover {
    border: 1px solid #be161d;
    color: #be161d;
}

.m-case-info {}

.m-case-info .top {
    background: url(/mob/img/casearticle_top_bg.jpg) no-repeat scroll center center / cover;
    color: #fff;
    height: 11rem;
    text-align: center;
}

.m-case-info .top dt {
    font-size: 1.4rem;
    padding: 1rem 0 .6rem;
    line-height: 3rem;
}

.m-case-info .top dd p {
    display: inline-block;
    font-size: 1rem;
    line-height: 2.4rem;
    text-align: left;
    width: 11rem;
}

.m-case-info .sjs-info {
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    height: auto;
    overflow: auto;
    margin: 1rem 0;
    padding: .6rem 1rem;
}

.m-case-info .sjs-info .pic {
    border-radius: 50%;
    height: 5rem;
    overflow: hidden;
    width: 5rem;
    background-color: #be161d;
    float: left;
    margin-right: 1rem;
}

.m-case-info .sjs-info .pic img {
    border-radius: 50%;
    width: 5rem;
    height: 5rem;
}

.m-case-info .sjs-info .name {
    line-height: 5rem;
    float: left;
    width: 10rem;
}

.m-case-info .sjs-info .btns {
    float: right;
    width: 5rem;
    height: 2rem;
    background: #ff5644;
    border-radius: 3px;
    color: #fff;
    line-height: 2rem;
    padding: 0 .2rem;
    text-align: center;
    font-size: .8rem;
    margin-top: 1.5rem;
}

.m-case-info .m-content{
    margin: .8rem 1rem 6rem;
}
.m-case-info .m-content img{width:100%;height: auto;overflow: auto;}

.m-offers{}