<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

.cicle-main {
    margin-top: 30px;
}


.logic-left-container {
    width: 715px;
    background: #FFFFFF;
    padding: 30px 15px;
}

.screening {
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 16px;
}

.screen-title span {
    height: 20px;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #0070D4;
    display: inline-block;
    width: 60px;
    margin-left: 8px;
}

.screen-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
}

    .screen-list &gt; a {
        width: 20%;
    }

        .screen-list &gt; a img {
            transition: all .2s;
        }

        .screen-list &gt; a span {
            transition: all .2s;
        }

        .screen-list &gt; a:hover img {
            box-shadow: 0px 0px 15px rgba(0,0,0,.3);
            transition: all .2s;
        }

        .screen-list &gt; a:hover span {
            color: #111;
            transition: all .2s;
        }

    .screen-list img {
        width: 33px;
        height: 33px;
        border-radius: 100%;
    }



    .screen-list span {
        /*width: 76px;*/
        display: block;
        text-align: center;
        height: 23px;
        background: #fff !important;
        /*display: inline-block;*/
        /*margin-left: 8px;*/
        text-align: center;
        line-height: 23px;
        margin-bottom: 12px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #999;
        border-radius: 3px;
        margin-top: 2px;
        font-size: 1.2rem;
    }

.screen-actived img {
    box-shadow: 0px 0px 15px rgba(0,0,0,.3);
}

.screen-actived span {
    color: #111;
}

.comment-item {
    /*margin-top: 15px;*/
    display: inline-block;
    padding: 15px;
    transition: all .2s;
    width: 100%;
}

    .comment-item a {
        width:100%;
    }

    .comment-item:hover {
        background-color: #f6f6f6;
        transition: all .2s;
        color: #333;
    }

.comment-item-detail:hover {
    background-color: #fff;
        transition: all .2s;
        color: #333;
}



.comment-user {
    margin-bottom: 10px;
    line-height: 18px;
}


    .comment-user img {
        width: 36px;
        height: 36px;
        background: #112665;
        border-radius: 50%;
    }

.phone {
    font-size: 13px;
    color: #111;
}

.comment-time {
    font-size: 12px;
    color: #999;
}

.cooperation {
    width: 80px;
    height: 23px;
    background: #f2f2f2;
    text-align: center;
    line-height: 23px;
    color: #fff !important;
    margin-left: auto;
    border-radius: 3px;
}

.cooperation-delete {
    width: 23px;
    height: 23px;
    text-align: center;
    line-height: 23px;
    color: #333 !important;
    margin-left: auto;
    border-radius: 3px;
}

    .cooperation-delete i {
        color: #999 !important;
        transition:all .2s;
    }

    .cooperation-delete:hover i {
        color: #333 !important;
        transition:all .2s;
    }

.arrive-address {
    /*width: 655px;*/
    font-size: 13px;
    color: #1A1A1A;
    line-height: 21px;
    display: inline-block;
    max-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.comment-num {
    margin-left: 13px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #808080;
}

.comment-address {
    width: 475px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #808080;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
}

.bottom-line {
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.img-list {
    display: flex;
    justify-content: space-between;
    white-space: nowrap;
    overflow: hidden;
}

    .img-list span,.img-list video {
        display:inline-block;
        height: 101px;
        margin-top: 10px;
        width:101px;
        background-size:cover;
        background-position:center;
        background-repeat:no-repeat;
        image-rendering:pixelated;
    }

.comment-item-detail .img-list {
    word-wrap: break-word;
    overflow: auto;
word-break: normal;
flex-wrap: wrap;/* �������菴�筝���уｻ��,絨延�篌������∵�篋�*/
}

.good-icon {
    margin-right: 41px;
}

.logic-bg {
    width: 100%;
    height: 1000px;
    background-color: #FDFCF8;
    margin-top: -50%;
}



/* 莚��� */
.detail-desc {
    font-size: 1.3rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 21px;
}

.comment-address-detail {
    margin-top:10px;
    font-size:1.3rem;
}

.detail-comment-num {
    margin-top: 15px;
    margin-bottom: 10px;
}

    .detail-comment-num p {
        font-size: 1.3rem;
        font-family: Source Han Sans CN;
        font-weight: 500;
        color: #333333;
        margin-left: 13px;
    }

.comment-inpt {
    width: 856px;
    height: 114px;
    border: 1px solid #CCCCCC;
}

.publish-comment {
    width: 120px;
    height: 40px;
    background: #0070D4;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
    float: right;
    margin-top: 25px;
}

.user-comment-detail {
    font-size: 1.3rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #808080;
    padding:10px;
    padding-left:33px;
    padding-right:15px;
    padding-top:0px;
}

.detail-comment-list {
    margin-top: 0px;
    padding-left:15px;
    padding-right:15px;
}

.detail-user-img {
    width: 36px;
    height: 36px;
    background: #112665;
    border-radius: 50%;
    margin-right: 10px;
}

.detail-comment-time {
    color: #808080;
    margin-left: 15px;
}

.answer-box {
    width: 50px;
    height: 24px;
    background: rgba(0, 112, 212, 0.15);
    margin-bottom: 20px;
    color: #0070D4;
    text-align: center;
    line-height: 23px;
}

.pd-l-55 {
    padding-left: 55px;
}

.detail-comment-item {
    margin-top: 5px;
}

.detail-paging {
    width: 200px;
    margin: 67px auto 0 auto;
}

    .detail-paging div a {
        width: 90px;
        height: 34px;
        border: 1px solid #0070D4;
        line-height: 34px;
        text-align: center;
        color: #0070D4;
        display: inline-block;
    }

/* �������絽� */
.form-main {
    width: 1221px;
    height: 1443px;
    background: #FFFFFF;
    padding: 48px 24px 66px 24px;
}

.release-form {
    width: 100%;
}

    .release-form p {
        font-size: 20px;
        font-family: Source Han Sans CN;
        font-weight: 500;
        color: #1A1A1A;
        margin-bottom: 27px;
    }

.edit-input {
    width: 1173px;
    height: 390px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
}

.person-msg {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 49px;
}

    .person-msg input,
    select {
        width: 525px;
        height: 58px;
        background: #FFFFFF;
        border: 1px solid #CCCCCC;
        margin-bottom: 27px;
        font-size: 1.3rem;
        padding-left: 25px;
        padding-right: 24px;
    }

#tag {
    /* 羝��ら�莅ょ��膊㊤ご�桁� */
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /* �割唱羞糸��絨靃㊤ご�������� */
    background: url(../images/release/筝���-筝�@2x.png) 525px center no-repeat;
    background-size: 12px;
    width: 49%;
}

.address-box {
    margin-bottom: 46px;
}

.address-input {
    width: 1010px;
    height: 58px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    font-size: 20px;
    padding-left: 25px;
}

.address-adjust {
    width: 120px;
    height: 58px;
    background: rgba(0, 112, 212, 0.15);
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #0070D4;
    margin-left: 18px;
    text-align: center;
    line-height: 58px;
    cursor: pointer;
}

.file-upload {
    width: 381px;
    height: 235px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    cursor: pointer;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .file-upload input {
        width: 100%;
        height: 100%;
        display: none;
    }


.cancle-affirm {
    width: 547px;
    height: 80px;
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    text-align: center;
    line-height: 80px;
    display: inline-block;
    margin-top: 85px;
}

.cancle-btn {
    background: #E6E6E6;
    color: #B3B3B3;
}

.affirm-btn {
    background: #0070D4;
    color: #FFFFFF;
}

input[type="date"]::before {
    content: attr(placeholder);
}
</pre></body></html>