@charset "utf-8";

/************************************************** CSS Document */
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
	-ms-touch-action: none;
	height: 100%;
}

body {
	font-family: PingFang SC, Microsoft YaHei, "\5FAE\8F6F\96C5\9ED1", Source San Pro, MingLiu, Arial, sans-serif;
	min-width: 4.267rem;
	background-color: #fff;
	height: 100%;
	letter-spacing: .01rem;
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	color: #333;
	text-decoration: none;
	display: inline-block;
}

ol,
ul {
	list-style: none;
}

img {
	width: 100%;
	max-height: 100%;
	vertical-align: top;
	pointer-events: none;
	will-change: transform;
}

.video::-webkit-media-controls-enclosure{ 
    display: none;
}

.dui-ellipsis-1 {
	width: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.dui-ellipsis-2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.swiper-container-horizontal>.swiper-pagination {
	bottom: 20px;
}

.dui-topbar {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	background: #283a84;
}

/************************************************** CSS Grids */
.dui-grids {
	position: relative;
	overflow: hidden;
}

.dui-grids .grid-2 {
	position: relative;
	float: left;
	width: 50%;
	box-sizing: border-box;
}

.dui-grids .grid-3 {
	position: relative;
	float: left;
	width: 33.333333%;
	box-sizing: border-box;
}
.dui-grids .grid-3:nth-child(8){
    display: none;
}
.dui-grids .grid-4 {
	position: relative;
	float: left;
	width: 25%;
	box-sizing: border-box;
}

.dui-grids .grid-5 {
	position: relative;
	float: left;
	width: 20%;
	box-sizing: border-box;
}

.dui-grid-box {
	display: block;
}

.dui-grid-icon {
	margin: 0 auto;
	width: 1.6rem;
	height: 1.6rem;
	text-align: center;
}

.dui-grid-icon img {
	border-radius: 50%;
}

.dui-grid-text {
	margin: 0.2rem auto;
	font-size: .373333rem;
	color: #333;
	text-align: center;
}

.dui-flex-top {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: top;
	-webkit-align-items: top;
	align-items: top;
}

.dui-flex-center {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.dui-flex-meta {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	min-width: 0;
}

.dui-card {
	background: #fff;
	border-radius: 0.32rem;
}

.dui-no {
    margin: 0 auto;
    width: 5rem;
}

.dui-no-text {
    font-size: 0.32rem;
    color: #999;
    text-align: center;
}

.dui-no-img {
    margin: 0.4rem;
}

.dui-footer-text {
	font-size: 0.266667rem;
	text-align: center;
	color: #999;
	line-height: 160%;
}

.dui-carousel {
    padding: 0.4rem 0;
}

.dui-carousel .swiper-slide {
	opacity: 0.7;
	transition: 300ms;
	transform: scale(0.8);
}

.dui-carousel .swiper-slide-active {
	opacity: 1;
	transform: scale(1);
}

.dui-carousel .dui-media {
	width: 3.2rem;
}

.dui-switch {
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: flex;
position: fixed;
z-index: 10;
top: 1.173rem;
left: 0;
background-color: #fff;
border-bottom: 1px solid #ddd;
}

.dui-switch .switch-meta {
position: relative;
display: block;
-webkit-box-flex: 1;
-webkit-flex: 1;
flex: 1;
font-size: .32rem;
text-align: center;
color: #666;
height: 1.173rem;
line-height: 1.173rem;
letter-spacing: .02rem;
}

.dui-switch .switch-meta.on span::after {
content: "";
position: absolute;
bottom: 0;
left: 25%;
right: 25%;
width: 50%;
height: .14rem;
line-height: 0;
font-size: 0;
background: #37c441;
}

.dui-switch .switch-meta:after {
content: " ";
position: absolute;
right: 0;
top: 0.4rem;
width: 1px;
border-right: 1px solid #ccc;
color: #ccc;
-webkit-transform-origin: 100% 0;
transform-origin: 100% 0;
-webkit-transform: scaleX(0.5);
transform: scaleX(0.5);
}

.dui-switch .switch-meta:last-child:after {
display: none;
}

