@charset "utf-8";
/* 终端机型详情页面样式 */

.terminal {
    padding: 50px 110px;
    margin-top: 40px;
    margin-bottom: 0;
    border-radius: 20px;
}

.terminal_box {
    padding-top: 40px;
}

#terminal_content{
    word-wrap: break-word;
}

#terminal_content img{
    max-width: 100%;
}

.terminal_left {
    width: 310px;
}

.terminal_img_box {
    height: 306px;
    border: 1px solid #e8e8e8;
    overflow: hidden;
    line-height: 306px;
}

.terminal_img_box img {
    width: 100%;
    vertical-align: middle;
}

.terminal_list {
    padding-top: 6px;
    height: 58px;
}

.terminal_ul {
    width: 300px
}

.terminal_list_btn {
    display: block;
    width: 26px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.terminal_list_btn:hover {
    background: #f5f5f5;
}

.terminal_list_box {
    width: 258px;
    height: 60px;
    overflow: hidden;
}

.terminal_li {
    float: left;
    width: 50px;
    height: 56px;
    line-height: 56px;
    margin-right: 14px;
    border: 2px solid #e8e8e8;
    overflow: hidden;
    cursor: pointer;
}

.terminal_li.active {
    border-color: #ffa700;
}

.terminal_li img {
    width: 100%;
    vertical-align: middle;
}

.terminal_right {
    width: 350px;
    padding-left: 24px;
}

.terminal_right h3 {
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    border-bottom: 1px solid #e8e8e8;
}

.terminal_intro {
    padding: 15px 0;
    font-size: 12px;
    line-height: 18px;
}

.terminal_intro span, .data_item_box span {
    color: #626262;
}

.terminal_data {
    padding: 10px 0 30px;
    border-bottom: 1px solid #e8e8e8;
}

.data_item_box {
    padding: 5px 0;
    line-height: 20px;
    font-size: 12px;
}

.w_50 {
    width: 50%;
}

.w_30 {
    width: 30%;
}

.w_70 {
    width: 70%;
}

.kefu_btn {
    display: block;
    height: 26px;
    margin-top: 20px;
    line-height: 26px;
    font-size: 13px;
}

/* 产品详情、规格参数 */

.terminal_tab {
    padding-top: 46px;
}

.tab_header {
    height: 34px;
    line-height: 34px;
    border-bottom: 1px solid #e8e8e8;
}

.tab_header_item {
    float: left;
    width: 96px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border: 1px solid #e8e8e8;
    border-bottom: none;
    color: #4d4d4d;
    cursor: pointer;
    font-size: 14px;
}

.tab_header_item.active {
    background: #ffba53;
    color: #fff;
    border-color: #ffba53;
}

.tab_body_item {
    display: none;
    padding: 20px 0;
}

.tab_body_item.active {
    display: block;
}

.tab_body_item h4 {
    padding-bottom: 20px;
    font-size: 15px;
}

.tab_body_item_row {
    padding: 5px 0;
    font-size: 13px;
    color: #7d7d7d;
}