.bannerMainPart {
    width: 100%;
    height: 1.33rem;
    background-image: url('../assets/banner@2x.png');
    background-size: 100% 100%;
    margin-top: .63rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.titleName {
    font-weight: bold;
font-size: .23rem;
color: #FFFFFF;
}
.bottomMainContent {
    height: 100%;
    min-height: 7rem;
    background-image: url('../assets/resolve/img_bg.png');
    background-size: cover;
    /* border-radius: .17rem .17rem 0px 0px; */
    /* position: relative;
    top: -.27rem; */
    box-sizing: border-box;
    padding: 0.47rem .2rem 1rem;
}
.topCustomerPart .title{
    font-weight: bold;
    font-size: .2rem;
    color: #222222;
    text-align: center;
}
.bottomFlexCustomer {
    width: 100%;
    background-image: url('../assets/resolve/img_bg_chatu.png');
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
   flex-wrap: wrap;
   padding-top: .33rem;
}
.customerItem {
    width: 29%;
    margin-right: .2rem;
    text-align: center;
    color: #999999;
    font-size: .11rem;
    margin-bottom: .27rem;
}
.customerItem img {
    display: block;
    width: .49rem;
    height: .47rem;
    margin: 0 auto;
}
.customerItem .title {
    font-size: .15rem;
    color: #222222;
    margin: .09rem 0;
}
.customerItem:nth-child(3n){
    margin-right: 0;
}
.customerResolveModal .title{
    font-weight: bold;
    font-size: 20px;
    color: #222222;
    text-align: center;
    margin: .53rem 0 .23rem;
}
.resolveMainContent {
    /* height: 340px; */
    background: #FFFFFF;
    box-shadow: 0px 0 0.05rem 0px rgba(0,0,0,0.06);
    border-radius: 0.08rem  0.08rem  0.08rem  0.08rem;
    box-sizing: border-box;
    padding: 0 .2rem .22rem;
}
.typeMainItem {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E6E6E6;
    padding: .2rem 0;
}
.arrowMainIcon {
    display: block;
    width: .07rem;
    height: .12rem;
    background-image: url('../assets/icon_xq@2x.png');
    background-size: 100% 100%;
}
.leftcontent img {
    display: inline-block;
    width: .21rem;
    height: .21rem;
    margin-right: .13rem;
    vertical-align: middle;
}
.resolveDetailPart {
    /* margin-top: .2rem; */
    padding: .33rem .2rem;
    box-sizing: border-box;
    width: 100%;
}
.topDetailInfo .title{
    font-weight: bold;
    font-size: .23rem;
    color: #222222;
    text-align: center;
}
.topDetailInfo .secondTitle {
    margin-top: .1rem;
    font-size: .16rem;
    color: #747C94;
    text-align: center;
}
.detailContainerContent {
    width: 100%;
    margin-top: .2rem;
}
.detailContainerContent img {
    width: 100%!important;
    height: auto!important;
}

.topBrandBox {
    height: .47rem;
    background: #EAF3FF;
    margin-top: .63rem;
    display: flex;
    justify-content: space-between;
    line-height: .47rem;
    box-sizing: border-box;
    padding: 0 .15rem;
}

.grayColor {
    font-size: .13rem;
    color: #747C94;
}

.transformPart .transformIcon{
    display: inline-block;
    width: .16rem;
    height: .16rem;
    background-image: url('../assets/icon_qiehuan@2x.png');
    background-size: 100% 100%;
    vertical-align: middle;
    margin-right: .08rem;
}
.transformPart span {
    color: #3470FF;
    font-size: .14rem;
}

.rightArrowIcon {
    display: inline-block;
    width: 0.06rem;
    height: .1rem;
    background-image: url('../assets/icon_qian@2x.png');
    background-size: 100% 100%;
    margin: 0 .07rem;
}


.moreDetailChooseProductModal{
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 9999;
    display: none;
}
.circleWhiteBox{
    width: 100%;
    height: 75%;
    overflow-y: auto;
    background: #FFFFFF;
    border-radius: .13rem .13rem 0px 0px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: .15rem .2rem .15rem .15rem;
    box-sizing: border-box;
    overflow-x: hidden;
}
.circleWhiteBox .title{
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    font-size: .16rem;
    color: #222222;
}
.circleWhiteBox .title img {
    display: block;
    width: .13rem ;
    height:.13rem;
}

.mainChoosePart{
    margin-top: .13rem;
    /* display: flex; */
    height: 100%;
}
.leftClassifyPart {
    width: 30%;
    border-right: 1px solid #E6E6E6;
}
.leftClassifyItem{
    margin-bottom: .27rem;
    font-size: .14rem;
}
.leftClassifyItem::before {
    content: '';
    display: inline-block;
    width: 0.02rem;
    height: .13rem;
    background: #3470FF;
    border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
    margin-right: .1rem;
    opacity: 0;
}
.classifyDetailContainer {
    width: 70%;
    padding: 0 .05rem 0 .2rem;
    box-sizing: border-box;
}
.rightDetailItem{
    background: #F6F6F6;
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    height: .4rem;
    line-height: .4rem;
    text-align: center;
    font-size: .14rem;
    color: #747C94;
    margin-bottom: .12rem;
}
.rightDetailItem.current {
    color: #3470FF;
    background: #EAF3FF;
}
.leftClassifyItem.current {
    color: #3470FF;
}
.leftClassifyItem.current::before {
    opacity: 1;
}
.productDetailMainContent img {
    display: block;
    max-width: 100%;
    height: auto!important;
}
.detailContainerContent ul li {
    list-style: unset;
}