.page-brand .page-name .page-tips {
    font-size: 2.4rem;
    /*   color: #ffffff;*/
    margin-top: 12px;
}

.desing-content {
    padding: 100px 7%;
    position: relative;
}

.desingitem {
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid #cccccc;
}

.desingitem:hover {
    cursor: pointer;
}

.desingitem:hover .diteminfo h6 {
    color: #f8b62d;
}

.diteminfo {
    flex: 1;
    padding-top: 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.diteminfo h6 {
    font-size: 18px;
    color: #292929;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    font-family: helvetica-Regular, Helvetica, Arial, sans-serif;
}

.diteminfo p {
    height: 160px;
    font-size: 15px;
    line-height: 19px;
    color: #333333;
    white-space: normal;
    word-break: break-all;
}

/*手机大图*/
.img-bg .page-brand .mobile-pic{
    display: none;
}

.dinfodate {
    /* text-align: right; */
    color: #a8a8a8;
}

.ditemimg {
    margin-left: 60px;
}

.ditemimg img {
    width: 400px;
    height: 260px;
}

.desing-content .desing-top {
    margin-bottom: 100px;
}

.desing-content .desing-top p {
    font-weight: 400;
    font-size: 1.8rem;
    color: #292929;
    line-height: 21px;
}

.desing-content .desing-mid {
    margin-bottom: 100px;
    font-weight: 400;
    font-size: 1.8rem;
    color: #292929;
    line-height: 21px;
}

.desing-content .desing-mid h3 {
    font-weight: bold;
    font-size: 3.2rem;
    color: #292929;
    margin-bottom: 40px;
}

.desing-content .desing-mid .desing-ico {
    position: relative;
    margin-left: 25px;
}

.desing-content .desing-mid .desing-ico::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #292929;
    left: -15px;
}

.desing-bto h1 {
    font-weight: bold;
    font-size: 4.4rem;
    color: #f8b62d;
    margin-bottom: 40px;
    text-align: center;
}

.desing-bto .desing-box {
    display: flex;
}

.desing-bto .desing-box .desbox-left {
    font-weight: 400;
    font-size: 1.8rem;
    color: #292929;
    line-height: 21px;
    padding-right: 30px;
}

.desing-bto .desing-box .desbox-left .desing-ico {
    position: relative;
    margin-left: 25px;
}

.desing-bto .desing-box .desbox-left .desing-ico::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #292929;
    left: -15px;
}

.desing-bto .data-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 65px;
}

.desing-bto .data-content .data-item {
    /* width: 300px; */
    flex: 1;
    height: 187px;
    padding: 24px;
    font-family: helvetica-bold, Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 2.4rem;
    color: #292929;
    line-height: 28px;
    text-align: center;
}

.desing-bto .data-content .data-item .data-num {
    font-family: helvetica-bold, Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 4.8rem;
    color: #f8b62d;
    line-height: 56px;
}

.desing-bto .desing-text {
    font-weight: 400;
    font-size: 2.4rem;
    color: #292929;
    line-height: 28px;
}

.desing-bto .desing-img {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
}

.desing-bto .desing-img img {
    width: 1024px;
    height: 595px;
}

.desing-bto .design-text {
    font-weight: 400;
    font-size: 2.4rem;
    color: #292929;
    line-height: 28px;
}

.desing-bto .bto-name {
    font-family: helvetica-bold, Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 3.2rem;
    color: #292929;
    line-height: 38px;
    text-align: center;
}

.desing-bto .bto-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.desing-bto .bto-btn a {
    display: inline-block;
    font-family: helvetica-bold, Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 2rem;
    padding: 20px 16px;
    color: #f8b62d;
    /* width: 164px;
    height: 66px;
    line-height: 66px; */
    text-align: center;
    border-radius: 8px;
    border: 2px solid #f8b62d;
    margin: 40px auto;
    display: flex;
    align-items: center;
}

.desing-bto .bto-btn a .con-more {
    /* width: 23px; */
    width: 0;
    height: 15px;
    margin-left: 5px;
    /* display: none; */
    transition: all 0.3s;
}

.desing-bto .bto-btn a:hover .con-more {
    display: block;
    width: 23px;
}

@media screen and (max-width: 1600px) {
    .desing-bto h1 {
        font-size: 3.4rem;
    }
}

@media screen and (max-width: 1480px) {
    .desing-content {
        padding: 56px 7%;
    }

    .desing-content .desing-top {
        margin-bottom: 56px;
    }

    .desing-content .desing-mid h3 {
        font-size: 2.8rem;
        margin-bottom: 23px;
    }

    .desing-content .desing-mid {
        margin-bottom: 56px;
    }

    .desing-bto h1 {
        font-size: 3.2rem;
        line-height: 2.6rem;
        margin-bottom: 23px;
    }

    .desing-bto .data-content {
        margin-top: 36px;
        margin-bottom: 56px;
    }

    .desing-bto .data-content .data-item {
        padding: 14px;
        height: 105px;
        font-size: 1.6rem;
        line-height: 1.8rem;
    }

    .desing-bto .data-content .data-item .data-num {
        font-size: 2.9rem;
        line-height: 3.4rem;
        margin-bottom: 7px;
    }

    .desing-bto .bto-name {
        font-size: 2.6rem;
    }
}

@media screen and (max-width: 768px) {

    .new-menu{
        padding: 2px 0 0 0 !important;
    }

    .img-bg .page-brand img{
        display: none;
    }

    .img-bg .page-brand .mobile-pic{
        display: block;
    }

    .aemenu {
        display: none;
    }

    .total-menu .tmenu-active::after {
        bottom: 0 !important;
    }

    .total-menu .tmenu-item {
        height: 75px;
        padding: 0 !important;
        font-size: 1.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom: 0 solid #ffffff !important;
    }

    .page-brand .page-name .page-tips {
        font-size: 1.4rem;
        line-height: 1.6rem;
        width: 80%;
        text-align: center;
        margin-left: 10%;
    }

    .list-desc {
        display: none;
    }

    .diteminfo {
        margin-right: 20px;
        padding-top: 0px;
    }

    .diteminfo h6 {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .diteminfo p {
        height: 85px;
        font-size: 12px;
        line-height: 15px;
    }

    .dinfodate {
        font-size: 1.2rem;
    }


    .ditemimg {
        width: 30%;
        height: 0;
        padding-bottom: 22.5%;
        position: relative;
        margin-left: 0;
    }

    .ditembox {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

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

    .desing-content {
        padding: 24px 0;
    }

    .desing-content .desing-top p {
        font-size: 1.5rem;
        line-height: 1.8rem;
        text-align: justify;
    }

    .desing-content .desing-top {
        padding: 10px;
        margin-bottom: 24px;
    }

    .desing-content .desing-mid h3 {
        font-size: 1.8rem;
        line-height: 2rem;
        font-weight: bold;
        margin-bottom: 16px;
    }

    .desing-content .desing-mid {
        padding: 10px;
        font-size: 1.5rem;
        line-height: 2rem;
        margin-bottom: 24px;
    }

    .mid-text {
        text-align: justify;
    }

    .desing-bto {
        padding: 10px;
    }

    .desing-bto img {
        width: 100% !important;
    }

    .desing-bto .desing-box {
        flex-direction: column-reverse;
    }

    .desing-bto .desing-box .desbox-left {
        font-size: 1.5rem;
        line-height: 2rem;
        padding-right: 0;
        margin-top: 24px;
    }

    .desbox-text {
        text-align: justify;
    }

    .desing-bto .data-content {
        margin-top: 24px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .desing-bto .data-content .data-item {
        /*width: 50%;*/
        /*height: 120px;*/
        /*padding: 24px;*/
        /*font-size: 1.5rem;*/
        /*line-height: 1.7rem;*/
    }

    .desing-bto .data-content .data-item .data-num {
        font-size: 2.6rem;
        line-height: 2.9rem;
    }

    .desing-bto .design-text {
        font-size: 1.5rem;
        line-height: 2rem;
        text-align: justify;
    }

    .desing-bto .desing-img img {
        /*width: 343px;*/
        width: 100% !important;
        height: 210px !important;
    }

    .desing-bto .bto-name {
        font-size: 1.8rem;
        line-height: 2rem;
    }

    .desing-bto .bto-btn a {
        margin: 24px 0;
        padding: 14px 8px;
        font-size: 1.8rem;
    }
}