a:link{ text-decoration: none;}
/*背景颜色*/
body {
    background: linear-gradient(to bottom, #ECF4FF, white); /* 线性渐变从#ECF4FF到白色 */
}

/*版心*/
.edition {
    max-width: 1200px; /* 设置版心最大宽度 */
    width: 100%; /* 使版心响应式适配 */
    height: auto;
    /*border: 1px solid black;*/
    margin: 0 auto;
}

/*banner图*/
.banner {
    margin: 0 auto; /* 将元素水平居中 */
    width: 100%; /* 充满父容器的宽度 */
    height: 600px; /* 设置元素高度为 600px */
    background-image: url("../../assets/img/cloud/banner-Product details.png"); /* 设置背景图像 */
    background-repeat: no-repeat; /* 防止背景图像重复显示 */
    background-size: cover; /* 缩放背景图像以覆盖整个元素 */
    background-position: center center; /* 将背景图像水平和垂直居中 */
    padding: 180px 0 0 0;
    box-sizing: border-box;
    box-shadow: 0px 0px 0px 3px rgba(66, 153, 225, 0.6);
}

/*标题介绍*/
.titleIntroduction {
    margin: 0 auto;
    width: 802px;
    height: 312px;
    text-align: center;
    /*border: 1px solid black;*/
    position: relative;
}

.titleIntroduction > h1 {
    display: inline-block;
    font-family: "YouSheBiaoTiHei-2";
    font-size: 70px;
    font-weight: 500;
    letter-spacing: 6px;
}

.titleIntroduction p {
    display: inline-block;
    color: #3D3D3D;
    width: 760px;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 14px;
}

.titleIntroduction .box {
    position: absolute;
    top: 37px;
    left: 612px;
    width: 200px;
    height: 26px;
    color: white;
    background-color: rgba(255, 44, 44, 0.67); /* 修正透明度值 */
    border-radius: 4px 4px 10px 4px;
    display: flex;
    align-items: center; /* 垂直居中文本和图标 */
    padding: 0 6px; /* 调整内容填充 */
}

.icon_refund {
    display: flex; /* 使用 Flex 布局 */
    align-items: center; /* 垂直居中 */
    width: 19px;
    height: 19px;
    margin-right: 5px; /* 调整图标与文本之间的间距 */
}

.icon_refund img {
    width: 100%;
    height: 100%;
}
.ysmb {
    display: none;
}
.refund {
    font-size: 13px;
}

/*选购按钮*/
.buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 644px;
    height: 60px;
    color: white;
    margin: 36px auto 0 auto;
}

.buttons div {
    width: 200px;
    height: 60px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: normal;
    background-color: #4589FD;
    border-radius: 4px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.4), 0px 7px 13px -3px rgba(0, 0, 0, 0.3), inset 0px -3px 0px 0px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease; /* 添加过渡效果 */
}

/* 鼠标悬停效果 */
.buttons div:hover {
    background-color: #3a77e3;
    transform: translateY(-5px); /* 鼠标悬停时向上移动5px */
}

/* 点击效果 */
.buttons div:active {
    box-shadow: none;
    /* 添加其他点击时的样式 */
}

/*页面主体*/
.main {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main > h1 {
    font-size: 40px;
    font-weight: bold;
    margin-top: 70px;
}

/*产品优势*/
.product_advantages {
    display: flex;
    margin-top: 40px;
}

/*中间logo*/
.revolve_frame {
    width: 192px;
    height: 192px;
    border-radius: 50%; /* 将元素设置为圆形 */
    border: 2px dashed #4589FD; /* 设置蓝色虚线边框 */
    position: absolute;
}
.revolve_frame1{
    width: 150px;
    height: 150px;
    border-radius: 50%; /* 将元素设置为圆形 */
    border: 2px dashed #4589FD; /* 设置蓝色虚线边框 */
    position: absolute;
    animation: rotate1 8s linear infinite;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes rotate1{
    0% {
    transform: rotate(360deg);
    }
    100% {
    transform: rotate(0deg);
    }
}

.revolve_frame {
    animation: rotate 8s linear infinite; /* 应用旋转动画，2s表示动画时长，linear表示线性动画，infinite表示无限循环 */
}

.product_advantages > .logo {
    width: 194px;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.round_bottom {
    width: 192px;
    height: 192px;
    border-radius: 50%; /* 将元素设置为圆形 */
    background-color: white; /* 设置背景颜色为白色 */
    box-shadow: 0px 2px 8px 0px rgba(99, 99, 99, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.round_middle {
    width: 140px;
    height: 140px;
    border-radius: 50%; /* 将元素设置为圆形 */
    background-color: white; /* 设置背景颜色为白色 */
    box-shadow: 0px 6px 8px 2px rgba(33, 101, 217, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.round_top {
    width: 100px;
    height: 100px;
    border-radius: 50%; /* 将元素设置为圆形 */
    background-color: white; /* 设置背景颜色为白色 */
    box-shadow: 2px 2px 3px 1px rgba(69, 137, 253, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
}


/*左右边优势*/
.left_advantage,
.right_advantage {
    height: 500px;
    width: 468px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.left_advantage > div {
    width: 468px;
    height: 104px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    border-bottom: 1px dashed #4589FD;
}

.right_advantage > div {
    width: 468px;
    height: 104px;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px dashed #4589FD;
}

.left_advantage > div > span,
.right_advantage > div > span {
    /*width: 214px;*/
    height: 36px;
    font-size: 24px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.left_advantage > div > span img{
    margin-left: 10px;
}
.right_advantage > div > span img{
    margin-right: 10px;
}

.left_advantage > div > p,
.right_advantage > div > p {
    width: 448px;
    font-size: 14px;
    color: #5C5C5C;
    line-height: 28px;
}

.advantage_2 {
    margin-left: -100px; /* 向左移动 100px */
}

.advantage_5 {
    margin-left: 100px;
}

/*产品功能*/
.product_features {
    display: flex;
    margin-top: 90px;
}
.transverse_blocks-mobile{
    display: none;
}
.vertical_blocks>div {
    width: 248px;
    height: 474px;
    background-color: white;
    border-radius: 8px;
    /*box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.19), 0px 6px 6px 0px rgba(0, 0, 0, 0.23);*/
    box-shadow: 0px 0px 6px 3px rgb(0 0 0 / 10%);
}

.function_1>img {
    position: absolute;
    /*margin-left: 12px;*/
    /*margin-top: 270px;*/
    bottom: -9px;
    width: 283px;
    right: -50px;
}

.transverse_blocks {
    width: 898px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    margin-left: 14px;
}

.transverse_blocks>div {
    width: 442px;
    height: 230px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0px 0px 6px 3px rgb(0 0 0 / 10%);
    position: relative;
}

.transverse_blocks>div>img {
    position: absolute;
    /*margin-left: 345px;*/
    /*margin-top: 128px;*/
    width: 90px;
    bottom: 0;
    right: 0;
}

.function_1 {
    display: flex;
    justify-content: center;
    align-content: flex-start;
    flex-wrap: wrap;
    position: relative;
}

.function_1>span {
    font-size: 22px;
    font-weight: 500;
    width: 210px;
    height: 76px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #D8D8D8;
    color: #3D3D3D;
}

.function_1>p {
    width: 198px;
    font-size: 16px;
    line-height: 28px;
    color: #5C5C5C;
    margin-top: 10px;
}

.function_1>span>img {
    margin-left: 10px;
    margin-right: 10px;
    width: 66px;
}

.transverse_blocks>div {
    display: flex;
    justify-content: center;
    align-content: flex-start;
    flex-wrap: wrap;
}

.transverse_blocks>div>span {
    font-size: 22px;
    font-weight: 500;
    width: 400px;
    height: 76px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #D8D8D8;
    color: #3D3D3D;
}

.transverse_blocks>div>p {
    z-index: 9;
    width: 398px;
    font-size: 16px;
    line-height: 28px;
    color: #5C5C5C;
    margin-top: 10px;
}

.transverse_blocks>div>span>img {
    margin-left: 10px;
    margin-right: 10px;
    width: 66px;
}

/*优势对比*/
.comparison_of_advantages {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-evenly;
    margin: 80px 0;

}

/*优势对比公共样式*/
.comparison_of_advantages > div {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}

.comparison_of_advantages > div > h3 {
    font-size: 24px;
    font-weight: 600;
    color: #5C5C5C;
    margin-top: 30px;
}

.comparison_of_advantages > div > p {
    height: 28px;
    font-size: 18px;
    margin: 15px 0;
    color: #616264;
    text-align: center;
    width: 90%;
}

.comparison_of_advantages > div {
    width: 276px;
    height: 944px;
    background-color: #eaf3ff;
    /*border: 1px solid black;*/
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16), 0px 3px 6px 0px rgba(0, 0, 0, 0.23);
}

/*优势对比单独样式*/
.function_introduce {
    border-radius: 16px 0 0 16px;
}

.comparison_of_advantages > .function_introduce p:nth-child(2),
.shiwaiyun_function p:nth-child(2),
.other_1 p:nth-child(2),
.other_2 p:nth-child(2) {
    margin-top: 48px;
}

.shiwaiyun_function {
    width: 284px !important;
    height: 980px !important;
    background-color: #CADFFF !important;
}

.shiwaiyun_function > h3 {
    margin-top: 45px !important;
    font-size: 28px !important;
    color: #4589FD !important;
}

.shiwaiyun_function > p {
    color: #0055ff!important;
}

.shiwaiyun_function > p > img {
    /*margin: 11px 0;*/
}

.other_1 {

}

.other_2 {
    border-radius: 0 16px 16px 0;
}

/*底部选购*/
.shopNow_footer {
    width: 100%;
    height: 140px;
    background-color: #4589FD;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.shopNow_footer > a > span {
    display: flex;
    width: 180px;
    height: 40px;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    background-color: white;
    font-size: 20px;
    font-weight: bold;
    margin-top: 40px;
    color: black;
}

.shopNow_footer > a > span:hover {
    color: #4589FD; /* 修改鼠标悬停时文字的颜色 */
    box-shadow: 0px 50px 100px -20px rgba(50, 50, 93, 0.25), 0px 30px 60px -30px rgba(0, 0, 0, 0.3), inset 0px -2px 6px 0px rgba(10, 37, 64, 0.35);
}

.shopNow_footer > p {
    color: white;
    font-size: 18px;
    margin-top: 10px;
}

@media screen and (max-width: 768px) {
    /*banner图*/
    .banner {
        margin: 0 auto; /* 将元素水平居中 */
        width: 100%; /* 充满父容器的宽度 */
        height: 300px; /* 设置元素高度为 600px */
        background-image: url("../../assets/img/cloud/banner-Product details.png"); /* 设置背景图像 */
        background-repeat: no-repeat; /* 防止背景图像重复显示 */
        background-size: cover; /* 缩放背景图像以覆盖整个元素 */
        background-position: center center; /* 将背景图像水平和垂直居中 */
        padding: 80px 0 0 0;
        box-sizing: border-box;
        box-shadow: 0px 0px 0px 3px rgba(66, 153, 225, 0.6);
    }

    /*标题介绍*/
    .titleIntroduction {
        margin: 0 auto;
        width: 80%;
        height: initial;
        text-align: center;
        /*border: 1px solid black;*/
        position: relative;
    }

    .titleIntroduction > h1 {
        display: inline-block;
        font-family: "YouSheBiaoTiHei-2";
        font-size: 40px;
        font-weight: 500;
        letter-spacing: 6px;
    }

    .titleIntroduction p {
        color: #3D3D3D;
        width: 86%;
        font-size: 12px;
        font-weight: 500;
        line-height: 28px;
        letter-spacing: 2px;
        text-align: center;
        margin: 10px auto;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3; /* 设置显示的行数 */
        overflow: hidden;
        text-overflow: ellipsis; /* 文本溢出显示省略号 */
    }

    .titleIntroduction .box {
        position: initial;
        margin: 0 auto;
        width: 145px;
        height: 20px;
        color: white;
        background-color: rgba(255, 44, 44, 0.67); /* 修正透明度值 */
        border-radius: 4px 4px 10px 4px;
        display: flex;
        align-items: center; /* 垂直居中文本和图标 */
        padding: 0 6px; /* 调整内容填充 */
    }

    .icon_refund {
        display: flex; /* 使用 Flex 布局 */
        align-items: center; /* 垂直居中 */
        width: 19px;
        height: 19px;
        margin-right: 5px; /* 调整图标与文本之间的间距 */
    }

    .icon_refund img {
        width: 100%;
        height: 100%;
    }

    .refund {
        font-size: 10px;
    }

    /*选购按钮*/
    .buttons {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 95%;
        height: 40px;
        color: white;
        margin: -4px auto 0 auto;
    }
.buttons a{
    display: inline-block;
    width: 30%;
    height: initial;
}
    .buttons div {
        width: 100%;
        height: 35px;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 12px;
        font-weight: normal;
        background-color: #4589FD;
        border-radius: 4px;
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.4), 0px 7px 13px -3px rgba(0, 0, 0, 0.3), inset 0px -3px 0px 0px rgba(0, 0, 0, 0.2);
        transition: transform 0.3s ease; /* 添加过渡效果 */
    }

    /* 鼠标悬停效果 */
    .buttons div:hover {
        background-color: #3a77e3;
        transform: translateY(-5px); /* 鼠标悬停时向上移动5px */
    }

    /* 点击效果 */
    .buttons div:active {
        box-shadow: none;
        /* 添加其他点击时的样式 */
    }

    /*页面主体*/
    .main {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .main > h1 {
        font-size: 30px;
        font-weight: bold;
        margin-top: 50px;
    }

    /*产品优势*/
    .product_advantages {
        display: flex;
        margin-top: 40px;
        flex-direction: column;
        align-items: center;
    }

    /*中间logo*/
    .revolve_frame {
        width: 192px;
        height: 192px;
        border-radius: 50%; /* 将元素设置为圆形 */
        border: 2px dashed #4589FD; /* 设置蓝色虚线边框 */
        position: absolute;
    }

    /*@keyframes rotate {*/
    /*    0% {*/
    /*        transform: rotate(0deg);*/
    /*    }*/
    /*    100% {*/
    /*        transform: rotate(360deg);*/
    /*    }*/
    /*}*/

    .revolve_frame {
        animation: rotate 8s linear infinite; /* 应用旋转动画，2s表示动画时长，linear表示线性动画，infinite表示无限循环 */
    }

    .product_advantages > .logo {
        width: 194px;
        height: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        margin: 10px;
    }

    .round_bottom {
        width: 192px;
        height: 192px;
        border-radius: 50%; /* 将元素设置为圆形 */
        background-color: white; /* 设置背景颜色为白色 */
        box-shadow: 0px 2px 8px 0px rgba(99, 99, 99, 0.2);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .round_middle {
        width: 140px;
        height: 140px;
        border-radius: 50%; /* 将元素设置为圆形 */
        background-color: white; /* 设置背景颜色为白色 */
        box-shadow: 0px 6px 8px 2px rgba(33, 101, 217, 0.2);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .round_top {
        width: 100px;
        height: 100px;
        border-radius: 50%; /* 将元素设置为圆形 */
        background-color: white; /* 设置背景颜色为白色 */
        box-shadow: 2px 2px 3px 1px rgba(69, 137, 253, 0.15);
        display: flex;
        align-items: center;
        justify-content: center;
    }


    /*左右边优势*/
    .left_advantage,
    .right_advantage {
        height: initial;
        width: 90%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
    }

    .left_advantage > div {
        flex-direction: row-reverse;
    }

    .left_advantage > div, .right_advantage > div {
        width: 90%;
        height: initial;
        display: flex;
        flex-wrap: wrap;
        border-bottom: 1px dashed #4589FD;
        margin-bottom: 10px;
        flex-direction: row;

    }

    .left_advantage > div > span,
    .right_advantage > div > span {
        /*width: 176px;*/
        height: 36px;
        font-size: 18px;
        font-weight: 500;
        display: flex;
        justify-content: space-between;
        align-items: center;

    }

    .left_advantage > div > span {
        flex-direction: row-reverse;
    }
.yspc {
    display: none;
}
.ysmb {
    display: block;
    width: 53px;
    margin-left: -10px!important;
    margin-right: 0!important;
}
    .left_advantage > div > p,
    .right_advantage > div > p {
        width: 100%;
        font-size: 14px;
        color: #5C5C5C;
        line-height: 28px;
    }

    .advantage_2 {
        margin-left: 0; /* 向左移动 100px */
    }

    .advantage_5 {
        margin-left: 0;
    }

    /*产品功能*/
    .product_features {
        display: none;
    }

    .transverse_blocks-mobile {
        display: flex;
        flex-wrap: wrap;
    }

    .function {
        width: 86%;
        margin: 10px auto;
        border-radius: 6px;
        background-color: #fff;
        /*box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.19);*/
        box-shadow: 0px 0px 6px 3px rgb(0 0 0 / 10%);
        padding: 16px 10px 10px 10px;
    }

    .function_01 {
        margin-top: 30px;
    }

    .function > span {
        display: flex;
        height: 30px;
        font-size: 20px;
        font-weight: bold;
        color: #3D3D3D;
        align-items: center;
        border-bottom: 1px solid #D8D8D8;
        padding-bottom: 19px;
        margin-bottom: 8px;
    }

    .function > span > img {
        margin-right: 10px;
        width: 50px;
        margin-bottom: 22px;
    }

    .function > p {
        color: #707070;
        line-height: 22px;
    }

    .transverse_blocks-mobile > button {
        width: 86%;
        margin: 10px auto;
        border-radius: 6px;
        /*box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.19);*/
        box-shadow: 0px 0px 6px 3px rgb(0 0 0 / 10%);
        height: 40px;
        background-color: #fff;

    }

    /*优势对比*/
    .comparison_of_advantages {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: center;
        margin: 40px auto;

    }

    /*优势对比公共样式*/
    .comparison_of_advantages > div {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }

    .comparison_of_advantages > div > h3 {
        font-size: 16px;
        font-weight: 600;
        color: #5C5C5C;
        margin-top: 30px;
        text-align: center;
        width: 90%;
        height: 36px;
        display: flex;
        justify-content: center;
        align-items: center;
flex-direction: column;
    }

    .comparison_of_advantages > div > p {
        width: 94%;
        height: 52px;
        font-size: 12px;
        margin: 0;
        color: #616264;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .comparison_of_advantages > div > p> img{
        width: 20px;
    }
    .comparison_of_advantages > div {
        width: 24%;
        height: initial;
        background-color: #eaf3ff;
        /*border: 1px solid black;*/
        box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16), 0px 3px 6px 0px rgba(0, 0, 0, 0.23);
    }


    /*优势对比单独样式*/
    .function_introduce {
        border-radius: 16px 0 0 16px;
    }

    .comparison_of_advantages > .function_introduce p:nth-child(2),
    .shiwaiyun_function p:nth-child(2),
    .other_1 p:nth-child(2),
    .other_2 p:nth-child(2) {
        margin-top: 28px;
    }

    .shiwaiyun_function {
        width: 24% !important;
        height: initial !important;
        background-color: #CADFFF !important;
    }

    .shiwaiyun_function > h3 {
        margin-top: 30px !important;
        text-align: center;
        width: 90%;
        font-size: 16px !important;
        color: #4589FD !important;
    }

    .shiwaiyun_function > p {
        color: #0055ff;
    }

    .shiwaiyun_function > p > img {
        /*margin: 11px 0;*/
    }

    .other_1 {

    }

    .other_2 {
        border-radius: 0 16px 16px 0;
    }

    /*底部选购*/
    .shopNow_footer {
        width: 100%;
        height: initial;
        background-color: #4589FD;
        display: flex;
        flex-direction: column;
        align-items: center;

    }
    .shopNow_footer > a{
        width: 100%;
        text-align: center;
    }
    .shopNow_footer > a > span {
        display: flex;
        width: 80%;
        max-width: 180px;
        height: 35px;
        border-radius: 20px;
        justify-content: center;
        align-items: center;
        background-color: white;
        font-size: 18px;
        font-weight: bold;
        color: black;
        margin: 20px auto;
    }

    .shopNow_footer > a > span:hover {
        color: #4589FD; /* 修改鼠标悬停时文字的颜色 */
        box-shadow: 0px 50px 100px -20px rgba(50, 50, 93, 0.25), 0px 30px 60px -30px rgba(0, 0, 0, 0.3), inset 0px -2px 6px 0px rgba(10, 37, 64, 0.35);
    }

    .shopNow_footer > p {
        color: white;
        font-size: 12px;
        text-align: center;
        width: 80%;
        margin-top: 0;
        margin-bottom: 20px;
    }

}