.header{
    width: 100%;
    background-color: #f2f2f2;
    padding: 0;
    /* border-bottom: 1px solid #ddd; */
}
.headerWrap{
    height: 30px;
    font-size: 12px;
    line-height: 30px;
}
.headerWrap a:hover{
    color: #82d008;
}
.headerWrap_left .rightLine{
    margin-right: 20px;
}
.headerWrap_right>li{
    margin-right: 35px;
    height: 30px;
}
.headerWrap_right>li img{
    height: 14px;
    width: 8px;
    position: relative;
    bottom: 1px;
}
.headerWrap_right>li:nth-last-child(1){
    margin-right: 0;
}
.headerWrap_right .sc a img{
    transition: all .5s;
    width: 8px;
    height: 4px;
}
.headerWrap_right .tp .tpImg,.headerWrap_right .sc .sc-detail{
    position: absolute;
    top: 30px;
    display: none;
    z-index: 99;
    background-color: #fff;
    box-shadow: 0 2px 2px 2px rgba(230, 230, 230,.5);
}
.headerWrap_right .tp .tpImg{
    width: 100px;
    height: 100px;
    right: 0;
}
.headerWrap_right .tp .tpImg img{
    width: 100px;
    height: 100px;
}
.headerWrap_right .sc .sc-detail{
    left: 0;
}
.headerWrap_right .sc .sc-detail li{
    width: 70px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}
.headerWrap_right .sc .sc-detail li a{
    display: block;
}
.headerWrap_right .sc .sc-detail li a:hover{
    color: rgb(132, 210, 0);
}

.index{
    background-color: #fff;
}
.indexLogo_img{
    width: 280px;
    /* height: 90px; */
    margin-top: 16px;
    cursor: pointer;
}
.indexLogo_img img{
    width: 100%;
    height: 58px;
}
.indexLogo_search{
    /* width: 540px; */
    margin-left: 60px;
    margin-top: 28px;
}
.indexLogo_search .searchBox{
    border: 2px solid rgb(132, 210, 0);
    height: 34px;
    margin-bottom: 5px;
}
.indexLogo_search .searchBox input{
    height: 30px;
    width: 250px;
    border: none;
    padding-left: 10px;
    float: left;
}
.indexLogo_search .searchBox input::placeholder{
    color: #999;
}
.indexLogo_search .searchBox .searchImg{
    height: 30px;
    text-align: center;
    width: 65px;
    background-color: rgb(132, 210, 0);
    cursor: pointer;
}
.indexLogo_search .searchBox .searchImg img{
    width: 20px;
    height: 20px;
    vertical-align: top;
    margin-top: 5px;
}
.searchBox-left{
    width: 80px;
    height: 30px;
    /* overflow: hidden; */
}
.choose{
    width: 80px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    border-right: 1px solid #eee;
}
.chooseList{
    width: 80px;
    position: absolute;
    left: 0;
    top: 40px;
    background-color: #fff;
    z-index: 999;
    box-shadow: 0 0 5px rgba(0, 0, 0,.2);
    padding: 10px 0;
    display: none;
}
.chooseList::before{
    position: absolute;
    top: -10px;
    left: 35px;
    width: 0;
    height: 0;
    content: "";
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    z-index: 9999;
}
.chooseList li{
    text-align: center;
    height: 25px;
    line-height: 25px;
    margin-bottom: 5px;
    cursor: pointer;
}
.chooseList li:nth-last-child(1){
    margin-bottom: 0;
}
.chooseList li:hover{
    background-color: rgb(244, 251, 233);
    color: #82d008;
}


.indexLogo_search .hot span{
    color: #82d008
}
.indexLogo_search .hot span a{
    color: #999;
    margin-right: 10px;
}
.indexLogo_search .hot span a:hover{
    color: #82d008;
}

.shopCar{
    width: 135px;
    height: 34px;
    margin-top: 28px;
    /* line-height: 34px; */
    border: 1px solid #eaeaea;
    background-color: #f6f7f9;
    text-align: center;
    display: block;
    cursor: pointer;
}
.shopCar strong{
    margin: 0 5px;
    line-height: 34px;
    font-size: 12px;
}
.shopCar img{
    vertical-align: top;
    width: 20px;
    height: 20px;
    margin-top: 6px;
}
.shopCar span{
    font-size: 12px;
    background-color: #ff4444;
    padding: 0 6px;
    height: 18px;
    line-height: 18px;
    color: #fff;
    border-radius: 9px;
    vertical-align: top;
    margin-top: 7px;
    display: inline-block;
}


.indexTab{
    box-shadow:0 5px 8px -5px rgba(0, 0, 0, .3);
    background-color: #fff;
    z-index: 99;
    position: relative;
}

.indexTab_nav{
    /* padding: 10px 0; */
}
.indexTab_nav a{
    width: 116px;
    text-align: center;
    font-size: 18px;
    display: inline-block;
    height: 45px;
    line-height: 45px;
}
.indexTab_nav a:hover{
    color: #82d008;
}
.indexTab_nav a.active{
    color: #82d008;
    border-bottom: 2px solid #82d008;
}
.indexTab_nav a:nth-last-child(1){
    margin-right: 0;
}

/* 右边栏 */
.rightSideBar{
    display: block;
    position: fixed;
    z-index: 900;
    bottom: 45px;
    right: 0;
    width: 50px;
    background-color: #fff;
    border: 1px solid #eee;
    border-bottom: 0;
}
.rightSideBar .rightbtn{
    position: relative;
    height: 50px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    display: block;
    background: #fff;
}
.rightSideBar .rightbtn a{
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.rightSideBar .rightbtn img{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}
.rightSideBar .rightbtn .rightHov{
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    line-height: 12px;
    font-size: 12px;
    color: #fff;
    width: 100%;
    height: 100%;
    background: #82d008;
    display: none;
}
.rightSideBar .rightbtn .rightHov em{
    display: inline-block;
    margin-top: 11px;
    width: 24px;
    line-height: 14px;
    font-style: normal;
    font-size: 12px;
    color: #fff;
}
.rightSideBar .goodsNumber{
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: 2;
    background-color: #ff4444;
    color: #fff;
    height: 18px;
    line-height: 18px;
    border-radius: 9px;
    font-size: 12px;
    padding: 0 6px;
}


.orderProgress{
    width: 480px;
    height: 8px;
    background-color: rgb(212, 212, 212);
    border-radius: 8px;
    margin-top: 30px;
}
.orderProgress li{
    width: 160px;
    height: 8px;
    position: relative;
    float: left;
}
.orderProgress li img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    /* width: 22px; */
    /* height: 22px; */
}
.orderProgress li span{
    position: absolute;
    left: 0;
    right: 0;
    top: 25px;
    margin: 0 auto;
    text-align: center;
}
.orderProgress li.finish{
    background-color: #82d008;
    color: #82d008;
}
.orderProgress li:nth-child(1){
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.orderProgress li:nth-child(3){
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.hot{
	margin-bottom: 10px;
}
