/*
Template Name: Shoes
Author: Hxcao
*/
@charset "utf-8";
*, html, body{
	margin:0;
	padding:0;
	outline:0;
}
body{
	background-color:#EEEEEE;
	font: 14px Microsoft YaHei,Arial,Verdana;
	max-width: 750px;
	min-width: 320px;
	margin: 0 auto;
}

header .banner_wrap{
	width: 100%;
}
header .banner_wrap img{
	max-width: 100%;
}
header .price_wrap{
	color:#f61d4b;
	padding:0.2rem 0.5rem;
	overflow: hidden;
}
header .price_wrap .or_cost{
	color:#b3b3b3;
}
header .price_wrap h1{
	font-size: 1rem;
	float: left;
}
header .price_wrap h1 span{
	font-size: 1.5rem;
	font-weight: bold;
}
header .price_wrap h1 span b{
	font-size: 0.7rem;
}
header .price_wrap h4{
	font-size: 0.6rem;
	margin:0.8rem 0 0.5rem;
	color: #666;
	display: flex;
	justify-content: space-between;
}
header .price_wrap h4 span img{
	height:0.7rem;
	margin-right: 0.2rem;
	margin-top: -0.2rem; 
}
header .price_wrap .flash_sale{
	font-size: 0.6rem;
	height: 1.2rem;
	line-height: 1rem;
	text-align: right;
}
header .price_wrap .flash_sale img{
	height: 1.1rem;
	margin-top: -0.15rem;
}
header .price_wrap .flash_sale p{
	display: inline-block;
	border:1px solid #f54a4f;
	border-left: 0;
	padding:0 5px;
}
header .price_wrap .time{
	font-size: 0.6rem;
	font-weight: bold;
	padding-right: 5px;
	text-align: right;
}
header .price_wrap .or_cost {
	float: left;
	margin-left: 0.5rem;
}
header .price_wrap .or_cost h2 {
	font-size: 0.7rem;
}
header .price_wrap .or_cost h2 span{
	text-decoration: line-through; 
}
header .price_wrap .or_cost h3{
	width: 4rem;
	font-size: 0.7rem;
	color: #5b5b5b;
	border-radius: 0.2rem;
}
header .price_wrap .or_cost h3 span{
	color: #fca398;
}
header .infor_wrap{
	margin: 0.5rem;
	font-size: 0.7rem;
	border-bottom:1px dashed #d9d9d9;
}
header .infor_wrap .item_bar{
	color: #333;
	font-size: 0.8rem;
	font-weight: bold;
}
header .infor_wrap .item_bar span{
	margin-right: 0.3rem;
}
header .infor_wrap h2{
	color:#fc8625;
	font-size: 0.6rem;
	margin:0.5rem 0;
}
header .infor_wrap .time{
	font-size: 0.85rem;
	padding-left: 1rem;
	color: #f00;
	margin: 0.35rem 0;
}
header .infor_wrap .time span{
	font-weight:bold;
	margin: 0 0.2rem; 
}
header .infor_wrap .product_infor{
	line-height: 140%;
}
.main{ background:#FFFFFF; padding:5px 10px;}
.t1{ background:#fffb00; font-size:24px; font-weight:bold; color:#de2042; text-align:center; padding:10px; line-height:35px;}
.t2{ background:#fffb00; font-size:16px; font-weight:bold; color:#000000; text-align:center; padding:10px;}
.t3{ color:#C4C4C4;}
.t4{ color:#ff0000;}
.t5{ background:#fffb00; font-weight:bold; color:#de2042; padding:10px;}
.t6{ background:#ffff9c; color:#840000;}

.box0929{ border:#CCCCCC 1px solid; padding:10px;}
.t7{ color:#840000; font-weight:bold;}



img{
	border: none;
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
input[type="button"], input[type="submit"], input[type="reset"], input[type="text"], input[type="email"], input[type="tel"], input[type="number"]{
	-webkit-appearance: none;
}
em{
	font-style:normal;
}
.clearboth{
	clear:both;
}


#index {
	background-color: #FFFFFF;
	padding: 0 0 60px 0;
}
#index>header{
	padding: 10px 0 10px 60px;
	background-image:url('../images/shoes_logo.png');
	background-repeat:no-repeat;
    background-position: 10px 15px;
    background-size: 40px 40px;
}
header#title2 {
	padding: 10px;
    font-size: 18px;
    font-weight: bold;
	background: none;
}

header#title2 .title {
    font-size: 15px;
    font-weight: bold;
    padding: 0 0 5px 0;
}

header .slogan span {
    font-size: 12px;
    color: #FFF;
    background-color: #C6091D;
    padding: 2px 5px;
    margin: 0 5px 0 0;
}

#productinfo{
    background-color:#f61d4b;
    height:54px;
}

#productprice {
    color: #FFF;
}

#productprice #final{
	font-size: 18px;
    float: left;
    line-height:54px;
}

#productprice #final strong{
    font-size: 46px;
}

#productprice #price_info{
	font-size: 12px;
	padding: 8px 0 0 8px;
    text-align: left;
    float: left;
    max-width: 28%;
    overflow:hidden;
    white-space:nowrap;
}

#productprice #price_info span {
    display: block;
}

#productprice #price_info span#sale_qty {
    background-color: #ca032e;
    padding:3px 6px;
}

#productprice #times {
    width: 40%;
    height: 54px;
    float: right;
    background-image:url('../images/shoes_bg.jpg');
	background-repeat: repeat-x;
    background-position: left top;
    text-align: center;
    color:#000;
    font-size: 12px;
}

#productprice #times strong{
    display:block;
    color: #f61d4b;
    padding: 10px 0 2px 0;
}

#productinfo2 {
    padding: 5px 15px 20px 15px;
}

#productinfo2 #title2 {
    font-size: 20px;
    padding: 0 0 5px 0;
}

#productinfo2 #promo{
    color: #c9032d;
    font-size: 14px;
}

#slogan {
    border-top: 1px #eee solid;
    border-bottom: 1px #eee solid;
    padding: 10px 15px;
}

#slogan span {
    padding: 0 5px 0 28px;
	background-repeat: no-repeat;
    background-position: left center;
    background-size: 21px 21px;
}

#slogan span#express {
    background-image:url('../images/slogan_3.jpg');
}

#slogan span#pay {
    background-image:url('../images/slogan_2.jpg');
}

#slogan span#home {
    background-image:url('../images/slogan_1.jpg');
}

#slogan span#refund {
    background-image:url('../images/slogan_0.jpg');
}

#buyitnow {
    padding: 15px;
    border-bottom: 1px #eee solid;
}

#buyitnow #takeitnow {
    background-color: #c60a1e;
    font-size: 18px;
    text-align: center;
    border-radius: 5px;
    height: 58px;
    line-height: 58px;
}

#buyitnow #takeitnow a{
    display:block;
    color: #fff;
    text-decoration: none;
}

section #title {
    height: 45px;
    line-height: 45px;
    border-bottom: 1px #eee solid;
    background-image:url('../images/shoes_title_bg.jpg');
	background-repeat: no-repeat;
    background-position: 15px center;
    padding-left: 27px;
}

section #content {
    padding: 10px 0;
    border-bottom: 1px #eee solid;
}

section#buypage #title, section#buypagess #title {
    border:none;
}

#deps #content {
    white-space: normal;
}

#deps #content div {
    width:auto;
    max-width:640px;
}


#delivery{
	padding:10px 15px;
	margin:5px;
	font-size:12px;
	height:180px;
	overflow:hidden;
}
#delivery ul{
	padding:0;
	margin:0;
	list-style:none;
}
#delivery ul li span{
	padding: 0 1px;
	line-height:28px;
	color:#666666;
}

#ordersearch #title{
    border-bottom:1px #c60b1e solid;
}

#ordersearch input{
	border:none;
	width:100%;
	line-height:28px;
	height:28px;
	text-align:center;
	vertical-align: bottom;
	font-size:14px;
	display:block;
}
#ordersearch input[type=button]{
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
	border-top-left-radius:0px;
	border-top-right-radius:0px;
	color:#FFFFFF;
	background-color:#c60b1e;
}

#orderinfo {
    padding-bottom: 30px;
}

#orderinfo .order_info {
    border: 1px solid #c60b1e;
    border-radius: 5px;
    padding: 0 15px 15px 15px;
    margin: 15px 15px 0 15px;
    line-height: 24px;
}
#orderinfo .order_info p {
    color: #fff;
    background-color: #c60b1e;
    margin: 0 -15px 15px -15px;
    padding:5px 15px;
    font-size:14px;
    font-weight: bold;
}

#orderinfo .notfound {
    text-align:center;
    color: #B4282D;
    font-size: 16px;
    padding:15px 0;
}

#remind{
	text-align:center;
	padding: 0 15px;
}

#ordernows{
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	z-index:1;
}
#ordernow{
	max-width:750px;
	margin:0 auto;
    background-color: #c60b1e;
    height: 48px;
    
}

#ordernow span a {
    display: inline-block;
    text-align:center;
    line-height:48px;
    color:#fff;
    text-decoration:none;
}

#ordernow .top_btn a{
    border-right: 1px #fe5967 dashed;
    width:10%;
}

#ordernow .order_btn a{
    border-right: 1px #fe5967 dashed;
    width:30%;
}

 #ordernow .message_btn a{
    border-left: 1px #fe5967 dashed;
    width:30%;
}

#ordernow .service_btn a{
    border: none;
    width: 29%;
}

#ordernow .top_btn2 a{
    border-right: 1px #fe5967 dashed;
    width:10%;
}

#ordernow .order_btn2 a{
    width:44%;
    border-right: 1px #fe5967 dashed;
}

#ordernow .search_btn2 a{
    width: 44%;
    
}

#ordernow .service_btn2 a{
    border: none;
    width: 44%;
}

#ordersearchbutton{
	cursor:pointer;
}

#buypagess #buypages, #buypage #buypages{
	max-width:620px;
	margin:0 auto;
	padding: 8px 10px;
}

#productdetail{
	border-bottom:1px solid rgba(0,0,0,0.1);
	padding: 0 0 15px 0;
}
#productdetail div{
	display:inline-block;
	vertical-align:top;
}

#productpic{
	width:50%;
	overflow:hidden;
	margin: 0 2% 0 0;
}
#productinfos{
	width:45%;
}
#productinfos span{
	display:block;
	border-bottom:1px solid #CCCCCC;
	font-weight:bold;
	font-size:16px;
	padding: 5px 0;
	line-height:24px;
}

li.lists{
	border:1px solid #666666;
	border-radius:5px;
	padding: 3px 8px;
	display:inline-block;
	margin: 0 8px 8px 0;
	cursor:pointer;
}
li.select1,li.select2,li.select3{
	border:1px solid #D50F2E;
	background:#FFFFFF url('../images/selectbg.png') right bottom/16px auto no-repeat;
}

#attribute1,#attribute2,#attribute3,#productnum,#producttotal,#payment,#shipping{
	border-bottom:1px solid rgba(0,0,0,0.1);
    padding: 0 0 10px 0;
}

#attribute1 ul,#attribute2 ul,#attribute3 ul{
    padding: 0 0 0 10px;
}

#productnum,#producttotal,#payment{
	padding: 10px 0 5px 0;
}
#productnum a, .cart_num a.cartdel, .cart_num a.cartadd{
	width:24px;
	height:24px;
	border:1px solid #999999;
	display:inline-block;
	background-image:url('../images/deladd.gif');
	vertical-align:middle;
}
#productnum .del, .cart_num .cartdel{
	background-position:0 center;
	cursor:pointer;
}
#productnum .add, .cart_num .cartadd{
	background-position:-24px center;
	cursor:pointer;
}
#productnum input, .cart_num input{
	width:34px;
	height:24px;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	border-left:none;
	border-right:none;
	text-align:center;
	border-radius:0;
}
#productnum #adddel {
    padding: 0 0 0 20px;
}

#producttotal span#totalprice, #producttotal span#proprice {
    font-weight: bold;
}

#producttotal span#price, #producttotal span#buy_nums, #payment #pays{
	color:#c60a1e;
	font-size:18px;
    margin: 0 0 0 20px;
    border:2px solid #c60a1e;
    padding: 1px 10px;
}

#payment #pays {
	background-image:url('../images/shoes_car.jpg');
    background-repeat: no-repeat;
    background-size: 24px 22px;
    background-position: 10px center;
    padding: 2px 10px 2px 40px;
}

#payment #payfreeshipping {
    color:#c60a1e;
    padding: 0 0 0 10px;
}

#buynow input{
	color:#FFFFFF;
	background-color:#c60b1e;
	width:46%;
    margin: 0 2%;
	border:none;
	line-height:45px;
	font-size:20px;
	cursor:pointer;
    border-radius:5px;
}

#buynows input{
	color:#FFFFFF;
	background-color:#c60b1e;
	width:96%;
    margin: 0 2%;
	display:block;
	border:none;
	line-height:45px;
	font-size:20px;
	cursor:pointer;
    border-radius:5px;
}

#buy_infos div{
	border-bottom:1px solid rgba(0,0,0,0.1);
}

#buy_infos div input{
	border:none;
	border-radius:0;
	font-weight:normal;
	width:60%;
	height:60px;
	font-size:14px;
    padding-left: 10px;
}

#buy_infos #buy_message textarea{
	width:90%;
	margin:5px 0;
	padding:3px 5px;
	font-size:14px;
	line-height:20px;
    margin-left:15px
}

#buy_area {
    padding: 8px 0;
}

#buy_area select {
    width: 20%;
    margin: 0 1%;
    padding: 5px 1%;
    border-radius:5px;
}



/* for comments */
#comments {
    padding: 20px 0 0 0;
}

#commentlists{
	height:400px;
	overflow:hidden;
}
#commentlists ul{
	list-style:none;
	padding:0;
	margin:0;
}
.commentlist{
	padding:15px;
	border-bottom:1px solid rgba(0,0,0,0.1);
}
.commentinfo{
	display:flex;
	padding: 0 0 10px 0;
}
.commentstar{
	flex:1;
	text-align:center;
	color:#666666;
}
.commentstar img {
	height:18px;
	width:auto;
}
.commentusername{
	color:#FF0000;
}
.commentaddtime,.commentscontent{
	color:#666666;
}

#submitcomment{
	padding:30px;
	background-color:#F5F5F5;
}
#submitcomment input[type=text]{
	width:96%;
	padding: 10px 2%;
	border:1px solid #CCCCCC;
	font-size:16px;
}
#submitcomment textarea{
	width:96%;
	height:100px;
	padding:10px 2%;
	resize:none;
	border:1px solid #CCCCCC;
	margin: 10px 0;
	font-size:16px;
}
#submitcomment input[type=submit]{
	width:100%;
	color:#FFFFFF;
	border:none;
	border-radius:0;
	padding:10px 0;
	font-size:16px;
	background-color:#B4282D;
}


.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon{
    width:15px;
    height:15px;
}
.glyphicon-open{
    background-image:url('../images/glyphicons-open.png');
    background-repeat: no-repeat;
    background-size: 15px 14px;
    background-position: left center;
}
.glyphicon-edit{
    background-image:url('../images/glyphicons-edit.png');
    background-repeat: no-repeat;
    background-size: 15px 13px;
    background-position: left center;
    padding-right:5px;
}
.glyphicon-envelope{
    background-image:url('../images/glyphicons-envelope.png');
    background-repeat: no-repeat;
    background-size: 15px 10px;
    background-position: left center;
    padding-right:5px;
}
.glyphicon-user{
    background-image:url('../images/glyphicons-user.png');
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position: left center;
    padding-right:5px;
}
.glyphicon-search{
    background-image:url('../images/glyphicons-search.png');
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position: left center;
    padding-right:5px;
}
.glyphicon-cart{
    background-image:url('../images/glyphicons-shopping-cart.png');
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position: left center;
    padding-right:5px;
}
.red_tongji {
    text-align:center;
}
.red_tongji img {
    width: auto;
}


.shoppingcarts {
    border: 1px solid #c60b1e;
    margin: 10px 2%;
    border-radius: 5px;
}

.shoppingcart {
    border-top: 1px solid #c60b1e;
    clear: both;
}

.shoppingcarts .cart_title {
    color: #fff;
    background-color: #c60b1e;
    padding: 3px 0;
    clear: both;
}

.shoppingcart p, .cart_title p {
    float:left;
    padding: 5px 2%;
}

.shoppingcart p.cart_pic, .cart_title p.cart_pic {
    width: 22%;
}

.shoppingcart p.cart_detail, .cart_title p.cart_detail {
    width: 38%;
}

.shoppingcart p.cart_num, .cart_title p.cart_num {
    width: 27%;
    text-align: center;
}

.shoppingcart p.cart_detail, .shoppingcart p.cart_num {
    padding-top:8px;
    padding-bottom:8px;
}
.shoppingcart .cart_remove img{
    width: 18px;
}
.shoppingcart .cart_total {
    line-height:35px;
}
.shoppingcart .delflag {
    cursor: pointer;
}
#producttotal b {
    font-size: 18px;
    color: #c60a1e;
}
#cart #title{
    clear: both;
}
#cart #title #delall {
    float: right;
    padding-right: 2%;
}
#cart #title #delall a {
    text-decoration: none;
    color: #666;
}
.add_again {
    text-align:right;
    padding: 0 2%;
    font-size:16px;
    font-weight:bold;
}
.add_again a {
    color:#c60b1e;
    text-decoration:none;
}
.add_again span {
    color: #c60a1e;
}
li.disabled {
    border: 1px dashed #d6d6d8;
    color: #cdcdcd;
    pointer-events: none;
    cursor: not-allowed;
}

.alert {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100px;
    margin-left: -50px;
    z-index: 99999;
    padding: 15px;
    border-radius: 4px;
    color: #fff;
	font-weight: bold;
    background-color: rgba(0, 0, 0, 0.8);
}