
body {
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');
    --wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');
    --wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');
    --wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');
    --wp--preset--duotone--midnight: url('#wp-duotone-midnight');
    --wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');
    --wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');
    --wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
}

.has-black-color {
    color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
    color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
    background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
    background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
    background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
    border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
    border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
    border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
    border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
    border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
    border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
    border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
    border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large) !important;
}

/* 2022-9-8 */
.text-sm .time {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
    display: inline-block;
}

.card-body2 {
    padding: 0 !important;
    border-radius: 4px;
    overflow: hidden;
}

.card-body2 .url-goto-after {
    border-top: none !important;
}

.card-body2 .artimg {
    width: 100%;
    height: 120px;
}

.card-body2 .artimg,
.card-body2 .artimg img {
    width: 100%;
    height: 120px;
    -o-object-fit: cover;
    object-fit: cover;
}

.card-body2 .title {
    font-size: 14px;
    margin: 6px 12px 0;
    line-height: 22px;
    overflow: hidden;
    height: 45px;
}

.big-header-banner .page-header { background: #fff; }

.header-big { overflow: hidden; width: 100%; height:200px; margin: 0 auto; padding: 10px 0; }

.header-big .hdslide { padding: 5vw 0; margin: 0 20px; position: relative; overflow: hidden; }

.header-big .hdslide .swiper-slide { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-transform: scale(1.6); transform: scale(1.6); border-radius: 8px; overflow: hidden; position: relative; opacity: 0; z-index: 1; }

.header-big .hdslide .swiper-slide a { display: block; width: 100%; }

.header-big .hdslide .swiper-slide img { display: block; margin: 0 auto; width: 100%; border-radius: 8px; }

.header-big .hdslide .swiper-slide::before { display: block; width: 100%; height: 100%; content: ""; position: absolute; z-index: 2; left: 0; top: 0; border-radius: 8px; background: rgba(0, 0, 0, 0.3); -webkit-transition: opacity 0.2s linear; transition: opacity 0.2s linear; }

.header-big .hdslide .swiper-slide p { opacity: 0; width: 100%; padding: 0 2%; position: absolute; height: 30px; line-height: 30px; text-align: left; color: #fff; z-index: 3; bottom: 0; left: 0; background: rgba(0, 0, 0, 0.5); -webkit-transition: opacity 0.2s linear; transition: opacity 0.2s linear; font-size: 12px; }

.header-big .hdslide .swiper-slide-active, .header-big .hdslide .swiper-slide-duplicate-active { -webkit-transform: scale(2); transform: scale(2); opacity: 1; z-index: 2; }

.header-big .hdslide .swiper-slide-active::before, .header-big .hdslide .swiper-slide-duplicate-active::before { opacity: 0; display: none; }

.header-big .hdslide .swiper-slide-active p, .header-big .hdslide .swiper-slide-duplicate-active p { opacity: 1; }

.header-big .hdslide .swiper-slide-next, .header-big .hdslide .swiper-slide-prev { opacity: 1; }

.header-big .hdslide .swiper-slide-next { right: 10%; }

.header-big .hdslide .swiper-slide-prev { left: 11%; }

.header-big .hdslide.on { opacity: 1; }

.header-big .hdslide.on .swiper-slide { -webkit-transition: 300ms; transition: 300ms; }

.header-big .swiper-pagination { width: 20%; right: 18%; bottom: 8%; text-align: right; }

.header-big .swiper-pagination .swiper-pagination-bullet { background: #fff; margin: 0 4px; opacity: 1; }

.header-big .swiper-pagination .swiper-pagination-bullet-active { background: #f00; }

.header-big .swiper-button-prev, .header-big .swiper-button-next { background: url(../images/icon_sprites1027.png) no-repeat; width: 48px; height: 50px; }

.header-big .swiper-button-prev { left: 2%; background-position: -10px -10px; }

.header-big .swiper-button-next { background-position: -78px -10px; right: 2%; }

.sidebar-menu-inner ul li .nav_ic { background: url(../images/icon_sprites1027.png) no-repeat; display: inline-block; width: 21px; height: 22px; vertical-align: middle; margin: 0 0.5rem 1px 0; }

.sidebar-menu-inner ul li .ic_1 { background-position: -10px -288px; }

.sidebar-menu-inner ul li .ic_2 { background-position: -50px -288px; }

.sidebar-menu-inner ul li .ic_3 { background-position: -90px -288px; }

.sidebar-menu-inner ul li .ic_4 { background-position: -130px -288px; }

.sidebar-menu-inner ul li .ic_5 { background-position: -343px -10px; }

.sidebar-menu-inner ul li .ic_6 { background-position: -343px -51px; }

.sidebar-menu-inner ul li .ic_7 { background-position: -302px -217px; }

.sidebar-menu-inner ul li .ic_8 { background-position: -170px -288px; }

.sidebar-menu-inner ul li .ic_9 { background-position: -302px -136px; }

.sidebar-menu-inner ul li .ic_10 { background-position: -302px -53px; }

.sidebar-menu-inner ul li .ic_11 { background-position: -302px -95px; }

.sidebar-menu-inner ul li .ic_12 { background-position: -302px -177px; }

.classtags { overflow: hidden; width: 101%; margin-bottom: 6px; }

.classtags a { display: block; float: left; background: #fff; border-radius: 4px; width: 140px; height: 40px; text-align: center; line-height: 40px; font-size: 14px; color: #333; overflow: hidden; margin: 0 12px 12px 0; }

.classtags a:hover { background: #fefefe; -webkit-box-shadow: 0 2px 2px #ddd; box-shadow: 0 2px 2px #ddd; }

.classtags a .ic_tag { display: inline-block; background: url(../images/icon_sprites1027.png) no-repeat; width: 22px; height: 22px; vertical-align: middle; margin: 0 6px 0 0; }

.classtags a .tag_1 { background-position: -10px -288px; }

.classtags a .tag_2 { background-position: -50px -288px; }

.classtags a .tag_3 { background-position: -90px -288px; }

.classtags a .tag_4 { background-position: -130px -288px; }

.classtags a .tag_5 { background-position: -343px -10px; }

.classtags a .tag_6 { background-position: -343px -51px; }

.classtags a .tag_7 { background-position: -302px -217px; }

.classtags a .tag_8 { background-position: -170px -288px; }

.classtags a .tag_9 { background-position: -302px -136px; }

.classtags a .tag_10 { background-position: -302px -53px; }

.classtags a .tag_11 { background-position: -302px -95px; }

.classtags a .tag_12 { background-position: -302px -177px; }

.classtags a .tag_13 { background-position: -114px -184px; }

.classtags a .tag_14 { background-position: -166px -184px; }

.classtags a .tag_15 { background-position: -250px -10px; }

.classtags a .tag_16 { background-position: -250px -62px; }

.classtags a .tag_17 { background-position: -250px -114px; }

.classtags a .tag_18 { background-position: -250px -166px; }

.classtags a .tag_19 { background-position: -10px -236px; }

.classtags a .tag_20 { background-position: -62px -236px; }

.classtags a .tag_21 { background-position: -114px -236px; }

.classtags a .tag_22 { background-position: -166px -236px; }

.classtags a .tag_23 { background-position: -218px -236px; }

#term-22-2 .classtags .ic_tag { width: 32px; height: 32px; }

.phb_item .phb_title { width: 100%; background: #ddd; text-align: center; height: 40px; line-height: 40px; border-radius: 5px; font-size: 18px; color: #fff; font-weight: bold; }

.phb_item .tt_color1 { background: -webkit-gradient(linear, left top, right top, from(#42a2f6), color-stop(0%, #42a2f6), color-stop(100%, #62cef1), to(#62cef1)); background: linear-gradient(90deg, #42a2f6 0%, #42a2f6 0%, #62cef1 100%, #62cef1 100%); }

.phb_item .tt_color2 { background: -webkit-gradient(linear, left top, right top, from(#d378ea), color-stop(0%, #d378ea), color-stop(100%, #637ae9), to(#637ae9)); background: linear-gradient(90deg, #d378ea 0%, #d378ea 0%, #637ae9 100%, #637ae9 100%); }

.phb_item .tt_color3 { background: -webkit-gradient(linear, left top, right top, from(#f2a878), color-stop(0%, #f2a878), color-stop(100%, #fd5f9b), to(#fd5f9b)); background: linear-gradient(90deg, #f2a878 0%, #f2a878 0%, #fd5f9b 100%, #fd5f9b 100%); }

.phb_item .tt_color4 { background: -webkit-gradient(linear, left top, right top, from(#01c0b2), color-stop(0%, #01c0b2), color-stop(100%, #bde867), to(#bde867)); background: linear-gradient(90deg, #01c0b2 0%, #01c0b2 0%, #bde867 100%, #bde867 100%); }

.phb_item .tt_color5 { background: -webkit-gradient(linear, left top, right top, from(#49bfee), color-stop(0%, #49bfee), color-stop(100%, #49dabb), to(#49dabb)); background: linear-gradient(90deg, #49bfee 0%, #49bfee 0%, #49dabb 100%, #49dabb 100%); }

.phb_item .tt_color6 { background: -webkit-gradient(linear, left top, right top, from(#d8eaf6), color-stop(0%, #d8eaf6), color-stop(100%, #f3dedb), to(#f3dedb)); background: linear-gradient(90deg, #d8eaf6 0%, #d8eaf6 0%, #f3dedb 100%, #f3dedb 100%); }

.phb_item .phb_list { width: 100%; overflow: hidden; padding: 0; }

.phb_item .phb_list li { height: 70px; background: inherit; background-color: white; border-radius: 5px; width: 100%; overflow: hidden; margin-top: 15px; display: -webkit-box; display: -ms-flexbox; display: flex; }

.phb_item .phb_list li span { font-weight: bold; color: #333; font-size: 18px; height: 70px; line-height: 70px; margin: 0 20px; }

.phb_item .phb_list li .img { margin: 10px 0; }

.phb_item .phb_list li .img, .phb_item .phb_list li .img img { width: 50px; height: 50px; border-radius: 12px; }

.phb_item .phb_list li:hover { -webkit-box-shadow: 0 3px 3px #ddd; box-shadow: 0 3px 3px #ddd; }

.phb_item .phb_list li:hover .info .title { color: #3ab8c5; }

.phb_item .phb_list li .info { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; overflow: hidden; height: 50px; margin: 10px; }

.phb_item .phb_list li .info .title { width: 100%; overflow: hidden; height: 25px; line-height: 25px; color: #222; font-size: 15px; white-space: nowrap; text-overflow: ellipsis; display: block; }

.phb_item .phb_list li .info .star { float: left; padding-left: 20px; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAAbFBMVEVMaXEVxc0Uw8wUxc0Uxc4Vxc0fv78Vxc4Vxc4Pv88Uxc4Uxc0Vxc4TxM0Ww8wVv9QWxM0Uxc4UxM0Uxc0Uxs8VxM4Av78TxcwUwswUxc4WxcwUxc4Tw88Vws0Zv8wVw8wUxM4Uxc4Vv8kVxc5S3UCNAAAAI3RSTlMAgHBY5+8IVPsQ68+/NDgMXJOru4unBChM91CfQEgUPK/DGH/rqPgAAABkSURBVHjaVcpXDsAgDAVBJ5AC6b1X3/+OscASZH/QPAO2uFPgF2LgM5YYqd8Z3YeqEJIc1aUiNRJduoUk9ZwmYAdHHpimnr2BbWDn7Iyt2QudxE3DaThhNtOzP3gZq3UE0/ECfFLTDRLNNWRRAAAAAElFTkSuQmCC) no-repeat left; height: 20px; line-height: 20px; margin-top: 5px; font-size: 12px; color: #3ab8c5; }

.phb_item .phb_list li .info .btn { float: right; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAMAAAAMs7fIAAAAXVBMVEX////Mz9KepKm2u799hYy1ub3h4+SPlpz9/f329veOlZvq6+2BiZD+/v739/jc3uCorbLw8fKcoqf29/d2fobQ09a0ub2LkplweIDn6erj5Obd3+GDi5FsdX3v8PGC8cbHAAAAa0lEQVR42o2PRxKAMAhFU9QUTaKm2e9/TDFOVriQBZ95DB8gf0PGvJxLjrKCSYS0XmsKYnqBErMvhZ+FetSMoPvRld5oQPrBgVPbPMgNPWSqLanIago1Z5AK2ghhHBM8hZ3xdnQh+gJ/+hk32bsG16aH7NgAAAAASUVORK5CYII=) no-repeat; width: 21px; height: 23px; margin-top: 5px; }

.btn-more{
background: #f00;
border-radius: 15px;
color: #fff;
padding: 0 12px;
height: 25px;
line-height: 25px;
}
.btn-more:hover{color: #fff;opacity: 0.88;}
.tab-pane{
position: relative;
}
.tab-pane .btn-more{
position: absolute;
top: -54px;
right: 0;
}
