body {
	-webkit-text-size-adjust: 100%;
	background-color:#f1f1f1;
}
#showAllItem {
	float:left;
	width:auto;
	height:48px;
	line-height:48px;
	font-size:18px;
	color:#999999;
	cursor:pointer;
	}
#item_cart{
	margin-bottom:5px;
	cursor:pointer;
	width:48px;
	height:48px;
}

.main_wrapper {
	text-align:center;
	max-width:480px;
	height:auto;
	margin:auto;
}
.cart_header_image {
	display: block;
	height: 32px;
	width: 46px;
	background-image: url("/img/placeinfo/owlting_bird_logo.png");
	border: none;
	margin: 0;
	padding: 0;
}
.main {
	position: relative;
	text-align:left;
	display:inline-block;
	background-color:white;
	width:100%;
	max-width: 480px;
	height:auto;
	min-height:445px;
	padding:0px 0 5px;
	margin:0px auto 0px;
}
a:link, a:visited {
	color: #4296d1;
	text-decoration:none;
	display: block;
}

.shop_photo {
	display:block;
	width:100%;
	max-width:480px;
	height:auto;
	max-height:360px;
	background-color:#e1dfdf;
	clear:both;
	position:relative;
}
#name_wrapper {
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height:auto;
	color:#333333;
	font-size: 21px;
	padding-top: 10px;
	padding-right: 24px;
	padding-left: 24px;
	display:inline-block;
	background:url();/*for android browser*/
}
#item_price{
	color:#333333;
	font-weight:bold;
	float:right;
	font-size: 48px;
}
.d_btn {
	/* margin:5px 5px 10px 5px; */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.item_buy_now , .exploreItem{
	margin-bottom:10px;
	float:left;
	padding: 8px 0px;
	width: 36%;
	height: auto;
	font-size: 18px;
	line-height: 32px;
	border: solid 1px #ee4d24;
	text-align:center;
	cursor: pointer;
	/* background-color: #F5F5DC; */
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	/* -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); */
	/* box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); */
	background-color: white;
	color: #ee4d24;
}
.exploreItem{
	width: 100%;
	max-width: 432px;
	background-color: white;
	border: solid 1px #4296d1;
	color: #4296d1;
	margin-left: auto;
	margin-right: auto;
	float: none;
}

#buy_now {
	background-color: #ee4d24;
	color:white
}

#item_number {
	clear:right;
	width: 40px;
	height: 25px;
	border: #c6c6c6 solid 1px;
	color: #747474;
	font-size: 13px;
	line-height: 25px;
	text-align: center;
	float:right;
	margin-bottom: 10px;
}
.item_block_wrapper, .item_block_wrapper_grey{
	width:100%;
	max-width:480px;
	height:auto;
	display:inline-block;
	padding: 10px 8px 20px;
	/* border-left: 1px solid #eeeeee; */
	/* border-right: 1px solid #eeeeee; */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.item_block_wrapper_grey{
	/* background-color:#f5f5f5; */
}
.item_title {
	color: #222222;
	font-weight:bold;
	font-size:24px;
	width:auto;
	height:auto;
	padding: 0 16px;
	margin-top:5px;
	margin-bottom: 5px;
	background:url();
}
.item_hr {
	clear: both;
	width:100%;
	max-width: 480px;
	height: 1px;
	display:block;
	background-color: #f1f1f1;
}
.item_content {
	color: #555555;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height:auto;
	padding: 0 16px;
	font-size: 16px;
	font-weight:  300;
	box-sizing: border-box;
	line-height: 25px;
	word-wrap: break-word;
	background:url();/*for android browser*/
}
.wordwrap {
	white-space: pre;
	white-space: pre-wrap;
	white-space: pre-line;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	white-space: -moz-pre-wrap;
	word-wrap: break-word;
}
.tip {
	border:1px dotted #f5f5f5;
	width:460px;
	height:auto;
	padding:5px 10px;
	color:white;
	background-color:rgb(51, 181, 229);
	//-webkit-border-radius: 5px; //For Safari, etc.
	//-moz-border-radius: 5px; //For Mozilla, etc.
	//border-radius: 5px; //CSS3 Feature
}

/* jssor slider direction navigator skin 03 css */
/*
.jssord03l              (normal)
.jssord03r              (normal)
.jssord03l:hover        (normal mouseover)
.jssord03r:hover        (normal mouseover)
.jssord03ldn            (mousedown)
.jssord03rdn            (mousedown)
*/
.jssord03l, .jssord03r, .jssord03ldn, .jssord03rdn
{
	position: absolute;
	cursor: pointer;
	display: block;
	background: url(/shop/d03.png) no-repeat;
	overflow:hidden;
}
.jssord03l {
	background-position: -3px -33px;
}
.jssord03r {
	background-position: -63px -33px;
}
.jssord03l:hover {
	background-position: -123px -33px;
}
.jssord03r:hover {
	background-position: -183px -33px;
}
.jssord03ldn {
	background-position: -243px -33px;
}
.jssord03rdn {
	background-position: -303px -33px;
}
.jssorn21 div,.jssorn21 div:hover,.jssorn21 .av {
	background:url(/shop/n21.png) no-repeat;
	overflow:hidden;
	cursor:pointer;
}
.jssorn21 div {
	background-position:-5px -5px;
}
.jssorn21 div:hover,.jssorn21 .av:hover {
	background-position:-35px -5px;
}
.jssorn21 .av {
	background-position:-65px -5px;
}
.jssorn21 .dn,.jssorn21 .dn:hover {
	background-position:-95px -5px;
}
.jssord21l,.jssord21r,.jssord21ldn,.jssord21rdn {
	position:absolute;
	cursor:pointer;
	display:block;
	background:url(/shop/d21.png) center center no-repeat;
	overflow:hidden;
}
.jssord21l {
	background-position:-3px -33px;
}
.jssord21r {
	background-position:-63px -33px;
}
.jssord21l:hover {
	background-position:-123px -33px;
}
.jssord21r:hover {
	background-position:-183px -33px;
}
.jssord21ldn {
	background-position:-243px -33px;
}
.jssord21rdn {
	background-position:-303px -33px;
}
.jssorb03 div,.jssorb03 div:hover,.jssorb03 .av {
	background:url(http://www.jssor.com//img/b03.png) no-repeat;
	overflow:hidden;
	cursor:pointer;
}
.jssorb03 div {
	background-position:-5px -4px;
}
.jssorb03 div:hover,.jssorb03 .av:hover {
	background-position:-35px -4px;
}
.jssorb03 .av {
	background-position:-65px -4px;
}
.jssorb03 .dn,.jssorb03 .dn:hover {
	background-position:-95px -4px;
}
.jssora03l, .jssora03r, .jssora03ldn, .jssora03rdn {
	position: absolute;
	cursor: pointer;
	display: block;
	background: url(/shop/n21.png) no-repeat;
	overflow: hidden;
}
.jssora03l {
	background-position:-3px -33px;
}
.jssora03r {
	background-position:-63px -33px;
}
.jssora03l:hover {
	background-position:-123px -33px;
}
.jssora03r:hover {
	background-position:-183px -33px;
}
.jssora03ldn {
	background-position:-243px -33px;
}
.jssora03rdn {
	background-position:-303px -33px;
}

.select_style {
	min-width: 100px;
	width: auto;
	padding: 5px;
	font-size: 16px;
	border-radius: 1px;
	height: 35px;
	margin: 5px 0 10px 0px;
}
.user_comment_frame {
	position:relative;
	height:auto;
	margin-bottom:3px;
	width:100%;
	padding-left:65px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.user_comment_photo {
	float:left;
	margin-right:5px;
	width:80px;
	height:80px;
	background-color:#f2f2f2;
	overflow: hidden;
	text-align: center;
	border:1px solid #f2f2f2;
	border-radius:40px;
}
.user_comment_photo img {
	width:80px;
	height:80px;
	border-radius:40px;
}
.user_comment_content_frame {
	float:left;
	width:100%;
}
.user_name, .user_comment_content, .user_comment_date, #frinds_buy{
	padding-top:3px;
	font-size:18px;
	margin-left:15px
}
.user_comment_date {
	color:#999999;
	font-size:smaller;
	border-bottom:1px solid #cccccc;
	padding-bottom:5px;
	font-size:16px;
}
.user_comment_content {
	width:100%;
	height: auto;
	word-wrap: break-word;
	margin-top:5px;
}
.user_comment_content a:link, .user_comment_content a:visited {
	color:#4296d1;
}
.user_comment_wrapper {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin:0px 5px 0px 5px;
	height:auto;
	padding-top:10px;
}
.productdetail_header {
	width:100%;
	max-width:480px;
	margin:0px auto;
	background-color:white;
	position:relative;
	text-align:center;
	border-bottom:1px solid #ddd;
	height:48px;
}
.swiper-container-r {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
	color: #fff;
	text-align: center;
	max-height: none;
}
.swiper-slide-r {
  margin-bottom: 0;
}
.swiper-slide-r img {
	max-width:320px;
	max-height:240px;
}
.relateItemName {
	color:black;
	font-size: 20px;
    height: 24px;
    line-height: 24px;
	overflow: hidden;
}
.relateItemPrice {
	margin-top:5px;
	color:red;
	font-size:24px;
}
.storeTitle {
	font-size: 20px;
	display: inline-block;
}
.number {
	font-size:18px;margin-right:5px;height:25px;line-height:25px;
}

/*shipping_rules*/
#shipping_rules, #subscript_shipping_rules
{
	font-size: 16px;
	font-weight: 300;
	color:#666;
	/* margin-right: 16px; */
	margin-bottom:10px;
	margin-top: 20px;
	/* margin-left: 16px; */
	text-align: left;
	/* padding: 0px 8px; */
}

#singleOrder{
	margin:0 24px
}

.cart_icon {
	display:block;
	width:48px;
	height:48px;
	float:right;
}
.notify_num_circle {
	background: radial-gradient( 5px -9px, circle, white 8%, red 26px );
	background-color: red;
	border: 2px solid white;
	border-radius: 12px; /* one half of ( (border * 2) + height + padding ) */
	box-shadow: 1px 1px 1px black;
	color: white;
	font: bold 10px Helvetica, Verdana, Tahoma;
	padding: 1px 4px 2px 4px;
	text-align: center;
	top:4px;
	position: absolute;
}
.allitem {
	left: 65px;
	position: relative;
	font-size: 24px;
}
.product_list_headertitle {
	display:inline-block;
	font-size:24px;
	font-weight: bold;
	position: relative;
	height: 40px;
	padding-top: 10px;
}
.alertDialog {
	position:absolute;
	left:30px;
	text-align:center;
	width:400px;
	height:auto;
	border:1px solid #dddddd;
	background-color:#f5f5f5;
	z-index:10;
	border-radius: 5px;
}
.alertBtn{
	cursor:pointer;
	display:inline-block;
	width:180px;
	border:1px solid #cccccc;
	text-align:center;
	padding:10px 0;
	margin:5px;
	background-color:#faf9f1;
}
.alertBtn :hover{
	background-color:#ffde34;
}
.dialog_mask{
	position:absolute;
	width:100%;
	height:100%;
	display:inline-block;
	left:0;
	top:0;
	background-color:rgba(0,0,0, 0.6);

	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#000000', EndColorStr='#000000');

	z-index:9;
}
.title_style {
	text-align: left;
	line-height: 24px;
	margin-left: 15px;
	color:gray;
	margin-top:10px;
}
.refer_bg {
	text-align: left;
	margin-top: 5px;
	margin-left:15px;
}
.good_icon {
	cursor: pointer;
	display: inline-block;
	width: 64px;
	height: 64px;
	background-image: url('/img/placeinfo/good_64.png');
	background-color: #f2f2f2;
	border: 1px dotted #cccccc;
}
.good_icon_selected , .good_icon:hover {
	background-image: url('/img/placeinfo/good_click_new_64.png');
	background-color:#ffde34;
}
.bad_icon {
	cursor: pointer;
	display: inline-block;
	width: 64px;
	height: 64px;
	background-image: url('/img/placeinfo/bad_64.png');
	background-color: #f2f2f2;
	border: 1px dotted #cccccc;
}
.bad_icon_selected ,.bad_icon:hover {
	background-image: url('/img/placeinfo/bad_click_new_64.png');
	background-color:#ffde34;
}

#write_review {
	position: relative;
	float: right;
	margin-left:10px;
	display:inline-block;
	padding:8px 20px;
	border-radius:5px;
	border:1px solid #cccccc;
	cursor:pointer;
	font-weight:bold;
	background-color:#4296d1;
	color:white;
}
#bought_tip {
	background-color:white;
	border-radius:5px;
	padding:3px 10px;
	border:1px solid #cccccc;
	color:#cc0000;
	display:inline-block;
	margin-left:10px;
	font-size:14px;
	float:right;
	position: relative;
	top: 5px;
}
a:visited {
	border: solid 1px #4296d1;
}

#review_bar {
	font-size: 16px;
	font-weight: 300;
}

#marketlogo {
	left: 45px;
}
.hot_bar ,.hot_bar_bottom{
	background-color:#f8f8f8;padding:10px 0;font-size:18px;text-align:center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.hot_bar_bottom {
	width:100%;max-width:480px;border:1px solid #dddddd;margin-top:20px;
}
.search_icon{
	float: right;
	cursor: pointer;
	margin-top: 5px;
	margin-right: 5px;
	width: 38px;
	height: 38px;
	position: absolute;
	top: 0;
	right:50px;
}
.share_image {
	width:36px;
	height:36px;
}
.buy_num {position:relative;float:left;15pxfont-size:18px;top: 18px;color:#cc0000;}
.tab {
	float:left;
	text-align:center;
	background-color:#f5f5e9;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	color:gray;cursor:pointer;
	width:50%;padding:10px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.select {
	background-color:white;font-weight:bold;color:black;border-bottom:1px solid white
}
.deliver_period, .number_period, .subscript_order {
	margin:10px 10px 5px;width:130px;font-size:16px;padding: 5px;border-radius: 1px;height: 34px;
}
.tab_margin {margin-top:23px}
.sort_bar {
	color: #4296d1;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	padding: 12px 0 8px 0;
	border-bottom: 1px solid #ddd;
	background-color: #f8f8f8;
	width:100%;
	max-width: 480px;
	margin: 0 auto;
}
.search_text {
	float: right;
	cursor: pointer;
	padding-top: 12px;
	margin-right: 5px;
	font-size: 20px;
	height: 38px;
	position: absolute;
	top: 0;
	right: 50px;
}
.promote {
	line-height:22px;
	font-size: 16px;
	font-weight: 300;
	display: inline-block;
	margin-right:10px;
	color:black;
	background:white
}
.review_user_name {
	font-size:18px;margin-left:10px;border-bottom:2px dashed white;padding-top:0;position:relative;height:27px;overflow:hidden
}

.review_user_comment_content {
	padding-top:3px;
	margin-left:10px;
	margin-top:0;;
	height:42px;
	overflow:hidden;
	color:#838383;
	font-size:16px;
	line-height:21px
}
.fixed_review {
	width:100%;max-width:480px;height:92px;background-color:#e5e5e5;display:none
}
.review_user_comment_date {
	float:right;border-bottom:0;font-size:12px;color:#9b9b9b;padding-top:6px;
}
.review_user_comment_photo, .review_user_comment_photo img {
	width: 44px;
    height: 44px;
}
.review_user_comment_photo {
	float: left;
    margin-right: 5px;
    margin-left:10px;
    margin-top:26px;
	border: 2px solid white;
    background-color: #f2f2f2;
    overflow: hidden;
    text-align: center;
    border-radius: 44px;
    position:absolute;
    left:0;
}
.review_user_comment_content_frame {
	position:relative;
	height:66px;
}
.review_recommend_icon {
	margin-left:5px;position: relative;top: 0px;height: 22px
}
.review_title {
	font-size: 12px;
    background-color: #e9460d;
    color: white;
    position: absolute;
    top: 3px;
    padding: 2px 5px;
    left: -5px;
    width: 54px;
    text-align: right;
}

#delivery_info,	#delivery_info_sub {
		margin-top: 8px;
	    font-size: 18px;
	    padding-top: 2px;
	    color: #444;
	    background-color: #e5e5e5;
	    margin-bottom: 10px;
	    letter-spacing: 0.5px;
	    line-height: 26px;
	    padding: 12px;
	    border-bottom: 1px dashed black;
	    border-top: 1px dashed black;
	}
	.video_container{
		position: relative;
	    width: 100%;
	    height: 0;
	    padding-bottom: 56.25%;
	    margin-top:10px;
	}
	.video {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	}
