.mainBannerBox {
    width: 100%;
    height: 400px;
    background-image: url('../assets/resolve/banner.png');
    background-size: 100% 100%;
    /* aspect-ratio: 1920/400; */
    position: relative;
    margin-top: 64px;
}
.bannerTitle {
    font-weight: bold;
    font-size: 60px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.cneterContentContainer {
    width: 100%;
    height: auto;
    background-image: url('../assets/resolve/img_bg.png');
    background-size: cover;
    padding-top: 50px;
    min-height: 814px;
    padding-bottom: 40px;
}
.limitCenterBox {
    /* display: flex;
    justify-content: center; */
    max-width: 1420px;
    margin: 0 auto;
}
.customerBox {
    max-width: 1420px;
    margin: 0 auto;
    margin-top: 50px;
    height: 796px;
    background-image: url('../assets/resolve/img_bg_chatu.png');
    background-size: auto 100%;
}
.customerBox .title{
    font-weight: bold;
    font-size: 36px;
    color: #222222;
    text-align: center;
}
.customerFlexModal {
    display: flex;
    margin-top: 80px;
}
.customerItem {
    width: 16.67%;
    height: 260px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 40px;
    cursor: pointer;
}
.customerItem .title {
    font-weight: bold;
    font-size: 20px;
    color: #222222;
    margin: 10 0;
}
.customerItem .desc {
    font-weight: 400;
    font-size: 16px;
    color: #747C94;
    line-height: 28px;
}
.customerItem:hover {
    background: rgba(255, 255, 255, .6);
    box-shadow: 0px 2px 16px 1px rgba(52,112,255,0.12);
    border-radius: 12px 12px 12px 12px;
}
.customerResolvePart {
    position: relative;
    top: -304px;
    margin-bottom: -304px;
}
.customerResolvePart .titleName{
    font-weight: bold;
    font-size: 36px;
    color: #222222;
    text-align: center;
    margin-bottom: 60px;
}
.topResolveTypeBox {
    display: flex;
    justify-content: center;
    /* justify-content: space-around; */
}
.resolveTypeItem {
    border-radius: 8px 8px 8px 8px;
    background: rgba(255, 255, 255, .6);
    margin-right: 30px;
    cursor: pointer;
    border: 1px solid #fff;
    width: 15.5%;
    padding: 17px 10px;
    text-align: center;
}
.resolveTypeItem .basicImg{
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    margin-right: 10px;
}
.resolveTypeItem.current {
    border-color: #3470FF;
    color: #3470FF;
}
.resolveTypeItem .highImg {
    display: none;
}
.resolveTypeItem:hover {
    border-color: #3470FF;
    color: #3470FF;
}

.resolveTypeItem.current .basicImg {
    display: none;
}
.resolveTypeItem.current .highImg {
    display: inline-block;
}
.typeMainContentContainer {
    margin-top: 60px;
    text-align: center;
}
.typeMainContentContainer .titleText {
    font-weight: bold;
    font-size: 36px;
    color: #222222;
}
.typeMainContentContainer .secondTitle {
    font-weight: 400;
    font-size: 18px;
    color: #222222;
    margin-top: 16px;
}
.mainContent{
    max-width: 800px;
    margin: 0 auto;
    margin-top: 30px;
}
.mainContent ul {
    all: unset;
    margin: 15px;
}
.mainContent ul li {
    list-style: unset;
    margin-left: 20px
}
.mainContent ul li::marker {
    font-size: 12px;
}