.pages_option .options:after {
	content: '';
	clear: both;
	display: block;
}

.gogo_product_view  .banner_cover .img,
.gogo_product_view  .banner_cover .ads_text,
.gogo_product_view  .banner_cover .more_info {
	float: left;
}
.gogo_product_view  .banner_cover .ads_text {
	width: 300px;
	position: relative;
}

.gogo_product_view  .banner_cover .ads_text h1 {
	font-size: 22px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #000;
	margin-top: 26px;
	line-height: 1.2;
}

.gogo_product_view  .banner_cover .ads_text h1 strong {
	font-weight: 300;
	color: #E0197D;
}

.gogo_product_view  .banner_cover .ads_text p {
	display: block;
	width: 75px;
	height: 75px;
	background: #DF177D;
	position: absolute;
	top: 85px;
    right: 30px;
	-webkit-border-radius: 0 22px 0 22px;
    -moz-border-radius: 0 22px 0 22px;
    border-radius: 0 22px 0 22px;
	color: #FFF;
	padding-top: 10px;
}

.gogo_product_view  .banner_cover .ads_text p * {display: block; text-align: center; width: 100%;}
.gogo_product_view  .banner_cover .ads_text p small {
	font-size: 11px;
	line-height: 11px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
.gogo_product_view  .banner_cover .ads_text p span {
	font-size: 26px;
	line-height: 30px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}

.gogo_product_view  .banner_cover .more_info p {position: relative; margin-bottom: 10px;}
.gogo_product_view  .banner_cover .more_info p strong {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}
.gogo_product_view  .banner_cover .more_info p span {
	font-size: 11px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
.gogo_product_view  .banner_cover .more_info p:before {
	content: '';
	width: 27px;
	height: 27px;
	position: absolute;
	background-color: #000;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    border-radius: 27px;
	left: 0;
    top: 5px;
}



.gogo_product_view  .banner_cover .more_info p.delivery:before {background-image: url(../images/product_view/banner_truck.jpg)}
.gogo_product_view  .banner_cover .more_info p.guarantee:before {background-image: url(../images/product_view/banner_like.jpg)}
.gogo_product_view  .banner_cover .more_info p.price:before {background-image: url(../images/product_view/banner_tag.jpg)}


.gogo_product_view  .banner_cover .more_info p:after,
.product_details_box .desc .part_video_list ul:after,
.product_details_box .desc.overview .parts ul:after,
.product_details_box .desc.overview .text li:after{
	content: '';
	clear: both;
	display: block;
}

.product_details_box .desc.overview {
	color: #000;
	background: #F4F4F4;
	padding: 40px 0 0;
}

.product_details_box .desc.overview .cms_view {padding: 0 58px;}
.product_details_box .desc.overview .img {float: left; width: 365px;}
.product_details_box .desc.overview .text {float: left; padding: 40px 25px 0;}
.product_details_box .desc.overview .text p {font-size: 20px; margin-bottom: 20px;}
.product_details_box .desc.overview .text li {font-size: 16px; line-height: 16px; margin-bottom: 15px;}


.product_details_box .desc.overview .text li span{float: left;}
.product_details_box .desc.overview .text li span:first-child {
	display: inline-block;
	background: #E0197D;
	width: 16px;
	height: 16px;
	line-height: 16px;
	color: #FFF;
	text-align: center;
	margin-right: 15px;
	font-size: 9px;
	-webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    border-radius: 36px;
}

.product_details_box .desc.overview .text li span+span{width: 400px;}

.product_details_box .desc.overview .parts {
	background: #FFF;
	padding: 10px 0 40px;
}



.product_details_box .desc.overview .parts td {vertical-align: top;}
.product_details_box .desc.overview .parts span{display: block; padding: 10px 20px;}
.product_details_box .desc.overview .parts thead span {color: #000; font-size: 18px; }
.product_details_box .desc.overview .parts tbody td {color: #808285; font-size: 14px; border-left: 1px solid #eaeaea;}
.product_details_box .desc.overview .parts tbody td:first-child {border-left: 0;}
.product_details_box .desc.overview .parts tbody td span {padding: 5px 20px;}


.product_details_box .desc .part_video_list li{
	float: left;
	padding: 20px 0;
}
.product_details_box .desc .part_video_list li:first-child {
	width: 240px;
	text-align: center;
}
.product_details_box .desc .part_video_list li:first-child  a {
	position: relative;
	display: inline-block;
}
.product_details_box .desc .part_video_list li:first-child  a span:first-child{
	display: block;
	width: 110px;
	height: 110px;
	border: 4px solid #FFF;
	overflow: hidden;
	-webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
	-webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
}

.product_details_box .desc .part_video_list li:first-child  a:hover span:first-child{
	border-color: #28B5DC;
}

.product_details_box .desc .part_video_list li:first-child  a span+span {
	display: block;
	width: 42px;
	height: 42px;
	position: absolute;
	line-height: 42px;
    font-size: 20px;
    bottom: 0px;
    right: -10px;
	color: #FFF;
	background: #28B5DC;
	-webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.product_details_box .desc .part_video_list li:first-child  a:hover span+span {
	background: #1A9DC3;
}

.product_details_box .desc .part_video_list li+li {
	width: 620px;
}

.product_details_box .desc .part_video_list li+li h4{
	font: 18px/18px 'open_sansbold';
	color: #000;
}

.product_details_box .desc .part_video_list li+li p {margin-bottom: 0;}

.product_details_box .desc .part_video_list  ul:nth-child(odd) {
	background: #eee;
}

.product_details_box .desc.paper,
.product_details_box .desc.refinement{
	padding: 0;
}

.product_details_box .desc.more_information  {
	padding-bottom: 98px;
}
.product_details_box .desc .parts {clear: both;}

.pages_option .options {
    width: 50%;
    float: left;
}

.box_body .pages_option .data_option {
    padding: 10px 2px;
	height: 50px;
	margin-left: 2px;
}
.box_body .pages_option .data_option:first-child{
	margin-left: 0px;
}

.box_body .pages_option .data_option img {
    margin: -4px 10px 0;
}


.box_body .pages_option .data_option .desc {
	width: 75px;
}
.box_body .pages_option .data_option h4 {
    font: 11px/12px 'open_sanssemibold';
}

.box_body .pages_option .data_option.hide_detail span {
	display: none;
}

.box_body .options .dropdown.paper .list_row .desc,.box_body .options .dropdown.format .list_row .desc{
	/*position:static;*/
}
