/*----客户对象------*/
.customer {
    height: 11rem;
    width: 100%;
}


/*客户标题布局*/
.customerTitleFlex {
    margin-top: 1.4rem;
}

/*客户标题*/
.customer-title {
    color: darkblue;
    font-size: 0.55rem;
    width: 200px;
    margin: 0 auto;
    text-align: center;
    padding-top: 60px;
}

/*客户整体图片布局*/

.customerdiv {
    display: flex;
    position: absolute;
    width: 3.4rem;
    height: 2.2rem;
    border: 0.05rem #eeeeee solid;
}

/*客户单个图片布局*/
.customerImg {
    width: 60%;
    height: 1.5rem;
    position: absolute;
    margin-left: 0.6rem;
    border: 0;
}

/*客户单个客户名布局*/
.customerFont {
    font-size: 0.2rem;
    color: #848484;
    z-index: 10;
    margin-top: 1.7rem;
    width: 100%;
    text-align: center;
}

/*字体无法选中*/
.noSelect {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*轮播图背景*/
.layui-carousel > [carousel-item] > .layui-this {
    background-color: white;
}


::-webkit-input-placeholder { /* WebKit browsers */
    text-align: start;
    color: #848484;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #848484;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #848484;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #848484;
}

/* 返回顶部 开始 */
#back-top {
    position: fixed; /*相对于浏览器窗口进行绝对定位*/
    bottom: 10px;
    right: 15px;
    z-index: 99;
}

#back-top span {
    width: 0.8rem;
    height: 0.8rem;
    display: block; /*将元素显示为块级元素*/
}

#back-top a {
    outline: none; /*突出元素*/
}

/* 返回顶部 结束 */

.cursor {
    cursor: pointer;
}
