﻿@charset "utf-8";

* {
    padding: 0;
    margin: 0;
}

ul, ol, dl, dd, dt, li {
    list-style: none;
}

body {
    font-size: 12px;
    font-family: "微软雅黑";
}

 
img {
    border: none;
}

a {
    text-decoration: none;
    color: #000000;
}

.clearfix {
    +zoom:1;
}

    .clearfix:after {
        clear: both;
        content: ".";
        display: block;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
        width: 0;
        height: 0;
    }

.w {
    width: 1000px;
}


/*信息列表页*/
.main {
    width: 1000px;
    margin: auto;
}

.top {
    height: 33px;
    margin: 0px;
    padding: 0px;
    line-height: 33px;
}

    .top span {
        color: #4b4a4a;
        display: inline-block;
        font-family: "Microsoft YaHei";
        font-size: 18px;
        height: 33px;
        line-height: 33px;
        margin: 2px 0 0 15px;
        padding: 0;
        vertical-align: top;
    }

    .top ul {
        display: block;
        float: right;
        margin: 0 auto;
        width: 500px;
        padding-left: 180px;
        height: 33px;
        overflow: hidden;
        text-align: center;
    }

        .top ul li {
            list-style: none;
            float: left;
            height: 30px;
            width: auto;
            margin-right: 67px;
            margin-top: 7px;
            vertical-align: top;
        }

            .top ul li a {
                color: #888888;
                font-size: 18px;
                font-family: 'Microsoft YaHei';
            }

                .top ul li a.cur {
                    color: #68bb00;
                    font-weight: bold;
                }

#service_search {
    width: 100%;
    background-color: #f1f1f1;
    height: 100px;
}

.servicesearch {
    border: 2px solid #68bb00;
    height: 46px;
    width: 670px;
    margin: 0px auto;
}

    .servicesearch input {
        float: left;
        height: 46px;
        padding-left: 10px;
        width: 555px;
        border: none;
        background-color: #f1f1f1;
        font-size: 15px;
        color: #666666;
    }

    .servicesearch a {
        background-color: #68bb00;
        color: #fff;
        display: block;
        float: right;
        font-size: 18px;
        height: 46px;
        line-height: 46px;
        text-align: center;
        width: 105px;
        font-weight: bold;
    }

.search-wrap {
    background: #f1f1f1;
    height: 100px;
    width: 100%;
}

    .search-wrap .w {
        padding-top: 26px;
    }

    .search-wrap .sch-box {
        border: 2px solid #68bb00;
        width: 672px;
        margin: auto;
        height: 45px;
    }

    .search-wrap .f-text {
        height: 41px;
        width: 566px;
        font-family: "微软雅黑";
        text-indent: 10px;
        background: none;
        line-height: 41px;
        border: none;
    }

    .search-wrap .btn-search {
        font-size: 18px;
        font-family: "微软雅黑";
        color: #FFFFFF;
        height: 47px;
        width: 102px;
        background: #68BB00;
        border: none;
    }

.main {
    margin-top: 20px;
}

    .main .subside-box {
        float: left;
    }

    .main .subside-in .h3-title {
        background: #68bb00;
        height: 40px;
        width: 210px;
        color: #FFFFFF;
        font-size: 18px;
        text-align: center;
        line-height: 40px;
    }

    .main .subside-in dd, .main .subside-in dt {
        padding-left: 45px;
    }

.subside-cnt {
    display: none;
}

.subside-mod.on .subside-cnt {
    display: block;
}

.main .subside-in .title {
    background: #eaeaea;
    height: 40px;
    width: 165px;
    line-height: 40px;
    font-size: 14px;
    color: #333333;
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #fff;
}

.subside-box .subside-mod .title:hover {
    background-color: #dadada;
}

.main .subside-mod .icon02 {
    border-style: solid dashed solid dashed;
    border-color: #999 transparent #999 transparent;
    border-width: 5px 5px 0;
    position: absolute;
    top: 17px;
    right: 23px;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}

.subside-box .on .icon02 {
    border-width: 0 5px 5px;
}

.subside-box .subside-list .list-item.current a:link, .subside-box .subside-list .list-item.current a:visited {
    color: #68bb00;
    font-weight: bold;
}

.subside-box .subside-list a:hover {
    text-decoration: underline;
    font-weight: bold;
    color: #68bb00;
}

.main .subside-in .subside-cnt li {
    padding: 10px 0;
}

.main .content {
    margin-left: 10px;
    width: 780px;
    float: right;
}

.content .tab li {
    display: inline;
    font-size: 15px;
}

.content .tab .list-item a {
    color: #333333;
}

.content .tab {
    padding: 15px 0 20px 0;
}

.content .breadcrumb {
    background: #eaeaea;
    height: 39px;
    width: 780px;
    line-height: 39px;
    text-indent: 15px;
    font-size: 14px;
    color: #333333;
}

    .content .breadcrumb a:hover {
        text-decoration: underline;
        color: #dd2222;
    }

.content .tab .current a:link, .content .tab .current a:visited {
    color: #68BB00;
}

.content .tab .all a {
    color: #68BB00;
}

.content .tab #line {
    color: #666666;
}

.content .tab .list-item a {
    color: #333333;
}

    .content .tab .list-item a:hover {
        color: #68bb00;
        text-decoration: underline;
    }

.content .tab, .content .tabcons {
    margin-left: 30px;
}

.content .tabcons {
    border: none;
    height: 204px;
    width: 720px;
    text-indent: 20px;
}

    .content .tabcons .help-tit-l2 {
        padding: 24px 0 16px 0;
        font-size: 14px;
        color: #68bb00;
    }

    .content .tabcons .help_list {
        line-height: 22px;
    }

        .content .tabcons .help_list a {
            color: #333333;
            height: 30px;
            line-height: 30px;
        }

            .content .tabcons .help_list a:hover {
                color: #4db7eb;
                text-decoration: underline;
            }

.content .contxt {
    padding: 34px 0 0 60px;
    width: 660px;
}

    .content .contxt .help-tit1 {
        font-size: 20px;
        color: #68bb00;
        border-bottom: 1px dashed #eaeaea;
        padding-bottom: 20px;
    }

    .content .contxt p {
        text-indent: 24px;
        line-height: 20px;
        padding-top: 29px;
    }

    .content .contxt .wt-footer .wtf-tit {
        font-size: 14px;
        color: #333333;
        text-align: center;
    }

    .content .contxt .wt-footer .wtf-num {
        text-align: center;
    }

.contxt .wt-footer p {
    padding-top: 0;
}

.contxt .wt-footer .wtf-num {
    color: #999999;
}
/*全部分类页*/
.w .main-classify {
    width: 1210px;
    margin: auto;
}

.category-items .col {
    margin-right: 35px;
    width: 440px;
    float: left;
}

.category-item .mt h2 {
    display: block;
    font-size: 16px;
    text-align: center;
    margin: 43px 0 20px 0;
}

.category-item .item-title {
    position: relative;
}

    .category-item .item-title b {
        position: absolute;
        left: 0;
        top: 10px;
        width: 100%;
        height: 1px;
        background: #c9c9c9;
        font-size: 0;
        line-height: 0;
        overflow: hidden;
    }

    .category-item .item-title i {
        background: url(/images/icon/catg_icon1.png) no-repeat;
        background-position: top;
        position: absolute;
        z-index: 1;
        top: -2px;
        left: 12px;
        display: inline-block;
        width: 23px;
        height: 23px;
    }

    .category-item .item-title span {
        position: relative;
        padding: 0 13px 0 43px;
        background: #FFFFFF;
        font-size: 16px;
        font-weight: bold;
    }

.category-item .item-hot img {
    border: 1px solid #eeeeee;
}

.category-item .item-hot {
    margin-right: -22px;
}

.category-item .mc .item-hot a {
    display: inline-block;
    margin-right: 18px;
}

.mc .item-info {
    background: #f2f2f2;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #333333;
    margin-bottom: 27px;
}

.mc .items dt a {
    display: block;
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: 20px;
    margin: 0 14px 0 22px;
    overflow: hidden;
    text-align: left;
    width: 96px;
}

.mc .items dd {
    padding-bottom: 19px;
    padding-left: 132px;
}

    .mc .items dd a {
        padding-right: 11px;
        color: #585858;
        line-height: 20px;
    }

        .mc .items dd a:hover {
            color: #68bb00;
        }

.main-classify .category-items {
    float: left;
}

.main-classify .activity {
    padding-top: 52px;
    width: 260px;
    position: relative;
    float: left;
}

.hot-items .item-bar {
    background: #f2f2f2;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

    .hot-items .item-bar i {
        display: inline-block;
        background: url(/images/icon/icon2.png) no-repeat;
        width: 120px;
        height: 38px;
        position: absolute;
    }

    .hot-items .item-bar span {
        position: relative;
        padding-left: 16px;
    }

.mc .hot-item {
    margin-top: 10px;
}

    .mc .hot-item .p-img {
        border: 1px solid #b5b5b5;
        padding: 19px;
        margin-bottom: 8px;
    }

    .mc .hot-item .p-info a {
        font-size: 14px;
        color: #666666;
        line-height: 18px;
    }

    .mc .hot-item .p-info em {
        display: block;
        font-style: normal;
        font-size: 18px;
        color: #e33f48;
    }
/*关于我们*/ /*公告*/
.main #Position {
    padding: 15px 0;
    color: #747474;
}

    .main #Position a {
        font-size: 20px;
        color: #333333;
    }

.main .left {
    width: 200px;
    text-indent: 40px;
    position: relative;
    float: left;
}

    .main .left h2 {
        font-size: 14px;
        color: #68bb00;
        font-weight: bold;
        border: 1px solid #eee;
        padding: 18px 0 17px 0;
    }

    .main .left .conact_side {
        border: 1px solid #eee;
        padding: 5px 0;
        position: absolute;
        top: 55px;
        width: 198px;
        line-height: 42px;
        font-size: 14px;
    }

        .main .left .conact_side a {
            color: #9f9f9f;
        }

        .main .left .conact_side .on a {
            color: #68bb00;
        }

.main .right {
    float: left;
    border: 1px solid #eee;
    margin-left: 18px;
    width: 780px;
}

.right .content h1 {
    text-align: center;
    color: #535252;
    font-size: 20px;
    padding: 30px 0 20px;
    border-bottom: 1px solid #eee;
    width: 738px;
    margin: auto;
}

.right .content p {
    padding: 27px 34px;
    line-height: 24px;
}


/*评价订单*/
.bg {
    background: #f5f5f5;
}

.ordercomment {
    width: 1210px;
    margin: auto;
}

    .ordercomment .detail-hd {
        text-align: center;
        height: 76px;
        background: #f3f3f3;
        border: 1px solid #eee;
    }

        .ordercomment .detail-hd .o-title {
            font-size: 16px;
            padding: 19px 0 8px 0;
            color: #333333;
        }

.detail-hd .o-info {
    color: #999999;
}

    .detail-hd .o-info .mr20 {
        padding-right: 30px;
    }

    .detail-hd .o-info a {
        color: #333333;
    }

.mycomment-form {
    position: relative;
}

.form-part1:first-child {
    margin-top: 0;
}

.form-part1 {
    background: #FFFFFF;
    border: 1px solid #eeeeee;
    position: relative;
    margin-top: 12px;
    width: 1210px;
}

.fi-info {
    width: 320px;
    float: left;
}

.comment-goods {
    width: 220px;
    margin: auto;
    padding-top: 30px;
}

.fi-operate {
    float: left;
}

.comment-goods .p-img {
    width: 100px;
    margin: auto;
}

    .comment-goods .p-img img {
        width: 100px;
        height: 100px;
    }

.comment-goods .p-name {
    line-height: 22px;
    padding: 11px 0 12px 0;
}

    .comment-goods .p-name a {
        color: #666666;
    }

.comment-goods .p-price {
    text-align: center;
    font-size: 14px;
    color: #666666;
}

.ordercomment .fi-operate {
    color: #666666;
    padding: 0 39px 0 43px;
    width: 808px;
}

.fi-operate .fop-label {
    float: left;
    width: 60px;
    padding-right: 40px;
    line-height: 15px;
    height: 15px;
}

.fi-operate .fop-main {
    width: 100%;
    float: right;
    height: 15px;
}

    .fi-operate .fop-main ul li {
        float: left;
        width: 48px;
        height: 48px;
        border: 1px solid #ddd;
        margin-right: 5px;
    }

        .fi-operate .fop-main ul li img {
            width: 48px;
            height: 48px;
        }

    .fi-operate .fop-main .commstar {
        background: url(/images/icon/icon3.png) 0 0 repeat-x;
        width: 84px;
        height: 15px;
        position: relative;
        display: inline-block;
    }

.fi-operate .z-tip-warn {
    position: relative;
    padding-top: 71px;
}

.fi-operate .fi-tip {
    position: absolute;
    top: 24px;
    display: block;
    height: 16px;
    width: auto;
}

.fi-operate .commstar .star-info {
    position: absolute;
    right: -27px;
    color: #a9a9a9;
}

.fi-operate .commstar .star {
    cursor: pointer;
    position: absolute;
    height: 15px;
}

.commstar .star:hover, .commstar .star.active {
    background: url(/images/icon/icon3.png) 0 -17px repeat-x;
}

.commstar .star1 {
    width: 20%;
    z-index: 6;
}

.commstar .star2 {
    width: 40%;
    z-index: 5;
}

.commstar .star3 {
    width: 60%;
    z-index: 4;
}

.commstar .star4 {
    width: 80%;
    z-index: 3;
}

.commstar .star5 {
    width: 100%;
    z-index: 2;
}

.z-tip-warn .fi-tip .tip-icon {
    position: relative;
    background: url(/images/icon/icon_1.png) -10px -10px no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    padding-right: 5px;
}

.fi-tip .tip-text {
    font-style: normal;
    height: 16px;
    line-height: 16px;
    display: inline-block;
    vertical-align: top;
    color: #fc982c;
}

.fi-operate .fop-item {
    margin-bottom: 42px;
}

    .fi-operate .fop-item .f-textarea {
        margin: -18px 0 10px 0;
        border: 1px solid #e0e0e0;
        padding: 10px 10px 0;
        color: #a9a9a9;
    }

.fi-operate .f-textarea textarea {
    border: medium none;
    width: 100%;
    height: 54px;
    font-size: 12px;
    outline: none;
    resize: none;
}

.f-textarea .textarea-ext {
    text-align: right;
    height: 29px;
    line-height: 29px;
}

    .f-textarea .textarea-ext em {
        font-style: normal;
    }

    .f-textarea .textarea-ext b {
        font-weight: 400;
    }

.m-imgshow .btn-upload {
    margin: 0 10px 10px 0;
    background: url(/images/icon/icon_1.png) -40px -10px no-repeat;
    height: 50px;
    width: 50px;
    float: left;
    cursor: pointer;
}

    .m-imgshow .btn-upload .fileput {
        cursor: pointer;
        height: 50px;
        filter: alpha(opacity=0);
        opacity: 0;
        width: 50px;
    }

.m-imgshow .upload-num {
    height: 50px;
    line-height: 50px;
    color: #a9a9a9;
    display: inline-block;
    float: left;
}

.m-imgshow .imglist {
    height: 50px;
    display: inline-block;
}

    .m-imgshow .imglist .comment-item {
        height: 50px;
        width: 50px;
        position: relative;
        border: 1px solid #ddd;
        display: inline-block;
        margin-right: 6px;
    }

    .m-imgshow .imglist img {
        height: 50px;
        width: 50px;
    }

.m-imgshow .thumbnail-operate .op-delete {
    border-radius: 2px;
    height: 17px;
    margin-top: 17px;
    width: 17px;
    display: inline-block;
    cursor: pointer;
    background: url(/images/icon/sprite-operate.png) no-repeat -20px -40px;
}

.m-imgshow .imglist .thumbnail-operate {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    display: none;
    font-size: 0;
    height: 50px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 50px;
}

.m-imgshow .upload-num em {
    font-style: normal;
    color: #68BB00;
    padding: 0 3px;
}

.mycomment-form .form-part1 {
    height: 303px;
}

.form-part2 {
    background: #FFFFFF;
    border: 1px solid #eeeeee;
    position: absolute;
    top: 314px;
    width: 1210px;
}

.mycomment-form .form-part2 {
    height: 264px;
}

.form-part2 .fi-operate .z-tip-warn {
    position: relative;
    padding-top: 31px;
}

.form-part3 {
    background: #FFFFFF;
    border: 1px solid #eeeeee;
    position: relative;
    margin-top: 12px;
    width: 1210px;
    height: 115px;
}

    .form-part3 .fi-operate .fi-tip {
        width: 249px;
        float: left;
    }

.mycomment-form .fi-operate .fop-tip {
    bottom: 6px;
    left: 140px;
    display: none;
    position: absolute;
}

.form-part3 .fop-label {
    padding-right: 27px;
}

.form-part3 .fop-main {
    width: 152px;
    float: left;
}

.form-part3 .fop-item1 {
    float: left;
    width: 252px;
    height: 15px;
}

.form-part3 .fop-item2 {
    float: left;
    width: 252px;
    height: 15px;
}

.mycomment-form .f-btnbox {
    height: 48px;
    padding: 30px 0;
    text-align: center;
    background-color: #fff;
    border: 1px solid #eeeeee;
    margin-top: 12px;
    position: relative;
    width: 1210px;
}

.f-btnbox .btn-submit {
    background: #68bb00;
    width: 220px;
    height: 48px;
    display: inline-block;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    border-radius: 3px;
    line-height: 48px;
    margin-right: 23px;
}

.mycomment-form .f-btnbox .f-checkbox {
    font-size: 14px;
    color: #666666;
}

.mycomment-form label {
    margin-left: 4px;
}
/*我的足迹*/

@media screen and (max-width: 1024px) {
    #content-history .bg_pic {
        width: 980px;
        margin: auto;
        background: #f7f7f7 url("/images/img18.jpg") no-repeat scroll 0 0;
        padding-bottom: 23px;
    }

    .history .nav-history ul {
        width: 980px;
    }
}

@media screen and (min-width: 1028px) {
    #content-history .bg_pic {
        width: 1210px;
        margin: auto;
        background: #f7f7f7 url("/images/img18.jpg") no-repeat scroll 0 0;
        padding-bottom: 23px;
    }

    .history .nav-history ul {
        width: 1020px;
    }
}

#content-history {
    background: #fff;
    width: 100%;
    position: relative;
    padding-bottom: 23px;
}

.history .breadcrumb {
    padding-top: 12px;
    width: 1210px;
    margin: auto;
}

.history .w .breadcrumb, .history .w .breadcrumb a {
    font-size: 18px;
    color: #666666;
}

.w .breadcrumb a {
    width: 71px;
}

.history .nav-history {
    margin: 13px 0 17px 0;
    padding-top: 24px;
}

    .history .nav-history .nh-left, .history .nav-history .nh-right {
        float: left;
        height: auto;
        margin-bottom: 0;
        margin-top: 10px;
        overflow: hidden;
    }


.history .nh-right li {
    float: left;
    height: 24px;
    line-height: 24px;
    margin-bottom: 10px;
    margin-right: 30px;
    padding: 0 6px;
    position: relative;
    text-align: center;
    white-space: nowrap;
}

.history .nav-history .nh-left {
    background: #68BB00;
    width: 100px;
    text-align: center;
    border-radius: 20px;
    height: 42px;
    line-height: 42px;
}

.nav-history .nh-left a {
    color: #FFFFFF;
    font-weight: bold;
    font-size:14px;
}

.nav-history .nh-right a {
    color: #737373;
}

.goods-content {
    margin: 0 9px 0 43px;
    position: relative;
}

    .goods-content .p-line {
        background: #d7d7d7;
        width: 2px;
        position: absolute;
        top: 22px;
        height: 100%;
        float: left;
        left: 9px;
    }

    .goods-content .line-cur {
        background: url(/images/icon/icon_1.png) -100px -10px no-repeat;
        position: absolute;
        height: 22px;
        width: 20px;
        left: -42px;
        top: 0;
    }

    .goods-content #p-list {
        padding-left: 42px;
    }

#p-list .goods-item {
    margin-bottom: 10px;
}

.history .mt {
    color: #999999;
    padding: 7px 0 33px 14px;
    position: relative;
}

    .history .mt h2 {
        font-size: 18px;
        color: #666666;
        font-weight: 400;
        display: inline;
        line-height: 18px;
        height: 18px;
    }

    .history .mt strong {
        font-weight: 400;
        padding: 0 17px;
    }

    .history .mt span {
        cursor: pointer;
    }
/*.history .mc{position:absolute}*/
.history .mc li {
    background: #FFFFFF;
    width: 246px;
    height: 322px;
    text-align: center;
    position: relative;
    border: 2px solid #FFFFFF;
    margin: 0 29px 20px 0;
    float: left;
}

    .history .mc li:hover {
        border: 2px solid #d1d1d1;
    }

.history .mc .p-img img {
    padding: 13px;
}

.history .mc li .p-price {
    font-size: 17px;
    color: #333333;
    line-height: 17px;
}

.history .mc li .p-same {
    padding-top: 17px;
}

.history .mc .p-price i {
    font-style: normal;
}

.history .mc .p-same a {
    color: #747474;
}

.goods-item .cover {
    width: 250px;
    height: 192px;
    padding-top: 130px;
    position: absolute;
    left: -2px;
    top: -2px;
    background: #fff;
    opacity: .7;
    filter: alpha(opacity=70);
    zoom: 1;
}

.history .cover a {
    color: #181511;
    display: block;
    line-height: 1.5em;
    height: 1.5em;
    overflow: hidden;
    padding: 0 20px;
}

.history .cover span {
    color: #93908c;
}

.hide .p-label {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #FFFFFF;
    padding: 3px 10px;
    display: none;
}

    .hide .p-label a {
        color: #737373;
    }

        .hide .p-label a:hover, .history .mc .p-same a:hover {
            color: #68bb00;
        }

.history .mc .p-del {
    background: url(/images/icon/icon_1.png) -130px -10px no-repeat;
    height: 36px;
    width: 36px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
