.support .banner {
    position: relative;
}
.support .banner img {
    width: 100%;
    height: 6.25rem;
    vertical-align: middle;
}
.support .banner .bannerText {
    position: absolute;
    left: 1.25rem;
    top: 1.25rem;
    font-size: 1.25rem;
    font-family: AvenirNext-Bold;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
}

.support .product {
    padding: 1.5625rem 1.25rem;
}
.support .product .productTitle {
    margin-bottom: 1.5625rem;
    font-size: .875rem;
    font-family: AvenirNext-Bold;
    font-weight: bold;
    color: rgba(71, 71, 71, 1);
    text-align: center;
}

.support .product .proList {
    width: 100%;
}
.support .product .proList .item {
    margin-bottom: .625rem;
}
.support .product .proList .item:last-child {
    margin-bottom: 0;
}
.support .product .proList .item-box {
    position: relative;
    height: 4.6875rem;
    background: linear-gradient(
        360deg,
        rgba(120, 210, 245, 1) 0%,
        rgba(0, 175, 240, 1) 100%
    );
    border-radius: .375rem;
}
.support .product .proList .item .itemTitle {
    padding-top: 1.4375rem;
    padding-left: 1.25rem;
    font-size: 1.3125rem;
    font-family: AvenirNext-Bold;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
}
.support .product .proList .item .itemLogo {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 4.6875rem;
}
.support .product .proList .rightIcon {
    position: absolute;
    bottom: .625rem;
    right: .625rem;
    width: 1.25rem;
    height: 1.25rem;
}

.customer .customerTitle {
    margin-bottom: 1.5625rem;
    font-size: .875rem;
    font-family: AvenirNext-Bold;
    font-weight: bold;
    color: rgba(71, 71, 71, 1);
    text-align: center;
}
.customer .customList {
    width: 100%;
    padding: 0 1.25rem;
}
.customer .customList .item {
    margin-bottom: .625rem;
}
.customer .customList .item:last-child {
    margin-bottom: 0;
}
.customer .customList .item-box {
    padding: 1rem .625rem;
    background: rgba(240, 245, 250, 1);
    border-radius: .5rem;
}
.customer .customList .left {
    float: left;
}
.customer .customList .item  a{
	display: inline-block;
}
.customer .customList .item .itemLogo {
    width: 2.5rem;
    height: 2.5rem;
    margin-right: .625rem;
}
.customer .customList .item1 .itemLogo {
    margin-top: .3125rem;
}
.customer .customList .item3 .itemLogo {
    margin-top: .375rem;
}
.customer .customList .item .title {
    font-size: .875rem;
    font-family: AvenirNext-Bold;
    font-weight: bold;
    color: rgba(71, 71, 71, 1);
}
.customer .customList .item .about img {
    width: 1.5625rem;
    height: 1.5625rem;
    margin-right: .9375rem;
    margin-top: .3125rem;
}
.customer .customList .item .about .img3 {
    margin-right: 0;
}
.customer .customList .item .item2Email,
.customer .customList .item .item3Phone {
    font-size: .875rem;
    font-family: AvenirNext-Medium;
    font-weight: 500;
    color: rgba(0, 175, 240, 1);
}
.customer .customList .item .item3Desc {
    font-size: .625rem;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(71, 71, 71, 1);
    opacity: .5;
}
