

html {
	display: block;
	height: 100%;
}

body {
	display: block;
	min-height: 100%;
}

.body {
	font-size: 12px;
}
.top-bar {
	width: 100%;
	font-size: 14px;
	height: 30px;
	background: #f2f2f2;
	line-height: 30px;
	color: #787878;
	border-bottom: solid 1px #E5E5E5;
}

.top-bar .top-bar-left {
	width: 50%;
	height: 30px;
	text-align: left;
}

.top-bar .top-bar-left a {
	color: #787878;
}

.top-bar .top-bar-left a:hover {
	color: #12AAEB;
}

.top-bar .top-bar-right {
	width: 50%;
	height: 30px;
	text-align: right;
}

.top-bar .top-bar-right li {
	display: inline-block;
	margin-left: 20px;
}

.top-bar .top-bar-right li a {
	color: #787878;
}

.top-bar .top-bar-right li a:hover {
	color: #12AAEB;
}
.top-bar .top-bar-right li.qr-li{
	position: relative;
		
} 
.top-bar .top-bar-right li.qr-li .qr-code-box{
	display: none;
	width: 80px;
	height: 80px;
	position: absolute;
	top: 30px;
	left: -20px;
	background: #fff;
	border: 2px solid #E3E3E3;
}
.top-bar .top-bar-right li.qr-li:hover .qr-code-box{
	display: block;
}
/*导航*/
.header {
	width: 100%;
	background: #FBFBFB;
	height: 110px;
}

.header .logo {
	width: 245px;
	height: 100%;
}

.header .logo img {
	width: 167px;
	height: 74px;
	margin: 20px 0 0 10px;
}

.header .header-search {
	width: 715px;
	height: 100%;
	padding-top: 37px;
}

.header .header-search .top-search {
	width: 100%;
	height: 35px;
	border: 1px solid #5E6982;
	overflow: hidden;
}

.header .header-search .top-search input#header-search {
	float: left;
	width: 610px;
	height: 100%;
	outline: 0 none;
	border: 0 none;
	padding-left: 10px;
}

.header .header-search .top-search #search-btn {
	float: right;
	width: 100px;
	height: 100%;
	background: #50596C;
	color: #fff !important;
	line-height: 32px;
	display: block;
	text-align: center;
	font-size: 14px;
}

.header .header-search .quick-search {
	margin-top: 8px;
	font-size: 12px;
	color: #454545;
}

.header .header-search .quick-search a {
	color: #454545;
}

.header .header-search .quick-search span {
	padding: 0 5px;
}

.header .header-qr ,.header .header-exchange{
	width: 200px;
	height: 100%;
}

.header .header-qr img {
	width: 73px;
	height: 73px;
	display: block;
	margin: 20px auto 0;
}

.header .header-exchange img {
	width: 70px;
	height: 70px;
	display: block;
	margin: 21px auto 0;
}


/*文字截取*/
.text_split {
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	display: block;
}

.text_split2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

/*没有东西*/
.no-product {
	width: 100%;
	max-width:1160px;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	color: #4e4e4e;
	background: #ffffff;
	padding: 80px 0;
}

.no-product img {

	display: block;
	margin: 0 auto;
}

.no-product span {
	padding: 20px 0;
	display: inline-block;
}

/*没有东西*/
.no-data {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	color: #2460AE;
	background: #ffffff;
	padding: 20px 0;
}

.no-data img {
	display: block;
	margin: 0 auto;
}

.no-grounding {
	width: 500px;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	color: #2460AE;
	background: #ffffff;
	padding: 20px 0;
	line-height: 26px;
	position: relative;
}

.no-grounding span {
	color: #EA3D00;
}

.no-grounding img {
	position: absolute;
	width: 40px;
	height: 40px;
	left: 133px;
	top: 10px;
}

.top-bar-line {
	height: 4px;
	width: 100%;
	background: url("../image/nav_hover_bg.png") no-repeat center top/100% 100%;
}

.hide {
	display: none;
}

.fixed-nav {
    width: 45px;
    height: 184px;
    position: fixed;
    right: 0;
    bottom: 65px;
    z-index: 999;
}

.fixed-nav ul {
	width: 100%;
	height: 100%;
}

.fixed-nav ul li {
	width: 45px;
	height: 45px;
	border-bottom: 1px solid #fff;
	background: #7B7B7B;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}

.fixed-nav ul li:hover {
	background: #494949;
}

.fixed-nav ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

.fixed-nav ul li span {
	display: block;
	width: 45px;
	height: 45px;
	background: url("../image/fixed_bg.png") no-repeat;
}

.fixed-nav ul li strong {
	z-index: 99;
	border-left: 9px solid #007de4;
	position: absolute;
	left: 120px;
	top: 17px;
	display: inline;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}

.fixed-nav ul li .animat {
	position: absolute;
	opacity: 0;
	left: -150px;
	top: 0;
	width: 120px;
	height: 45px;
	line-height: 45px;
	background: #007de4;
	color: #fff;
	text-align: center;
	font-size: 12px;
	-webkit-transition: all ease-in .3s;
	-o-transition: all ease-in .3s;
	-moz-transition: all ease-in .3s;
	-ms-transition: all ease-in .3s;
	transition: all ease-in .3s;
}

.fixed-nav ul li:hover {
	overflow: visible;
}

.fixed-nav ul li:hover .animat {
	opacity: 1;
	left: -120px;
	top: 0;
}

.fixed-nav ul .fixed-nav0 span{
	background:url(http://cai.365ind.com/source/css/shop/home/images/cart_icon.png) no-repeat center center;
	position: relative;
}
.fixed-nav ul .fixed-nav0 span i{
	display: block;
	position: absolute;
	font-style: normal;
	font-size: 12px;
	color:#fff;
	background: #E52B2B;
	text-align: center;
	width:18px;
	height: 18px;
	line-height: 18px;
	border-radius:50%;
	left:25px;
	top:5px;
}
.fixed-nav ul .fixed-nav1 {
	overflow: hidden;
}

.fixed-nav ul .fixed-nav1:hover {
	overflow: visible;
}

.fixed-nav ul .fixed-nav1 span {
	background-position: 7px 10px;
}

.fixed-nav ul .fixed-nav2 span {
	background-position: 7px -35px;
}

.fixed-nav ul .fixed-nav3 span {
	background-position: 7px -85px;
}

.fixed-nav ul .fixed-nav4 {
	border-bottom: 0 none;
}

.fixed-nav ul .fixed-nav4 span {
	background-position: 7px -135px;
}

.fixed-nav ul .fixed-nav4.show-this {
	height: 45px;
}

.fixed-nav ul .inner {
	width: 100%;
	height: 100%;
	position: relative;
}

.fixed-nav ul .inner b {
	font-size: 14px;
}

.fixed-nav ul .fixed-qr {
	background: #ffffff;
	position: absolute;
	top: 0;
	left: -160px;
	width: 120px;
	height: 160px;
	padding: 10px 0;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	color: #007de4;
	opacity: 0;
	z-index: -11;
	-webkit-transition: all ease-in .3s;
	-o-transition: all ease-in .3s;
	-moz-transition: all ease-in .3s;
	-ms-transition: all ease-in .3s;
	transition: all ease-in .3s;
}

.fixed-nav ul .fixed-qr img {
	display: block;
	width: 98px;
	height: 98px;
	margin: 0 auto;
}

.fixed-nav ul .fixed-qr strong {
	z-index: 99;
	border-left: 9px solid #fff;
	position: absolute;
	left: 120px;
	top: 8px;
	display: inline;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}

.fixed-nav ul .fixed-nav1:hover .fixed-qr {
	z-index: 2;
	opacity: 1;
	left: -120px;
}
.tongji a img{
	width:50px!important;
	height:12px;
	position: relative;
    top: 1px!important;
}
.deal-box a{
	position: relative;
}
.deal-box .hide-msg{
	display: none;
	padding: 5px;
    position: absolute;
    background: rgba(0,0,0,0.6);
    bottom: 30px;
    height: auto;
    line-height: 15px;
    font-size: 12px;
    width: 150px;
    left: 22px;
    color: #fff;
    box-shadow: 2px -2px 3px #8c8888;
}
.deal-box .hide-msg.no-phone{
	top: -65px;
	height: 55px;
}
.deal-box a:hover .hide-msg{
	display: block;
}
.deal-box .hide-msg span{
	position: absolute;
	left: 0px;
	bottom:-14px;
	width: 14px;
	height:14px;
	display: block;
	border-left:7px solid rgba(0,0,0,0.6);
	border-top:7px solid rgba(0,0,0,0.6);
	border-right:7px solid transparent;
	border-bottom:7px solid transparent;
}
.deal-box .hide-msg.no-phone span{
	top: 55px;
}
.deal-box .hide-msg .left{
	width: 36px;
}
.deal-box .hide-msg .right{
	width: 104px;
}
.header-exchange a img{
	display: none;
}
.header-exchange a {
    display: block;
    height: 36px;
    line-height: 34px;
    padding-left: 45px;
    border: 1px solid #FF4D6E;
    margin: 36px auto;
    width: 130px;
    color: #FF4D6E;
    background:#fff url(../image/gift_red.png) no-repeat 10px center / auto 80%;
}
.header-exchange a:hover{
    color: #fff!important;
    background:#FF4D6E url(../image/gift_white.png) no-repeat 10px center / auto 80%;
}
.friend-links.link-box {
    width: 100%;
    padding-top: 0;
    margin-top: 15px;
    overflow: hidden;
    height: 18px;
}
/*# sourceMappingURL=public.css.map */
