body {
    background: #fff;
    font-size: 12px;
    font-family: "微软雅黑";
}

.container {
    max-width: 640px;
    padding: 0;
}

header {
    margin: 0 0 28px 0;
}

header h1 {
    border-top: 1px solid #DADADA;
    border-bottom: 1px solid #DADADA;
    margin-top: 0;
    padding: 10px 0;
    text-align: center;
    background-color: #FBFBFB;
    font-size: 16px;
    font-weight: 400;
    position: relative;
}

header h1 span.glyphicon {
    position: absolute;
    left: 15px;
    top: 11px;
    font-size: 16px;
    font-weight: normal;
    color: #C2C2C5;
    font-weight: none;
}

.form {
    padding: 0 15px;
    margin-bottom: 50px;
}

.form-horizontal input, .form-horizontal span {
    border: none;
    background-color: none;
}

.form-horizontal .input-group-addon {
    background: none;
    font-size: 16px;
    color: #999;
    height: 40px;
}

.form-horizontal .form-control {
    background: none;
    border: none;
    box-shadow: none;
    font-size: 14px;
    height: 40px;
}

.form-horizontal .setinput {
    padding: 0 16px;
}

.username {
    border: 1px solid #E9E9E9;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.password {
    border: 1px solid #E9E9E9;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.login {
    margin-top: 25px;
}

    .login .btn {
        width: 100%;
        background-color: #da4453;
        border-color: #da4453;
        height: 40px;
    }

.skiplogin {
    margin-top: 5px;
}

    .skiplogin .btn {
        width: 100%;
        background-color: #fff;
        border-color: #da4453;
        height: 40px;
        color:#da4453;
    }
.form-control, .btn-group, .btn-block, .input-group.username{
    margin-bottom:0;
}
.form .reg {
    display: block;
    text-align: right;
    margin-top: 10px;
    color: #909090;
    text-decoration: underline;
    font-size: 12px;
}

.fast-login {
    text-align: center;
    height: 85px;
}

.fast-login h3 {
    position: relative;
    height: 16px;
    font-size: 14px;
    color: #BEBEBE;
    border-bottom: 1px solid #DFDFDF;
    margin-bottom: 25px;
}

.fast-login h3 span {
    position: absolute;
    display: inline-block;
    padding: 0 10px;
    background-color: #fff;
    z-index: 20;
    top: 7px;
    left: 50%;
    margin-left: -38px;
}

.fast-login a {
    display: inline-block;
    min-width: 39px;
    max-width: 78px;
    min-height: 39px;
    max-height: 78px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: left top;
    margin-right: 25px;
}

.fast-login a.bg1 {
    background-image: url(../images/Login_QQ_normal@2x.png);
}

.fast-login a.bg2 {
    background-image: url(../images/Login_wechat_normal@2x.png);
}

.fast-login a.bg3 {
    background-image: url(../images/Login_sina_normal@2x.png);
    margin-right: 0;
}

.fast-login a.bg1:hover {
    background-image: url(../images/Login_QQ_pressed@2x.png);
}

.fast-login a.bg2:hover {
    background-image: url(../images/Login_wechat_pressed@2x.png);
}

.fast-login a.bg3:hover {
    background-image: url(../images/Login_sina_pressed@2x.png);
}

#fixed li {
    display: table-cell;
    width: 1%;
}

    #fixed li a {
        color: #60646f;
        font-size: 12px;
        padding: 5px 3px 0;
        margin-bottom: 0;
        font-weight: bold;
    }

        #fixed li.active span {
            color: #FE580D;
        }

        #fixed li a i {
            display: block;
            width: 30px;
            height: 26px;
            margin:0 auto 3px;
            background-image:url(../images/icon_normal.png);
            background-size: 25px;
            background-repeat: no-repeat;
        }
        #fixed li:nth-of-type(1) a i{
            background-position: center -132px;
        }
        #fixed li:nth-of-type(2) a i{
            background-position: center -211px;
        }
        #fixed li:nth-of-type(3) a i{
            background-position: center -289px;
        }
        #fixed li:nth-of-type(4) a i{
            background-position: center -368px;
        }
        #fixed li:nth-of-type(1).active a i{
            background-position: center -92px;
        }
        #fixed li:nth-of-type(2).active a i{
            background-position: center -170px;
        }
        #fixed li:nth-of-type(3).active a i{
            background-position: center -252px;
        }
        #fixed li:nth-of-type(4).active a i{
            background-position: center -330px;
        }

.navbar {
    min-height: 0;
}

header.hu {
    height: 140px;
    margin: 0 0 10px;
    background: url(../images/user-bg.png) no-repeat left top;
    background-size: cover;
    position: relative;
}

.user {
    text-align: center;
}

    .user p {
        color: #FBE068;
        margin-top: -3px;
    }

    .user .user-img {
        padding-top: 2px;
    }

        .user .user-img .img {
            width: 60px;
            height: 60px;
            margin: 0 auto;
            overflow: hidden;
            border-radius: 50%;
        }

    .user span {
        color: #fff;
        font-size: 14px;
    }

.user-news {
    height: 40px;
    background-color: rgba(0,0,0,0.2);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

    .user-news li {
        width: 50%;
        float: left;
    }

        .user-news li:last-child a {
            border: none;
        }

        .user-news li a {
            display: block;
            border-right: 1px solid #b6b6b6;
            margin-top: 3px;
            color: #fff;
        }

            .user-news li a i {
                display: block;
                height: 14px;
                font-style: normal;
            }

.container.bg {
    background-color: #EBEEF0;
}

.order-form > ul {
    margin-bottom: 10px;
    background-color:#fff;
}
.order-form ul li {
    background-image:url(../images/icon83.gif);
    background-position:right center;
    background-repeat:none;
}
.order-form ul:first-of-type li {
    background:none;
}
.order-form ul > li {
    height: 45px;
    line-height: 45px;
    background-color: #fff;
    position: relative;
    text-indent: 45px;
    border-bottom: 1px solid #F0F0F0;
}

    .order-form ul > li a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .order-form ul > li i {
        display: block;
        width: 23px;
        height: 23px;
        position: absolute;
        left: 10px;
        top: 10px;
    }

    .order-form ul > li strong {
        font-weight: 500;
        font-size: 14px;
        color: #2F2F2F;
    }

    .order-form ul > li a span {
        float: right;
        margin-right: 40px;
        font-size: 14px;
        color: #BCBDBF;
    }

#main {
    padding-bottom: 45px;
}

.order-form ul:first-child li:last-child {
    height: 55px;
}

    .order-form ul:first-child li:last-child a {
        width: 25%;
        float: left;
        text-align: center;
        position: relative;
    }

        .order-form ul:first-child li:last-child a i {
            width: 20px;
            height: 20px;
            left: 50%;
            top: 10px;
            margin-left: -10px;
            background-size: 20px;
            background-image: url(../images/icon.png);
            background-repeat: no-repeat;
        }

        .order-form ul:first-child li:last-child a span {
            float: none;
            margin: 0;
            display: block;
            width: 100%;
            text-align: center;
            text-indent: 0;
            line-height: 16px;
            margin-top: 33px;
            font-size: 12px;
        }

.order-form ul > li a i.icon1 {
    background-size: 23px;
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
    background-position: 0px -278px;
}

.order-form ul > li a i.icon {
    background-size: 22px;
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
    height: 20px;
    top: 13px;
}

.order-form ul > li a i.icon-a {
    background-position: 0 -110px;
}

.order-form ul > li a i.icon-b {
    background-position: 0 -130px;
}

.order-form ul > li a i.icon-c {
    background-position: 0 -148px;
}

.order-form ul > li a i.icon-d {
    background-position: 0 -167px;
}

.order-form ul > li a i.icon-e {
    background-position: 0 -187px;
}

.order-form ul > li a i.icon-f {
    background-position: 0 -206px;
}

.order-form ul > li a i.icon-g {
    background-position: 0 -226px;
}

.order-form ul > li a i.icon-h {
    background-position: 0 -244px;
}

.order-form ul > li span.glyphicon {
    position: absolute;
    top: 15px;
    right: 10px;
    font-size: 14px;
    color: #999;
    font-weight: normal;
}

.order-form ul:first-child li:last-child a i em {
    position: absolute;
    right: -8px;
    top: -6px;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    border-radius: 50%;
    background-color: #FF2828;
    color: #fff;
    text-indent: 0;
}
/*首页样式*/
#search-nav, #rem-shop, #vDefault_guesslike {
    margin-bottom: 8px;
}

    #search-nav .img-title {
        position: relative;
        min-height: 100px;
        width:100%;
    }
    #search-nav .search-posi{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 40px;
        z-index: 999;
        background:url(../images/top_bg_normal.png) repeat-x left top;
    }
    #search-nav .search {
        border: none;
        position:absolute;
        left: 0;
        top: 5px;
        z-index: 9999;
    }

        #search-nav .search .input-group {
            margin: 0;
        }
        #search-nav .search .input-group-addon, .class-search .input-group-addon {
            border: none;
            background: none;
            top: 0;
            font-size: 20px;
            padding: 3px 25px;
            color: #fff;
            background:url(../images/icon_normal.png) no-repeat center 5px;
            background-size: 27px;
        }
        #search-nav .search .input-group-addon.class{
            position:relative;
        }
        #search-nav .search .input-group-addon.class a{
            width:50px;
        }

            #search-nav .search .input-group-addon.ser {
                padding: 5px 30px;
                background: url(../images/ser.png) no-repeat center 0;
                background-size: 38px;
            }

        #search-nav .search .form-control {
            border-radius: 5px;
            border:1px solid #ccc;
        }

        #search-nav .search a {
            position: absolute;
            right: 0;
            top: 0;
            display: block;
            width: 60px;
            height: 34px;
            text-indent: -9999px;
        }

    #search-nav nav {
        background: #fff;
        padding-top: 8px;
        padding-bottom: 5px;
        border-bottom: 1px solid #E3E5E6;
    }

        #search-nav nav a {
            display: block;
            width: 25%;
            float: left;
            text-align: center;
            color: #707070;
        }

            #search-nav nav a i {
                display: block;
                width: 35px;
                height: 35px;
                margin-bottom: 2px;
                margin: 0 auto;
            }
            #search-nav nav a i span{
                font-size:26px;
                line-height:150%;
            }

    #rem-shop ul li {
        float: left;
        overflow: hidden;
    }

        #rem-shop ul li div, #vDefault_guesslike ul li div {
            display: table-cell;
            vertical-align: middle;
            margin: 0 auto;
            text-align: center;
        }

            #rem-shop ul li a img, #rem-shop ul li div, #vDefault_guesslike ul li div img, #hot-shop ul li img {
                max-width: 100%;
                max-height: 100%;
                display: inline;
                vertical-align: middle;
            }

        #rem-shop ul li:nth-of-type(1) {
            width: 36.1%;
            margin-right: 0.9%;
        }

        #rem-shop ul li:nth-of-type(2) {
            width: 63%;
            margin-bottom: 0.6%;
        }

        #rem-shop ul li:nth-of-type(3) {
            width: 31%;
            margin-right: 1%;
        }

        #rem-shop ul li:nth-of-type(4) {
            width: 31%;
        }

#vDefault_guesslike {
    background: #fff;
    width: 100%;
    overflow: hidden;
    padding-top: 30px;
    position: relative;
}

    #vDefault_guesslike h3 {
        height: 28px;
        line-height: 28px;
        text-indent: 30px;
        font-size: 12px;
        color: #323232;
        position: absolute;
        left: 0;
        top: 3px;
        background: url(../images/indexico.png) no-repeat -2px -151px;
        background-size: 35px;
    }

    #vDefault_guesslike ul li {
        float: left;
        padding: 5px 0 10px 0;
        overflow: hidden;
        margin-right: 1px;
    }

    #vDefault_guesslike ul {
        position: relative;
    }

#hot-shop h3 {
    height: 12px;
    border-bottom: 1px solid #676767;
    position: relative;
    margin-bottom: 15px;
}

    #hot-shop h3 strong {
        padding: 0 10px;
        background: #EBEEF0;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -38px;
        color: #676767;
        font-weight: normal;
        font-family: 微软雅黑;
        font-size: 16px;
    }

#hot-shop ul li {
    float: left;
    padding: 0;
    max-height: 445px;
    overflow: hidden;
    margin-bottom: 4px;
}

    #hot-shop ul li:nth-child(odd) {
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
    }

    #hot-shop ul li:nth-child(even) {
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
    }

   /* #hot-shop ul li .padding {
        background: #EBEEF0;
    }*/

    #hot-shop ul li:nth-child(odd) .padding {
        border-right: 3px solid #DCDCDC;
    }
#hot-shop ul li{
    background-color:#fff;
}
    #hot-shop ul li:nth-child(even) .padding {
        padding-left: 2px;
    }

    #hot-shop ul li .img {
        max-height: 317px;
        overflow: hidden;
        vertical-align: middle;
        display: table-cell;
        text-align: center;
    }

    #hot-shop ul li .shop-info {
        padding: 10px 5px;
        background: #fff;
        color: #676767;
    }

        #hot-shop ul li .shop-info .info-name {
            height: 36px;
            overflow: hidden;
            letter-spacing: 1px;
        }

        #hot-shop ul li .shop-info .info-price {
            color: #FF5102;
            font: 18px/150% Arial,Verdana,"\5b8b\4f53";
        }
            #hot-shop ul li .shop-info .info-price i {
                font-style:normal;
                font-size:14px;
            }

.navbar-default {
    background: #f8f8f8;
    border-color: #e7e7e7;
}
/*商品分类*/
.class-search {
    padding: 7px 10px;
    background: #F5F5F5;
    border-top: 1px solid #B4B4B4;
    border-bottom: 1px solid #B4B4B4;
}

    .class-search .input-group-addon {
        color: #BDBDBF;
    }

    .class-search .input-group .form-control:not(:first-child):not(:last-child) {
        border-radius: 5px;
    }

    .class-search .btn, .search .btn {
        position: absolute;
        right: 0px;
        top: 2px;
        z-index: 20;
        background: none;
        font-size: 20px;
        line-height: normal;
        padding: 3px 12px;
        color: #8D8C91;
        outline: none;
        border: none;
    }

.search .btn {
  /*  right: 62px;*/
    top: 0;
    padding: 0;
    width: 40px;
    height: 34px;
    background:url(../images/icon_normal.png) no-repeat center -31px;
    background-size: 30px;
}

#wrapper {
    width: 28%;
    height: 382px;
    overflow: hidden;
    float: left;
}

    #wrapper li {
        height: 48px;
        width: 100%;
        text-align: center;
        line-height: 48px;
        font-size: 14px;
        background: #F3F4F6;
        border-top: 1px solid #E0E0E0;
        border-right: 1px solid #E0E0E0;
    }

        #wrapper li:first-child {
            border-top: none;
        }

        #wrapper li.active {
            background: #fff;
            border-right: none;
            color: #FD5001;
        }

header.cl {
    margin-bottom: 0;
}

#wrapper1 {
    width: 72%;
    height: 382px;
    float: right;
}

    #wrapper1 .classcat {
        padding-left: 15px;
        position: relative;
    }

        #wrapper1 .classcat .tab-shop {
            display: none;
        }

    #wrapper1 li {
        float: left;
        text-align: center;
        margin-bottom: 10px;
        padding-right: 10px;
        padding-left: 10px;
    }

        #wrapper1 li .img {
            margin: 0 auto;
            overflow: hidden;
            vertical-align: middle;
            display: table-cell;
            padding-bottom: 10px;
            text-align: center;
        }

            #wrapper1 li .img img {
                max-height: 100%;
                max-width: 100%;
                vertical-align: middle;
                display: inline;
            }

    #wrapper1 .classcat .ct {
        margin-bottom: 15px;
    }

    #wrapper1 h3 {
        height: 48px;
        line-height: 48px;
    }

#wrapper .scroll {
    position: relative;
}

#wrapper, #wrapper1 {
    position: relative;
}

.pbox.search .btn {
    right: 0;
}
