/* 
	Theme Name: Modown Child
	Theme URL: faqun.cn
	Description: 
	Author: 
	Author URI: faqun.cn
	Template: modown
	Version: 1.0
*/
#dashboard-widgets-wrap #plugin_dashboard_widget {
    width: 100%;
}


/*a*/
.article-content a {
	text-decoration-color: var(--theme-color);
	text-decoration-thickness: 2px;
}
/*tab*/
.article-tabs-tab a.active:after {

	width: 100%;
	left: calc(10% - 10px);
}
/*title*/
.article-content h3 {
    margin-top: 50px;    
}
.article-post-minibox .cmeta:after {
    content: ' >> 点击查看';
    font-size:10px;
    pointer-events: none;
}
/*blockquote*/
.wp-block-pullquote {

    padding:20px;
    border-top: 0;
    border-bottom: 0;
    border: 2px solid var(--theme-color);
}
.wp-block-pullquote:before {
    font-family: "dripicons-v2" !important;
	content: '\e00d';
	background-color:var(--theme-color);
	border-radius: 15px;
    color: #fff;
    padding: 5px;
    font-weight:600;
    margin-right: 10px;
}
.article-content blockquote {
    
    background-color: #eff6fb;
    border-left: 5px double var(--theme-color);
}

.article-content blockquote:before {
	font-family: "dripicons-v2" !important;
	content: '\e009';
    color: var(--theme-color);
    font-weight:500;
    font-size:20px;
}
.article-content blockquote p {
    margin: -32px 0 20px 25px;
}
.wp-block-vers {
	word-wrap: break-word;
	display: block;
	margin-bottom: 1rem!important;
	padding: .75rem 1.25rem!important;
	margin: 0px;
	position: relative;
	word-break: break-word;
	border: 1px solid #d6d8db;
	border-radius: .125rem;
	background-color: #fdd9d7;
	border-color: #fcc2bf;
	color: #7f231c;
}

kbd {
    display: inline-block;
    border: 1px solid #e3e3e3;
    border-radius: 0.35em;
    text-align: center;
    letter-spacing: 0;
    line-height: 1;
    background: #f9f9f9;
    margin: 0 0.3em;
    min-width: 2.5em;
    padding: 0.45em 0.5em;    
}

mark,.header-box-con .article-title,#mocat-6 .more a,#mocat-4 .more a {
	font-weight:500;
   background: none;
	background-image: linear-gradient(120deg,rgba(255,193,7,0.4) 20%,rgba(255,193,7,0.4) 100%);
	background-repeat: no-repeat;
	background-position: 0 90%;
	position: relative;
	background-size: 100% .5em;
	display: -webkit-inline-box;
}
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}
code, kbd, pre {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}
.article-content mark:before{
	content:"";
	padding-left: .25em;
}
.article-content mark:after{
	content:"";
	padding-right: .25em;
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: .875em;
}
.article-content pre.wp-block-code {
    margin: 20px 0px 30px 0px;
    position: relative;
    background: var(--theme-color);
    padding-top: 36px;
    border-radius: 5px;
    border: 1px solid #efefef;
}
.article-content pre.wp-block-code:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: #fc625d;
    width: 12px;
    height: 12px;
    left: 14px;
    top: 12px;
    box-shadow: 20px 0 #fdbc40, 40px 0 #35cd4b;
    z-index: 2;
}
.article-content pre.wp-block-code code {
	display: block;
	overflow-x: auto;
	word-break: normal;
	background: #303030;
	border:none;
	border-radius:0;
}
.prettyprint, pre.prettyprint {
	padding:0;
	overflow-x: auto
}

/* 分类标签*/
.banner-archive,.banner-page,.banner {
    background: linear-gradient(to bottom, var(--theme-color) 23%, #f9f9f9 100%);
    width: 100%;
    pointer-events: none;
}
.banner-archive>.container,.banner-page>.container {
    margin-top: -30px;
    padding: 60px 0 300px;
    background-repeat: no-repeat;
    background-position: right -25%;
}

/*产品页*/

.single_banner {
    margin-top: -30px;
    min-height: 480px;
    position: relative;
    background: linear-gradient(156.47deg,rgba(255,227,231,.5) -15.49%,#B8E7EA 108.24%),#FFF;
    border-bottom: 6px solid #ebeff3;
    box-shadow: 35px 0 63px -10px rgb(33 51 108 / 15%);
}
.header-box-img {
    margin-left: -445px;
}

.header-box-con .article-title {
    font-size: 40px;

}
.article-header-box {
    background: radial-gradient(circle at 42% 50%,rgba(33,150,243,.15),hsla(0,0%,100%,0) 23%),radial-gradient(circle at 75% 30%,rgba(108,99,255,.175),hsla(0,0%,100%,0) 10%);
} 
.header-box-con .custom-metas {
    background: none;
}
.article-excerpt {
    margin: 30px 0;
}

.widget_author .author-cover {
    display:none;
}
.widget_author .author-avatar {
    margin-top: 40px;
}

/*pages*/

.banner + .banner-slider {
    margin-top: -220px;
}
.banner-slider {
	background:#f7f8fc;
}

.banner .container {
	top: calc(30% + 10px);
}
@media (max-width: 768px){
	.banner .container {
		top: calc(30% - 20px);
	}
}
#mocat-6 h2,#mocat-6 .child{
	text-align: left;
}
#mocat-6 .more,#mocat-4 .more {
	text-align: right;
}
#mocat-6 .more a,#mocat-4 .more a {
   color: var(--theme-color) !important;
	padding:5px;
}
#mocat-6 .more a:hover,#mocat-4 .more a:hover {
	transform: translateX(10px);
	transition: all .4s
}
    
#mocat-6 h2:after {
	margin-left: 0;
}
.vip-item{
	margin:30px 15px;
	width: calc(30% - 0px);
	border: 1px solid rgba(0, 0, 0, 0.08);
	background-color:transparent;
}
.vip-item .icon {
    font-size: 70px;
    margin: 20px 0;
    color: var(--theme-color);
}
.vip-item .title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 15px;
    font-weight: normal;
}

.vip-item p {
    line-height: 1.8;
}


@media (max-width: 925px){
.vip-item{
	width: calc(50% - 30px);
	}}
@media (max-width: 480px){
.vip-item {
    width: calc(100% - 40px);
    margin: 10px 20px;
	}
}
.vip-why .items .item {
    padding: 0px 20px;
}

/* Important Features Start */

.important-features .mb-100 {
  margin-bottom: 50px; }
.page_tab .container .article-tabs-content {
    margin: 0 50px;
}
.tab-section-heading {
  text-align: left;
  margin-bottom: 33px; }
.tab-section-heading h2 {
	font-size: 24px;
	font-weight: normal;
	
	margin: 50px 0 20px; }
.tab-section-heading h2:after {	
	content: " ";
    width: 20px;
    background: var(--theme-color);
    height: 3px;
    position: absolute;
    left: 0;
    top: 85px;
    margin-left: calc(50% - 10px);
    border-radius: 1.5px;
}
.tab-section-list li p {
  position: relative;
  padding-left: 30px; 
	margin-bottom:10px;}
.tab-section-list li p i {
	position: absolute;
	left:0px;
	color:var(--theme-color);
  }
.tab-section-list li:last-child p {
  margin-bottom: 0px; }
.tab-section-image img {
    align-self:center;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    animation-duration: 0.6s;
    -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15); 
}
.d-flex {
    
}
.tab-section-image{
    height: 365px;
    display:flex;
    justify-content: space-evenly;
    background-size: cover;

}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(6px, 0, 0);
            transform: translate3d(6px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

/* Important Features End */
 /* Faq Area Start */
#contact_btn i {
    margin-left: 10px;
    display: inline-block;
    transform: rotateY(180deg);
 }
 
.faq-area {
    background: #F7F8FC; }
.faq-area .section-heading {
    text-align: left;
    margin-bottom: 36px; }

.faq-area .section-heading .base-btn1 {
    margin-top: 40px; }
.single-accordion {
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.04);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.04);
    margin-bottom: 30px;
    background: #fff; }
.single-accordion:last-child {
    margin-bottom: 0px; }
.single-accordion .accordion-header {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 15px 20px; }
.single-accordion .accordion-header .title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    display: block;
    width: 100%;
    padding: 0px;
    margin: 0px;
    cursor: pointer;
    position: relative;
    padding-left: 34px; }
.single-accordion .accordion-header .title:hover {
    color: var(--theme-color);}
.single-accordion .accordion-header .title i {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
.single-accordion .accordion-body {
    font-size: 16px;
    line-height: 26px;
    padding: 0px 25px 19px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    border-right: 1px solid rgba(0, 0, 0, 0.05); }
.accordion-body::before {
    content: '';
    height: 1px;
    width: 0;
    left: 0;
    position: absolute;
  background-image: linear-gradient(to right,var(--theme-color), var(--theme-color) 60%, transparent 90%, transparent);
  transition: width 0.5s ease-in-out;    
    }
.accordion-body:hover::before {    
    width: 100%;
}
.accordion-body:not(.show) {
    display: none;
}

.row{
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}

.align-self-center {
    -ms-flex-item-align: center!important;
    align-self: center!important;
}
.col-lg-6{
    position:relative;
    width:100%;
    padding-right:15px;
    padding-left:15px
}
@media (min-width: 992px){
	.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}
}
.page_tab {
    padding: 60px 0px;
    background: radial-gradient(circle at 20% 80%,rgba(33,150,243,.15),#f5f5f6cc 25%),radial-gradient(circle at 70% 55%,#fbb715,#f5f5f6 25%);

}
.slider-full-img {
     text-align: center; 
     background-image: url(https://www.faqun.cn/wp-content/uploads/2022/10/pexels-pixabay-459654.jpg);
     background-size: cover;
     background-position: center;
     width: 100%;
}
.slider-full-img::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35); /* 可根据需求自定义透明度 */
  filter: grayscale(100%);
}
.testimonials-item {
    margin:50px;
}

.testimonials-item .thumb {
    margin-bottom: 18px;
    display: inline-block;
}
.testimonials-item .thumb img {
    border: 2px solid rgba(255,255,255,.3);
    border-radius: 50%;
    width: 90px;
    height: 90px;
    object-fit: cover;
}
.testimonials-item .content {
    margin-right: 0px;
}
.testimonials-item .content p {

    color: #fff;

    font-weight: 500;
    letter-spacing: .4px;
    margin-bottom: 34px;
    text-transform: capitalize;
}
.testimonials-item .content i {
    color: var(--theme-color);
    font-size: 28px;
    margin-left: 8px;
    margin-right: 8px;
}

.testimonials-item .content small strong {
    background-color: var(--theme-color);
    border-radius: 50px;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    top: -3px;
    letter-spacing: .9px;
    margin-right: 5px;
    padding: 4px 14px;
    position: relative;
}

/*右侧悬浮客服*/
@-webkit-keyframes jump-data {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes jump-data {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
.gift {
    width: 50px;
    padding: 20px 0 5px 0;
    display: block;
    color: #fff;
    text-align: center;
    position: absolute;
    top: -65px;
    right: 0;
    background-image: url(https://cdn.xintheme.com/wp-content/themes/XinTheme-V4/assets/img/gift.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-animation: jump-data .6s infinite;
    animation: jump-data .6s infinite
}

.slide-bar {
    position: fixed;
    width: 50px;
    right: 10px;
    bottom: 85px;
    z-index: 9;
    background-color: var(--theme-color);
    border-radius: 2px;

}

.slide-bar p {
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 1.2;
    color: #fff
}

.slide-bar a:focus {
    color: #fff
}

.slide-bar__item {
    width: 50px;
    height: 50px;
    text-align: center;
    position: relative;
    cursor: pointer;
    color: #fff;
    display: block;
    border-bottom: 1px solid #ffffff14;
}

.slide-bar__item:hover {
    background-color: #333;
    color: #fff
}

.slide-bar__item:hover .slide-bar__item__ercode,.slide-bar__item:hover .slide-bar__item__tips {
    visibility: visible;
    left: -137px;
    opacity: 1
}

.slide-bar__item:hover .slide-bar__item__img {
    visibility: visible;
    left: -130px;
    opacity: 1
}

.slide-bar__item__ercode {
    background: #fff;
    height: auto!important;
    padding: 15px;
    position: absolute;
    top: 0;
    left: -185px;
    width: 100px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    font-size: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: left .3s ease-in-out .1s,opacity .3s ease-in-out .1s,visibility .3s;
    -o-transition: left .3s ease-in-out .1s,opacity .3s ease-in-out .1s,visibility .3s;
    transition: left .3s ease-in-out .1s,opacity .3s ease-in-out .1s,visibility .3s
}

.slide-bar__item__ercode:after {
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-left: 6px solid #fff;
    right: -6px;
    content: "";
    height: 0;
    position: absolute;
    top: 20px;
    width: 0;
    z-index: 1
}

.slide-bar__item__ercode img {
    width: 100px
}

.slide-bar__item__ercode p {
    font-size: 14px;
    color: #333;
    padding-top: 10px
}

.slide-bar__item__ercode i {
    width: 15px;
    height: 15px;
    color: #999;
    font-size: 12px;
    position: absolute;
    right: 5px;
    top: 5px
}

.slide-bar__item__ercode i:hover {
    color: #f13232
}

.slide-bar__item__ercode--hide {
    visibility: hidden!important;
    left: -185px!important;
    opacity: 0!important
}

.slide-bar__item__top {
    display: block;
    line-height: 50px;
    font-size: 24px;
    -webkit-text-stroke: 1px #3561ed
}

div.slide-bar__item:hover .slide-bar__item__top {
    -webkit-text-stroke: 1px #333
}

.slide-bar__item__icon {
    display: block;
    font-size: 16px;
    padding-top: 4px;
}

.slide-bar__item__text {
    display: block;
    height: 20px;
    font-size: 12px;
}

.slide-bar__item__tips {
    width: 130px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    position: absolute;
    z-index: 1;
    left: -180px;
    color: #fff;
    top: 0;
    opacity: 0;
    visibility: hidden;
    background-color: var(--theme-color);
    -webkit-transition: left .3s ease-in-out .1s,opacity .3s ease-in-out .1s,visibility .3s;
    -o-transition: left .3s ease-in-out .1s,opacity .3s ease-in-out .1s,visibility .3s;
    transition: left .3s ease-in-out .1s,opacity .3s ease-in-out .1s,visibility .3s
}

.slide-bar__item__tips:after {
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-left: 6px solid var(--theme-color);
    right: -6px;
    top: 5px;
    content: "";
    height: 0;
    position: absolute;
    top: 20px;
    width: 0;
    z-index: 1
}

.slide-bar__item__img {
    width: 123px;
    text-align: center;
    font-size: 14px;
    position: absolute;
    z-index: 1;
    left: -180px;
    color: #fff;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    background: 0 0;
    -webkit-transition: left .3s ease-in-out .1s,opacity .3s ease-in-out .1s,visibility .3s;
    -o-transition: left .3s ease-in-out .1s,opacity .3s ease-in-out .1s,visibility .3s;
    transition: left .3s ease-in-out .1s,opacity .3s ease-in-out .1s,visibility .3s;
    border: 1px solid #e7e7e7
}

.slide-bar__item__img:after {
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-left: 6px solid #e7e7e7;
    right: -6px;
    content: "";
    height: 0;
    position: absolute;
    bottom: 20px;
    width: 0;
    z-index: 1
}

.slide-bar__item.gotop {
    display: none
}

.slide-bar_kefu .slide-bar__item__tips {
    height: auto;
    padding: 15px;
    padding-bottom: 5px;
    width: 245px;
    left: -300px
}

.slide-bar_kefu .slide-bar__item__tips p {
    padding-bottom: 10px;
    font-size: 13px
}
.slide-bar_kefu .slide-bar__item__tips p a {
    color: #fff;
}
.slide-bar_kefu .slide-bar__item__tips p i {
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    transform: rotateY(180deg);
    
}
.slide-bar__item__tips p:hover i {
    visibility: visible;
    opacity: 1;
}
.slide-bar__item.slide-bar_kefu:hover .slide-bar__item__tips {
    left: -253px
}
.rollbar li {
    width: 50px;
    height: 50px;
    right: 10px;
    background: var(--theme-color);
    border-radius: 0;

}
.rollbar a {
    color: #fff;
    padding-top: 6px;
}
@media (max-width: 768px)
{.rollbar ul {
 width: 40px;
}}
.rollbar h6 {
    display:none; 
}
/*弹出微信二维码*/
.sitetips-pop {
    display: none;
    
}
.sitetips-pop.is-visible {
    display: block;
}

.loginbox .safe a {
	color:red;
}