﻿@charset "UTF-8";
.gj{
    background-color: #F1F1F1;
}
.gj-bg-box{
    width: 100%;
    min-width: 1200px;
    height: 368px;
    position: relative;
}
.gj-bg-box>img{
    width: 100%;
    height: 368px;
}
.gj-bg{
    position: absolute;
    top: 93px;
    left: 50%;
    transform: translateX(-50%);
}
.gj-bg h1{
    text-align: center;
    font-size: 61px;
    font-family: FZDHTK;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 63px;
    margin-bottom: 28px;
}
.gj-bg p{
    text-align: center;
    font-size: 35px;
    font-family: FZDHTK;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 36px;
}
/* 估价内容 */
.gj-content{
    position: relative;
    z-index: 10;
    width: 1000px;
    margin: auto;
}
/* 估价表单 */
.gj-form-box{
    margin-top: -75px;
    background: #FFFFFF;
    margin-bottom: 56px;
}
/* 估价头部tab选项 */
.gj-form-top{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.gj-form-top-list{
    height: 75px;
    background: #F2F2F2;
    border: 1px solid #E4E4E4;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-sizing: border-box;
    width:25%;
}
.gj-form-top-list>img{
    width: 32px;
    margin-right: 8px;
}
.gj-form-top-list>h2{
    font-size: 19px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
}
.gj-form-top-act{
    background: #FFFFFF;
}
.gj-form-top-act>h2{
    color: #00A0E9;
}
/* 估价表单内容 */
.gj-form-content{
    border-bottom: 1px solid rgba(221, 221, 221,.5);
}
/* 估价表单标题 */
.gj-form-title{
    padding: 40px 0;
}
.gj-form-title-top{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 11px;
}
.gj-form-title-top>img{
    width: 37px;
    margin-right: 3px;
}
.gj-form-title-top>h3{
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #00A0E9;
    line-height: 26px;
}
.gj-form-title>p{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #767676;
    line-height: 16px;
    text-align: center;
}
/* 表单 */
.gj-form{
    margin-bottom: 31px;
    text-align: center;
}
.gj-form-input-box{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 36px;
}
/* label */
.gj-form-input-box>label{
    width: 118px;
    height: 49px;
    background: #FBFBFB;
    border: 1px solid #EEEEEE;
    border-radius: 8px 0px 0px 8px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 49px;
    text-align: center;
    box-sizing: border-box;
}
/* input */
.gj-form-input-box>input{
    text-align: left;
    width: 403px;
    height: 49px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 0px 8px 8px 0px;
    padding: 0 12px;
    box-sizing: border-box;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 16px;
}
/* input placeholder */
.gj-form-input-box>input::-webkit-input-placeholder{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #C0C0C0;
    line-height: 16px;
}
.gj-form-input-box>input::-moz-placeholder{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #C0C0C0;
    line-height: 16px;
}
.gj-form-input-box>input:-ms-input-placeholder{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #C0C0C0;
    line-height: 16px;
}
/* 按钮 */
.gj-form>button{
    width: 284px;
    height: 49px;
    background: #00A0E9;
    border: 1px solid #EEEEEE;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 18px;
    cursor: pointer;
}
/* 累计 */
.gj-form-content>p{
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #767676;
    line-height: 16px;
    margin-bottom: 36px;
}
.gj-form-content>p span{
    color: #F54747;
    margin: 0 5px;
}
/* 最新估价 */
/* modify start 2.2 */
.gj-form-newest{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 30px;
}
.gj-form-newest>p{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #2C2C2C;
    line-height: 18px;
    margin-right: 15px;
    white-space: nowrap;
}
.gj-form-newest-box{
    overflow: hidden;
}
.gj-form-newest-content{
    display: flex;
    grid-gap: 40px;
    justify-content: flex-start;
    align-items: center;
}
.gj-form-newest-list{
    white-space: nowrap;
}
.gj-form-newest-list>img{
    width: 8px;
    height:16px;
    margin-right: 10px;
    margin-top:3px;
    display:inline-block;
    vertical-align:top;
}
.gj-form-newest-list>p{
    display:inline-block;
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.gj-form-newest-list>p span{
    color: #F54747;
}
/* modify end 2.2 */
/* 记录 */
.gj-record{
    margin-bottom: 56px;
}
.gj-record>h2{
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #151515;
    line-height: 26px;
    text-align: center;
    margin-bottom: 12px;

}
.gj-record>p{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #8B8B8B;
    line-height: 16px;
    text-align: center;
    margin-bottom: 27px;
}
.gj-record>table{
    width: 100%;
    box-sizing: border-box;
}
/* modify start 2.2 */
.tabel-head {
    height: 46px;
    background: #00A0E9;
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr 1fr 270px 1fr 1fr;
    -ms-grid-columns: 1fr 1fr 270px 1fr 1fr;
    justify-content: center;
    align-items: center;
    text-align: center;
}
    .tabel-head > li {
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #FFFFFF;
        line-height: 46px;
        
    }
.tabel-head1 {
    -ms-grid-column: 1;
}
.tabel-head2 {
    -ms-grid-column: 2;
}
.tabel-head3 {
    -ms-grid-column: 3;
}
.tabel-head4 {
    -ms-grid-column: 4;
}
.tabel-head5 {
    -ms-grid-column: 5;
}
.tabel-box {
    height: 260px;
    overflow: hidden;
}
.tabel-list {
    height: 64px;
    background-color: #FFFFFF;
    border-bottom: 1px dashed #CCCCCC;
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr 1fr 270px 1fr 1fr;
    -ms-grid-columns: 1fr 1fr 270px 1fr 1fr;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.tabel-list>p{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 64px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.tabel-list>.table-price{
    color: #F54747;
}
.tabel-list1 {
    -ms-grid-column: 1;
}

.tabel-list2 {
    -ms-grid-column: 2;
}

.tabel-list3 {
    -ms-grid-column: 3;
}

.tabel-list4 {
    -ms-grid-column: 4;
}

.tabel-list5 {
    -ms-grid-column: 5;
}
/* modify end 2.2 */
/* 介绍 */
.gj-intr {
    width: 100%;
    display: flex;
    margin-bottom: 48px;
}
.gj-intr-list {
    width: 322px;
}
.gj-intr > li:nth-child(2) {
margin:0 18px;
}
.gj-intr-list > img {
    width: 100%;
}
.gj-intr-text{
    width: 100%;
    background-color: #ffffff;
    padding: 54px 30px;
    box-sizing: border-box;
}
.gj-intr-text-top{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 20px;
}
.gj-intr-text-top>h2{
    font-size: 27px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #00A0E9;
    line-height: 27px;
}
.gj-intr-text-top>h3{
    font-size: 19px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #545454;
    line-height: 19px;
}
.gj-intr-text>p{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 27px;
}

/*新增推荐店铺样式 zxf 21.2.3 start*/
.block{
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 36px;
}
 .block li{
     padding-bottom:20px;
 }
 .block .store-content .item{
    display: inline-block;
    vertical-align: top;
    width: 23%;
    margin: 0 1%;
}
 .block h5{
     text-align: center;
    font-size: 36px;
    line-height: 36px;
    margin: 75px auto 0;
 }
  .block .store-content{
       width: 100%;
    margin: 75px auto 0px;
    display:flex;
    justify-content:space-between;
 } .block .store-content .item .detail h6{
       text-align: left;
    height: 35px;
    margin: 18px auto 5px;
    overflow: hidden;
   }
    .block .store-content .item .detail h6 img{
       float: left;
    height: 14px;
    vertical-align: top;
    margin-right: 5px;
   }
    .block .store-content .item .detail h6 a{
       font-size: 14px;
    line-height: 18px;
    color: #000;
    vertical-align: top;
   }
     .block .store-content .item .detail .class{
         position: relative;
    padding-left: 10px;
    border-left: 2px solid #eb0c1c;
     }
     .block .store-content .item .detail .class .main, .presentation .block .store-content .item .detail .class .type{
         font-size: 12px;
    color: #999;
    width: 160px;
     }
     .presentation .block .store-content .item .detail .class .main, .presentation .block .store-content .item .detail .class .type{
         font-size: 12px;
    color: #999;
    width: 160px;
     }
      .block .store-content .item .detail .class .price{
          position: absolute;
    bottom: 0;
    right: 0;
    color: #eb0c1c;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
     }
/*新增推荐店铺样式 zxf 21.2.3 end*/

/* modify start 2.3 */
.block .store-content .item .detail .class{
    border-left: 2px solid #00a0e9 !important;
}
/* modify end 2.3 */