/* 字号 */
.f48 {
    font-size: 0.48rem;
}

.f36 {
    font-size: 0.36rem;
}

.f30 {
    font-size: 0.30rem;
}

.f26 {
    font-size: 0.26rem;
}

.f24 {
    font-size: 0.24rem;
}

.f20 {
    font-size: 0.2rem;
}

/* 颜色 */
.ccc {
    color: #cccccc;
}

.C666 {
    color: #666;
}

/* 间距 */
.mb24 {
    margin-bottom: 0.24rem;
}

/* flex布局 */
.f-jcsb {
    display: flex;
    justify-content: space-between;
}

/* 客户案列头部样式 */
.header {
    width: 100vw;
    height: 4.14rem;
    position: relative;
}

.header_mask {
    width: 100vw;
    height: 4.14rem;
    background: url('../image/background/clientCase_head_mask.png') no-repeat;
    background-size: cover;
    opacity: 0.6;
}

.header .title {
    padding: 0.2rem;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #6c8293;
}

.header .Text {
    margin-top: 0.64rem;
    text-align: center;
    color: #ffffff;
}

.header .clientCase_icon {
    width: 3.23rem;
    position: absolute;
    left: 50%;
    bottom: 0.69rem;
    transform: translate(-50%, 0);
}

.main {
    padding: 0.2rem;
    background: #fff;
}

/* 页尾样式 */
.footer {
    width: 7.5rem;
    height: 1.39rem;
    margin-top: 1.27rem;
    padding-top: 0.45rem;
    background: #000;
    box-sizing: border-box;
}

.footer p {
    line-height: 0.36rem;
    color: #fff;
    font-size: 0.2rem;
    text-align: center;
}

/* 旋转菜单样式 */
#RotateMenu {
    display: none;
    width: 0.87rem;
    height: 0.87rem;
    position: fixed;
    right: 0.2rem;
    bottom: 0.5rem;
    z-index: 999;
}

#RotateMenu img {
    width: 100%;
    height: 100%;
}

#items {
    display: none;
}

#items>li {
    position: fixed;
    right: 0.25rem;
    bottom: 0.6rem;

    width: 0.62rem;
    height: 0.62rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

#items>li img {
    width: 100%;
    height: 100%;
}

#items>li {
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: .6s;
}

@keyframes spreadShow {
    from {
        transform: scale(1.2);
    }

    to {
        transform: scale(1);
    }
}

@keyframes spreadHide {
    from {
        transform: scale(1.2);
    }

    to {
        transform: scale(1);
    }
}

/**
project-system
 */
.product_introduce {
    /* width: 100%; */
    padding: 0.55rem 0.52rem;
    text-align: center;
    background-color: #f4f4f4;
}

.PM_system {
    padding: 0.5rem 0.4rem 0.7rem;
}

.PM_system>span {
    width: 3.01rem;
    height: 0.56rem;
    line-height: 0.56rem;
    display: block;
    text-align: center;
    font-size: 0.24rem;
    color: #fff;
    margin: 0 auto;
    margin-bottom: 0.44rem;
    background-color: #f66f6a;
}

.PM_system>p {
    font-size: 0.24rem;
    color: #666;
    text-indent: 2em;
}

.characteristic {
    background-color: #eaf4fd;
    padding: 0.7rem 0.4rem 0.4rem;
}

.characteristic .sub_title {
    text-align: center;
    margin-bottom: 0.55rem;
}

.characteristic .sub_title p {
    font-size: 0.24rem;
    color: #333;
}

.characteristic ul>li {
    display: flex;
    align-items: center;
    padding: 0.5rem 0;
    color: #333;
    margin-bottom: 0.2rem;
    background-color: #fefefe;
}

.characteristic ul>li>img {
    width: 0.8rem;
    margin-left: 0.46rem;
    margin-right: 0.68rem;
}

.characteristic ul>li>dl>dt {
    font-size: 0.3rem;
    margin-bottom: 0.3rem;
}

.characteristic ul>li>dl>dd {
    font-size: 0.24rem;
}

.characteristic ul>.odd_item {
    color: #fefefe;
    background-color: #8f989f;
}

.system_lightspot {
    height: 8.88rem;
    color: #fff;
    text-align: center;
    background: url('__PUBLIC__/statics/wap1/image/background/lightspot_bg.png') no-repeat;
    background-size: cover;
    padding-top: 0.7rem;
    box-sizing: border-box;
}

.system_lightspot ul {
    margin-top: 0.94rem;
    margin-left: 0.41rem;
}

.system_lightspot ul>li {
    display: flex;
    align-items: center;
    margin-bottom: 0.26rem;
}

.system_lightspot ul>li>img {
    width: 0.56rem;
    height: 0.56rem;
    margin-right: 0.25rem;

}

.other_serve {
    text-align: center;
    color: #333333;
    margin-top: 0.77rem;
}

.other_serve>h1 {
    font-size: 0.36rem;
    margin-bottom: 0.4rem;
}

.other_serve>p {
    line-height: 0.4rem;
    font-size: 0.24rem;
}