/*************************************************顶部样式*********************************************/
body{font-family: "Microsoft YaHei";}
ul li{list-style: none;}
.top{ height:52px; width:100%; margin-top:9px;}
.top_l{ height:33px; width:18%;margin-right:3%;float:left; }
.hz{line-height:33px; font-size:1.6rem;  text-align:right; float:left; width:73%;}
.top_xl{float:left;line-height:33px; width:13%;text-align:right; margin-left:10%;}
.indexsearch{ width:67%; float:left;  position:relative; height:33px; line-height:33px;border:none; background:#dfdfdf; border-radius:33px;}
.indexsearch .left{position:absolute; color:#fff; left:5px;}
.indexsearch .right{color:#fff; left:20px; float:left;}
.indexsearch_l{width:15%;height:33px;line-height:33px;border:none;float:left; }
.indexsearch_r{ float:left; border:none;width:100%; height:33px; line-height:33px; padding-left:25px; border:none; background:none;}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #99cc33;
}
.back{width:100%;padding-left:2.5%;}
.back span{font-size: 1.5em;padding-left: 10px;float: left;}
/*************************************************底部样式*********************************************/

.mainNav{position:fixed;width:100%;height:5.2rem;background:#fff;bottom:0;left:0;z-index:200;}
.mainNav ul{ margin:0; padding:0; list-style:none;}
.mainNav li{float:left;width:25%;height:5.2rem;padding-top:.6625rem;color:#c3bebe;text-align:center;/*font-size:1.25rem;*/list-style:none; margin:0;}
.mainNav li.cur{background:#1c2022;border-bottom:0.2rem solid #99cc33;color:#fff}
.mainNav li.cur i,.mainNav li.cur span{color:#fff}
.fam-heiti{font-family:SimHei;margin: 0 auto; padding-right:3px;}
.mainNav li .icon-home, .icon-seacrh ,.icon-shop,.icon-member{display:block;font-size:1.3125rem;margin-top:.0625rem;
    }
.mainNav li .icon-home:before{
    content:"";
    display:block;
    width:30px;
	height:30px;
    background:url(../images/ic_main_bottom_home_not.png) no-repeat;
    background-size:85% 85%;
	    margin: 0 auto;
    }
	.mainNav li .icon-seacrh:before{
	 content:"";
    display:block;
    width:30px;
    height:30px;
    background:url(../images/ic_main_bottom_class_not.png) no-repeat;
    background-size:85% 80%;
	  margin: 0 auto;
		}
	.mainNav li .icon-shop:before{
    content:"";
    display:block;
    width:30px;
    height:30px;
    background:url(../images/ic_main_bottom_shopingcar_not.png) no-repeat;
    background-size:85% 80%;
	  margin: 0 auto;
			}
		.mainNav li .icon-member:before{
    content:"";
    display:block;
    width:30px;
    height:30px;
    background:url(../images/ic_main_bottom_user_not.png) no-repeat;
    background-size:85% 80%;
	  margin: 0 auto;
			}

.mainNav li a{display:block;width:100%;color:#c3bebe;text-decoration:none}
.mainNav li span{color:#a4a4a4;display:block;padding-top:.1875rem;font-size:0.9em}
.nav-cover {
    width: 100%;
    height: 5.6rem;
    bottom: 0;
    left: 0;
    z-index: 150;
	background:#f1f1f1;
}
/*********************************点击切换三页*****************************************/
.nav{padding:0;  height:45px; margin-bottom:5px; }
.nav li{width: 33.3%;background:#efefef;}
.nav li a{ font-size:1.1em;color:#545454; padding:0;line-height:45px; text-align:center; border-bottom:1px #ccc solid; background:url(../images/collect_03.png) no-repeat right;}
.nav li a .active{ color:#063;}
.nav-tabs>li.active>a{
    color: #f98400;
    cursor: default;
    border-bottom-color: transparent;
	background:url(../images/collect_03.png) no-repeat right;
	}
.nav-tabs>li>a {
    height:45px;
    line-height: 45px;
    width: 100%;
    border-radius:0;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
    color:#99cc33;
	text-align:center;
    cursor: default;
	border-bottom:4px #99cc33 solid;
    background:url(../images/collect_03.png) no-repeat right;
	border-right:none;
     border-left:none;
	}
/***************************************************************************/
/***********************************返回顶部css*********************************************/
.backToTop{bottom: 0px!important;bottom: auto;position:fixed;_position:absolute;width:43px;height:43px;background:#06C1AE;cursor: pointer;z-index:1990;bottom:0;display:none;border-radius:50%; padding-top:10px; padding-right:1px; text-align:center;}
.backToTop a{font-family: base_icon;vertical-align: middle;font-style:normal; font-size:1.3em;color:#fff; }