.features-area .features-btn .nav li a span {
	font-size: 19px;
	font-weight: 500;
	color: #737373;
	text-transform: capitalize;
	display: block;
	margin-top: 30px;
}
.section-title .title {
    font-size: 45px;
    padding-top: 8px;
}

.pricing-one__list li {
    line-height: 30px;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    padding-left: 20px;
}

.pricing-one__single h3 {
    color: #252c41;
    font-size: 42px;
    font-weight: 400;
    margin-top: 19px;
}

.pricing-one__inner .overlay {
    border-radius: 8px;
    padding-top: 40px;
    padding-bottom: 50px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.pricing-one__inner > i {
    height: 100px;
    width: 100px;
    text-align: center;
    line-height: 100px;
    font-size: 50px;
    color: #ffffff;
}

.business-item{
	text-align:center;
}
.business-area .business-content p {
    font-size: 17px;
    line-height: 33px;
    padding-right: 40px;
    padding-top: 39px;
    padding-bottom: 50px;
}

.video-play-area::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 350px;
    width: 100%;
    background-image:  -webkit-linear-gradient(0deg, #4832fd 0%, #6553fe 100%);
    background-image: -webkit-linear-gradient(0deg, #4832fd 0%, #6553fe 100%);
    background-image:  -webkit-linear-gradient(0deg, #4832fd 0%, #6553fe 100%);
    opacity: .9;
}




/**案例**/
.eg-box {
    position: relative;
    /* background: royalblue; */
    background: url(../../../assets/img/wechat/bg2.png);
    background-size: cover;
    /* padding: 43px 272px 164px; */
    width: 100%;
}

.eg-box .mascot-s {
    position: absolute;
    top: -119PX;
    left: -175PX;

    width: 237px;
    height: 295px;


}

.eg {
    width: 160px;
    font-size: 17px;
    /* font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular; */
    /* font-weight: 400; */
    text-align: center;
    color: #8584ff;
    line-height: 42px;
    letter-spacing: 1px;
    /* background: rgb(224 224 224 / 30%); */
    /* border: 1px solid #6665d9; */
    -webkit-box-shadow: inset 0 0 0 1px #ececec, inset 0 0 0 0 rgba(255,255,255,0), 0 0 0 0 rgba(0,0,0,0);
    /* box-shadow: inset 0 0 0 3px #a689e4, inset 0 0 0 0 rgba(255,255,255,0), 0 0 0 0 rgba(0,0,0,0); */
    border-radius: 19px;
    padding: -1px 46px;
    margin-right: 20px;
}


.egs .active, .eg:hover {
    /* font-size: 26px; */
    font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 42px;
    /* letter-spacing: 2px; */
    background: none;
    /* border: 3px solid transparent; */
    cursor: pointer;
    -webkit-box-shadow: inset 0 -10px 10px 0 #f1b72d, inset 0 5px 3px 2px rgba(255,255,255,.3), 0 20px 30px 0 rgba(0,0,0,.3);
    /* box-shadow: inset 0 -10px 10px 0 #cd690b, inset 0 5px 3px 2px rgba(255,255,255,.3), 0 20px 30px 0 rgba(0,0,0,.3); */
    background-color: #ffb03c;
    transition: .5s;
}
.egs {
    padding: 67px 0 2px;
}

.screens-box {
    padding-top: 51px;
    min-width: 1380px;
}

.screen-box {
    position: relative;
    padding-bottom: 60px;
    /* padding-left: 38px; */
    /* width: 20%; */
}

.screen-box:not(:nth-child(5n)) {
    margin-right: calc((100% - 1225px) / 4);
}

.screen-img-box-col3{
	width: 80%;
    margin-left: 10%;
    position: relative;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;

}
.screen-img-box-col6 {
    /*width: 280px;
    height: 478px;*/
	width: 80%;
    margin-left: 10%;
	margin-bottom: 80px;
	height: 600px;
    position: relative;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}

.screen-border {
    height: 100%;
    border-radius: 28px;
    z-index: 1;
}
.siBox {
    position: absolute;
    width: 94%;
    margin-right: 64px;
    height: 99%;
    left: 9px;
    top: 1px;
    background: rgba(0,0,0,.5);
    border-radius: 20px;
    opacity: 0;
}
.screen-img-box:hover .siBox {
    opacity: 1;

}



.screen-img {
    position: absolute;
    width: calc(100% - 28px);
    height: 100%;
    border-radius: 17px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    object-fit: fill;

}

.screen-img-box .qrcode {
        /* width: 130px;
        height: 130px; */
    width: 144px;
    height: 144px;
    z-index: -1;
    margin-bottom:35px;
    padding: 10px;
    background-color: #FFFFFF;

    /* margin-top: -100px; */
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5  s linear;
	
	
}

.screen-img-box:hover {
    /* -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px); */
    margin-top: -10px;
    /* background: rgba(0,0,0,.5); */
    border-radius: 32px;
}

/* .screen-img-box:hover>.qrcode-box, */
.screen-img-box:hover .customized-btn,
.screen-img-box:hover .qrcode {
    z-index: 2;
    visibility: visible;
    /* margin:0; */
    opacity:1;
    filter:alpha(opacity=1);

}
.screen-img-box:hover .customized-btn{
    margin:0;

}


.screen-text {
    font-size: 18px;
    font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
    font-weight: 400;
    text-align: center;
    color: #fcfcfc;
    line-height: 42px;
    letter-spacing: 1px;
    padding-top: 24px;
    max-width: 245px;
    display: -webkit-box;-webkit-box-orient: vertical;text-overflow: ellipsis;overflow: hidden;-webkit-line-clamp: 1;
}

.qrcode-box {
    /* z-index: -1;
    visibility: hidden; */
    position: absolute;
    /* transition: 1.5s all; */
    z-index: 2;

}

.customized-btn {
    width: 120px;
    height: 36px;
    background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.52, #f3d21e), to(#eb8c11));
    background: -webkit-linear-gradient(#f3d21e 52%, #eb8c11 100%);
    background: -moz-linear-gradient(#f3d21e 52%, #eb8c11 100%);
    background: -o-linear-gradient(#f3d21e 52%, #eb8c11 100%);
    background: linear-gradient(#f3d21e 52%, #eb8c11 100%);
    border-radius: 18px;
    box-shadow: 0px 3px 8px 0px rgba(170,170,170,0.41); 

    font-size: 16px;
    font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 24px;
    letter-spacing: 1px;

    margin-top: 50px;
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-transition: opacity .5s linear,margin .5s linear;
    -moz-transition: opacity .5s linear,margin .5s linear;
    -o-transition: opacity .5s linear,margin .5s linear;
    transition: opacity .5s linear,margin .5s linear;
}

.customized-btn:hover {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
    cursor: pointer;
}

.customized-btn:active {
    -webkit-filter: brightness(0.95);
    filter: brightness(0.95);
}

.flow-box {
    padding: 55px 0 176px;
    width: 100%;

}
.qrcode-box {
    position: absolute;
    /* transition: 1.5s all; */
    z-index: 2;
}
.df_aic {
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}
.df_jcc {
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.df_tb {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.df {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}.customized-btn {
    width: 120px;
    height: 36px;
    background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.52, #f3d21e), to(#eb8c11));
    background: -webkit-linear-gradient(#ff9a0e 52%, #ffb03c 100%);
    background: -moz-linear-gradient(#ff9a0e 52%, #ffb03c 100%);
    background: -o-linear-gradient(#ff9a0e 52%, #ffb03c 100%);
    background: linear-gradient(#ff9a0e 52%, #ffb03c 100%);
    border-radius: 18px;
    box-shadow: 0px 3px 8px 0px rgba(170,170,170,0.41);
    font-size: 15px;
    font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
    font-weight: 400;
    text-align: center;
    color: #fffcfc;
    line-height: 24px;
    letter-spacing: 1px;
    margin-top: 50px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .5s linear,margin .5s linear;
    -moz-transition: opacity .5s linear,margin .5s linear;
    -o-transition: opacity .5s linear,margin .5s linear;
    transition: opacity .5s linear,margin .5s linear;
}

.c_zixun{
	color:white;
}
.c_zixun:hover{
	color:white;
}

.slick-list {
	margin-left: 6%;
}


.footer-area .footer-download {
    padding: 50px 100px 56px;
    border-radius: 100px;
    background-image: -moz-linear-gradient(-38deg, #3343fb 0%, #042df5 100%);
    background-image: -webkit-linear-gradient(-38deg, #3343fb 0%, #042df5 100%);
    background-image: -ms-linear-gradient(-38deg, #3343fb 0%, #042df5 100%);
    margin-bottom: 100px;
    margin-top: 89px;
}

.footer-area .footer-copyright {
    margin-top: 0px; 
}


.footer-area::before {
     background-image: url();
 
}

.blog-area .blog-item .blog-content {
	border: 0px solid #dce0e8;
    padding: 30px 20px 30px;
}

.blog-area::before {

    background-image: url(); 

}

.footer-copyright a{
	color:#b2b6c4;
}
.nav-links{
	margin-top:40px;
}
.nav-links li{
	display: inline-block;
    margin-right: 10px;
    font-size: 13px;
    color: gray;
}

.nav-links a{
	color:gray;
}

.sidebar__single:not(.sidebar__search) {
    padding: 33px 15px;
}

.sidebar__post-title {
    margin: 0;
    font-size: 16px;
    line-height: 40px;
    font-weight: 400;
    color: #838999;
}

.ynhide{
	display:none;
}
.ynshow{
	display:block;
}

.screenshot-area {
    padding-bottom: 50px;
}

.caseBtn{
	font-size:18px;
}

.faq-accrodion .accrodion .accrodion-inner {
    background-color: #f7f7f7;

}

.video-play-area {
    display: inline-block;
    position: relative;
    padding-top: 110px;
    padding-bottom: 110px;
    background-attachment: fixed;
}

.pricing-one {

    padding-top: 0px;
}

.page-title-area .page-title-item {
    padding-top: 150px;
    padding-bottom: 50px;
}
.blog-details {
    padding-top: 45px;
    padding-bottom: 120px;
}

.brand-area .brand-item img {

    opacity: 1;
}

.footer-area .footer-download {
    padding: 40px 100px 40px;
    border-radius: 113px;
    background-image: -moz-linear-gradient(-38deg, #3343fb 0%, #042df5 100%);
    background-image: -webkit-linear-gradient(-38deg, #3343fb 0%, #042df5 100%);
    background-image: -ms-linear-gradient(-38deg, #3343fb 0%, #042df5 100%);
    margin-bottom: 100px;
    margin-top: 89px;
}