<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.caution {
    padding: 15px 35px;
    border-bottom: 1px solid #f0f0f0;
}

    .caution p, .caution a {
        padding: 9px 30px;
        border-radius: 50px;
    }

    .caution a {
        width: 182px;
    }

.code_list_line_item {
    padding: 25px 44px;
    border-bottom: 1px solid #f0f0f0;
}

    .code_list_line_item .code_list_line_info {
        width: 500px;
    }

    .code_list_line_item .right_area {
        width: 500px;
        margin-top: 16px;
    }

.code_list_line_con .code_logo {
    width: 94px;
    height: 94px;
    border: 1px solid #f0f0f0;
    border-radius: 2px;
    overflow: hidden;
}

    .code_list_line_con .code_logo img {
        width: 92px;
        height: 92px;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

.code_list_line_item:hover {
    background-color: #f2f2f2;
}

    .code_list_line_item:hover .code_logo img {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    .code_list_line_item:hover h4 a {
        color: #40c641;
    }

.code_list_line_item h4 a {
    display: inline-block;
    max-width: 450px;
}

.summarize_info_parameter li {
    float: left;
    margin-right: 30px;
    margin-bottom: 4px;
    color: #666;
}

.user_head {
    width: 184px;
    border: 1px dashed #e6e6e6;
    border-radius: 40px;
    padding: 10px 20px;
}

    .user_head:hover {
        background-color: #fff;
    }

span.reply_time {
    display: inline-block;
    min-width: 120px;
    margin-left: 60px;
}

.user_head img {
    width: 41px;
    height: 41px;
    border: 1px solid #e6e6e6;
    border-radius: 25px;
    margin-right: 20px;
}

.user_head .into_shop {
    display: inline-block;
    padding: 2px 5px;
    font-size: 12px;
    color: #fff;
    background: #FA5555;
    border-radius: 4px;
}


a.discuss_count:hover {
    color: #40c641;
    text-decoration: underline;
}
/*申请演示*/
.demo_apply_list {
    overflow: hidden;
    margin-top: 20px;
}

    .demo_apply_list .summarize_nav_con {
        background-color: #40c641;
        padding: 15px 20px 15px 35px;
    }

.summarize_nav {
    padding: 5px 10px;
    padding-left: 20px;
    background-color: #2d8a2d;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    position: relative;
}

    .summarize_nav a {
        color: #fff;
    }

    .summarize_nav i {
        position: absolute;
        left: 5px;
        top: 6px;
    }

    .summarize_nav a:after {
        content: "&gt;";
        color: #fff;
        padding: 0 5px;
    }

.summarize_nav_share {
    position: relative;
    padding: 0;
}

    .summarize_nav_share img {
        position: absolute;
        top: -15px;
        left: -190px;
    }

.demo_apply_list .code_list_line_item .code_list_line_info {
    width: 490px;
}

.demo_apply_list .code_list_line_item .right_area {
    width: 400px;
    margin-top: 10px;
}

.demo_apply_list .user_head {
    border: none;
    margin-top: 10px;
}

    .demo_apply_list .user_head:hover {
        background-color: #f2f2f2;
    }

.right_area .ApplyCount {
    width: 116px;
    margin-right: 20px;
    text-align: center;
}

    .right_area .ApplyCount .btn {
        padding: 7px 12px;
        margin-top: 5px;
    }

/*分页样式*/
.page {
    padding: 30px 0 40px;
    text-align: center;
}

    .page a {
        display: inline-block;
        padding: 10px 18px;
        border: 1px solid #e6e6e6;
        border-right: none;
        text-align: center;
        color: #666;
    }

        .page a:hover {
            color: #40c641;
            background-color: #e6e6e6;
        }

        .page a:last-child {
            border-right: 1px solid #e6e6e6;
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .page a:first-child {
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .page a.active {
            color: #fff;
            background-color: #40c641;
            border: 1px solid #40c641;
        }

            .page a.active + a {
                border-left: #40c641;
            }

.submit_btn_dajian {
    width: 145px;
    height: 40px;
    background: #40c641;
    border-radius: 30px;
    font-size: 17px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    letter-spacing: 2px;
}

    .submit_btn_dajian:hover {
        background-color: #5bcd37;
    }

/* 筛选  */

.shaixuan a {
    width: 80px;
    float: left;
    padding: 0 9px;
    height: 23px;
    border: 1px solid #40c641;
    line-height: 22px;
    margin-right: -1px;
    background: #FFF;
    color: #333;
    background: #FFF;
    border-radius: 0;
    text-align: center;
}

    .shaixuan a:hover {
        position: relative;
        text-decoration: none;
        border-color: #40c641;
        color: #e4393c;
    }

.shaixuan {
    margin-left: 10px;
    margin-top: 7.5px;
}


/* end 筛选 */
</pre></body></html>