.zhuheBox {
    box-sizing: content-box;
    background: linear-gradient(151deg, #3BA5F2 -58.16%, #CEEFFF 202.59%);
}

.banner_content {
    height: 800px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner_content_left .main-title {
    color: #FFF;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.banner_content_left .main-subtitle {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 40px;
}

.banner_content_left .main-text {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    width: 550px;
    margin: 50px 0 40px 0;
}

.banner_content_left .banner_bottom_btn {
    display: flex;
}

.banner_content_left .banner_bottom_btn .bottom_btn {
    display: flex;
    width: 160px;
    height: 46px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    border-radius: 10px;
    border: 2px solid #fff;
    margin-right: 20px;
    cursor: pointer;
}

.banner_content_left .banner_bottom_btn .bottom_btn:hover {
    color: #2672F0;
    background-color: #ffffff;
}

.banner_content_right {
    margin-left: 60px;
}

.banner_content_right img {
    width: 430px;
}

.list{
    padding: 50px 0;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.list-item {
    display: flex;
    align-items: center;
}

.title-box {
    margin-left: 20px;
}

.list-item-title {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 8px;
}

.list-item-subtitle {
    color: #666;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    width: 80%;
}

.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;
}

.titlebd {
    text-align: center;
    padding: 50px 0;
}

.titlebd .titlebd_t {
    color: #323232;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.9px;
    margin-bottom: 30px;
}

.titlebd .titlebd_des {
    font-size: 24px;
    line-height: 63px;
    letter-spacing: 0.4px;
    color: rgba(0, 0, 0, 0.50);
}

.retail {

}

.retail .retail-list {
    width: 1200px;
    margin: 40px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.retail .retail-list .retail-list-item {
    width: 300px;
    color: #000;
    background: #fff;
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
}

.retail .retail-list .retail-list-item:nth-child(n+7):nth-child(-n+9) {
    margin-bottom: 0;
}

.retail .retail-list .retail-list-item:hover {
    background-color: #278DFF;
}

.retail .retail-list .retail-list-item:hover .list-item-img {
    background-color: #fff;
    transition: background-color .6s ease;
}

.retail .retail-list .retail-list-item:hover .list-item-subtitle {
    color: #fff;
    transition: color .6s ease;
}

.retail .retail-list .retail-list-item:hover .list-item-title {
    color: #fff;
    transition: color .6s ease;
}

.retail-list-item .list-item-img {
    border-radius: 4px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(39, 141, 255, 0.20);
    margin-bottom: 20px;
}

.retail-list-item .list-item-title {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 8px;
}

.retail-list-item .list-item-subtitle {
    color: #666;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
}

.introduction {

}

.introduction .introduction-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
}

.introduction .introduction-list .tabs {
    display: flex;
    position: relative;
    border-radius: 87px;
    background: linear-gradient(90deg, rgba(39, 141, 255, 0.02) 0%, rgba(39, 141, 255, 0.20) 55%, rgba(39, 141, 255, 0.02) 100%);
    margin-bottom: 1rem;
    transform: scale(0.6);
}

.introduction .introduction-list .tabs * {
    z-index: 2;
}

input[type=radio] {
    display: none;
}

.introduction .introduction-list .tabs .tab {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 270px;
    font-size: 1.25rem;
    font-weight: 500;
    border-radius: 99px;
    cursor: pointer;
    transition: color 0.15s ease-in;
    margin: 6px 0;
}

.introduction .introduction-list .tabs .glider {
    position: absolute;
    display: flex;
    height: 60px;
    width: 270px;
    border-radius: 70px;
    background: #278DFF;
    z-index: 1;
    transition: 0.25s ease-out;
    margin: 6px 0;
}

input[type=radio]:checked + label {
    color: #fff;
}

input[type=radio]:checked + label > .notification {
    background-color: #fff;
    color: #fff;
}

input[id=radio-1]:checked ~ .glider {
    transform: translateX(0);
}

input[id=radio-2]:checked ~ .glider {
    transform: translateX(100%);
}

input[id=radio-3]:checked ~ .glider {
    transform: translateX(200%);
}

.introduction .introduction-list .content-card {
    margin: 30px auto;
    width: 1100px;
    height: 510px;
}

.introduction .introduction-list .content-card .content {
    display: none;
    background-color: #fff;
}

.introduction .introduction-list .content-card .content.active {
    display: block;
}

.introduction .introduction-list .content-card .content .content-item-list {
    display: flex;
    align-items: center;
    justify-content: center;
}

.introduction .introduction-list .content-card .content .content-item-list .content-img {
    margin-right: 120px;
}

.introduction .introduction-list .content-card .content .content-item-list .content-img img {
    width: 250px;
}

.introduction .introduction-list .content-card .content .content-item-list .item-list .items-p {
    margin-bottom: 30px;
}

.introduction .introduction-list .content-card .content .content-item-list .item-list .items-p:last-child {
    margin-bottom: 0;
}

.introduction .introduction-list .content-card .content .content-item-list .item-list .items-p div:first-child {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-left: 5px solid #278DFF;
    padding-left: 14px;
    margin-bottom: 10px;
}

.introduction .introduction-list .content-card .content .content-item-list .item-list .items-p div:last-child {
    padding-left: 18px;
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.rendering .rendering-swiper {
    width: 860px;
    margin: 0 auto;
    position: relative;
}

.rendering-swiper .swiper-container .swiper-wrapper .swiper-slide {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 30px;
    height: 80px;
    flex-shrink: 0;
    background: rgba(0, 0, 0, 0.10);
}

.swiper-button-next {
    right: -50px;
    text-align: center;
    line-height: 80px;
}

.swiper-button-prev {
    left: -50px;
    text-align: center;
    line-height: 80px;
}


.setOut {
    width: 100%;
    background: linear-gradient(90deg, #3769FF 0%, #5983FF 101.68%);
    height: 320px;
    margin: 40px 0;
}

.setOut .setOut-box {
    width: 1100px;
    margin: 0 auto;
    position: relative;
}

.setOut .setOut-box .setOut-box-title {
    padding: 50px 0 0 70px;
}

.setOut .setOut-box .setOut-box-title .title1 {
    color: #FFF;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
}

.setOut .setOut-box .setOut-box-title .title2 {
    color: #FFF;
    margin-bottom: 10px;
    font-size: 20px;
    font-style: normal;
    line-height: normal;
}

.setOut .setOut-box .setOut-box-title .title3 {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    line-height: normal;
}

.setOut .setOut-box .setOut-list {
    width: 100%;
    display: flex;
    position: absolute;
    bottom: -260px;
    justify-content: space-between;
}

.setOut .setOut-box .setOut-list .setOut-list-item {
    width: 196px;
    height: 210px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
}

.setOut .setOut-box .setOut-list .setOut-list-item .setOut-list-img {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px;
    border-radius: 4px;
    background: rgba(39, 141, 255, 0.20);
    margin-bottom: 30px;
}

.setOut .setOut-box .setOut-list .setOut-list-item .setOut-list-title {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
}

.setOut .setOut-box .setOut-list .setOut-list-item .setOut-list-subtitle {
    color: #666;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.usageScene {
    margin-top: 130px;
}

.usageScene .usageScene-list {
    width: 1200px;
    margin: 20px auto 40px auto;
    display: flex;
    justify-content: space-between;
}

.usageScene .usageScene-list .usageScene-list-item {
    height: 341px;
    width: 285px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
    position: relative;
}

.usageScene .usageScene-list .usageScene-list-item::after {
    content: '';
    display: block;
    height: 10px;
    background: var(--line-color);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.usageScene .usageScene-list .usageScene-list-item .list-item-title {
    padding: 30px 0 0 20px;
}

.usageScene .usageScene-list .usageScene-list-item .list-item-title div:first-child {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.usageScene .usageScene-list .usageScene-list-item .list-item-title:last-child {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


.electron {
    width: 100%;
    overflow: hidden;
    margin-top: 90px;
    margin-bottom:80px;
}

.electron .electron-card {
    width: 1000px;
    margin: 0 auto;
    height: 360px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: linear-gradient(264deg, #278DFF 1.37%, #3769FF 105.43%);
}

.electron-card .electron-card-left {
    padding-left: 54px;
}

.electron-card .electron-card-right {
    margin-left: 30px;
}

.electron-card .electron-card-left .card-left-title {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
}

.electron-card .electron-card-left .card-left-subtitle {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 30px;
    width: 400px;
}

.electron-card .electron-card-left .card-left-btn {
    display: flex;
}

.electron-card .electron-card-left .card-left-btn .bottom_btn {
    display: flex;
    width: 160px;
    height: 46px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    border-radius: 10px;
    border: 2px solid #fff;
    margin-right: 20px;
    cursor: pointer;
}

.electron-card .electron-card-left .card-left-btn .bottom_btn:hover {
    color: #2672F0;
    background-color: #ffffff;
}

.retail {
    width: 100%;
    margin-bottom: 40px;
}

.retail .retail-card {
    width: 1100px;
    margin: 0 auto;
    display: flex;
}

.retail-card .card-detail {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-left: 85px;
}

.retail-card .card-detail div:first-child {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
}

.retail-card .card-detail div:last-child {
    color: rgba(0, 0, 0, 0.50);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.footer-detail {
    width: 100%;
    height: 400px;
    overflow: hidden;
    background: linear-gradient(180deg, #278DFF -35.5%, #3769FF 100%);
}

.footer-detail .footer-card {
    width: 845px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-detail .footer-card .footer-card-left .footer-card-btn {
    display: flex;
    margin-top: 50px;
}

.footer-card-left .footer-card-btn .item-i {
    display: flex;
    align-items: center;
    color: #fff;
    border-radius: 6px;
    border: 1px solid #FFF;
    padding: 10px;
    margin-right: 20px;
    cursor: pointer;
}

.footer-card-left .footer-card-btn .item-i:hover {
    color: #3769FF;
    background: #fff;
}

.footer-card-left .footer-card-btn .item-i:hover div svg path {
    fill: #3769FF;
}

.footer-card-left .footer-card-btn .item-i:active {
    opacity: .5;
}

.footer-detail .footer-card .footer-card-left .footer-card-title {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.footer-detail .footer-card .footer-card-left .footer-card-subtitle {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.footer-detail .footer-card .footer-card-right {
    margin-left: 90px;
    margin-top: 60px;
}