body {
	background-color: #fff;
}
.index-page .hearder-box {
	border-bottom: 1px solid rgba(255,255,255,.2);
	height: 2.18rem;
}
.text-primary {
	color: #0080ff;
}
.text-strong {
	color: #0080ff;
}
.text-muted {
	color: #999;
}
div.banner-box {
	width: 16rem;
	background: no-repeat left top;
	background-size: 100% 100%;
	overflow: hidden;
	padding-top: 0;
	height: 9.8rem;
}
.banner-title {
	margin-top: 1rem;
	font-size: 0.8rem;
	font-weight: 550;
	color: #000;
}
.banner-describe {
	text-align: justify;
	margin-top: 0.35rem;
	line-height: 2em;
	font-size: 0.55rem;
	color: #000;
	width: 8.8rem;
}
.banner-btn-box {
	margin-top: 0.5rem;
}
.banner-btn-box a,
.btn-strong {
	display: inline-block;
	width: 4.5rem;
	-webkit-border-radius: 0.1rem;
	-moz-border-radius: 0.1rem;
	border-radius: 0.1rem;
	line-height: 1.5rem;
	font-size: 0.6rem;
	color: #fff;
	text-align: center;
}
.btn-strong {
	width: 100%;
	background-color: #0080ff;
}
.banner-btn-box .btn-left {
	background-color: #0080ff;
	margin-right: 0.2rem;
}
.banner-btn-box .btn-right {
	background-color: transparent;
	border:1px solid #fff;
}
.banner-tip {
	padding-left: 1rem;
	margin-top: 0.3rem;
	/*background: url(./img/banner_tip.png) no-repeat left 0.2rem;*/
	background-size: 0.6rem;
	font-size: 0.6rem;
	color: #666;
}
.banner-tip > span {
	display: block;
	line-height: 1rem;
}
.banner-tip > span:last-child {
	margin-top: 0.3rem;
}
.block-base {
	padding: 0.5rem;
}
.block-title {
	width: 3.5rem;
	font-size: 0.8rem;
	color: #333;
	padding:0.8rem 0 0.4rem 0;
	border-bottom: 3px solid #0080ff;
	text-align: center;
	margin:0 auto;
}
/* 优势 */
.youshi-block {
	position: relative;
}
.youshi-deck {
	padding: 0.75rem 0 0.75rem 3rem;
	background: no-repeat left 0.75rem;
	background-size: 2.5rem;
	border-top: 1px solid #e6e6e6;
}
.first-deck {
	border-top: 0;
}
.youshi-title {
	font-size: 0.7rem;
	color: #333;
	/* font-weight: bold; */
}
.youshi-content {
	margin-top: 0.2rem;
	line-height: 2em;
	font-size: 0.55rem;
	color: #999;
}
.youshi-block.youshi-collapsed {
	height: 22rem;
	overflow: hidden;
}
.youshi-expand {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	background: #fff;
	padding: 0.8rem;
	box-shadow: 0 -25px 20px 14px rgba(255, 255, 255, 0.8);
}
.youshi-collapsed .youshi-expand {
	display: block;
}
.youshi-expand-button {
	display: inline-block;
	width: 5rem;
	height: 1.5rem;
	line-height: 1.5rem;
	border: 1px solid #0080ff;
	color: #0080ff;
	text-align: center;
	font-size: 0.6rem;
}
/* 可折叠框样式重写，覆盖mui原样式 */
.mui-table-view:before,
.mui-table-view:after,
.mui-table-view-cell:after {
	display: none;
}
.mui-table-view-cell>a:not(.mui-btn) {
	border: 1px solid #e5e5e5;
	font-size: 0.6rem;
	color: #333;
}
.mui-table-view-cell.mui-active,
.mui-table-view-cell {
	background: #f5f6f7;
}
.mui-collapse-content {
	border: 1px solid #e6e6e6;
	border-top: none;
}
.product-collapse-area {
	margin-top: 1rem;
	margin-bottom: 0.5rem;
}
.product-collapse-area .mui-table-view-cell.mui-collapse.mui-active,
.product-collapse-area .mui-table-view-cell {
	margin-top: 0.5rem;
}
.mui-table-view-cell.mui-collapse .product-collapse-content {
	padding: 0.8rem 0.5rem;
	font-size: 0.5rem;
}
/* 产品table */
.product-table {
	font-size: 0.5rem;
	color: #666;
	margin: 1rem 0;
}
.product-table th {
	background: #f5f6f7;
	font-size: 0.6rem;
	font-weight: normal;
	color: #333;
	width: 1.5rem;
	text-align: center;
}
.product-table th,
.product-table td {
	border: 1px solid #e5e5e5;
}
.product-table td {
	width: 46%;
	padding: 0.5rem;
	text-align: justify;
	border-left: 0;
}
/* 帮助 */
.product-help .mui-table-view-cell:last-child {
	height: 1.8rem;
}
.product-help .mui-table-view-cell.mui-active:last-child {
	height: auto;
}
.product-help .mui-table-view-cell>a:not(.mui-btn),
.product-help .mui-collapse-content {
	border: none;
}
.product-help .mui-table-view-cell>a:not(.mui-btn) {
	padding-bottom: 11px;
}
.product-help .mui-table-view-cell.mui-active,
.product-help .mui-table-view-cell {
	background: #fff;
	padding-bottom: 0;
}
.product-help .mui-table-view-cell.mui-collapse.mui-active,
.product-help .mui-table-view-cell {
	margin-top: 0;
}
.product-help {
	border: 1px solid #e6e6e6;
}
.product-help .mui-table-view-cell.mui-collapse .product-collapse-content {
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 0;
}
.product-help .faker-border {
	position: relative;
	display: inline-block;
	height: 1px;
	width: 100%;
}
.product-help li:last-child .faker-border {
	visibility: hidden;
}
.product-help .mui-active:last-child .faker-border {
	visibility: visible;
}
.product-help .faker-border:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #e6e6e6;
	bottom: 0.1rem;
	left: 0;
}
.product-help-content {
	padding-top: 0.5rem;
	border-bottom: 1px solid #e6e6e6;
}
.product-help-item {
	display: block;
	position: relative;
	color: #666;
	font-size: 0.5rem;
	line-height: 2em;
	padding-left: 0.25rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product-help-item:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 2px;
	background-color: #666;
	left: 0;
	top: 50%;
	margin-top: -1px;
}
.more-help {
	position: relative;
	display: block;
	margin-top: 0.5rem;
	margin-bottom: 1rem;
}
.more-help:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background-color: #e6e6e6;
	bottom: -0.5rem;
	left: 0;
}
.product-help li:last-child .more-help:after {
	display: none;
}

/* tabs */
.product-tabs {
	margin-top: 0.48rem;
	display: flex;
	width: 100%;
	border-bottom: 1px solid #e8e8e8;
	height: 2rem;
}
.product-tabs .ptoduct-tab-item {
	flex: 1;
	text-align: center;
	line-height: 2rem;
	font-size: 0.75rem;
	color: #333333;
}
.product-tabs .ptoduct-tab-item span {
	display: inline-block;
	/* width: 3.5rem; */
	height: 2rem;
}
.product-tabs .ptoduct-tab-item.active span{
	border-bottom: 3px solid #0080ff;
}

.tabs-content {
	display: none;
}
 /*清除浮动*/
 .clearfix {
    *zoom:1
}
.clearfix:before,.clearfix:after {
    display: table;
    line-height: 0;
    content: ""
}
.clearfix:after {
    clear: both
}
.btn-fixed-wrap{
	position: fixed;
    bottom: 0;
    /* left: 0; */
    /* right: 0; */
    width: 100%;
    height: 2.5rem;
    background: #fafafa;
    border-top: 1px solid #ddd;
	z-index: 9;
}
.btn-fixed{
	position: absolute;
	right: 0;
	left:0;
	bottom: 0;
	top:0;
	margin:auto;
    height: 1.8rem;
    width: 90%;
    line-height: 1.8rem;
    outline: none;
    border: none;
    background: #0080ff;
    color: #fff;
    font-size: .65rem;
    text-align: center
}
.no-bot .footer-outer{
	margin-bottom: 0rem !important;
}