.module-one {
    margin-top: 150px;
}

.module-one .recommend {
    margin-top: 60px;
}

.module-one .recommend p {
    width: 186px;
    margin-right: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.module-one .recommend p:last-child {
    margin-right: 0;
}

.module-one .recommend p span {
    height: 72px;
    display: block;
    font-size: 15px;
    line-height: 24px;
    color: #3E4752;
    margin-top: 24px;
}

.module-two {
    margin-top: 150px;
    background: linear-gradient(180deg, #E4EFFF 0%, rgba(228, 239, 255, 0.60) 92%, rgba(228, 239, 255, 0.00) 100%);
    width: 100%;
    height: 1044px;
}

.module-two-content {
    padding-top: 120px;
    box-sizing: border-box;
}

.module-two-content .btn,
.module-three .btn,
.module-four .btn,
.module-five .btn {
    display: block;
    cursor: pointer;
    text-align: center;
    line-height: 56px;
    width: 156px;
    height: 56px;
    border-radius: 6px;
    background: #1A8CFF;
    color: #FFFFFF;
    font-size: 18px;
    margin: auto;
    margin-top: 24px;
}

.module-two-content .options .item {
    width: 230px;
    height: 312px;
    border-radius: 24px;
    background: #FFFFFF;
    margin-right: 32px;
}

.module-two-content .options .item:last-child {
    margin-right: 0;
}

.module-two-content .options .item .name {
    height: 56px;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #3E4752;
    margin: 24px 0 16px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.module-two-content .options .item .picture {
    width: 198px;
    height: 200px;
    border-radius: 12px;
    background: #818B99;
    margin: auto;
}

.module-two-content .options .item .picture img {
    height: 100%;
    width: 100%;
}

.module-three .intro {
    font-size: 36px;
    font-weight: 500;
    line-height: 48px;
    text-align: center;
    color: #3E4752;
    letter-spacing: 1px;
}

.module-three .product-display .item {
    width: 275px;
    height: 240px;
    border-radius: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 30px 60px 0px rgba(25, 55, 102, 0.25);
    margin-right: 60px;
    margin-top: 60px;
}

.module-three .product-display .item:last-child {
    margin-right: 0;
}

.module-three .product-display .item .picture {
    width: 120px;
    height: 120px;
    border-radius: 24px;
    overflow: hidden;
    margin-top: 32px;
}

.module-three .product-display .item .picture img {
    height: 100%;
    width: 100%;
}

.module-three .product-display .item .name {
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
    color: #101B29;
    margin-top: 24px;
}

.module-three .sale-methods {
    margin-top: 60px;
}

.module-three .sale-methods img {
    width: 100%;
}

.module-four {
    padding-top: 120px;
    box-sizing: border-box;
    width: 100%;
    height: 1028px;
    background: linear-gradient(180deg, #E4EFFF 0%, rgba(228, 239, 255, 0.60) 92%, rgba(228, 239, 255, 0.00) 100%);
}

.module-four .distribution {
    margin-top: 60px;
}

.module-four .distribution .disItemBox .item {
    width: 296px;
    height: 304px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #FFFFFF;
    margin-right: 32px;
}

.module-four .distribution .disItemBox .item:last-child {
    margin-right: 0;
}

.module-four .distribution .disItemBox .item img {
    margin-top: 16px;
}

.module-four .distribution .disItemBox .item span {
    height: 56px;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    display: flex;
    align-items: center;
    color: #3E4752;
    width: 100%;
    justify-content: center;
    margin-top: 16px;
}

.module-five .intro {
    font-size: 36px;
    font-weight: 500;
    line-height: 48px;
    text-align: center;
    color: #017FFF;
    letter-spacing: 1px;
}

.module-five-content {
    width: 100%;
    /*height: 1674px;*/
    /*隐藏了AI工具部分内容的介绍 所以需要缩短*/
    height: 1100px;
    background: url('../images/picture17.png') no-repeat;
    background-position: 100% 100%;
    margin-top: 40px;
}

@media screen and (max-width: 1760px) {
    .module-five-content {
        background-position: 58% 100%;
    }
}

@media screen and (max-width: 1460px) {
    .module-five-content {
        background-position: 50% 100%;
    }
}

@media screen and (max-width: 1390px) {
    .module-five-content {
        background-position: 61% 100%;
    }
}

.mart-12 {
    margin-top: -12px !important;
}

.module-five-content .first-box .item {
    width: 405px;
    height: 268px;
    border-radius: 24px;
    background: #FFFFFF;
    margin-right: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0px 30px 60px 0px rgba(25, 55, 102, 0.16);
    margin-top: 16px;
}

.module-five-content .first-box .item:last-child {
    margin-right: 0;
}

.module-five-content .first-box .item span {
    display: block;
    height: 56px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #017FFF;
    font-size: 24px;
    justify-content: center;
    margin: 24px 0;
}

.color_black {
    color: #101B29 !important;
}

.chain-box,
.AIbox {
    margin-top: 60px;
}

.chain-box .item {
    width: 405px;
    height: 350px;
    border-radius: 24px;
    padding: 60px 32px 0 32px;
    box-sizing: border-box;
    background: #FFFFFF;
}

.chain-box .item .title {
    font-size: 24px;
    line-height: 24px;
    color: #101B29;
    letter-spacing: 1px;
    margin-bottom: 24px;
}

.chain-box .arrow {
    margin: 0 4px;
}

.bg_blue {
    background: #004AFF !important;
}

.chain-box .bg_blue .title {
    color: #fff;
}

.chain-box .firstModel {
    justify-content: space-between;
    margin-top: 68px;
}

.chain-box .firstModel p {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.chain-box .firstModel p span {
    color: #FFFFFF;
    font-size: 15px;
    margin-top: 16px;
}

.AIbox .item {
    width: 405px;
    height: 216px;
    margin-right: 32px;
    text-align: center;
}

.AIbox .item:last-child {
    margin-right: 0;
}

.AIbox .item .name {
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
    color: #101B29;
    margin: 24px 0 8px 0;
}

.AIbox .item .intro {
    font-size: 15px;
    line-height: 24px;
    color: #818B99;
}

.displayBox .item {
    width: 610px;
    height: 266px;
    border: 1px solid #EBEFF5;
    padding: 0 32px;
    box-sizing: border-box;
}

.displayBox .item:first-child {
    margin-right: 60px;
}

.displayBox .item .info {
    margin: 0 35px 0 16px;
}

.displayBox .item .info .name {
    font-size: 24px;
    font-weight: 900;
    line-height: 32px;
    color: #101B29;
}

.displayBox .item .info .intro {
    font-size: 18px;
    color: #3E4752;
    margin: 16px 0 8px 0;
    text-align: left;
    line-height: normal;
}

.displayBox .item .info .tips {
    font-size: 15px;
    color: #818B99;
}

.homebox .footer-xzy {
    margin-top: 0 !important;
}

.search-box {
    width: 640px;
    height: 60px;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 20px;
    box-sizing: border-box;
    background: #FFFFFF;
    margin: 48px auto;
    border: 4px solid rgba(255, 255, 255, 1);
    background-clip: padding-box;
    transition: all .2s;
}

.search-box:hover {
    border: 4px solid rgba(255, 255, 255, 0.32);
    box-shadow: 0px 24px 32px 0px rgb(1 127 255 / 32%);
}

.search-box input {
    height: 100%;
    flex: 1;
    border: none;
    font-size: 16px;
    color: #2A3352;
}

.search-box input::placeholder {
    color: #CDD0DC;
}

.search-box img {
    cursor: pointer;
}

.content-box .btn-box {
    width: 1280px;
    height: 112px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    padding: 0 16px;
    box-sizing: border-box;
    background: #FFFFFF;
    margin-top: 90px;
}

.content-box .btn-box .item {
    width: calc(100% / 6);
}

.btn-box .icon {
    height: 48px;
    width: 48px;
    margin: 0 16px 0 8px;
}

.btn-box .info .label {
    color: #2A3352;
}

.btn-box .info .label span {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}

.btn-box .info .label a {
    font-size: 14px;
    font-weight: bold;
}

.btn-box .info .txt {
    color: #A4A9BC;
    font-size: 14px;
    margin-top: 4px;
}

.worksMainBox {
    background: #F3F5F7;
    padding-bottom: 90px;
}

.works-inner-box {
    width: 1280px;
    margin: auto;
}

.padt90 {
    padding-top: 90px;
}

.mart90 {
    margin-top: 90px;
}

.label-title {
    justify-content: space-between;
}

.label-title h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    color: #2A3352;
}

.label-title p {
    color: #A4A9BC;
    font-size: 16px;
}

.marb32 {
    margin-bottom: 32px;
}

.more {
    cursor: pointer;
}

.more-icon {
    position: relative;
    top: 2px;
    width: 24px;
    height: 24px;
    background: url('../images/more.png') no-repeat;
}

.more:hover .more-icon {
    background: url('../images/more-1.png') no-repeat;
}

.more:hover span {
    color: #017FFF;
}

.list-item-box .item {
    float: left;
    width: calc((100% / 2) - 16px);
    border-radius: 8px;
    padding: 24px;
    box-sizing: border-box;
    background: #FFFFFF;
    margin-right: 32px;
    margin-bottom: 32px;
    transition: all .2s;
    cursor: pointer;
}

.list-item-box .item:nth-child(2n+2) {
    margin-right: 0;
}

.list-item-box .item .smeta {
    width: 248px;
    height: 200px;
    border-radius: 6px;
    overflow: hidden;
    margin-right: 24px;
}

.list-item-box .item .smeta img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all .2s;
}

.list-item-box .item .item-content {
    flex: 1;
}

.list-item-box .item .title {
    font-size: 20px;
    color: #2A3352;
    line-height: 28px;
    font-weight: normal;
}

.list-item-box .item .tag-list {
    margin: 16px 0;
}

.list-item-box .item .tag-list span {
    border-radius: 6px;
    padding: 6px 8px;
    box-sizing: border-box;
    background: #F3F5F7;
    color: #878A99;
    font-size: 13px;
    margin-right: 8px;
}

.list-item-box .item .single-tag {
    border-radius: 4px;
    padding: 6px 8px;
    box-sizing: border-box;
    background: rgba(255, 96, 0, 0.1);
    color: #FF6000;
    font-size: 13px;
    display: table;
    margin-bottom: 16px;
}

.list-item-box .item .works-info-item {
    display: flex;
    line-height: 16px;
    font-size: 13px;
    margin-top: 8px;
}

.list-item-box .item .works-info-item span {
    color: #A4A9BC;
}

.list-item-box .item .works-info-item a {
    color: #565E7A;
}

.list-item-box .item:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

.list-item-box .item:hover .smeta img {
    transform: scale(1.1);
}

.list-item-box .item .title:hover {
    color: #017FFF;
}

.show-more {
    display: block;
    width: 240px;
    height: 48px;
    line-height: 48px;
    border-radius: 6px;
    background: #017FFF;
    box-shadow: 0px 16px 32px 0px rgba(1, 127, 255, 0.16);
    margin: auto;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    margin-top: 28px;
    transition: all .3s;
}

.show-more:hover {
    background: rgba(1, 127, 255, 0.85);
    box-shadow: 0px 16px 32px 0px rgba(1, 127, 255, 0.16);
}

.category {
    margin-top: 8px;
    font-size: 16px;
    line-height: 24px;
    color: #A4A9BC;
    letter-spacing: 1px;
}

.authrize .item .single-tag {
    display: inline-flex;
    align-items: center;
    color: #00DA71;
    background: rgba(0, 218, 113, 0.1);
    padding: 4px 8px;
    margin-bottom: 8px;
}

.authrize .item .single-tag img {
    margin-right: 8px;
}

.authrize .double-item .works-info-item {
    width: calc(100% / 2);
}

.authrize .item {
    min-height: 250px;
}

.works-info-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.single-tag-box {
    display: inline-flex;
}

.waterfall-box .label-title {
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    line-height: 32px;
    color: #2A3352;
    padding: 60px 0;
    box-sizing: border-box;
}

.hideHeaderSearch {
    display: none;
}

.waterfall {
    display: flex;
    flex-wrap: wrap;
    max-width: 1280px;
    margin: auto;
}

.waterfall-column {
    flex: 1;
    margin: 5px;
}

.waterfall-item {
    margin-bottom: 5px;
    overflow: hidden;
    position: relative;
}

.waterfall-item .text {
    position: absolute;
    z-index: 9999;
    top: 0px;
    right: 0px;
    left: 0px;
    text-align: center;
    background-color: rgba(30, 29, 29, 0.5);
    /* 设置背景颜色为白色，透明度为0.5 */
    color: aliceblue;
    transition: 0.3s;
    transform: translateY(-100px);
}

.waterfall-item .img {
    transition: 0.8s;
}

.waterfall-item .img:hover {
    transform: scale(1.2);
}

.waterfall-item:hover .text {
    transform: translateY(0px);
}