.bot-border:after,.top-border:before{
	content: " ";
	width: 100%;
	height: 1px;
	left: 0px;
	display: block;
  	position: absolute;
  	background: #dfdfdf;
  	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
}
.left-border:before,.right-border:after{
	content: " ";
	width: 1px;
	height: 100%;
	bottom: 0px;
	-webkit-transform: scaleX(0.5);
	transform: scaleX(0.5);
	z-index: 1;
	display: block;
  	position: absolute;
  	background: #dfdfdf;
  	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}
.bot-border:after{
	bottom: 0px;
}
.skewing.bot-border:after{
	bottom: -1px;
	z-index: 1;
}
.top-border:before{
	top: 0px;
}
.left-border:before{
	left: 0px;
}
.right-border:after{
	right: 0px;
}
.arrows-icon:after {
	content: " ";
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	height: 6px;
	width: 6px;
	border-width: 2px 2px 0 0;
	border-color: #C8C8CD;
	border-style: solid;
	position: absolute;
	top: 0px;
	right: 0px;
	margin-top: 11px;
	color: #C8C8CD;
}
.border-cell:after{
  content: " ";
  width: 200%;
  height: 200%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  box-sizing: border-box;
  z-index: 0;
  pointer-events: none;
}
.container{
	padding: 0px 0px 55px 0px;
}
.centre-nav-item .item-box,.info-item .container,.footer-tab,.search-box .search
,.category-product-item,.list-style .product-item,.find-item .item-a,.news-column,.Abstracts-container
{
	position: relative;
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.header-search-box .search,.search-box .search .search-input-form,.category-product-item .product-info
,.list-style .product-item .product-info,.find-item .item-a .text,.news-column .news-title,.Abstracts-container .text
{
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.search-icon:before{
	content: "";
	width: 14px;
	height: 14px;
	display: inline-block;
	position: absolute;
	left: 10px;
	text-align: center;
	background:url(../images/search_icon.png) no-repeat center center;
	background-size:cover;
}
/*搜索开始*/
.search-box{
	width: 100%;
	padding: 6px 0px;
	background: #efefef;
	position: relative;
}
.search-box .search{padding: 0px 10px;}

.search-box .search .search-input-form{padding: 0px 10px 0px 30px;background: #fff;border-radius: 5px;position: relative;}

.search-box .search .search-input-form .search-input{display: block;width: 100%;padding: 7px 0px;font-size: 14px;}
.search-box .search .search-icon:before{top: 7px;}
.search form .mui-icon{
	position: absolute;
	left: 8px;
	top: 8px;
	font-size: 18px;
	color: #666666;
}
/*搜索结束*/

/*底部tab 开始*/
.footer-tab {position: fixed;bottom: 0px;width: 100%;max-width: 640px;background: #fff;z-index: 9;}
			
.footer-tab .tab-item{display: block;width: 100%;text-align: center;padding-top: 6px;padding-bottom: 0px;}

.footer-tab .tab-item .icon{width: 24px;height: 24px;display: block;margin: 0 auto;}
.footer-tab .tab-item .icon-home{
	background:url(../images/icon_home.png) no-repeat center center;
	background-size: cover;
}
.footer-tab .tab-item .icon-classify{
	background:url(../images/icon_classify.png) no-repeat center center;
	background-size: cover;
}
.footer-tab .tab-item .icon-find{
	background:url(../images/icon_find.png) no-repeat center center;
	background-size: cover;
}
.footer-tab .tab-item .icon-i{
	background:url(../images/icon_i.png) no-repeat center center;
	background-size: cover;
}
.footer-tab .tab-item .tab-label{font-size: 12px;color: #767676;display: block;padding-top: 4px;}


.footer-tab .tab-item-active .icon-home{
	background:url(../images/active_icon_home.png) no-repeat center center;
	background-size: cover;
}
.footer-tab .tab-item-active .icon-classify{
	background:url(../images/active_icon_classify.png) no-repeat center center;
	background-size: cover;
}
.footer-tab .tab-item-active .icon-find{
	background:url(../images/active_icon_find.png) no-repeat center center;
	background-size: cover;
}
.footer-tab .tab-item-active .icon-i{
	background:url(../images/active_icon_i.png) no-repeat center center;
	background-size: cover;
}
.footer-tab .tab-item-active .tab-label{color: #ffb504;}
/*底部tab 结束*/

/*提示弹窗 开始*/
.weui_dialog_alert{
	display: none;
}
.weui_mask {
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
}
.weui_dialog {
    width: 35%;
}
.weui_dialog {
    position: fixed;
    z-index: 13;
    width: 85%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #FAFAFC;
    text-align: center;
    border-radius: 15px;
}
.weui_dialog_hd {
    padding: 1.2em 0 .5em;
}
.weui_dialog_title {
    font-weight: 400;
    font-size: 17px;
}
.weui_dialog_bd {
    padding: 0 20px;
    font-size: 15px;
    color: #888;
    word-wrap: break-word;
    word-break: break-all;
}
.weui_dialog_ft {
    position: relative;
    line-height: 42px;
    margin-top: 20px;
    font-size: 17px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.weui_dialog_ft a {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #3CC51F;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.weui_btn_dialog.primary {
    color: #42a2f9;
}
/*提示弹窗 结束*/