/*
Theme Name:     米图动漫子主题
Theme URI:      http: //www.micnt.com/
Description:    Child theme for the MICNT
Author:         米图
Author URI:     http: //www.micnt.com/
Template:       b2
Version:        1.2
*/
.entry-content .post-note {
    font-size: 13px;
    line-height: 1.8em;
    padding: 15px;
    background:rgb(245, 245, 245);
    margin-bottom: 0;
    border-radius: 12px;
    color: #949ab1;
}
.post-3 a.post-list-cat-item {
    display: inline-block;
    margin-right: -11px;
    margin-top: -10px;
    letter-spacing: 1px;
    margin-bottom: 2px;
    white-space: nowrap;
    color: #fff !important;
    padding: 0 5px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
}
.justify a img{
        float: left;
}
/*手机导航结束*/
/*用户美化*/
.sidebar .w-a-lv{
    height: 28px;
    display: flex;
}
#author .user-panel .user-panel-info span.user-page-lv img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    /* image-rendering: -webkit-optimize-contrast; */
    border: 0;
    vertical-align: middle;
}
/*等级颜色开始*/
.lv-icon.b2-vip0 b {
     color: #ffffff !important;
    background: linear-gradient(90.34deg, #70d6b5 0.27%, #0084ff 99.7%);
    padding: 0 5px;
    border-radius: 3px;
}
.lv-icon.b2-vip1 b {
     color: #ffffff !important;
    background: linear-gradient(90.34deg, #fe63ff 0.27%, #6f8dff 99.7%);
    padding: 0 5px;
    border-radius: 3px;
}
.lv-icon.b2-vip2 b {
    color: #ffdbb1 !important;
    background: linear-gradient(90.34deg, #393f68 0.27%, #24263c 99.7%);
    padding: 0 5px;
    border-radius: 3px;
}
.lv-icon.b2-vip3 b {
    color: #ffdbb1 !important;
    background: linear-gradient(90.34deg, #393f68 0.27%, #24263c 99.7%);
    padding: 0 5px;
    border-radius: 3px;
}
.user-w-lv {
    display: flex;
    height: 22px;
    flex-wrap: wrap;
}
/*用户美化结束*/
/*二级导航*/
.b2-menu-3 .sub-menu-0>li:after {
    content: '';
    position: absolute;
    top: 12px;
    left: 10px;
    width: 10px;
    height: 10px;
    border-radius: 8px;
    background: var(--mistyle3color);
}
.b2-menu-3 .sub-menu-0>li:nth-child(2):after {
    background: #32dd1c;
}
.b2-menu-3 .sub-menu-0>li:nth-child(3):after {
    background: #90c2ff;
}
.b2-menu-3 .sub-menu-0>li:nth-child(4):after {
    background: #dd88f9;
}
.b2-menu-3 .sub-menu-0>li:nth-child(5):after {
    background: #f7913c;
}
.b2-menu-3 .sub-menu-0>li:nth-child(6):after {
    background: #ffc1c1;
}
.b2-menu-3 .sub-menu-0>li:nth-child(7):after {
    background: #4fba9c;
}
.b2-menu-3 .sub-menu-0>li:nth-child(8):after {
    background: #69abd9;
}
/*用户下拉*/
.top-user-box-drop {
    right: -120px;
    width: 308px;
    transition: 0s max-height 0.15s linear,0.1s opacity cubic-bezier(0.39,0.575,0.565,1),0.15s transform cubic-bezier(0.1,1.26,0.83,1);
    transform: perspective(1px) scale(0.7);
    transform-origin: center top;
    opacity: 0;
    box-shadow: 0 0 black;
    position: absolute;
    padding-top: 50px;
    background: url(/wp-content/themes/miacg/images/bg-cat-main.png) no-repeat top;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
}
.top-user-info-box {
    background: #ffd2d6;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-image: none;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border: 1px solid #ffd2d6;
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 4px 0 #FFD1D8 inset;
    -moz-box-shadow: 0 1px 4px 0 #FFD1D8 inset;
    box-shadow: inset 0 1px 4px 0 #FFD1D8;
}
.top-user-box-drop ul {
    display: flex;
    flex-flow: wrap;
    padding: 0 20px 12px;
    background: #fff;
    border: 1px solid #ffd2d6;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-box-shadow: 0 1px 4px 0 #FFD1D8 inset;
    -moz-box-shadow: 0 1px 4px 0 #FFD1D8 inset;
    box-shadow: inset 0 1px 4px 0 #FFD1D8;
}
.jt::before, .jt::after {
    display: none;
}
/*登录*/
.wxlogin-sidebar {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 100%);
}
.wxlogin-sidebar h3{
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}
.wxlogin-sidebar p{
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}
.wxlogin-sidebar>div {
    padding: 30px;
}
.mi_login .mi_login_title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 30px;
}
.mi_login .login_txtwrap {
    margin-top: 60px;
    padding: 0;
    margin-bottom: 60px;
}
.mi_login .login_txtwrap li {
    margin-bottom: 18px;
    height: 35px;
    color: #fff;
    font-size: 15px;
    line-height: 33px;
    border: 1px solid #ffaf9d;
    border-radius: 17.5px;
    background-color: #fd9476;
    padding: 0 20px 0 0;
}
.mi_login .login_txtwrap li:nth-child(2n-2){
    /*display: none;*/
}
.mi_login_title h3 {
    font-size: 30px;
    color: #fff;
}
.mi_login_title .mi_login_check{
    margin: 0 12px 0 20px;
}
.login-box-content .login-box-top {
    padding: 30px 24px 24px;
    background-repeat: no-repeat;
    background-size: 100%;
    background: #fff;
}
.milogin-radius{
    border-radius: 10px;
}
.mi-radius {
    border-radius: 8px;
}
.mi_login::before {
    content: '';
    position: absolute;
    top: -144px;
    left: 80px;
    width: 191px;
    height: 187px;
    background: url(/wp-content/themes/miacg/images/loginll.png) no-repeat center / 100%;
}
/*首页动态大图开始*/
.hetj {
    margin-left: 200px;
}
.search_360{
    color:#fff;
    background-color:#28bc5b;
}
.search_baidu{
    color:#fff;
    background-color:#4E6EF2;
}
.search_bing{
    color:#fff;
    background-color:#ffc20e;
}
.search_toutiao{
    color:#fff;
    background-color:#f04142;
}
.search_zhihu{
    color:#fff;
    background-color:#06f;
}
#page-wrapper {
	margin-bottom: 25px;
	margin-top:-85px;
}

.post-pay-type{display:none}


/*首页背景*/
.micnt-mind {

    height: 700px;

    background: #0299d8;

    background: -webkit-linear-gradient(45deg,#5a3694 0%, #13bdce 33%, #0094d9 66%, #6fc7b5 100%);

    background: linear-gradient(45deg, #5a3694 0%, #13bdce 33%, #0094d9 66%, #6fc7b5 100%);

    background-size: 400%;

    background-position: 0% 100%;

    -webkit-animation: gradient 7.5s ease-in-out infinite;

    animation: gradient 7.5s ease-in-out infinite;

}
.minds{
    background: linear-gradient(45deg, #5a3694 0%, #13bdce 33%, #0094d9 66%, #6fc7b5 100%);
    background-size: 400%;
    animation: gradient 7.5s ease-in-out infinite;
}

    /*角标款式*/
    .tipss {
    position: relative;
    top: -20px;
    left: 0;
    z-index: 1;
    width: 60px;
    height: 20px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    font-size: 13px;
}
.post-module-thumb .mi-views {
    background-color: rgba(0,0,0,0.7);
    border-top-right-radius: 6px;
    padding: 0 10px 0 10px;
    margin-top: -40px;
    margin-left: 60px;
    position: absolute;
    color: #fff;
    line-height: 20px;
    height: 20px;
    text-align: center;
    font-size: 13px;
}
.post-module-thumb .mi-views-1 .mi-views-eye {
    font-size: 13px;
    padding: 0 6px 0 0;
}
.post-module-thumb .mi-views .mi-views-eye-s {
    font-size: 14px;
    padding: 0 6px 0 0;
}
.post-module-thumb .mi-views-1 {
    background-color: rgba(0,0,0,0.7);
    border-top-right-radius: 6px;
    padding: 0 10px 0 10px;
    margin-top: -19px;
    margin-left: 0;
    position: absolute;
    color: #fff;
    line-height: 21px;
    text-align: center;
    font-size: 13px;
}
/*分类角标开始*/
.post-1 a.post-list-cat-item {
    color: #939393!important;
    margin-top: -15px;
    border-bottom-left-radius: 6px;
    padding: 10px 10px;
    /* background: #fbfafa; */
}
.item-post-style-1 .post-list-meta-box, .item-post-style-2 .post-list-meta-box, .item-post-style-3 .post-list-meta-box, .item-post-style-4 .post-list-meta-box {
    position: absolute;
	justify-content: space-between;
	margin: 0px;
	color: #AAAEB3;
}

.item-post-style-1 .post-list-cat, .item-post-style-2 .post-list-cat, .item-post-style-3 .post-list-cat, .item-post-style-4 .post-list-cat {
    font-size: 12px;
    top: 10px;
    position: relative;
    z-index: 2;
    padding: 8px 10px;
    background: #fbfafa;
}
.post-list .b2_gap .post-list-item :hover .post-list-cat {
    display: block;
    position: relative;
    left: 190px;
    margin-top: 2px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
    height: 30px;
    width: 100px;
    line-height: 15px;
    text-align: center;
}
.search .post-list .b2_gap .post-list-item :hover .post-list-cat, .tag .post-list .b2_gap .post-list-item :hover .post-list-cat {
    left: 185px;
}
.item-post-style-1 .list-footer, .item-post-style-2 .list-footer, .item-post-style-3 .list-footer, .item-post-style-4 .list-footer {
    display: flex;
    font-size: 12px;
    justify-content: space-between;
    align-items: center;
    padding: 12px 5px;
    border-top: 1px solid #F5F6F7;
    color: #797C80;
}
/*分类角标结束*/
/*列表优化*/
.filter-name {
    color: #b2bac2;
    width: auto;
    text-align: right;
}
.tax-fliter-hot {
    border-radius: 10px;
}
.post-module-thumb a.thumb-link::before,.shop-normal-item-img a.link-block::before,.shop-cats-in::before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,0);
	transition:background 0.3s ease-out;
	z-index:2;
}
.mi-video a.thumb-link:hover::after{
	display: none;
	opacity: 0;
}
.video-role-info button, .video-role-info a.button {
    color: #623A0C!important;
    text-align: center;
    background-image: linear-gradient(-135deg, #FBE8A8 0%, #F8E7AC 15%, #E2C078 100%);
    border: 0;
    transition: none!important;
    height: 37px;
    border-radius: 3px;
    display: block;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.item-post-style-3 .list-footer {
    /* border-top: 0; */
}
.item-post-style-3 .post-info {
    position: relative;
    z-index: 2;
    color: #fff;
    background: none;
    overflow: hidden;
}
.post-info span {
    height: 19px;
}
.post-5 .item-in:hover h2 a, .post-3 .item-in:hover h2 a {
	color:var(--mistyle3color)!important
}
.post-3-li-dubble .item-in .post-info h2{
    font-size: 18px;
    font-weight: bold;
    margin: 16px 0 16px;
    line-height: 25px;
    margin-bottom:5px;
    font-size: 18px;
    margin-left: 0;
    margin-top: 0;
}
.mi-style3 .item-in .post-info {
    margin: 0;
}
.mi-style3 .item-in .post-info span {
    height: 14px;
}
.mi-style3 .item-in .post-info h2.style3-title {
    font-size: 16px;
    color: #212B34;
    font-weight: bold;
    line-height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
    margin-left: 0;
}
.mi-style3 .item-in .post-info h2.style3-title a {
    height: 24px;
    padding: 0;
    background: unset;
    display: inline-block;
    vertical-align: text-bottom;
}
.mi-style3 .item-in .post-info h2.style3-title .icon {
    width: 60px;
    height: 24px;
}
.mi-style3 .item-in .post-info .teachers {
    min-height: 28px;
    align-items: stretch;
}
.mi-style3 .item-in .post-info .others {
    color: #87959F;
    font-size: 12px;
    margin-top: 7px;
}
.mi-style3 .item-in .post-info .others .float {
    float: right;
}
.mi-style3 .item-in .post-info .others .float em {
    color: #FF5B02;
    font-style: initial;
}
.mi-style3 .item-in .tags-list {
    padding: 6px 10px 15px 10px;
    font-size: 14px;
    color: #212B34;
    overflow: hidden;
    font-weight: 500;
    height: 56px;
}
.mi-style3 .item-in .tags-list .label {
    line-height: 31px;
}
.mi-style3 .item-in .tags-list .tag {
    background-color: #fff;
    padding: 7px 10px 7px 24px;
    margin: 10px 10px 0 0;
    position: relative;
    display: inline-block;
    color: #525A67;
    font-size: 12px;
    background: #F6F8FA;
    border-radius: 8px;
}
.mi-style3 .item-in .tags-list .post-excerpt {
    background-color: #fff;
    padding: 7px 10px 7px 10px;
        margin: 5px 0 0 0;
    position: relative;
    display: inline-block;
    color: #525A67;
    font-size: 12px;
    background: #F6F8FA;
    border-radius: 8px;
}
.mi-style3 .item-in .tags-list .post-excerpt .mides {
    line-height: 25px;
    -webkit-line-clamp: 1;
    color: #8a8a8a;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
}
.mi-style3 .item-in .tags-list .tag::before {
    width: 10px;
    height: 12px;
    position: absolute;
    top: 8px;
    left: 10px;
}
.mi-style3 .item-in .tags-list .tag::before {
    content: '';
    display: inline-block;
    background: url(/wp-content/themes/miacg/images/tag-fire.png);
    background-size: 100% 100%;
}
.post-excerpt {
    margin: 5px 16px 16px 16px;
}
@media screen and (max-width: 768px) {
.post-style-5 .ads-after-header {
    display: none;
}

.tag .b2-single-content {
    position: relative;
    top: 40px;
}
.collection-box-3 .coll-3-box {
    width: 100%;
    min-width: 100%;
    height: auto;
}
.b2-content {
    margin: 0 6px;
}
.micnt_search .search-button-action i {
    font-size: 23px;
}
.list-footer .pt3 i {
    font-size: 12px;
}
.post-1.post-list ul.b2_gap {
    padding-right: 2px;
}
.coll-3-box-in,.site-content {
    margin: 0px;
}
.collection-box-3-in {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    margin: 0px;
}
    .term-bar {
        padding: 30px 0;
    }

    .term-bar .term-title {
        font-size: 16px;
    }

	#page-wrapper {
	display:none
}
	.collection-item {
	width: 100%;
	padding: 0;
}

.post-list-meta-box {
	display: none;
}
.category .wrapper {
	width: 100%;
}
.wrapper {
	max-width: 100%;
	margin: 0 auto;
}
    .ads-after-header {
        margin-bottom: 4px;
    }
    .ads-after-header a {
        width: 100%;
        max-width: 768px;
        margin-bottom: 2px;
    }
    .ads-after-header a:first-child {
        margin-right: 0;
    }
.login-box-content{
 min-width: auto;
}
.login-box-content .login-box-top{
    width: 100%;
}

}
.collection-item {
	width: 25%;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	overflow: hidden;
	transition: all .3s ease-in-out;
}
.collection-item:hover {
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
}
.collection-posts li a.post-link {
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1;
	margin-left: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-decoration: none;
	color:#444;
}
.collection-number.ar {
	padding: 8px 8px;
	position: absolute;
	z-index: 2;
	left: -5px;
	top: 20px;
	font-size: 13px;
}
.collection-number {
	display: inline-block;
	color: #ff3a55;
	padding: 8px 16px;
	position: absolute;
	z-index: 2;
	background-color: #fff;
	font-size: 12px;
}
/* 滚动条样式 */
::-webkit-scrollbar {
    background-color: rgb(255 255 255);
    width: 5px;
    height: 5px;
}
::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-transition: background 200ms ease;
    -moz-transition: background 200ms ease;
    transition: background 200ms ease;
}
pre ::-webkit-scrollbar-thumb {
    background-color: rgb(253 115 1 / 0.5)
}
::-webkit-scrollbar-thumb:hover {
    background-color: #4f3d3a;
}
::-webkit-scrollbar-button {
    display: none;
}


/*加载更多按钮*/
.load-more.box {
    box-shadow: 0 0 black;
}
.post-list .load-more .post-load-button {
    position: absolute;
    top: 32px;
    display: inline-block;
    width: 130px;
    -webkit-border-radius: 0 0 16px 16px;
    -moz-border-radius: 0 0 16px 16px;
    border-radius: 0 0 16px 16px;
    margin-left: -65px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
    background-image: url(/wp-content/themes/miacg/images/home.55842.png);
    background-repeat: no-repeat;
}
.post-list .load-more button {
    width: 100%;
    border-color: rgba(255, 255, 255, 0);
    padding: 14px;
    border: 0;
    height: 32px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 3px 6px 0 #FFF4F4;
    -moz-box-shadow: 0 3px 6px 0 #FFF4F4;
    box-shadow: 0 3px 6px 0 #FFF4F4;
}
.post-list .load-more button span {
    display: block;
    margin-top: -10px;
    color: #fff;
}
.post-list .load-more .shadow-line {
    height: 32px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 3px 6px 0 #FFF4F4;
    -moz-box-shadow: 0 3px 6px 0 #FFF4F4;
    box-shadow: 0 3px 6px 0 #FFF4F4;
}
.load-more.box-in.box.b2-radius.mg-t {
    background: none;
    position: relative;
    width: 100%;
    height: 72px;
    margin-right: 8px;
    clear: both;
    margin-top: 0;
}
@media screen and (min-width: 850px){
.my-vip-pc .swiper-button-prev, .my-vip-pc .swiper-button-next {
    display: none;
}
.my-vip-s {
    width: 100%;
    margin: 0 auto;
}
.swiper-pointer-events {
    touch-action: pan-y;
    width: 100%;
}
.my-vip-pc .swiper-wrapper, .b2_vip_link .my-vip-s .swiper-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-slide {
    flex-shrink: 0;
    width: 25%;
    height: auto;
    position: relative;
    transition-property: transform;
    padding-right: 0;
}
    .b2-vip-kt-box {
    width: 100%;
    text-align: inherit;
    position: relative;
    padding-left: 0;
}
.mi-style2-dm {
    display: none;
}
.mi-footer-img {
    display: none;
}
.mi-login-avatar {
    width: 50px;
    height: 50px;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -10px
}
.top-user-info .header-login-button:hover .user-inner {
    display: block;
}
.top-user-info .header-login-button .user-inner {
    position: absolute;
    z-index: 103;
    left: 50%;
    top: 52px;
    display: none;
    height: auto;
    width: 264px;
    padding: 36px 8px 0;
    margin-left: -110px;
    padding-top: 38px;
    background: url(/wp-content/themes/miacg/images/bg-cat-main.png) no-repeat top;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
}
.user-inner .user-inner-main {
    padding: 16px 0 16px;
    border: 1px solid #FFB5C3;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 4px 0 #FFD1D8 inset;
    -moz-box-shadow: 0 1px 4px 0 #FFD1D8 inset;
    box-shadow: inset 0 1px 4px 0 #FFD1D8;
}
.user-inner .user-inner-main .mascot {
    display: block;
    height: auto;
    width: 80px;
    margin: 0 auto 20px;
}
.user-inner .user-inner-main .explain {
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    color: #999999;
    display: block;
    text-align: center;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
/*文章列表*/
.mi-style3 .box {
    background-color: #fff;
    box-shadow: 0px 0px 2px rgb(231 231 231);
    position: relative;
}
/*文章列表3*/
.post-list-item.mi-style3 .item-in {
    padding: 0;
}
.post-list-item.mi-style3 .post-module-thumb {
    border-radius: 0!important;
    border-top-left-radius: 6px!important;
    border-top-right-radius: 6px!important;
}
.post-list-item.mi-style3 .post-info {
    padding: 0 10px 10px 10px;
}
.post-list-item.mi-style3 .item-in .others .post-list-cat-item {
    color: #939393!important;
    margin-top: 0;
    padding: 0 0 0 5px;
}
.mi-style3 .item-in:hover {
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
}
.b2_gap .item-post-style-2 .post-module-thumb, .b2_gap .item-post-style-1 .post-module-thumb, .b2_gap .item-post-style-4 .post-module-thumb {
    position: relative;
    height: 0;
    overflow: hidden;
    border-radius: 6px;
}
.item-post-style-1 .post-info .post-excerpt, .item-post-style-2 .post-info .post-excerpt, .item-post-style-4 .post-info .post-excerpt {
    background-color: #fafafa;
    border-radius: 4px;
    -webkit-transition: all .2s;
    transition: all .2s;
    margin: 0;
    padding: 16px 20px;
}
.post-3-li .post-info .post-excerpt {
    background-color: #fafafa;
    border-radius: 4px;
    -webkit-transition: all .2s;
    transition: all .2s;
    margin: 0;
    padding: 16px 20px;
}
.post-3-li .post-info .post-excerpt .mides {
    line-height: 25px;
    font-size: 14px;
    height: 50px;
    -webkit-line-clamp: 2;
    color: #8a8a8a;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
}
.post-3 .post-info >div:first-child {
    display: none;
}

.post-3 .post-list-meta-box {
    margin: 0;
    margin-top: 5px;
}
.post-6-table .b2_gap .post-list-item :hover .post-list-cat  {
    left: auto;
}
.item-post-style-1 .post-info .post-excerpt .mides, .item-post-style-2 .post-info .post-excerpt .mides, .item-post-style-4 .post-info .post-excerpt .mides {
    line-height: 25px;
    font-size: 14px;
    height: 50px;
    -webkit-line-clamp: 2;
    color: #8a8a8a;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
}
.item-post-style-1:hover .post-module-thumb img {
    transform: scale(1.1);
}
.item-post-style-1 .post-module-thumb img {
    -webkit-transition: all .3s;
    transition: all .3s;
}
.pt3{
    padding-top: 3px;
}
.pt3 i.b2font{
    padding: 4px;
    font-size: 13px;
}

/*coll*/
.collection .site-header {
    height: 53px;
}
.page-content .mi-but {
    position: absolute;
    top: 540px;
    left: 855px;
    width: 100px;
    height: 35px;
}
.social-top .login-button {
    display: flex;
    align-items: center;
    padding: 0 0 0 25px;
}
.social-top .top-submit {
    position: absolute;
    right: 0;
}
.logo-center .top-style, .logo-left .top-style, .menu-center .top-style, .social-top .top-style-bottom, .logo-top {
    border-top: 0px solid #f5f6f752;
}

.social-top .post-module-thumb .tag-license {
    right: 0!important;
}
.social-top .current-menu-item.depth-0 a span, .social-top .current-menu-item.depth-0 a {
    color: var(--mistyle3color)!important;
}
/*首页模块2*/
.mihusa {
    align-items: center;
    display: flex;
    padding-top: 20px;
}
.mihuss:not(:last-child) {
    margin-right: 2px;
}
.mihusa>div {
    /*background: #3a3a3e;*/
    background: #7bc0a4;
}
.mihuss a {
    color: #fff;
}
.miaessq {
    font-weight: 400;
    margin-bottom: 34px;
    font-size: 30px;
}
.mihuss span {
    color: #fff;
    font-size: 10px;
}
.mihuse .mistitle {
    font-size: 20px;
    padding-bottom: 40px;
}
.mihuse .mistitledes {
    font-size: 10px;
}
.mihuss:hover .mihuse {
    display: block;
}
.mihuse, .mihuss {
    padding-left: 26px;
    padding-top: 40px;
}
.mihuss {
    cursor: pointer;
    height: 158px;
    min-width: 205px;
    padding-left: 56px;
    padding-top: 46px;
    position: relative;
    width: 20%;
    border-radius: 8px;
}
.mihuse {
    color: #fff;
    display: none;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    border-radius: 8px;
}
.mihuss:nth-child(1) .mihuse {
    background-color: rgb(254, 44, 85);
}
.mihuss:nth-child(2) .mihuse {
    background-color: rgb(24, 144, 255);
}
.mihuss:nth-child(3) .mihuse {
    background-color: rgb(82, 196, 26);
}
.mihuss:nth-child(4) .mihuse {
    background-color: rgb(255, 120, 0);
}
.mihuss:nth-child(5) .mihuse {
    background-color: rgb(250, 173, 20);
}
.mihusd {
    background: hsla(0,0%,100%,.1);
    border-radius: 50%;
    height: 157px;
    left: -14%;
    position: absolute;
    top: -18%;
    width: 157px;
}
._ZGGD\+CvE {
    background: #fff;
    border-radius: 50%;
    height: 131px;
    opacity: .25;
    width: 131px;
}
._rx2dFuSh {
    font-size: 30px;
    margin-bottom: 4px;
}

/*首页模块列表美化*/
.mi-meun {
    display: flex;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    margin-top: 16px;
    width: 1300px;
}
.picked.post-load-button span {
    color: #ffffff!important;
    background-color: #fff!important;
    border-radius: 6px;
    z-index: 1;
    position: relative;
    top: -7px;
    height: 39px;
    line-height: 44px;
    background: url(/wp-content/themes/miacg/images/bg-category.png) repeat;
    -webkit-background-size: 91px 39px;
    -moz-background-size: 91px 39px;
    background-size: 91px 39px;
}
.post-modules-top {
    display: flex;
    line-height: 1;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}
.post-carts-list-row {
    border-radius: 8px;
    padding: 3px;
    overflow: auto;
}
.post-list-cats {
    overflow: hidden;
}
.post-list-cats a span {
    padding: 0 13px;
    align-items: center;
    display: inline-block;
    width: 91px;
    margin: 5px 0 0 0;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
}

/*左右滑动模块*/

.rescSwiper-item-bg1 {
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 73.13%;
    height: 20px;
    border-radius: 0 0 6px 6px;
    transform: translateX(-50%);
    opacity: 0.4;
}
.rescSwiper-item-bg2 {
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 82%;
    height: 10px;
    border-radius: 0 0 6px 6px;
    transform: translateX(-50%);
    opacity: 0.5;
}

/*登录new*/
.social-top .header-login-button button {
    margin-left: 0;
    background: none;
    border: 0;
    color: inherit;
    background: rgb(204 204 204 / 0%);
}
.login-button button.empty {
    color: #fff;
}
.social-top .header-user {
    position: initial;
    right: 0;
    display: flex;
    width: 100px;
    justify-content: flex-end;
}
.wrapper .header-user {
    position: absolute;
    right: 0;
    display: flex;
    width: 100px;
    justify-content: flex-end;
}
/*搜索开始*/
.w-d-download span button {
    padding-top: 14px;
    padding-bottom: 14px;
    background-color: #1e62eb;
    font-weight: 400;
    text-align: center;
    font-size: 14px;
    color: rgb(255, 255, 255) !important;
}
    .footer-widget{width:calc(20% - 20px);float:left;text-align:left;margin:0 10px 20px;}

.normal-banner-right .change-theme {
    margin-right: 0;
    width: 79px;
    justify-content: end;
    margin-top: 60px;
}
.tax-header .tax-info {
    margin: -20px -10px 0px -20px;
    padding: 20px 20px 17px 20px;
}
.change-theme {
    display: flex;
    margin: 0 20px;
    align-items: center;
}
.header-banner-content > div {
    display: flex;
    align-items: center;
    line-height: 1;
}
.header-banner-left .menu li.current-menu-item a:after {
    height: 4px;
    border-radius: 2px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background: #fd6e09;
    transform-origin: bottom center;
    top: 56px;
    width: 35px;
}
.social-top .header-logo {
    padding: 8px 0;
    margin-right: 20px;
}
/* LOGO居中*/
.logo-center .header-logo {
    padding: 0px 0;
    right: 100px;
    top: 21px;
    width: 150px;
    margin: auto;
}
/* 菜单居中*/
.menu-center .header-logo {
    padding: 0px 0;
    right: 100px;
    top: 21px;
    width:150px;
}
.sub-menu {
    top: 58px;
    border-radius: 10px!important;
    width:130px;
}
.has_children .sub-menu a {
    display: block;
    padding: 10px 25px;
}
.change-theme button {
    margin-right: 16px;
    padding: 5px;
    border-radius: 100%;
    width: 24px;
    height: 24px;
    line-height: 1;
    padding: 0;
    background: none;
    border: 0;
    color: inherit;
    margin-right: 0px;
}
.home .change-theme i{
    color: #000;
}
.home .seek-bocksc i {
    color: #000;
}
.change-theme button i {
    font-size: 25px;
}
.normal-banner-right .header-login-button{
    margin-top: 63px;
}
.change-theme .mobile-hidden {
    position: relative;
    padding: 3px 12px 0 15px;
}
.b2-notification-3-line:before {
    content: "\eac0";
    font-size: 25px;
}
.social-top .change-theme .mobile-hidden {
    position: relative;
    padding: 0 20px 0 20px;
}
.social-top .micnt-viptip-header{
    margin-right: 40px;
}

.micnt_search_btn {
    text-align: center;
    line-height: 30px;
    border-radius: 100%;
    position: relative;
    line-height: 1;
    border: 0;
    background-color: #eee0;
}
.menu-center button#micnt_search_btnb, .logo-top button#micnt_search_btnb, .logo-left button#micnt_search_btnb, .logo-center button#micnt_search_btnb {
    padding: 0px 0px 0px 30px;
}
.top-search {
    position: relative;
    width: 300px;
}
#micnt_search_btnb.micnt_search_btn i {
    margin-left: -20px;
    font-size: 30px;
    font-weight: 500;
    color: #000;
    top: 3px;
    position: absolute;
}
.b2search {
    position: absolute;
    backdrop-filter: blur(5px);
    z-index: 9;
    top: 0px;
    display: none;
    /* display: flex; */
    width: 100%;
    height: 60px;
}
.social-top .b2search {
    left: 0;
}
.micnt_search {
    padding: 16px 0 0 0;
    /* position: absolute; */
    top: -70px;
    z-index: 9;
    display: flex;
    width: 22%;
    margin: auto;
    margin-top: 2px;
}
.top-search input {
    padding: 8px 37px 8px 8px;
    width: 180px;
    background: none;
    border: 0;
}
.b2-search-line:before {
    content: "\e86e";
}
.top-search-select {
    cursor: pointer;
    display: block;
    padding: 0 7px 0 16px;
    height: 19px;
    line-height: 19px;
    color: #676363;
    border-right: 1px solid #676363;
    /* color: inherit; */
}
.b2font {
    font-family: "b2font" !important;
    font-size: 18px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* vip弹窗*/
.micnt-viptip-header {
    position: relative;
    width: 25px;
    height: 25px;
	display: none;
}
.change-theme>a {
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 72px;
    height: 24px;
    backdrop-filter: blur(13.5914px);
    mix-blend-mode: normal;
    opacity: .98;
    font-size: 14px;
    border-radius: 75px;
    font-weight: 600;
    display: inline-flex;
}
.micnt-viptip-header>i {
    position: absolute;
    top: -20px;
}
.micnt-viptip-header:hover .micnt-viptip[data-status=true] {
	display:block;
}
.micnt-viptip {
position: absolute;
    padding-top: 70px;
    margin-top: 240px;
    right: -84px;
    display: none;
    z-index: 8;
}
.micnt-viptip button.ktbutton{
    display: block;
    width: 150px;
    height: 38px;
    background: linear-gradient(27deg, #FFA846 0%, #FF814B 100%);
    border-radius: 19px;
    text-align: center;
    font-size: 16px;
    color: #FFF;
    line-height: 38px;
    margin-top: 10px;
    
}
.micnt-viptip .topup_text {
    margin-top: 21px;
    color: #707070;
    letter-spacing: 2px;
    font-size: 13px;
}
.micnt-viptip button.ktbutton:hover {
    background: linear-gradient(27deg, #FD9928 0%, #F56427 100%);
}
.micnt-viptip-header  i {
    font-style: normal;
    font-weight: 400;
}
body.night .top-user-info, body.silencemode .top-user-info {
    display: flex;
    padding: 0px 0 0 4px;
}
.user-tools {
    display: block;
    width: 34px;
    height: 34px;
}
.widget-area .inner-wrapper-sticky {
    height: auto;
    padding: 38px 8px 0px;
    background: url(/wp-content/themes/miacg/images/bg-cat-main.png) center top / 100% no-repeat;
    position: relative;
    transform: translate3d(0px, 0px, 0px);
}
.widget-area .inner-wrapper-sticky .b2-widget-user, .widget-area .inner-wrapper-sticky .b2-widget-author, #primary-home .widget-area .mobile-hidden, .widget.b2-widget-circle-info, .widget.b2-widget-recommended-circle {
    border-radius: 20px;
    background-image: linear-gradient(180deg, #FFF2EF 0%, #FFFFFF 30%);
}
.b2-widget-title h2, .widget > h2 {
    color: #ff9292;
}
.logo img {
    display: block;
    height: 50px;
}
.logo {
    display: flex;
    height: 34px;
    align-items: center;
    width: 100px;
}
.px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
}
.my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
}
/*菜单*/
.scrolled .ym-menu .sub-menu,.ym-menu .sub-menu {
    top: 58px;
    display: block;
    overflow: hidden;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 8%);
    padding: 10px 0;
    border-radius: 4px;
    left: -28px;
    display: none;
    width: 90px;
}

.ym-menu .sub-menu li a:hover {
    background-color: #f5f6f7;
    width: 100px;
}
    .site {
    display: flex;
    min-height: 0;
    flex-flow: column;
    }
    .header-banner-content {
    height: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
}
.social-top .header-banner-content {
    height: 65px;
    position: relative;
}
.site-header .header-banner-content {
    height: 65px;
    position: relative;
}
.logo-center .header-banner,.logo-left .header-banner,.menu-center .header-banner,.logo-top .header-banner {
     display: none;
}

   
.site-header {
    height: 63px;
}
.logo-top .site-header {
    height: 70px;
}
.logo-top .mg-b {
    margin-bottom: 0;
}
.logo-top .logo-top .wrapper {
    flex-direction: column;
    align-items: inherit;
    height: auto;
    padding-top: 15px;
}
.logo-top #mobile-menu {
    position: absolute;
    right: 0;
    left: 0;
}
.header .login-button button {
    background-color: rgb(0 102 255 / 0%);
}
.site-header-in .header-login-button button.empty {
    margin-right: 0px;
}
.site-header-in .header-login-button button {
    margin-left: 0;
}
.top-menu ul li.depth-0 > a {
    font-size: 16px;
}
/*商城美化*/
.shop-single-img-box {
    width: 400px;
    height: 300px;
    position: relative;
    overflow: hidden;
    border: 1px solid #f5f5f5;
}
/*帮助页*/
.post-style-2 .top-menu ul li.depth-0 > a, .post-style-2 .change-theme button{
    color: var(--micolor)!important;
}

}

/*VIP用户等级图标美化*/

.lv-icon.b2-vip0 b {
    display: none;
}
.lv-icon.b2-vip1 b {
    display: none;
}
.lv-icon.b2-vip2 b {
    display: none;
}
.lv-icon.b2-vip3 b {
    display: none;
}
.b2-play-circle-line:before {
    color: #fff;
}
/*视频加载*/
.post-module-thumb i.b2-play-circle-line {
    position: absolute;
    color: rgba(255, 255, 255, 0.4);
    font-size: 50px;
    transition: color .5s;
}
.post-module-thumb a.thumb-link::after{display: none}
.mi-videolist .video:hover{display:block}
.mi-videolist:hover .icon-bofang2{display:none}
.mi-videolist:hover .post-thumb{display:none}
.mi-videolist:hover .video{display:block}
.mi-videoitem:hover .post-info {
    bottom: 0;
}
.mi-videoitem .mi-views, .mi-videoitem .tipss, .mi-videoitem .mi-views-1 {
    display: none;
}
.mi-videoitem .list-footer, .mi-videoitem .post-excerpt {
    display: none;
}
.mi-videoitem .post-info {
    position: absolute;
    left: 0;
    bottom: -80px;
    width: 100%;
    height: 60px;
    background-image: linear-gradient(180deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.60) 100%);
    padding-left: 15px;
    padding-top: 24px;
    box-sizing: border-box;
    border-radius: 0 0 4px 4px;
    z-index: 1;
    overflow: hidden;
    transition: .3s;
}
.mi-videoitem .post-info .video-time {
    float: left;
    margin-left: 3px;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 26px;
    text-shadow: 0 2px 6px rgba(0,0,0,0.50);
    line-height: 26px;
}
.mi-videoitem .post-info h2 {
    color:#fff;
    margin: 0;
}
.mi-videoitem .progress-bar {
    width: 100%;
    height: 3px;
    display: none;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0px;
    border-radius: 0 0 4px 4px;
    overflow: hidden;
    z-index: 2;
}
.mi-videoitem .progress-slider {
    width: 0;
    height: 3px;
    overflow: hidden;
    background: linear-gradient(270deg, #00CBE1 0%, #15CC8F 100%);
    position: absolute;
    left: 0;
    top: 0;
    transition: .2s;
}
.mi-videolist .mi-videocrv {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.6)));
    background: -o-linear-gradient(bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    padding: 16px 16px 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.mi-videolist .videotime {
    -ms-flex: 1 1;
    flex: 1 1;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    z-index: 3;
    margin: 0;
    opacity: 1;
    -webkit-transition: opacity ease-in-out 280ms;
    -o-transition: opacity ease-in-out 280ms;
    transition: opacity ease-in-out 280ms;
}
.mi-videolist .videotpy {
    padding: 0 5px;
    border-radius: 2px;
    line-height: 18px;
    height: 18px;
    font-size: 12px;
    color: #fff;
    background: #f5a623;
    border: 1px solid #f5a623;
    margin: 0 10px 0 0;
    display: none;
}
.widget-area section + section {
    margin-top: 16px;
    background-image: linear-gradient(180deg, #FFF2EF 0%, #FFFFFF 30%);
}
.header {
    position: relative;
    z-index: 0;
    height: 58px;
    width: 100%;
}

/*圈子优化*/
.topic-vote-desc > b.b2-color {
    border: 1px solid var(--b2color)!important;
    height: 13px;
    display: inline-block;
    line-height: 13px;
    border-radius: 3px;
    margin-right: 5px;
    font-size: 12px;
    padding: 0 2px;
}
/*为您推荐*/

.hotSearch {
    background: #fff;
    padding: 40px 0px 10px 0px;
    text-align: center;
}
.hotSearch-title {
    font-size: 28px;
    width: 100%;
    font-weight: bold;
    letter-spacing: 2px;
    color: #4a4a4a;
}
.hotSearch-list {
    max-width: 1200px;
    margin: 30px auto;
}
.hotSearch-list a {
    display: inline-block;
    height: 40px;
    line-height: 36px;
    border-radius: 50px;
    padding: 0px 18px;
    font-size: 14px;
    color: #888;
    border: 2px solid #E5E8EB;
    margin: 0px 10px 10px 0px;
    letter-spacing: 1px;
}
.hotSearch-list a:hover {
    background-color: var(--b2color);
    color: #fff;
}
/*404*/
.error404 .box {
    background-color: #fbfbfb;
    box-shadow: 0px 0px 2px rgb(98 124 153 / 10%);
    position: relative;
}
/*导航美化*/

.tishi {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgb(255, 74, 59);
    margin: 0px 0px 2px 3px;
    top: 20px;
    margin-top: -10px;
}

.site-header-in .ym-menu .new {
    position: absolute;
    top: 0px;
    left: calc(2em + 4px);
    display: inline-block;
    padding: 3px 6px;
    background: linear-gradient(90deg,#f91821,#ff722e);
    border-radius: 9px 9px 9px 0;
    font-weight: 600;
    font-size: 11px;
    line-height: 12px;
    color: #fff;
}
.site-header-in .ym-menu .new:after{
    position: absolute;
    bottom: -3px;
    left: 0;
    content: " ";
    display: inline-block;
    width: 4px;
    height: 3px;
    background: url(/wp-content/themes/miacg/images/new-vector.58a099c4.svg) no-repeat 0;
}
.site-header-in .top-menu .new {
    position: absolute;
    top: 0px;
    left: calc(4em);
    display: inline-block;
    padding: 3px 6px;
    background: linear-gradient(90deg,#f91821,#ff722e);
    border-radius: 9px 9px 9px 0;
    font-weight: 600;
    font-size: 11px;
    line-height: 12px;
    color: #fff;
}
.site-header-in .top-menu .new:after{
    position: absolute;
    bottom: -3px;
    left: 0;
    content: " ";
    display: inline-block;
    width: 4px;
    height: 3px;
    background: url(/wp-content/themes/miacg/images/new-vector.58a099c4.svg) no-repeat 0;
}
.hot {
    display: inline-block;
    width: 14px;
    height: 16px;
    background: url(/wp-content/themes/miacg/images/hot.png) no-repeat 0 0;
    -webkit-background-size: contain;
    background-size: contain;
    margin-left: .5em;
}
.container {
    width: 1300px;
    margin: 0 auto;
}
.user-ti i{font-size: 24px;}

/*专题*/
.archive-header {
    font-size: 14px;
    color: #ffffff;
    padding-top: 64px;
    padding-bottom: 69px;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}
.archive-header .bg {
    position: absolute;
    top: -50px;
    bottom: -50px;
    left: -50px;
    right: -50px;
}
.archive-header .bg .thumb {
    width: 100%;
    height: 100%;
    -webkit-background-size: 200% 200%;
    background-size: 200%;
    -webkit-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
}
.thumb {
    background-position: left center;
    display: block;
    background-repeat: no-repeat;
}
.archive-header .bg .thumb::after {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000000;
    opacity: .3;
}
.archive-header .cont {
    position: relative;
}
.container:after{
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    clear: left;
    visibility: hidden;
}
.archive-header .archive-title {
    font-size: 30px;
    text-align: center;
    line-height: 56px;
    white-space: nowrap;
    margin-bottom: 20px;
}
.archive-header .archive-subtitle {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    font-weight: normal;
}

.collection-item {
	width: 25%;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	overflow: hidden;
	transition: all .3s ease-in-out;
}
.collection-item:hover {
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
}
.collection-posts li a.post-link {
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1;
	margin-left: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-decoration: none;
	color:#444;
}
.collection-number.ar {
	padding: 8px 8px;
	position: absolute;
	z-index: 2;
	left: -5px;
	top: 20px;
	font-size: 13px;
}
.collection-number {
	display: inline-block;
	color: #ff3a55;
	padding: 8px 16px;
	position: absolute;
	z-index: 2;
	background-color: #fff;
	font-size: 12px;
}
.collection-number.ar {
    padding: 8px 8px;
    position: absolute;
    z-index: 2;
    left: -5px;
    top: 0;
    font-size: 13px;
}
.collection-number {
    color: #ffffff;
    background-color: #36363661;
}
/*公告*/
.post-type-archive .archive-header {
    font-size: 14px;
    color: #ffffff;
    padding-top: 64px;
    padding-bottom: 69px;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    margin-top: -10px;
}
/*加载视频缩略图*/
.mi_video  {
    position: relative;
    width: 100%;
    height: 100%;
    padding-bottom: 62%;
    
}
.mi_video video {
    position: absolute;
    top: 0;
    left: 0;
        object-fit: fill;
    width: 100%;
    height: 100%;
    display: none;
}
.mi-videolist .mi-video_title {
    position: absolute;
    height: 32px;
    padding: 0 14px;
    border-radius: 7px;
    line-height: 32px;
    bottom: 0;
    pointer-events: none;
    font-weight: 600;
    backdrop-filter: blur(6px);
    font-size: 14px;
    color: #fff;
    background: hsla(0,0%,46.7%,.3);
    width: 100%;
}
.mi-videolist .mi-video_title a:hover {
    color: #ffa461;
}
.mi-videolist i.b2-play-circle-line {
    font-size: 50px;
}
.mi-videolist .b2-play-circle-line:before {
    color: #fff;
}
.mi-videolist .c_time {
    position: absolute;
    width: 66px;
    height: 16px;
    background: rgba(0,0,0,.3);
    border-radius: 8px;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    color: rgba(255,255,255,1);
    text-align: center;
    line-height: 18px;
    right: 5px;
    bottom: 2px;
}
.mi-videolist .videobar {
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9999
}
.mi-videoitem:hover .videobar {
    bottom: 17px;
}
.video-progress {
  width: 100%;
  height: 3px;
  background: linear-gradient(225deg, #ff8d00 0%, #ff5439 54%, #f92d0c 100%);
}

.video-progress::-webkit-progress-bar {
  background-color: 0 0;
}

.video-progress::-webkit-progress-value {
  background: linear-gradient(225deg, #ff8d00 0%, #ff5439 54%, #f92d0c 100%);
}

/*动漫视频*/
.mi-videostyle3 i.b2-play-circle-line {
    font-size: 50px;
    position: absolute;
    right: 20px;
    bottom: 10px;
}
.mi-videostyle3 .video-progress {
    display: none;
}
.mi-videostyle3 .mi-videoitem .post-info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    background: 0 0;
    padding-left: 0;
    padding-top: 24px;
    box-sizing: border-box;
    border-radius: 0 0 4px 4px;
    z-index: 1;
    overflow: hidden;
    transition: .3s;
    position: relative;
    padding-top: 10px;
    padding: 10px 10px 20px 10px;
}
.mi-videostyle3 .mi-videoitem .post-info .desc {
    display: block;
    height: 30px;
    padding-top: 10px;
    padding-right: 30px;
    font-size: 12px;
    color: #999999;
    font-weight: 400;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.mi-videostyle3 .mi-videoitem .post-info h2 {
    color: #000;
    margin: 0;
}
.mi-videoitem.box, .post-2 .box.mi-radius {
    background: 0 0;
}
.mi-videostyle3 .post-module-thumb a.thumb-link:hover {
    box-shadow: 0 0 black;
    transition: 0.9s ease-out all;
    background: 0;
}
.mi-videostyle3 .mi-wave {
    position: absolute;
    left: 0;
    right: -1px;
    bottom: -2px;
    padding-bottom: 8.648649%;
    background: url(/wp-content/themes/miacg/images/wave.png) no-repeat 0 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-transform: scaleX(1.01) translateZ(0);
    -moz-transform: scaleX(1.01) translateZ(0);
    transform: scaleX(1.01) translateZ(0);
}
/*end*/
.post-3-li-dubble.post-3 .post-module-thumb i.b2-play-circle-line {
    display: block;
}
.post-3-li .post-module-thumb i.b2-play-circle-line {
    bottom: auto;
    left: auto;
}
.post-3 .post-3-li .mi_video video {
    height: calc(100%);
    position: absolute;
    transform: translate(0%,0%);
}
.post-module-thumb.mi-videolist {
    position: revert !important;
}
.author .post-list-meta-box {
    display: none;
}
.mi-style3 .post-module-thumb .tag-license {
    font-style: normal;
    z-index: 2;
    width: auto;
    -webkit-transform: rotate(0deg);
    position: absolute;
    display: inline-block;
    line-height: 1rem;
    color: #fff;
    padding: 4px 10px;
    font-size: 12px;
    bottom: 0px;
    top: .5rem;
    height: 1rem;
    border-radius: 6px 0 0 6px;
    box-shadow: 0 0 10px rgb(248 248 248 / 45%);
}
/*动漫侧边跟随栏*/
.bar-item-desc.bar-qrcode-box li {
    margin-bottom: 10px;
    border: none;
    box-sizing: border-box;
    padding: 24px 12px 14px;
    border-radius: 8px;
    background: url(/wp-content/themes/miacg/images/bg-cat-main-code.png) no-repeat 50%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}
.mi-acgtop .mi-acgtop-main {
    position: fixed;
    z-index: 50;
    left: auto;
    margin-top: -211px;
    right: 20px;
    bottom: 36px;
    width: 56px;
    padding-top: 36px;
}
.mi-acgtop .mi-acgtop-main .mi-acgtop-list {
    position: relative;
    z-index: 52;
    height: auto;
    width: 56px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 6px 0 #FFD1D8;
    -moz-box-shadow: 0 0 6px 0 #FFD1D8;
    box-shadow: 0 0 6px 0 #FFD1D8;
}
.mi-acgtop .mi-acgtop-main .mi-acgtop-list .item.active, .mi-acgtop .mi-acgtop-main .mi-acgtop-list .item:hover {
    color: #fc6976;
}
.mi-acgtop .mi-acgtop-main .mi-acgtop-list .item {
    position: relative;
    display: block;
    height: 56px;
    width: 56px;
    cursor: pointer;
}
.mi-acgtop .mi-acgtop-main .mi-acgtop-list .item.active:before, .mi-acgtop .mi-acgtop-main .mi-acgtop-list .item:hover:before {
    background-color: #FFF4F4;
}
.mi-acgtop .mi-acgtop-main .mi-acgtop-list .item:before {
    content: "";
    position: absolute;
    z-index: 53;
    left: 4px;
    top: 4px;
    height: 48px;
    width: 48px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
}
.mi-acgtop .mi-acgtop-main .mi-acgtop-list .item span ,.mi-acgtop .mi-acgtop-main .mi-acgtop-list .item a {
    position: relative;
    z-index: 54;
    display: block;
    height: 56px;
    width: 56px;
    border: 12px solid transparent;
    font-size: 12px;
    color: #666666;
    text-align: center;
    letter-spacing: 1px;
    color: inherit;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    word-wrap: break-word;
    word-break: break-all;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.mi-acgtop .mi-acgtop-main .connect {
    position: relative;
    z-index: 51;
    display: block;
    height: 6px;
    margin: 0 auto;
}
.mi-acgtop .mi-acgtop-main .connect .line {
    position: absolute;
    left: 50%;
    top: -3px;
    height: 12px;
    width: 24px;
    border-style: solid;
    border-color: #FFD1D8;
    border-width: 0 3px;
    margin-left: -12px;
    background-color: rgba(252,105,118,0.10);
    -webkit-box-shadow: 0 0 6px 0 #FFD1D8;
    -moz-box-shadow: 0 0 6px 0 #FFD1D8;
    box-shadow: 0 0 6px 0 #FFD1D8;
}
.mi-acgtop .mi-acgtop-main .round-list {
    position: relative;
    z-index: 52;
    display: block;
    height: auto;
    width: 56px;
    margin: 0 auto;
}
.mi-acgtop .mi-acgtop-main .round-list .item:hover {
    color: #fc6976;
    -webkit-box-shadow: 0 0 6px 0 #FFB5C3;
    -moz-box-shadow: 0 0 6px 0 #FFB5C3;
    box-shadow: 0 0 6px 0 #FFB5C3;
}
.mi-acgtop .mi-acgtop-main .round-list .item.item-icon {
    font-size: 32px;
    line-height: 40px;
}
.mi-acgtop .mi-acgtop-main .round-list .item {
    position: relative;
    display: block;
    height: 56px;
    width: 56px;
    padding: 8px 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #FFD1D8;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 6px 0 #FFD1D8;
    -moz-box-shadow: 0 0 6px 0 #FFD1D8;
    box-shadow: 0 0 6px 0 #FFD1D8;
    cursor: pointer;
}
.mi-acgtop .mi-acgtop-main .round-list .item a {
    color: inherit;
}
.mi-acgtop .mi-acgtop-main .round-list .item-hover {
    position: absolute;
    left: 50%;
    top: 50%;
    display: none;
    height: 0;
    width: 0;
}
.mi-acgtop .mi-acgtop-main .round-list .float-qr-code .pic {
    display: block;
    height: 96px;
    width: 96px;
    margin: 0 auto;
}
.mi-acgtop .mi-acgtop-main .round-list .float-qr-code .text {
    height: 18px;
    font-size: 12px;
    color: #666666;
    line-height: 18px;
    text-align: center;
}
.mi-acgtop .mi-acgtop-main .cat {
    position: absolute;
    z-index: 52;
    left: 50%;
    top: 0;
    height: 40px;
    width: 40px;
    margin-left: -20px;
    background: url(/wp-content/themes/miacg/images/cat-stand2.png) no-repeat 50%;
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    background-size: 40px 40px;
}
.mi-acgtop-main .bar-item:hover .bar-item-desc {
    display: block;
    border: 0;
    padding-right: 20px;
}
.mi-acgtop-main .bar-item i {
    font-size: 30px;
}
.round-list i.b2-rocket-2-line {
    font-size: 30px;
}
.mi-newtop i {
    font-size: 25px;
}
.mi-acgtop .bar-qrcode-box li:first-child {
    visibility: hidden;
}
.mi-acgtop .floater-sidebar-button:hover:after, .mi-acgtop .floater-sidebar-button:hover:before {
    display: block;
}
.mi-acgtop-list .floater-sidebar-button:before {
    content: attr(data-name);
    width: 92px;
    height: 44px;
    position: absolute;
    left: -112px;
    top: 2px;
    background: #fff;
    box-shadow: 0 2px 6px rgba(82,141,229,.2);
    border-radius: 6px;
    display: block;
    color: #323e54;
    font-size: 14px;
    font-weight: 500;
    line-height: 44px;
    text-align: center;
    display: none;
}
.mi-acgtop-list .floater-sidebar-button:after {
    content:"";
    width: 10px;
    height: 10px;
    position: absolute;
    left: -25px;
    top: 50%;
    margin-top: -5px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 2px;
    display: none;
    box-shadow: 4px -4px 2px 0 rgba(82,141,229,.05);
}
/*广告位*/
.single-top-html {
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
}
.n_banner_inner {
    position: relative;
}
.n_banner_inner .img-info {
    position: absolute;
    right: 12px;
    top: 9px;
    padding: 0;
    text-align: right;
    color: #fff;
}
.n_banner_inner .img-info .info {
    position: absolute;
    bottom: 5px;
    right: 0;
    width: 0;
    padding: 5px 0;
    overflow: hidden;
    background: #007bff;
    border-radius: 10px;
    line-height: 10px;
    text-align: center;
    font-size: 10px;
    color: #fff;
    white-space: nowrap;
    -webkit-transition: all 0.2s cubic-bezier(0, 0.34, 0.71, 1.26) !important;
    -moz-transition: all 0.2s cubic-bezier(0, 0.34, 0.71, 1.26) !important;
    -ms-transition: all 0.2s cubic-bezier(0, 0.34, 0.71, 1.26) !important;
    -o-transition: all 0.2s cubic-bezier(0, 0.34, 0.71, 1.26) !important;
    transition: all 0.2s cubic-bezier(0, 0.34, 0.71, 1.26) !important;
}
.n_banner_inner .img-info .info a {
    color: #fff;
}
.n_banner_inner .tirr {
    max-width: 100%;
    height: auto;
    transition: 0.5s;
    border-radius: 5px;
}
    /*触发Hover*/
    .n_banner_inner:hover .info {
        width: auto;
        padding: 5px 23px 5px 12px;
        -webkit-transition: all 0.2s cubic-bezier(0, 0.34, 0.71, 1.26) !important;
        -moz-transition: all 0.2s cubic-bezier(0, 0.34, 0.71, 1.26) !important;
        -ms-transition: all 0.2s cubic-bezier(0, 0.34, 0.71, 1.26) !important;
        -o-transition: all 0.2s cubic-bezier(0, 0.34, 0.71, 1.26) !important;
        transition: all 0.2s cubic-bezier(0, 0.34, 0.71, 1.26) !important;
        font-size: 12px;
        z-index: 1;
    }

    .n_banner_inner img:hover {
        filter: brightness(50%);
    }

    /*出发声明hover*/
    .n_banner_inner .info:hover a {
        color: red;
        text-decoration: none;
    }

    /*左下角广告*/
    .n_banner_inner .Banner-adTag {
        position: absolute;
        left: 5px;
        bottom: 5px;
        width: 50px;
        border: 1px solid #ebebeb;
        border-radius: 3px;
        color: #ebebeb;
        opacity: 0.5;
        font-size: 12px;
        line-height: 20px;
        text-align: center;
    }

@media screen and (max-width: 768px) {
  .n_banner_inner .img-info {
    display: none;
  }
.mi-videostyle3 .post-module-thumb.mi-videolist, .mi-style3 .post-module-thumb {
    position: inherit !important;
    background-image: url(/wp-content/themes/miacg/images/loading.gif);
    background-position: center;
    width: 100%;
    height: 50px;
}
}
#micnt_zker {
    width: 100%;
    /* background-image: -webkit-gradient(linear,left top, left bottom,from(rgba(255,255,255,0)),color-stop(70%, #fff)); */
    background-image: linear-gradient(-180deg,rgba(255,255,255,0) 0%,#fff 70%);
    padding-bottom: 24px;
    text-align: center;
    position: relative;
    z-index: 10;
    padding-top: 180px;
    margin-top: -200px;
}

/*瀑布流*/
.post-2.post-list .b2_gap .post-list-item :hover .post-list-cat {
    display: block;
    position: relative;
    overflow: hidden;
    left: 0;
    text-align: inherit;
    height: auto;
    margin-top: 0;
    width: auto;
}
.post-2.post-list .b2_gap .post-list-item .post-list-cat {
    padding: 3px 8px;
}
.post-2.post-list .b2_gap .post-list-item .post-list-cat a {
    color: #fff!important;
}
.post-2.post-list .b2_gap .post-list-item .post-list-meta-box {
    display: none;
}
.post-2.post-list .b2_gap .post-list-item .list-footer .post-list-meta-box {
    display: block;
    margin: 0;
    position: relative;
    margin-left: -10px;
}
.post-2 .post-list-item :hover .post-info .post-list-cat {
    display: none;
}
.post-2 .post-list-item .item-in:hover .post-info {
    bottom: 0;
    height: auto;
}
.post-2 .post-list-item .item-in .post-info a, .post-2 .post-list-item .item-in .post-info .post-excerpt, .post-2 .post-list-item .item-in .post-info .list-footer .post-list-meta-box {
    color: #fff;
}
.post-2 .post-list-item .item-in .post-info .post-excerpt {
    color: #fff;
    border-radius: 4px;
    -webkit-transition: all .2s;
    transition: all .2s;
    margin: 0;
    padding: 16px 20px;
}
.post-2 .post-list-item .item-in .post-info .post-excerpt .mides {
    line-height: 25px;
    font-size: 12px;
    height: 50px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
}
.post-2 .post-list-item .item-in .post-info {
    position: absolute;
    left: 0;
    bottom: -100px;
    width: 100%;
    height: 60px;
    background-image: linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0) 100%);
    /*padding-top: 100px;*/
    box-sizing: border-box;
    border-radius: 0 0 4px 4px;
    z-index: 1;
    overflow: hidden;
    transition: .3s;
}
.post-2.post-item-img .pic-num {
    padding: 4px 6px;
    background-color: rgb(0 0 0 / 62%);
    position: absolute;
    right: 0;
    color: #fff;
    font-size: 12px;
    float: left;
    top: 0;
}
.post-2 .image-count {
    position: absolute;
    height: 24px;
    font-weight: 900;
    line-height: 24px;
    right: 10px;
    top: 9px;
    background: rgba(0,0,0,.4);
    border-radius: 12px;
    padding: 0 8px;
    font-size: 12px;
    color: #FFF;
}
.post-2 .image-count i.b2-image-fill {
    font-size: 14px;
    padding-right: 5px;
}
.post-2 .mi-radius .mi-trade {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-weight: bold;
    text-align: center;
    background: linear-gradient(90deg, #00ACF5 0%, #0A77F2 100%);
    border-radius: 2px 2px 8px 2px;
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: 10px;
    left: 10px;
}
.post-2 .mi-radius .mi-trade.td1 {
    background: linear-gradient(90deg, #04cca7 0%, #02dd8c 100%);
}
.post-list-item .mi-style3-images {
    width: auto;
    color: #fff;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
}
/*编辑器*/
.entry-content pre::before {
    content: "";
    display: block;
    background: #fc625d;
    top: 9px;
    left: 15px;
    border-radius: 50%;
    width: 9px;
    height: 9px;
    box-shadow: 16px 0 #fdbc40, 32px 0 #35cd4b;
    margin: 0px 2px -7px;
    z-index: 1000;
    position: absolute;
}
.entry-content pre code {
    margin-top: 16px;
}
/*用户推荐*/
.mi-users {
  padding-bottom: 30px;
}
.mi-user {
  border-radius: 10px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.mi-user .user-search-list li {
  position: relative;
  width: auto;
}
.mi-user a {
  display: block;
  position: relative;
}
.mi-user .a {
  width: 100%;
  border-radius: 999px;
}
.mi-user .mi-user-wis {
  height: 70px;
  width: 120px;
  border-radius: 10px;
}
.mi-user .latest-posts,
.mi-user .latest-comments {
  padding: 10px 5px;
  font-size: 12px;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}
.mi-user .latest-posts .latest-posts-title,
.mi-user .latest-comments .latest-posts-title {
  font-size: 14px;
  color: #c0bdbd;
  font-weight: normal;
  margin-bottom: 1.25em;
}
.mi-user .latest-posts img,
.mi-user .latest-comments img {
  height: 70px;
  width: 120px;
  border-radius: 10px;
}
.mi-user .latest-posts .mi-item-title,
.mi-user .latest-comments .mi-item-title {
  font-size: 14px;
  overflow: hidden;
  font-weight: normal;
  color: #323232;
  margin-bottom: 1.15em;
  width: 150px;
  float: right;
  height: 40px;
  margin-top: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.mi-user .latest-posts .mi-item-meta,
.mi-user .latest-comments .mi-item-meta {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.3);
  font-weight: normal;
}
.mi-user .latest-posts .mi-itemss, .mi-user .latest-comments .mi-itemss {
    margin-top: -15px;
    position: absolute;
    right: 0;
}
.mi-user .latest-posts li,
.mi-user .latest-comments li {
  padding: 0 0 20px 0;
}
.mi-user-title {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #4a4a4a;
  margin-bottom: 20px;
  width: 100%;
}
.mi-user .user-post {
  position: absolute;
  margin-top: -15px;
  margin-left: 60px;
  font-size: 12px;
}
.mi-user .user-s-follow {
  padding: 10px 10px 0 0;
  text-align: center;
  float: right;
  position: relative;
}
.mi-user .user-s-info {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 30px 0 0 0;
}
.mi-user .user-s-info-name {
  margin-top: 10px;
  display: flex;
  flex-flow: column;
  margin-left: 14px;
}
.mi-user .user-s-info h2 {
  color: #fff;
  width: 100px;
  height: 22px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.mi-user .user-s-follow button {
  color: #fff;
  border: 1px solid #ff7819;
  background: #ff7819;
}
.mi-user .user-s-data {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 20px;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  margin-top: 20px;
}
.mi-user .user-s-data p {
  color: #fff;
}
.mi-user .lv-icon {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
}
.mi-user .user-s-info .user-s-info-name {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 80px;
    color: #fff;
    flex-flow: column;
}
.mi-user .user-s-info .user-s-info-name .user-page-lv {
    margin-left: -10px;
    width: 150px;
}
.mi-user .user-s-info .user-s-info-name .mi-user-names {
    width: 98px;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
}
.mi-user .user-s-info .avatar {
  width: auto;
  border-radius: 10px;
}
.mi-user .user-search-list .user-s-info-desc {
  height: auto;
  background: #ffffff;
}
.mi-user .post-categories {
    right: 0;
    top: 45px;
    position: absolute;
    /* display: none; */
}
.mi-user .user-s-latest-post {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  padding: 10px 0 0 0;
}
.mi-user .user-s-latest-comment {
  width: 270px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.mi-user .user-s-latest-comments {
  padding: 10px 0 0 0 ;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.mi-user .latest-posts a:hover .mi-item-title,
.mi-user .user-s-latest-comments a:hover {
  color: #ef8d8d;
}
.mi-user .mi-userbg {
    border-radius: 10px;width: 310px;
}
/*文章最后更新*/
.operTips {
    line-height: 2;
    background: #FCF8E3;
    border: 1px dotted #8A6D3B;
    color: #666;
    border-radius: 3px;
    text-align: center;
    margin-bottom: 10px;
}

/* 热搜词样式 */
.header-search-select {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    display: none;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.header-search-select .select-title {
    padding: 10px;
    font-weight: bold;
    color: #333;
}

.header-search-select a {
    display: block;
    padding: 10px;
    color: #333;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.header-search-select a:hover {
    background-color: #f5f5f5;
}
.hot-search {
    position: absolute;
    z-index: 1;
    left: 0;
    height: auto;
    width: 264px;
    padding: 36px 8px 0;
    padding-top: 38px;
    background: url(/wp-content/themes/miacg/images/bg-cat-main.png) no-repeat top;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
}
.hot-search .search-inner-main {
    padding: 8px 0;
    border: 1px solid #FFB5C3;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 4px 0 #FFD1D8 inset;
    -moz-box-shadow: 0 1px 4px 0 #FFD1D8 inset;
    box-shadow: inset 0 1px 4px 0 #FFD1D8;
}
.hot-search .search-inner-main .search-title {
    position: relative;
    height: 32px;
    margin: 0 16px 4px;
    font-size: 14px;
    line-height: 32px;
    color: #fc6976;
    overflow: hidden;
}
.hot-search li {
    line-height: 32px;
    padding: 0 10px;
    clear: both;
    height: 32px;
    margin-right: 0
}
.hot-search li:hover {
    color: #fd4c5d;
    background: #f66f7c5e;
}
.hot-search li a {
    color: #999;
}
.hot-search li .num {
    margin-right: 12px;
}
.mi-content {
    position: relative;
}
.mi-content .list {
    position: relative;
    z-index: 11;
    height: auto;
}
.mi-content .list .item {
    float: left;
    display: block;
    height: 32px;
    width: 16.666666%;
    padding: 0 32px 0 0;
    margin-bottom: 8px;
}
.mi-content .list .item .text {
    display: block;
    font-size: 14px;
    color: #666666;
    line-height: 32px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.mi-content .list .item a {
    color: inherit;
}
.w-a-info img.avatar, .com-info img.avatar, .mission-today-list img.avatar {
    border-radius: 999px;
}
/*页脚*/
.miacg-col-24 {
    width: 100%;
    padding: 0;
}
.mi-loading {
    display: none;
}
.miacg-model-footer {
    background: url(/wp-content/themes/miacg/images/bg-footer-cat.png) no-repeat bottom;
    -moz-background-size: 1920px auto;
    -o-background-size: 1920px auto;
    background-size: 1920px auto;
    background-position: top;
    min-width: 1200px;
}
.miacg-model-footer .star-tree {
    text-align: center;
}
.miacg-model-footer .star-tree img {
    height: 80px;
    width: 80px;
}
.miacg-model-footer .footer-content {
    width: 1200px;
    border-bottom: 1px dashed #FFB5C3;
    margin: 0 auto;
    text-align: center;
}
.miacg-model-footer .footer-center, .miacg-model-footer .footer-left, .miacg-model-footer .footer-right {
    width: 300px;
    display: inline-block;
    vertical-align: top;
}
.miacg-model-footer .footer-left {
    text-align: right;
}
.miacg-model-footer .link-list {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px 10px;
}
.miacg-model-footer .link-list .link-item {
    display: block;
    height: 26px;
    width: auto;
    font-size: 12px;
    color: #333333;
    line-height: 26px;
    text-align: left;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.miacg-model-footer .link-list .link-item a {
    color: inherit;
}
.miacg-model-footer .footer-center {
    width: 360px;
}
.miacg-model-footer .code-block {
    display: inline-block;
    padding-bottom: 10px;
    width: 80px;
    text-align: center;
    vertical-align: middle;
}
.miacg-model-footer .code-block .qr-code {
    display: block;
    height: 64px;
    width: 64px;
    margin: 0 auto;
}
.miacg-model-footer .code-block .text {
    height: 28px;
    font-size: 12px;
    line-height: 28px;
    color: #666666;
    text-align: center;
}
.miacg-model-footer .footer-right {
    text-align: left;
}
.miacg-model-footer .feedback-btn {
    display: inline-block;
    height: 24px;
    width: auto;
    padding: 0 8px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    font-size: 12px;
    line-height: 24px;
    color: #FFB5C3;
    background-color: #ffffff;
    cursor: pointer;
}
.miacg-model-footer .feedback-btn:hover {
    color: #ffffff;
    background-color: var(--mistyle3color);
}
.miacg-clear:after, .miacg-clearfix:after, .miacg-form-horizontal .miacg-form-group:after, .miacg-row:after, .pay-panel .method .list:after, .pay-panel .order .list:after {
    content: "";
    display: table;
    clear: both;
}
.miacg-model-footer .block-bottom {
    display: block;
    padding: 20px 18px;
    font-size: 12px;
    color: #999999;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    background-color: #fff4f4;
}
.miacg-dark {
    color: #999999;
}

/*每日一看*/
.mi-home-main-wrapper {
    width: 1300px;
    margin: auto;
}
.mi-shome {
    margin-bottom: 40px;
}
.mi-shome {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.mi-shome .mi-shome-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
}
.mi-shome .recommend-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 16px;
    line-height: 1;
}
.mi-shome .recommend-title {
    color: #333;
    font-size: 24px;
    font-weight: 700;
}
.mi-shome .more-button a {
    position: relative;
    border-radius: 6px;
    color: #8590A6;
    background-color: #fff;
    height: 32px;
    line-height: 32px;
    display: flex;
    align-items: center;
    font-size: 14px;
}
.mi-space {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    height: 3px;
    position: relative
}
.mi-space .mi-index-gg {
    position: absolute;
    left: 10px;
    margin-top: -27px;
    color: #8a8a8a;
    background: rgb(255 176 176 / 0.2);
    height: 30px;
    padding: 7px;
    border-radius: 10px;
}
.mi-space #miannouncement {
    height: 50px;
    position: relative;
    margin-top: -14px;
    margin-left: 20px;
    color: #8a8a8a;
    display: flex;
    width: 780px;
    font-size: 12px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: opacity 0.5s, transform 0.5s;
}
.mi-space #miannouncement .mi-name {
    color: var(--mistyle3color);
}
.mi-shome .mi-recommend-s-list {
    height: 249px;
}
.mi-space button {
    width: 50px;
    padding: 2px 5px;
    margin-left: 15px;
    background: var(--mistyle3color);
    border: 1px solid var(--mistyle3color);
}
.mi-shome .mi-shome-item:first-of-type {
    width: 590px;
    margin-right: 10px;
}
.mi-shome .mi-shome-item {
    position: relative;
    float: left;
    width: 232px;
}
.mi-shome .mi-shome-item:nth-of-type(2) {
    margin-right: 10px;
    margin-bottom: 9px;
}
.mi-shome .mi-shome-item:nth-of-type(3) {
    margin-right: 0;
    margin-bottom: 9px;
}
.mi-shome .mi-shome-item:nth-of-type(4) {
    margin-right: 10px;
    margin-bottom: 0;
}
.mi-shome .mi-shome-item:nth-of-type(5) {
    margin-right: 0;
    margin-bottom: 0;
}
.mi-shome .mi-shome-item:nth-of-type(6) {
    margin-right: 10px;
    margin-bottom: 0;
}
.mi-shome .mi-shome-item:nth-of-type(7) {
    margin-right: 10px;
    margin-bottom: 0;
}
.mi-shome-item {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}
.mi-shome-item .content-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}
.mi-shome .mi-shome-wrap .mi-shome-seven-plus .mi-recommend-s-list .mi-shome-item:first-of-type .mi-cover {
    position: relative;
    width: 585px;
    height: 295px;
    border-radius: 4px;
    cursor: pointer;
}
.image-box {
    overflow: hidden;
}
.mi-shome .mi-shome-wrap .hover-mask {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}
.mi-shome-item .mi-cover:hover .hover-mask {
    opacity: .3;
}
.mi-shome-item .mi-cover .s-status {
    position: absolute;
    top: 0;
    left: 0;
}
.mi-shome-item .s-title {
    color: #39394d;
    font-size: 14px;
    margin-top: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 20px;
}
.mi-shome-item .s-title .s-name {
    margin-right: 5px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.mi-shome-item .s-recommend {
    color: #999;
    font-size: 12px;
    line-height: 17px;
    height: 17px;
    margin-top: 2px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.mi-shome .mi-shome-wrap .mi-shome-seven-plus .mi-recommend-s-list .mi-shome-item .mi-cover {
    width: 232px;
    height: 120px;
    position: relative;
}
.image-box img {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #e8e8e8;
}
/*right*/
.mi-shome .mi-home-author-entrance {
    margin-left: 12px;
}
.mi-home-author-entrance {
    position: relative;
    width: 210px;
    height: 392px;
    border-radius: 2px;
    background: url(/wp-content/themes/miacg/images/home-author-entrance-bg.png) no-repeat;
    padding: 15px 18px;
}
.mi-home-author-entrance .creator-link {
    width: 174px;
    height: 90px;
    display: block;
    position: relative;
    margin-bottom: 12px;
    opacity: .8;
}
.mi-home-author-entrance .creator-link1 {
    width: 174px;
    height: 90px;
    background: #ff0000;
    display: block;
    position: relative;
    margin-bottom: 12px;
    opacity: .5;
    padding-left: 50px;
    padding: 20px 0 0 15px;
    font-size: 23px;
    border-radius: 8px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.creator-link .mi-link-title1 {
    width: 140px;
    font-size: 12px;
    padding: 10px 0 0 0;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 140px;
}
.mi-home-author-entrance .creator-link .mi-icon {
    fill: #fff;
    position: absolute;
    right: 10px;
    top: 28px;
    -webkit-animation: home-entrance-arrow 2s 0s infinite;
    animation: home-entrance-arrow 2s 0s infinite;
}
.mi-icon {
    width: 14px;
    height: 14px;
    vertical-align: middle;
    pointer-events: none;
}
.mi-home-author-entrance .panel-body .link-item .mi-icon {
    margin-right: 7px;
    fill: var(--mistyle3color);
}
.mi-home-author-entrance .panel-body {
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #333;
    font-size: 14px;
}
.mi-home-author-entrance .panel-body .link-item {
    margin-bottom: 10px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 16px;
    width: 174px;
    height: 42px;
    border-radius: 4px;
    font-size: 14px;
}
.mi-home-author-entrance .b2-arrow-right-s-line {
    position: absolute;
    right: 5px;
    top: 14px;
    font-size: 33px;
    color: #fff;
}
.mi-home-author-entrance .mi-home-title {
    position: absolute;
    width: 110px;
    height: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 1000;
    top: 23px;
    left: 20px;
    overflow: hidden;
}
.mi-home-author-entrance .mi-home-des {
    position: absolute;
    width: 140px;
    color: #fff;
    font-size: 12px;
    top: 58px;
    left: 20px;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
}
#custom-alert {
  position: fixed;
  bottom: 40px;
  right: 20px;
  background-color: #fc6976;
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
  display: none;
}
.top-user-info-box .user-w-rw {
    color: #ffffff;
    background: none;
    border: none;
    margin: 10px 27px;
    height: 40px;
    text-shadow: none;
    background-size: cover;
    background-image: url(/wp-content/themes/miacg/images/5y.webp);
}
.user-w-rw-bg {
    background-color: rgb(0 0 0 / 0%);
}
/*首页友情链接*/
.mi-links {
    width: 100%;
    background-color: #fff;
    max-width: 1280px;
    margin: 0 auto 25px;
    border-radius: 6px;
    padding: 10px 5px;
}
.mi-links .link_tit {
    text-align: left;
    font-weight: 500;
    border-bottom: 1px solid #dedede;
    height: 30px;
    max-width: none;
    color: #7b7b7b;
    font-size: 18px;
    width: 100%;
    margin: 10px auto;
}
.mi-links .link_tit span {
    background-color: #FFFFFF;
    padding: 0 10px;
}
.mi-links .links-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px 0 5px;
}
.mi-links .links-list li {
    padding: 5px 8px;
}
.mi-links .links-list li a {
    color: #7D7D7D;
}
.mi-links .links-list li img {
    width: 150px;
}
/*VIPS*/
.vip-top {
    margin-top: -24px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.vip-top > div {
    padding: 10px 0;
}
.vip-top > div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}
.vip-footer > h2 {
    font-size: 20px;
}
.vip-footer .new-sess-head2 {
    padding-bottom: 20px;
}
.vip-current {
    border: 0px dashed rgb(255 0 0);
}
.clearfix{
    margin-left: 400px;
    margin-top: -25px;
}
.vip-faq {
    margin-top: 20px;
    margin: auto;
    border-radius: 10px;
}
.vipcontent_item:hover {
    vertical-align: top;
    margin-top:10px;
    box-shadow: 0px 0px 12px rgb(53 53 53 / 30%);
}
.vip-topding {
    margin-top: 50px;
    border-bottom: 1px solid #ccc;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.vip-topding > div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}
.viptjimg {
    top: 0px;
    right: 0px;
    height: 32px;
    margin-left: 151px;
    margin-top: -33px;
}
.micnt_vip {
    top: 0px;
    right: 0px;
    height: 32px;
    margin-left: 200px;
    margin-top: -30px;
    background: url(/wp-content/themes/miacg/images/vip.svg);
}
@media screen and (min-width: 768px){
.b2-vip-kt-box .b2-vip-kt {
    width: 285px;
    height: 171px;
    margin: auto;
}
.b2-vip-kt .b2-vip-flex .vipyou {
    width: 43px;
    margin-left: 100px;
    margin-top: 13px;
}
.b2-vip-flex .b2-vip-time-s {
    top: 42px;
    margin-left: -36px;
}
.my-vip-pc .b2-vip-kt-box:nth-child(4) .b2-vip-time-s {
    margin-left: -8px;
}
.b2-vip-flex .b2-vip-sm-s {
    top: 78px;
    margin-left: -130px;
}
.b2-vip-kt .b2-vip-list01 {
    top: 120px;
}
.vip_dl .b2-vip-jiaru {
    position: relative;
    width: 260px;
    height: 42px;
    background: #ff669900;
    background-size: cover;
    border: none;
    margin-top: 10px;
}
.vip_dl .b2-vip-jiaru1 {
    top: 5px;
}
.vip_dl .b2-vip-name {
    padding-right: 30px;
}
.b2_vip_link .vip_dl {
    width: 24.5%;
    box-shadow: 0px 3px 6px #b3b3b3;
    background: #c7c7c769;
    margin: 5px;
    padding: 10px;
    border-radius: 8px;
}
.b2_vip_link .b2_vip_link_1 .iconfont {
    background: none;
}
.b2_vip_link .vip_dl:nth-child(1) .b2_vip_link_1 .iconfont {
    color: #6acd9a;
}
.b2_vip_link .vip_dl:nth-child(2) .b2_vip_link_1 .iconfont {
    color: #feb25e;
}
.b2_vip_link .vip_dl:nth-child(3) .b2_vip_link_1 .iconfont {
    color: #ea7878;
}
.b2_vip_link .vip_dl:nth-child(4) .b2_vip_link_1 .iconfont {
    color: #d94dff;
}
.b2_vip_link .vip_dl:nth-child(1){
    border: 2px solid #6acd9a42;
    background: #6acd9a1c;
}
.b2_vip_link .vip_dl:nth-child(2){
    border: 2px solid #feb25e42;
    background: #feb25e1c;
}
.b2_vip_link .vip_dl:nth-child(3){
    border: 2px solid #ea787842; 
    background: #ea78781c;
}
.b2_vip_link .vip_dl:nth-child(4){
    border: 2px solid #d94dff42;
    background: #d94dff1c;
}
.b2_vip_link .vip_dl dd p {
    font-size: 16px;
}
.b2_vip_link_1 p em {
    font-size: 25px;
    position: initial;
    color: #f69;
    font-style: normal;
}
.b2_vip_link {
    display: flex;
}
.vip_dl .b2_vip_link_1{
    width: 100%;
    display: flex;
}
.vip_dl .b2_vip_link_1 {
     margin-bottom: 0; 
     margin-top: 0; 
}
}
.b2-vip-flex .vipyou{
    width: 52px;
    position: absolute;
    margin-left: 286px;
    margin-top: 17px;
}
.b2-vip-flex .vipzuo{
    width: 179px;
    position: absolute;
    margin-top: 1px;
}
.my-vip-pc{
    text-align: center;
}

.b2_vip_link .iconfont {
    color: #fff;
    padding: 8px;
    background: #fa7fba;
    font-size: 22px;
    border-radius: 50%;
}
.iconfont em{
    margin-left: -13px;
    transform: scale(0.5);
    background: #fbde0b;
    padding: 1px 5px;
    position: absolute;
    border-radius: 8px;
    color: #444173;
    margin-top: -14px;
}
.vip-footer {
    margin-top: 50px;
}

.my-vip-pc .swiper-button-prev, .my-vip-pc .swiper-button-next{
    color: #fff;
    top: 46%!important;
    height: auto;
    z-index: 2;
}
.vip-top > div {
    padding: 10px 0;
}
.mivips-pcdown em {
    font-size: 25px;
    position: initial;
    color: #f69;
    font-style: normal;
}
.mivips-pcdown .mivips-down {
    color: #636363;
}
.my-vip-s .swiper-slide{
    background: none;
    display:block;
}
.b2-vip-name-box{
    display: none;
}
.b2-vip-jiaru {
    background-size: cover;
    background-image: url(/wp-content/themes/miacg/images/vips/kt.png);
    position: absolute;
    color: #080808;
    width: 304px;
    height: 50px;
    margin: 0 auto;
    right: 0;
    left: 0;
}
.b2-vip-jiaru1{
    position: absolute;
    top: 10px;
    left: 12px;
    font-size: 24px;
}
.b2-vip-jiaru2{
    position: absolute;
    top: 16px;
    left: 94px;
    font-size: 15px;
    text-decoration: line-through;
}
.b2-vip-list01 {
    position: absolute;
    padding-left: 20px;
    bottom: 30px;
    color: #ffd05a;
}
.b2-vip-list02 {
    bottom: 36px;
    text-decoration: line-through;
    color: #ffffff;
    position: absolute;
    padding-left: 180px;
}
.b2-vip-list01 p {
    font-size: 20px;
}
.b2-vip-list01 p span:nth-child(2){
    margin-left: -10px;
}
.b2-vip-lv {
    border-radius: 0 8px 0 15px;
    color: #ffefdb;
    position: absolute;
    float: right;
    background: #c39a63;
    padding: 0 10px 2px 10px;
    right: 0;
    margin-top: -10px;
    font-weight: 700;
}

.b2-vip-name-box span {
    font-weight: 700;
    font-size: 20px;
    color: #714d1e;
}
.b2-vip-flex .vip-lv-icon {
    height: 70px;
    width: 70px;
    position: absolute;
    margin-top: 40px;
}
.b2-vip-flex .vip-lv-bg {
    opacity: 0.06;
    height: 200px;
    width: 200px;
    position: absolute;
    margin-top: -20px;
    margin-left: -65px;
}
	.b2_vip_link_1 {
    text-align: center;
    display: inline-block;
    width: 18.3%;
    margin-bottom: 10px;
    margin-top: 10px;
}
.b2_vip_link_1.b2_vip_hui span{
    background: #94949485;
}
.b2_vip_link_1.b2_vip_hui i{
color: #929292ad;
}
.b2_vip_link_1.b2_vip_hui p{
color: #929292ad;
}
.b2_vip_link dl dd i {
    font-size: 28px;
    color: #d4a15f;
}
.b2-vip-time-s {
    text-shadow: 1px 1px 1px black;
    position: absolute;
    top: 52px;
    margin-left: 124px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}
.swiper-slide:nth-child(4) .b2-vip-time-s {
    margin-left: -8px!important;
}

.my-vip-pc .swiper-button-prev:after {
    background: #00000059;
    padding: 6px 11px;
    border-radius: 50%;
    font-size: 21px;
    content: 'prev';
}
.my-vip-pc .swiper-button-next:after {
    background: #00000059;
    padding: 6px 11px;
    border-radius: 50%;
    font-size: 21px;
    content: 'next';
}
.b2-vip-sm-s {
    text-shadow: 2px 2px 3px #000000bf;
    position: absolute;
    top: 100px;
    margin-left: 10px;
    color: #fff;
    font-size: 21px;
    font-weight: 700;
}
.b2-vip-yj-s {
    text-decoration: line-through;
    font-size: 13px;
    color: #fff;
    padding-left: 10px;
}
.b2_vip_link dl dd p{
    font-size: 12px;
    margin-top: 10px;
    color: #636363;
}

	.b2-vip-qx-box{
    font-size: 20px;
    width: 100%;
    text-align: center;
    color: #636363;
    padding: 15px 0;
	}
	.b2-vip-qx-box svg{
    font-size: 13px;
	}
	.b2-vip-kt {
    width: 340px;
    height: 206px;
    background-size: cover;
}
	
.b2-vip-kt-box {
    width: 100%;
    text-align: inherit;
    position: relative;
}
	.vip-current {
    color: #636363;
}
	.vip_name{
    color: #ff3a55;
    margin: 0 10px 0 10px;
	}
	.vip-current {
     border: none; 
}
.content-area .vip-current{
    margin: 0;
}
@media screen and (max-width: 768px){

.vip-list .vip-item {
    width: 50%;
}
    } 
.slider-5-bottom .slider-in:nth-child(2) .slider-info-box h2{
    color: #f3ff3c;
    }
.b2_xn_box a{
    position: absolute;
    left: 50px;
    top: 15px;
    color: #fff;
    text-shadow: 1px 1px 1px #985f0f;
}
.b2_xn_c {
    display: none;
    position: absolute;
    width: 15px;
    top: 1px;
    left: -7px;
}
.b2_xn_box{
    z-index: 2;
    position: fixed;
    right: 0;
    bottom: 83px;
    width: 200px;
    transform: translate(160px);
}
.b2_xn_boxs .b2_xn_c{
    display: block;
}
.b2_xn_box.b2_xn_boxs{
    transform: translate(0);
}

@media screen and (max-width: 768px){
.yd-slider h2 {
    left: 50%;
    transform: translate(-50%);
    color: #fff;
    position: absolute;
    bottom: 10px;
}
.yd-slider {
    width: 96%;
    position: relative;
    margin: 0 auto 21px auto;
}
.yd-slider-bg {
    /*background-image: url(/wp-content/themes/b2child/img/backplane.png);*/
    border-radius: 8px;
    background-size: cover;
    margin-bottom: 10px;
    /*padding: 45px 0 1px 0;*/
}
.yd-slider img {
    height: 200px;
    width: 100%;
    border-radius: 8px; 
}
.child-home-hd-boxs {
    border-radius: 8px;
    margin-bottom: 20px;
    height: 350px;
    width: 100%;
    padding-top: .3rem;
    background-image: url(/wp-content/themes/b2child/img/ht-carousel.png);
    background-size: cover;
}
.child-home-hd-box01 ul , .child-home-hd-box01 {
    color: #000000b8;
    display: flex;
}
.child-home-hd-box01 ul li {
    padding: 17px;
    line-height: 17px;
}
.child-home-hd-box01 ul li:ntl {
    padding: 17px;
}
.child-home-hd-box01 ul li button{
    padding: 0 8px;
}
.child-home-hd-box01 .child-home-hd-ul{
    position: relative;
    left: 130px;
}
.child-home-hd-box01 .active {
    font-size: 23px;
    font-weight: 600;
}
.yd-slider .swiper-pagination {
    transform: translate(-50%);
    width: auto;
    left: 50%;
    z-index: 1;
    bottom: -20px;
}
.yd-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 8px;
    background: #4e4e4e6b;
    opacity: 1;
    border-radius: 8px;
}

.yd-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 24px;
    height: 8px;
    background: #ff8bb5;
}

}
.mi-style3 .mi-times {
    float: right;
    margin-top: -22px;
}
