/*头部样式*/
.bannerList{
    background-image: url('https://www.dgylec.com/static/web/images/Solution.jpg');
}
.bannerList .bannerList-bac{
    background-color: #1e192745;
}

/*主体*/

.resultBox .resultTableBox {
    overflow: hidden;
}
.resultBox .resultTableBox {
    border-radius: 3px;
}

.resultBox .scrollBox {
    padding-bottom: 0;
    max-height: 730px;
    position: relative;
}
.resultBox .scrollBox {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: auto;
    padding-bottom: 40px;
}

.resultBox .resultTable {
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow-x: auto;
}
.resultBox .scrollBox.dragscroll table {
    cursor: move;
}
.resultBox table {
    width: 100%;
    border-collapse: collapse;
    -webkit-box-shadow: 0px 3px 12px 0px rgba(82, 82, 82, 0.09);
    box-shadow: 0px 3px 12px 0px rgba(82, 82, 82, 0.09);
}

.resultBox .resultTable > thead {
    position: sticky;
    top: 0;
    z-index: 11;
}

.resultBox .resultTable > thead > tr > th:first-child, .resultBox .resultTable > thead > tr > th:nth-child(2) {
    text-align: center;
}
.resultBox .resultTable > thead > tr > th:first-child {
    padding-left: 40px;
    padding-right: 23px;
}
.resultBox .resultTable > thead > tr > th {
    padding: 27.5px 17px 27.5px 17px;
}
.resultBox table th:first-child {
    padding-left: 50px;
}
.resultBox table th {
    color: #ffffff;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 1.53px;
    background-color: #2883dd;
    position: relative;
    padding: 27.5px 30px;
}
.resultBox table th, .resultBox table td {
    text-align: left;
    vertical-align: middle;
}

.resultBox table th:not(:last-child):after {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    background-color: #43a2d1;
    width: 1px;
    height: 34px;
}

.resultBox table th.text-center, .resultBox table td.text-center {
    text-align: center;
}

.resultBox .resultTable > tbody > tr > td:not(.link) {
    font-family: "Noto Sans TC";
}
.resultBox .resultTable > tbody > tr > td:first-child, .resultBox .resultTable > tbody > tr > td:nth-child(2) {
    text-align: center;
}
.resultBox .resultTable > tbody > tr > td:first-child {
    padding-left: 40px;
    padding-right: 23px;
}
.resultBox .resultTable > tbody > tr > td {
    font-size: 16px;
    letter-spacing: 0.08px;
    padding: 17.5px 17px 19.5px 17px;
}
.resultBox table td:not(.link) {
    font-family: "Outfit", sans-serif, "Noto Sans TC";
}
.resultBox table td:first-child {
    padding-left: 50px;
}
.resultBox table .td {
    color: #424242;
    font-size: 17px;
    letter-spacing: 1.02px;
    background-color: #f5f5f5;
    padding: 40px 30px;
    position: relative;
}
.resultBox .product_inquiry{
    /*background-color: #52b2e1;*/
    border: 1px solid #2883dd;
    padding: 10px;
    color: #2883dd;
}
.resultBox .product_inquiry:hover{
    border-color: #ba0c2f;
    color: #ba0c2f;
}
.resultBox .product_inquiry:hover a{
    color: #ba0c2f;
}
.resultBox table th, .resultBox table td {
    text-align: left;
    vertical-align: middle;
}


.resultBox table td:first-child:after {
    left: 30px;
    width: calc(100% - 30px);
}

.resultBox table td.link a {
    color: #0175ae;
    font-size: 16px;
    display: block;
    text-align: center;
}


.icon_file {
    color: #2883dd;
    width: 16px;
    height: 20px;
}
.resultBox table td.link a svg {
    color: #0175ae;
}
.resultBox table td.link a svg.icon_file {
    vertical-align: -4px;
}

.featureList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
}

.featureList li {
    padding: 0 15px;
    position: relative;
    white-space: normal;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.featureList li .icon img {
    margin: 0 auto;
    max-width: 45px;
}

.resultBox table td h2, .resultBox table td h3, .resultBox table td h4 {
    font-weight: normal;
}

.featureList li .title {
    color: #0175ae;
    font-size: 15px;
    letter-spacing: 0.35px;
    text-align: center;
    padding-top: 10px;
}

.featureList li .intro {
    font-size: 15px;
    margin-top: 3px;
    text-align: center;
}

.featureList li:not(:last-child):after {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    width: 1px;
    height: 16px;
    background-color: #dedede;
}






.mainArea {
    padding: 65px 0 80px;
}
@media (max-width: 768px) {
    .mainArea {
        padding: 50px 0 70px;
    }
}

.mainArea .contentBox {
    clear: both;
}

.solutionList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -16.5px;
}
@media (max-width: 992px) {
    .solutionList {
        margin: 0 -13px;
    }
}
@media (max-width: 480px) {
    .solutionList {
        margin: 0;
    }
}

.solutionList .solutionItem {
    width: 33.33%;
    padding: 0 16.5px 53px;
}
@media (max-width: 992px) {
    .solutionList .solutionItem {
        width: 50%;
        padding: 0 13px 40px;
    }
}
@media (max-width: 480px) {
    .solutionList .solutionItem {
        width: 100%;
        padding: 0 0 40px;
    }
}

.solutionList .item {
    height: 100%;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 1px 13px 0px rgba(194, 194, 194, 0.2);
    box-shadow: 0px 1px 13px 0px rgba(194, 194, 194, 0.2);
    border-radius: 3px;
    overflow: hidden;
}

.imh_detail {
    overflow: hidden;
    position: relative;
    line-height: 1;
}

.imh_detail:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    background-color: rgba(41, 108, 175, 0.7);
    opacity: 0;
    pointer-events: none;
    z-index: 2;
}

.solutionList .item a {
    display: block;
}

.solutionList .item .Img img {
    width: 100%;
}

.solutionList .item .Txt {
    padding: 20px 20px 24px;
}
@media (max-width: 480px) {
    .solutionList .item .Txt {
        padding: 17px 15px;
    }
}

.solutionList .item .Txt .title {
    color: #303030;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 0.84px;
    line-height: 1.38;
    text-align: center;
}
@media (max-width: 600px) {
    .solutionList .item .Txt .title {
        font-size: 18px;
        letter-spacing: 0.72px;
    }
}

.solutionList .item a {
    display: block;
}
.solutionList .item .Txt .title a {
    color: #303030;
}














