@charset "utf-8";
/* CSS Document */
.page-title-section{
	--spacer-x: min(calc(60px + 8vw), 200px);
}
.page-title-inner .title {
    font-size: min(calc(2rem + 2.5vw), 5rem);
}
.page-title-inner .text {
    font-size: min(calc(1rem + .5vw), 2rem);
}

/*Headline Center*/
.headline-center {
	text-align: center;
	position: relative;
	margin-bottom: 1.875rem;
}

.headline-center h2 {
	font-size: 2.25rem;
	font-size: min(calc(1.5rem + 0.7vw), 2.25rem);
	position: relative;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.headline-center.noboder:after {
	border-top: 0;
}
.content {
	padding-top: 50px;
	padding-bottom: 50px;
	overflow: hidden;
}

.about-text{
	font-size: 1.125rem;
	line-height: 1.5;
}
.counters{
	text-align: center;
	box-shadow: 0 .375rem 1.5rem 0 rgba(140, 152, 164, .125);
	padding: 2rem;
}
.counters img{
	max-width: 100%;
	margin-bottom: 10px;
}
.counters p{
	margin: 0;
}

.counters .counter{
	font-size: 2.125rem;
	color: var(--bs-primary);
	text-align: center;
	margin-bottom: 10px;
	display: block;
}
.counters .counter:after{
	content: '+';
	font-size: 2.125rem;
}
.counters .counter1:after{
	content: '亿+';
	font-size: 2.125rem;
}
@media (max-width: 768px) {
	.counters{
		padding: 0.75rem;
	}
	.counters .counter{
		font-size: 1.875rem;
	}
	.counters .counter:after{
		content: '+';
		font-size: 1.875rem;
	}
	.counters .counter1:after{
		content: '亿+';
		font-size: 1.875rem;
	}
}


.fwtx{
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
.fwtx::after{
	content: " ";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.fwtx-title{
	font-size: 1.125rem;
	color: #fff;
	position: absolute;
	left: 15px;
	top: 15px;
	z-index: 2;
}
.fwtx-desc{
	font-size: 14px;
	color: #fff;
	padding-left: 20px;
	padding-right: 20px;
	position: absolute;
	left: 15px;
	bottom: 15px;
	z-index: 2;
}
.fwtx-desc li{
	margin-top: 5px;
}
.interactive-main{
	position: relative;
}
.itemswiper::after{
	content: " ";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
}
.itemswipertext{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 50px;
	z-index: 3;
}
.catname{
	font-size: 52px;
	font-weight: bold;
	color: #fff;
}
.catdesc{
	font-size: 16px;
	line-height: 1.7;
	color: #fff;
}
@media (max-width: 768px) {
	.itemswipertext{
		bottom: 0px;
	}
	.catname{
		font-size: 16px;
		font-weight: bold;
		color: #fff;
	}
	.catdesc{
		font-size: 12px;
		line-height: 1.4;
		color: #fff;
		display: none;
	}
}

.mw-timeline {
    padding-top: 0px;
}

.mw-timeline.small {
    padding-top: 10px;
}

.mw-timeline.no-padding {
    padding-top: 0
}


.mw-timeline__body {
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
}

.mw-timeline__body.no-margin {
    margin-top: 0;
}

.mw-timeline__item {
    position: relative;
    padding-bottom: 40px;
}

.mw-timeline__item.year {
    margin-top: 20px;
}

.mw-timeline__item-aside {
    position: absolute;
    top: -30px;
}

.mw-timeline__item-aside__history {
    position: absolute;
    top: -15px;
    left: 0;
}

.mw-timeline__item-time {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    border: 1px solid #d6d6d6;
    background-color: #fff;
    text-align: center;
    padding: .9em 0;
    box-sizing: border-box;
    line-height: 1.2;
    font-size: 14px;
    font-weight: bold;
    color: #8C8C8C;
}

.mw-timeline__item-time__history {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #eee;
    border: 2px solid #d1af8e;
}

.mw-timeline__item-time__history i {
    width: 50%;
    height: 50%;
    border-radius: 100%;
    display: block;
    background-color: #d1af8e;
    margin: 25%;
}

.mw-timeline__item-time__history.diamond {
    border-radius: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mw-timeline__item-time__history.diamond i {
    border-radius: 0;
}

.mw-timeline__item-line__vertical {
    width: 1px;
    background-color: #d6d6d6;
    top: 30px;
    left: 30px;
    bottom: 0;
    position: absolute;
}

.mw-timeline__item-line__horizontal {
    height: 1px;
    background-color: #d6d6d6;
    top: 0;
    left: 60px;
    width: 20px;
    position: absolute;
}

.mw-timeline__item-line__horizontal-history {
    height: 2px;
    background-color: #d1af8e;
    top: 0;
    left: 15px;
    width: 50px;
    position: absolute;
}

.mw-timeline__item-main {
    margin-left: 80px;
}

.mw-timeline__item-main.history {
    margin-left: 0;
}

.mw-timeline__item-main.history .mw-timeline__item-main__text .title {
    margin-left: 70px;
    margin-bottom: 10px;
}

.mw-timeline__item-main.history .mw-timeline__item-main__text img {
    max-width: 100%;
}

.mw-timeline__item-main.history .mw-timeline__item-main__text img.small {
    max-width: 50%;
}

.mw-timeline__item-main.history .mw-timeline__item-main__text p {
    padding-bottom: 1em;
}

.mw-timeline__item-history__year {
    font-size: 26px;
    font-weight: bold;
    color: #d1af8e;
    position: absolute;
    top: -60px;
}

.mw-member__main,
.mw-join__term-main {
    margin-left: 0;
}

.mw-timeline__item-main__image img {
    width: 100%;
}

.mw-timeline__item-main__image .text .title {
    font-size: 16px;
    font-weight: bold;
    color: #363636;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
}

.mw-timeline__item-main__image .text i {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #cfac89;
}

.mw-timeline__item-main__image .text p {
    color: #363636;
    font-size: 14px;
    line-height: 1.5;
    padding-top: 5px;
}

.mw-timeline__item-main__image .text .button {
    display: none;
}

.mw-timeline__item-main__text .title {
    font-size: 16px;
    font-weight: bold;
    color: #363636;
    top: -11px;
    position: relative;
}

.mw-timeline__item-main__text p {
    font-size: 14px;
    line-height: 1.5;
}

.mw-timeline__footer {
    padding: 5% 0;
    text-align: center;
    font-size: 12px;
    color: #c8c8c8;
}

.mw-pagination__swiper {
    position: absolute;
    left: 50%;
    top: auto;
    bottom: 8%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.mw-pagination__swiper::before,
.mw-pagination__swiper::after {
    content: '\20';
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    position: absolute;
    width: 12px;
    left: 0;
    margin-left: -5px;
}

.mw-pagination__swiper::before {
    height: 12px;
    top: -18px;
    border: 2px solid #fff;
    border-radius: 100%;
    box-sizing: border-box;
}

.mw-pagination__swiper::after {
    height: 11px;
    bottom: -18px;
    background-image: url(../images/pagination-arrow.png);
}

.mw-pagination__swiper .swiper-pagination-switch {
    width: 2px;
    height: 2px;
    border-radius: 2px;
    background-color: #fff;
    display: block;
    margin: 15px 0;
    transition: height .2s ease;
}

.mw-pagination__swiper .swiper-active-switch {
    height: 68px;
}

.mw-pagination__swiper-horizontal {
    font-size: 0;
}

.mw-pagination__swiper-horizontal .swiper-pagination-switch {
    display: inline-block;
    width: 25px;
    height: 3px;
    border-radius: 3px;
    background-color: rgba(125, 125, 125, .5);
    margin-right: 3px;
    cursor: pointer;
}

.mw-pagination__swiper-horizontal .swiper-active-switch {
    background-color: #cea983;
}

.mw-pagination__swiper-horizontal__small {
    font-size: 0;
}

.mw-pagination__swiper-horizontal__small .swiper-pagination-switch {
    display: inline-block;
    width: 35px;
    height: 3px;
    border-radius: 3px;
    background-color: rgba(125, 125, 125, .5);
    margin-right: 3px;
    cursor: pointer;
}

.mw-pagination__swiper-horizontal__small .swiper-active-switch {
    background-color: #cea983;
}

.mw-single__box {
    width: 100%;
    height: 100%;
}

.mw-loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #efefef;
    z-index: 1000;
}

.mw-loading__inner {
    width: 1458px;
    height: 820px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -729px;
    margin-top: -410px;
}

.mw-loading__inner.end {
    z-index: 1;
}

.mw-loading__number {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 26px;
    /*font-weight: bold;*/
    font-family: Montserrat;
    color: #999;
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

@media (min-width: 768px) {
    .mw-container__line {
        border-left: 1px solid rgba(191, 191, 191, .25);
        border-right: 1px solid rgba(191, 191, 191, .25);
    }






    .mw-timeline {
        padding-top: 5%;
    }


    .mw-timeline__body {
        margin-left: 0;
        margin-right: 0;
    }

    .mw-timeline__item-aside {
        left: -30px;
    }

    .mw-timeline__item-line__vertical {
        left: -1px;
        opacity: 0;
    }

    .mw-timeline__item-line__horizontal {
        left: 30px;
    }

    .mw-timeline__item-main,
    .mw-member__main,
    .mw-join__term-main {
        margin-left: 50px;
    }

    .mw-timeline__item-main__image {
        position: relative;
    }

    .mw-timeline__item-main__image .text {
        position: absolute;
        top: 40px;
        left: 40px;
        z-index: 1;
        width: 60%;
    }

    .mw-timeline__item-main__image .text .title,
    .mw-timeline__item-main__image .text p {
        color: #fff;
    }

    .mw-timeline__item-main__image .text i {
        background-color: #fff;
    }

    .mw-timeline__item-main__image::after {
        content: '\20';
        display: block;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        position: absolute;
        background-color: rgba(0, 0, 0, .32);
    }

    .mw-timeline__item-main__image .text .button {
        display: inline-block;
        height: 30px;
        line-height: 26px;
        border-radius: 30px;
        font-size: 14px;
        color: #fff;
        padding: 0 3em;
        border: 1px solid #fff;
        margin-top: 20px;
    }

    .mw-timeline__header-intro__history {
        display: block;
    }

    .mw-timeline__item-main.history {
        margin-left: 70px;
    }

    .mw-timeline__item-main.history .mw-timeline__item-main__text p {
        padding-right: 20px;
    }

    .mw-timeline__item-main.history .mw-timeline__item-main__text .title {
        margin-left: 0;
        margin-bottom: 20px;
    }

    .mw-timeline__item-aside__history {
        left: -15px;
    }

    .mw-timeline__item-history__year {
        top: -20px;
        left: -90px;
    }

    .mw-loading__inner {
        width: 1920px;
        height: 1080px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -960px;
        margin-top: -540px;
    }
}

@media (min-width: 992px) {

    .mw-container__language,
    .mw-nav__item-top,
    .mw-nav__item-submenu a {
        font-size: 17px;
    }

    .mw-nav__item-top::after,
    .mw-nav__item-top::before {
        border-width: 5px;
    }

    .mw-button__banner {
        height: 46px;
        line-height: 40px;
        border-radius: 46px;
        font-size: 18px;
    }


    .mw-timeline__header-title {
        padding-right: 30px;
    }

    .mw-timeline__header-title strong {
        font-size: 38px;
    }

    .mw-timeline__header-title span {
        font-size: 26px;
    }

    .mw-timeline__header-list {
        margin-left: 30px;
    }

    .mw-timeline__header-list li {
        font-size: 16px;
    }

    .mw-timeline__header-list .arrow {
        width: 30px;
        height: 30px;
    }

    .mw-timeline__item-main__image .text {
        top: 60px;
        left: 80px;
    }

    .mw-timeline__item-main__image .text .title {
        font-size: 24px;
    }

    .mw-timeline__item-main__text .title {
        font-size: 24px;
        top: -18px;
    }

    .mw-timeline__item-main__image .text p,
    .mw-timeline__item-main__text p {
        font-size: 16px;
    }

    .history .mw-timeline__item-main__text p {
        padding-top: 0;
    }

    .mw-timeline__item {
        padding-bottom: 50px;
    }

    .mw-timeline__item-main__image .text .button {
        font-size: 16px;
    }

    .mw-timeline__item-time {
        font-size: 16px;
        width: 80px;
        height: 80px;
        padding-top: 1.2em;
    }

    .mw-timeline__item-aside {
        left: -40px;
        top: -40px;
    }

    .mw-timeline__footer {
        font-size: 16px;
    }

    .mw-timeline__header-intro {
        font-size: 16px;
        max-width: 640px;
        padding-left: 30px;
    }

    .mw-timeline__header-intro__history {
        display: inline-block;
        margin-top: 0;
        padding-left: 30px;
    }

    .mw-timeline__header-history .mw-timeline__header-title::after {
        display: block;
    }

    .mw-timeline__item-line__horizontal-history {
        left: 20px;
    }

    .mw-timeline__item-time__history {
        width: 40px;
        height: 40px;
    }

    .mw-timeline__item-aside__history {
        top: -20px;
        left: -20px;
    }
}

@media (min-width: 1460px) {

    .mw-container__language,
    .mw-nav__item-top,
    .mw-nav__item-submenu a {
        font-size: 20px;
    }

    .mw-nav__item-top::after,
    .mw-nav__item-top::before {
        border-width: 7px;
    }

    .mw-timeline__header-title {
        padding-right: 40px;
    }

    .mw-timeline__header-title strong {
        font-size: 60px;
    }

    .mw-timeline__header-title span {
        font-size: 36px;
    }

    .mw-timeline__header-list {
        margin-left: 40px;
    }

    .mw-timeline__header-list li {
        font-size: 22px;
    }

    .mw-timeline__header-list .arrow {
        width: 40px;
        height: 40px;
    }

    .mw-timeline__header-intro {
        font-size: 20px;
        max-width: 800px;
        padding-left: 40px;
    }

    .mw-timeline__header-history .mw-timeline__header-title strong {
        font-size: 50px;
    }

    .mw-timeline__header,
    .mw-timeline__footer {
        padding-left: 80px;
    }

    .mw-timeline__footer {
        padding-right: 80px;
    }

    .mw-timeline__item-main__image .text {
        top: 60px;
        left: 80px;
    }

    .mw-timeline__item-main__image .text .title {
        font-size: 30px;
    }

    .mw-timeline__item-main__image .text p {
        width: 80%;
        padding-bottom: 40px;
    }

    .mw-timeline__item-main__text .title {
        font-size: 30px;
        top: -20px;
    }

    .mw-timeline__item-line__horizontal {
        width: 50px;
    }

    .mw-timeline__item-main__image .text p,
    .mw-timeline__item-main__text p {
        font-size: 18px;
    }

    .mw-timeline__item-main__text p {
        padding-top: 20px;
    }

    .mw-timeline__item {
        padding-bottom: 80px;
    }

    .mw-timeline__item-main,
    .mw-member__main,
    .mw-join__term-main {
        margin-left: 80px;
    }

    .mw-timeline__item-time strong {
        font-size: 20px;
        padding-top: .8em;
    }

    .mw-timeline__footer {
        font-size: 18px;
    }

    .mw-timeline__item-history__year {
        font-size: 36px;
        top: -26px;
        left: -120px;
    }
}
@media (min-width: 768px) {
	.mw-about__item-left {
        width: 49%;
        position: relative;
    }
    .mw-about__item-right {
        width: 50%;
    }
    .mw-about__item-left,
    .mw-about__item-right {
        display: inline-block;
        vertical-align: middle;
        padding-bottom: 0;
    }
}
@media (max-width: 768px) {
	.mw-timeline__item-main__text p,.mw-timeline__item-main__text .btn-giomore {
	    display: none;
	}
}
/* PRO会员页面 */
.price-card{
	--bs-card-cap-padding-y: 1.5rem;
	--bs-card-cap-padding-x: 2rem;
	--bs-card-spacer-x: 2rem;
	--bs-card-spacer-y: 0;
	box-shadow: 0 .375rem 1.5rem 0 rgba(140, 152, 164, .125);
	height: 100%;
}
.table-price {
    font-size: 1rem;
	--bs-table-striped-bg: var(--bs-light);
}
.table-price>:not(caption)>*>* {
    padding: 1rem 1.5rem;
	border: 0;
}
.table-text-center, .table-text-center td, .table-text-center th {
    text-align: center;
}
.table-price .icon{
	font-size: 1.25rem;
}
.table-price .icon{
	font-size: 1.25rem;
}
.table-price .icon-check{
	color: var(--bs-success);
}
.table-price .icon-close{
	color: var(--bs-danger);
}

/* PRO会员订单页 */
.pro-container{
	background-color: #ffe678;
	padding: 50px 15px;
}
.pro-order-title{
	font-size: 1.75rem;
	font-weight: 700;
	color: #886900;
	text-align: center;
	margin-bottom: 1rem;
}
.pro-card{
	max-width: 750px;
	margin: auto;
	padding: 2.5rem;
}
@media (max-width: 767px) {
	.pro-card{
		padding: 15px;
	}
}
.pro-card-header{
	font-size: 1.25rem;
	margin-bottom: 0.75rem;
	margin-top: 1rem;
}
.pro-card-header a{
	font-size: 0.875rem;
	padding-left: 20px;
}
.pro-order-type-box{
	overflow-x: auto;
	white-space: nowrap;
	padding-bottom: 0.5rem;
}
.pro-order-type-item{
	width: 204px;
	display: inline-block;
	border-radius: 0px;
	margin-right: 15px;
	position: relative;
	text-align: center;
	cursor: pointer;
	background-color: #f0efed;
}
.pro-order-type-item.selected {
    background: #fff8e0;
}
.pro-order-type-item img{
	border-radius: 0;
}
.pro-order-type-item .card-title{
	font-size: 1.5rem;
	font-weight: bold;
	color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	height: 110px;
	line-height: 110px;
	margin: 0;
}
.pro-order-type-item h4{
	font-size: 1rem;
	font-weight: normal;
	margin-top: 0.5rem;
}
.pro-order-type-item .card-price{
	font-size: 1rem;
}
.pro-order-type-item .curr-price {
    font-size: 26px;
    color: #2e3243;
    margin: 0 5px 0 2px;
    font-weight: 700;
}
.pro-order-type-item .old-price {
    font-size: 12px;
    color: #949494;
    text-decoration: line-through;
}
.pro-order-type-item .p-check img {
    width: 18px;
}
.pro-card .pro-order-wrapper {
	border: 1px solid #ebedf0;
	border-radius: 4px;
	margin-top: 20px;
	padding: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.pro-card .pro-order-wrapper .pay-code {
	width: 146px;
	height: 146px;
	border: 1px solid #ebedf0;
	margin-right: 20px;
	position: relative;
	padding: 10px
}

.pro-card .pro-order-wrapper .pay-code .code-img img {
	width: 100%
}
.pro-order-info{}
.pro-order-price{
	font-size: 1.25rem;
	font-weight: 700;
	margin-bottom: 0.75rem;
}
.pro-order-price .currency{
	font-size: 0.875rem;
	color: #f64f37;
}
.pro-order-price .price{
	color: #f64f37;
	font-size: 1.75rem;
	font-weight: 700;
}
.pro-order-price .discount{
	margin-left: 10px;
	font-size: 0.875rem;
	font-weight: normal;
	color: #999;
}
.pro-order-info .icon-group img {
    width: 24px;
    margin-right: 20px;
}
.pro-order-invoice{
	font-size: 0.875rem;
	color: #999;
}
.pro-card .pro-order-wrapper .pay-code .top-left,
.pro-card .pro-order-wrapper .pay-code .top-right {
	width: 15px;
	height: 15px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	position: absolute;
	top: -1px;
	left: -1px
}

.pro-card .pro-order-wrapper .pay-code .top-right {
	border-left: none;
	border-right: 1px solid #000;
	left: auto;
	right: -1px
}

.pro-card .pro-order-wrapper .pay-code .bottom-left,
.pro-card .pro-order-wrapper .pay-code .bottom-right {
	width: 15px;
	height: 15px;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	position: absolute;
	bottom: -1px;
	left: -1px
}

.pro-card .pro-order-wrapper .pay-code .bottom-right {
	border-left: none;
	border-right: 1px solid #000;
	left: auto;
	right: -1px
}
.pro-card .pro-order-wrapper .pay-code .code-img,.pro-card .pro-order-wrapper .pay-code .code-img{
	width: 100%;
	height: 100%;
}
.order-coupon-warp{
	overflow: auto;
	width: 100%;
	padding-bottom: 0.5rem;
}

.order-coupon-list .coupon-card{
	width: 320px;
	flex-shrink : 0;
	margin-right: 1rem;
	cursor: pointer;
	box-shadow:none;
}
.order-coupon-list .coupon-price-digit {
    font-size: 2rem;
	line-height: 80px;
}
.order-coupon-list .coupon-review i{
	font-size: 1.25rem;
	color: #999;
}
.order-coupon-list .coupon-review.active i{
	font-size: 1.25rem;
	color: #FF3300;
}
@media (max-width: 767px) {
	.pro-card .pro-order-wrapper {
		display: block;
	}
	.order-coupon-list .coupon-card{
		width: 280px;
	}
}
/* 支付二维码 */
.pay-qrcode{
	position: relative;
	margin-bottom: 0.625rem;
	width: 100%;
	height: 100%;
}
.pay-qrcode #wechat_native_img{
	width: 150px;
	height: 150px;
}
.pay-qrcode .pay-qrcode-status{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.8);
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	/* cursor: pointer; */
	text-align: center;
}
.pay-qrcode .pay-qrcode-status.show{
	display: flex;
}
.pay-qrcode .pay-qrcode-status .icon{
	font-size: 2.25rem;
}
.pay-qrcode .pay-qrcode-status .status-text{
	font-size: 0.75rem;
	color: #fff;
}


/* 旧版PRO会员card */
.pro-pricing-box{
	background-color: #fff;
	box-shadow: 0 0.375rem 1.5rem 0 rgb(140 152 164 / 13%);
	border-radius: 0.5rem;
	position: relative;
	border: 0;
	text-align: center;
	height: 100%;
}
.pro-pricing-box.active{
	border: #007bff solid 2px;
}
.pro-pricing-top{
	position: relative;
}
.pro-pricing-top .text{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	color: #fff;
}
.pro-pricing-box img{
	border-radius: 14px 14px 0 0 ;
}

.pro-pricing-box .card-body{
	background: #fff;
	border-radius: 14px;
	padding: 30px;
}
.pro-pricing-box .card-footer{
	background-color: #fff;
	border: 0;
	border-radius: 0.5rem;
}
.pro-pricing-box .hotlabel{
	width: 65px;
	height: 30px;
	font-size: 0.875rem;
	color: #fff;
	line-height: 30px;
	background-color: #007bff;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
	position: absolute;
	top: -15px;
	right: 0;
	z-index: 10;
}
.pro-pricing-title{
	font-size: 2rem;
	color: #fff;
}

.pro-pricing-price{
	font-size: 20px;
	color: #dc3545;
	line-height: 1;
}
.pro-pricing-price span{
	font-size: 2.5rem;
	font-weight: 600;
}
.pro-pricing-original{
	font-size: 16px;
	color: #999;
	line-height: 1;
	margin-top: 0.5rem;
}
.pro-pricing-original span{
	font-size: 18px;
	text-decoration:line-through;
}
.pro-question h5{
	font-size: 1.125rem;
	font-weight: bold;
}
.pro-question p,.pro-question li{
	font-size: 1rem;
	color: #555;
	margin-bottom: 1.5rem;
}
.pro-question li{
	font-size: 1rem;
	color: #555;
	margin-bottom: 1rem;
}
.pro-notify{
	max-width: 500px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	margin: 20px auto;
}
@media (max-width: 767px) {
	.pro-pricing-box .hotlabel{
		width: 50px;
		height: 22px;
		font-size: 0.75rem;
		color: #fff;
		line-height: 20px;
		border-top-left-radius: 11px;
		border-bottom-right-radius: 11px;
		position: absolute;
		top: -15px;
		right: 0;
	}
	.pro-pricing-title{
		font-size: 1.5rem;
	}
	.pro-pricing-price{
		font-size: 1rem;
	}
	.pro-pricing-price span{
		font-size: 1.5rem;
		font-weight: 600;
	}
	.pro-pricing-box .card-body{
		padding: 20px 20px 0 20px;
	}
	.pro-pricing-box .card-footer{
		font-size: 0.75rem;
		padding-left: 10px;
		padding-right: 10px;
	}
	.pro-pricing-box{
		margin-bottom: 1rem;
	}
}
.swiper-img{
	position: relative;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 560px;
}
@media (max-width: 768px) {
	.swiper-img{
		height: 211px;
	}
	.interactive-gio{
		/* height: 250px; */
	}
	.interactive-gio .swiper-container{
		height: 100%;
	}
	.interactive-gio .swiper-slide img{
		width: 100%;
		height: 100%;
	}
	.banner{
		padding-bottom: 10px;
	}
	.banner-title{
		font-size: 1rem;
	}
	.headline-center h2 {
		font-size: 24px;
	}
}