html,body,.mui-content{
	width: 100%;
	height: 100%;
	background: #F5F5F5;
}
html{
	font-size: 16px;
}
ul,
p {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}
.height-auto{
    height: auto!important;
}
.display-none{
    display: none;
}
.mui-bar-nav.mui-bar .mui-icon{
    margin: 0;
    padding: 10px 20px 10px 0;
}
.mui-bar-nav {
    background-color: #FC4F5E;
}
.mui-bar-nav .mui-title,
.mui-bar-nav .mui-icon{
    color: #fff !important;
}
.mui-content.have_footer{
    margin-bottom: 50px;
}
.no_border_list.mui-table-view:before,
.no_border_list.mui-table-view:after{
    height: 0;
}
.clear-both {
    clear: both;
    overflow: hidden;
}
.full-width{
	width: 100%;
}
.full-height{
	height: 100%;
}
.float-left{
	float: left;
}
.float-right{
	float: right;
}

.position-relative{
	position: relative;
}
.flex-wrap{
	display: flex;
	flex-wrap: nowrap;
}
.flex-wrap-wrap{
    display: flex;
    flex-wrap: wrap;
}
.flex-item4{
    width: 25%;
    text-align: center;
}
.flex-item3{
    width: calc(100% / 3);
}
.flex-item_full{
    width: 100%;
}
.flex-item_full{
    width: 100%;
}
.font-bold{
    font-weight: bold;
}
.font-size12{
    font-size: 12px;
}
.font-size13{
    font-size: 13px!important;
}
.font-size14{
    font-size: 14px;
}
.font-size15{
    font-size: 15px;
}
.font-size16{
    font-size: 16px;
}
.font-size20{
    font-size: 20px;
}
.font-size30{
    font-size: 30px!important;
}
.font-weight{
    font-weight: bold;
}
.line-through{
    text-decoration: line-through;
}
.line-height50{
    line-height: 50px;
}
.product_img{
    width: 100%;
}
#pullrefresh.mui-content{
	height: calc(100% - 44px);
    padding-bottom: 51px;
}
#pullrefresh.mui-content.none_footer_pull {
    height: 100%;
}
#pullrefresh.mui-content.tab_refresh {
    height: calc(100% - 88px);
    margin-top: 44px;
}
.copyright_text{
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	margin: 0;
}
.overflow-ellipsis{
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.vertical-middle{
    vertical-align: middle;
}

.margin-left5 {
    margin-left: 5px;
}
.margin-left10 {
    margin-left: 10px;
}
.margin-left16 {
    margin-left: 16px;
}
.margin-left20 {
    margin-left: 20px;
}
.margin-right0{
    margin-right: 0!important;
}
.margin-right5{
    margin-right: 5px;
}
.margin_bottom10 {
    margin-bottom: 10px;
}
.margin-bottom16{
    margin-bottom: 16px!important;
}
.margin-bottom20{
    margin-bottom: 20px;
}
.margin-bottom30{
    margin-bottom: 30px;
}
.margin-top-10{
    margin-top: -10px;
}
.margin-top5{
    margin-top: 5px;
}
.margin-top8{
    margin-top: 8px;
}
.margin-top10{
    margin-top: 10px;
}
.margin-top20{
    margin-top: 20px;
}
.margin_top30 {
    margin-top: 30px;
}
.margin_top44 {
    margin-top: 44px;
}
.margin_row25 {
    margin: 25px 0;
}

.padding0 {
    padding: 0;
}
.padding-bottom0{
    padding-bottom: 0!important;
}
.padding-left10 {
    padding-left: 10px;
}
.padding-row10{
    padding: 0 10px;
}
.padding-row15{
    padding: 0 15px;
}
.padding-row32{
    padding: 0 32px;
}
.padding-col15{
    padding: 15px 0;
}
.padding-top5 {
    padding-top: 5px;
}
.padding-top10 {
    padding-top: 10px;
}
.padding-top0 {
    padding-top: 0px!important;
}
.padding10 {
    padding: 0 10px;
}
.padding15 {
    padding: 15px;
}
.border-bottom{
    border-bottom: 1px solid #f5f5f5;
}
.blue_btn{
	width: 100%;
	height: 44px;
	background: #044471;
	border: 1px solid #044471;
	font-size: 16px;
	margin-top: 8%;
	padding: 0;
	line-height: 44px;
}
.gray_btn{
	width: 100%;
	height: 44px;
	color: #fff;
	background: #AAAAAA;
	border: 1px solid #AAAAAA;
	font-size: 16px;
	margin-top: 8%;
	padding: 0;
	line-height: 44px;
}
.light_btn{
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 0;
    background: #FC4F5E;     /* DCC8AF */
    color: #fff;
    font-size: 16px;
}
.text-coffee {
    color: #39291C!important;
}
.text-light-coffee {
    color: #D2AF99!important;
}
.text-red {
    color: #bd5959;
}
.text-green {
    color: #50AD22;
}
.text-blue {
    color: #01AAED;
}
.text-white{
    color: #fff;
}
.text-gray{
    color: #C6C0BA;
}
.background-white{
    background: #fff;
}
.result_wrap{
	width: 94%;
    margin: 0 auto;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 8px #ccc;
    position: relative;
}
.search_tit{
	font-size: 14px;
	color: #666;
}
.search_result{
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
.search_inner{
	margin-bottom: 15px!important;
}
.search_inner:last-child{
	margin-bottom: 0;
}
.dropify-wrapper,
.dropify-wrapper .dropify-preview{
	border: none!important;
	border-radius: 10px;
	background: none!important;
	padding: 0!important;
}
.add_icon{
    width: 42px;
    height: 40px;
    display: inline-block;
    position: relative;
}
.add_icon:after{
    content: "+";
    color: #ccc;
    font-size: 42px;
    position: relative;
    cursor: pointer;
}
input[type],
textarea{
    margin-bottom: 0;
    border: none;
    font-size: 15px;
}
textarea{
    width: 100%;
    height: 60px;
    border: 0;
    font-size: 15px;
    margin-bottom: 0;
}
::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #CFC9C4;
    font-size: 15px;
}
::-moz-placeholder,
textarea:-moz-placeholder {
    color: #CFC9C4;
    font-size: 15px;
}
::-moz-placeholder,
textarea::-moz-placeholder {
    color: #CFC9C4;
    font-size: 15px;
}
::-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #CFC9C4;
    font-size: 15px;
}
.mui-radio{
    line-height: 50px;
}
.mui-radio label{
    margin-left: 20px;
}
.mui-radio input[type=radio]:checked:before,
.mui-checkbox input[type=checkbox]:checked:before{
    content: '\e472';
    font-size: 24px;
}
.mui-checkbox input[type=checkbox]:checked:before,
.mui-radio input[type=radio]:checked:before{
    border-radius: 100px;
    background: #FC4F5E;
    color: #fff;
    line-height: 30px;
}
.mui-table-view-cell.mui-active,
.mui-table-view-cell.mui-active>.mui-slider-handle,
.mui-table-view-cell>a:not(.mui-btn).mui-active{
    background-color: #fff;
}
.more_text{
    float: right;
    margin-right: 18px;
    font-size: 14px;
    color: #999;
}
.head_tabs_tit{
    position: fixed;
    z-index: 3;
    top: 44px;
    width: 100%;
    height: 44px;
    background: #fff;
    border-bottom: 1px solid #EBEBEB;
}
.head_tabs_tit li{
    width: 20%;
    line-height: 44px;
    font-size: 15px;
    color: #56442E;
    float: left;
    text-align: center;
}
.head_tabs_tit.list4 li {
    width: 25%;
}
.head_tabs_tit li.active{
    color: #D2AF99;
    position: relative;
}
.head_tabs_tit li.active a {
    color: #FC4F5E !important;
}
.head_tabs_tit li.active:after{
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #FC4F5E;
}
.head_tabs_wrap{
    display: none;
}
.head_tabs_wrap:first-child{
    display: block;
}

/* 底部 sta */
.mui-bar{
	box-shadow: none;
}
.mui-bar-tab{
	border-top: 1px solid #ccc;
    background: #fff;
}
.mui-bar-tab .mui-tab-item.mui-active{
	color: #FC4F5E;
}
/* 底部 end */
/* 订单列表 */
.product_orders_list li{
    padding: 20px 0;
}
.product_orders_img{
    width: 70px;
    height: 70px;
    line-height: 70px;
    background-color: #fff;
    /*border: 1px solid #f5f5f5;*/
    float: left;
}
.product_orders_int{
    width: calc( 100% - 130px );
    float: left;
    height: 70px;
    margin-left: 15px;
    position: relative;
}
.product_orders_price{
    position: absolute;
    bottom: 0;
}
.product_orders_num{
    width: 45px;
    text-align: right;
}
/* 订单列表 end */

/* 新闻中心列表 sta */
.news_item_tit{
    font-size: 15px;
    padding: 5px 0;
    color: #FC4F5E;
}
.news_time{
    padding: 4px 0;
}
.news_tit{
    height: 50px;
    line-height: 50px;
    width: 100%;
    padding: 0 15px;
    position: relative;
}
.news_tit:before,
.news_tit:after{
    display: inline-block;
    position: absolute;
    top: 25px;
    content: '';
    width: 35%;
    height: 1px;
    background: #E5E5E5;
}
.news_tit:before{
    left: 12px;
}
.news_tit:after{
    right: 12px;
}
/* 新闻中心 end */
/* 弹窗 */
.mui-popup-button{
    color: #FC4F5E;
}

/* 培训平台列表 */

.listen_save_line{
    font-size: 14px;
    color: #666;
}
.listen_save_line .material-icons{
    font-size: 14px;
}
.two_list_wrap li{
    padding: 0 5px 5px;
}
.two_list_tit{
   font-size: 15px;
    color: #333;
}
.two_list_name{
    font-size: 14px;
    color: #666;
}
.two_list_price{
    font-size: 16px;
    color: #cf2d28;
    padding: 5px 0;
}
.have_footer_list{
    margin-bottom: 50px;
}
.two_list_wrap.horizontal{
    background: #fff;
    padding: 0 15px;
}
.two_list_wrap.horizontal li{
    padding: 10px 0;
    border-bottom: 1px solid #f2f2f2;
}
.two_list_wrap.horizontal li .mui-col-xs-8{
    padding-left: 10px;
}
.to_detail_img_wrap{
    height: 0;
    padding-bottom: 33%;
    overflow: hidden;
    position: relative;
}
.to_detail_img_wrap.full_detail{
    padding-bottom: 100%;
}
.to_detail_img_back{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    color: rgba(255,255,255,.8);
    display: flex;
    justify-content: center;
    align-items: center;
}
.to_detail_img_back .material-icons{
    font-size: 40px;
}
.to_save_wrap.active .material-icons{
    color: #cf2d28;
}

.mui-pull-bottom-pocket{
    position: absolute;
    bottom: -40px;
    background: #F5F5F5;
}

@media only screen and (max-width: 640px) {
	
}

.mui-poppicker-btn-ok {
    border: 1px solid #FC4F5E;
    background-color: #FC4F5E;
}