body{
    color: #555;
    font-size: 12px;
}
a{
	text-decoration: none!important;
}
.mui-content{
	max-width: 600px;
	margin: auto;
}
.yh_box{
    background: #fff;
    margin: 1rem 0 0 0;
	    padding: .6rem;
}
.yh_box_padd{
    margin: 1rem .6rem 0;
}
.mui-card-footer,.mui-card-header{
	background:#fff;
    padding: .6rem .3rem;
	border:none;
}
.f_t_txt{
	color: #555;
    font-size: 12px;
}
.right{
	float:right;
}
.left{
	float:left;
}
.u_d_tit{
	position: relative;
    height: 3rem;
    display: block;
    line-height: 3rem;
    font-size: 12px;
    color: #555;
}
.u_d_ct{
	line-height: 3rem;
	font-weight: bold;
	font-size: 15px;
}
.header .mui-search{
	position: absolute;
	left: 40px;
	right: 40px;
	margin: 0 10px;
}
.mui-popover {
	position: fixed;
	top: 6rem;
	right: .6rem;
	max-height: 40rem;
	min-height: 20rem;
}
.mui-popover .mui-popover-arrow {
	left: auto;
	right: 6px;
}
.flow-more a {
	display: inline-block;
	color: #a3a3a3;
	text-align: center;
	border-bottom: none;
	line-height: 3rem;
	width: 100%;
	margin-top: 1rem;
}
.btm_menu{
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 4rem;
	text-align: center;
	line-height: 4rem;
	color: #555;
	background: #f2f2f2;
	z-index: 1;
}
.btm_menu .m-icon{
	font-size: 16px!important;
}
.btm_menu>div{
	position: relative;
}
.btm_menu>div:after{
	content: ' ';
	width: 1px;
	position: absolute;
	right: 0;
	top: 10px;
	bottom: 10px;
	background: linear-gradient(30deg, #ccc, #e1e1e1);
}
.btm_menu>div:last-child{
	background: linear-gradient(-125deg, #007072, #3bf0da);
    color: #fff;
}
.btm_menu>div:last-child:after,.btm_menu>div:nth-last-child(2):after{
	display: none;
}
.btm_menu>div.disabled{
	background: #d3d3d3;
}
.mui-card-footer,.mui-card-header {
	padding: .8rem 1rem;
	position:relative;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-box-align:center;
	-webkit-align-items:center;
	align-items:center;
	overflow: hidden;
}
.mui-card-footer .mui-card-link,.mui-card-header .mui-card-link {
	line-height:44px;
	position:relative;
	display:-webkit-box;
	display:-webkit-flex;
	display:flex;
	height:44px;
	margin-top:-10px;
	margin-bottom:-10px;
	-webkit-transition-duration:.3s;
	transition-duration:.3s;
	text-decoration:none;
	-webkit-box-pack:start;
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
	-webkit-box-align:center;
	-webkit-align-items:center;
	align-items:center
}
.mui-card-footer:before,.mui-card-header:after {
	position:absolute;
	top:0;
	right:0;
	left:0;
	height:1px;
	content:'';
	-webkit-transform:scaleY(.5);
	transform:scaleY(.5);
	background-color: #e2e2e2;
}
.mui-table-view-radio .mui-table-view-cell.mui-selected .mui-navigate-right:after{
	color: 33d3c0;
}
.mui-card-header {
	border-radius:2px 2px 0 0
}
.mui-card-header:after {
	top:auto;
	bottom:0
}

.mui-card-content-inner {
	position:relative;
	padding: 1rem;
}
.cr_btn{
	background: none;
	border: 1px solid  #33d3c0;
	color: #33d3c0;
}
.pop_menu.active{
	color: #04be02;
}
.collect_box{
	position: fixed;
	right: 0;
	top: 40%;
	background: linear-gradient(-125deg, #007072, #3bf0da);
	color: #fff;
	opacity: .8;
	border-radius: 1rem 0 0 1rem;
	font-size: 14px;
	overflow: hidden;
	width: 2rem;
	text-align: center;
}
.collect_box .clc_txt{
	display: block;
	float: right;
	padding: 1rem 0;
}
.collect_box .mui-icon-extra{
	font-size: 2rem;
	color: #064f47;
	text-align: center;
}
.c-share{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
    z-index: 2;
}
.c-share .share-bg{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 9;
    opacity: .8;
}
.c-share .share-img{
    position: absolute;
    top: 0;
    right: 0;
    width: 30rem;
    height: 20rem;
    background-image: url(../img/share.png);
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 10;
}
.mui-progressbar span{
	background: linear-gradient(to right, #00bf9c 0%,linear-gradient(-125deg, #007072, #3bf0da) 100%)!important;
}
.mui-badge{
	background-color: linear-gradient(-125deg, #007072, #3bf0da)!important;
}
.mui-bar-tab .mui-tab-item.mui-active{
	color:  #33d3c0;
}
.mui-btn-blue, .mui-btn-primary, input[type=submit] {
	background-image: linear-gradient(-125deg, #007072, #3bf0da)!important;
	border: 1px solid  #33d3c0!important;
}
.mui-segmented-control.mui-segmented-control-inverted .mui-control-item.mui-active{
	color: #555!important;
	position: relative;
}
.mui-segmented-control.mui-segmented-control-inverted .mui-control-item.mui-active:after{
	content:' ';
	height: 2px;
	background:  linear-gradient(-125deg, #007072, #3bf0da)!important;
	position: absolute;
	bottom: 0;
	left: 5px;
	right: 5px;
}
.mui-segmented-control.mui-segmented-control-inverted .mui-control-item{
	border-bottom:unset!important;
}
.mui-slider .mui-segmented-control.mui-segmented-control-inverted~.mui-slider-group .mui-slider-item{
	border:unset!important;
}
.mui-slider-indicator .mui-active.mui-indicator{
	background: #000!important;
}
.mui-slider-indicator .mui-indicator{
	background:#f2f2f2!important;
	width: 6px!important;
	height: 6px;
	box-shadow: none!important;
	border-radius: 6px!important;
	margin:1px 1px!important;
	opacity:.8;
}
.mui-grid-view.mui-grid-9{
	background-color: #fff!important;
}
.m-btn-row{
	height: 50px;
    padding: 10px;
    margin: auto;
    text-align: center;
}
.mui-input-group:before,.mui-input-group:after{
	display:none
}
.mui-slider .mui-slider-group .mui-slider-item img{
	width:100%;
  	height:auto;
}
.mui-table-view:before,.mui-table-view:after{
	display:none
}
.menu-b-c .mui-icon {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 4rem!important;
	height: 4rem!important;
	border-radius: 2rem;
	line-height: 4rem;
	background: linear-gradient(-125deg, #007072, #3bf0da);
	color: #fff;
	font-size: 4rem;
}
.fixed_top{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    background: #fff;
}
.m-slider-bg{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 0;
}
.nav-home{
	position: absolute;
	top: 10px;
	z-index: 3;
	left: 10px;
	background: linear-gradient(-125deg, #007072, #3bf0da);
	color: #fff;
	border-radius: 30px;
	padding: 5px;
	font-size: 25px!important;
	opacity: .6;
	box-shadow: 0px 0px 30px #a0a0a0;
}
video{
	max-width: 100%;
}
.mui-progressbar span{
	background: linear-gradient(-125deg, #007072, #3bf0da);
}
.m-scroll-wrapper{
	position: relative;
	overflow: scroll;
}
.m-scroll{
	position: relative;
}
.m-btn{
	border-radius: 20px;
	border: unset;
	font-size: 12px;
}
.m-btn-gray{
	background: #f2f2f2;
	color:#666
}
.m-btn-dft{
	background: #33d3c0;
	color:#fff
}
.m-tag-tit{
	font-size: 16px;
	font-weight: bold;
	padding-left: 20px;
	margin: 10px 0;
	position: relative;
}
.m-tag-tit:after{
	content: '';
	position: absolute;
	width: 17px;
	left: -10px;
	background: linear-gradient(-122deg, #007072, #3bf0da);
	border-radius: 20px;
	top: 2px;
	bottom: 2px;
}