.col-md-12 {
    padding: 0 !important;
}
.carousel-indicators li {
    background-color: #ddd !important;
    border: 1px solid #ddd !important;
}
.carousel-indicators .active {
    background-color: #cc3130 !important;
}
.carousel-inner-content {
    width: 100%;height: 360px;
}
.carousel-inner-content a {
    width: 100%;height: 360px;display: flex;
}
.carousel-inner-content a img {
    max-width:100%;
    max-height:100%;
    margin: 0 auto;
}
.carousel-control {
    font-size: 40px !important;
    padding-top: 10px;
    color: #337ab7 !important;
    bottom: 30% !important;
    top: 40% !important;
}
.carousel-control.left {
    background-image: none !important;
}
.carousel-control.right {
    background-image: none !important;
}
#t {
    padding-left: 15px;
}
.content {
    padding: 0px 15px;
}
.bottom-bar {
    font-size: 1.52rem;
    position: fixed;
    bottom: 0px;left:0px;
    display:-webkit-flex;
    display:flex;
    width: 100%;
    color: #fff;
    z-index: 30;
    visibility: hidden;
}
.pic-slide {
    float: left;width: 40%;
}
.product-info {
    float: left;width: 60%;
}
.micro_content {
    padding: 0px 15px;text-align: justify;color: #ccc;
}
.sku-price {
    color: red !important;
}
.payit {
    display: block;
    margin:15px 0 10px 0;
}
.opshop {
    padding: 25px 0 0 15px;
    display: block;
}
.shopping-cart {
    font-size: 26px;
    position: fixed;
    left: 2%;
    bottom: 10%;
    color: #fff;
    border-radius: 32px;
    padding: 10px 13px 4px 13px;
    cursor: pointer;
    z-index: 35;
    background: rgba(0, 0, 0, 0.5);
}
.shopping-cart-bar {
    padding:10px 0;text-align:center;-webkit-flex:1;flex:1;background: lemonchiffon;color: #232326;border-top: 1px solid #d2d2d2;border-bottom: 1px solid #d2d2d2;
}
#growls.tr {
    top: 60px !important;
}

.panel {
    border-radius: 0px !important;
}
.panel-comments {
    border-bottom: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    margin-bottom: 0px !important;
}
.thumbnail-td {
    width: 210px;
}
.thumbnail-td img {
    width: 200px;
    height: 150px;
}
.quantity-count {
    min-width: 45px;
    max-width: 100px;
}
.sku-thumbnail-box {
    height: 120px;width: 120px;background-color: #f8f8f8;
}
.sku-thumbnail {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    cursor: zoom-in;
}
/*使图片在浏览器中居中显示*/
.bigImg {
    margin: auto;
    /*width: 90%;*/
    max-height: 90%;
    cursor: zoom-out;
}
/*遮罩层*/
.opacityBottom {
    display:flex;
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,0.8);
    z-index: 1000;
    top: 0;
    left: 0;
}

.sku-tip {
    margin-top:5px;
    font-size: 16px;
}
.attrib-name {
    padding-left: 15px;margin-top:10px;font-weight: bold;font-size: 16px;
}
.attrib-item {
    float: left;
    padding: 5px 15px;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
}
.attr-normal {
    border: 1px solid #DCDCDC;
    background: #f8f8f8;
    color: #3C3C3C;
    cursor: pointer;
}
.attr-selected {
    border: 1px solid #F40;
    background: #f8f8f8;
    color: #F40;
    font-weight: bolder;
    cursor: pointer;
}
.attr-disabled {
    border: 1px dashed #f4f4f4;
    background: #f4f4f4;
    color: #cec9c9;
    cursor: no-drop;
    text-decoration: line-through;
}
/*.arrow-1 {*/
/*    position: absolute;right: 0px;bottom: 0px;border-left: 5px solid transparent;border-bottom: 5px solid red;opacity: 0;*/
/*}*/
.arrow {
    position: absolute;
    right: 0px;
    bottom: 2px;
    width: 6px;
    height: 11px;
    transform: rotate(45deg);
    border-style: solid;
    border-color: red;
    border-width: 0 2px 2px 0;
    opacity: 0;
}
.pic-slide-down {
    padding-top: 45px;
    padding-left: 15px;
}
@media (max-width: 600px) {
    .pic-slide-down {
        margin-top: 10px;
        padding-top: 0px;
        padding-left: 15px;
    }
    #growls.tr {
        top: 360px !important;
    }

    .shopping-cart {
        display: none;
    }
    .bottom-bar {
        /*font-size: 1.52rem;position: fixed;bottom: 0px;left:0px;display:-webkit-flex;display:flex;width: 100%;*/
        visibility: visible;
    }
    .pic-slide {
        float: left;width: 100%;
    }
    .product-info {
        float: left;
        margin-top: 10px;
        width: 100%;
    }
    .carousel-indicators {
        display: none;
    }
    .micro_content {
        display: none;
    }
    .bigImg {
        max-width: 90%;
    }
    #p_title {
        font-size: 18px;
    }
    .sku-price {
        font-size: 22px !important;
    }
    .sku-tip {
        font-size: 14px;
    }
    .payit {
        display: none;
    }
    .opshop {
        display: none;
    }
    /*.panel-body {*/
        /*padding: 0px !important;*/
    /*}*/
    .content {
        padding: 0px;
    }
    .content img {
        max-width: 100% !important;
        height: auto !important;
    }

    #myCarousel {
        margin-top: 0px !important;
    }
    .carousel-inner-content {
        height: auto;
        text-align: center;
    }
    .carousel-inner-content a {
        height: auto;
        display: block;
    }
    .thumbnail-td {
        width: 140px;
        overflow: hidden;
    }
    .thumbnail-td img {
        width: 130px !important;
        /*height: 150px;*/
    }

}
