@charset "utf-8";

/* 终端机型  页面样式 */

.terminal {
    padding: 50px 100px;
    margin-top: 56px;
    margin-bottom: 0;
    border-radius: 20px;
}

.terminal_title {
    border-left: 2px solid #ff7e0b;
    padding-left: 10px;
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    margin-bottom: 20px;
}

.terminal_type {
    padding: 15px 0;
    border-bottom: 1px solid #e1e1e1;
    font-size: 14px;
    color: #000;
    line-height: 30px;
}

.terminal_type_title {
    float: left;
    width: 80px;
}

.terminal_type_box {
    float: left;
    width: 744px;
}

.terminal_type_box a {
    display: inline-block;
    margin-right: 20px;
    color: #000;
}

.terminal_type_box a:hover {
    text-decoration: underline;
    color: #666;
}

.terminal_type_box a.active {
    color: #ff7e0b;
}

/* 终端列表 */

.terminal_box {
    padding: 40px 0 10px;
    margin: 0 -8px;
}

.terminal_item_wrap {
    float: left;
    width: 193px;
    padding: 0 9px 40px;
}

.terminal_item {
    display: block;
    border: 1px solid #d6d6d6;
    cursor: pointer;
    box-shadow: 0 10px 12px -5px rgba(0, 0, 0, .4);
}

.terminal_item:hover {
    border-color: #ff850f;
}

.terminal_item:hover .item_info_box {
    background: #ffba53;
}

.item_img_box {
    height: 164px;
    overflow: hidden;
    background: #fff;
}

.item_img_box img {
    width: 100%;
    height: auto;
}

.item_info_box {
    height: 38px;
    padding: 6px;
    text-align: center;
    background: #eee;
}

.item_info_box h4 {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #000;
}

.item_info_box p {
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #707070;
}