/* 详情 */
.product_detail {
    width: 100%;
    height: 464rem;
    /* background: url("/cache/box/image/18@2x.png"); */
    background-size: cover;
    display: flex;
    justify-content: start;
}

.details_box {
    width: 1400rem;
    margin: 0 auto;
    display: flex;
    justify-content: start;
    /* align-items: center; */
    background: #fff;
}

/* 详情 左 */
.de_b_left {
    /* height: 480rem; */
    width: 726rem;
    margin-left: 70rem;
}

.left_t {
    font-size: 34rem;
    color: #00a1a1;
    font-weight: bold;
    margin-top: 69rem;
}

.left_tt {
    color: #00a1a1;
    font-size: 22rem;
    font-weight: 500;
}

.left_q {
    margin-top: 23rem;
    font-size: 20rem;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.left_q p {
    font-size: 16rem;
    line-height: 2.3;
}
.lxabout {
    margin-top: 30rem;
    height: 24rem;
    font-size: 24rem;
    display: inline-block;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #ffffff;
    width: 240rem;
    height: 64rem;
    background: #00a1a1;
    line-height: 64rem;
    text-align: center;
    border-radius: 10rem 10rem 10rem 10rem;
}
a.lxabout:hover {
    color: #fff;
}
/* 详情 右 */
.de_b_right {
    margin-left: 80rem;
    height: 442rem;
    width: 442rem;
    margin-top: 10rem;
}

.de_b_right img {
    height: 100%;
    width: 100%;
}

.content {
    width: 1400rem;
    margin: 0 auto;
    background: #fff;
    margin-top: 20rem;
}
.solid_t {
    border-bottom: 2rem solid #eeeeee;
}
.title_prod {
    width: 884rem;
    height: 103rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.title_prod > div.tab {
    height: 103rem;
    display: flex;
    align-items: center;
    font-size: 28rem;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #999999;
}
.title_prod > div.active {
    border-bottom: 3rem solid #00a1a1;
}
.tab:hover {
    border-bottom: 3rem solid #00a1a1;
}
.display {
    width: 100%;
    min-height: 30rem;
    overflow-y: auto;
    padding-bottom: 30rem;
}

.display .display_t {
    width: 100%;
    display: none;
}
.display .display_t.display_active {
    display: block;
}
.display_t .text {
    margin: 25rem 80rem 30rem 70rem;
}
.display_t .text p {
    font-size: 16rem;
    line-height: 2.3;
}
table img {
    display: none;
}
.f {
    padding-bottom: 110rem;
    background: #fff;
}
.table_t {
    width: 1400rem;
    margin: 0 auto;
    margin-top: 30rem;
}
.tabl_t {
    width: 100%;
    display: flex;
    justify-content: center;
}
.table_title {
    height: 93rem;
    width: 700rem;
    margin-top: 40rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .table_title > .table_q,
.table_title > .table_h {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */
.table_h {
    width: 700rem;
    line-height: 93rem;
    height: 93rem;
    font-size: 93rem;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    color: #f2f6f6;
    top: 0;
    left: 50%;
}
.table_q {
    width: 193rem;
    height: 93rem;
    font-size: 48rem;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #000000;
    z-index: 100;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}
table tr td,
table tr th {
    text-align: center;
}
.tablediv {
    width: 1336rem;
    margin: 38rem auto;
}
.table_p {
    font: 12rem/1.5 "Microsoft YaHei", Arial, Helvetica, sans-serif;
    border-color: #fff !important;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
    background-color: transparent;
}
.table_p td,
.table_p th,
.table_p tr {
    text-align: center;
    border-color: #e5e5e5 !important;
    border-collapse: collapse;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.table_p th {
    background: #eee;
    height: 76rem;
    line-height: 76rem;
    font-weight: bold;
    font-size: 20rem;
}

.table_p td {
    height: 28rem;
    line-height: 28rem;
    max-width: 205rem;
    padding: 0rem 10rem;
    font-size: 16rem;
}
.foot {
    margin-top: 100rem;
}
.textcenter {
    display: flex;
    justify-content: center;
    align-items: center;
}
.textcenter .textcenterpr {
    text-align: left;
}
