/*底部*/

.customer {
    position: fixed;
    top: 250px;
    right: 5px;
    border-radius: 5px;
    cursor: pointer;
    z-index: 900;
    transition-duration: .5s;
    overflow: hidden;
}

.customer_text {
    position: relative;
    height: 300px;
    width: 300px;
    padding: 20px 40px;
    box-sizing: border-box;
    background-color: white;
    background: url('../images/bg1.jpg');
    background-position: -12px -100px;
}

.customer .t1 {
    text-align: center;
    font-size: 18px;
    color: #fb843e;
    line-height: 3;
}

.customer p {
    line-height: 2;
}

.customer p span {
    color: #fb843e;
}


.customer_info {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.customer_info .team {
    text-align: center;
}

.customer_info img {
    width: 100px;
    height: 100px;
}
