.zhuheBox {
    height: 800px;
    width: 100%;
    box-sizing: content-box;
    text-align: center;
    background: linear-gradient(180deg, #1B2FC4 -51.25%, #A389E7 147.19%);
    position: relative;
}

.zhuheBox .img {
    position: absolute;
    bottom: 0;
    left: 60%;
    transform: translateX(-50%);
    opacity: .2;
}

.x_shop_banner_content{
    width: 1400px;
    margin: 0 auto;
    clear: both;
    position: relative;
    top: 120px;
    display: flex;
    align-items: center;
}

.banner-btn-box {
    display: flex;
    justify-content: space-around;
    width: 300px;
    margin: 0 auto;
}

.x_shop_banner_content_left{
    width: 1000px;
    position: relative;
    right: 900px;
    top: 35px;
}

.x_shop_banner_content_right{
    position: relative;
    left: 730px;
    top: 70px;
}

.title-shadow {
    color: #FFF;
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-shadow: 0 6px 2px rgba(255, 255, 255, .6);
    text-align: left;
    position: relative;
}

.title-shadow::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 160px;
    height: 6px;
    background-color: #fff;
}

.title-detail {
    text-align: left;
    color: #FFF;
    font-style: normal;
    font-weight: 400;
    margin-top: 50px;
    font-size: 20px;
    width: 550px;
}

.title-detail p {
    margin-bottom: 6px;
}
.title-detail p:last-child {
    margin-bottom: 0;
    line-height: 40px;
}

.banner_bottom_btn {
    margin-top: 60px;
    background-color: #fff;
    color: #818DFA;
    border-radius: 8px;
    width: 130px;
    padding: 4px 10px;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
}


.list-box {
    background-color: #f7f9fd;
}

.list{
    width: 1000px;
    padding: 50px 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.list-item {
    display: flex;
    align-items: center;
}

.list-item-title {
    font-size: 24px;
    color: rgba(0,0,0,.5);
    margin-left: 20px;
}

.msgTan{
    cursor:pointer;
}

.list-item:hover svg{
    -webkit-animation: 1s ease 1 0s both;
    -moz-animation: 1s ease 1 0s both;
    -ms-animation: 1s ease 1 0s both;
    animation: 1s ease 1 0s both;
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -ms-animation-name: bounce;
    animation-name: bounce;
}

.introduce {
    overflow: hidden;
}

.introduce-title-box {
    text-align: center;
    padding: 50px 0;
}

.introduce-title-box div:first-child {
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.introduce-title-box div:last-child {
    color: rgba(0, 0, 0, 0.50);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 30px;
}

.introduce-img-box {
    text-align: center;
    margin: 40px 0;
}

.device-function {
    position: relative;
}

.function-title-box {
    text-align: center;
    padding: 50px 0;
}

.function-title-box div:first-child {
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.function-title-box div:last-child {
    color: rgba(0, 0, 0, 0.50);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 30px;
}

.function-card {
    width: 1100px;
    margin: 50px auto;
}

.function-card .card-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.function-card .card-bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
}

.function-card .card-top .card-top-item {
    width: 200px;
}

.function-card .card-bottom .card-bottom-item {
    width: 200px;
}

.function-card .card-top .card-top-item div:first-child {
    display: flex;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 10px;
    background: rgba(1, 74, 224, 0.10);
}

.function-card .card-top .card-top-item div:first-child:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
}

.function-card .card-top .card-top-item div:last-child {
    color: #000;
    text-align: center;
    font-size: 16px;
    margin-top: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.function-card .card-bottom .card-bottom-item div:first-child {
    display: flex;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 10px;
    background: rgba(1, 74, 224, 0.10);
}

.function-card .card-bottom .card-bottom-item div:first-child:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
}

.function-card .card-bottom .card-bottom-item div:last-child {
    color: #000;
    text-align: center;
    font-size: 16px;
    margin-top: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.advantage-title-box {
    text-align: center;
    padding: 50px 0;
}

.advantage-title-box div:first-child {
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.advantage-title-box div:last-child {
    color: rgba(0, 0, 0, 0.50);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 30px;
}

.advantage-card {
    width: 1200px;
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
}

.advantage-card .card-left {
    width: 45%;
    display: flex;
    border-radius: 10px;
    justify-content: space-around;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
}

.advantage-card .card-left .title-box {
    padding: 20px 0 0 20px;
}

.advantage-card .card-left .title-box .title{
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.advantage-card .card-right {
    width: 45%;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
}

.advantage-card .card-right {
    width: 45%;
    display: flex;
    border-radius: 10px;
    position: relative;
    justify-content: space-around;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
}

.advantage-card .card-right .title-box {
    padding: 20px 0 0 20px;
}

.advantage-card .card-right .title-box .title{
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.title-box .title-detail-1 {
    color: #666;
    font-size: 16px;
    font-style: normal;
    margin-top: 50px;
    font-weight: 500;
}

.sceneBox .sceneBox-title-box {
    text-align: center;
    padding: 50px 0;
}

.sceneBox>div:first-child {
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.sceneBox>div:last-child {
    color: rgba(0, 0, 0, 0.50);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-top: 30px;
}

.sceneBox .sceneBox-card {
    width: 940px;
    height: 885px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sceneBox .sceneBox-card .a-box {
    width: 200px;
    height: 200px;
    background-color: #014AE0;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 99;
}

.a-box .a-box-title {
    color: #FFF;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 10px;
}

.a-box .a-box-subtitle {
    color: #FFF;
    width: 150px;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.b-box {
    z-index: -99;
    position: absolute;
    top: -70px;
    left: -66px;
    width: 200px;
    height: 200px;
    background: rgba(1, 74, 224, 0.10);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    animation: aBoxKey 3s infinite;
}

@keyframes aBoxKey {
    from {
        opacity: 1;
        width: 200px;
        height: 200px;
        top: 0;
        left: 0;
    }

    to {
        opacity: 0;
        top: -70px;
        left: -66px;
        width: 335px;
        height: 335px;
    }
}

.c-box {
    width: 500px;
    height: 500px;
    flex-shrink: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.50);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
    display: flex;
    justify-content: center;
    align-items: center;
}

.d-box {
    width: 643px;
    height: 643px;
    flex-shrink: 0;
    border-radius: 50%;
    border: 1px dashed rgba(1, 74, 224, 0.60);
    display: flex;
    justify-content: center;
    align-items: center;
}

.e-box {
    width: 777px;
    height: 777px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    align-items: center;
    margin: 0 auto;
    border: 1px dashed rgba(1, 74, 224, 0.30);
    position: relative;
}

.e-box-item-common {
    position: absolute;
    color: #3879FF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    z-index: 99;
}

.absolute-1 {
    top: -80px;
}
.absolute-2 {
    top: 30px;
    right: 38px;
}
.absolute-3 {
    top: 320px;
    right: -65px;
}
.absolute-4 {
    bottom: 0;
    right: 47px;
}
.absolute-5 {
    bottom: -30px;
    left: 105px;
}
.absolute-6 {
    bottom: 205px;
    left: -80px;
}
.absolute-7 {
    top: 130px;
    left: -25px;
}

.solveBox {
    margin-bottom: 40px;
}

.solveBox .solveBox-title-box {
    text-align: center;
    padding: 50px 0;
}

.solveBox-title-box>div:first-child {
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.solveBox-title-box>div:last-child {
    color: rgba(0, 0, 0, 0.50);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 30px;
}

.solveBox .solveCard {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.solveBox .solveCard .solveCard-item {
    width: 300px;
    height: 494px;
    flex-shrink: 0;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
}

.solveBox .solveCard .solveCard-item .solveCard-item-title {
    height: 50px;
    width: 177px;
    border-radius: 10px 0;
    background: #5E86FF;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    padding-left: 20px;
}

.solveBox .solveCard .solveCard-item .solveCard-item-title>span {
    margin-left: 10px;
}

.solveBox .solveCard .solveCard-item .solveCard-item-img {
    width: 260px;
    height: 220px;
    margin: 20px auto;
    text-align: center;
    overflow: hidden;
}

@keyframes imgDong {
    0% {}
    100% {
        width: 280px;
        height: 240px;
    }
}

.solveBox .solveCard .solveCard-item .introduce {
    width: 260px;
    margin: 20px auto;
}

.solveBox .solveCard .solveCard-item .introduce .introduce-title {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
}

.solveBox .solveCard .solveCard-item .introduce>p {
    color: #666;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 16px;
}

.solveBox .solveCard .solveCard-item .introduce>p:last-child {
    margin-bottom: 0;
}

.device-footer {
    margin: 50px 0;
}

.device-footer .footer-card {
    width: 1200px;
    height: 400px;
    border-radius: 30px;
    background: linear-gradient(95deg, #1055E2 27.43%, #73A1FF 96.95%);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
}

.footer-card-left {
    padding: 90px 0 40px 80px;
}

.footer-card-left .left-title {
    color: #FFF;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
}

.footer-card-left .left-subtitle {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1px;
}

.footer-card-right {
    padding: 60px 130px 20px 0;
}

.btn-animate {
    position: relative;
    width: 140px;
    height: 50px;
    line-height: 50px;
    border: none;
    font-size: 24px;
    border-radius: 5px;
    cursor: pointer;
    background: #fff;
    color: #fff;
    text-align: center;
    margin-top: 50px;
    z-index: 999;
}


.btn-animate__around {
    background: transparent;
    color: #fff;
}
    .btn-animate__around svg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .btn-animate__around svg rect {
        fill: none;
        stroke: #fff;
        stroke-width: 3;
        stroke-dasharray: 422, 0;
        transition: all .5s linear;
    }


.btn-animate__around:hover {
    font-weight: 600;
}
.btn-animate__around:hover svg rect {
    stroke-width: 5;
    stroke-dasharray: 15, 260;
    stroke-dashoffset: 50%;
    transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}

.one,.two,.three,.four {
    position: absolute;
}

.footer-card .one {
    top: -250px;
    left: 0;
    width: 111px;
    height: 762px;
    background: rgba(255, 255, 255, 0.20);
    transform: rotate(38.077deg);
    flex-shrink: 0;
}

.footer-card .two {
    top: -150px;
    left: 160px;
    width: 111px;
    height: 762px;
    transform: rotate(38.077deg);
    background: rgba(255, 255, 255, 0.06);
}

.footer-card .three {
    position: absolute;
    background: rgba(255, 255, 255, 0.10);
    top: -57px;
    right: 445px;
    width: 110px;
    height: 110px;
    transform: rotate(-45deg);
    flex-shrink: 0;
}