.support .banner {
    width: 100%;
    height: 20rem;
    position: relative;
}
.support .banner img {
    width: 100%;
    height: 100%;
}
.support .banner .bannerText {
    font-size: 2.8125rem;
    font-family: AvenirNext-Bold;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    line-height: 3.8125rem;
    position: absolute;
    left: 3.125rem;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
	
}

.support .product {
    padding: 50px 40px;
}
.support .product .productTitle {
    font-size: 1.875rem;
    font-family: AvenirNext-Bold;
    font-weight: bold;
    color: rgba(71, 71, 71, 1);
    line-height: 2.5625rem;
    margin-bottom: 3.125rem;
    text-align: center;
}

.support .product .proList {
    width: 100%;
}
.support .product .proList .item {
    padding: 10px;
}
.support .product .proList .item-box {
    height: 200px;
    background: linear-gradient(
        360deg,
        rgba(120, 210, 245, 1) 0%,
        rgba(0, 175, 240, 1) 100%
    );
    position: relative;
    border-radius: 16px;
}
.support .product .proList .item .itemTitle {
    font-size: 2.8125rem;
    font-family: AvenirNext-Bold;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    line-height: 3.8125rem;
    margin: 2.5rem;
}
.support .product .proList .item .itemLogo {
    width: 200px;
    height: 200px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.support .product .proList .rightIcon {
    width: 1.25rem;
    height: 1.25rem;
    position: absolute;
    bottom: 2.5rem;
    right: 2.5rem;
}

.customer .customerTitle {
    font-size: 1.875rem;
    font-family: AvenirNext-Bold;
    font-weight: bold;
    color: rgba(71, 71, 71, 1);
    line-height: 2.5625rem;
    margin-bottom: 3.125rem;
    text-align: center;
}
.customer .customList {
    width: 100%;
    padding: 0 37.5px;
}
.customer .customList .item3 {
    margin-right: 0;
}
.customer .customList .item {
    padding: 0 12.5px;
    text-align: center;
}
.customer .customList .item-box {
    height: 200px;
    background: rgba(240, 245, 250, 1);
    border-radius: 1rem;
}
.customer .customList .item .itemLogo {
    width: 5rem;
    height: 5rem;
    margin-top: 10px;
}
.customer .customList .item .title {
    font-size: 1.25rem;
    font-family: AvenirNext-Bold;
    font-weight: bold;
    color: rgba(71, 71, 71, 1);
    line-height: 1.6875rem;
    margin-bottom: 0.625rem;
}
.customer .customList .item .about {
    text-align: center;
}
.customer .customList .item .about a{
	display: inline-block;
}
.customer .customList .item .about img {
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 1.25rem;
}
.customer .customList .item .about .img3 {
    margin-right: 0;
}
.customer .customList .item .item2Email,
.customer .customList .item .item3Phone {
    font-size: 1.25rem;
    font-family: AvenirNext-Medium;
    font-weight: 500;
    color: rgba(0, 175, 240, 1);
    line-height: 1.6875rem;
    margin-bottom: 0.625rem;
}
.customer .customList .item .item3Desc {
    font-size: 0.75rem;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(71, 71, 71, 1);
    line-height: 1rem;
    opacity: .5;
}
