/* 手机 */
@media (min-width: 10px) {
    .u-swipe-item {
        height: 800px;
    }

    .u-swipe-item-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        /*border: 2px solid red;*/
        margin-top: 60px;
        position: absolute;
        width: 90%;
    }

    .u-item-image {
        margin-top: 50px;
        width: 100%;
    }

    .v-about-pc {
        display: none;
    }

    .v-about-phone {
        display: flex;
    }

    /* 服务内容项列表 */
    .m-service-list {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-around;
        flex-wrap: wrap;
        width: 100%;
        margin-top: 50px;
    }

    .u-service-item {
        width: 100%;
        margin-top: 40px;
    }

    .u-service-item > img {
        width: 130px;
        height: 130px;
    }

    .u-scene-item {
        width: 100%;
        height: 160px;
    }

    .v-process-phone {
        display: flex;
    }

    .v-process-pad {
        display: none;
    }

    .v-process-pc {
        display: none;
    }

    .m-price-content {
        width: 90%;
    }

    .m-content-question {
        width: 98%;
    }

    .w-price-item {
        width: 330px;
    }

    .u-contact-phone {
        width: 80%;
    }

    .v-logo-pc {
        display: none;
    }

    .v-logo-phone {
        display: flex;
    }

    .m-company-info > span {
        margin: 2px 0;
    }

    .m-company-info-span {
        margin: 2px 1px;
    }
}

/* 平板电脑 */
@media (min-width: 1000px) {
    .u-swipe-item {
        height: 600px;
    }

    .u-swipe-item-content {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        position: absolute;
        width: 90%;
        height: 450px;
    }

    .u-item-image {
        margin-top: 0;
        width: 60%;
    }

    .v-about-pc {
        display: flex;
    }

    .v-about-phone {
        display: none;
    }

    /* 服务内容项列表 */
    .m-service-list {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-around;
        width: 100%;
        margin-top: 50px;
    }

    .u-service-item {
        width: 40%;
        margin-top: 30px;
    }

    .u-scene-item {
        width: 47%;
        height: 160px;
    }

    .v-process-phone {
        display: none;
    }

    .v-process-pad {
        display: flex;
    }

    .v-process-pc {
        display: none;
    }

    .m-price-content {
        width: 600px;
    }

    .m-content-question {
        width: 90%;
    }

    .w-price-item {
        width: 260px;
    }

    .u-contact-phone {
        width: 60%;
    }

    .v-logo-pc {
        display: flex;
    }

    .v-logo-phone {
        display: none;
    }

    .m-company-info-span {
        margin: 2px 30px;
    }
}

/* PC */
@media (min-width: 1400px) {
    .u-swipe-item {
        height: 600px;
    }

    .u-swipe-item-content {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        /*border: 2px solid red;*/
        margin-top: 60px;
        position: absolute;
        width: 75%;
        height: 450px;
    }

    .u-item-image {
        margin-top: 0;
        height: 70%;
        width: auto;
    }

    .u-style-image {
        position: absolute;
        height: 400px;
    }

    .v-about-pc {
        display: flex;
    }

    .v-about-phone {
        display: none;
    }

    /* 服务内容项列表 */
    .m-service-list {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-around;
        width: 100%;
        margin-top: 50px;
    }

    .u-service-item {
        width: 18%;
        /*height: 260px;*/
    }

    .u-service-item > img {
        width: 130px;
        height: 130px;
    }

    .u-scene-item {
        width: 47%;
        height: 160px;
    }

    .v-process-phone {
        display: none;
    }

    .v-process-pad {
        display: none;
    }

    .v-process-pc {
        display: flex;
    }

    .m-price-content {
        width: 1200px;
    }

    .m-content-question {
        width: 80%;
    }

    .w-price-item {
        width: 260px;
    }

    .u-contact-phone {
        width: 50%;
    }

    .v-logo-pc {
        display: flex;
    }

    .v-logo-phone {
        display: none;
    }

    .m-company-info-span {
        margin: 2px 30px;
    }
}

/* 轮播图包装器 */
.swiper {
    width: 100%;
}

/* 轮播图项 */
.u-swipe-ad {
    min-width: 100%;
    max-width: 100%;
}

/* 轮播图项容器 */
.swiper-slide :hover {
    cursor: pointer;
}

.u-swipe-item {
    position: relative;
}

.u-swipe-item > img {
    height: 100%;
}

/* 服务内容项秒杀文本 */
.c-service-desc {
    color: #808080;
    font-size: 16px;
}

.u-module-title {
    font-size: 32px;
    font-weight: bold;
}

.u-scene-item {
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, .2);
    border-radius: .625rem;
    padding: 20px;
    margin-top: 30px;
}

.u-scene-item > img {
    width: 120px;
}

.m-company-contact {
    background-color: #242A32;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 50px;
    margin-top: 1px;
}

.m-company-contact span {
    color: white;
}

.m-company-code {
    background-color: #191E22;
    width: 100%;
    padding: 25px 0;
    flex-wrap: wrap;
}

.m-company-code span {
    color: white;
    margin: 0 5px;
}

.m-company-info {
    align-items: flex-start;
    width: 420px;
}

.u-process-icon {
    width: 50px;
}

.u-process-arrow {
    margin-top: 30px;
    margin-bottom: 30px;
}

.w-price-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 420px;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, .2);
    border-radius: .625rem;
    padding: 30px;
    border-top: 10px solid #1cc6e1;
    margin-bottom: 40px;
}

.w-price-item span:first-child {
    margin-top: 10px;
    font-weight: bold;
    font-size: 20px;
}

.w-price-item span:nth-child(2) {
    margin-top: 1px;
    font-size: 14px;
    color: #666;
}

.u-price-ask {
    margin-top: 20px;
    padding: 8px 30px;
    border-radius: 4px;
}

.u-price-ask:hover {
    cursor: pointer;
}

.u-goods-price {
    margin-top: 20px;
}

.w-rights-list {
    margin-top: 25px;
}

.w-rights-list img {
    width: 20px;
}

.w-rights-list span {
    margin-left: 10px;
}

.m-price-content {
    margin-top: 30px;
    justify-content: space-around;
    flex-wrap: wrap;
}

.w-price-mark span {
    color: #808080;
    font-size: 14px;
}

.u-icon-arrow {
    width: 200px;
}

.u-icon-arrow-down {
    height: 100px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.w-process-item {
    width: 260px;
    height: 90px;
}

.w-process-item > span {
    margin-top: 10px;
}

.u-service-item span {
    margin-top: 15px;
}


