/*HiShop-HiWeishang-2014*/
/* 全局开始 */

body {
    width: 100%;
    max-width: 650px;
    font-family: "Arial", "Microsoft YaHei", "Tahoma";
    margin: 0 auto;
    padding-bottom: 50px;
    background-color: #F5F7FA;
}

hr {
    margin: 10px 0;
}

.btn-group, .btn-group button, .btn-group ul {
    width: 100%;
}

    .btn-group button {
        text-align: left;
    }

    .btn-group span {
        position: absolute;
        right: 10px;
        top: 14px;
    }

.dropdown-menu > li > a {
    white-space: inherit;
    text-align: center;
    font-size: 14px;
}

.form-control, .btn-group, .btn-block, .input-group {
    margin-bottom: 10px;
}

.index{position:relative;padding-bottom:80px;}
.support{position:absolute;bottom: 50px;left:50%;margin:0 0 8px -51px;}
.support-top{position:absolute;top: 10px;left:50%;margin-left:-51px;}

footer {
    position: fixed;
    bottom: 0px;
    background-color: #656D78;
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
}


    footer div {
        width: 16.66666666666667%;
        float: left;
        text-align: center;
        font-size: 20px;
        padding: 15px 0px;
        color: #fff;
        top: 0px;
        cursor: pointer;
    }

        footer div:hover {
            background-color: #434A54;
        }

.font-xl {
    font-size: 16px;
}

.font-l {
    font-size: 16px;
}

.font-m {
    font-size: 14px;
}

.font-s {
    font-size: 12px;
}

.font-xs {
    font-size: 10px;
}

a {
    color: #434a54;
}

a:hover {
    color: #434a54;
}

.list-group {
    margin-bottom: 10px;
}

    .list-group > a {
        position: relative;
    }

        .list-group > a > a > span {
            position: absolute;
            right: 10px;
            top: 3px;
        }

    .list-group .glyphicon {
        float: right;
        top: -6px;
        right: -10px;
        padding: 10px;
    }

.panel-body {
    padding: 5px;
}

hr {
    margin: 10px 0px;
}

.bcolor {
    color: #434a54;
}

.bgColor-white {
    background-color: #fff;
}

.well {
    margin-bottom: 10px;
}

.alert {
    margin-bottom: 10px;
}

.nav-tabs.nav-justified > li {
    display: table-cell;
    width: 33.33333333333333%;
}

.panel-heading {
    padding: 10px;
}

.progress {
    margin-bottom: 10px;
}

.panel {
    margin-bottom: 10px;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: 100%;
}
/* 全局结束 */


.pbox {
    padding: 10px;
}

.address-box > div {
    position: relative;
}

    .address-box > div > div {
        position: absolute;
        top: 0;
        right: 0;
    }

        .address-box > div > div > a > span {
            margin-left: 10px;
        }

.address-box .glyphicon {
    color: #434a54;
}

.goods-box {
    position: relative;

}

    .goods-box img {
        width: 80px;
        height: 80px;
        position: absolute;
    }

    .goods-box .name {
        line-height: 16px;
        height: 16px;
        overflow: hidden;
        margin-bottom: 5px;
    }

    .goods-box .info {
        padding-left: 90px;
         padding-right: 10px;
         min-height:80px;
    }

    .goods-box .intro {
        line-height: 14px;
        max-height: 27px;
        overflow: hidden;
        margin-bottom: 5px;
    }

    .goods-box .price {
    }

        .goods-box .price del {
            margin-left: 5px;
        }

    .goods-box .sales {
        float: right;
    }

    .goods-box .move {
        position: absolute;
        top: 5px;
        right: 5px;
        font-size: 20px;
        color: #DA4453;
    }

    .goods-box .specification {
        overflow: hidden;
        margin-bottom: 10px;
        margin-top: 5px;
    }

 .goods-box .goods-num {
	position: absolute;
	right: 10px;
	top: 60px;
}
.goods-box .sales-info {
    margin-top: 5px;
    padding: 5px;
    border: 1px dashed #ED5565;
    background-color: #ffdde2;
}

.goods-num > * {
    float: left;
}

.goods-num .shopcart-add, .goods-num .shopcart-minus {
    font-size: 22px;
    color: #AAB2BD;
    text-align: center;
}

.goods-num .info {
    margin-top: 5px;
    margin-left: 5px;
}

.goods-num input[type=tel] {
    width: 40px;
    font-size: 12px;
    height: 30px;
    text-align: center;
    border-radius: 0;
    margin-bottom: 0;
    margin: 0 5px;
    color: #ED5565;
    font-weight: bold;
}

.brand .name {
    text-align: center;
    margin-top: 10px;
}

.comment-box {
    border-bottom: 1px #CCD1D9 dashed;
    padding: 5px;
}

    .comment-box:last-child {
        border-bottom: 0;
        padding-bottom: 0px;
    }

    .comment-box .name {
        position: relative;
    }

        .comment-box .name span {
            position: absolute;
            right: 0;
            bottom: 0;
        }

.consultation-box {
    border-bottom: 1px #CCD1D9 dashed;
    padding: 5px;
}

    .consultation-box:last-child {
        border-bottom: 0;
        padding-bottom: 0px;
    }

    .consultation-box .detail {
        line-height: 14px;
    }

    .consultation-box .answer {
        margin-top: 5px;
    }

    .consultation-box .dateTime {
        margin-top: 2px;
    }

#slides {
    position: relative;
    display: none;
}

    #slides img {
        width: 100%;
    }

.slidesjs-pagination {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 100;
    -webkit-padding-start: 0;
}

    .slidesjs-pagination li {
        display: inline-block;
        margin: 0 1px;
    }

        .slidesjs-pagination li a {
            display: block;
            width: 10px;
            height: 0;
            padding-top: 10px;
            overflow: hidden;
            background-color: #CCD1D9;
            margin-right: 4px;
            border-radius: 10px;
        }

            .slidesjs-pagination li a.active {
                background-color: #DA4453;
            }

.goods-info .name {
    margin-bottom: 5px;
}

.goods-info .intro {
    line-height: 14px;
    margin-bottom: 2px;
    max-height: 28px;
    overflow: hidden;
}

.goods-info .price {
    position: relative;
    margin-bottom: 10px;
    font-size: 20px;
    padding: 0 5px;
    color: #DA4453;
}

.goods-info del {
    margin-left: 4px;
}

.goods-info .price div.info {
    position: absolute;
    right: 0;
    bottom: 0;
}

.goods-info > div:last-child {
    margin-bottom: 0;
}

.goods-info .well p {
    margin-bottom: 0;
}

.goods-info .well .progress {
    margin-bottom: 5px;
}

.specification-box {
    padding: 10px;
}

    .specification-box .buy-num > div:first-child {
        margin-bottom: 2px;
    }

.specification:last-child {
    margin-bottom: 0;
}

.specification .title {
    margin-bottom: 2px;
}

.specification .badge {
	margin-right: 2px;
}
.badge-h.danger{
    background-color: #ED5565;
}
.badge-h.warnning{
    background-color: #FFCE54;
}

.specification .list {
    margin-bottom: 10px;
}

    .specification .list > div {
        padding: 2px 12px;
        border: 1px #E6E9ED solid;
        margin-right: 5px;
        margin-bottom: 5px;
        float: left;
        background-color: #fff;
    }

        .specification .list > div.active {
            background-color: #ED5565;
            border: 1px #ED5565 solid;
            color: #fff;
        }

.btns-fixed {
    text-align: center;
    position: fixed;
    bottom: 60px;
    display: block;
    width: 100%;
    max-width: 650px;
}

.btns-fixed-padding {
    padding-bottom: 64px;
}

.btns-fixed-margin {
    margin-bottom: 64px;
}

.goods-detail img {
    width: 100%;
}

.goods-list-grid > a > div {
    width: 50%;
    float: left;
}

    .goods-list-grid > a > div > div {
        margin-right: 5px;
        margin-bottom: 10px;
    }

.goods-list-grid > a:nth-child(even) > div > div {
    margin-right: 0;
    margin-left: 5px;
}

.goods-list-grid img {
    width: 100%;
}

.goods-list-grid .info {
    padding: 5px;
    background-color: #fff;
    line-height: 12px;
}

.goods-list-grid .price {
    margin-bottom: 5px;
}

.goods-list-grid .name {
    margin-bottom: 5px;
    line-height: 14px;
    height: 28px;
    overflow: hidden;
}

.goods-list-grid .del {
    margin-left: 5px;
}

.home-head {
    position: relative;
}

    .home-head .info {
        position: absolute;
        top: 25px;
        left: 90px;
        color: #fff;
    }

.icon-btns {
    background-color: #fff;
    border-bottom: 1px #AAB2BD solid;
    margin-bottom: 10px;
}

    .icon-btns > a > div {
        float: left;
        width: 25%;
        text-align: center;
        padding: 5px 0px;
        margin: 10px 0px;
        border-right: 1px #CCD1D9 dashed;
    }

    .icon-btns > a:last-child > div {
        border-right: 0;
    }

    .icon-btns .icon span {
        font-size: 26px;
    }

    .icon-btns .name {
        margin-top: 5px;
    }

    .icon-btns a {
        color: #434a54;
    }

.act .title {
    padding: 5px 0px;
}

.act > div {
    margin-top: 10px;
}

    .act > div:first-child {
        margin-top: 0;
    }

.act img {
    width: 100%;
}

.collect-price {
    margin-left: 5px;
}

.myConsultation .consultation-box {
    padding: 0;
}

.goods-list-p .name {
    height: 22px;
    margin-bottom: 2px;
    overflow: hidden;
}

.goods-list-p .box {
    position: relative;
    margin-bottom: 5px;
}

.goods-list-p .sales-info {
    margin-top: 5px;
    padding: 5px;
    border: 1px dashed #ED5565;
    background-color: #ffdde2;
    color: #ED5565;
}

.goods-list-p .name {
    max-height: 22px;
    overflow: hidden;
}

.goods-list-p .specification span {
    margin-right: 2px;
}

.goods-list-p a:last-child .box {
    margin-bottom: 0;
}

.goods-list-p .left {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.goods-list-p img {
    width: 100%;
    height: 100%;
}

.goods-list-p .right {
    padding-left: 60px;
        min-height: 50px;
}

.goods-list-p .price {
    position: absolute;
    right: 0px;
	top: 28px;
}

.order-shopcart {
    position: relative;
}

    .order-shopcart a {
        position: absolute;
        right: 10px;
        top: 7px;
        color: #434a54;
    }

    .order-shopcart span {
        margin-left: 5px;
    }

    .order-shopcart .order-amount {
        position: absolute;
        right: 10px;
        top: 9px;
    }
    
    .order-amount-info .sales-info {
    margin: 5px 0;
    padding: 5px;
    border: 1px dashed #FFCE54;
    background-color: #fff0cb;
        color: #FFCE54;
}

.order-list .panel-heading {
    position: relative;
}

    .order-list .panel-heading span.order-amount {
        position: absolute;
        top: 9px;
        left: 136px;
    }

    .order-list .panel-heading span.date {
        position: absolute;
        top: 9px;
        right: 10px;
    }

.order-list img {
    width: 50px;
    height: 50px;
    margin-right: 2px;
    margin-bottom: 5px;
}

.order-list .info {
    position: relative;
    padding: 2px;
}

.order-list .action {
    position: absolute;
    top: 0px;
    right: 0px;
}

.orderMsg div, .orderMsg-error div {
    margin-bottom: 10px;
}

.orderMsg .glyphicon {
    color: #37BC9B;
}

.orderMsg-error .glyphicon {
    color: #DA4453;
}

.offline-help img {
    width: 100%;
    height: 100%;
}

.shoppingStepBar {
    margin: 16px 0;
}

.goods-box-shopcart .price {
    margin-top: -6px;
}

.goods-box-shopcart .specification span {
    margin-right: 2px;
}

.shoppingStepBar .step {
    border-top: 4px #CCD1D9 solid;
    float: left;
    width: 33.33333333333333%;
    text-align: center;
    height: 0;
}

    .shoppingStepBar .step .glyphicon {
        color: #fff;
        padding: 5px;
        border-radius: 34px;
        background-color: #CCD1D9;
        font-size: 16px;
        top: -15px;
    }

.shoppingStepBar .active {
    border-color: #ED5565;
}

    .shoppingStepBar .active .glyphicon {
        background-color: #ED5565;
    }
    
    

.order-amount-info {
    background-color: #fff9ec;
}
.order-amount-info div {
    margin-top: 10px;
}
.order-amount-info p span {
	width: 80px;
	text-align: right;
	display: inline-block;
}

.slides-collect-btn {
    position: relative;
}

    .slides-collect-btn span {
        position: absolute;
        right: 0px;
        padding: 10px;
        z-index: 11;
        color: #DA4453;
        font-size: 28px;
    }

.goods-list-bar {
	padding: 0 0 5px 0px;
	margin-top: 10px;
}
.list-rank a {
	color: #434a54;
}
.list-rank {
	position: relative;
	background-color: #E6E9ED;
}
.list-rank div {
	width: 22%;
	float: left;
	text-align: center;
	padding: 8px 0;
}
.list-rank div.sort-action {
	padding: 0;
	background-color: #F6BB42;
	height: 36px;
	line-height: 36px;
	color: #fff;
}
.list-rank div span.glyphicon {
	display: none;
}
.list-rank div span.glyphicon {
	font-size: 12px;
}
.list-rank div.show {
	width: 12%;
}
.list-rank div.show span.glyphicon {
	display: inline;
}
.list-rank div.up span.glyphicon-arrow-up {
	display: inline;
}
.list-rank div.down span.glyphicon-arrow-down {
	display: inline;
}
.list-sort-panel .panel-body {
	padding: 10px 10px 5px 10px;
}
.list-sort-panel .panel-body a {
	padding: 4px 15px;
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #E6E9ED;
	font-size: 12px;
	border-radius: 23px;
	color: #434a54;
}
.list-sort-panel .panel-body a.active {
	border: 1px solid #F6BB42;
}
.list-sort-panel .jt {
	position: absolute;
	font-size: 30px;
	color: #fff;
	top: -18px;
	right: 8%;
}


.template {
    z-index: 2;
    color: #fff;
    position: absolute;
    text-align: center;
    bottom: 20px;
    width: 100%;
    max-width: 650px;
}

    .template .box {
        float: left;
        background-color: #fff;
        width: 140px;
        height: 40px;
        text-align: center;
        padding: 10px 0px;
        font-size: 14px;
        margin: 1px;
        color: #444;
        filter: alpha(opacity:80);
        opacity: 0.8;
        overflow: hidden;
        display: inline-block;
    }

    .template .list {
        width: 285px;
        display: inline-block;
    }

.template-2 {
    z-index: 2;
    color: #fff;
    position: absolute;
    text-align: right;
    bottom: 20px;
    right: 20px;
    width: 100%;
    max-width: 650px;
}

    .template-2 .list {
        display: inline-block;
    }

    .template-2 .box {
        background-color: #fff;
        width: 140px;
        height: 40px;
        text-align: center;
        padding: 10px 0px;
        font-size: 14px;
        margin: 1px;
        color: #444;
        filter: alpha(opacity:80);
        opacity: 0.8;
        overflow: hidden;
    }

.list-empty {
    margin-top: 180px;
    font-size: 2em;
}

    .list-empty span {
        top: 2px;
    }

.btns {
    margin-bottom: 10px;
}

.span-r-80 {
    display: inline-block;
    width: 80px;
    text-align: right;
    margin-right: 10px;
}

.badge-h {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #aab2bd;
    border-radius: 10px;
}

.label-h {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.badge-h, .label-h {
    background-color: #aab2bd;
}

.badge-danger, .label-danger {
    border-color: #da4453;
    background-color: #da4453;
}

.list-group-item > .badge-h {
    float: right;
}

.badge-success, .label-success {
    border-color: #8cc152;
    background-color: #8cc152;
}



/*--------------------------------------------------------------index-2-------------------------------------------------------------------*/
.index-2 {
	padding: 12px 6px;
}

.index-2 > div {
	float: left;
	width: 25%;
	padding: 0 6px 12px;
}

.index-2 a {
	display: block;
	text-align: center;
	padding: 10px 0;
	color: #434A54;
	background-color: #fff;
}

.index-2 img {
	width: 30px;
	height: 30px;
	margin-bottom: 3px;
}

.index-2 span {
	font-size: 30px;
	margin-bottom: 10px;
	color: #ED5565;
}

.index-2 p {
	margin-bottom: 0px;
	margin-top: 5px;
	font-size: 12px;
}


/*--------------------------------------------------------------index-3-------------------------------------------------------------------*/
.index-3 {	
	padding: 12px 6px;
}

.index-3 > div {
	float: left;
	width: 50%;
	padding: 0 6px 12px;
}

.index-3 a {
	display: block;
}

.index-3 a img {
	width: 100%;
}


/*--------------------------------------------------------------index-4-------------------------------------------------------------------*/
.index-4 {
	position: absolute;
	bottom: 60px;
	width: 100%;
	max-width: 650px;
	margin: 0 auto;
}

.index-4 div {
	text-align: right;
	padding-right: 20px;
}

.index-4 a {
	display: inline-block;
	padding: 8px 40px;
	background-color: rgba(0,0,0,0.4);
	margin-bottom: 10px;
	color: #fff;
}


/*--------------------------------------------------------------index-5-------------------------------------------------------------------*/
.index-5 {
	padding: 12px 9px;
}

.index-5 div {
	float: left;
	width: 33.33333333333333%;
	padding: 0 3px 6px;
}

.index-5 div a {	
	padding: 8px 5px;
	background-color: #fff;
	border: 1px #48CFAD solid;
	width: 100%;
	display: block;
	text-align: center;
	color: #48CFAD;
	white-space: nowrap; 
	height: 38px;
	overflow: hidden;
}

.index-5 div a span {	
	margin-right: 5px;
	color: #48CFAD;
}

.index-5 div a img {	
	width: 14px;
	height: 14px;
	margin-right: 5px;
	margin-top: -2px;
}

/*--------------------------------------------------------------index-6-------------------------------------------------------------------*/
.index-6 {
	padding: 20px;
}

.index-6 .list-group .glyphicon {
	top: 3px;
	padding: 0;
}


/*--------------------------------------------------------------index-7-------------------------------------------------------------------*/
.index-7 {
	padding: 20px 10px;
}

.index-7 > div {
	float: left;
	width: 25%;
	padding: 0 10px 20px;
}

.index-7 a {
	display: block;
	text-align: center;
	color: #434A54;
}

.index-7 img {
	width: 60px;
	height: 60px;
	margin-bottom: 4px;
}

.index-7 a div {
	margin-bottom: 4px;
	text-align: center;
	width: 60px;
	height: 60px;
	background: #AC92EC;
	display: inline-block;
	border-radius: 60px;
	padding-top: 20px;
}

.index-7 a div span {
	color: #fff;
	font-size: 20px;
}

.index-7 p {
	margin-bottom: 0px;
	margin-top: 5px;
	font-size: 12px;
}