/* 通用搜索部分 */

.hc-serach {
    padding: 20px 0;
}

.hc-search-ctn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

.hc-search-ctn .logo {
    height: 43px;
}

.hc-search-input {
    padding: 0 40px;
    flex: 1;
    text-align: center;
    position: relative;
}

.hc-search-input>input {
    width: 100%;
    height: 38px;
    background: #FFFFFF;
    border: 1px solid #999999;
    border-radius: 19px;
    padding-left: 20px;
}

.hc-search-input>a {
    position: absolute;
    top: 0;
    right: 40px;
}

/*  */

.hc-main {
    padding-top: 20px;
    background: #F6F7F8;
}

.hc-main-ctn {
    display: flex;
    width: 96%;
    max-width: 1200px;
    margin: auto;
}

.hc-main-ctn-l {
    width: 78%;
    padding-right: 19px;
}

.hc-main-block1 {
    display: flex;
    padding: 24px 26px 0;
    background-color: #FFFFFF;
}

.hc-main-block1-img {
    margin-right: 28px;
}

.hc-main-block1-img .tab-pane {
    margin-bottom: 25px;
    /* border: 1px solid #000; */
}

.hc-main-block1-img .tab-pane>img {
    width: 365px;
}

.block1-img-nav {
    margin-bottom: 25px;
}

.block1-img-nav>li {
    width: 110px;
    height: 80px;
    display: inline-block;
    margin-right: 6px;
    opacity: .5;
}

.block1-img-nav>li.active {
    opacity: 1;
}

.block1-img-nav>li>a {
    display: block;
}

.block1-img-nav>li>a>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hc-main-block1-info {
    position: relative;
    padding-right: 10px;
}

.hc-main-block1-info>h2 {
    font-size: 30px;
    font-weight: 400;
    color: #111111;
    margin: 0;
}

.hc-main-block1-info>p {
    font-size: 15px;
    font-weight: 400;
    color: #777777;
    line-height: 28px;
    margin: 20px 0 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    min-height: 80px;
}

.block1-money {
    display: flex;
    align-items: center;
    width: 100%;
    height: 53px;
    background: rgba(36, 104, 242, 0.05);
    padding-left: 24px;
    font-size: 16px;
}

.block1-money>span {
    color: #000;
    margin-right: 40px;
}

.block1-money>p {
    color: #F5592D;
    margin: 0;
    font-weight: bold;
}

.block1-money>p>span {
    font-size: 24px;
}

.block1-buy {
    display: flex;
    margin-top: 40px;
    margin-bottom: 20px;
}

.block1-buy>a {
    display: block;
    width: 140px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 19px;
}

.block1-buy .buy {
    background: #2468F2;
    color: #FFFFFF;
    /* margin-right: 25px; */
    margin-left: 25px;
}

.block1-buy .experience {
    border: 1px solid #B4B6BD;
    color: #333333;
}

/* 产品介绍区 */

.hc-main-block2 {
    margin: 24px 0 0;
}

.isHide{
    display: none !important;
}

.hc-main-block2 .hd {
    background-color: #FFFFFF;
    padding-left: 31px;
    padding-right: 31px;
    margin-bottom: 23px;
    box-shadow: -2px 7px 16px 0px rgba(30, 116, 222, 0.14);
    position: sticky;
    top: 60px;
    z-index: 98;
}

.hc-main-block2 .hd ul {
    /* width: 100%; */
    display: flex;
    justify-content: space-between;
}

.hc-main-block2 .li4-5 ul {
    width: 70%;
}

.hc-main-block2 .hd ul li {
    position: relative;
    /* margin-right: 40px; */
}

.hc-main-block2 .hd ul li.active::after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #2468F2;
    position: absolute;
    bottom: 0;
}

.hc-main-block2 .hd ul li.active a {
    color: #2468F2;
}

.hc-main-block2 .hd ul li a {
    display: block;
    font-size: 16px;
    line-height: 50px;
    color: #333333;
}

.hc-main-block2 .bd {
    padding-top: 9px;
    padding-left: 30px;
    background-color: #FFFFFF;
}

.bd h4 {
    font-size: 16px;
    font-weight: 400;
    color: #111111;
    margin: 0;
}

.bd-ctn {
    padding-left: 40px;
    padding-right: 70px;
    padding-bottom: 1px;
}

/* 购买界面 */
.gmjm{
    /* visibility: hidden; */
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 560px;
    height: 85%;
    background-color: #FFFFFF;
    position: fixed;
    left: 50%;
    transform: translateX(-50%) ;
    margin-top: 100px;
    z-index: 999;
    overflow: auto;
}

.gmjm:nth-child(3){
    width: 100%;
}

.close {
	position: relative;
	width: 24px;
	height: 24px;
    background: white;
    cursor: pointer;
    box-sizing: border-box;
    margin: 10px 10px 0 auto;
}
.close:hover::before, .close:hover::after { 
	background: red;
}
.close:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 25px;
    background: #666666;
    transform: rotate(45deg);
    top: -3px;
    left: 11px;
}
.close:after{
    content: '';
    position: absolute;
    width: 1px;
    height: 25px;
    background: #666666;
    transform: rotate(-45deg);
    top: -3px;
    left: 11px;
}

.gmjm input[type="number"]{
    border: solid 1px rgba(217, 225, 236, 1);
    text-indent: 20px;
}

.gmjm input[type="text"]{
    width: 95%;
    border: solid 1px rgba(217, 225, 236, 1);
    text-indent: 20px;
}

.title1_gmjm{
    margin-top: 30px;
    font-size: 20px;
    color: #333333FF;
    font-family: Arial Negreta;
    font-weight: 700;
    text-align: left;
    width: 100%;
    padding-left: 20px;
}
.title2_gmjm{
    margin: 0;
    margin-top: 20px;
    font-size: 18px;
    color: #333333FF;
    font-family: "Microsoft YaHei";
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    background-color: #F7F8FAFF;
    border: solid 1px #E2E4E8FF;
    padding-left: 20px;
}

.title-total{
    margin: 0;
    margin-top: 20px;
    font-size: 16px;
    color: #333333FF;
    font-family: "Microsoft YaHei";
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
}

.title3_gmjm{
    margin-top: 25px;
    font-size: 14px;
    color: #333333FF;
    font-family: Arial Normal;
    font-weight: 400;
}

.gg{
    border: solid 1px #E2E4E8FF;
    padding: 0 0 0 20px;
}

.title3_div{
    margin-top: 25px;
}

#allSelectList{
    margin-bottom: 30px;
}

#totalPrice{
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 700;
    color: rgba(255, 87, 51, 1);
}

.xinxi{
    /* padding-bottom: 35px; */
    /* border-bottom: solid 1px #aaaaaa; */
    margin-bottom: 20px;
}

.selectList{
    display: flex;
    flex-direction: row;
}
.selectList>div{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 35px;
    margin-right: 10px;
    border: solid 1px #0066CCFF;
    border-radius: 3px;
    cursor: pointer;
}

.selectList>div>span{
    font-size: 14px;
    font-weight: 400;
    color: rgba(96, 96, 96, 1);
}

.selectList>div:hover{
    background-color: rgba(0, 102, 204, 0.05);
}

.selectList>div:hover .selectList>div>span{
    color: rgba(0, 102, 204, 1) !important;
}

.selected{
    background-color:rgba(0, 102, 204, 0.05);
}

.selected>span{
    color: rgba(0, 102, 204, 1) !important;
}

.list_show{
    display: flex;
}

.list_hide{
    display: none;
}

.qy{
    border: solid 1px #E2E4E8FF;
    padding: 0 0 0 20px;
}

.qy div{
    margin-top: 20px;
}

#lxdh{
    margin-bottom: 30px;
}

.ydxy{
    margin-top: 20px;
    margin-bottom: 15px;
}

input[type="button"]{
    width: 88px;
    height: 36px;
    margin-bottom: 30px;
}

.cancel{
    background-color: rgba(242, 243, 245, 1);
    /* border: solid 1px #004baa !important; */
    color: #333333;
}

.doOrder{
    background-color: rgba(0, 102, 204, 1);
    color: #FFFFFF;
    margin-left: 10px;
}

.cover_gmjm {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .1);
    z-index: 99;
    display: none;
}


/* 通用 */
.mainConmon {
    padding-bottom: 25px;
}

.mainConmon p {
    margin-bottom: 20px;
    line-height: 30px;
}

.mainConmon img {
    max-width: 100%;
}

.mainConmon>h4 {
    margin-bottom: 20px;
}

/* 产品概述 */

.overview p:first-child {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    padding: 33px 33px 24px 23px;
    background-color: #F6F7F8;
}

/* 产品架构 */

.framework img {
    /* width: 100%; */
}

/* 产品功能 */

.function>h4 {
    margin-top: 45px;
}

.function ul {
    padding-top: 32px;
    padding-bottom: 32px;
}

.function ul li {
    font-size: 14px;
    margin-bottom: 22px;
}

.function ul li span {
    margin-left: 2px;
    color: #333333;
}

.function ul li p {
    color: #777777;
    margin: 6px 0 0;
}

/* 产品优势 */

.advantage {
    display: flex;
    /* justify-content: center; */
    flex-wrap: wrap;
    padding-top: 32px;
    padding-bottom: 32px;
}

.advantage li {
    margin-bottom: 10px;
    padding: 0 10px;
}

.advantage-item {
    position: relative;
}

.advantage-item>img {
    /* width: 100%; */
}

.advantage-item-text {
    position: absolute;
    top: 26px;
    left: 0px;
}

.advantage-item-text>h5 {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #2468F2;
    margin: 0;
    margin-bottom: 25px;
}

.advantage-item-text>p {
    font-size: 14px;
    font-weight: 400;
    color: #777777;
    margin: 0;
    padding: 0 22px;
}

/* 规格报价 */
.hc-table {
    width: 100%;
}

.hc-table th,
.hc-table td {
    width: 25%;
    text-align: center;
}

.hc-table th {
    line-height: 40px;
    background: #EFF4FE;
    color: #666666;
    font-weight: 400;
}

.hc-table td {
    border-bottom: 1px solid #E7E7E7;
    color: #333;
    padding: 10px 0;
}



/* 右侧 */

.hc-main-ctn-r {
    width: 22%;
}

/* 产品咨询 */

.consultation {
    display: none;
    position: relative;
    background-color: #FFFFFF;
}

.consultation>img {
    width: 100%;
}

.consultation ul {
    width: 100%;
    position: absolute;
    top: 0;
    padding: 25px 18px 0;
}

.consultation ul li {
    display: flex;
    font-size: 12px;
    color: #666;
    margin-bottom: 16px;
}

.consultation ul li span {
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.consultation ul li span:first-child {
    flex: 0 0 70px;
    color: #999999;
}

.consultation-text {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 46px;
}

.consultation-text span {
    margin-left: 8px;
    font-size: 18px;
    font-weight: 400;
    color: #2468F2;
}

/* 推荐 */

.recommend {
    /* margin-top: 24px; */
    background-color: #FFFFFF;
}

.recommend-title {
    padding-left: 20px;
    border-bottom: 1px solid #E3E3E3;
}

.recommend-title span {
    line-height: 46px;
    font-size: 16px;
    color: #777777;
}

.recommend-title span:first-child {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    color: #F5592D;
    margin-right: 20px;
}

.recommend-title span:first-child::after {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #F5592D;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -14px;
    margin: auto;
}

.recommend ul {
    padding: 20px 28px 0;
}

.recommend ul img {
    width: 100%;
}

.recommend ul li {
    padding-bottom: 18px;
}

.recommend-item {
    display: block;
}

.recommend-item>p {
    font-size: 16px;
    color: #777777;
    margin: 15px 0 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.recommend-item span {
    font-size: 14px;
    color: #F5592D;
}

.recommend-item span span {
    font-size: 18px;
}

@media (max-width:1200px) {

    .hc-main-block1-img .tab-pane>img {
        width: 300px;
    }
}

@media (max-width:992px) {
    .hc-main-ctn {
        width: 100%;
        flex-direction: column;
    }

    .hc-main-ctn-l {
        width: 100%;
        padding: 0;
    }

    .hc-main-ctn-r {
        width: 100%;
    }

    .recommend ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .recommend ul li {
        width: 22.5%;
    }

    .hc-main-block2 .bd {
        margin-bottom: 40px;
    }

    .consultation {
        overflow: hidden;
    }

    .consultation>img {
        width: initial;
        margin-top: -60px;
    }

    .consultation-text {
        width: auto;
        position: absolute;
        bottom: 5px;
        left: 18px;
    }
}

@media (max-width:750px) {
    .hc-main-block2 .hd {
        padding-left: 10px;
        padding-right: 10px
    }

    .hc-main-block2 .hd ul {
        width: 100%;
        flex-wrap: wrap;
    }

    /* 解决换行后两端对齐 */
    .hc-main-block2 .hd ul.ul7::after {
        content: '';
        width: 60%;
    }

    .hc-main-block2 .hd ul.ul8::after {
        content: '';
        width: 40%;
    }

    .hc-main-block2 .hd ul li a {
        font-size: 12px;
        min-width: 64px;
        text-align: center;
    }

    .hc-main-block2 .bd {
        padding-left: 20px
    }

    .bd-ctn {
        padding: 0 30px 0 10px;
    }

    .hc-main-block1 {
        flex-direction: column;
    }

    .hc-search-ctn {
        position: relative;
        padding-bottom: 70px;
    }

    .hc-search-input {
        width: 100%;
        position: absolute;
        bottom: 10px;
        padding: 0;
    }

    .hc-search-input>a {
        right: 0;
    }

    .recommend ul li {
        width: 48%;
    }

    .product-anchor {
        top: -165px;
    }
}

@media (max-width:640px) {
    .recommend ul li {
        width: 48%;
    }

    .advantage {
        justify-content: center;
    }

    .hc-table th,
    .hc-table td {
        font-size: 12px;
    }
}