* {
    padding: 0;
    margin: 0;
}

.graphicDetails {
    display: grid;
    width: 100%;
    height: 100%;
    /* grid-template-rows: 80px auto 110px; */
    /* grid-template-columns: calc(50% - 600px) 1200px calc(50% - 600px); */
}

.w {
    grid-column: 2;
    /* background: red; */
}
.ww{
    background-color: #fff;
}
/* 导航头 */
.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;
}

.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;
}
#kui_txt_calendar{

    font-size: 10px;
}   
#kui_txt_calendar1{
    font-size: 10px;
}
#txt_calendar{
    position: relative;
    background: #F7F8FA;
    border-radius: 2px;
    height: 40px;
    width: 270px;
    border: none;
    margin-left: 20px;
    text-indent: 20px;
}
#txt_calendar1{
    position: relative;
    background: #F7F8FA;
    border-radius: 2px;
    height: 40px;
    width: 270px;
    border: none;
    margin-left: 20px;
    text-indent: 20px;
}
.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;
    /* 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: 82px;
    grid-template-columns: calc(50% - 600px) 1200px calc(50% - 600px);
}

/* 关于我们 */
.aboutUs {
    display: grid;
    background: #F7F8FA;
    padding-top: 300px;
    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,); */
}

/* 底部 */
.graphicDetails .footer {
    /* margin-top:20px; */
    width: 100%;
    height: 110px;
    background: #343434;

}

.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;
}


.topBtn{
    width: 40px;
    height: 40px;
    /* background: #FFFFFF; */
    border-radius: 2px;
    position: absolute;
    bottom: 0px;
    right: 25px;
    text-align: center;
    background: url(../image/jinling.png) -634px -385px 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;
}
.computerBox{
    margin-top: 20px;
    display: grid;
    grid-template-columns: 830px 340px;
    grid-column-gap: 30px;
}
.quanMoney{
    margin-top: 30px;
    font-size: 18px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #2B2929;
}
.computer{
    padding:50px 102px;
    box-sizing: border-box;
    width: 830px;
    min-height: 516px;
    background: #FFFFFF;
}
.computerItem{
    display: flex;
    align-items: center ;
    /* justify-content: space-between; */
    margin-bottom: 30px;
}
.showMoney,.showthreeAuto,.hideMoney,.hidethreeAuto{
    display: flex;
    justify-content: end;
    align-items: center;
    margin-right: 35px;
    margin-top: -15px;
    margin-bottom: 30px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #4376FD;
    cursor: pointer;
}
/* .showthreeAutoBox */
.hidethreeAutoBox,.hideMoneyBox{
    display: none;
}
.threeAutoBox{
    width: 593px;
    min-height: 965px;
    background: #F7F8FA;
    border-radius: 2px;
    padding: 30px 20px 30px 78px;
    box-sizing: border-box;
    display: none;
}
.baoxianItem input{
    width: 302px;
    height: 40px;
    border-radius: 2px;
    border: 1px solid #C7C7C7;
    text-indent: 1em;
    background-color: #F7F8FA;
}
.baoxianItem{
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.baoxianItem:first-child{
    margin-top: 0;
}
.peiMoney{
    margin-left: 161px;
    margin-top: 15px;
    display: flex;
    /* align-items: center; */
}
.peiMoney_tit{
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #2B2929;
    margin-top: 6px;
}
.peiMoney_item{
    margin-left: 20px;
    display: grid;
    grid-template-columns: repeat(3,62px);
    grid-column-gap: 15px;
    grid-row-gap: 20px;
}
.peiMoney_item .active{
    background: #E80000;
    color: #fff;
}
.peiMoney_item_every{
    width: 62px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #C7C7C7;
    margin-right: 15px;
    cursor: pointer;
}
.chooseOrYes{
    width: 16px;
    height: 16px;
    background: url(../image/jinling.png) no-repeat;
    background-position: -820px -172px;
}
.chooseOrNo{
    width: 16px;
    height: 16px;
    background: url(../image/jinling.png) no-repeat;
    background-position: -886px -172px;
}
.baoxianItem_tit{
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #2B2929;
    width: 115px;
}
.necessarycostBox{
    width: 593px;
    height: 170px;
    background: #F7F8FA;
    border-radius: 2px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding:30px 20px 30px 85px;
    box-sizing: border-box;
    display: none;
}
.necessarycostBox input{
    width: 108px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #C7C7C7;
    text-indent: 1em;
    background-color: #F7F8FA;
    margin: 0 15px;
}
.necessarycostBox_top{
    margin-bottom: 30px;
}
.necessarycostBox_bottom,.necessarycostBox_top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* justify-content: center; */
}
.purchasetax{
    margin-left: 30px;
}
.purchasetax,.licensingfee,.useShiptax,.compulsory{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.xiaICon{
    display: inline-block;
    width: 10px;
    height: 6px;
    background: url(../image/jinling.png) -470px -799px no-repeat;
}
.shouIcon{
    display: inline-block;
    width: 10px;
    height: 6px;
    background: url(../image/jinling.png) -502px -799px no-repeat;
}
.cankaotit{
    font-size: 16px;
    margin-top: 70px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    text-align: center;
}
/* .computerItem_nameCar{
    width: 100px;
} */
.computerItem_input1{
    width: 508px;
    height: 40px;
    line-height: 40px;
    border-radius: 2px;
    border: 1px solid #C7C7C7;
    text-indent: 1em;
}
.computerItem input{
    outline: none;
    width: 508px;
    height: 40px;
    border-radius: 2px;
    border: 1px solid #C7C7C7;
    text-indent: 1em;
}
.computerItem_input3 input,.computerItem_input4 input{
    background: #F7F8FA;
    border: none;
}
.computerItem_name{
    margin-right: 20px;
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #2B2929;
}
.elementYuan{
    margin-left: 15px;
}
.carMsg{
    width: 340px;
    height: 308px;
    background: #FFFFFF;
    padding: 30px;
    box-sizing: border-box;
    text-align: center;
}
.carMsg_img img{
    width: 138px;
    height: 76px;
}
.carMsg_price{
    font-size: 28px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #E80000;
    margin-top: 25px;
}
.carMsg_tit{
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #2B2929;
    margin-top: 7px;
}
.carMsg_cost{
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.carMsg_cost_tit{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #2B2929;
}
.bareprice,.necessarycost,.commercial{
    font-size: 12px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #999999;
}
.carxingName{
    position: relative;
}
.chooseXia{
    position: absolute;
    top: 45px;
    left: 100px;
    /* width: 224px;
    height: 396px; */
    background: #FFFFFF;
    box-shadow: 0px 0px 7px -2px rgba(161,161,161,1);
    display: none;
}
.chooseXiaBox{
    display: grid;
    width: 242px;
    height: 600px;
    background: #FFFFFF;
    grid-template-columns: 55px 1px calc(100% - 56px);
    
}
.carxiBox{
    position: absolute;
    top: 45px;
    left: 120px;
    /* width: 224px;
    height: 396px; */
    background: #FFFFFF;
    box-shadow: 0px 0px 7px -2px rgba(161,161,161,1);
    width: 224px;
    height: 300px;
    overflow: auto;
    padding: 20px 0;
    box-sizing: border-box;
    text-indent: 10px;
    display: none;
}
.carxingBox{
    position: absolute;
    display: none;
    top: 45px;
    left: 120px;
    /* width: 224px;
    height: 396px; */
    background: #FFFFFF;
    box-shadow: 0px 0px 7px -2px rgba(161,161,161,1);
    width: 350px;
    height: 300px;
    overflow: auto;
    padding: 20px 0;
    box-sizing: border-box;
    text-indent: 10px;
}
.carxiBox_tit,.carxingBox_tit{
    background: #ccc;
    font-size: 16px;
    font-weight: 700;
}
.carxiBox_items,.carxingBox_items{
    font-weight: 400;
    font-size: 16px;
    margin-top: 6px;
    font-family: PingFangSC-Regular, PingFang SC;
    color: #2B2929;
    cursor: pointer;
}
.chooseXiaBox_zimu{
    margin-top: 15px;
    text-align: center;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #2B2929;
    display: grid;
    grid-template-rows: repeat(26,22px);
    justify-items: center;
    cursor: pointer;
}
.chooseXiaBox_zimu .active{
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    background: #E80000;
    color: #fff;
    border-radius: 2px;
}
.chooseXiaBox_line{
    height: 100%;
    border: 1px solid #EFEFEF;
}
.chooseXiaBox_List{
    padding: 12px 0 0 0;
    height: 100%;
    box-sizing: border-box;
    overflow: auto;
}
.pinpaiItem{
    cursor: pointer;
}
.chooseXiaBox_List_name{
    background: #F7F8FA;
    width: 169px;
    height: 36px;
    line-height: 36px;
    text-indent: 15px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
}
.chooseXiaBox_List_items div{
    margin-top: 6px;
    text-indent: 15px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #2B2929;
}

/* 左侧导航 */
.navigationLeft {
    width: 80px;
    height: 414px;
    background: #ffffff;
    border-radius: 0px 0px 2px 2px;
    position: fixed;
    box-sizing: border-box;
    top: 80px;
    left: calc(50% - 600px);
    margin-left: -100px;
    display: grid;
    grid-template-rows: repeat(6, 1fr);
    /* align-items: center;
    justify-items: center; */
    align-content: center;
}

.navItem {
    display: grid;
    align-content: center;
    justify-content: center;
    cursor: pointer;
}

.navigationLeft .active {
    background: #E80000;
    color: #ffffff;
}

/* 首页图标 */
.navImgSelect1 {
    width: 26px;
    justify-self: center;
    height: 22px;
    background: #FFFFFF;
    border: 0px solid #FFFFFF;
    background: url(../image/jinling.png)  no-repeat;
    background-position: -173px -404px;
}

/* 车圈图标 */
.navImgSelect2 {
    height: 22px;
    background: #FFFFFF;
    border: 0px solid #FFFFFF;
    background: url(../image/jinling.png)  no-repeat;
    background-position: -248px -404px;
}

/* 选车图标 */
.navImgSelect3 {
    width: 24px;
    justify-self: center;
    height: 22px;
    background: #FFFFFF;
    border: 0px solid #FFFFFF;
    background: url(../image/jinling.png)  no-repeat;
    background-position: -340px -300px;
}

/* 销量图标 */
.navImgSelect4 {
    width: 26px;
    justify-self: center;
    height: 22px;
    background: #FFFFFF;
    border: 0px solid #FFFFFF;
    background: url(../image/jinling.png)  no-repeat;
    background-position: -432px -404px;
}

/* 销量图标 */
.navImgSelect5 {
    width: 22px;
    justify-self: center;
    height: 22px;
    background: #FFFFFF;
    border: 0px solid #FFFFFF;
    background: url(../image/jinling.png)  no-repeat;
    background-position: -537px -404px;
}
/* 手机图标 */
.navImgNOSelect6 {
    width: 20px;
    height: 28px;
    justify-self: center;
    background: #FFFFFF;
    border: 0px solid #FFFFFF;
    background: url(../image/jinling.png) -624px -276px no-repeat;
}

