.product-value {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url('https://xdr-tests.oss-cn-beijing.aliyuncs.com/upload/1717556481389.png') no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
    width: 100%;
    height: 280px;
    margin-top: -4px;
    text-align: center;
}

h1 {
    font-size: 40px;
    font-family: Alibaba PuHuiTi, Alibaba PuHuiTi-Bold;
    font-weight: 700;
    text-align: justifyLeft;
    color: #ffffff;
}

.product-value div {
    margin-top: 32px;
    font-size: 23px;
    font-family: PingFang SC, PingFang SC-ExtraLight;
    color: #ffffff;
    line-height: 47px;
}

.eficient-management {
    width: 100%;
    padding-bottom: 65px;
    background-color: #F6F6F6;
}

.eficient-management h1 {
    text-align: center;
    margin: 80px 0;
    font-size: 34px;
    font-family: Alibaba PuHuiTi, Alibaba PuHuiTi-Bold;
    font-weight: 700;
    color: #3a3a3a;
    line-height: 50px;
    letter-spacing: 0.53px;
}

.eficient-box {
    display: flex;
    justify-content: center;
}

.eficient-box img {
    width: 583px;
    height: 432px;
}

.eficient-content {
    margin-left: 118px;
}

.eficient-content .content {
    padding-bottom: 35px;

}

.content h3 {
    margin-bottom: 7px;
    font-size: 24px;
    font-family: Alibaba PuHuiTi, Alibaba PuHuiTi-Bold;
    font-weight: 700;
    color: #474747;
}

.content div {
    font-size: 16px;
    font-family: Alibaba PuHuiTi, Alibaba PuHuiTi-Regular;
    font-weight: 400;
    color: #474747;
}

.introduce {
    /* background: url('../image/xdr/introduce-bg.png') no-repeat;
    background-size: 100% 100%; */
    background: linear-gradient(to right, #1C7FFB, #3948C5);
    width: 100%;
    height: 870px;
    display: flex;
    justify-content: center;
    text-align: center;
}

h6 {
    font-size: 24px;
    font-family: PingFang SC, PingFang SC-ExtraLight;
    color: #ffffff;
    line-height: 47px;
}

.logo-box {
    width: 664px;
    height: 59px;
    border-radius: 29px;
    background: #ffffff;
    font-size: 27px;
    font-family: Alibaba PuHuiTi, Alibaba PuHuiTi-Regular;
    font-weight: 400;
    color: #0762cb;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-top: 34px;
}

.logo-box img {
    width: 34px;
    height: 33px;
    margin-right: 15px;
    margin-top: 2px;
}

.introduce h5 {
    font-size: 17px;
    font-family: Alibaba PuHuiTi, Alibaba PuHuiTi-Regular;
    font-weight: 400;
    color: #ffffff;
    line-height: 35px;
    text-align: left;
}

.customized {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
}

.customized img {
    width: 400px;
    height: 642px;
}

.customized .title {
    font-size: 26px;
    font-family: Alibaba PuHuiTi, Alibaba PuHuiTi-Bold;
    font-weight: 700;
    color: #ffffff;
    text-align: left;
}

.customized-box {
    display: flex;
    align-items: center;
    margin-bottom: 80px;
}

.customized-box .img-border {
    width: 223px;
    height: 5px;
}

.characteristic {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding-bottom: 75px;
    padding-top: 130px;
}

.characteristic-head {
    width: 1300px;
    height: 235px;
    background: url('https://xdr-tests.oss-cn-beijing.aliyuncs.com/upload/1719196556209.png') no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    /* margin-top: 150px; */
    z-index: 2;
    position: relative;
}

.characteristic .title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 55px;
    font-size: 34px;
    font-family: Alibaba PuHuiTi, Alibaba PuHuiTi-Medium;
    font-weight: 500;
    color: #474747;
    line-height: 30px;
}

.title div {
    font-size: 34px;
    font-family: Alibaba PuHuiTi, Alibaba PuHuiTi-Medium;
    font-weight: 500;
    color: #474747;
    line-height: 30px;
    letter-spacing: 1.75px;
}

.shield {
    width: 1300px;
    margin: 0 auto;
    background: #F9FAFA;
    margin-top: -123px;
    padding-top: 100px;
    padding-bottom: 1px;
    position: relative;
}

.focus {
    position: relative;
    margin: 80px auto;
    width: 895px;
    height: 593px;
    overflow: hidden;
}

.focus img {
    width: 895px;
    /* height: 593px; */
    height: auto;
    /* 高度自动，确保图像保持原有的纵横比 */
    image-rendering: -moz-crisp-edges;
    /* Firefox */
    image-rendering: -o-crisp-edges;
    /* Opera */
    image-rendering: -webkit-optimize-contrast;
    /* Webkit (non-standard name) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    /* IE (non-standard property) */
}

.focus ul {
    /* 使用动画需要添加定位 */
    position: relative;
    width: 500%;
}

.focus ul li {
    float: left;
}

.arrow-l,
.arrow-r {
    width: 50px;
    height: 50px;
    z-index: 999;
    cursor: pointer;
}

.arrow-l {
    left: -10px;
}

.arrow-r {
    right: 10px;
}

.circle {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.circle li {
    float: left;
    width: 13px;
    height: 13px;
    /* border: 2px solid pink; */
    margin: 0 3px;
    border-radius: 50%;
    cursor: pointer;
    background-color: #F0F0F0;
}

.current {
    background-color: #D8D8D8 !important;
}

.trial {
    width: 100%;
    height: 700px;
}

.trial-box {
    margin: 90px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.trial-box img {
    width: 445px;
    height: 646px;
}

.trial-box h2 {
    font-size: 32px;
    font-weight: bold;
    color: #5e5e5e;
    line-height: 42px;
    margin-bottom: 17px;
}

.trial-box .border {
    width: 90px;
    height: 6px;
    background: #0762cb;
}

.information {
    margin-top: 45px;
    font-size: 20px;
    font-family: Alibaba PuHuiTi, Alibaba PuHuiTi-Regular;
    color: #5e5e5e;
    line-height: 50px;
    border-bottom: 1px solid #B6B6B6;
}

.input {
    padding: 4px 11px;
    padding-left: 2px;
    height: 32px;
    color: rgba(0, 0, 0, 0.65);
    background-color: #F6F6F6;
    background-image: none;
    border: 0;
    border-radius: 2px;
    transition: all .3s;
}

input[type=text]:focus {
    outline: none;
}

.reservation {
    width: 199px;
    height: 51px;
    border-radius: 26px;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    background: #0762CB;
    line-height: 51px;
    cursor: pointer;
    margin-top: 85px;
    margin-left: 300px;
}

.direction {
    height: 29px !important;
    width: 29px !important;
    z-index: 2 !important;
}