/*技术支持*/
body {
    background-color: #EFF5FF;
}
/* 解决方案列表 */
.support-page-main {
    margin-bottom: 120px;
}
.support-page-main .ct-menu .ct-sub-menu__title {
    background: transparent;
}

/* 广告位 */
.banner-container {
    /*margin-bottom: 96px;*/
}
.banner-container img {
    width: 100%;
}

.sheet-navs-container {
    position: relative;
    z-index: 9;
    height: 180px;
    margin-top: -90px;
    margin-bottom: 80px;
    background: #ffffff;
}
.sheet-navs-container .nav-li {
    width: 33.4%;
    height: 100%;
    font-size: 24px;
    color: #0859C0;
    text-align: center;
    line-height: 180px;
    cursor: pointer;
}
.sheet-navs-container .nav-li.active {
    background: #0859C0;
    color: #ffffff;
}

.sheet-content {
    display: none;
}
.sheet-content.active {
    display: block;
}

.nav-list {
    margin-top: 62px;
}

.module-content__body {
    background: #ffffff;
    min-height: 50vh;
    padding: 30px 45px;
}

table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 20px;
}

table tr {
    box-sizing: border-box;
}
table tr + tr {

}
table tr td {
    height: 44px;
    padding-left: 40px;
    padding-right: 40px;
    background: #F4F4F4;
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    text-align: left;
}
table tr th {
    height: 44px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 24px;
    color: #333333;
    text-align: left;
}
table tr td + td, table tr th + th {
    text-align: center;
}
table tr:hover td:nth-child(1) {
    color: #0859C0;
}
.down-btn {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../../image/layout/down01.png");
}
table tr:hover .down-btn {
    background-image: url("../../image/layout/down11.png");
}

/*规则说明书*/
.module-content__body table {
    
}
.module-content__body table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 20px;
}

.module-content__body table tr {
    box-sizing: border-box;
    border-bottom: 2px dashed #979797;
}
.module-content__body table tr + tr {

}
.module-content__body table tr td {
    height: 44px;
    padding-left: 40px;
    padding-right: 40px;
    background: #ffffff;
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    text-align: left;
    border-bottom: 2px dashed #979797;
    padding-bottom: 20px;
}
.module-content__body table tr th {
    height: 44px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 24px;
    color: #333333;
    text-align: left;
}
.module-content__bodytable tr td + td, table tr th + th {
    text-align: center;
}
.module-content__body table tr:hover td:nth-child(1) {
    color: #0859C0;
}
.down-btnss {
    min-width: 160px;
    height: 48px;
    padding: 0 30px;
    border-radius: 24px;
    border: 1px solid #333333;
    font-size: 24px;
    color: #333333;
    text-align: center;
    line-height: 46px;
    cursor: pointer;
    text-align: center;
}
table tr:hover .down-btnss {
    background: #0859C0;
    border-color: #0859C0;
    color: #FFFFFF;
}
/*配套软件*/
.soft-content-item {
    min-height: 300px;
    background: #ffffff;
    padding: 30px 45px;
    margin-bottom: 40px;
}
.table-title {
    font-size: 24px;
    color: #0859C0;
    text-align: center;
}

/*产品配置视频*/
.video-container .nav-list {
    margin-top: 0;
}
.video-item {
    position: relative;
    width: 31%;
    height: 240px;
    margin-left: 3.4%;
    margin-bottom: 40px;
    background: #3F3F3F;
}
.video-item .title {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 33px;
    text-align: center;
    width: 100%;
    padding: 10px 15px;
}
.video-item:nth-child(3n + 1) {
    margin-left: 0;
}
/*播放按钮*/
.video-item::after {
    content: '';
    display: block;
    position: absolute;
    inset: 0 0 40px;
    margin: auto;
    width: 84px;
    height: 84px;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
}
/*三角形*/
.video-item::before {
    content: '';
    display: block;
    position: absolute;
    inset: 0 0 40px 10px;
    margin: auto;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-left: 30px solid #FFFFFF;
    border-right: 0;
    border-radius: 5px 50% 50% 5px;
    overflow: hidden;
}
