/*idnex*/
.swiper-container {width:100%;height:100%;transition:none !important;}
.br-banner {height:100vh;width:100%;position:relative;}
.br-banner .banner {width:100%;height:100%;position:relative;}
.br-banner .banner img {position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;object-position: center;}
.br-banner .banner video {width:100%;height:100%;display:block;object-fit:cover;position:relative;}
.br-banner .banner .mb-bg {position:absolute;width:100%;height:100%;background:rgba(0,0,0,.3);top:0;left:0;}
.full-100 {width:100%;}
.br-banner .txt {position:absolute;top:36%;width:100%;left:0;z-index:3;text-align:center;}
.br-banner .txt h3 {display:block;text-align:center;height:20px;}
.br-banner .txt h3 span {display:inline-block;width:100px;height:1px;background:#fff;vertical-align:top;margin:10px 0 0 0;}
.br-banner .txt h3 font {display:inline-block;color:#fff;font-size:3rem;font-weight:bold;line-height:20px;margin:0 10px;letter-spacing: 3px;}
.br-banner .txt h4 {display:block;color:#fff;font-weight:bold;text-align:center;font-size:2rem;letter-spacing:4px;line-height:50px;margin:50px 0 30px;}
.br-banner .txt h5 {display:block;text-align:center;color:#fff;font-size:20px;font-weight:normal;letter-spacing:4px;line-height:1.5;padding:0 5rem;}
.br-banner .txt #b-a {display:inline-block;text-align:center;color:#fff;margin:60px 0 0 0;display: flex;justify-content: center;align-items: center;}
.br-banner .txt #b-a .play-circle {margin: 0 10px 0 0;vertical-align:top;background: url(../images/play.png) no-repeat 0 0;display: block;width: 30px;height: 30px;background-size: cover;}
.br-banner .txt #b-a span {display:inline-block;vertical-align:top;line-height:36px;font-size:22px;color:#fff;letter-spacing:2px;}
.br-banner .swiper-pagination {left: auto;right: 0;bottom: 3rem;width: 100%;text-align: center;padding: .5rem 0;}
.br-banner .swiper-pagination .swiper-horizontal .swiper-pagination {left:auto;right:0;bottom:0;width:20%;text-align:right;margin:0 1rem 1rem 0;}
.br-banner .swiper-pagination .swiper-pagination-bullet{background:#fff;width:12px;height: 12px;opacity: .9;}
.br-banner .swiper-pagination .swiper-pagination-bullet-active{background:#9a58b5;width: 40px;border-radius: 10px;}
.br-banner .shubiao {position: absolute;left: 50%;bottom:3rem;transform: translate(-50%, -50%);z-index: 9;display: flex;flex-direction: column;align-items: center;}
.br-banner .shubiao i {text-align:center;position:relative;width:30px;height:30px;display:block;background:url(../images/shubiao.png) no-repeat 0 0;background-size:cover;animation:shubiao 1s linear infinite;}
.br-banner .shubiao span {margin-top:.5rem;color:#8f8d8d;font-size:.875rem;}
@keyframes shubiao {
	0% {transform: translateY(0);}
	50% {transform: translateY(0.04rem);}
	100% {transform: translateY(0.06rem);opacity: 0;}
}
.section-bg{padding:2rem 0;}
 #statsSection {display:flex;gap:20px;padding:1rem 0;position: relative;z-index: 2;}
.stat-card {width: 25%; padding:20px;background: #fff;box-shadow: 0px 0px 18px 4px rgba(190, 112, 241, 0.12);border-radius:8px;text-align:center;box-sizing:border-box;}
.stat-title {font-size:17px;color:#3f3f3f;margin-bottom:10px;font-weight: 500;}
.stat-number {font-size:32px;font-weight:bold;color:#9a58b5;display:inline-block;}
.stat-unit {font-size:16px;color:#9a58b5;margin-left:5px;}

.section-title {text-align:center;margin-bottom:3rem ;}
.section-title h2 {color:#000;font-weight:600;font-size:32px;}
.section-title span{color:#9a58b5}
.section-title p {color:#888;font-size:16px;margin:10px 0 0;}
.section-title h2:after {display:block;content:'';width:38px;height:3px;margin:10px auto 0;background-color:#9a58b5;}

.mc-item-wrap{color:#262626;display:flex;position:relative;margin-bottom: 60px;}
.mc-item-wrap .mc-item {flex-shrink:0;position:relative;vertical-align:middle;width:50%;height: 430px;}
.mc-item-wrap .mc-item .mc-item-img {height:100%;position:absolute;width:100%}
.mc-item-wrap .mc-item .mc-item-img img {border-radius:10px;display:block;height:400px;object-fit:cover;width:100%;transition:all .2s ease-out 0s;}
.mc-item-wrap .mc-item .mc-item-img:hover img{-webkit-transform: translate(5px, -5px); -ms-transform: translate(5px, -5px);transform: translate(5px, -5px);}
.mc-item-wrap .mc-item .mc-item-img {padding-bottom:30px;padding-left:30px;padding-right:20px;z-index:0}
.mc-item-wrap .mc-item .mc-item-img:before {background:#4f8df5;border-radius:5px;bottom:0;content:"";height:74%;left:0;opacity:.1;position:absolute;width:70%;z-index:-1}
.mc-item-wrap .mc-text {padding-top:40px;padding-left:20px}
.mc-item-wrap .mc-text .mc-title {color:#262626;font-size: 26px;font-weight: 600;line-height: 1.4;margin: 10px 0 40px;}
.mc-item-wrap .mc-text p {font-size:18px;line-height:1.67;margin:0 0 .6em;opacity:.8;color:#262626;}
.btn-all {padding: 12px 24px;font-size:15px;letter-spacing: .5px;border-width:1px;border-radius:6px;display:inline-block;position:relative;margin-top: 20px;border: 1px solid #dcdcdc;}
.btn-all span {display:inline-block;position:relative;-webkit-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;transition:all 0.3s ease-out;will-change:transform;}
.btn-all:hover span,.btn-all:focus span {-webkit-transform:translate3d(-.75rem,0,0);transform:translate3d(-.55rem,0,0);}
.btn-all i {position:absolute;width:1.25em;right:0rem;opacity:0;top:52%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);}
.btn-all:hover i,.btn-all:focus i {opacity:1;right:-1.2rem;}
.btn-blue {background-color: #9a58b5;background-image: linear-gradient(90deg,hsla(0,0%,100%,.15),transparent);border: 0;color: #fff;transition: all .2s ease-out;}
.btn-blue:hover,.btn-blue.focus {background-color:#aa42d3;color:#fff;}

.post-product{display: flex;flex-wrap: wrap;margin: -10px -10px 10px;}
.post-product .item {box-sizing: border-box;flex-shrink: 0;padding: 10px;width: 33.33%;transition:all .3s ease 0s;}
.post-product .item-inner {background:#fff;border-radius:6px;box-shadow:0px 6px 40px 0px rgba(34,87,179,0.12);overflow:hidden;transition:all .2s ease-out 0s;}
.post-product .item:hover .item-inner{-webkit-transform:translateY(-3px);transform:translateY(-3px);-webkit-box-shadow:0 1rem 3rem rgba(31,45,61,.13);box-shadow:0 1rem 3rem rgba(31,45,61,.13)}
.post-product .item-img {overflow:hidden;position:relative;}
.post-product .item-thumb {display:block;height:100%;width:100%;}
.post-product .item-thumb img {display:block;height:200px;object-fit:cover;width:100%;transition:all .2s ease-out 0s;}
.post-product .item-img .item-category {background:rgba(0,0,0,.5);border-radius:3px;color:#fff;font-size:12px;left:15px;line-height:14px;padding:4px 8px;position:absolute;top:15px;}
.post-product .item-category:hover {background:#aa42d3;}
.post-product .item-title {font-size:18px;font-weight:600;margin:0;padding:15px;}
.post-product .item-title a {color:#1a1a1a;line-height:1.4;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:block;display:-webkit-box;-webkit-line-clamp:2;text-decoration:none;}
.post-product .item-title a:hover {color:#aa42d3;}
.post-product .item-meta {display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#a1a1a8;padding:0 15px 15px;}
.post-product .item-meta .meta-li {color:#9facb4;font-size: 14px; display: inline-block;line-height: inherit;margin-right: 15px;vertical-align: top;}
.post-product .item-meta .meta-li.price span:first-child {color: #e5004f;}
.post-product .item-meta .meta-li.price span:nth-child(2){color: #e5004f;font-size: 20px;margin-right: 2px;font-weight: 700;}
.post-product .item-meta .meta-li:last-child {-webkit-box-flex: 1;-ms-flex: 1;flex: 1;text-align: right;margin-right: 0;}

.index_hx_wrap {padding: 4rem 0 5rem 0;position: relative;margin-bottom: 4rem;background-color: #f5f7fa;}
.plan-list{display: flex;flex-wrap: wrap;gap: 30px;}
.plan-list .item{background-color: #fff; flex: 0 0 calc(50% - 15px);display: inline-block;position: relative;display: flex;flex-direction: column;transition: all .5s;border-radius: 6px;padding:2rem;box-shadow: 0px 0px 18px 4px rgba(190, 112, 241, 0.12);}
.plan-list .item:first-child{background: url(../images/xt1.jpg) no-repeat center;background-size: cover;}
.plan-list .item:last-child{background: url(../images/xt2.jpg) no-repeat center;background-size: cover;}.plan-list .item:hover{box-shadow:0 15px 30px rgba(0,0,0,.1);transform:translateY(-5px)}
.plan-list .item .item-icon{display:flex;align-items: center;}
.plan-list .item .item-icon img{z-index:2;width:50px;height:50px;display:block;transition:all 1s}
.plan-list .item .item-icon h3{margin:0;color:#000;font-weight:700;font-size:20px;padding-left:10px;}
.plan-list .item .item-text{width:100%;padding:0 1rem;}
.plan-list .item .item-text p{margin-top:10px;margin-bottom:0;color:#4b5563;font-size:16px;line-height:26px}

.section-server{padding:1rem 0 5rem 0;}
.title-fw{color:#1f2937;font-size: 24px;font-weight: 600;text-align: center;}
.cg-list {display: flex;flex-wrap: wrap;gap: 0px;padding:2rem 0 4rem 0;}
.cg-list li{flex: 0 0 calc(25% - 0px);display: inline-block;}
.cg-list li .cg-item-inner {background:#2a2df0;box-shadow:0 5px 10px 0 hsla(0,0%,53%,.1);box-sizing:border-box;color:#fff;display:block;height:100%;padding:30px;position:relative;text-align:center;border-radius:0;overflow:hidden;transition:all .3s ease-out 0s;}
.cg-list li:first-child .cg-item-inner {background-color:#22C6CC;}
.cg-list li:nth-child(2) .cg-item-inner {background-color:#FF9B44;}
.cg-list li:nth-child(3) .cg-item-inner {background-color:#9A4FF3;}
.cg-list li:nth-child(4) .cg-item-inner {background-color:#4EA6FD;}
.cg-list .cg-item-inner:hover {border-radius:6px;box-shadow:0 5px 10px 0 hsla(0,0%,53%,.2);text-decoration:none;transition:all .3s ease-out 0s;z-index:1;}
.cg-list .cg-item-inner:hover {transform:scale(1.02) translateY(-2px);transition:all .2s ease-out 0s}
.cg-list li .cg-item-text {margin-bottom:20px;color:#ffffff;}
.cg-list li .cg-item-text h3 {color:#ffffff;font-size:20px;font-weight:500;line-height:28px;margin:0;}
.cg-list li .cg-item-inner i {color:#ffffff;font-size:48px;line-height:1.1;margin-bottom:20px;}
.cg-list li .cg-item-inner img {z-index: 2;width: 70px;height: 70px;transition: all 1s;margin-bottom: 20px;}
.cg-list li .cg-item-inner .cg-desc {font-size:14px;margin:10px 0 0;opacity:.9;}
.cg-list li .cg-item-inner p {line-height:1.7;color:#fff;}
.feas-list{display: flex;flex-wrap: wrap;gap: 30px;padding:2rem 0 1rem 0;}
.feas-list .item{flex: 0 0 calc(33.33333% - 20px);display: inline-block;position: relative;display: flex;align-items: center;transition: all .5s;border-radius: 6px;padding:1rem .2rem;box-shadow: 0px 0px 18px 4px rgba(190, 112, 241, 0.12);}
.feas-list .item:hover{box-shadow:0 15px 30px rgba(0,0,0,.1);transform:translateY(-5px)}
.feas-list .item .item-icon{display:block;margin:0 auto;width:90px;height:90px}
.feas-list .item .item-icon img{z-index:2;display:block;transition:all 1s}
.feas-list .item .item-text{margin-left:15px;width:calc(100% - 100px)}
.feas-list .item .item-text h3{margin:0;color:#262626;font-size:21px}
.feas-list .item .item-text p{margin-top:10px;margin-bottom:0;color:#666;font-size:14px;line-height:20px}

.section-advantage {padding:70px 0;width:100%;background-color:#7d8690;background-image:url(../images/ad-bg.png);background-repeat:no-repeat;background-size:cover;background-position:center center;background-attachment:fixed !important;}
.section-advantage .section-title h2{color:#fff;}
.section-advantage .section-title p{color:#fff;}
.adv-details{display: flex;justify-content: space-between;align-items: center;padding: 0 20px;height: 400px;}
.adv-details .item {width:25%;height:300px;margin-right:5px;text-align:center;background:#a25bbf;background: linear-gradient(180deg, #a25bbf, #692983);color:#fff;border-radius:2px;transition:width .2s;overflow:hidden}
.adv-details .item:last-child {margin-right:0}
.adv-details .item:hover {flex:none;width:360px;height:400px;background:linear-gradient(180deg,#ae5bcf,#692983)}
.adv-details .item:hover>h6 {height:auto;opacity:1}
.adv-details .item>h6 {height:0;overflow:hidden;opacity:0;margin-top:20px;line-height:1.4em;color:#fff;font-size:.9rem;text-align:center;padding:0 20px;font-weight:400}
.adv-details .item>.logo {width:75px;height:100px;margin:30px auto}
.adv-details .item>.logo>img {width:100%}
.adv-details .item>p {color:#fff; font-size:1.6rem;font-weight:700;margin-bottom:10px}
.adv-details .item>span{font-size:.9rem}

.module-tab-menu {position: relative;margin-bottom: 1.5rem;}
.module-tab-menu ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content: center;list-style:none;margin:0;gap: 10px;}
.module-tab-menu ul li {position: relative;display: inline-block;padding: 0 30px;width: auto;background: #e6e6e6;font-size: 14px;line-height: 39px;cursor: pointer;border-radius: 3px;}
.module-tab-menu ul li.active{background: #9a58b5;color: #fff;}
.tab-content2 .tab-pane {display: none;transition: .5s;}
.tab-content2 .tab-pane.current{display: block;}
.news-list {display: flex;flex-wrap: wrap;gap: 10px;margin: 0 calc(30px/-2);}
.news-list-item {display:flex;margin:0;padding:10px 15px; flex: 0 0 calc(50% - 7px);}
.news-list-item:hover {background:#f1f1f1;border-radius:5px}
.news-item-time {flex-shrink:0;text-align:center;width:65px}
.news-item-day {font-size:39px}
.news-item-day,.news-item-month {display:block;line-height:1;opacity:.8}
.news-item-month {font-size:16px;font-weight:400;margin-top:20px;position:relative}
.news-item-month:before {background:#262626;content:"";height:2px;left:50%;margin-left:-11px;opacity:.4;position:absolute;top:-11px;width:22px}
.news-item-text {box-sizing:border-box;padding-left:20px;text-align:justify;width:calc(100% - 65px)}
.news-item-title {color:inherit;display:block;font-size:18px;font-weight:500;line-height:1.4;margin-bottom:10px;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;-webkit-line-clamp: 1;}
.news-item-title:hover {color:#9a58b5;text-decoration:none}
.news-item-content {opacity:.8}
.news-item-content p{display:-webkit-box;font-size:14px;line-height:22px;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#282a2d;}

.section-process{padding:3rem;}
.process-box{display: flex;justify-content: center;margin-top: 4rem;}
.process-box .process-item{
    position: relative;
    flex: 1;
    padding: 0;
    margin-right: 48px;
    text-align: center;
    transition:top .3s
}
.process-box .process-item .icon-notice{
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 80px;
    line-height: 80px;
}
.process-box .process-item .icon-notice img{background-color: #e5a6ff;border-radius: 50%;width: 60px;padding:10px;transition:opacity .3s,transform .3s ease-in-out}

.process-box .process-item .title{
    margin-top: 32px;
    font-size: 18px;
    font-weight: bold;
    color: #202935;
}
.process-box .process-item .desc{
    margin-top: 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    overflow-wrap: break-word;
}
.process-box .process-item:not(:last-child)::after {position:absolute;content:"\e623";color:#b1adad;font-family: "iconfont" !important;left:calc(100% + 16px);top:30px;font-size:18px;}
.process-box .process-item:hover:after {color:#e5a6ff;-webkit-animation:tb-step-arrow .7s linear infinite;animation:tb-step-arrow .7s linear infinite}
.process-box .process-item:hover .icon-notice img{transform:scale(1.05);}
/*list*/
.module-banner {position: relative;}
.banner-box {flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block;}
.banner-box .pc-img {display:block;max-width:100%;width:100%;object-fit:cover;margin:0 auto;}
.banner-box .banner-text {position:absolute;top:50%;left:0;width:100%;transform:translateY(-50%);-webkit-font-smoothing:auto;}
.banner-box .banner-text h2 {display:inline-block;margin:0;color:#fff;font-weight:700;font-size:38px;text-shadow:2px 2px 4px rgba(0,0,0,0.5);}
.banner-box .banner-text p {margin:16px 0 0;color:#fff;font-size:18px;line-height:1.6;text-shadow:2px 2px 4px rgba(0,0,0,0.5);}

.post-news .item {margin-bottom: 1rem;align-items:stretch;display:flex;overflow:hidden;transition:all .3s ease 0s;padding: 1rem;box-shadow: 0 4px 24px #2764af1a;border-radius: 8px;}
.post-news .item:hover {-webkit-transform:translateY(-3px);transform:translateY(-3px);-webkit-box-shadow:0 1rem 3rem rgba(31,45,61,.13);box-shadow:0 1rem 3rem rgba(31,45,61,.13)}
.post-news .item-img {flex-grow:0;flex-shrink:0;position:relative;transition:box-shadow .3s ease 0s;width:30%}
.post-news .item-img .item-img-inner {border-radius:8px;display:block;overflow:hidden;position:relative}
.post-news .item-img img {display:block;height:150px;object-fit:cover;transition:all .3s ease-out 0s;width:100%}
.post-news .item-img .item-img-inner:hover img {transform:scale(1.03);transition:all .3s ease-out 0s}
.post-news .item-content {display: grid;align-content: space-between;padding-left: 20px;row-gap: 0;width: 100%;}
.post-news .item-body{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}
.post-news .item-title {font-size: 20px;font-weight: 500;line-height: 1.5;margin: 0 0 10px;}
.post-news .item-title a {color:#1a1a1a;font-size: 20px;max-height:56px;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:block;display:-webkit-box;-webkit-line-clamp:2;text-decoration:none}
.post-news .item-title a:hover {color:#9a58b5;}
.post-news .item-excerpt {color:#878787;font-size:16px;line-height:1.625;margin-bottom:15px;max-height:52px;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:block;display:-webkit-box;-webkit-line-clamp:2}
.post-news .item-excerpt p {color:#878787;font-size:16px;margin-bottom:0}
.post-news .item-meta {display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#a1a1a8;}
.post-news .item-meta .meta-li {color:#a1a1a1;font-size: 14px; display: inline-block;line-height: inherit;margin-right: 15px;vertical-align: top;}
.post-news .item-meta .meta-li i {margin-right:.2rem;}
.post-news .item-meta .meta-li:last-child {-webkit-box-flex: 1;-ms-flex: 1;flex: 1;text-align: right;margin-right: 0;}
.post-news .item-meta .meta-li a{color:#878787;}
.post-news .item-meta .meta-li a:hover{color:#9a58b5;}
.pageinfo {padding:20px 10px;text-align:center;background:#fff;border-radius:3px;margin-bottom: 20px;}
.pageinfo a{background-color:#fff;border-color:#f4f4f4;border-style:solid;border-width:1px;color:#666;margin:2px;padding:8px 20px;text-decoration:none;border-radius:4px;height:36px;line-height:36px;transition:all 0.2s ease 0s;}
.pageinfo a:hover {background-color:#9a58b5;border-color:#9a58b5;border-style:solid;border-width:1px;color:#fff;}
.pageinfo a:active {border-color:#9a58b5;border-style:solid;border-width:1px;color:#000;}
.pageinfo .active {background-color:#9a58b5;border-color:#9a58b5;border-style:solid;border-width:1px;color:#fff;font-weight:bold;margin:2px;padding:8px 20px;border-radius:4px;}
.pageinfo b {background-color:#9a58b5;border-color:#9a58b5;border-style:solid;border-width:1px;color:#fff;font-weight:bold;margin:2px;padding:8px 20px;border-radius:4px;}
.pageinfo span.disabled {border-color:#f4f4f4;border-style:solid;border-width:1px;color:#666;margin-right:2px;padding:8px 20px;border-radius:4px;background-color:#fff;}


.siderbar-box{margin-bottom: 2rem;}
.widget-tit {font-size:18px;line-height:45px;font-weight:bold;border-bottom:1px solid #eee;}
.widget-tit span {display:inline-block;border-bottom:2px solid #9a58b5;color:#1b1b1b;}

.each_li  ul{display: inline-block;width: 100%;margin-top:0.8rem;}
.each_li  li {position:relative;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:5px;padding:15px 8px 15px 12px;margin-bottom:1rem;border-radius:6px;background-image:linear-gradient(90deg, #f7e2ff 0%, rgba(76, 86, 240, 0) 100%);transition:.3s}
.each_li  li a {font-size: 16px; color: #16133d;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.each_li  li:hover {transform:scale(1.02) translateY(-2px);}
.each_li  li:last-child {margin-bottom:0;}

.arc-list{position: relative;}
.arc-list li{padding:12px 0;border-top:1px solid #f7f7f7;display: inline-flex;width: 100%;}
.arc-list li span{font-size: 13px;margin-right: 5px;}
.arc-list li:first-child{border:none}
.arc-list li a{height:22px;line-height:22px;font-size:14px;color:#333b55;overflow:hidden;font-weight:400;display:block;text-overflow:ellipsis;white-space:nowrap}
.arc-list li a:hover{color:#9a58b5}
.ig-list {display:flex;flex-wrap:wrap;gap:10px;}
.ig-item {flex:0 0 calc(33.333% - 7px);display:inline-block;overflow:hidden;border-radius:5px;}
.ig-item .ig-item-inner {display:block;position:relative;text-decoration:none}
.ig-item img {display:block;margin:0 auto;    height: 300px;object-fit: cover;}
.ig-item .ig-item-text,.ig-item img {transition:all .2s ease-out;width:100%}
.ig-item .ig-item-text {background-image:linear-gradient(180deg,transparent,rgba(0,0,0,.7));bottom:0;color:var(--theme-black-color);height:99px;left:0;padding:15px 20px;position:absolute}
.ig-item .ig-item-text h3 {color:#fff; font-size:20px;line-height:1.2;margin:0 0 5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.ig-item .ig-item-text .ig-desc {font-size:14px;height:40px;line-height:1.48;margin:0;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:2}
.ig-item .ig-item-text .ig-desc p{color:#d1d1d1;}
.ig-item .ig-item-text .lonely-text {margin-top:29px}
.ig-item .ig-item-inner:hover {text-decoration:none}
.ig-item .ig-item-inner:hover .ig-item-text {background:#206be7d9;height:100%;padding-top:50px;transition:all .3s ease-out 0s}
.ig-item .ig-item-inner:hover .ig-item-text h3 {margin-bottom:15px;text-overflow:unset;white-space:normal}
.ig-item .ig-item-inner:hover .ig-item-text .ig-desc {overflow:visible;text-overflow:unset;-webkit-line-clamp:unset}
.ig-item .ig-item-inner:hover img {transform:scale(1.05);transition:all .3s ease-out 0s}
@media (max-width:991px) {
.ig-item {flex: 0 0 calc(100% - 5px);}
.ig-item .ig-item-text {height:auto;padding:10px}
.ig-item .ig-item-text h3 {font-size:14px;margin-bottom:0;margin-top:0;text-align:center}
.ig-item .ig-item-text .ig-desc {display:none}
.ig-item .ig-item-inner:hover .ig-item-text {padding-top:25%}
}
/*single*/
.entry-main {background: #fff;margin-bottom: 30px;display: block;border-radius: 6px;padding: 30px 30px;min-height: 500px;}

.article-detail {position:relative;margin-bottom:20px;border-bottom:1px solid #f4f4ff;border-width:1px !important;text-align: center;}
.article-detail .detail-title {color:#121212;font-size:1.75rem;font-weight:500;-webkit-line-clamp:inherit;height:auto;line-height:normal;margin:0;margin-bottom:1rem;}
.article-detail .infos {color:#999;font-size:14px;margin-bottom:25px;}
.article-detail .infos a {color:rgba(26, 26, 26, 0.6);font-size:14px;}
.article-detail .infos a:hover{color:#9a58b5;}
.article-detail .infos span {color:rgba(26, 26, 26, 0.6);font-size:14px;}
.article-detail .infos span.dot{color: #999;font-size: 14px;margin: 0 5px;}
.article-detail .infos span a{color:#9a58b5;}
.article-detail .infos .iconfont {display:inline-block;padding-right:2px;font-size: 14px;}

.article-body {color:#262626;font-size:1rem;margin-bottom:20px;line-height:1.8;overflow:hidden;white-space:normal;word-wrap:break-word;word-break:normal;}
.article-body img{max-width: 100% !important;width: auto!important;height: auto !important;border-radius: 5px;text-align: center;display: block;margin: 0 auto;}
.article-body video{width: auto;max-width: 100%!important;height: auto!important;border-radius: 5px;text-align: center;display: block;margin: 0 auto;}
.article-body p {margin: 0 0 1.25rem;color:#262626;font-size:1rem;text-indent: 2rem;line-height: 1.8;}
.article-body ol{padding: 0;}
.article-body code {padding: 3px 5px;margin: 0 2px;border-radius: 2px;font-size: .875em;color: #9a58b5;background-color:#f4f4ff;font-family: 'Microsoft Yahei',"Helvetica Neue",Helvetica,Arial,sans-serif;word-wrap: break-word;}
.article-body pre {display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px;font-family: "Microsoft Yahei";white-space: pre-wrap;}
.article-body pre code{color: inherit;background-color: inherit;}
.article-body pre {margin: 20px 0;font-size: 12px;line-height: 22px;background: #4a4a4a;padding: 10px 20px;color: #f8f8d4;border: 0;}
.article-body h1,.article-body h2,.article-body h3 {color:#262626;line-height: 1.8;}
.post-copyright{font-size:14px;color:#8d8f96;line-height: 1.6;text-align: center; padding:1rem 0; background: linear-gradient(270deg,rgba(238,241,246,0) 3.31%,#f7f8fb 25.85%,#f7f8fb 73.15%,rgba(238,241,246,0) 99.1%);}
.navigate {margin-bottom:20px;margin-top: 2rem;}
.navigate li {line-height:32px;margin-bottom:5px;}
.navigate li span {display:inline-block;background-color:#A2A2A2;color:#fff;padding:0 15px;margin-right:10px;}

.titlepic {position:relative;}
.titlepic img {border-radius:8px;}
.description .title {margin:15px 0;}
.description .title h1 {font-size:22px;color:#000;font-weight:600;}
.description .title p {font-size:15px;letter-spacing:.1em;color:#6a6e79;margin-top:.5rem;}
.description .title p em {color:#fcfbf7;background:#151414 none repeat scroll 0 0;padding:0 5px 0 5px;font-weight:normal;font-size:12px;border-radius:30px;}
.description .meta {margin:1.1rem 0;}
.description .meta .price {width:100%;position:relative;font-size:14px;}
.description .meta .price .discount {color:#f83826;font-size:1.8em;font-weight:700;font-family: 'Alexandria', arial, sans-serif;}
.description .meta .price .discount small {font-weight:400;}
.description .feature {display:inline-block;margin:20px 0;position:relative;width:100%;}
.description .feature p{font-size:14px;color:#8d8f96;line-height: 24px;}
.theme-itembox {background-color:#fff;border-radius:8px;margin-bottom:20px;line-height:1.5;}
.content-text-title {margin-top:2rem;width:100%;height:50px;line-height:50px;text-indent:20px;background:#f8e8ff;font-size:16px;font-weight:bold;color:#333333;}

.yuanma-con {font-size:.875rem;color:#5b626d;padding:2rem 2rem;cursor:default;box-shadow: 0 4px 24px #2764af1a;border-radius: 8px;}
.yuanma-con h3 {padding-bottom:12px;font-size:1.5rem;border-bottom:4px solid #f4f4ff;margin:0px 0 20px;line-height:1.4;font-weight:500;color:#52617f;}
.yuanma-con p {color:#5b626d;font-size:.875rem;line-height:24px;margin:0 0 10px;}
/*page*/
.contact-item {border-radius: 8px;position:relative;display:flex;flex: 0 0 calc(33.333% - 14px);padding: 45px 30px;align-items:flex-end;box-shadow: 0px 0px 18px 4px rgba(190, 112, 241, 0.12);border-radius: 8px;min-height: 235px;}
.contact-item:last-child{flex:1;}
.row .col:last-child{flex:1;}
.contact-item .tbfa {padding:8px;width:48px;height:48px;margin-bottom:24px;line-height:48px;font-size:32px;border-radius:50%;display: inline-block;}
.contact-item .ct-info-wraper {flex:1;overflow:hidden}
.contact-item .ct-info-wraper a {color:#ff7109}
.contact-item .ct-detail {flex:0 0 104px;padding-left:24px}
.contact-item .ct-detail img {width:80px;max-height:100%}
.contact-item .ct-title {display:block;width:100%;font-weight:bold;color:#202935}
.contact-item .ct-title+.ct-info {margin-top:4px}
.contact-item .ct-info {display:block;word-break:break-all}
.contact-item .ct-desc {margin-top:4px;color:#8a8a8a;}
.contact-item .tbfa.icon-a{background: #7bc549 url(../images/icon-a.png) no-repeat center center;}
.contact-item .tbfa.icon-b{background: #56b6e7 url(../images/icon-b.png) no-repeat center center;}
.contact-item .tbfa.icon-c{background: #fdbe3d url(../images/icon-c.png) no-repeat center center;}
.contact-item .tbfa.icon-d{background: #515bd4 url(../images/icon-d.png) no-repeat center center;}
.contact-item .tbfa.icon-e{background: #feda77 url(../images/icon-e.png) no-repeat center center;}
.contact-item .tbfa.icon-f{background: #fe7777 url(../images/icon-f.png) no-repeat center center;}
@media (max-width:767.98px) {
.br-banner .txt h3 span{display: none;}
.br-banner .txt h3 font{font-size: 1.5rem;}
.br-banner .txt h4{font-size: 1.6rem;margin: 20px 0 20px;}
#statsSection {display: flex;flex-wrap: wrap;gap: 10px;}
.stat-card {width:100%;max-width:100%;display: inline-block;overflow: hidden;}
.mc-item-wrap{flex-direction: column;}
.mc-item-wrap .mc-item{width: 100%;height: auto;}
.mc-item-wrap .mc-item .mc-item-img{position: relative;}
.section-process{padding: 1rem;}
.process-box{flex-wrap: wrap;gap:10px;}
.process-box .process-item:not(:last-child)::after{display: none;}
.process-box .process-item{margin-right:0;flex: 0 0 calc(50% - 5px);}
.process-box .process-item .title{margin-top:10px;}
.post-product .item{width: 50%;}
.post-product .item-title{font-size: 15px;font-weight: 500;padding: 8px;}
.post-product .item-meta .meta-li.category{display: none;}
.post-product .item-meta{padding: 0 8px 10px;}
.post-product .item-thumb img{height: 130px;}
.plan-list .item{flex: 0 0 calc(100% - 0px);}
.cg-list li{flex: 0 0 calc(100% - 0px);}
.feas-list .item{flex: 0 0 calc(100% - 0px);}
.adv-details{padding: 0;flex-wrap: wrap;gap:2px;height: auto;}
.adv-details .item{width: 50%;margin-right:0;flex: 0 0 calc(50% - 1px);height: 339px;}
.adv-details .item>p{font-size: 1rem;}
.adv-details .item>h6{opacity: 1;height: auto;}

.post-news .item-img {width:33%}
.post-news .item-meta .meta-li.category {display:none}
.post-news .item-title {font-size:17px;font-weight:400;line-height:1.36}
.post-news .item-title a {max-height:50px;font-size:17px;}
.post-news .item-excerpt {display:none}
.post-news .item-content {padding-left: 10px;}
.post-news .item-img img{height: 90px;}
.news-list{margin:0;}
.news-list-item{flex: 0 0 calc(100% - 7px);}

.banner-box .pc-img{height: 300px;}
.banner-box .banner-text{top:60%;}
.entry-main{padding:.5rem;}


}
