<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-size: 14px;
    font-family: 'Microsoft Yahei', Arial, sans-serif, 'Source Sans Pro', 'Helvetica Neue', Helvetica;
    color: var(--color_2);
    background-color: var(--color_3);
    line-height: inherit !important;
}

/*å¸ƒå±€*/
a, a:hover {
    outline: none;
    text-decoration: none;
    -webkit-transition: all 0.25s linear 0.01s;
    -moz-transition: all 0.25s linear 0.01s;
    -ms-transition: all 0.25s linear 0.01s;
    -o-transition: all 0.25s linear 0.01s;
    transition: all 0.25s linear 0.01s;
}

.display_flex {
    display: flex;
    align-items: center;
}

.flex_1 {
    flex: 1;
}

.one_clamp {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.two_clamp {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*swiper*/
.swiper-button-prev, .swiper-button-next {
    background-color: rgba(0, 0, 0, 0.5);
    width: 22px;
    height: 44px;
    background-image: none
}

.swiper-button-prev::after, .swiper-button-next::after {
    font-size: 16px;
    color: #fff;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 0;
    border-radius: 4px 0 0 4px;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 0;
    border-radius: 0 4px 4px 0;
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal &gt; .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0;
}

.swiper-pagination-bullet-active {
    background: var(--web_color)
}

.swiper-pagination-bullet {
    width: 30px;
    height: 3px;
    border-radius: 20px;
}

/*å¤´éƒ¨*/
.header {
    background: #fff;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 9999;
    height: 60px;
    overflow: hidden;
    border-bottom: 1px solid #f3f3f3;
}

.header_con {
    padding: 10px;
}

.header_con .logo {
    height: 40px;
}

.header_con .icon-move {
    font-size: 20px;
}

/*åº•éƒ¨*/
.footer {
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 9999;

    overflow: hidden;
    bottom: 0px;
    border-top: 1px solid #f3f3f3;
}

.footer_con {
    padding: 10px;
    text-align: center;
}
.footer_con .on a{
    color: var(--web_color);
}

.footer_con .icon-move {
    font-size: 25px;
}

.footer_con .name {
    padding-top: 5px;
}


/*æ¨¡å—æ&nbsp;‡é¢˜*/
.container_con {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    box-shadow: 0px 2px 13px 0px rgba(41, 112, 255, 0.12);
}

.con_title {
    border-radius: 10px 10px 0px 0px;
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f5f5f5;
    text-align: center;
}

.con_title .name {
    font-size: 16px;
    font-weight: bold;
    color: var(--web_color);
    display: flex;
    justify-content: center;
    align-items: center;

}

.con_title .name:after {
    background: linear-gradient(to right, rgba(53,118,247,1) , rgba(53,118,247,0));
    content: "";
    height: 1px;
    width: 40px;
    margin: 0 0 0 10px;
}

.con_title .name:before {
    background: linear-gradient(to left, rgba(53,118,247,1) , rgba(53,118,247,0));
    content: "";
    height: 1px;
    width: 40px;
    margin: 0 10px 0 0;
}



.con_title .desc {
    color: #999;
    padding-top: 6px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 12px;
}
.con_title .icon {
    font-size: 20px;
    font-weight: bold;
}

.con_content {
    border-radius: 0px 0px 10px 10px;
    padding: 15px;
    background-color: #fff;
    position: relative;
}

.top_list_header {
    background-color: var(--web_color_2);
    text-align: center;
    min-height: 200px;
    align-items: center;
    position: relative;
    background-size: cover;
    display: flex;
}


.top_list_header h1 {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    line-height: 100%;
    margin-top: 18px;
    margin-bottom: 9px;
}
.top_list_header h2 {
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    margin-top: 18px;
    margin-bottom: 9px;
}

.top_list_header .inner_bg{
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: rgba(0,75,255,0.3);
}

.top_list_header .inner {

    margin: 0 auto;
    flex: 1;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 2;
    position: relative;
}
.top_list_header .inner  .links{ padding-top: 10px; width: 900px; margin: auto}
.top_list_header .inner  .links input{  padding: 25px 15px 25px 15px;}
.top_list_header .inner  .layui-input-block{ margin-left: 0px}



.content_title{
    background: #fff;
    box-shadow: 0px 2px 13px 0px rgba(41, 112, 255, 0.12);
    position: sticky;
    top: 60px;
    z-index: 9;
    padding: 15px;
}

.content_view_con{
    padding: 15px;
    background: #fff;
    box-shadow: 0px 2px 13px 0px rgba(41, 112, 255, 0.12);
    margin-top: 15px;
}
.right_title{
    border-bottom: 1px solid #f9f9f9;
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
    position: relative;
}
.right_title:after {
    content: "";
    width: 40px;
    height: 2px;
    background: var(--web_color);
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.right_li a {
    display: block;
    line-height: 42px;
    height: 42px;
    border-bottom: 1px solid #f5f5f5;
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
}
.right_li a.on {
    background: #f5f5f5;
    color: var(--web_color);
}
.right_li a i {
    padding-right: 10px;
    font-size: 18px;
}

/*.price_con{*/
/*    display:none;*/
/*}*/
/*.footer{*/
/*    display:none;*/
/*}*/
/*.dynamic_con{*/
/*    display:none;*/
/*}*/


#pagelist {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}





</pre></body></html>