div,p,h1,h2,h3,h4,h5,h6,li,ul{
    padding:0;
    margin:0;
    font-weight: normal;
}
ul li{
    list-style: none;
}
button,input{
    outline: none;
    border:none;
}
a{
    text-decoration: none;
}
a:link{
    color:#333;
}
a:visited{
    color:#333;
}
a:hover{
    color:#3bb850;
}
body{
    font-size:12px;
}
.container{
    width: 100%;
    min-width: 1200px;
    background: #f5f5f5;
}
.floor_one{
    width:1200px;
    height:240px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin:0 auto;
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */  
    display: -moz-box; /* Firefox 17- */  
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */  
    display: -moz-flex; /* Firefox 18+ */  
    display:-moz-box;     /* Firefox 19 */
    display: -ms-flexbox; /* IE 10 */  
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-top:10px;
}
.floor_one_item{
    width:585px;
    height:240px;
    background:#fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 0 15px #ddd;
}
.newStockWidth{
	width:605px;
}
.openShopText{
	color:#fff !important;
}
.one_leftPic{
    width:155px;
    height:240px;
}
.stockData_bg{
	background:url(../images/stockData_bg.jpg) no-repeat;
	position:relative;
}
.stockWorth{
	color:#6ac893;
	font-size:44px;
	position:absolute;
	top:51px;
	text-shadow:2px 2px 1px #3c1010;
	transform: rotate(-8deg);
	font-style: italic;
}
.stockShop{
	color:#fff;
	font-size:17px;
	position:absolute;
	top:130px;
	left:11px;
}
.stockCount{
	margin-top:25px;
}
.leftPicImg{
    width: 155px;
    height: 240px;
}
.flexContainer{
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */  
    display: -moz-box; /* Firefox 17- */  
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */  
    display: -moz-flex; /* Firefox 18+ */  
    display:-moz-box;     /* Firefox 19 */
    display: -ms-flexbox; /* IE 10 */  
    display: flex;
    justify-content:space-between;
    flex-wrap: nowrap;
}
.fl{
   float:left;
}
.fr{
    float:right;
}
.fOne_right{
    width:440px;
    height:240px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin:0 auto;
}
.fOne_line{
    width:428px;
    height:0px;
    border:1px solid #f5f5f5;
}
.fOne_title_style{
    width:410px;
    height:45px;
    line-height:45px;
    margin-left:10px;
}
.fOne_title{
    color:#333;
    font-size:16px;
}
.fOne_more{
    color:#646464;
}
.fOne_shop{
    font-size:14px;
    color:#333;
    width:120px;
    margin-bottom: -50px;
    margin-top: -12px;
}
.fOne_category{
    height:55px;
    width:110px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.fOne_carousel{
    width:410px;
    height:170px;
    line-height:75px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left:10px;
    flex-wrap: wrap !important;
    justify-content: space-between;
}
.fOne_carousel_item{
    width:200px;
    height:75px;
    background:#d7f3ed;
}
.fInline{
    display:inline-block;
}
.fOne_shopIcon{
    width:55px;
    height:55px;
    margin:10px;
    margin-top:0px;
}
.fOne_shopImg{
    width:100%;
    max-height: 55px;
    max-width:55px;
}
.overEllipsis{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.one_flex{
    margin-top:10px;
    display:none;
}
.fOne_flexAlign{
    justify-content: space-around;
    margin-top:10px;
}
.carousel_left{
    margin-left:-8px;
}
.carousel_ul{
    width:80px;
    height:15px;
    margin:0 auto;
    margin-top:5px;
}
.carousel_li{
    display:inline-block;
    width:8px;
    height:8px;
    border-radius: 4px;
    border:1px solid #63ada1;
    cursor:pointer;
}
.carousel_active{
    background:#63ada1;
}
.one_table{
    width:430px;
    height:170px;
    border-collapse:separate;
    border-spacing:5px 6px;
    color:#333;
    vertical-align: center;
    margin-left:10px;
}
.one_table tr .td1{
    width:80px;
    height:25px;
    vertical-align: center;
}
.one_table tr .td2{
    width:120px;
    height:25px;
}
.one_table tr .td3{
    width:150px;
    height:25px;
}
.one_table tr .td4{
    width:60px;
    height:25px;
}
/*限时秒杀*/
.floor_two{
    height:370px;
    margin-top:20px;
}
.two_newleft{
    width:950px;
    height:370px;
    background:#fff;
    box-shadow: 0 0 15px #ddd;
}
.two_newright{
    width:240px;
    height:370px;
    background:#fff;
    box-shadow: 0 0 15px #ddd;
}
.two_rightImg{
    width:100%;
    max-height: 370px;
    max-width: 240px;
}
.two_title{
    margin-left:10px;
    margin-right:24px;
}
.timeLimit_border{
    border-bottom:1px solid #f6f6f6;
    height:50px;
    line-height:50px;
}
.timeLimit_margin{
    margin-left:20px;
    position:relative;
    top:-3px;
}
.timeLimit{
    display: inline-block;
    width:25px;
    height:25px;
    background: -webkit-linear-gradient(#646464, #181818); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#646464, #181818); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#646464, #181818); /* Firefox 3.6 - 15 */
    background: linear-gradient(#646464, #181818);
    text-align:center;
    line-height:25px;
    color:#fff;
}
.timeLimit_content{
    width:920px;
    height:280px;
    margin:20px 15px;
}
.timeLimit_shop{
    height:280px;
    width:210px;
}
.timeLimit_price{
    width:208px;
    height:28px;
    line-height:30px;
    border:1px solid #e1281f;
}
.timeLimit_newPrice{
    display:inline-block;
    width:102px;
    height:28px;
    background:#e1281f;
    color:#fff;
    font-size:16px;
    text-align:center;
}
.timeLimit_oldPrice{
    display:inline-block;
    width:102px;
    heigth:28px;
    color:#a9a9a9;
    font-size:13px;
    text-align:center;
    text-decoration: line-through;
}
.timeLimit_pic{
    width:210px;
    height:210px;
}
.timeLimit_shopTitle{
    width:210px;
    height:20px;
    line-height:20px;
    font-size:14px;
    margin-top:10px;
    margin-bottom:15px;

}
.timeLimit_img{
    width:210px;
    max-width:210px;
    max-height:210px;
}
/*类目内容展示*/
.floor_three{
    height:550px;
    margin-top:20px;
}
.three_left{
    width:950px;
    height:550px;
    background:#fff;
    box-shadow: 0 0 15px #ddd;
}
.three_right{
    width:240px;
    height:550px;
    background:#fff;
    box-shadow: 0 0 15px #ddd;
}
.three_category{
    height:550px;
    width:220px;
    background-color:#3bb850;
    text-align:center;
}
.floor_flex{
    width:710px;
    height:550px;
    flex-wrap: wrap !important;
    margin-left:20px;
    margin-right:20px;
}
.floor_item{
    height:270px;
    width:200px;
}
.floor_itemPic{
    width:200px;
    height:200px;
    line-height:200px;
}
.floor_itemImg{
    width:100%;
    max-width: 200px;
    max-height:200px;
}
.floor_itemTitle{
    width:200px;
    height:20px;
    line-height: 20px;
    font-size:14px;
    color:#000;
    margin-top:15px;
    margin-bottom:5px;
}
.floor_Price{
    width:200px;
    height:20px;
    line-height:20px;
}
.floor_newPrice{
    font-size:16px;
    color: #e90012;
    margin-right:10px;
}
.floor_oldPrice{
    color:#a9a9a9;
    text-decoration:line-through;
}
.three_top{
    height:240px;
    width:220px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align:center;
    padding-top:20px;
}
.h2_title{
    font-size:20px;
    margin-bottom:10px;
    /*margin:20px auto;*/
}
.h2_title a,.h2_title span{
    color:#fff;
}
.h2_title a:hover{
    color:#f00;
}
.itemAll{
    margin:0 25px;
    text-align:left;
}
.item_category{
    width:75px;
    height:30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border:1px solid #fff;
    text-align:center;
    line-height:30px;
    border-radius:10px;
    display: inline-block;
    margin:6px 3px;

    font-size:14px;
}
.item_category a{
    color:#fff;
}
.item_category a:hover{
    color:#f00;
}
.three_bottom{
    height:310px;
    width:220px;
}
.three_bottomImg{
    width:100%;
    max-width: 220px;
    max-height:310px;
}
.three_rightTop{
    width:240px;
    height:240px;
    background:#fff;
}
.three_rightBottom{
    width:240px;
    height:310px;
}
.three_rightImg{
    /*width:100%;
    max-width:240px;
    max-height:310px;*/
    width:240px;
    height:310px;
}
.three_rightTitle{
    height:40px;
    width:240px;
    border-bottom:1px solid #f2f2f2;
    line-height:40px;
    font-size:14px;
    color:#333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left:20px;
}
.recommend_ul{
    width:40px;
    height:40px;
    line-height:40px;
    cursor:pointer;
}
.recommend_li{
    display:inline-block;
    width:8px;
    height:8px;
    border-radius: 4px;
    border:1px solid #429b52;
}
.recommend_active{
    background:#429b52;
}
.recommend_content{
    width:220px;
    height:190px;
    margin:10px auto;
    box-sizing: border-box;
    padding-bottom:10px;
}
.recommend_item{
    width:220px;
    height:90px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom:1px solid #f2f2f2;
    display:none;
}
.recommend_itemPic{
    width:60px;
    height:60px;
    line-height:60px;
    position:relative;
    top:10px;
}
.recommend_itemImg{
    width:100%;
    max-width: 60px;
    max-height:60px;
}
.recommend_text{
    width:140px;
    height:60px;
    margin:10px auto;
}
.recommend_textStyle{
    color:#333;
    font-size:14px;
    margin-top:5px;
    margin-bottom:10px;
}
.four_category{
    background:#69aaee;
}
.five_category{
    background:#2eb5c9;
}
.six_category{
    background:#739cc8;
}
.seven_category{
    background:#bca78c;
}
.eight_category{
    background:#d5a080;
}
/*底部样式*/
.footer_container{
    width: 100%;
    min-width: 1200px;
    background: #fff;
}
.footer_border{
    width:100%;
    border:1px solid #f5f5f5;
}
.footer_safe{
    width:1150px;
    margin:40px auto;
    padding-top: 40px;
}
.safe_item{
    width:243px;
    height:50px;
    color:#646464;
}
.safe_first{
    width:35px;
    height:50px;
    background:url("../images/fourSafe.png") no-repeat 0px 0px;
}
.safe_two{
     background-position: -34px 0px;
}
.safe_three{
    background-position: -68px 0px;
}
.safe_four{
    background-position: -102px 0px;
}
.safe_itemRight{
    margin-left:15px;
}
.safe_itemText{
    font-size:20px;
    color:#333;
    margin-bottom:10px;
}
.footer_manything{
    width:1200px;
    margin:35px auto;
}
.hotLine{
    color:#333;
    font-size:20px;
    margin-bottom:30px;
    font-weight: bold;
}
.footer_manything ul li{
    margin-top:8px;
    color:#646464;
}
.footer_manything ul li:first-child{
    margin-bottom:15px;
    font-weight: bold;
}
.footer_manything ul li a{
    color:#646464;
}
.footer_manything ul li a:hover{
    color:#f00;
}
.foot_appDown{
    width:250px;
    height:115px;
}
.foot_downItem{
    width:100px;
    text-align:center;
}
.foot_downText{
    color:#646464;
}
/*原底部复制*/
.footer_help {
    width: 100%;
    min-width: 1200px;
}
.help_center {
    margin-top: 30px;
}
.w_1200 {
    width: 1200px;
    margin: 0 auto;
}
.home_cr {
    width: 100%;
    height: auto;
    clear: both;
}
.copyright {
    font-size: 12px;
    /* padding: 14px 0 0px 0; */
    padding: 30px 0 0px 0;
    overflow: hidden;
}
.w_1200 {
    width: 1200px;
    margin: 0 auto;
}
.c_center {
    width: 100%;
    height: 25px;
    text-align: center;
    line-height: 25px;
}
.c_bottom {
    width: 100%;
    height: 40px;
    text-align: center;
    margin: 15px 0;
}