@charset "UTF-8";

i {
	font-style: normal
}

 


html {
	overflow: auto!important
}

body {
	min-height: 16.0933rem
}

* {
            /* 禁止长按菜单（iOS Safari） */
            -webkit-touch-callout: none;
            
            /* 禁止用户选中文本/图片 */
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            
            /* 禁止拖拽图片 */
            -webkit-user-drag: none;
            -khtml-user-drag: none;
            -moz-user-drag: none;
            -o-user-drag: none;
            user-drag: none;
        }
        
        /* ===== 图片特定保护样式 ===== */
        img {
            /* 防止图片被拖动 */
            -webkit-user-drag: none;
            user-drag: none;
            
            /* 防止图片被选中 */
            -webkit-user-select: none;
            user-select: none;
            
            /* 防止指针事件（如果图片不需要点击交互，可以取消注释） */
            /* pointer-events: none; */
            
            /* 防止图片高亮 */
            -webkit-tap-highlight-color: transparent;
        }

.page,.panel {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: none
}

input {
	background: transparent
}

input,input:focus {
	border: none;
	outline: none
}

.blur {
	filter: blur(.0667rem)
}

.panel {
	z-index: 5
}

.popup {
	opacity: 0;
	animation: show .5s linear 1 forwards
}

img {
	width: 100%;
	display: block
}

.animateShow {
	transform-origin: 25.8% 91.5%;
	transform: scale(.30229,.05859375);
	animation: scaleshow .5s linear 1 forwards;
	animation-delay: .01s
}

@keyframes scaleshow {
	to {
		transform: scale(1)
	}
}

.alert {
	background: rgba(0,0,0,.6);
	opacity: 0;
	animation: show .5s linear 1 forwards;
	animation-delay: .01s
}

@keyframes show {
	to {
		opacity: 1
	}
}

.alert .wrap {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center
}

#loadPage {
	height: 100%!important
}

.public_title {
	background-color: rgba(0,0,0,.529);
	width: 100%;
	height: 1.7333rem;
	display: flex;
	justify-content: center;
	align-items: center
}

.public_title .title_center {
	height: .6267rem;
	width: auto
}

.public_title .back {
	position: absolute;
	left: .6667rem;
	top: .6667rem
}

.public_title .back,.public_title .back img {
	width: 1.3067rem;
	height: .56rem
}

.public_title .back.limit {
	width: .5rem;
	overflow: hidden
}

/* #showCard{
	display: none;
	position: absolute;
	background: url('../../static/images/cardpoint.png?v2');
	background-size:100% 100%;
	top: 0;
	width: 80%;
	margin-left: 10%;
	height:60%;
	margin-top: 15%; 
	z-index: 999;
} */



/* #pointsign{
	position: absolute;
	display: flex;
	flex-direction: row;
	bottom: 30px;
	right: 30px;
	text-align: right;
}

#pointsign div{
	display: flex;
	flex-direction: row;
}

#pointsign img{
	width: 30px;
}

#pointsign p{
	padding-top: 20px;
	color: #dccfa8;
	font-weight: bold;
} */



#cardList>img {
	width: 100%;
	height: auto;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%
}

#cardList>div {
	position: relative
}

#cardList .f_wrap {   
	margin-top: 25%;
	margin-left: 5%;
	margin-right: 5%;
	width: 90%;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
	position: relative;
}

#cardList .f_wrap .cardpoint{
	/* position: absolute; */
	top: 0;
	width: 100%;
}

#cardList .f_wrap .cardtext_tips{
    position: absolute;
    bottom: 14px;
    width: 67%;
}

#cardList .f_wrap .clo{
	position: absolute;
	right: 15px;
	top: 15px;;     
	width: 24px;
    z-index: 999;
}

#cardList .f_wrap #pointsign{
	position: absolute;
	bottom: 93px;
	right: 20px;
}

#pointsign,#pointsign div {
	display: flex;
	flex-direction: row;

}

#pointsign img{
	width: 18px;
}

#pointsign p{
	color: #e9d79f;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 5px;
}

#cardList .card_se_title {
	width: 8.6133rem;
	height: 2.3467rem;
	margin: .36rem auto 0
}

#cardList .card_list {
	/* margin: .64rem auto 0; */
	width: 100%;
	height: 100%;
	position: absolute;
}

#cardList .card_list .card-item {
	width: 2.3333rem;
	height: 2.3333rem
}

#cardList .card_list .card-item:first-child {
	position: absolute;
    left: 53%;
    top: 20%;
}

#cardList .card_list .card-item:nth-child(3) {
	position: absolute;
    left: 49.5%;
    top: 22%;
}

#cardList .card_list .card-item:nth-child(5) {
	position: absolute;
    left: 46%;
    top: 29%;
}

#cardList .card_list .card-item:nth-child(7) {
	position: absolute;
	left: 62%;
    top: 51%;
}

#cardList .card_list .card-item:nth-child(8) {
	position: absolute;
    left: 88%;
    top: 25%;
}

#cardList .card_list .card-item:nth-child(4) {
	position: absolute;
    left: 47.6%;
    top: 25.3%;
}

#cardList .card_list .card-item:nth-child(2) {
	position: absolute;
    left: 71%;
    top: 20%;
}

#cardList .card_list .card-item:nth-child(6) {
	position: absolute;
    left: 42%;
    top: 44%;
}

/* 新增礼通四海 */
#cardList .card_list .card-item:nth-child(9) {
	position: absolute;
    left: 10.7%;
    top: 67.5%;
}

#cardList .card_list .card-item:nth-child(10) {
	position: absolute;
    left: 8.6%;
    top: 70.8%;
}

#cardList .card_list .card-item:nth-child(11) {
	position: absolute;
    left: 90%;
    top: 29.6%;
}

#cardList .card_list .card-item:nth-child(12) {
	position: absolute;
    left: 89%;
    top: 34%;
}
#cardList .card_list .card-item:nth-child(13) {
	position: absolute;
    left: 72%;
    top: 66%;
}
/* 新增礼通四海 */

#cardList .card_list .card-item img {
	width: 13%; 
}

#cardList .card_list .card-item.done img:first-child,#cardList .card_list .card-item img:last-child {
	display: none
}

#cardList .card_list .card-item.done img:last-child {
	display: block
}

#cardList .cut-line {
	width: 5.76rem;
	height: .2933rem;
	margin: .64rem auto 0
}

#cardList .card_tips {
	width: 8rem;
	height: auto;
	margin: .36rem auto 0;
	display: none
}

#cardList .card-get {
	width: 8rem;
	height: auto;
	margin: .8rem auto 0;
	display: none
}

#cardList .card-geted {
	margin: .8rem auto 0;
	display: none;
	border-radius: .1067rem;
	background-image: linear-gradient(166deg,#b10e01,#ed573a);
	width: 8.5733rem;
	height: .92rem
}

#cardList .card-geted p {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: .4267rem;
	font-size: .3733rem;
	font-family: song;
	color: #fffae1;
	font-weight: 700;
	text-transform: uppercase;
	line-height: .948;
	text-align: center
}

#rite>img {
	width: 100%;
	height: auto;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%
}

#rite>div {
	position: relative
}

#rite .wrap {
	width: 100%;
	height: calc(100% - 1.7333rem);
	overflow: auto
}

#rite .list-group {
	padding: .5rem 0 .9333rem
}

#rite .list-group .list-item {
	margin: 0 auto .32rem;
	width: 8.4133rem
}

#rite .list-group .list-item.chose .list-title>img:first-child {
	display: none
}

#rite .list-group .list-item.chose .list-title>img:nth-child(2) {
	display: block
}

#rite .list-group .list-title {
	width: 8.4133rem;
	height: 1.32rem;
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center
}

#rite .list-group .list-title>img {
	position: absolute;
	left: -.36rem;
	top: -.2533rem;
	width: 9.1333rem;
	height: 1.8533rem;
	pointer-events: none
}

#rite .list-group .list-title>img:nth-child(2) {
	display: none
}

#rite .list-group .list-title .text {
	position: relative;
	font-size: .48rem;
	font-family: song;
	color: #fffae1;
	font-weight: 700;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1
}

#rite .list-group .list-title .text:before {
	content: "";
	width: 1.12rem;
	height: .16rem;
	display: inline-block;
	background: url(../../static/images/icon-prev.png?v2.2) no-repeat 50%/100% 100%;
	margin-right: .1067rem;
	vertical-align: middle
}

#rite .list-group .list-title .text:after {
	content: "";
	width: 1.12rem;
	height: .16rem;
	display: inline-block;
	background: url(../../static/images/icon-next.png?v2.2) no-repeat 50%/100% 100%;
	margin-left: .1067rem;
	vertical-align: middle
}

#rite .list-group .list-detail {
	border-radius: .1733rem;
	width: 100%;
	height: auto;
	margin-top: -1.2rem;
	padding-top: 1.2rem;
	position: relative;
	padding-bottom: .2133rem;
	display: none
}

#rite .list-group .list-detail:before {
	border: .0133rem solid #ffdb8e;
	border-radius: .1733rem;
	-webkit-mask-image: url(../../static/images/border-mask.png?v2.2);
	mask-image: url(../../static/images/border-mask.png?v2.2)
}

#rite .list-group .list-detail:after,#rite .list-group .list-detail:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	box-sizing: border-box;
	content: "";
	display: block
}

#rite .list-group .list-detail:after {
	border: .0133rem solid transparent;
	border-radius: .1733rem;
	-webkit-mask-image: url(../../static/images/bg-mask.png?v2.2);
	mask-image: url(../../static/images/bg-mask.png?v2.2);
	background: #f8cf95
}

#rite .list-group .list-detail>div {
	position: relative;
	z-index: 1
}

#rite .list-group .list-detail .desc {
	font-size: .3rem;
	font-family: song;
	color: #fffae1;
	font-weight: 700;
	line-height: 1.6;
	text-align: justifyLeft;
	text-indent: .5333rem;
	margin: .3733rem auto 0;
	width: 6.8rem
}

#rite .list-group .list-detail .list-tag-list {
	margin: .8667rem auto 0;
	width: 6.8rem;
	flex-wrap: wrap;
	display: flex;
	justify-content: space-between;
	align-items: flex-start
}

#rite .list-group .list-detail .list-tag-list .tag-item {
	border-radius: .1067rem;
	box-shadow: 0 .0667rem .0933rem 0 rgba(79,33,18,.2);
	width: 3.2133rem;
	height: 3.8133rem;
	background: url(../../static/images/rite_tag_bg.jpg?v2.2) no-repeat 50%/100% 100%;
	padding: .0533rem 0 0;
	box-sizing: border-box;
	margin-bottom: .24rem
}

#rite .list-group .list-detail .list-tag-list .tag-item .img-box {
	background: url(../../static/images/rite_tag_img_bg.jpg.png?v2.2) no-repeat 50%/100% 100%;
	width: 3.1067rem;
	height: 3.1333rem;
	margin: 0 auto;
	border-top-left-radius: .08rem;
	border-top-right-radius: .08rem;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center
}

#rite .list-group .list-detail .list-tag-list .tag-item .img-box img {
	max-height: 90%;
	max-width: 90%;
	width: auto;
	height: auto;
	-o-object-fit: contain;
	object-fit: contain
}

#rite .list-group .list-detail .list-tag-list .tag-item p {
	font-size: .2996rem;
	font-family: song;
	color: #fffae1;
	line-height: .6267rem;
	text-align: center;
	height: .6267rem;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 80%;
	margin: 0 auto
}

#rite .list-group .list-detail .list-tag-list .tag-item:nth-child(odd):last-child {
	margin-left: auto;
	margin-right: auto
}

#rite_detail>img {
	width: 100%;
	height: auto;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%
}

#rite_detail>div {
	position: relative
}

#rite_detail .wrap {
	width: 100%;
	height: calc(100% - 1.7333rem);
	overflow: auto
}

#rite_detail .wrap .swiper {
	overflow: hidden
}

#rite_detail .wrap .de_title {
	font-size: .456rem;
	font-family: song;
	color: #f5eaca;
	line-height: .7043rem;
	text-align: center;
	font-weight: bolder;
	margin: .5067rem auto 0;
	display: none
}

#rite_detail .wrap .de_imgs {
	width: 100%;
	margin: 1.6533rem auto 0;
	height: 6.9333rem;
	position: relative;
	overflow: hidden
}

#rite_detail .wrap .de_imgs .viewImage {
	height: 100%;
	width: auto;
	max-width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	margin: 0 auto;
	transform: scale(.8)
}

#rite_detail .wrap .de_repeat_title {
	font-size: .4533rem;
	font-family: song;
	color: #fffae1;
	line-height: 1;
	text-align: center;
	margin: 1.5333rem auto 0;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	height: .72rem
}

#rite_detail .wrap .de_repeat_title img {
	width: 1.12rem;
	height: .1467rem;
	margin: 0 .2667rem
}

#rite_detail .wrap .de_author {
	font-size: .28rem;
	font-family: song;
	color: #e1d6b5;
	font-weight: 700;
	line-height: .3733rem;
	text-align: center;
	margin: .28rem auto 0;
	white-space: break-spaces
}

#rite_detail .wrap .de_desc_bg {
	width: 9.08rem;
	height: 3.7333rem;
	margin: .3467rem auto 0
}

#rite_detail .wrap .de_desc {
	font-size: .36rem;
	font-family: song;
	color: #fffae1;
	line-height: 1.6;
	text-align: justifyLeft;
	margin: -3.1333rem auto .5rem;
	width: 7.8667rem;
	text-indent: .6666rem
}

#rite_detail .wrap .de_desc img {
	width: auto;
	height: .36rem;
	display: inline-block;
	transform: translateY(.04rem)
}

#rite_detail .wrap .swiper-button-next,#rite_detail .wrap .swiper-button-prev {
	top: 8.5333rem;
	width: 1.3467rem;
	height: 1.3467rem;
	margin-top: 0
}

#rite_detail .wrap .swiper-button-prev {
	left: auto;
	right: 50%;
	margin-right: .3733rem;
	background: url(../../static/images/swiper-left.png?v2.2) no-repeat 50%/100% 100%
}

#rite_detail .wrap .swiper-button-prev:after {
	display: none
}

#rite_detail .wrap .swiper-button-next {
	left: 50%;
	margin-left: .3733rem;
	background: url(../../static/images/swiper-right.png?v2.2) no-repeat 50%/100% 100%
}

#rite_detail .wrap .swiper-button-next:after {
	display: none
}

#yan>img {
	width: 100%;
	height: auto;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%
}

#yan>div {
	position: relative
}

#yan .wrap {
	width: 100%;
	height: calc(100% - 1.7333rem);
	overflow: auto
}

#yan .speek_list {
	width: 8.4533rem;
	height: 16.68rem;
	margin: .4267rem auto .5rem;
	background: url(../../static/images/yan_border.png?v2.2) no-repeat 50%/100% 100%;
	overflow: hidden
}

#yan .speek_list .title {
	width: 3.2933rem;
	height: 2.2533rem;
	margin: .3867rem auto 0
}

#yan .speek_list .slide_list {
	height: 10.6667rem
}

#yan .speek_list .slide_list .list-item {
	border-radius: .2133rem;
	width: 6.3867rem;
	height: 1.3333rem;
	border: .0133rem solid rgba(255,238,186,.65);
	margin: .4667rem auto;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: .3733rem;
	font-family: song;
	color: #dccfa8;
	text-transform: uppercase;
	line-height: 1.499;
	text-align: center;
	font-weight: 700
}

#yan .speek_list .slide_list .list-item p {
	width: 5.4rem
}

#yan .speek_list .slide_list .list-item.chose {
	border-radius: .2133rem;
	background: url(../../static/images/yan_chose.png?v2.2) no-repeat 50%/100% 100%;
	box-shadow: .0924rem .013rem .32rem 0 rgba(79,33,18,.51);
	color: #fffae1
}

/* 礼仪名言修改 */
#yan .speek_list .btns {
	width: 6.3867rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 1.0667rem auto 0
}
/* 礼仪名言修改 */

#yan .speek_list .btns .next,#yan .speek_list .btns .prev {
	border-radius: 50%;
	width: 1.1067rem;
  margin:5px;
	height: 1.12rem
}

#yan .speek_list .btns .next,#yan .speek_list .btns .prev,#yan .speek_list .btns .zan {
	box-shadow: -.2225rem -.0899rem 1.08rem 0 rgba(0,0,0,.45),-.2545rem .3257rem .76rem 0 rgba(76,140,191,0)
}

#yan .speek_list .btns .zan {
	width: 3.0267rem;
	height: 1.0267rem;
  margin: 5px;
	border-radius: 60%
}

#li>img {
	width: 100%;
	height: auto;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%
}

#li>div {
	position: relative
}

#li .wrap {
	width: 100%;
	height: calc(100% - 1.7333rem);
	overflow: hidden
}

#li .wrap .hideScroll {
	width: 100%;
	padding-right: 2rem;
	height: 100%;
	overflow: auto
}

#li .wrap .lee-area {
	width: 8.4133rem;
	min-height: 12.7733rem;
	margin: 1.1333rem auto;
	border: 1px solid transparent;
	-o-border-image: linear-gradient(180deg,rgba(255,219,142,0),rgba(255,219,142,0) .5rem,rgba(255,219,142,.702) 1rem,rgba(255,219,142,0)) 3;
	border-image: linear-gradient(180deg,rgba(255,219,142,0),rgba(255,219,142,0) .5rem,rgba(255,219,142,.702) 1rem,rgba(255,219,142,0)) 3;
	box-sizing: border-box;
	background-image: linear-gradient(180deg,rgba(248,207,149,0),rgba(248,207,149,.17),rgba(248,207,149,0));
	overflow: hidden
}

#li .wrap .lee-area .list-title {
	width: 8.4133rem;
	height: 1.32rem;
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center
}

#li .wrap .lee-area .list-title>img {
	position: absolute;
	left: -.36rem;
	top: -.2533rem;
	width: 9.1333rem;
	height: 1.8533rem;
	pointer-events: none
}

#li .wrap .lee-area .list-title>img:nth-child(2) {
	display: none
}

#li .wrap .lee-area .list-title .text {
	position: relative;
	font-size: .48rem;
	font-family: song;
	color: #fffae1;
	font-weight: 700;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1
}

#li .wrap .lee-area .list-title .text:before {
	content: "";
	width: 1.12rem;
	height: .16rem;
	display: inline-block;
	background: url(../../static/images/icon-prev.png?v2.2) no-repeat 50%/100% 100%;
	margin-right: .1067rem;
	vertical-align: middle
}

#li .wrap .lee-area .list-title .text:after {
	content: "";
	width: 1.12rem;
	height: .16rem;
	display: inline-block;
	background: url(../../static/images/icon-next.png?v2.2) no-repeat 50%/100% 100%;
	margin-left: .1067rem;
	vertical-align: middle
}

#li .page-desc {
	font-size: .3733rem;
	font-family: song;
	color: #fffae1;
	font-weight: 700;
	line-height: 1.643;
	text-align: justify;
	text-indent: .7466rem;
	width: 6.88rem;
	height: auto;
	margin: 1.3333rem auto 0
}

#li .tag-list {
	margin: 1rem auto 0;
	width: 6.8rem
}

#li .tag-list .tag-item {
	border-radius: .1067rem;
	background-image: linear-gradient(90deg,#9f4031,#c86d30);
	box-shadow: 0 .0667rem .0933rem 0 rgba(79,33,18,.2);
	width: 6.8rem;
	height: .9067rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: .4rem;
	font-family: song;
	color: #fffae1;
	font-weight: 700;
	line-height: 1.124;
	text-align: center;
	text-shadow: 0 .0667rem .1067rem rgba(79,33,18,.2);
	margin-bottom: .5333rem
}

#li .tag-list .tag-item i.icon {
	width: .3067rem;
	height: .3067rem;
	margin-left: .3333rem;
	background: url(../../static/images/li-tag-icon.png?v2.2) no-repeat 50%/100%
}

#li_detail>img {
	width: 100%;
	height: auto;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%
}

#li_detail>div {
	position: relative
}

#li_detail .wrap {
	width: 100%;
	height: calc(100% - 1.7333rem);
	overflow: hidden
}

#li_detail .wrap .hideScroll {
	width: 100%;
	padding-right: 2rem;
	height: 100%;
	overflow: auto
}

#li_detail .wrap .lee-area {
	width: 8.4133rem;
	min-height: 12.7733rem;
	margin: 1.1333rem auto;
	border: 1px solid transparent;
	-o-border-image: linear-gradient(180deg,rgba(255,219,142,0),rgba(255,219,142,0) .5rem,rgba(255,219,142,.702) 1rem,rgba(255,219,142,0)) 3;
	border-image: linear-gradient(180deg,rgba(255,219,142,0),rgba(255,219,142,0) .5rem,rgba(255,219,142,.702) 1rem,rgba(255,219,142,0)) 3;
	box-sizing: border-box;
	background-image: linear-gradient(180deg,rgba(248,207,149,0),rgba(248,207,149,.17),rgba(248,207,149,0));
	overflow: hidden
}

#li_detail .wrap .lee-area .list-title {
	width: 8.4133rem;
	height: 1.32rem;
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center
}

#li_detail .wrap .lee-area .list-title>img {
	position: absolute;
	left: -.36rem;
	top: -.2533rem;
	width: 9.1333rem;
	height: 1.8533rem;
	pointer-events: none
}

#li_detail .wrap .lee-area .list-title>img:nth-child(2) {
	display: none
}

#li_detail .wrap .lee-area .list-title .text {
	position: relative;
	font-size: .48rem;
	font-family: song;
	color: #fffae1;
	font-weight: 700;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1
}

#li_detail .wrap .lee-area .list-title .text:before {
	content: "";
	width: 1.12rem;
	height: .16rem;
	display: inline-block;
	background: url(../../static/images/icon-prev.png?v2.2) no-repeat 50%/100% 100%;
	margin-right: .1067rem;
	vertical-align: middle
}

#li_detail .wrap .lee-area .list-title .text:after {
	content: "";
	width: 1.12rem;
	height: .16rem;
	display: inline-block;
	background: url(../../static/images/icon-next.png?v2.2) no-repeat 50%/100% 100%;
	margin-left: .1067rem;
	vertical-align: middle
}

#li_detail .page-desc {
	font-size: .32rem;
	font-family: song;
	color: #fffae1;
	font-weight: 700;
	line-height: 1.5;
	text-align: justify;
	text-indent: .64rem;
	width: 6.88rem;
	margin: .6667rem auto 0
}

#li_detail .se-title {
	font-size: .48rem;
	font-family: song;
	color: #f5eaca;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	margin: .5333rem 0 .2667rem
}

#li_detail .se-title:after,#li_detail .se-title:before {
	content: "";
	background-color: #f5eaca;
	width: .4667rem;
	height: .0267rem;
	display: inline-block;
	vertical-align: middle;
	margin: 0 .4rem
}

#li_detail .swiper {
	margin: 0 auto;
	width: 100%;
	padding-bottom: .6667rem;
	position: relative
}

#li_detail .swiper .view-box {
	border-radius: .1067rem;
	background-image: linear-gradient(90deg,#9f4031,#c86d30);
	box-shadow: 0 .0667rem .0933rem 0 rgba(79,33,18,.2);
	width: 6.8667rem;
	height: auto;
	margin: 0 auto;
	border-radius: .08rem;
	overflow: hidden;
	padding: .0533rem;
	box-sizing: border-box
}

#li_detail .swiper .view-box img {
	background-image: linear-gradient(90deg,#e3d3b2,#e9e4d3);
	width: 6.76rem;
	height: auto;
	margin: 0 auto;
	border-top-left-radius: .08rem;
	border-top-right-radius: .08rem
}

#li_detail .swiper .view-box .desc {
	font-size: .3rem;
	font-family: song;
	color: #fffae1;
	font-weight: 700;
	line-height: 1.5;
	text-indent: .6rem;
	text-shadow: .0373rem .0553rem .0667rem rgba(76,140,191,.1);
	width: 6.2933rem;
	margin: .3867rem auto
}

#li_detail .swiper .detail-pa {
	height: .1867rem;
	position: absolute;
	bottom: .24rem;
	width: 100%
}

#li_detail .swiper .detail-pa .swiper-pagination-bullet {
	background-color: #fff;
	opacity: .2;
	width: .1067rem;
	height: .1067rem;
	border-radius: 50%;
	margin: .04rem .0933rem;
	vertical-align: top
}

#li_detail .swiper .detail-pa .swiper-pagination-bullet:only-child {
	display: inline-block!important
}

#li_detail .swiper .detail-pa .swiper-pagination-bullet-active {
	opacity: 1
}

#li_detail .swiper .detail-pa:before {
	background: url(../../static/images/li_de-sw-prev.png?v2.2) no-repeat 50%/100%
}

#li_detail .swiper .detail-pa:after,#li_detail .swiper .detail-pa:before {
	content: "";
	display: inline-block;
	vertical-align: top;
	width: .1067rem;
	height: .1733rem;
	margin: 0 .1333rem
}

#li_detail .swiper .detail-pa:after {
	background: url(../../static/images/li_de-sw-next.png?v2.2) no-repeat 50%/100%
}

#li_detail .video-box {
	position: relative;
	border-radius: .1067rem;
	background-image: linear-gradient(90deg,#9f4031,#c86d30);
	box-shadow: 0 .0667rem .0933rem 0 rgba(79,33,18,.2);
	width: 6.8667rem;
	height: auto;
	margin: 0 auto;
	border-radius: .08rem;
	overflow: hidden;
	padding: .0533rem;
	box-sizing: border-box;
	font-size: 0
}

#li_detail .video-box video {
	width: 100%;
	height: auto
}

#li_detail .tag-desc {
	font-size: .3rem;
	font-family: song;
	color: #fffae1;
	font-weight: 700;
	line-height: 1.25;
	text-align: justify;
	text-indent: .6rem;
	width: 6.88rem;
	height: auto;
	margin: .3467rem auto 0
}

#li_detail .mini-tag {
	width: 6.88rem;
	height: auto;
	margin: .4533rem auto 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

#li_detail .mini-tag .tag-item {
	border: .0267rem solid #ffe7cb;
	border-radius: .1067rem;
	box-shadow: -.2225rem -.0899rem 1.08rem 0 rgba(0,0,0,.45),-.2545rem .3257rem .76rem 0 rgba(76,140,191,0);
	width: 3.2933rem;
	min-height: .8rem;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	padding: .08rem .05rem;
	margin-bottom: .24rem
}

#li_detail .mini-tag .tag-item span {
	border-radius: .0533rem;
	background-image: linear-gradient(-90deg,#c6a079,#b18552);
	box-shadow: 0 .0667rem .0933rem 0 rgba(79,33,18,.2);
	width: 3.16rem;
	min-height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: .32rem;
	font-family: song;
	color: #f5eaca;
	font-weight: 700;
	text-align: center;
	line-height: 1.2;
	padding: .03rem 0
}

#li_detail .mini-tag .tag-item.active span {
	border: .0133rem solid #ffe7cb;
	border-radius: .0533rem;
	background-image: linear-gradient(-90deg,#d28922,#9a4a0f);
	box-shadow: 0 .0667rem .0933rem 0 rgba(79,33,18,.2);
	width: 3.1333rem
}

#zan .wrap {
	align-items: flex-start
}

#zan .main {
	position: relative; 
	margin-top: calc(40vh - 4.34rem);
	background: url(../../static/images/rectbg.png?v2.2);
	background-size: 100% 100%;
	margin-left: 10%;
	margin-right: 10%;
	width: 80%;
	padding: 7%;
}

#zan .main .info-box {
	position: relative; 
	display: flex;
	flex-direction: column;
	justify-content: center; 
	text-align: justify;
}

#zan .main .info-box .desc {
	font-size: .48rem;
	line-height: 1.3
}

#zan .main .info-box .desc{
	width: 100%;
	font-family: song;
	color: #e5cf8b;
	font-weight: 700;
	text-align: left
}

#zan .main .info-box .from {
	width: 100%;
	font-family: song;
	color: #e5cf8b;
	font-weight: 700;
	text-align: right
}

#zan .main .info-box .expl{
	width: 100%;
	font-size: .3733rem;
	font-family: song;
	color: #e5cf8b;
	font-weight: 700;
}

#zan .main .info-box .explanation{
	width: 100%;
	font-size: .3733rem;
	height: 6rem;
	overflow-y: scroll;
	font-family: song;
	color: #e5cf8b; 
	text-indent: .7466rem;
	margin-top: 15px;;
}

#zan .main .info-box .from {
	font-size: .3733rem;
	line-height: 1.452;
	margin-top: .1rem
}

#zan .main .zan_num {
	font-size: .4667rem;
	color: rgba(233,215,159,.961);
	/* position: absolute; */
	width: 90%;
	/* bottom: .5rem; */
	text-shadow: .1043rem .0222rem .1067rem rgba(35,5,2,.3);
	display: flex;
	justify-content: center;
	align-items: center;
	height: .9rem;
	margin-top: 25px;;
}

#zan .main .zan_num,#zan .main .zan_num span {
	font-family: song;
	line-height: 0;
	text-align: center
}

#zan .main .zan_num span {
	font-size: .6667rem;
	color: #e9d79f;
	transform: translateY(-.05rem);
	margin-right: .1rem
}

#zan .main .zan_num img {
	height: 100%;
	width: auto;
	display: inline-block;
	vertical-align: top;
	transform: translateY(-.04rem)
}

#zan .main .close {
	position: absolute;
	right: 8px;
	top: 8px;
	width: 24px;
	height: 24px;
}

#zan .main .close img { 
	width:24px;

}


#exchange .wrap {
	align-items: flex-start
}

#exchange .main {
	position: relative;
	width: 9.7867rem;
	height: 8.68rem;
	margin-top: calc(50vh - 4.34rem)
}

#exchange .main input {
	position: absolute;
	left: 2.2267rem;
	top: 3.92rem;
	width: 5.4267rem;
	height: .7867rem;
	font-size: .3733rem;
	font-family: song;
	color: #d0e2ff;
	font-weight: 700;
	text-align: center
}

#exchange .main .close {
	position: absolute;
	left: 2.24rem;
	top: 5.8933rem;
	width: 1.96rem;
	height: .96rem
}

#exchange .main .exchange-btn {
	position: absolute;
	left: 5.6933rem;
	top: 5.84rem;
	width: 1.96rem;
	height: .96rem
}

/* 增加礼通四海 */


#door_two>img {
	width: 100%;
	height: auto;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%
}

#door_two>div {
	position: relative
}

#door_two .wrap {
	width: 100%;
	height: calc(100% - 1.7333rem);
	overflow: hidden
}

#door_two .hideScroll {
	width: 8.5333rem;
	margin: .5733rem auto 0;
	overflow: hidden;
	height: calc(100% - 1.7733rem)
}

#door_two .list {
	width: 9rem;
	height: 100%;
	overflow: auto
}

#door_two .list .list_wrap {
	width: 8.5333rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap
}

#door_two .list .item {
	/* background: url(../../static/images/rect.png?v2.2) no-repeat 50%/100% 100%; */
	/* box-shadow: .0074rem .4266rem .68rem 0 rgba(45,33,19,.1); */
	width: 4.1067rem;
	height: 5.1333rem;
	/* padding: .72rem .4rem 0; */
	box-sizing: border-box;
	margin-bottom: .2rem
}

#door_two .list .item .imgbox{
	background: url(../../static/images/rect.png?v2.2) no-repeat 50%/100% 100%;
	padding:0.3rem;
}

#door_two .list .item img {
	width: 3.2rem;
	height: 3.2rem;
	-o-object-fit: contain;
	object-fit: contain;
	margin: 0 auto
}

#door_two .list .item .name {
	font-size: .32rem;
	font-family: song;
	color: #603002;
	line-height: 1.3;
	text-align: center;
	margin: .1rem auto 0;
	width: 100%;
	font-weight: 700;
	max-height: .84rem;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	align-content: flex-end
}
#door_two .list .item .name
{
	height: 26px;
    background: #6B0F0F;
    line-height: 26px;
    text-align: center;
    position: relative;
}

#door_two .list .item .name h3{
	font-size: 14px;
    font-weight: 700;
    color: white;
    letter-spacing: 0.5px;
    margin: 0;
    padding: 0 5px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#door_two .down_guide {
	width: 100%;
	height: 1.5867rem;
	margin-top: -.3867rem
}

#door_two_detail .down_guide {
	position: fixed;
	bottom: 0px;
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 1.5867rem;
	margin-top: -.3867rem;
	z-index: 999;
}

@keyframes float-up-down {
            0%, 100% {
                transform: translateY(0);
            }
            50% {
                transform: translateY(-20px);
            }
        }

#door_two .imgslider,#door_two_detail .imgslider{
	animation: float-up-down 3s ease-in-out infinite;
}

#door_two .public_title {
	background-color: rgba(0, 0, 0, 0);
    width: 100%;
    height: 1.7333rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

#door_two_detail .back img{
	
	  height: .64rem;
    width: .35rem;
}


#door_two_detail .public_title{
	background-color: rgba(0, 0, 0, 0);
}
#door_two_detail>img {
	width: 100%;
	height: auto;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%
}

#door_two_detail>div {
	position: relative
}


#door_two_detail .wrap {
	width: 100%;
	height: calc(100% - 1.7333rem);
	overflow: hidden;
}

#door_two_detail .wrap .light {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	pointer-events: none
}

#door_two_detail .wrap .swiper {
	overflow: hidden
}

#door_two_detail .wrap .de_imgs {
	width: 100%; 
	height: 5.2133rem;
	position: relative;
	overflow: hidden
}

#door_two_detail .wrap .de_imgs .viewImage {
	height: 100%;
	width: auto;
	max-width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	margin: 0 auto;
	transform: scale(.9)
}

#door_two_detail .wrap .cut_line {
	width: 5.7733rem;
	height: .2933rem;
	margin: -.3467rem auto 0
}

#door_two_detail .contentBox{
	background: #fff;
	border-radius: 30px;
	
    height: 80vh;
}

#door_two_detail .wrap .de_repeat_title {
	    padding-top: 30px;
	font-size: .4533rem;
	font-family: song; 
	line-height: 1;
	text-align: center;
	margin: 1.3333rem auto 0;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: .72rem;
	width: 90%;
	line-height: 27px;
}

#door_two_detail .wrap .de_repeat_title img {
	width: .52rem;
	height: .3733rem;
	margin: .1rem .2667rem 0
}

#door_two_detail .wrap .de_author {
	font-size: .24rem;
	font-family: song;
	color: #e1d6b5;
	font-weight: 700;
	line-height: .3733rem;
	text-align: center;
	margin: .28rem auto 0
}

#door_two_detail .wrap .de_desc_bg {
	width: 9.08rem;
    height: 3.4333rem;
}

#door_two_detail .wrap .de_desc {
	font-size: .4rem;
	font-family: song; 
	line-height: 1.6;
	text-align: justifyLeft;
	margin: -3.1333rem auto .5rem;
	width: 7.8667rem;
	
    height: 6rem;
    overflow: scroll;
	text-indent: .8rem;
}

#door_two_detail .wrap .swiper-button-next,#door_two_detail .wrap .swiper-button-prev {
	top: 10.7rem;
	width: 1.3467rem;
	height: 1.3467rem;
	margin-top: 0
}

#door_two_detail .wrap .swiper-button-prev {
	left: auto;
	right: 50%;
	margin-right: .3733rem;
	background: url(../../static/images/swiper-left.png?v2.2) no-repeat 50%/100% 100%
}

#door_two_detail .wrap .swiper-button-prev:after {
	display: none
}

#door_two_detail .wrap .swiper-button-next {
	left: 50%;
	margin-left: .3733rem;
	background: url(../../static/images/swiper-right.png?v2.2) no-repeat 50%/100% 100%
}

#door_two_detail .wrap .swiper-button-next:after {
	display: none
}
/* 小号 */

#xiaohao>img {
	width: 100%;
	height: auto;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%
}

#xiaohao>div {
	position: relative
}

#xiaohao .wrap {
	width: 100%;
	height: calc(100% - 1.7333rem);
	overflow: hidden
}

#xiaohao .hideScroll {
	width: 8.5333rem;
	margin: .5733rem auto 0;
	overflow: hidden;
	height: calc(100% - 1.7733rem)
}

#xiaohao .list {
	width: 9rem;
	height: 100%;
	overflow: auto
}

#xiaohao .list .list_wrap {
	width: 8.5333rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap
}

#xiaohao .list .item {
	/* background: url(../../static/images/rect.png?v2.2) no-repeat 50%/100% 100%; */
	/* box-shadow: .0074rem .4266rem .68rem 0 rgba(45,33,19,.1); */
	width: 4.1067rem;
	height: 5.1333rem;
	/* padding: .72rem .4rem 0; */
	box-sizing: border-box;
	margin-bottom: .2rem
}

#xiaohao .list .item .imgbox{
	background: url(../../static/images/rect.png?v2.2) no-repeat 50%/100% 100%;
	padding:0.3rem;
}

#xiaohao .list .item img {
	width: 3.2rem;
	height: 3.2rem;
	-o-object-fit: contain;
	object-fit: contain;
	margin: 0 auto
}

#xiaohao .list .item .name {
	font-size: .32rem;
	font-family: song;
	color: #603002;
	line-height: 1.3;
	text-align: center;
	margin: .1rem auto 0;
	width: 100%;
	font-weight: 700;
	max-height: .84rem;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	align-content: flex-end
}
#xiaohao .list .item .name
{
	height: 26px;
    background: #6B0F0F;
    line-height: 26px;
    text-align: center;
    position: relative;
}

#xiaohao .list .item .name h3{
	font-size: 14px;
    font-weight: 700;
    color: white;
    letter-spacing: 0.5px;
    margin: 0;
    padding: 0 5px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#xiaohao .down_guide {
	width: 100%;
	height: 1.5867rem;
	margin-top: -.3867rem
}

#xiaohao_detail .down_guide {
	position: fixed;
	bottom: 0px;
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 1.5867rem;
	margin-top: -.3867rem;
	z-index: 999;
}

@keyframes float-up-down {
            0%, 100% {
                transform: translateY(0);
            }
            50% {
                transform: translateY(-20px);
            }
        }

#xiaohao .imgslider,#xiaohao_detail .imgslider{
	animation: float-up-down 3s ease-in-out infinite;
}

#xiaohao .public_title {
	background-color: rgba(0, 0, 0, 0);
    width: 100%;
    height: 1.7333rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

#xiaohao_detail .back img{
	height: .64rem;
    width: .35rem;
}


#xiaohao_detail .public_title{
	background-color: rgba(0, 0, 0, 0);
}
#xiaohao_detail>img {
	width: 100%;
	height: auto;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%
}

#xiaohao_detail>div {
	position: relative
}


#xiaohao_detail .wrap {
	width: 100%;
	height: calc(100% - 1.7333rem);
	overflow: hidden;
}

#xiaohao_detail .wrap .light {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	pointer-events: none
}

#xiaohao_detail .wrap .swiper {
	overflow: hidden
}

#xiaohao_detail .wrap .de_imgs {
	width: 100%; 
	height: 5.2133rem;
	position: relative;
	overflow: hidden
}

#xiaohao_detail .wrap .de_imgs .viewImage {
	height: 100%;
	width: auto;
	max-width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	margin: 0 auto;
	transform: scale(.9)
}

#xiaohao_detail .wrap .cut_line {
	width: 5.7733rem;
	height: .2933rem;
	margin: -.3467rem auto 0
}

#xiaohao_detail .contentBox{
	background: #fff;
	border-radius: 30px;
	
    height: 80vh;
}

#xiaohao_detail .wrap .de_repeat_title {
	    padding-top: 30px;
	font-size: .4533rem;
	font-family: song; 
	line-height: 1;
	text-align: center;
	margin: 1.3333rem auto 0;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: .72rem;
	width: 90%
}

#xiaohao_detail .wrap .de_repeat_title img {
	width: .52rem;
	height: .3733rem;
	margin: .1rem .2667rem 0
}

#xiaohao_detail .wrap .de_author {
	font-size: .24rem;
	font-family: song;
	color: #e1d6b5;
	font-weight: 700;
	line-height: .3733rem;
	text-align: center;
	margin: .28rem auto 0
}

#xiaohao_detail .wrap .de_desc_bg {
	width: 9.08rem;
    height: 3.4333rem;
}

#xiaohao_detail .wrap .de_desc {
	font-size: .4rem;
	font-family: song; 
	line-height: 1.6;
	text-align: justifyLeft;
	margin: -3.1333rem auto .5rem;
	width: 7.8667rem;
	
    height: 6rem;
    overflow: scroll;
	text-indent: .8rem;
}

#xiaohao_detail .wrap .swiper-button-next,#xiaohao_detail .wrap .swiper-button-prev {
	top: 10.7rem;
	width: 1.3467rem;
	height: 1.3467rem;
	margin-top: 0
}

#xiaohao_detail .wrap .swiper-button-prev {
	left: auto;
	right: 50%;
	margin-right: .3733rem;
	background: url(../../static/images/swiper-left.png?v2.2) no-repeat 50%/100% 100%
}

#xiaohao_detail .wrap .swiper-button-prev:after {
	display: none
}

#xiaohao_detail .wrap .swiper-button-next {
	left: 50%;
	margin-left: .3733rem;
	background: url(../../static/images/swiper-right.png?v2.2) no-repeat 50%/100% 100%
}

#xiaohao_detail .wrap .swiper-button-next:after {
	display: none
}

/* 小号 */

/* 中国尊 */

#zhongguozun>img {
	width: 100%;
	height: auto;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%
}

#zhongguozun>div {
	position: relative
}

#zhongguozun .wrap {
	width: 100%;
	height: calc(100% - 1.7333rem);
	overflow: hidden
}

#zhongguozun .hideScroll {
	width: 8.5333rem;
	margin: .5733rem auto 0;
	overflow: hidden;
	height: calc(100% - 1.7733rem)
}

#zhongguozun .list {
	width: 9rem;
	height: 100%;
	overflow: auto
}

#zhongguozun .list .list_wrap {
	width: 8.5333rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap
}

#zhongguozun .list .item {
	/* background: url(../../static/images/rect.png?v2.2) no-repeat 50%/100% 100%; */
	/* box-shadow: .0074rem .4266rem .68rem 0 rgba(45,33,19,.1); */
	width: 4.1067rem;
	height: 5.1333rem;
	/* padding: .72rem .4rem 0; */
	box-sizing: border-box;
	margin-bottom: .2rem
}

#zhongguozun .list .item .imgbox{
	background: url(../../static/images/rect.png?v2.2) no-repeat 50%/100% 100%;
	padding:0.3rem;
}

#zhongguozun .list .item img {
	width: 3.2rem;
	height: 3.2rem;
	-o-object-fit: contain;
	object-fit: contain;
	margin: 0 auto
}

#zhongguozun .list .item .name {
	font-size: .32rem;
	font-family: song;
	color: #603002;
	line-height: 1.3;
	text-align: center;
	margin: .1rem auto 0;
	width: 100%;
	font-weight: 700;
	max-height: .84rem;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	align-content: flex-end
}
#zhongguozun .list .item .name
{
	height: 26px;
    background: #6B0F0F;
    line-height: 26px;
    text-align: center;
    position: relative;
}

#zhongguozun .list .item .name h3{
	font-size: 14px;
    font-weight: 700;
    color: white;
    letter-spacing: 0.5px;
    margin: 0;
    padding: 0 5px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#zhongguozun .down_guide {
	width: 100%;
	height: 1.5867rem;
	margin-top: -.3867rem
}

#zhongguozun_detail .down_guide {
	position: fixed;
	bottom: 0px;
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 1.5867rem;
	margin-top: -.3867rem;
	z-index: 999;
}

@keyframes float-up-down {
            0%, 100% {
                transform: translateY(0);
            }
            50% {
                transform: translateY(-20px);
            }
        }

#zhongguozun .imgslider,#zhongguozun_detail .imgslider{
	animation: float-up-down 3s ease-in-out infinite;
}

#zhongguozun .public_title {
	background-color: rgba(0, 0, 0, 0);
    width: 100%;
    height: 1.7333rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

#zhongguozun_detail .back img{
	height: .64rem;
    width: .35rem;
}


#zhongguozun_detail .public_title{
	background-color: rgba(0, 0, 0, 0);
}
#zhongguozun_detail>img {
	width: 100%;
	height: auto;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%
}

#zhongguozun_detail>div {
	position: relative
}


#zhongguozun_detail .wrap {
	width: 100%;
	height: calc(100% - 1.7333rem);
	overflow: hidden;
}

#zhongguozun_detail .wrap .light {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	pointer-events: none
}

#zhongguozun_detail .wrap .swiper {
	overflow: hidden
}

#zhongguozun_detail .wrap .de_imgs {
	width: 100%; 
	height: 5.2133rem;
	position: relative;
	overflow: hidden
}

#zhongguozun_detail .wrap .de_imgs .viewImage {
	height: 100%;
	width: auto;
	max-width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	margin: 0 auto;
	transform: scale(.9)
}

#zhongguozun_detail .wrap .cut_line {
	width: 5.7733rem;
	height: .2933rem;
	margin: -.3467rem auto 0
}

#zhongguozun_detail .contentBox{
	background: #fff;
	border-radius: 30px;
	
    height: 80vh;
}

#zhongguozun_detail .wrap .de_repeat_title {
	    padding-top: 30px;
	font-size: .4533rem;
	font-family: song; 
	line-height: 1;
	text-align: center;
	margin: 1.3333rem auto 0;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: .72rem;
	width: 90%
}

#zhongguozun_detail .wrap .de_repeat_title img {
	width: .52rem;
	height: .3733rem;
	margin: .1rem .2667rem 0
}

#zhongguozun_detail .wrap .de_author {
	font-size: .24rem;
	font-family: song;
	color: #e1d6b5;
	font-weight: 700;
	line-height: .3733rem;
	text-align: center;
	margin: .28rem auto 0
}

#zhongguozun_detail .wrap .de_desc_bg {
	width: 9.08rem;
    height: 3.4333rem;
}

#zhongguozun_detail .wrap .de_desc {
	font-size: .4rem;
	font-family: song; 
	line-height: 1.6;
	text-align: justifyLeft;
	margin: -3.1333rem auto .5rem;
	width: 7.8667rem;
	
    height: 6rem;
    overflow: scroll;
	text-indent: .8rem;
}

#zhongguozun_detail .wrap .swiper-button-next,#zhongguozun_detail .wrap .swiper-button-prev {
	top: 10.7rem;
	width: 1.3467rem;
	height: 1.3467rem;
	margin-top: 0
}

#zhongguozun_detail .wrap .swiper-button-prev {
	left: auto;
	right: 50%;
	margin-right: .3733rem;
	background: url(../../static/images/swiper-left.png?v2.2) no-repeat 50%/100% 100%
}

#zhongguozun_detail .wrap .swiper-button-prev:after {
	display: none
}

#zhongguozun_detail .wrap .swiper-button-next {
	left: 50%;
	margin-left: .3733rem;
	background: url(../../static/images/swiper-right.png?v2.2) no-repeat 50%/100% 100%
}

#zhongguozun_detail .wrap .swiper-button-next:after {
	display: none
}
/* 中国尊 */

/* 国书 */

#guoshu>img {
	width: 100%;
	height: auto;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%
}

#guoshu>div {
	position: relative
}

#guoshu .wrap {
	width: 100%;
	height: calc(100% - 1.7333rem);
	overflow: hidden
}

#guoshu .hideScroll {
	width: 8.5333rem;
	margin: .5733rem auto 0;
	overflow: hidden;
	height: calc(100% - 1.7733rem)
}

#guoshu .list {
	width: 9rem;
	height: 100%;
	overflow: auto
}

#guoshu .list .list_wrap {
	width: 8.5333rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap
}

#guoshu .list .item {
	/* background: url(../../static/images/rect.png?v2.2) no-repeat 50%/100% 100%; */
	/* box-shadow: .0074rem .4266rem .68rem 0 rgba(45,33,19,.1); */
	width: 4.1067rem;
	height: 5.1333rem;
	/* padding: .72rem .4rem 0; */
	box-sizing: border-box;
	margin-bottom: .2rem
}

#guoshu .list .item .imgbox{
	background: url(../../static/images/rect.png?v2.2) no-repeat 50%/100% 100%;
	padding:0.3rem;
}

#guoshu .list .item img {
	width: 3.2rem;
	height: 3.2rem;
	-o-object-fit: contain;
	object-fit: contain;
	margin: 0 auto
}

#guoshu .list .item .name {
	font-size: .32rem;
	font-family: song;
	color: #603002;
	line-height: 1.3;
	text-align: center;
	margin: .1rem auto 0;
	width: 100%;
	font-weight: 700;
	max-height: .84rem;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	align-content: flex-end
}
#guoshu .list .item .name
{
	height: 26px;
    background: #6B0F0F;
    line-height: 26px;
    text-align: center;
    position: relative;
}

#guoshu .list .item .name h3{
	font-size: 14px;
    font-weight: 700;
    color: white;
    letter-spacing: 0.5px;
    margin: 0;
    padding: 0 5px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#guoshu .down_guide {
	width: 100%;
	height: 1.5867rem;
	margin-top: -.3867rem
}

#guoshu_detail .down_guide {
	position: fixed;
	bottom: 0px;
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 1.5867rem;
	margin-top: -.3867rem;
	z-index: 999;
}

@keyframes float-up-down {
            0%, 100% {
                transform: translateY(0);
            }
            50% {
                transform: translateY(-20px);
            }
        }

#guoshu .imgslider,#guoshu_detail .imgslider{
	animation: float-up-down 3s ease-in-out infinite;
}

#guoshu .public_title {
	background-color: rgba(0, 0, 0, 0);
    width: 100%;
    height: 1.7333rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

#guoshu_detail .back img{
	height: .64rem;
    width: .35rem;
}


#guoshu_detail .public_title{
	background-color: rgba(0, 0, 0, 0);
}
#guoshu_detail>img {
	width: 100%;
	height: auto;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%
}

#guoshu_detail>div {
	position: relative
}


#guoshu_detail .wrap {
	width: 100%;
	height: calc(100% - 1.7333rem);
	overflow: hidden;
}

#guoshu_detail .wrap .light {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	pointer-events: none
}

#guoshu_detail .wrap .swiper {
	overflow: hidden
}

#guoshu_detail .wrap .de_imgs {
	width: 100%; 
	height: 5.2133rem;
	position: relative;
	overflow: hidden
}

#guoshu_detail .wrap .de_imgs .viewImage {
	height: 100%;
	width: auto;
	max-width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	margin: 0 auto;
	transform: scale(.9)
}

#guoshu_detail .wrap .cut_line {
	width: 5.7733rem;
	height: .2933rem;
	margin: -.3467rem auto 0
}

#guoshu_detail .contentBox{
	background: #fff;
	border-radius: 30px;
	
    height: 80vh;
}

#guoshu_detail .wrap .de_repeat_title {
	    padding-top: 30px;
	font-size: .4533rem;
	font-family: song; 
	line-height: 1;
	text-align: center;
	margin: 1.3333rem auto 0;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: .72rem;
	width: 90%;
	
	line-height: 27px;
}

#guoshu_detail .wrap .de_repeat_title img {
	width: .52rem;
	height: .3733rem;
	margin: .1rem .2667rem 0
}

#guoshu_detail .wrap .de_author {
	font-size: .24rem;
	font-family: song;
	color: #e1d6b5;
	font-weight: 700;
	line-height: .3733rem;
	text-align: center;
	margin: .28rem auto 0
}

#guoshu_detail .wrap .de_desc_bg {
	width: 9.08rem;
    height: 3.4333rem;
}

#guoshu_detail .wrap .de_desc {
	font-size: .4rem;
	font-family: song; 
	line-height: 1.6;
	text-align: justifyLeft;
	margin: -3.1333rem auto .5rem;
	width: 7.8667rem;
	
    height: 6rem;
    overflow: scroll;
	text-indent: .8rem;
}

#guoshu_detail .wrap .swiper-button-next,#guoshu_detail .wrap .swiper-button-prev {
	top: 10.7rem;
	width: 1.3467rem;
	height: 1.3467rem;
	margin-top: 0
}

#guoshu_detail .wrap .swiper-button-prev {
	left: auto;
	right: 50%;
	margin-right: .3733rem;
	background: url(../../static/images/swiper-left.png?v2.2) no-repeat 50%/100% 100%
}

#guoshu_detail .wrap .swiper-button-prev:after {
	display: none
}

#guoshu_detail .wrap .swiper-button-next {
	left: 50%;
	margin-left: .3733rem;
	background: url(../../static/images/swiper-right.png?v2.2) no-repeat 50%/100% 100%
}

#guoshu_detail .wrap .swiper-button-next:after {
	display: none
}
/* 国书 */

/* 服装 */

#fuzhuang>img {
	width: 100%;
	height: auto;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%
}

#fuzhuang>div {
	position: relative
}

#fuzhuang .wrap {
	width: 100%;
	height: calc(100% - 1.7333rem);
	overflow: hidden
}

#fuzhuang .hideScroll {
	width: 8.5333rem;
	margin: .5733rem auto 0;
	overflow: hidden;
	height: calc(100% - 1.7733rem)
}

#fuzhuang .list {
	width: 9rem;
	height: 100%;
	overflow: auto
}

#fuzhuang .list .list_wrap {
	width: 8.5333rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap
}

#fuzhuang .list .item {
	/* background: url(../../static/images/rect.png?v2.2) no-repeat 50%/100% 100%; */
	/* box-shadow: .0074rem .4266rem .68rem 0 rgba(45,33,19,.1); */
	width: 4.1067rem;
	height: 5.1333rem;
	/* padding: .72rem .4rem 0; */
	box-sizing: border-box;
	margin-bottom: .2rem
}

#fuzhuang .list .item .imgbox{
	background: url(../../static/images/rect.png?v2.2) no-repeat 50%/100% 100%;
	padding:0.3rem;
}

#fuzhuang .list .item img {
	width: 3.2rem;
	height: 3.2rem;
	-o-object-fit: contain;
	object-fit: contain;
	margin: 0 auto
}

#fuzhuang .list .item .name {
	font-size: .32rem;
	font-family: song;
	color: #603002;
	line-height: 1.3;
	text-align: center;
	margin: .1rem auto 0;
	width: 100%;
	font-weight: 700;
	max-height: .84rem;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	align-content: flex-end
}
#fuzhuang .list .item .name
{
	height: 26px;
    background: #6B0F0F;
    line-height: 26px;
    text-align: center;
    position: relative;
}

#fuzhuang .list .item .name h3{
	font-size: 14px;
    font-weight: 700;
    color: white;
    letter-spacing: 0.5px;
    margin: 0;
    padding: 0 5px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#fuzhuang .down_guide {
	width: 100%;
	height: 1.5867rem;
	margin-top: -.3867rem
}

#fuzhuang_detail .down_guide {
	position: fixed;
	bottom: 0px;
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 1.5867rem;
	margin-top: -.3867rem;
	z-index: 999;
}

@keyframes float-up-down {
            0%, 100% {
                transform: translateY(0);
            }
            50% {
                transform: translateY(-20px);
            }
        }

#fuzhuang .imgslider,#fuzhuang_detail .imgslider{
	animation: float-up-down 3s ease-in-out infinite;
}

#fuzhuang .public_title {
	background-color: rgba(0, 0, 0, 0);
    width: 100%;
    height: 1.7333rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

#fuzhuang_detail .back img{
	height: .64rem;
    width: .35rem;
}


#fuzhuang_detail .public_title{
	background-color: rgba(0, 0, 0, 0);
}
#fuzhuang_detail>img {
	width: 100%;
	height: auto;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%
}

#fuzhuang_detail>div {
	position: relative
}


#fuzhuang_detail .wrap {
	width: 100%;
	height: calc(100% - 1.7333rem);
	overflow: hidden;
}

#fuzhuang_detail .wrap .light {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	pointer-events: none
}

#fuzhuang_detail .wrap .swiper {
	overflow: hidden
}

#fuzhuang_detail .wrap .de_imgs {
	width: 100%; 
	height: 5.2133rem;
	position: relative;
	overflow: hidden
}

#fuzhuang_detail .wrap .de_imgs .viewImage {
	height: 100%;
	width: auto;
	max-width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	margin: 0 auto;
	transform: scale(.9)
}

#fuzhuang_detail .wrap .cut_line {
	width: 5.7733rem;
	height: .2933rem;
	margin: -.3467rem auto 0
}

#fuzhuang_detail .contentBox{
	background: #fff;
	border-radius: 30px;
	
    height: 80vh;
}

#fuzhuang_detail .wrap .de_repeat_title {
	    padding-top: 30px;
	font-size: .4533rem;
	font-family: song; 
	line-height: 1;
	text-align: center;
	margin: 1.3333rem auto 0;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: .72rem;
	width: 90%;
	
	line-height: 27px;
}

#fuzhuang_detail .wrap .de_repeat_title img {
	width: .52rem;
	height: .3733rem;
	margin: .1rem .2667rem 0
}

#fuzhuang_detail .wrap .de_author {
	font-size: .24rem;
	font-family: song;
	color: #e1d6b5;
	font-weight: 700;
	line-height: .3733rem;
	text-align: center;
	margin: .28rem auto 0
}

#fuzhuang_detail .wrap .de_desc_bg {
	width: 9.08rem;
    height: 3.4333rem;
}

#fuzhuang_detail .wrap .de_desc {
	font-size: .4rem;
	font-family: song; 
	line-height: 1.6;
	text-align: justifyLeft;
	margin: -3.1333rem auto .5rem;
	width: 7.8667rem;
	
    height: 6rem;
    overflow: scroll;
	text-indent: .8rem;
}

#fuzhuang_detail .wrap .swiper-button-next,#fuzhuang_detail .wrap .swiper-button-prev {
	top: 10.7rem;
	width: 1.3467rem;
	height: 1.3467rem;
	margin-top: 0
}

#fuzhuang_detail .wrap .swiper-button-prev {
	left: auto;
	right: 50%;
	margin-right: .3733rem;
	background: url(../../static/images/swiper-left.png?v2.2) no-repeat 50%/100% 100%
}

#fuzhuang_detail .wrap .swiper-button-prev:after {
	display: none
}

#fuzhuang_detail .wrap .swiper-button-next {
	left: 50%;
	margin-left: .3733rem;
	background: url(../../static/images/swiper-right.png?v2.2) no-repeat 50%/100% 100%
}

#fuzhuang_detail .wrap .swiper-button-next:after {
	display: none
}
/* 服装 */

/* 增加礼通四海 */

#door>img {
	width: 100%;
	height: auto;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%
}

#door>div {
	position: relative
}

#door .wrap {
	width: 100%;
	height: calc(100% - 1.7333rem);
	overflow: hidden
}

#door .hideScroll {
	width: 8.5333rem;
	margin: .5733rem auto 0;
	overflow: hidden;
	height: calc(100% - 1.7733rem)
}

#door .list {
	width: 9rem;
	height: 100%;
	overflow: auto
}

#door .list .list_wrap {
	width: 8.5333rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap
}

#door .list .item {
	background: url(../../static/images/door_item_bg.png?v2.2) no-repeat 50%/100% 100%;
	box-shadow: .0074rem .4266rem .68rem 0 rgba(45,33,19,.1);
	width: 4.1067rem;
	height: 5.1333rem;
	padding: .72rem .4rem 0;
	box-sizing: border-box;
	margin-bottom: .2rem
}

#door .list .item img {
	width: 3.2rem;
	height: 3.2rem;
	-o-object-fit: contain;
	object-fit: contain;
	margin: 0 auto
}

#door .list .item .name {
	font-size: .32rem;
	font-family: song;
	color: #603002;
	line-height: 1.3;
	text-align: center;
	margin: .1rem auto 0;
	width: 100%;
	font-weight: 700;
	max-height: .84rem;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	align-content: flex-end
}

#door .down_guide {
	width: 100%;
	height: 1.5867rem;
	margin-top: -.3867rem
}

#door_detail>img {
	width: 100%;
	height: auto;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%
}

#door_detail>div {
	position: relative
}

#door_detail .wrap {
	width: 100%;
	height: calc(100% - 1.7333rem);
	overflow: auto
}

#door_detail .wrap .light {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	pointer-events: none
}

#door_detail .wrap .swiper {
	overflow: hidden
}

#door_detail .wrap .de_imgs {
	width: 100%;
	margin: 1.1733rem auto 0;
	height: 10.2133rem;
	position: relative;
	overflow: hidden
}

#door_detail .wrap .de_imgs .viewImage {
	height: 100%;
	width: auto;
	max-width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	margin: 0 auto;
	transform: scale(.9)
}

#door_detail .wrap .cut_line {
	width: 5.7733rem;
	height: .2933rem;
	margin: -.3467rem auto 0
}

#door_detail .wrap .de_repeat_title {
	font-size: .4533rem;
	font-family: song;
	color: #fffae1;
	line-height: 1;
	text-align: center;
	margin: 1.3333rem auto 0;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: .72rem;
	width: 90%
}

#door_detail .wrap .de_repeat_title img {
	width: .52rem;
	height: .3733rem;
	margin: .1rem .2667rem 0
}

#door_detail .wrap .de_author {
	font-size: .24rem;
	font-family: song;
	color: #e1d6b5;
	font-weight: 700;
	line-height: .3733rem;
	text-align: center;
	margin: .28rem auto 0
}

#door_detail .wrap .de_desc_bg {
	width: 9.08rem;
	height: 3.7333rem;
	margin: .3467rem auto 0
}

#door_detail .wrap .de_desc {
	font-size: .4rem;
	font-family: song;
	color: #fffae1;
	line-height: 1.6;
	text-align: justifyLeft;
	margin: -3.1333rem auto .5rem;
	width: 7.8667rem
}

#door_detail .wrap .swiper-button-next,#door_detail .wrap .swiper-button-prev {
	top: 10.7rem;
	width: 1.3467rem;
	height: 1.3467rem;
	margin-top: 0
}

#door_detail .wrap .swiper-button-prev {
	left: auto;
	right: 50%;
	margin-right: .3733rem;
	background: url(../../static/images/swiper-left.png?v2.2) no-repeat 50%/100% 100%
}

#door_detail .wrap .swiper-button-prev:after {
	display: none
}

#door_detail .wrap .swiper-button-next {
	left: 50%;
	margin-left: .3733rem;
	background: url(../../static/images/swiper-right.png?v2.2) no-repeat 50%/100% 100%
}

#door_detail .wrap .swiper-button-next:after {
	display: none
}

#container {
	height: 100%!important;
	max-width: 1280px
}

.card_slide {
	position: fixed;
	right: 0;
	top: 2.53333rem;
	width: .716625rem;
	height: 2.266625rem;
	z-index: 2
}

#guoshu .card_slide,#guoshu_detail  .card_slide,
#door_two .card_slide,#door_two_detail  .card_slide,
#fuzhuang .card_slide,#fuzhuang_detail  .card_slide,
#xiaohao .card_slide,#xiaohao_detail  .card_slide,
#zhongguozun .card_slide,#zhongguozun_detail  .card_slide
{
	top:0.18333rem
}

#frame iframe {
	width: 100vw;
	height: 100%;
	max-width: 100%
}

#frame .view-guide {
	position: fixed;
	width: 9.4933rem;
	height: 1.7067rem;
	margin-left: -4.7467rem;
	left: 50%;
	bottom: calc(5% + 2rem);
	pointer-events: none
}

#frame .cut-img {
	width: 1.8933rem;
	height: 1.8933rem;
	margin-left: -.9467rem;
	position: fixed;
	left: 50%;
	bottom: 5%
}

#frame .author {
	position: absolute;
	left: 7.5733rem;
	top: 25%;
	width: .4667rem;
	height: 1.0267rem
}

#guessName {
	background: rgba(0,0,0,.48)
}

#guessName .main {
	width: 9.7867rem;
	height: 8.68rem;
	position: relative
}

#guessName .main .submit {
	position: absolute;
	left: 3.7067rem;
	top: 6.8533rem;
	width: 2.4933rem;
	height: .96rem
}

#guessName .main .insert-group {
	position: absolute;
	left: 2.7867rem;
	top: 3.7733rem;
	width: 4.3467rem;
	height: 1.88rem;
	display: flex;
	justify-content: space-between;
	align-items: center
}

#guessName .main .insert-group input {
	width: 1.8933rem;
	height: 1.88rem;
	text-align: center;
	color: #e5cf8b;
	font-size: .6667rem;
	font-family: song
}

#save {
	background: rgba(0,0,0,.7)
}

#save,#save .wrap {
	width: 100%;
	height: 100%
}

#save .wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative
}

#save .wrap img {
	width: 80%;
	height: auto
}

#save .save-guide {
	width: 6.56rem;
	height: .9733rem;
	height: auto;
	pointer-events: none;
	margin: -1.9733rem auto 1rem
}

#save .save-guide img {
	width: 100%
}

#save .close {
	width: 2.9733rem;
	height: 1.4667rem;
	margin: -.7333rem auto 0
}

#save .close img {
	pointer-events: none;
	width: 100%
}

#cardDate {
	height: 100%
}

#cardDate .main {
	border: .0267rem solid #e9d9ad;
	border-radius: .1733rem;
	background-image: linear-gradient(139deg,#503a23,#bc8f58);
	box-shadow: 0 .2rem 1.08rem 0 rgba(65,72,78,.25);
	width: 7.8133rem;
	height: 12.1867rem;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column
}

#cardDate .main .date {
	font-size: .4667rem
}

#cardDate .main .date,#cardDate .main .desc {
	font-family: song;
	color: #e9d79f;
	line-height: 1.463;
	text-align: center;
	text-shadow: .1043rem .0222rem .1067rem rgba(35,5,2,.3);
	width: 5.0667rem
}

#cardDate .main .desc {
	font-size: .6667rem;
	font-weight: 700
}

.de_desc .ql-container {
	box-sizing: border-box;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 13px;
	height: 100%;
	margin: 0;
	position: relative
}

.de_desc .ql-container.ql-disabled .ql-tooltip {
	visibility: hidden
}

.de_desc .ql-container.ql-disabled ul[data-checked]>li:before {
	pointer-events: none
}

.de_desc .ql-clipboard {
	left: -100000px;
	height: 1px;
	overflow-y: hidden;
	position: absolute;
	top: 50%
}

.de_desc .ql-clipboard p {
	margin: 0;
	padding: 0
}

.de_desc>* {
	cursor: text
}

.de_desc blockquote,.de_desc h1,.de_desc h2,.de_desc h3,.de_desc h4,.de_desc h5,.de_desc h6,.de_desc ol,.de_desc p,.de_desc pre,.de_desc ul {
	margin: 0;
	padding: 0;
	counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9
}

.de_desc ol,.de_desc ul {
	padding-left: 1.5em
}

.de_desc ol>li,.de_desc ul>li {
	list-style-type: none
}

.de_desc ul>li:before {
	content: "•"
}

.de_desc ul[data-checked=false],.de_desc ul[data-checked=true] {
	pointer-events: none
}

.de_desc ul[data-checked=false]>li *,.de_desc ul[data-checked=true]>li * {
	pointer-events: all
}

.de_desc ul[data-checked=false]>li:before,.de_desc ul[data-checked=true]>li:before {
	color: #777;
	cursor: pointer;
	pointer-events: all
}

.de_desc ul[data-checked=true]>li:before {
	content: "☑"
}

.de_desc ul[data-checked=false]>li:before {
	content: "☐"
}

.de_desc li:before {
	display: inline-block;
	white-space: nowrap;
	width: 1.2em
}

.de_desc li:not(.ql-direction-rtl):before {
	margin-left: -1.5em;
	margin-right: .3em;
	text-align: right
}

.de_desc li.ql-direction-rtl:before {
	margin-left: .3em;
	margin-right: -1.5em
}

.de_desc ol li:not(.ql-direction-rtl),.de_desc ul li:not(.ql-direction-rtl) {
	padding-left: 1.5em
}

.de_desc ol li.ql-direction-rtl,.de_desc ul li.ql-direction-rtl {
	padding-right: 1.5em
}

.de_desc ol li {
	counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
	counter-increment: list-0
}

.de_desc ol li:before {
	content: counter(list-0,decimal) ". "
}

.de_desc ol li.ql-indent-1 {
	counter-increment: list-1
}

.de_desc ol li.ql-indent-1:before {
	content: counter(list-1,lower-alpha) ". "
}

.de_desc ol li.ql-indent-1 {
	counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9
}

.de_desc ol li.ql-indent-2 {
	counter-increment: list-2
}

.de_desc ol li.ql-indent-2:before {
	content: counter(list-2,lower-roman) ". "
}

.de_desc ol li.ql-indent-2 {
	counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9
}

.de_desc ol li.ql-indent-3 {
	counter-increment: list-3
}

.de_desc ol li.ql-indent-3:before {
	content: counter(list-3,decimal) ". "
}

.de_desc ol li.ql-indent-3 {
	counter-reset: list-4 list-5 list-6 list-7 list-8 list-9
}

.de_desc ol li.ql-indent-4 {
	counter-increment: list-4
}

.de_desc ol li.ql-indent-4:before {
	content: counter(list-4,lower-alpha) ". "
}

.de_desc ol li.ql-indent-4 {
	counter-reset: list-5 list-6 list-7 list-8 list-9
}

.de_desc ol li.ql-indent-5 {
	counter-increment: list-5
}

.de_desc ol li.ql-indent-5:before {
	content: counter(list-5,lower-roman) ". "
}

.de_desc ol li.ql-indent-5 {
	counter-reset: list-6 list-7 list-8 list-9
}

.de_desc ol li.ql-indent-6 {
	counter-increment: list-6
}

.de_desc ol li.ql-indent-6:before {
	content: counter(list-6,decimal) ". "
}

.de_desc ol li.ql-indent-6 {
	counter-reset: list-7 list-8 list-9
}

.de_desc ol li.ql-indent-7 {
	counter-increment: list-7
}

.de_desc ol li.ql-indent-7:before {
	content: counter(list-7,lower-alpha) ". "
}

.de_desc ol li.ql-indent-7 {
	counter-reset: list-8 list-9
}

.de_desc ol li.ql-indent-8 {
	counter-increment: list-8
}

.de_desc ol li.ql-indent-8:before {
	content: counter(list-8,lower-roman) ". "
}

.de_desc ol li.ql-indent-8 {
	counter-reset: list-9
}

.de_desc ol li.ql-indent-9 {
	counter-increment: list-9
}

.de_desc ol li.ql-indent-9:before {
	content: counter(list-9,decimal) ". "
}

.de_desc .ql-indent-1:not(.ql-direction-rtl) {
	padding-left: 3em
}

.de_desc li.ql-indent-1:not(.ql-direction-rtl) {
	padding-left: 4.5em
}

.de_desc .ql-indent-1.ql-direction-rtl.ql-align-right {
	padding-right: 3em
}

.de_desc li.ql-indent-1.ql-direction-rtl.ql-align-right {
	padding-right: 4.5em
}

.de_desc .ql-indent-2:not(.ql-direction-rtl) {
	padding-left: 6em
}

.de_desc li.ql-indent-2:not(.ql-direction-rtl) {
	padding-left: 7.5em
}

.de_desc .ql-indent-2.ql-direction-rtl.ql-align-right {
	padding-right: 6em
}

.de_desc li.ql-indent-2.ql-direction-rtl.ql-align-right {
	padding-right: 7.5em
}

.de_desc .ql-indent-3:not(.ql-direction-rtl) {
	padding-left: 9em
}

.de_desc li.ql-indent-3:not(.ql-direction-rtl) {
	padding-left: 10.5em
}

.de_desc .ql-indent-3.ql-direction-rtl.ql-align-right {
	padding-right: 9em
}

.de_desc li.ql-indent-3.ql-direction-rtl.ql-align-right {
	padding-right: 10.5em
}

.de_desc .ql-indent-4:not(.ql-direction-rtl) {
	padding-left: 12em
}

.de_desc li.ql-indent-4:not(.ql-direction-rtl) {
	padding-left: 13.5em
}

.de_desc .ql-indent-4.ql-direction-rtl.ql-align-right {
	padding-right: 12em
}

.de_desc li.ql-indent-4.ql-direction-rtl.ql-align-right {
	padding-right: 13.5em
}

.de_desc .ql-indent-5:not(.ql-direction-rtl) {
	padding-left: 15em
}

.de_desc li.ql-indent-5:not(.ql-direction-rtl) {
	padding-left: 16.5em
}

.de_desc .ql-indent-5.ql-direction-rtl.ql-align-right {
	padding-right: 15em
}

.de_desc li.ql-indent-5.ql-direction-rtl.ql-align-right {
	padding-right: 16.5em
}

.de_desc .ql-indent-6:not(.ql-direction-rtl) {
	padding-left: 18em
}

.de_desc li.ql-indent-6:not(.ql-direction-rtl) {
	padding-left: 19.5em
}

.de_desc .ql-indent-6.ql-direction-rtl.ql-align-right {
	padding-right: 18em
}

.de_desc li.ql-indent-6.ql-direction-rtl.ql-align-right {
	padding-right: 19.5em
}

.de_desc .ql-indent-7:not(.ql-direction-rtl) {
	padding-left: 21em
}

.de_desc li.ql-indent-7:not(.ql-direction-rtl) {
	padding-left: 22.5em
}

.de_desc .ql-indent-7.ql-direction-rtl.ql-align-right {
	padding-right: 21em
}

.de_desc li.ql-indent-7.ql-direction-rtl.ql-align-right {
	padding-right: 22.5em
}

.de_desc .ql-indent-8:not(.ql-direction-rtl) {
	padding-left: 24em
}

.de_desc li.ql-indent-8:not(.ql-direction-rtl) {
	padding-left: 25.5em
}

.de_desc .ql-indent-8.ql-direction-rtl.ql-align-right {
	padding-right: 24em
}

.de_desc li.ql-indent-8.ql-direction-rtl.ql-align-right {
	padding-right: 25.5em
}

.de_desc .ql-indent-9:not(.ql-direction-rtl) {
	padding-left: 27em
}

.de_desc li.ql-indent-9:not(.ql-direction-rtl) {
	padding-left: 28.5em
}

.de_desc .ql-indent-9.ql-direction-rtl.ql-align-right {
	padding-right: 27em
}

.de_desc li.ql-indent-9.ql-direction-rtl.ql-align-right {
	padding-right: 28.5em
}

.de_desc .ql-video {
	display: block;
	max-width: 100%
}

.de_desc .ql-video.ql-align-center {
	margin: 0 auto
}

.de_desc .ql-video.ql-align-right {
	margin: 0 0 0 auto
}

.de_desc .ql-bg-black {
	background-color: #000
}

.de_desc .ql-bg-red {
	background-color: #e60000
}

.de_desc .ql-bg-orange {
	background-color: #f90
}

.de_desc .ql-bg-yellow {
	background-color: #ff0
}

.de_desc .ql-bg-green {
	background-color: #008a00
}

.de_desc .ql-bg-blue {
	background-color: #06c
}

.de_desc .ql-bg-purple {
	background-color: #93f
}

.de_desc .ql-color-white {
	color: #fff
}

.de_desc .ql-color-red {
	color: #e60000
}

.de_desc .ql-color-orange {
	color: #f90
}

.de_desc .ql-color-yellow {
	color: #ff0
}

.de_desc .ql-color-green {
	color: #008a00
}

.de_desc .ql-color-blue {
	color: #06c
}

.de_desc .ql-color-purple {
	color: #93f
}

.de_desc .ql-font-serif {
	font-family: Georgia,Times New Roman,serif
}

.de_desc .ql-font-monospace {
	font-family: Monaco,Courier New,monospace
}

.de_desc .ql-size-small {
	font-size: .75em
}

.de_desc .ql-size-large {
	font-size: 1.5em
}

.de_desc .ql-size-huge {
	font-size: 2.5em
}

.de_desc .ql-direction-rtl {
	direction: rtl;
	text-align: inherit
}

.de_desc .ql-align-center {
	text-align: center
}

.de_desc .ql-align-justify {
	text-align: justify
}

.de_desc .ql-align-right {
	text-align: right
}

.de_desc .ql-blank:before {
	color: rgba(0,0,0,.6);
	content: attr(data-placeholder);
	font-style: italic;
	left: 15px;
	pointer-events: none;
	position: absolute;
	right: 15px
}

.de_desc .ql-bubble.ql-toolbar:after,.de_desc .ql-bubble .ql-toolbar:after {
	clear: both;
	content: "";
	display: table
}

.de_desc .ql-bubble.ql-toolbar button,.de_desc .ql-bubble .ql-toolbar button {
	background: none;
	border: none;
	cursor: pointer;
	display: inline-block;
	float: left;
	height: 24px;
	padding: 3px 5px;
	width: 28px
}

.de_desc .ql-bubble.ql-toolbar button svg,.de_desc .ql-bubble .ql-toolbar button svg {
	float: left;
	height: 100%
}

.de_desc .ql-bubble.ql-toolbar button:active:hover,.de_desc .ql-bubble .ql-toolbar button:active:hover {
	outline: none
}

.de_desc .ql-bubble.ql-toolbar input.ql-image[type=file],.de_desc .ql-bubble .ql-toolbar input.ql-image[type=file] {
	display: none
}

.de_desc .ql-bubble.ql-toolbar .ql-picker-item.ql-selected,.de_desc .ql-bubble .ql-toolbar .ql-picker-item.ql-selected,.de_desc .ql-bubble.ql-toolbar .ql-picker-item:hover,.de_desc .ql-bubble .ql-toolbar .ql-picker-item:hover,.de_desc .ql-bubble.ql-toolbar .ql-picker-label.ql-active,.de_desc .ql-bubble .ql-toolbar .ql-picker-label.ql-active,.de_desc .ql-bubble.ql-toolbar .ql-picker-label:hover,.de_desc .ql-bubble .ql-toolbar .ql-picker-label:hover,.de_desc .ql-bubble.ql-toolbar button.ql-active,.de_desc .ql-bubble .ql-toolbar button.ql-active,.de_desc .ql-bubble.ql-toolbar button:focus,.de_desc .ql-bubble .ql-toolbar button:focus,.de_desc .ql-bubble.ql-toolbar button:hover,.de_desc .ql-bubble .ql-toolbar button:hover {
	color: #fff
}

.de_desc .ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.de_desc .ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.de_desc .ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.de_desc .ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.de_desc .ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill,.de_desc .ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill,.de_desc .ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.de_desc .ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.de_desc .ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-fill,.de_desc .ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-fill,.de_desc .ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.de_desc .ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.de_desc .ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill,.de_desc .ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill,.de_desc .ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.de_desc .ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.de_desc .ql-bubble.ql-toolbar button.ql-active .ql-fill,.de_desc .ql-bubble .ql-toolbar button.ql-active .ql-fill,.de_desc .ql-bubble.ql-toolbar button.ql-active .ql-stroke.ql-fill,.de_desc .ql-bubble .ql-toolbar button.ql-active .ql-stroke.ql-fill,.de_desc .ql-bubble.ql-toolbar button:focus .ql-fill,.de_desc .ql-bubble .ql-toolbar button:focus .ql-fill,.de_desc .ql-bubble.ql-toolbar button:focus .ql-stroke.ql-fill,.de_desc .ql-bubble .ql-toolbar button:focus .ql-stroke.ql-fill,.de_desc .ql-bubble.ql-toolbar button:hover .ql-fill,.de_desc .ql-bubble .ql-toolbar button:hover .ql-fill,.de_desc .ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill,.de_desc .ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill {
	fill: #fff
}

.de_desc .ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.de_desc .ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.de_desc .ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.de_desc .ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.de_desc .ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke,.de_desc .ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke,.de_desc .ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.de_desc .ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.de_desc .ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.de_desc .ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.de_desc .ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.de_desc .ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.de_desc .ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke,.de_desc .ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke,.de_desc .ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.de_desc .ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.de_desc .ql-bubble.ql-toolbar button.ql-active .ql-stroke,.de_desc .ql-bubble .ql-toolbar button.ql-active .ql-stroke,.de_desc .ql-bubble.ql-toolbar button.ql-active .ql-stroke-miter,.de_desc .ql-bubble .ql-toolbar button.ql-active .ql-stroke-miter,.de_desc .ql-bubble.ql-toolbar button:focus .ql-stroke,.de_desc .ql-bubble .ql-toolbar button:focus .ql-stroke,.de_desc .ql-bubble.ql-toolbar button:focus .ql-stroke-miter,.de_desc .ql-bubble .ql-toolbar button:focus .ql-stroke-miter,.de_desc .ql-bubble.ql-toolbar button:hover .ql-stroke,.de_desc .ql-bubble .ql-toolbar button:hover .ql-stroke,.de_desc .ql-bubble.ql-toolbar button:hover .ql-stroke-miter,.de_desc .ql-bubble .ql-toolbar button:hover .ql-stroke-miter {
	stroke: #fff
}

@media (pointer:coarse) {
	.de_desc .ql-bubble.ql-toolbar button:hover:not(.ql-active),.de_desc .ql-bubble .ql-toolbar button:hover:not(.ql-active) {
		color: #ccc
	}

	.de_desc .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-fill,.de_desc .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-fill,.de_desc .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.de_desc .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
		fill: #ccc
	}

	.de_desc .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.de_desc .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.de_desc .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.de_desc .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
		stroke: #ccc
	}
}

.de_desc .ql-bubble,.de_desc .ql-bubble * {
	box-sizing: border-box
}

.de_desc .ql-bubble .ql-hidden {
	display: none
}

.de_desc .ql-bubble .ql-out-bottom,.de_desc .ql-bubble .ql-out-top {
	visibility: hidden
}

.de_desc .ql-bubble .ql-tooltip {
	position: absolute;
	transform: translateY(10px)
}

.de_desc .ql-bubble .ql-tooltip a {
	cursor: pointer;
	-webkit-text-decoration: none;
	text-decoration: none
}

.de_desc .ql-bubble .ql-tooltip.ql-flip {
	transform: translateY(-10px)
}

.de_desc .ql-bubble .ql-formats {
	display: inline-block;
	vertical-align: middle
}

.de_desc .ql-bubble .ql-formats:after {
	clear: both;
	content: "";
	display: table
}

.de_desc .ql-bubble .ql-stroke {
	fill: none;
	stroke: #ccc;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2
}

.de_desc .ql-bubble .ql-stroke-miter {
	fill: none;
	stroke: #ccc;
	stroke-miterlimit: 10;
	stroke-width: 2
}

.de_desc .ql-bubble .ql-fill,.de_desc .ql-bubble .ql-stroke.ql-fill {
	fill: #ccc
}

.de_desc .ql-bubble .ql-empty {
	fill: none
}

.de_desc .ql-bubble .ql-even {
	fill-rule: evenodd
}

.de_desc .ql-bubble .ql-stroke.ql-thin,.de_desc .ql-bubble .ql-thin {
	stroke-width: 1
}

.de_desc .ql-bubble .ql-transparent {
	opacity: .4
}

.de_desc .ql-bubble .ql-direction svg:last-child {
	display: none
}

.de_desc .ql-bubble .ql-direction.ql-active svg:last-child {
	display: inline
}

.de_desc .ql-bubble .ql-direction.ql-active svg:first-child {
	display: none
}

.de_desc .ql-bubble h1 {
	font-size: 2em
}

.de_desc .ql-bubble h2 {
	font-size: 1.5em
}

.de_desc .ql-bubble h3 {
	font-size: 1.17em
}

.de_desc .ql-bubble h4 {
	font-size: 1em
}

.de_desc .ql-bubble h5 {
	font-size: .83em
}

.de_desc .ql-bubble h6 {
	font-size: .67em
}

.de_desc .ql-bubble a {
	-webkit-text-decoration: underline;
	text-decoration: underline
}

.de_desc .ql-bubble blockquote {
	border-left: 4px solid #ccc;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-left: 16px
}

.de_desc .ql-bubble code,.de_desc .ql-bubble pre {
	background-color: #f0f0f0;
	border-radius: 3px
}

.de_desc .ql-bubble pre {
	white-space: pre-wrap;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 5px 10px
}

.de_desc .ql-bubble code {
	font-size: 85%;
	padding: 2px 4px
}

.de_desc .ql-bubble pre.ql-syntax {
	background-color: #23241f;
	color: #f8f8f2;
	overflow: visible
}

.de_desc .ql-bubble img {
	max-width: 100%
}

.de_desc .ql-bubble .ql-picker {
	color: #ccc;
	display: inline-block;
	float: left;
	font-size: 14px;
	font-weight: 500;
	height: 24px;
	position: relative;
	vertical-align: middle
}

.de_desc .ql-bubble .ql-picker-label {
	cursor: pointer;
	display: inline-block;
	height: 100%;
	padding-left: 8px;
	padding-right: 2px;
	position: relative;
	width: 100%
}

.de_desc .ql-bubble .ql-picker-label:before {
	display: inline-block;
	line-height: 22px
}

.de_desc .ql-bubble .ql-picker-options {
	background-color: #444;
	display: none;
	min-width: 100%;
	padding: 4px 8px;
	position: absolute;
	white-space: nowrap
}

.de_desc .ql-bubble .ql-picker-options .ql-picker-item {
	cursor: pointer;
	display: block;
	padding-bottom: 5px;
	padding-top: 5px
}

.de_desc .ql-bubble .ql-picker.ql-expanded .ql-picker-label {
	color: #777;
	z-index: 2
}

.de_desc .ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-fill {
	fill: #777
}

.de_desc .ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
	stroke: #777
}

.de_desc .ql-bubble .ql-picker.ql-expanded .ql-picker-options {
	display: block;
	margin-top: -1px;
	top: 100%;
	z-index: 1
}

.de_desc .ql-bubble .ql-color-picker,.de_desc .ql-bubble .ql-icon-picker {
	width: 28px
}

.de_desc .ql-bubble .ql-color-picker .ql-picker-label,.de_desc .ql-bubble .ql-icon-picker .ql-picker-label {
	padding: 2px 4px
}

.de_desc .ql-bubble .ql-color-picker .ql-picker-label svg,.de_desc .ql-bubble .ql-icon-picker .ql-picker-label svg {
	right: 4px
}

.de_desc .ql-bubble .ql-icon-picker .ql-picker-options {
	padding: 4px 0
}

.de_desc .ql-bubble .ql-icon-picker .ql-picker-item {
	height: 24px;
	width: 24px;
	padding: 2px 4px
}

.de_desc .ql-bubble .ql-color-picker .ql-picker-options {
	padding: 3px 5px;
	width: 152px
}

.de_desc .ql-bubble .ql-color-picker .ql-picker-item {
	border: 1px solid transparent;
	float: left;
	height: 16px;
	margin: 2px;
	padding: 0;
	width: 16px
}

.de_desc .ql-bubble .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
	position: absolute;
	margin-top: -9px;
	right: 0;
	top: 50%;
	width: 18px
}

.de_desc .ql-bubble .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.de_desc .ql-bubble .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.de_desc .ql-bubble .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.de_desc .ql-bubble .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.de_desc .ql-bubble .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before,.de_desc .ql-bubble .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before {
	content: attr(data-label)
}

.de_desc .ql-bubble .ql-picker.ql-header {
	width: 98px
}

.de_desc .ql-bubble .ql-picker.ql-header .ql-picker-item:before,.de_desc .ql-bubble .ql-picker.ql-header .ql-picker-label:before {
	content: "Normal"
}

.de_desc .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,.de_desc .ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="1"]:before {
	content: "Heading 1"
}

.de_desc .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,.de_desc .ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="2"]:before {
	content: "Heading 2"
}

.de_desc .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,.de_desc .ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="3"]:before {
	content: "Heading 3"
}

.de_desc .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,.de_desc .ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="4"]:before {
	content: "Heading 4"
}

.de_desc .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,.de_desc .ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="5"]:before {
	content: "Heading 5"
}

.de_desc .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,.de_desc .ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="6"]:before {
	content: "Heading 6"
}

.de_desc .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]:before {
	font-size: 2em
}

.de_desc .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]:before {
	font-size: 1.5em
}

.de_desc .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]:before {
	font-size: 1.17em
}

.de_desc .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]:before {
	font-size: 1em
}

.de_desc .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]:before {
	font-size: .83em
}

.de_desc .ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]:before {
	font-size: .67em
}

.de_desc .ql-bubble .ql-picker.ql-font {
	width: 108px
}

.de_desc .ql-bubble .ql-picker.ql-font .ql-picker-item:before,.de_desc .ql-bubble .ql-picker.ql-font .ql-picker-label:before {
	content: "Sans Serif"
}

.de_desc .ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]:before,.de_desc .ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=serif]:before {
	content: "Serif"
}

.de_desc .ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before,.de_desc .ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before {
	content: "Monospace"
}

.de_desc .ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]:before {
	font-family: Georgia,Times New Roman,serif
}

.de_desc .ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before {
	font-family: Monaco,Courier New,monospace
}

.de_desc .ql-bubble .ql-picker.ql-size {
	width: 98px
}

.de_desc .ql-bubble .ql-picker.ql-size .ql-picker-item:before,.de_desc .ql-bubble .ql-picker.ql-size .ql-picker-label:before {
	content: "Normal"
}

.de_desc .ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]:before,.de_desc .ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=small]:before {
	content: "Small"
}

.de_desc .ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]:before,.de_desc .ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=large]:before {
	content: "Large"
}

.de_desc .ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]:before,.de_desc .ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=huge]:before {
	content: "Huge"
}

.de_desc .ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]:before {
	font-size: 10px
}

.de_desc .ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]:before {
	font-size: 18px
}

.de_desc .ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]:before {
	font-size: 32px
}

.de_desc .ql-bubble .ql-color-picker.ql-background .ql-picker-item {
	background-color: #fff
}

.de_desc .ql-bubble .ql-color-picker.ql-color .ql-picker-item {
	background-color: #000
}

.de_desc .ql-bubble .ql-toolbar .ql-formats {
	margin: 8px 12px 8px 0
}

.de_desc .ql-bubble .ql-toolbar .ql-formats:first-child {
	margin-left: 12px
}

.de_desc .ql-bubble .ql-color-picker svg {
	margin: 1px
}

.de_desc .ql-bubble .ql-color-picker .ql-picker-item.ql-selected,.de_desc .ql-bubble .ql-color-picker .ql-picker-item:hover {
	border-color: #fff
}

.de_desc .ql-bubble .ql-tooltip {
	background-color: #444;
	border-radius: 25px;
	color: #fff
}

.de_desc .ql-bubble .ql-tooltip-arrow {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	content: " ";
	display: block;
	left: 50%;
	margin-left: -6px;
	position: absolute
}

.de_desc .ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow {
	border-bottom: 6px solid #444;
	top: -6px
}

.de_desc .ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow {
	border-top: 6px solid #444;
	bottom: -6px
}

.de_desc .ql-bubble .ql-tooltip.ql-editing .ql-tooltip-editor {
	display: block
}

.de_desc .ql-bubble .ql-tooltip.ql-editing .ql-formats {
	visibility: hidden
}

.de_desc .ql-bubble .ql-tooltip-editor {
	display: none
}

.de_desc .ql-bubble .ql-tooltip-editor input[type=text] {
	background: transparent;
	border: none;
	color: #fff;
	font-size: 13px;
	height: 100%;
	outline: none;
	padding: 10px 20px;
	position: absolute;
	width: 100%
}

.de_desc .ql-bubble .ql-tooltip-editor a {
	top: 10px;
	position: absolute;
	right: 20px
}

.de_desc .ql-bubble .ql-tooltip-editor a:before {
	color: #ccc;
	content: "×";
	font-size: 16px;
	font-weight: 700
}

.de_desc .ql-container.ql-bubble:not(.ql-disabled) a {
	position: relative;
	white-space: nowrap
}

.de_desc .ql-container.ql-bubble:not(.ql-disabled) a:before {
	background-color: #444;
	border-radius: 15px;
	top: -5px;
	font-size: 12px;
	color: #fff;
	content: attr(href);
	font-weight: 400;
	overflow: hidden;
	padding: 5px 15px;
	-webkit-text-decoration: none;
	text-decoration: none;
	z-index: 1
}

.de_desc .ql-container.ql-bubble:not(.ql-disabled) a:after {
	border-top: 6px solid #444;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	top: 0;
	content: " ";
	height: 0;
	width: 0
}

.de_desc .ql-container.ql-bubble:not(.ql-disabled) a:after,.de_desc .ql-container.ql-bubble:not(.ql-disabled) a:before {
	left: 0;
	margin-left: 50%;
	position: absolute;
	transform: translate(-50%,-100%);
	transition: visibility 0s ease .2s;
	visibility: hidden
}

.de_desc .ql-container.ql-bubble:not(.ql-disabled) a:hover:after,.de_desc .ql-container.ql-bubble:not(.ql-disabled) a:hover:before {
	visibility: visible
}

@font-face {
	font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal
}

:root {
	--swiper-theme-color: #007aff
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
	transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
	flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-container-pointer-events {
	touch-action: pan-y
}

.swiper-container-pointer-events.swiper-container-vertical {
	touch-action: pan-x
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform,height
}

.swiper-container-3d {
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper {
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(270deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(90deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(0deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(180deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
	scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
	scroll-snap-type: y mandatory
}

:root {
	--swiper-navigation-size: 44px
}

.swiper-button-next,.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	width: calc(var(--swiper-navigation-size)/44*27);
	height: 44px;
	height: var(--swiper-navigation-size);
	margin-top: -22px;
	margin-top: calc(0px - var(--swiper-navigation-size)/2);
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #007aff;
	color: var(--swiper-navigation-color,var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-next:after,.swiper-button-prev:after {
	text-transform: none!important;
	font-family: swiper-icons;
	font-size: 44px;
	font-size: var(--swiper-navigation-size);
	letter-spacing: 0;
	text-transform: none;
	font-variant: normal;
	line-height: 1
}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
	left: 10px;
	right: auto
}

.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after {
	content: "prev"
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
	right: 10px;
	left: auto
}

.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after {
	content: "next"
}

.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white {
	--swiper-navigation-color: #fff
}

.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black {
	--swiper-navigation-color: #000
}

.swiper-button-lock {
	display: none
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: opacity .3s;
	transform: translateZ(0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 50%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet:only-child {
	display: none!important
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff;
	background: var(--swiper-pagination-color,var(--swiper-theme-color))
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0,-50%,0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: transform .2s,top .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: transform .2s,left .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: transform .2s,right .2s
}

.swiper-pagination-progressbar {
	background: rgba(0,0,0,.25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	background: var(--swiper-pagination-color,var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-white {
	--swiper-pagination-color: #fff
}

.swiper-pagination-black {
	--swiper-pagination-color: #000
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0,0,0,.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0,0,0,.5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	animation: swiper-preloader-spin 1s linear infinite;
	box-sizing: border-box;
	border-left: 4px solid #007aff;
	border-bottom: 4px solid #007aff;
	border-right: 4px solid #007aff;
	border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
	border-radius: 50%;
	border-top: 4px solid transparent
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
	to {
		transform: rotate(1turn)
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube {
	overflow: visible
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: .6;
	z-index: 0
}

.swiper-container-cube .swiper-cube-shadow:before {
	content: "";
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	filter: blur(50px)
}

.swiper-container-flip {
	overflow: visible
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	backface-visibility: hidden
}