.data{
	background: #fff;
	padding: 30px;
	margin-top: 30px;
}
.hr{width: 100px;border: 0.5px solid#333;margin: 10px 0;}
.p_title{
	text-align: left;
	height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.p_title a{
	color: #000 !important;
}
.w20{
	background: #82d2c6;
	position:relative;
	margin-top: 20px;
}
.btn-bottom{
		width: 50px;
    height: 50px;
    border-top: 50px solid #ffecd4;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 50px solid transparent;
    position: absolute;
    bottom: -100px;
    left: 48%;
    z-index: 1;
}
.btn-top{
	border-top: 50px solid #fff;width: 50px;
    height: 50px;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 50px solid transparent;
    position: absolute;
    left: 48%;
}
.c_title {
	width: 100%;
	max-width: 1147px;
	margin: auto;
	height: 90px;
	line-height: 90px;
	text-align: center;
	font-size: 34px;
	color: #fff;
	font-weight:bold ;
	margin-bottom: 10px;
	margin-top:50px;
}
.top-nav {
	background: #000;
	padding: 1%;
	width: 100%;
	z-index: 9999
}

.top-logo {
	margin-right: 3%;
}

.top-logo img {
	width: 200px;
}

.top-logo,
.top-nav ul {
	float: left;
}

.top-nav ul {
	display: block
}

.top-nav ul li {
	display: block;
	float: left;
}

.top-nav ul li a {
	display: block;
	line-height: 49px;
	color: #ccc;
	font-size: 16px;
	padding: 0% 30px;
}

.c_box {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	padding-top: 26px;
	overflow: hidden;
}

.c_er {
	width: 97.3%;
	margin: auto;
	overflow: hidden;
}

.c_er01 {
	width: 48%;
	float: left;
	background: #fff;
	margin-left: 1%;
	margin-right: 1%;
	overflow: hidden;
	margin-bottom: 3%;
}

.c_er02 {
	width: 48%;
	float: left;
	background: #fff;
	margin-left: 1%;
	margin-right: 1%;
	overflow: hidden;
}

.c_er01_left {
	width: 60%;
	float: left;
	text-align: left;
	padding-left: 30px;
}

.c_er01_left_title {
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	padding-top: 40px;
}

.c_er01_left_jg {
	font-size: 33px;
	font-weight: bold;
	line-height: 1;
	color: #ed462f;
	padding: 10px 0;
}

.c_er01_left_jg span {
	color: #282828;
	font-weight: none;
	text-decoration: line-through;
	font-size: 14px;
}

.c_er01_left_rq {
	font-size: 15px;
	color: #000;
	padding-bottom: 20px;
}

.c_er01_left_cc {
	width: 172px;
	height: 31px;
	background: #36363e;
	text-align: center;
	font-size: 14px;
	line-height: 31px;
	color: #fff;
	margin-bottom: 6px;
}

.c_er01_left_cc1 {
	width: 150px;
	border: none;
	margin: auto;
	height: 31px;
	background: #36363e;
	text-align: center;
	font-size: 14px;
	line-height: 31px;
	color: #fff;
}

.c_er01_left_gc {
	width: 172px;
	height: 31px;
	background: #ed462f;
	font-size: 14px;
	text-align: center;
	color: #fff;
	line-height: 31px;
}

.c_er01_right {
	width: 40%;
	float: left;
	position: relative;
}

.c_er01_right img {
	width: 100%;
}

.c_er01_right_zk {
	position: absolute;
	right: 20px;
	top: 10px;
	background: url(https://deal.tomtop.com/img/20171124_dodocool_product_zk.png) no-repeat;
	background-size: 100%;
	width: 78px;
	height: 78px;
	font-size: 17px;
	color: #fff;
	text-align: center;
	padding-top: 22px;
	line-height: 1;
}



.c_er01_right img {
	width: 100%;
	transitaion: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-webkit-transition: 0.5s;
}

.c_er01_right img:hover {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.product_img img {
	width: 100%;
	transitaion: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-webkit-transition: 0.5s;
}

.product_img img:hover {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

@media(max-width:1450px) {
	.top-logo img {
		width: 150px;
	}
	.top-nav ul li a {
		font-size: 14px;
		padding: 0% 25px;
	}
	.top-logo {
		margin-top: 0.5%;
	}
}

@media(max-width:1200px) {
	.top-logo {
		width: 130px;
	}
	.top-nav ul li a {
		display: block;
		line-height: 49px;
		color: #ccc;
		font-size: 16px;
		padding: 0% 20px;
	}
}

@media(max-width:768px) {
	.top-logo {
		width: 100%;
		text-align: center;
		margin-right: 0;
		float: none;
		margin-bottom: 10px
	}
	.top-logo img {
		display: inline-block;
		width: 100%;
		width: 180px;
	}
	.top-nav ul li a {
		display: inline-block;
		line-height: 21px;
		color: #ccc;
		font-size: 12px;
		padding: 0% 10px;
		float: none;
	}
	.top-nav ul li {
		display: inline-block;
		float: none;
	}
	.top-nav ul {
		display: block;
		width: 100%;
		text-align: center;
	}
	.c_er01 {
		width: 98%;
	}
	.c_er01_left {
		padding-left: 10px;
	}
	.c_er01_left_title {
		font-size: 14px;
		font-weight: bold;
		line-height: 1;
		padding-top: 10px;
	}
	.c_er01_left_jg {
		font-size: 23px;
		font-weight: bold;
		line-height: 1;
		color: #ed462f;
		padding: 5px 0;
	}
	.c_er01_left_jg span {
		font-size: 12px;
	}
	.c_er01_left_rq {
		font-size: 13px;
		color: #000;
		padding-bottom: 5px;
	}
	.c_er01_right_zk {
		position: absolute;
		right: 10px;
		top: 5px;
		background: url(https://deal.tomtop.com/img/20171124_dodocool_product_zk.png) no-repeat;
		background-size: auto auto;
		background-size: 100%;
		width: 48px;
		height: 48px;
		font-size: 12px;
		color: #fff;
		text-align: center;
		padding-top: 12px;
		line-height: 1;
	}
	.c_er01_left_cc1 {
		width: 130px;
		border: none;
		margin: auto;
		height: 21px;
		background: #36363e;
		text-align: center;
		font-size: 12px;
		line-height: 21px;
		color: #fff;
	}
	.c_er01_left_cc {
		width: 152px;
		height: 31px;
		background: #36363e;
		text-align: center;
		font-size: 14px;
		line-height: 31px;
		color: #fff;
		margin-bottom: 6px;
	}
	.c_er01_left_gc {
		width: 152px;
		height: 31px;
		background: #ed462f;
		font-size: 12px;
		text-align: center;
		color: #fff;
		line-height: 31px;
	}
	.c_title {
		width: 100%;
		max-width: 1147px;
		margin-bottom: auto;
		height: 40px;
		line-height: 40px;
		text-align: center;
		font-size: 24px;
		color: #fff;
		margin-bottom: 10px;
	}
}

@media(max-width:450px) {
	.top-nav ul li a {
		font-size: 12px;
		padding: 0% 5px;
	}
}

.prizes-rules {
	font-size: 56px;
	text-align: center;
	display: block;
	padding: 5% 0;
	color: #fff;
}

.w1110 {
	max-width: 1110px;
	margin: auto;
}

.prize ul {
	margin: -0.8%
}

.prize ul li {
	display: block;
	float: left;
	width: 23.3%;
	margin: 0.8%;
}

.prize h2 {
	font-size: 27px;
	display: block;
	padding-top: 15%;
}

.prize h2,
.prize h2 a {
	color: #fff;
}

.prize ul li.prize-img {
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	-moz-transition: transform .4s ease, -moz-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	max-width: 100%;
}

.prize ul li.prize-img:hover {
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
}

.Email {
	text-align: center;
}

.Email a {
	font-size: 39px;
	display: inline-block;
	color: #fff;
	background: #ff0066;
	margin-top: 3%;
	padding: 0.5% 3%;
}

.Email a:hover {
	background: #fed500;
	color: #000;
}

.Enter {
	max-width: 860px;
	margin: auto;
	border: dashed 2px #fff;
	margin-top: 3%
}

.Enter ul li {
	font-size: 22px;
	color: #fff;
	position: relative;
	text-align: left;
	line-height: 26px;
}

.Enter ul {
	padding: 5% 5% 5% 7%;
}

.Enter ul li i {
	border-radius: 100px;
	-o-border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	display: block;
	width: 12px;
	height: 12px;
	background: #fff;
	position: absolute;
	left: -25px;
	top: 5px;
}

.font36 {
	font-size: 36px;
	color: #fff;
	display: block;
	padding: 3% 0;
}

.por50 {
	width: 50%;
	float: left;
}

.verneeConternt {
	padding-bottom: 50px;
	padding-left: 2.5%;
	padding-right: 2.5%;
}

.verneeImg {
	padding: 0 0;
	margin: 0 -0.2%;
	padding-left: 10px;
}

.verneeImg img {
	display: block
}

.verneeImg a {
	display: block;
	float: left;
	cursor: pointer;
	margin: 0 0.65%;
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 23px;
	width: 10.98%;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.verneeImg a.tab_active,
.verneeImg a:hover {
	color: #fff;
	border-bottom: 2px solid #ed462f;
}

.verneeImg a {
	/*border-bottom: 2px solid #fff;*/
}

.verneeImg a.tab_active {}

.VC1 img {
	display: inline-block;
}

.width600 {
	max-width: 580px;
	margin: auto;
}

.input {
	border: 2px solid #9b7d3a;
	margin-top: 50px;
}

.in {
	color: #FFF;
	background: none;
	border: none;
	width: 340px;
	padding: 20px 5px;
	float: left;
	font-size: 20px
}

.text-C {
	text-align: center;
}

.bu {
	cursor: pointer;
	background: #9b7d3a;
	border: none;
	padding: 10px 0px;
	width: 230px;
	float: right;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.bu:hover {
	background: #806730;
}

.wid li {
	list-style-type: decimal;
	margin-left: 20px;
	font-size: 17px;
	line-height: 27px;
	text-align: left;
	color: #fff;
}

.apollo-lite3 img {
	margin-bottom: 30px;
}

.VC1 {
	display: none;
}

#tata {
	margin: 0 -0.5% -0.5%;
}

.verneeImg a img {
	display: block;
}

.verneeImg img.conNONE-D {
	display: inline-block;
}

.verneeImg img.conNONE {
	display: none;
}

.verneeImg img.conNONE-D:hover {
	display: inline-block;
}

.verneeImg img.conNONE:hover {
	display: none;
}

.verneeImg .b1 {
	display: none;
}

.verneeImg a:hover .b1 {
	display: block;
}

.verneeImg a:hover .a1 {
	display: none;
}

.tab_active .b1 {
	display: block;
}

.tab_active .a1 {
	display: none;
}
.product{ width: 100%;}
.product li{width:50%; float: left; padding-top: 21px;padding-bottom: 21px;}
.product_content{border: 10px solid #82d2c6;width: 93%;  margin: auto; background: #ffffff; overflow: hidden;}
.product_left{ width:50%; float: left; padding-top: 44px; padding-left:24px; position: relative;}
.product_right {position: relative; width:50%; float: left;}
.product_title{height:20px;font-size: 18px; font-weight: bold; color: #000; line-height: 1;text-align: left;}
.product_title a{ color:#000;}
.product_price{font-size: 15px; font-weight: normal; text-decoration: line-through; padding-bottom: 5px;text-align: left;padding-top: 15px;}
.product_price p{color: #ed462f; font-size: 35px;font-weight: bold; text-decoration: none; padding-right: 7px; display: inline-block;}
.product_code{font-weight: bold; width: 100%; font-size: 18px; color: #ed462f; height: 32px; line-height: 32px; text-align: left;}
.product_end{ font-size: 16px; padding-top:16px; color: #000000; padding-bottom: 10px;text-align: left;}
.product_buy{margin-bottom: 20px;width: 180px; font-size: 14px;padding: 7px; text-align: center;background: #ed462f;}
.product_buy a{ color:#fff;}
.product_img{ width: 100%; max-width: 220px; height: 226px;  margin: 44px auto 0;}
.product_discount{ position: absolute; top: 10px; right: 10px;width: 62px;height: 52px;}
.p9{
	 	background: url(https://deal.koogeek.com/activity/2018/K9.png) no-repeat;
	 }
.p10{
	 	background: url(https://deal.koogeek.com/activity/2018/K10.png) no-repeat;
	 }
.p11{
	 	background: url(https://deal.koogeek.com/activity/2018/K11.png) no-repeat;
	 }
.p12{
	 	background: url(https://deal.koogeek.com/activity/2018/K12.png) no-repeat;
	 }
.p13{
	 	background: url(https://deal.koogeek.com/activity/2018/K13.png) no-repeat;
	 }
.p23{
	 	background: url(https://deal.koogeek.com/activity/2018/K23.png) no-repeat;
	 }
.p18{
	 	background: url(https://deal.koogeek.com/activity/2018/K18.png) no-repeat;
	 }
.p19{
	 	background: url(https://deal.koogeek.com/activity/2018/K19.png) no-repeat;
	 }
.p14{
	 	background: url(https://deal.koogeek.com/activity/2018/K14.png) no-repeat;
	 }
.p15{
	 	background: url(https://deal.koogeek.com/activity/2018/K15.png) no-repeat;
	 }
.p17{
	 	background: url(https://deal.koogeek.com/activity/2018/K17.png) no-repeat;
	 }
.p32{
	 	background: url(https://deal.koogeek.com/activity/2018/K32.png) no-repeat;
	 }
.p20{
	 	background: url(https://deal.koogeek.com/activity/2018/K20.png) no-repeat;
	 }
.p22{
	 	background: url(https://deal.koogeek.com/activity/2018/K22.png) no-repeat;
	 }
.p24{
	 	background: url(https://deal.koogeek.com/activity/2018/K24.png) no-repeat;
	 }
.p25{
	 	background: url(https://deal.koogeek.com/activity/2018/K25.png) no-repeat;
	 }
.p5{
	 	background: url(https://deal.koogeek.com/activity/2018/K5.png) no-repeat;
	 }
.p41{
	 	background: url(https://deal.koogeek.com/activity/2018/K41.png) no-repeat;
	 }
.p30{
	 	background: url(https://deal.koogeek.com/activity/2018/K30.png) no-repeat;
	 }
.p16{
	 	background: url(https://deal.koogeek.com/activity/2018/K16.png) no-repeat;
	 }
.zk01{ display: none;}
.VC1 img{ display:inline-block;}
.width600{ max-width:580px; margin: auto;}
.input{ border:2px solid #9b7d3a;   margin-top: 50px;}
.in{ color:#FFF; background:none; border:none; width: 340px; padding: 20px 5px; float: left; font-size: 20px}
.text-C{ text-align: center;}
.bu{ cursor: pointer; background:#9b7d3a; border:none; padding: 10px 0px;width: 230px; float: right; transition:all 0.3s ease; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease; -webkit-transition:all 0.3s ease;}
.bu:hover{background:#806730;}
.wid li{list-style-type: decimal; margin-left: 20px; font-size: 17px; line-height: 27px; text-align: left; color: #fff;}
.apollo-lite3 img{ margin-bottom:30px;}
.VC1{  display: none;}

#tata{ margin: 0 -0.5% -0.5%;}
.verneeImg a img{ display: block;width: 100%;}
.verneeImg img.conNONE-D{ display: inline-block;}
.verneeImg img.conNONE{display: none ; }
.verneeImg img.conNONE-D:hover{ display: inline-block;    }
.verneeImg img.conNONE:hover{display: none ; }
.verneeImg .b1{ display:none;}
.verneeImg a:hover .b1{ display:block;}
.verneeImg a:hover .a1{ display:none;}
.tab_active .b1{ display:block;}
.tab_active .a1{ display:none;}

.top-nav{ background: #fff; padding: 1.5%;  width: 100%; z-index: 9999}
.top-logo{ margin-right: 3%;  margin-top: 0.5%;}
.top-logo img{ width: 200px;}
.top-logo,.top-nav ul{ float: left;}
.top-nav ul{ display: block}
.top-nav ul li{ display:block; float: left; }
.top-nav ul li a {
    display: block;
    line-height: 49px;
    color: #666;
    font-size: 18px;
    padding: 0% 20px;
}
.top-nav ul li a:hover{ color: #000;}
@media(max-width:1450px){
   .top-logo img{ width: 150px;} 
    .top-nav ul li a {
    font-size: 14px;
    padding: 0% 15px;     
    line-height: 36px;   
}
.top-logo { margin-top: 0.5%; margin-left: 1.5%;  }
.top-nav {padding: 2% 3%;}    
}
@media(max-width:1200px){
	.btn-bottom,.btn-top{
		left: 45%;
	}

  
}
@media(max-width:767px){
	.product_img {
    margin: 44px auto 0 !important;
}
	.p_title{
		max-height: 100px;
		height: 42px;
	}
	.product_buy {
    font-size: 13px;
    text-align: center;
    width: 100%;
}
	.btn-bottom,.btn-top{
		left: 40%;
	}
	
 .top-logo{ width: 100%; text-align: center;  margin-right: 0; float: none;  margin-bottom: 10px}   
 .top-logo img{ display: inline-block; width: 100%; width: 137px;}    
 .top-nav ul li a {
    display: inline-block;
    line-height: 21px;
    font-size: 12px;
    padding: 0% 10px;
     float: none;
}   
    .top-nav ul li{display: inline-block; float: none;}    
.top-nav ul {
    display: block; width: 100%;
    text-align: center;
}    
}
@media(max-width:450px){
.top-nav ul li a {
    font-size: 12px;
    padding: 0% 5px;
} 
}


.nav {width: 100%;position: fixed;bottom: 200px;right:55px;}
.nav .nav_content {position: relative}
.nav ul li {width: 50px; height: 35px;	padding:3px 10px;position: absolute;right: -42px;cursor: pointer;background: #b4b4b4;list-style-type:none;}
.nav ul li img {width: 100%}
.nav ul li:hover {background: #646464;}
.nav ul .nav_top {bottom: 1px;display: none;border-top-left-radius: 4px; border-top-right-radius: 4px;}
.nav ul .nav_bottom {top: 1px;	border-bottom-left-radius: 4px;   border-bottom-right-radius: 4px;      }

.title img{ display: inline-block;}
.title{text-align: center} 
/*产品*/

.Nov{ margin-top: 1%; font-size:11px;}

.OFF{ text-align:center;  margin: 2.2% 0px 1.7%;}
.OFF h1{ font-size:20px; padding:4px 5%; display:inline-block; background:#4f109f; color:#FFF;
border-radius:50px; -moz-border-radius:50px; -ms-border-radius:50px; -o-border-radius:50px; -webkit-border-radius:50px;
}
.OFF h2{  color: #fff; font-size: 13px; padding: 15px 0px 0px 0px; line-height: 0px;}
.top{  }
.bottom{ padding-bottom:5%;}

.footer-banner ul{margin: 2% -1.2% 0 -1.2%;}
.footer-banner ul li{ display:block; width: 50%; float: left; padding: 1.2%; position: relative }
.footer-banner ul li .Code{ 
    position: absolute; bottom: 25%; font-size: 24px; background:#e03319; color: #fff;
    padding: 1.2%; width: 250px; left: 50%; margin-left: -120px;
    border-radius: 50px; -moz-border-radius: 50px; -webkit-border-radius: 50px; -o-border-radius: 50px; -ms-border-radius: 50px;
}
@media(max-width:1200px){
.product_img{ height: inherit;} .nav .nav_content{ display:none;}
.verneeConternt {
    padding-left: 2%;
    padding-right: 2%;
}
    .verneeImg a{ font-size: 14px;}
}
@media(max-width:768px){ 

	.font36_01 {  width: 93%;  max-width: 1280px; margin: auto; background: url(https://deal.tomtop.com/img/20171211_Koogeek_Christmas_titlebg.png) repeat;  border-radius: 20px; height: 38px;  line-height: 38px;}
	.font36 { font-size: 12px; padding: 3% 0;width: 100%;
max-width: 1412px;
background: url(https://deal.tomtop.com/img/20171211_Koogeek_Christmas_title_left.png) no-repeat left, url(https://deal.tomtop.com/img/20171211_Koogeek_Christmas_title_right.png) no-repeat right;
    background-size: auto auto, auto auto;
height: 70px;
color: #fff;
display: block;
margin: auto;
background-size: 70px;}
	
	.top {
    padding-top: 0%;
}
	

.prizes-rules {
    font-size: 42px;
    padding: 4% 0;
}    
.prize ul {
    margin: 0%;
}  
.prize h2 {
    font-size: 15px;
    padding-top: 11%;
}  
.Email a {
    font-size: 27px;
    background: #ff0066;
    margin-top: 5%;
    margin-bottom: 5%;
    padding: 0.5% 3%;
}  
.Enter{ margin: 1%;}  
.Enter ul li {
    font-size: 16px;
    line-height: 22px;
} 
	
	.verneeConternt {
    padding-left: 0;
    padding-right: 0;
}
.product_content {
	width: 95%;}	
	.product li {
    width: 100%;
    float: left;
    padding-top: 7px;
}
.product_left {
    width: 50%;
    float: left;
    padding-top: 5px;
    padding-left: 5px;
    position: relative;
}
.product_title {
    font-size: 18px;
    height: 24px;
}
.product_price {
    font-size: 14px;
    font-weight: normal;
    text-decoration: line-through;
    padding-bottom: 5px;
    text-align: left;
    height: 35px;
    margin-bottom: 5px;
}
.product_price p {
    color: #ed462f;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    padding-right: 8px;
    display: inline-block;
}
.product_code {
    width: 100%;
    max-width: 148px;
    font-size: 15px;
    color: #ed462f;
    height: 27px;
    line-height: 27px;
}	
.product_end {
    font-size: 15px;
    padding-top: 14px;
    color: #000000;
    padding-bottom: 16px;
    text-align: left;
}
.product_discount {
    background-size: auto auto;
    background-size: 100%;
}	
.product_img {
    width: 96%;
    max-width: 220px;
    margin: 5px auto;
}	
.verneeImg {
    padding: 0 0;
        padding-left: 0px;
    margin: 0 -0.2%;
    padding-left: 1px;
}	

}

@media only screen and (max-width: 767px) {
	.product_price p {
    color: #ed462f;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    padding-right: 8px;
    display: inline-block;
}
.product_code{
	line-height: 16px;
	margin-top: 25px;
}
.product_title{
	font-size: 14px;
	height: 14px;
}
}