.banner {
    width: 100%;
    height: 450px;
    background: url(../../img/productDesc/shangshifudao.png) center center no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}

.banner.details {
    height: 380px;
    background: url(../../img/classicCase/detailsBanner.png) center center no-repeat;
    background-size: cover;
}

.banner>div {
    width: 1200px;
    margin: 0 auto;
}

.banner h2 {
    font-size: 40px;
    font-weight: bold;
    color: #282828;
    margin-bottom: 24px;
}

.banner h2::after {
    content: '';
    width: 56px;
    height: 4px;
    background: #282828;
    margin-top: 29px;
    display: block;
}

.banner p {
    font-size: 14px;
    color: #282828;
}

.classicCase {
    width: 1200px;
    margin: 0 auto;
}

.classicCase>p {
    font-size: 28px;
    font-weight: bold;
    color: #0D1631;
    margin: 75px 0 50px;
    text-align: center;
}

.classicCase ul {
    display: flex;
    flex-wrap: wrap;
}

.classicCase ul li {
    width: 381px;
    height: 342px;
    background: #F4F7FA;
    border: 2px solid #FFFFFF;
    box-shadow: 2px 2px 13px 0px rgba(32, 76, 151, 0.23);
    text-align: justify;
    position: relative;
    margin-bottom: 28px;
    cursor: pointer;
    margin-right: 28px;
    box-sizing: border-box;
}

.classicCase ul li>img {
    width: 100%;
    height: 186px;
}

.classicCase ul li:nth-child(3n) {
    margin-right: 0;
}

.classicCase ul li>p {
    width: 116px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    font-size: 16px;
    text-align: center;
    color: #282828;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0 0 20px 0;
    -webkit-border-radius: 0 0 20px 0;
    -moz-border-radius: 0 0 20px 0;
    -ms-border-radius: 0 0 20px 0;
    -o-border-radius: 0 0 20px 0;
}

.classicCase ul li>div {
    padding: 0 22px 0 20px;
}

.classicCase ul li>div p:first-child {
    font-size: 16px;
    font-weight: bold;
    color: #282828;
    margin: 20px 0 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.classicCase ul li>div p:last-child {
    font-size: 14px;
    color: #282828;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.detailsMain {
    width: 1120px;
    border: 2px solid #FFFFFF;
    box-shadow: 2px 2px 13px 0px rgba(5, 76, 156, 0.23);
    margin: 75px auto 0;
    padding: 49px 40px 20px;
}

.caseName {
    width: 70%;
    margin: 0 auto;
    font-size: 28px;
    font-weight: bold;
    color: #0A1633;
    text-align: center;
}

.detailsMain>ul>li:not(.aiValuationData) {
    padding-bottom: 31px;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid #CECECE;
}

.detailsMain ul li:last-child {
    border: none;
}

.detailsMain ul li>div.dialogBox {
    width: 100%;
    display: flex;
    /* align-items: center; */
    position: relative;
}

.detailsMain ul li>div.dialogBox:first-child {
    align-items: center;
}

.detailsMain ul li>div.dialogBox:last-child {
    justify-content: flex-end;
    margin-top: -74px;
    align-items: start;
}

.detailsMain ul li>div.dialogBox img {
    width: 140px;
    height: 180px;
}

.detailsMain>ul>li>div>span {
    font-size: 16px;
    color: #282828;
    line-height: 23px;
    padding: 22px 20px;
    text-align: justify;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    position: relative;
}

.detailsMain>ul>li>div.dialogBox:first-child span {
    width: 377px;
    border: 1px solid #FFEED8;
    background: linear-gradient(177deg, #FFF9F1 0%, #FFFFFF 100%);
    margin-left: 15px;
}

.detailsMain>ul>li>div.dialogBox:last-child span {
    width: 437px;
    border: 1px solid #DAE7FF;
    background: linear-gradient(177deg, #F2F6FC 0%, #FFFFFF 100%);
    margin-right: 15px;
    margin-top: 64px;
}

.detailsMain>ul>li>div.dialogBox:first-child span::before {
    content: '';
    width: 10px;
    height: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #FFEED8;
    background: linear-gradient(to bottom right, #FFF9F1 0%, #fff 49.9%, #fff 50%, #fff 100%);
    display: block;
    position: absolute;
    left: -6px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    border-top: none;
    border-right: none;
}

.detailsMain>ul li>div.dialogBox:last-child span::after {
    content: '';
    width: 10px;
    height: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #DAE7FF;
    background: linear-gradient(to bottom right, #F2F6FC 0%, #fff 49.9%, #fff 50%, #fff 100%);
    display: block;
    position: absolute;
    top: 24px;
    right: -6px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    border-left: none;
    border-bottom: none;
}

.aiValuationTable {
    border-bottom: none !important;
    padding: 25px 0 !important;
}

.aiValuationTable>div {
    width: 948px;
    display: flex;
    margin: 0 auto;
    position: relative;
}

.aiValuation {
    width: 338px;
    background: linear-gradient(-208deg, #93B3FF, #184BF6);
    padding: 0 15px 22px;
    text-align: center;
}

.aiValuation li:first-child {
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 44px 0 18px;
    border-bottom: 2px solid #fff;
}

.aiValuation li:nth-of-type(2) {
    margin-top: 11px;
}

.aiValuation li:nth-child(n+2) {
    font-size: 16px;
    color: #FFFFFF;
    padding: 19px 0;
}

.aiValuationData {
    width: 578px;
    border: 2px solid #184BF6;
    border-left: none;
    position: absolute;
    right: 0;
    top: 26px;
}

.aiValuationData li:first-child {
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.aiValuationData li:nth-of-type(2) {
    margin-top: 10px;
}

.aiValuationData li:nth-child(n+2) {
    text-align: center;
    padding: 19px 0;
}

.aiValuationData li:first-child {
    border-bottom: 2px solid #184BF6;
}

.aiValuationData li span {
    width: 49%;
}

.aiValuationData li:first-child span {
    font-size: 20px;
    color: #1459F4;
    font-weight: bold;
}

.aiValuationData li:nth-child(n+2) span {
    font-size: 16px;
    color: #282828;
}