table,
table tr th,
table tr td {
    border: 1px solid #F2F3F9;
}

table {
    width: 200px;
    min-height: 25px;
    line-height: 25px;
    text-align: center;
    border-collapse: collapse;
}


table tr:nth-child(odd) {

    background: #F8F9FB;

}


/*利用:after伪元素*/
.clearUl:after {
    content: "";
    /* display: block;  */
    clear: both;
}

.hw-banner {
    height: 540px;
    background: url(../images/banner_hardware.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}

.banner-box {
    width: 1200px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.banner-box .hw-text {
    width: 600px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

.hw-text h1 {
    font-size: 54px;
    font-weight: bold;
    color: #19293A;
    padding: 20px;
    display: block;
}

.hw-text span {
    font-size: 18px;
    padding: 15px;
    color: #303133;
    /* margin-bottom: 40px; */
    display: block;
}

.hw_psd {
    width: 540px;
    height: 450px;
    background: url(../images/hw_psd.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    /* top: 50%; */
    bottom: 0;
    right: 0;
    /* transform: translate(0, -50%); */
}

.hw-banner::after {
    content: "HARDWARE";
    color: #fff;
    opacity: .2;
    font-size: 60px;
    font-weight: bold;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hw-content {
    width: 100%;
    min-height: 600px;
    background-color: #FFFFFF;
    padding: 60px 0;
    display: inline-flex;
}

.hw-container {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.hw-screen {
    width: 1200px;
    background-color: #FFFFFF;
    border-top: 1px solid #FF4C15;
    /* position: relative; */
    z-index: 1;
}

.hw-screen .screen-title {
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
    position: relative;
    display: none;
}

.hw-screen .screen-title::after {
    content: "HARDWARE";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 24px;
    opacity: 0.1;
    color: #fff;
}

.hw-list {
    width: 1200px;
    display: flex;
}

.hw-list li {
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-size: 15px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hw-list li::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #FF4C15;
    width: 0;
    height: 2px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.hw-list li:hover {
    background-color: #ffede7;
    opacity: 1;
}

.hw-list li:hover:before {
    width: 100%;
}

.hw-list li a {
    width: auto;
}

.hw-list .active {
    font-size: 16px;
    font-weight: bold;
    background: linear-gradient(81deg, #FF5C10 -12%, #FF3838 50%, #9E3DFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    z-index: 0;
}

.hw-list .active::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background: linear-gradient(84deg, #FF5C10 -12%, #FF3838 50%, #9E3DFF 100%);
    width: 100%;
    height: 2px;
}

.hw-list .active:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -40px;
    transform: translate(0, -50%);
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-left: 20px solid #303740;
    border-bottom: 20px solid transparent;
    display: none;
}

.hw-description {
    width: 100%;
    /* border-top: 2px solid #FF4C15; */
}

.hw-img {
    width: 100%;
}

.hw-img img {
    width: 100%;
    display: block;
}

.hw-description .hw-title {
    font-size: 24px;
    font-weight: bold;
    color: #303133;
    /* line-height: 0px; */
    position: relative;
}

.hw-description .hw-titles {
    font-size: 20px;
    font-weight: bold;
    color: #303133;
    line-height: 50px;
    position: relative;
}

.function-module .hw-title::after {
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translate(0, -50%);
    width: 5px;
    height: 30px;
    background-color: #FF4C15;
}

.hw-description .hw-text {
    font-size: 15px;
    color: #606266;
}

.function-module {
    background-color: #FFFFFF;
    border: 1px solid #f2f3f9;
    margin-top: 30px;
    padding: 20px;
    /* border-radius: 10px; */
}

.function-module .hw-title {
    line-height: normal;
    margin-bottom: 20px;
    font-size: 18px;
    position: relative;
}

.function-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.function-list li {
    margin: 10px 20px;
    text-align: center;
    max-width: 100px;
}

.hw-icon {
    width: 100px;
    height: 100px;
    /* border: 2px solid #434c58; */
    border-radius: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.hw-icon img {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.hw-icon:hover>img {
    transform: rotateY(180deg);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.product-feature li {
    color: #606266;
    font-size: 14px;
    padding: 10px 10px 10px 40px;
    background-color: #FFFFFF;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.product-feature li::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(0, -50%);
    width: 10px;
    height: 10px;
    background-color: #FFFFFF;
    border: 5px solid #FF4C15;
    border-radius: 20px;
}

.product-feature li:nth-child(2n) {
    background-color: #F8F9FB;
}

.product-feature li:hover {
    /* background-color: #FF4C15; */
    color: #FFFFFF;
    background: linear-gradient(45deg, #FF4C15 0%, #FF8863 100%);
    opacity: 1;
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    /*兼容-webkit-引擎浏览器*/
    -moz-transform: scale(1.05);
    /*兼容-moz-引擎浏览器*/
    z-index: 9;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.product-feature li:hover>.product-feature li::before {
    background-color: #FF4C15;
    border: 5px solid #FFFFFF;
}

.parameter-info {
    width: 100%;
    margin-top: 20px;
}

.parameter-info:first-child {
    margin-top: 0;
}

.parameter-info tr th {
    background-color: #F2F3F9;
    font-size: 16px;
    font-weight: bold;
    color: #303133;
    padding: 10px 0;
}

.parameter-info tr td {
    padding: 8px 10px;
    color: #303133;
    font-size: 14px;
}


.contents-checked {
    z-index: 1;
    opacity: 1;
    visibility: visible;
}

.mobile-hardware {
    display: none;
}


@media screen and (min-width:992px) and (max-width: 1260px) {
    .hw-container {
        width: 100%;
        padding: 0 30px;
    }
}

@media screen and (min-width:768px) and (max-width: 992px) {
    .hw-container {
        width: 100%;
        padding: 0 30px;
    }
}

@media screen and (max-width:768px) {
    .hw-content {
        padding-top: 40px;
    }

    .hw-container {
        width: 100%;
        padding: 0 20px;
    }

    .hw-screen,
    .hw-description {
        float: none;
    }

    /* 硬件描述 */
    .hw-banner {
        height: 350px;
        background: url(../images/mobile/m_hardware.jpg) no-repeat center center;
        background-size: cover;
    }

    .banner-box {
        width: 100%;
    }

    .banner-box .hw-text {
        width: 40%;
    }

    .hw-text h1 {
        font-size: 24px;
        color: #303133;
    }

    .hw-text span {
        font-size: 16px;
        /* padding: 10px; */
        display: none;
    }

    .hw_psd {
        display: none;
    }


    /* 手机适配显示硬件信息 */
    .hw-content {
        display: none;
    }

    .mobile-hardware {
        display: block;
        background-color: #F2F3F9;
        padding-bottom: 7px;
    }

    .mobile-hardware .hw-screen {
        position: relative !important;
        top: 0 !important;
        width: 100%;
        overflow: auto;
    }

    .hw-list {
        width: max-content;
    }
    
    .hw-list li {
        width: auto;
        padding: 0 20px;
        height: 60px;
        line-height: 60px;
    }

    .hw-description {
        width: 100%;
    }

    .mobile-hardware .hw-title {
        height: 60px;
        line-height: 60px;
        font-size: 18px;
        font-weight: bold;
        color: #303133;
        padding-left: 20px;
        text-align: left;
        border-left: 3px solid #FF4C15;
        background-color: #FFFFFF;
        position: relative;
    }

    .mobile-hardware .hw-title::after {
        content: "";
        width: 5px;
        height: 60px;
        position: absolute;
        top: -1px;
        left: 1px;
        display: none;
    }

    .mobile-hardware .hw-title::before {
        content: "HARDWARE";
        font-size: 24px;
        color: #ff6333;
        opacity: .1;
        font-weight: bold;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translate(0, -50%);
    }

    .hardware-content {
        width: calc(100% - 28px);
        margin: 20px 14px;
    }

    .liname {
        background-color: #FFFFFF;
        height: 50px;
        color: #303133;
        font-size: 15px;
        font-weight: bold;
        padding: 0 14px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .child_menu {
        background-color: #292e35;
        display: none;
    }

    .hw-description {
        background-color: #F8F9FB;
        padding: 14px;
    }

    .function-module .hw-titles {
        font-size: 16px;
        position: relative;
        padding: 0 15px;
    }

    .function-module .hw-titles::after {
        content: "";
        width: 3px;
        height: 24px;
        background-color: #FF4C15;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate(0, -50%);
    }

    .function-module {
        background-color: transparent;
        margin-top: 20px;
        padding: 0;
        padding-bottom: 20px;
        /* border-bottom: 4px solid #f2f3f9; */
        border: none;
    }

    .function-module:last-child {
        padding-bottom: 0;
        border-bottom: none;
    }

    .function-list li {
        margin: 7px;
    }

    .hw-icon {
        width: 75px;
        height: 75px;
        /* border: 1px solid #434c58; */
    }

    .hw-icon img {
        width: 75%;
    }

    .function-list li {
        max-width: 75px;
    }

    .function-list .hw-text {
        font-size: 12px;
    }

    .parameter-info tr th {
        font-size: 15px;
    }

    .parameter-info tr td {
        font-size: 13px;
    }
}