@charset "utf-8";
.content{
	background: #f4f7ff;
}
.map{
	width: 100%;
	height: 40px;
	background: #f4f7ff;
	line-height: 40px;
}
.map a{
	margin:0 5px;
}
.blue-color{
	color: #0294dd;
}
.good{
	width: 100%;
	height: 320px;
	padding: 20px 0;
	background: #fff;
}
.good-left{
	width: 320px;
	height: 320px;
	float: left;
}
.good-left img{
	width: 320px;
	height: 320px;
}
.good-right{
	width: 890px;
	height: 320px;
	margin-left:30px;
	float: left; 
}
.good-right h1{
	margin-top: 20px;
	font-size: 22px;
	font-weight: bold;
}
.good-right ul{
	width: 450px;
	height: 134px;
	margin: 8px 0;
	overflow: hidden;
}
.good-right ul li{
	margin-right: 20px;
	margin-bottom: 20px;
	width: 55px;
	height: 55px;
	border: 1px solid transparent;
	float: left;
	text-align: center;
}
.good-right ul li:hover{
	border: 1px solid #fd3d3d;
}
.good-right ul li img{
	width: 55px;
	height: 55px;
}
.good-right p a{
	display: inline-block;
	width: 190px;
	height: 40px;
	background: #25a6ff;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	box-sizing: border-box;
	border: 2px solid #25a6ff;
	margin-right: 20px;
}
/*提示框*/
.tooltip {
    position: relative;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 150px;
    background-color: #910821;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 150%;
    left: 50%;
    margin-left: -60px;
    line-height: 25px;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #910821 transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}
/*提示框end*/
/*提示框*/
.tooltip1 {
    position: relative;
}

.tooltip1 .tooltiptext1 {
    visibility: hidden;
    width: 120px;
    height: 120px
    background-color: #910821;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
}

.tooltip1 .tooltiptext1::after {
    content: "";
    position: absolute;
    top: 88%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #910821 transparent;
}

.tooltip1:hover .tooltiptext1 {
    visibility: visible;
}
/*提示框end*/
.good-right p a:nth-child(2){
	background: #fff;
	color: #5e5e5e;
}
.good-right p a:nth-child(2):hover{
	background: #25a6ff;
	color: #fff;
}
.price span{
	font-size: 22px;
	color: #fd3d3d;
}
.details{
	margin-top: 30px;
}
.de-left{
	width: 320px;
	float: left;
	overflow: hidden;
}
.de-left ul{
	margin-bottom:20px; 
	background: #fff;
}
.hotgood{
	width: 280px;
	height: 380px;
	padding: 8px;
	margin: 0 auto 20px;
	border: 1px solid #e4e4e4;
	box-sizing: border;
}
.hotgood img{
	width: 280px;
	height: 280px;
}
.hotgood-title{
 	width: 280px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.hotgood-price{
	color: #fd3d3d;
}
.de-left ul li:nth-child(1){
	height: 55px;
	line-height: 55px;
	font-size: 18px;
	font-weight: bold;
}
.de-left ul li:nth-child(1) i{
	display: inline-block;
    width: 5px;
    height: 18px;
    background: #25a6ff;
    margin-right: 10px;
    vertical-align: middle;
}
.de-right{
	width: 890px;
	height: auto;
	background: #fff;
	margin-left: 30px;
	overflow: hidden;
	float: left;
	margin-bottom:50px; 
}
.de-box img{
	max-width:800px;
}
.de-class{
	width: 100%;
	height:55px;
	border-bottom: 1px solid #f4f7ff;
}
.de-class li{
	cursor: pointer;
	width: 180px;
	height: 55px;
	line-height: 55px;
	float: left;
	text-align: center;
	font-size: 16px;
	border-top: 4px solid transparent;
}
.de-class li:hover{
	color: #25a6ff;
	border-top: 4px solid #25a6ff;
}
.de-content{
	padding: 0 30px;
}
.de-content img{
	max-width: 750px;
}
.active{
	color: #25a6ff !important;
	border-top: 4px solid #25a6ff !important;
}
.partner-title{
	background: #fff;
}
.partner-title h1,.partner-title p{
	color: #555;
}
