@charset "utf-8";
/* Css Document */

/* 通用部分 */
body {
    background: #f5f5f5;
}

/* 移动端主体部分 */
.mob-container {
    width: 90.625%;
    margin: 0 auto;
}

/* 标题 */
.same-title {
    margin-bottom: .469rem;
}
.same-title-top {
    height: 1.563rem;
    line-height: 1.563rem;
    font-size: .656rem;
    font-weight: bold;
    color: #000;
}
.same-title-bottom {
    border-bottom: 1px solid #000;
    padding-bottom: .313rem;
}
.same-share-icon {
    float: right;
    width: .672rem;
    height: .656rem;
    margin-left: .156rem;
}
.same-share-icon-image a,
.same-share-icon-image img {
    display: block;
    width: 100%;
    height: 100%;
}
.same-share-image {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 105;
    display: none;
    z-index: 20000;
}
.same-share-image:after {
    content: "";
    display: block;
    width: .688rem;
    height: .688rem;
    background: url(/common/share/images/close_v.png) no-repeat center center / 100% 100%;
    position: absolute;
    top: 5%;
    right: 5%;
    z-index: 5;
}
.same-share-image img {
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.share-dy-img img,
.share-dy-img1 img {
    width: 80%;
}
/* 下方图标 */
.same-bottom-icon {
    padding: .625rem 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

/* 二级标题 */
.same-second-title h2 {
    line-height: 2.5;
    font-size: .5rem;
    font-weight: bold;
    color: #0d0d0d;
}
/* 三级标题 */
.same-third-title h3 {
    height: 1.313rem;
    line-height: 1.313rem;
    font-size: .375rem;
    color: #000;
}

/* 相同结构盒子 */
.same-box {
    margin-bottom: .469rem;
}
.same-box p {
    line-height: 1.75;
    font-size: .25rem;
    color: #000;
    margin-bottom: .391rem;
}
.same-image {
    width: 100%;
    height: auto;
}
.same-image img {
    display: block;
    width: 100%;
    height: auto;
}
.same-text {
    width: 100%;
}

/* banner */
.banner {
    padding-top: 70px;
    width: 100%;
    height: auto;
    margin: 0 auto .469rem;
}
.banner img {
    width: 100%;
    height: auto;
}

/* 内涵 */
.bsls-nh {
    padding-bottom: .625rem;
    border-bottom: 1px solid #ccc;
    margin-bottom: .547rem;
}
/* 椭圆形标识的含义 */
.hy-box p {
    line-height: 1.75;
    font-size: .25rem;
    color: #000;
    margin-bottom: .391rem;
}
/* 品牌力量 */
.ppll-box {
    margin-bottom: 0;
}
.ppll-box .same-image:after {
    content: "A 1989 丰田Celsior轿车";
    display: block;
    width: 100%;
    line-height: 3.5;
    font-size: .25rem;
    color: #000;
}

/* 历史 */
.bsls-ls {
    margin-bottom: .938rem;
}
/* 早期标识 */
.zqbs-list {
    width: 100%;
}
.zqbs-list:first-child {
    margin-bottom: .469rem;
}
.zqbs-img {
    float: left;
    width: 25.86%;
}
.zqbs-img img {
    display: block;
    width: 100%;
    height: auto;
}
.zqbs-text {
    float: right;
    width: 68.96%;
}
.zqbs-text p {
    line-height: 1.75;
    font-size: .25rem;
    color: #000;
}