* {
    padding: 0;
    margin: 0;
}

.graphicDetails {
    display: grid;
    width: 100%;
    height: 100%;
    position: relative;
    /* grid-template-rows: 80px auto 110px; */
    /* grid-template-columns: calc(50% - 600px) 1200px calc(50% - 600px); */
}

.w {
    grid-column: 2;
    /* background: red; */
}

/* 导航头 */
.topNav {
    display: grid;
    line-height: 80px;
    width: 100%;
    grid-template-columns: calc(50% - 600px) 1200px calc(50% - 600px);
    background: #FFFFFF;
    box-shadow: 0px 4px 8px 0px #F8F8F8;
    position: fixed;
    z-index: 10;
}
.twoCrumbs div{
    color: #4376FD;
    cursor: pointer;
}
.nav {
    display: grid;
    grid-template-columns: auto auto auto;
    /* grid-column-gap: 136px; */
    align-items: center;
}

.logo {
    display: grid;
    grid-template-columns: 120px auto;
    grid-column-gap: 30px;
    align-items: center;
}

.logo img {
    /* margin-top: 20px; */
}

.xiala {
    display: flex;
    align-items: center;
}

.jingling {
    width: 12px;
    height: 6px;
    margin-left: 10px;
    background: url(../image/jinling.png) -992px -87px no-repeat;
}

.sousuo {
    display: grid;
    grid-template-columns: 560px 66px;
}

.sousuo input {
    height: 36px;
    border: 1px solid #E80000 !important;
    text-indent: 1em;
}

.sousuo .search {
    line-height: 36px;
    text-align: center;
    background-color: #E80000;
    color: #fff;
}

.login {
    display: grid;
    justify-self: end;
    /* height: 36px; */
    grid-template-columns: auto auto;
    grid-column-gap: 30px;
    align-items: center;
    justify-self: end;
}

.loginIn {
    width: 96px;
    height: 34px;
    line-height: 36px;
    border: 1px solid #E80000;
    color: #E80000;
    text-align: center;

}
.login_toux{
    width: 40px;
    height: 40px;
    display: none;
    position: relative;
}
.login_toux img{
    /* width: 40px;
    height: 40px; */
    width: 100%;
    height: 100%;
    border-radius: 50%;
    vertical-align:top;
}

/* 主体部分 */
.mainPart {
    position: relative;
    display: grid;
    background: #F7F8FA;
    padding-top: 110px;
    grid-template-columns: calc(50% - 600px) 1200px calc(50% - 600px);
}
.parameterComparison{
    margin-left: 216px; 
    position: fixed; 
    top: 90px;
    width: 100%;
    height: 44px;
    line-height: 44px;
    background: #4376FD;
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}
.crumbs {
    /* display: flex;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #2B2929;  
    background: #F7F8FA; */
    margin-left: 216px; 
    position: fixed; 
    top: 90px;
    width: 100%;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    display: flex;
    color: #2B2929;  
}
.crumbs a{
    text-decoration: none;
    color: #4376FD;
}
.crumbs div {
    margin-right: 10px;
}
.canshu_list{
    background:#F7F8FA;
    padding-top: 30px;
}
.parameter_item{
    height: 100%;
    width: calc(100% - 216px);
    margin-left: 216px;
    /* overflow-x: auto; */
}
.model{
    display: flex;
    align-items: center;

}
.model_item{
    width: 206px;
}
.base_parameter{
    position: fixed;
    top: 90px;
    left: 30px;
    width: 166px;
    height: auto;
    background: #FFFFFF;
    padding:20px 0 ;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #2B2929;
    font-weight: 700;
    border-radius: 0px 0px 2px 2px;
    cursor: pointer;
    z-index: 101;
}
.base_parameter .active{
    color: #E80000;
    font-weight: 700;
}
.tableHead{
    position: sticky;
    top: 80px; 
    z-index: 100;
    background: rgb(255, 255, 255);
    /* display: table-row;
    vertical-align: inherit;
    border-color: inherit; */
    width: 100%;
    height: 203px;
    box-sizing: border-box;
    display: flex;
    /* display: grid;
    grid-template-columns:206px auto  266px; */
    overflow: hidden;
    /* position:fixed;
    top: 150px;
    left: 216px;
    z-index: 100; */
    /* align-items: center; */
}
.tableHeadFirst{
    /* position: sticky;
    top: 0; 
    left: 0;
    z-index: 20; */
    position: fixed;
    top: 140px;
    /* top: 0; */
    left: 216px;
    z-index: 114;
    width: 206px ; 
    height: 203px;
    padding: 28px 16px 28px 20px;
    box-sizing: border-box;
    border-right: 1px solid #EFEFEF;
    background-color: #fff;
}
.modelsAre{
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #2B2929;
}
.modelsAre span{
    color: #E80000;
    font-weight: 600;
}
.hideidentical{
    margin-top: 26px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    display: flex;
    align-items: center;
    cursor: pointer;
} 
.hideidentical span{
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 7px;
    
    background: url(../image/jinling.png)  no-repeat;
    background-position: -886px -172px;
}
.lighdifference{
    margin-top: 15px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    display: flex;
    align-items: center;
    cursor: pointer;
} 
.lighdifference span{
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 7px;
    background: url(../image/jinling.png)  no-repeat;
    background-position: -886px -172px;
}
.configure{
    width: 100%;
    margin-top: 15px;
    display: grid;
    grid-template-columns: repeat(3,auto);
    grid-column-gap: 20px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
}
.configure_one span{
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius:50%;
    background: #2B2929;
    margin-right: 5px;
}
.configure_two span{
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius:50%;
    background: #fff;
    border: 1px solid #2B2929;
    margin-right: 5px;

}
.configure_three span{
    margin-right: 5px;
}
.tableHeadother{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 205px;
}
.tableHeadother_item{
    width: 230px;
    height: 202px;
    /* border-top: 1px solid #EFEFEF; */
    /* border: 1px solid #EFEFEF; */
    border-right: 1px solid #EFEFEF;
    padding: 0 20px;
    box-sizing: border-box;
}
.tableHeadother_item_close{
    display: flex;
    justify-content: end;
    margin-top: 21px;
}
.tableHeadother_item_close_img{
    width: 12px;
    height: 12px;
    cursor: pointer;
    background: url(../image/jinling.png) -1553px -697px no-repeat;
}
.tableHeadother_item_tit{
    margin-top: 25px;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #2B2929;
    height: 75px;
}
.tableHeadother_item_guidance{
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    margin-top: 18px;
}
.tableHeadother_item_guidance span{
    color: #E80000;
}
.tableContent{
    
}
.tableContent_tit{
    /* width: 100%; */
    height: 55px;
    position: sticky;
    left: 216px;
    box-sizing: border-box;
    width: calc(100vw - 216px);
    text-indent: 33px;
    line-height: 55px;
    font-size: 18px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #2B2929;
    
    background: #F4F7FF;
    border-left:1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
}
.tableContent_body_item .everyH{
    display: grid;
    grid-template-columns: 205px auto;
}
.tableContent_body_item_first{
    position: sticky;
    left: 216px;
    z-index: 99;
    width: 203px;
    height: 55px;
    line-height: 55px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    border-bottom:1px solid #EFEFEF;
    border-left:1px solid #EFEFEF;
    border-right: 1px solid #EFEFEF;
    text-indent: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    background: #F7F8FA;
}
.tableHeadEnd{
    padding: 45px 0 45px 20px;
    box-sizing: border-box;
    width: 230px;
    height: 202px;
    border-left:1px solid #EFEFEF;
    /* background: red; */
}
.tableHeadEnd select{
    outline: none;
    width: 190px;
    height: 32px;
    border-radius: 2px;
    border: 1px solid #999999;
    margin-bottom: 10px;
    
}
.tableContent_body_item_other{
    display: flex;
    border-bottom: 1px solid #EFEFEF;
}
.tableContent_body_item_other_item{
    width: 230px;
    height: 55px;
    line-height: 55px;
    text-indent: 20px;
    box-sizing: border-box;
    /* border-top: 1px solid #EFEFEF; */
    border-right: 1px solid #EFEFEF;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    font-size: 14px;
}
/* 测试 */
.tableConte{
    display: flex;
}
.rightItem_item{
    width: 300px;
}
.allTableWidth{
    height: 55px;
    position: sticky;
    left: 216px;
    box-sizing: border-box;
    width: calc(100vw - 216px);
    text-indent: 33px;
    line-height: 55px;
    font-size: 18px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #2B2929;
    
    background: #F4F7FF;
    border-left:1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
}
.leftTableNameItem{
    position: sticky;
    left: 216px;
    z-index: 1;
    width: 203px;
    height: 55px;
    line-height: 55px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    border-bottom:1px solid #EFEFEF;
    border-left:1px solid #EFEFEF;
    border-right: 1px solid #EFEFEF;
    text-indent: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    background-color: #f7f8fa;
}
/* 关于我们 */
.aboutUs {
    /* position: absolute;
    bottom: 110px;
    left: 0; */
    width: 100%;
    left: 0;
    width: 100%;
    display: grid;
    background: #F7F8FA;
    padding-top: 20px;
    padding-bottom: 30px;
    grid-template-columns: calc(50% - 800px) 1600px calc(50% - 800px);
}

.lines {
    width: 1600px;
    border: 1px solid #EFEFEF;
    margin-top: 102px;
}

.abooutusMsg {
    display: grid;
    margin-top: 38px;
    padding-left: 150px;
    grid-template-columns: 496px 1px auto 1px auto;
    color: #999999;
    grid-column-gap: 30px;
    align-items: center;
    font-size: 16px;
}

.oneLine {
    height: 18px;
    border: 1px solid #999999;
}

.abooutusMsgitem {
    display: grid;
    grid-template-columns: repeat(4, auto);
    align-items: center;
    justify-items: center;
}

.abooutusMsgitemT {
    /* display: grid;
    grid-template-rows: repeat(2,); */
}

.footer{
    margin-top: 20px;
    height: 110px;
    background-color: #343434;
    color: #fff;
    /* position: sticky;
    bottom: 0;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0; */
    width: 100%;
}
/* 底部 */
/* .footer {
    width: 100%;
    height: 110px;
    background: #343434;
    margin: 0px auto;
} */

.footerCenter {
    display: grid;
    justify-content: center;
    padding: 30px 0;
    color: #FFFFFF;
    font-size: 14px;
    box-sizing: border-box;
}

.companyMsg {
    display: grid;
    width: 805px;
    align-items: center;
    grid-template-columns: auto 1px auto 1px auto 1px auto;
    font-size: 14px;
    grid-column-gap: 6px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}

.shuLine {
    height: 14px;
    width: 1px;
    background-color: #ffffff;
}

.policeMsg {
    display: grid;
    grid-template-columns: 20px auto;
    grid-column-gap: 10px;
    margin-top: 10px;
    /* width: 230px; */
    justify-content: center;
}

.policeIcon {
    width: 20px;
    height: 20px;
    /* background-color: #E80000; */
    background: url(../image/jinling.png) -1568px -81px no-repeat;
}

.robot{
    width: 50px;
    height: 54px;
    position: absolute;
    bottom: 50%;
    right: 25px;
    background: url(../image/jinling.png) -628px -502px no-repeat;
}
.robot_tit{
    position: absolute;
    bottom: 48.5%;
    right: 30px;
    font-size: 14px;
    color: #2B2929;
}
.main_nav{
    position: fixed;
    top: 80px;
    left: calc(50% - 710px);
    width: 96px;
    height: 405px;
    background: #FFFFFF;
    border-radius: 0px 0px 2px 2px;
    display: grid;
    grid-template-rows: repeat(9,auto);
}
.main_nav .active{
    background: #E80000;
    color: #ffffff;
    display: grid;
    align-items: center;
    justify-items: center;

}
.main_navLi{
    background: #fff;
    color: #2B2929;
    display: grid;
    align-items: center;
    justify-items: center; 
}