﻿.inde-top {
    padding: 55px 0;
    background: linear-gradient(to top, #ffffff, #f5f5f5);

}

.inde-tptit {
    font-size: 48px;
    font-weight: 600;
    text-align: center;
}

.inde-tptxt {
    font-size: 22px;
    text-align: center;
    padding: 20px 0;
}







.indetp-cnt {
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
}

.indetp-ctimg {
    width: 49%;
}

.indetp-ctimg img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.indetp-ctri {
    width: 49%;
    border-radius: 10px;
    border: 1px solid #dddddd;
    background-color: #ffffff;
}

.indetp-ctrsel {
    display: flex;
}

.ctrsel-li {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    background: linear-gradient(to top, #f5f5f5, #ffffff);
    padding: 20px 0;
    cursor: pointer;
}

.ctrselsw {
    background: #ffffff !important;
}

.ctrsel-li h3 {
    font-size: 22px;
}

.ctrsel-li p {
    font-size: 14px;
    color: #999999;
    margin-top: 5px;
}


.indetp-ctrul {
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
    padding: 35px 0;
}

.ctrul-li {
    width: 33%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ctrul-li img {
    width: 60px;
    height: 60px;
}

.ctrul-li h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
}

.ctrul-li p {
    font-size: 14px;
    color: #999999;
    margin-top: 5px;
}

.ctrul-li a {
    width: 110px;
    font-size: 14px;
    color: #666666;
    border-radius: 50px;
    background-color: #f4f4f4;
    text-align: center;
    padding: 10px 0;
    margin-top: 15px;
}







.classify-box {
    background-color: #f5f5f5;
    padding: 60px 0;
}

.classify-btop {
    background-color: #ffffff;
    border-radius: 10px;
}

.classify-btpsel {
    display: flex;
    border-bottom: 1px solid #f5f5f5;
}

.selitm {
    color: #333333 !important;
    border-bottom: 2px solid #ffd000;
}

.btpsel-itm {
    width: 16.6%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
    cursor: pointer;
    color: #666666;
}

.btpsel-itm img {
    width: 20px;
    height: 20px;
}

.btpsel-itm p {
    font-size: 18px;
    font-weight: 600;
    margin-left: 10px;
}

.classify-btptxt {
    padding: 20px;
    display: flex;
}

.classify-btptxt h5 {
    font-size: 14px;
}

.classify-btptxt p {
    display: flex;
    flex-wrap: wrap;
}

.classify-btptxt p a {
    font-size: 14px;
    color: #666666;
    margin-left: 15px;
}




.classify-bul {
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
}

.classify-bul li {
    width: 33.3%;
    padding: 10px;
}

.classify-bul li a {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 15px 20px;
}

.classify-bucnt {
    padding: 15px 0;
}

.bucnt-tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bucnt-tit h3 {
    font-size: 16px;
    font-weight: 600;
}

.bucnt-tit p {
    font-size: 18px;
    color: #ff1a25;
    font-weight: 600;
}

.bucnt-tit p span {
    font-size: 14px;
}


.bucnt-time {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.bucnt-time span {
    font-size: 14px;
    color: #ff8000;
    background-color: #fff4cc;
    padding: 3px 6px;
    border-radius: 5px;
}

.bucnt-time p {
    font-size: 14px;
    color: #666666;
    margin-left: 10px;
}

.bucnt-txt {
    font-size: 14px;
    color: #999999;
    margin-top: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


.classify-bufirm {
    padding: 15px 0;
    border-top: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
}

.bufirm-img img {
    width: 40px;
    height: 40px;
}

.bufirm-ri {
    flex: 1;
    margin-left: 10px;
}

.bufirm-rtit {
    font-size: 14px;
    color: #666666;
}

.bufirm-rbtm {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.bufirm-rbtm p {
    font-size: 12px;
    color: #999999;
    margin-right: 15px;
}

.bufirm-rbtm p img {
    width: 15px;
    height: 15px;
}


.classify-buadd {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.classify-buadd h4 {
    font-size: 18px;
    font-weight: 600;
}

.classify-buadd p {
    font-size: 14px;
    color: #ffd000;
    margin-top: 15px;
}





.serve-btit {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.serve-btile {
    display: flex;
    align-items: center;
}

.serve-btile h3 {
    font-size: 26px;
    font-weight: 600;
}

.serve-btile p {
    font-size: 14px;
    color: #999999;
    margin-left: 20px;
}

.serve-btiadd a {
    font-size: 14px;
    color: #999999;
}



.serve-box {
    padding: 50px 0;
}

.serve-bul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.serve-bul li {
    width: 49%;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    margin-top: 20px;
}

.serve-bul li a {
    width: 100%;
    padding: 25px 20px;
}

.serve-butop {
    display: flex;
    justify-content: space-between;
}

.serve-butpimg img {
    width: 50px;
    height: 50px;
    border-radius: 5px;
}

.serve-butpri {
    flex: 1;
    padding-left: 15px;
}

.butpr-tit {
    display: flex;
    justify-content: space-between;
}

.butpr-tit h4 {
    font-size: 16px;
    font-weight: 600;
}

.butpr-tit p {
    color: #ff1a25;
    font-size: 18px;
    font-weight: 600;
}

.butpr-tit p span {
    font-size: 14px;
}

.butpr-txt {
    display: flex;
    justify-content: space-between;
}

.butpr-txt p {
    font-size: 14px;
    color: #999999;
    margin-top: 10px;
}

.butpr-txt p i {
    font-size: 14px;
}

.butpr-txt>span {
    font-size: 12px;
    color: #999999;
    margin-top: 5px;
}


.serve-butxt {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}

.serve-butxt em {
    font-size: 14px;
    color: #222222;
}

.serve-butxt span {
    font-size: 14px;
    color: #666666;
    margin-right: 8px;
}


.serve-buscore {
    background-color: #f8f8f8;
    border-radius: 5px;
    border-bottom-right-radius: 20px;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

.serve-buscore>p {
    width: 60px;
    background-color: #ffecce;
    border-radius: 5px;
    border-bottom-right-radius: 20px;
    padding: 2px 10px;
    font-size: 12px;
    color: #ff8000;
}


.buscore-ri {
    display: flex;
    align-items: center;
    padding-right: 10px;
}

.buscore-ri>p:nth-child(1) {
    border-left: 0px solid #dddddd;
}

.buscore-ri>p {
    font-size: 12px;
    color: #999999;
    padding: 0 10px;
    border-left: 1px solid #dddddd;
}

.buscore-ri>p span {
    color: #ff9e0c;
}






/* 设计与作品 */
.creation-box {
    background-color: #f5f5f5;
    padding: 10px 0;
}

.creation-bul {
   /*  display: flex;
    flex-wrap: wrap; */
    margin-top: 20px;
    column-count: 6;
    column-gap: 5px;
}

.creation-bul li {
    /* width: 25%; */
    padding: 9px;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.5s ease forwards;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.creation-bul li a {
    width: 100%;
    color: #222222;
}

.creation-buimg {
    width: 100%;
}

.creation-buimg img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.creation-bubtm {
    padding: 5px 0;
}

.bubtm-tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bubtm-tit h3 {
    width: 80%;
    font-size: 14px;
    /*font-weight: 600;*/
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.bubtm-tit p {
    font-size: 14px;
    color: #666666;
    display: flex;
    align-items: center;
}

.bubtm-tit p img {
    width: 15px;
    height: 15px;
}


.bubtm-name {
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.bubtm-name img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.bubtm-name p {
    font-size: 12px;
    color: #666666;
    margin-left: 5px;
}






/* 感兴趣的内容 */

.interest-popup {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: rgba(0, 0, 0, .4);
    display: none;
}

.interest-pup {
    width: 960px;
    padding: 40px 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    border-radius: 10px;
    position: relative;
}

.inter-puremv {
    position: absolute;
    top: 15px;
    right: 20px;
}

.inter-puremv i {
    font-size: 20px;
    cursor: pointer;
}

.interest-putit {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
}



.inter-puitm {
    margin-top: 20px;
}

.puitm-tit {
    font-size: 24px;
    font-weight: 600;
}

.inter-pucnt {
    max-height: 620px;
    overflow-y: auto;
}

.puitm-ul {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
}

.puitm-ul li {
    width: 17.6%;
    padding: 12px 0;
    text-align: center;
    background-color: #f5f5f5;
    margin: 10px;
    border-radius: 10px;
    font-size: 14px;
    cursor: pointer;
}

.lisw {
    background-color: #ffd000 !important;
}


.inter-pubtm {
    margin-top: 30px;
    text-align: center;
}

.inter-pubtm button {
    width: 300px;
    text-align: center;
    padding: 15px 0;
    background-color: #ff8000;
    font-size: 22px;
    color: #ffffff;
    border: 0;
    border-radius: 10px;
    cursor: pointer;
}


/* 选择身份 */

.select-pup {
    width: 580px;
    padding: 30px 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    border-radius: 10px;
    position: relative;
}

.select-pul {
    padding: 20px 0;
}

    .select-pul li {
        margin-top: 10px;
        background-color: #f5f5f5;
        padding: 20px 25px;
        border-radius: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
    }

.pullisw {
    background-color: #ffd000 !important;
    color: #ffffff;
}

.select-plia {
    width: 70%;
}

    .select-plia h3 {
        font-size: 28px;
    }

    .select-plia p {
        font-size: 16px;
        margin-top: 5px;
    }

.select-plib {
    width: 60px;
}

    .select-plib img {
        width: 100%;
        height: auto;
    }

.liimga {
    display: block;
}

.liimgb {
    display: none;
}

.pullisw .liimga {
    display: none;
}

.pullisw .liimgb {
    display: block;
}



.select-ptxt {
    font-size: 16px;
    text-align: center;
    color: #999999;
}



@media only screen and (max-width: 1240px) {

    .inde-top {
        padding: 45px 0;
    }

    .inde-tptit {
        font-size: 46px;
    }

    .inde-tptxt {
        font-size: 20px;
        padding: 15px 0;
    }








    .indetp-cnt {
        padding-top: 15px;
    }

    .ctrsel-li {
        padding: 15px 0;
    }

    .ctrsel-li h3 {
        font-size: 20px;
    }

    .ctrsel-li p {
        font-size: 12px;
        margin-top: 2px;
    }

    .indetp-ctrul {
        padding: 30px 0;
    }

    .ctrul-li img {
        width: 50px;
        height: 50px;
    }

    .ctrul-li h3 {
        font-size: 16px;
        margin-top: 5px;
    }

    .ctrul-li p {
        font-size: 12px;
    }

    .ctrul-li a {
        width: 100px;
        font-size: 12px;
        padding: 8px 0;
        margin-top: 10px;
    }








    .classify-box {
        padding: 50px 0;
    }

    .btpsel-itm {
        width: 16.6%;
        padding: 10px 0;
    }

    .btpsel-itm p {
        font-size: 16px;
        margin-left: 8px;
    }

    .btpsel-itm img {
        width: 18px;
        height: 18px;
    }

    .classify-btptxt {
        padding: 15px;
    }

    .classify-btptxt h5 {
        font-size: 12px;
    }

    .classify-btptxt p a {
        font-size: 12px;
        margin-left: 10px;
    }

    .classify-bul {
        padding-top: 5px;
    }

    .classify-bul li {
        padding: 5px;
    }

    .classify-bul li a {
        padding: 10px 15px;
    }

    .classify-bucnt {
        padding: 10px 0;
    }

    .bucnt-tit h3 {
        font-size: 16px;
        font-weight: 600;
    }

    .bucnt-tit p {
        font-size: 16px;
    }

    .bucnt-tit p span {
        font-size: 12px;
    }

    .bucnt-time {
        margin-top: 5px;
    }

    .bucnt-time span {
        font-size: 12px;
        padding: 2px 5px;
    }

    .bucnt-time p {
        font-size: 12px;
        margin-left: 5px;
    }

    .bucnt-txt {
        font-size: 12px;
        margin-top: 5px;
    }

    .classify-bufirm {
        padding: 10px 0;
    }

    .bufirm-img img {
        width: 35px;
        height: 35px;
    }

    .bufirm-rtit {
        font-size: 12px;
    }

    .bufirm-rbtm {
        margin-top: 5px;
    }

    .bufirm-rbtm p img {
        width: 13px;
        height: 13px;
    }

    .bufirm-rbtm p {
        font-size: 11px;
        margin-right: 10px;
    }

    .classify-buadd h4 {
        font-size: 16px;
    }

    .classify-buadd p {
        font-size: 12px;
        margin-top: 10px;
    }







    .serve-btile h3 {
        font-size: 22px;
    }

    .serve-btile p {
        font-size: 12px;
        margin-left: 15px;
    }

    .serve-btiadd a {
        font-size: 12px;
    }



    .serve-box {
        padding: 40px 0;
    }

    .serve-bul li {
        margin-top: 15px;
    }

    .serve-bul li a {
        padding: 20px 15px;
    }

    .serve-butpimg img {
        width: 40px;
        height: 40px;
    }

    .butpr-tit h4 {
        font-size: 14px;
    }

    .butpr-tit p {
        font-size: 16px;
    }

    .butpr-tit p span {
        font-size: 12px;
    }

    .butpr-txt p {
        font-size: 12px;
        margin-top: 5px;
    }

    .butpr-txt>span {
        font-size: 11px;
        margin-top: 3px;
    }

    .serve-butxt {
        margin-top: 10px;
    }

    .serve-butxt em {
        font-size: 12px;
    }

    .serve-butxt span {
        font-size: 12px;
        margin-right: 5px;
    }

    .serve-buscore {
        margin-top: 10px;
    }








    .creation-box {
        padding: 10px 0;
    }

    .creation-bul {
        margin-top: 15px;
    }

    .creation-bul li {
        padding: 6px;
    }

    .bubtm-tit h3 {
        font-size: 14px;
    }

    .bubtm-tit p {
        font-size: 12px;
    }

    .bubtm-tit p img {
        width: 13px;
        height: 13px;
    }


    .bubtm-name img {
        width: 16px;
        height: 16px;
    }

    .bubtm-name p {
        font-size: 11px;
    }









    /* 感兴趣的内容 */
    .interest-pup {
        width: 800px;
        padding: 30px 25px;
    }

    .inter-pucnt {
        max-height: 440px;
    }

    .interest-putit {
        font-size: 28px;
    }

    .inter-puitm {
        margin-top: 15px;
    }

    .puitm-tit {
        font-size: 20px;
    }

    .puitm-ul {
        padding: 8px 0;
    }

    .puitm-ul li {
        width: 18.3%;
        padding: 10px 0;
        margin: 6px;
        font-size: 16px;
    }

    .inter-pubtm {
        margin-top: 20px;
    }

    .inter-pubtm button {
        width: 240px;
        padding: 12px 0;
        font-size: 18px;
    }


}

@media only screen and (max-width: 768px) {
    .inde-top {
        padding: .45rem .1rem;
    }

    .inde-tptit {
        font-size: 26px !important;
    }

    .inde-tptxt {
        font-size: 14px !important;
        padding: .15rem 0;
    }

    .classify-ul {
        flex-wrap: wrap !important;
        padding: .5rem .1rem !important;
        gap: 10px !important;
    }

    .classify-li {
        width: calc((100% - 20px) / 3) !important;
    }

    .classify-lchlid {
        padding: .1rem .15rem !important;
    }

        .classify-lchlid h3 {
            font-size: 12px !important;
        }


    .indetp-cnt {
        padding-top: .15rem;
        flex-direction: column;
    }

    .indetp-ctimg {
        width: 100%;
    }

    .indetp-ctri {
        width: 100%;
        margin-top: .2rem;
    }

    .ctrsel-li {
        padding: .15rem 0;
    }

    .ctrsel-li h3 {
        font-size: 16px;
    }

    .indetp-ctrul {
        padding: .3rem 0;
    }

    .ctrul-li img {
        width: 40px;
        height: 40px;
    }

    .ctrul-li h3 {
        font-size: 14px;
    }






    .classify-box {
        padding: .5rem .1rem;
    }

    .btpsel-itm p {
        font-size: 14px;
        margin-left: 5px;
    }

    .classify-btpsel {
        flex-wrap: wrap;
    }

    .btpsel-itm {
        width: 33.3%;
        padding: .1rem 0;
    }

    .classify-btptxt {
        padding: .15rem;
    }

    .classify-bul li {
        width: 100%;
        padding: .1rem 0;
    }

    .classify-bul li a {
        padding: .1rem .15rem;
    }

    .classify-bucnt {
        padding: .1rem 0;
    }

    .classify-bufirm {
        padding: .1rem 0;
    }


    .classify-buadd {
        padding: .3rem 0;
    }

    .classify-buadd h4 {
        font-size: 14px;
    }

    .classify-buadd p {
        margin-top: .1rem;
    }




    .serve-btile {
        flex-direction: column;
        align-items: flex-start;
    }

    .serve-btile h3 {
        font-size: 16px;
    }

    .serve-btile p {
        margin-left: 0rem;
        margin-top: .1rem;
    }


    .serve-box {
        padding: .4rem .1rem;
        display:none;
    }

    .serve-bul li {
        width: 100%;
        margin-top: .15rem;
    }

    .serve-bul li a {
        padding: .2rem .15rem;
    }





    .creation-box {
        padding: .4rem .1rem;
    }

    .creation-bul {
        margin-top: .15rem;
        column-count: 2;
    }

    .creation-bul li {
        padding: .1rem;
    }








    /* 感兴趣的内容 */
    .interest-pup {
        width: 90%;
        padding: .3rem .25rem;
    }

    .interest-putit {
        font-size: 22px;
    }

    .puitm-tit {
        font-size: 18px;
    }
    .inter-puitm {
        margin-top: .15rem;
    }
    .puitm-ul {
        padding: .1rem 0;
    }
    .puitm-ul li {
        width: 29.3%;
        padding: 10px 0;
        margin: 6px;
        font-size: 14px;
    }
    .puitm-tit {
        font-size: 16px;
    }

    .inter-pubtm {
        margin-top: .2rem;
    }
    .inter-pubtm button {
        width: 180px;
        padding: .15rem 0;
        font-size: 16px;
    }


}