/*我的订单*/
.container {
    background-color: #efede4;

}

/*头部样式*/
.order_top_wrap {
    background: #f7f7f7;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#f3f3f3'); /*  IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#f3f3f3)); /*  WebKit */
    background: -moz-linear-gradient(top, #fdfdfd, #f3f3f3); /*火狐*/
}

.order_top_wrap p {
    margin-left: 20px;
}

.order_top_wrap ul {
    margin-right: 20px;
}

.logo_inner {
    padding-top: 15px;
    background-color: #ffffff;
    width: 1015px;
    margin: auto;
}

.logo_inner .logo {
    margin-left: 20px;
    float: left;
}

.logo_inner .logo span {
    margin-left: 20px;
    font-size: 32px;
    color: #6eb92b;

}

.logo_inner .search {
    float: right;
    margin-right: 70px;
}

.logo_inner .search input {
    display: inline-block;
    width: 400px;
    height: 25px;
    line-height: 25px;
    margin-top: 70px;
    border: 2px solid #6eb92b;
    color: #9d9d9d;
    font-size: 12px;
}

.logo_inner .search a {
    display: inline-block;
    width: 60px;
    height: 29px;
    line-height: 29px;
    position: relative;
    top: 1px;
    left: -4px;
    background-color: #6eb92b;
    text-align: center;
    color: #ffffff;
}

/*我的订单 tab切换*/
.content {
    width: 1015px;
    margin: 0 auto;
    background-color: #ffffff;

}

/*加入购物车--中间内容tab切换部分*/
/* tabbox */
.tabbox {
    width: 995px;
    margin: auto;
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 20px;
}

.tabbox .tabbtn {
    height: 40px;
    border-bottom: 2px solid #e4e4e4;
}

.tabbox .tabbtn li {
    float: left;
    position: relative;
    margin: 0 0 0 -1px;
}

.tabbox .tabbtn li a, .tabbox .tabbtn li span:first-child {
    display: block;
    float: left;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    width: 108px;
    text-align: center;
    font-size: 13px;
    cursor: pointer;
    font-weight: 800;
    color: #727171;
}

.tabbox .tabbtn li.current a, .tabbox .tabbtn li.current span:first-child {
    border-bottom: solid 2px #6eb92b;
    height: 37px;
    line-height: 37px;
    background: #fff;
    color: #6eb92b;
    font-weight: 800;
    position: relative;
    top: 2px;
}

.tabbtn li span:last-child {
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    color: #e4e4e4;
}

.tabbox .tabbtn a.btn_car {
    width: 118px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    background: url("../../../images/ecshop/add_cart_shop_car.png") no-repeat;
    text-align: right;
    color: #8a8a8a;
    font-size: 12px;
    float: left;
    margin-left: 430px;
    position: relative;
    top: 2px;
}

.tabbox .tabbtn a.btn_car span {
    color: #6eb92b;
}

.tabbox .tabbtn a.btn_pay {
    width: 54px;
    height: 28px;
    line-height: 28px;
    display: inline-block;
    background-color: #6eb92b;
    margin-left: 10px;
    text-align: center;
    float: right;
    color: white;
    margin-right: 65px;
}

.tabbox .loading {
    height: 40px;
    width: 432px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 120px;
}

.tabbox .tabcon {
    padding-top: 10px;
    padding-top: 10px;
}

/*加入购物车--中间内容tab切换 内容部分上*/
.tabbox .tabcon {
    width: 995px;
}

.tabbox .tabcon form {
    width: 995px;
    margin: auto;
}

.tabbox .tabcon form .form_top {
    width: 995px;
    margin: auto;
    height: 40px;

}

.tabbox .tabcon form .form_top ul li {
    line-height: 40px;
    color: #8a8a8a;
    float: left;
    width: 15%;
    text-align: center;
}

.tabbox .tabcon form .form_top ul li:nth-child(1) {
    text-align: left;
    width: 10%;
}

.tabbox .tabcon form .form_top ul li:nth-child(2) {
    width: 15%;

}

.tabbox .tabcon form .form_top ul li:first-child span {
    line-height: 40px;
    height: 40px;
    margin-left: 10px;
}

/*加入购物车--中间内容tab切换 内容部分中间*/
.tabbox .tabcon form .form_middle {
    width: 995px;
    margin: auto;
}

.tabbox .tabcon form .form_middle .shop_box {
    width: 990px;
    height: 130px;
    border: 1px solid #bcbcbc;
    background-color: #fcfcfc;
    margin-bottom: 20px;
}

.tabbox .tabcon form .form_middle .shop_box ul li {
    float: left;
    padding: 15px 0;
    width: 15%;
    color: #797979;
    text-align: center;
}

.tabbox .tabcon form .form_middle .shop_box ul li:nth-child(1), .tabbox .tabcon form .form_middle .shop_box ul li:nth-child(2) {
    padding: 15px 10px;
}

.tabbox .tabcon form .form_middle .shop_box ul li:nth-child(1) {
    width: 1%;
}

.tabbox .tabcon form .form_middle .shop_box ul li:nth-child(2) {
    width: 25%;
}

.tabbox .tabcon form .form_middle .shop_box ul li:nth-child(3) {
    width: 9%;
}

.tabbox .tabcon form .form_middle .shop_box ul li:nth-child(3) span {
    color: #00aeba;
}

.tabbox .tabcon form .form_middle .shop_box ul li:last-child span {
    display: block;
    width: 30px;
    margin-left: 45px;
    cursor: pointer;
}

.tabbox .tabcon form .form_middle .shop_box ul li:nth-child(5) .f_l.add_chose {
    position: relative;
    left: 25px;
}

.tabbox .tabcon form .form_middle .shop_box .goods {
    float: left;
}

.tabbox .tabcon form .form_middle .shop_box .goods_information {
    float: right;
    width: 140px;
    line-height: 20px;

}

.tabbox .tabcon form .form_middle .shop_box .goods_information a {
    font-size: 12px;
    color: #6eb92b;
    display: block;
    margin-bottom: 25px;
    cursor: pointer;
}

.tabbox .tabcon form .form_middle #price_item_1 {
    padding-left: 10px;
    color: #797979;
}

.tabbox .tabcon form .form_middle .add_chose a {
    float: left;
    margin: 5px 0 0 0;
    display: block;
    width: 15px;
    height: 15px;
    line-height: 99em;
    overflow: hidden;
    background: url(../../../images/ecshop/reduce-add.gif) no-repeat;
}

.tabbox .tabcon form .form_middle .add_chose a.reduce {
    background-position: 0 0;
}

.tabbox .tabcon form .form_middle .add_chose a.reduce:hover {
    background-position: 0 -16px;
}

.tabbox .tabcon form .form_middle .add_chose a.add:hover {
    background-position: -16px -16px;
}

.tabbox .tabcon form .form_middle .add_chose a.add {
    background-position: -16px 0;
}

.tabbox .tabcon form .form_middle .add_chose .text {
    float: left;
    margin: 0 5px;
    display: inline;
    border: solid 1px #ccc;
    padding: 4px 3px 4px 8px;
    width: 40px;
    line-height: 18px;
    font-size: 14px;
    color: #990000;
    font-weight: 800;
}

.tabbox .tabcon form .form_middle .buy {
    line-height: 2em;
    color: #990000;
}

/*加入购物车--中间内容tab切换 内容部分底部*/
.tabbox .tabcon form .form_bottom {
    width: 990px;
    margin: auto;
}

.tabbox .tabcon form .form_bottom .page_list_drug {
    float: right;
}

.tabbox .tabcon form .form_bottom .all_pay {
    width: 995px;
    margin: 20px auto 40px auto;
    height: 70px;
    line-height: 70px;
    background-color: #6eb92b;
}

.tabbox .tabcon form .form_bottom .all_pay p {
    float: left;
    margin-left: 15px;
}

.tabbox .tabcon form .form_bottom .all_pay p span {
    margin-left: 10px;;
    margin-right: 10px;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
}

.tabbox .tabcon form .form_bottom .all_pay_inner {
    float: right;
    margin-right: 30px;
    color: #ffffff;
    font-size: 16px;
}

.tabbox .tabcon form .form_bottom .all_pay_inner span {
    margin-left: 15px;
}

.tabbox .tabcon form .form_bottom .all_pay_inner span:nth-child(2) strong {
    color: #ff0000;
}

.tabbox .tabcon form .form_bottom .all_pay_inner span a {
    color: #ffffff;
}

/*二级页面-已买到的宝贝*/
/*二级页面-已买到的宝贝-我的购物车按钮*/
.tabbox .tabbtn a.bought_goods_btn_car {
    margin-left: 530px;
}

/*二级页面-已买到的宝贝-表格头部 bought_goods_form_top*/
.tabbox .tabcon form .bought_goods_form_top {
    background-color: #ecffdb;
    margin: 0 auto 20px auto;
    width: 995px;
}

.tabbox .tabcon form .bought_goods_form_top ul li:nth-child(1) {
    width: 28%;
    text-align: center;
}

.tabbox .tabcon form .bought_goods_form_top ul li:nth-child(2) {
    width: 12%;
    text-align: center;
}

/*二级页面-已买到的宝贝-shop_box头部*/
.tabbox .tabcon form .check_all {
    width: 995px;
    margin: auto;
    padding-bottom: 20px;
    padding-left: 10px;
    color: #717171;
}

.tabbox .tabcon form .check_all span {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #bcbcbc;
    cursor: pointer;
}

.tabbox .tabcon form .check_all span:nth-last-child(1) {
    margin-left: 20px;
}

.tabbox .tabcon form .check_all label span:nth-last-child(1) {
    display: inline-block;;
    height: 20px;
    line-height: 20px;
    position: relative;
    top: -2px;
    font-size: 13px;
    border: 0;
    margin-left: 0;
}

/*二级页面-已买到的宝贝-shop_box */
.tabbox .tabcon form .bought_goods_form_middle .shop_box ul li {
    width: 15%;
}

.tabbox .tabcon form .bought_goods_form_middle .shop_box ul li:nth-child(1) {
    width: 26%;
}

.tabbox .tabcon form .bought_goods_form_middle .shop_box ul li:nth-child(2) {
    width: 9%;
}

.tabbox .tabcon form .bought_goods_form_middle .shop_box ul li:nth-child(3) {
    width: 15%;
}

.tabbox .tabcon form .bought_goods_form_middle .shop_box ul li:nth-child(4) .f_l.add_chose {
    margin-left: 20px;

}

.tabbox .tabcon form .bought_goods_form_middle .shop_box {
    height: 170px;
    position: relative;
}

.tabbox .tabcon form .form_middle .shop_box .shop_box-top {
    background-color: #ecffdb;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
}

.tabbox .tabcon form .form_middle .shop_box .shop_box-top span {
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 13px;
    color: #727171;
}

.tabbox .tabcon form .bought_goods_form_middle .shop_box ul li:nth-child(2) span {
    color: #6eb92b;
}

.tabbox .tabcon form .bought_goods_form_middle .shop_box ul li:nth-child(6) a {
    display: block;
    height: 30px;
    line-height: 30px;
    width: 87px;
    text-align: center;
    margin-left: 25px;
    color: #727171;

}

.tabbox .tabcon form .bought_goods_form_middle .shop_box ul li:nth-child(6) a:nth-child(1) {
    background-color: #6eb92b;
    color: #ecffdb;
}

/*物流悬浮层*/
.layer {
    padding: 10px;
    background-color: #ffffff;
    height: 280px;
    width:260px;
    border:1px solid #6eb92b;
}
.layer dl dt{
    margin: auto;
    width: 230px;
    height: 26px;
    line-height: 26px;
    color:#666666;
    font-size: 13px;
    border-bottom:1px solid #f1f1f1;
}
.layer dl dt span{
    margin-right: 10px;
}
.layer dl dt span label{
    color:#666666;
}
.layer dl dd{
    width: 230px;
    margin: auto;
}
.layer dl dd li{
    margin: 5px auto;
    list-style-image: url("../../../images/ecshop/layer_li.jpg");
    list-style-position: outside;
    color:#404040;
}
.layer dl dd li:first-child{
    list-style-image: url("../../../images/ecshop/layer_li_first.jpg");
    color:#ff4400;
}
.layer dl dd li span{
    display: block;
    line-height: 18px;
}
.layer dl dd li span:nth-child(2){
    padding-left: 12px;
}
.layer dl dd li span a{
    margin-left: 5px;
}