body {
    /*background-color: #f2f2f2;*/
}

.st .pull-right .dropdown-menu {
    left: auto;
    right: 0;
}

.st .pagination a, .st .breadcrumb a {
    color: #333;
}

/*div高度*/
.st-h5 {
    height: 5px;
    line-height: 5px;
}

.st-h10 {
    height: 10px;
    line-height: 10px;
}

.st-h15 {
    height: 15px;
    line-height: 15px;
}

.st-h20 {
    height: 20px;
    line-height: 20px;
}

.st-h50 {
    height: 50px;
    line-height: 50px;
}

.st-h100 {
    height: 100px;
    line-height: 50px;
}

.st-navtip .alert {
    margin-bottom: 5px;
    text-align: center;
}

.st-navtip>div:first-child>div.alert {
    margin-top: 5px;
}

/*导航区域-顶部*/
.st-navtop {
    height: 35px;
    line-height: 35px;
    background-color: #FAFAFA;
    border-bottom: 1px solid #e9e9e9;
}

.st-navtop li a:hover, .st-navtop li a:hover i {
    color: #4285F4;
    background: none;
}

.st-navtop-items>li>a {
    /*font-size:12px;*/
    color: #666;
    padding-top: 0;
    padding-bottom: 0;
}

.st-navtop-items>li:first-child>a {
    padding-left: 0;
}

.st-navtop-items>li:last-child>a {
    padding-right: 0;
}

.st-navtop-items>li a font {
    display: inline-block;
    padding: 0 5px;
}

.st-navtop-items>li>a>i {
    color: #999;
}

/*导航区域-品牌和搜索*/
.st-navbrand {
    height: 90px;
    background: #ffffff;
}

.st-navbrand-logo {
    max-width: 200px;
    min-width: 170px;
    padding-top: 10px;
}

.st-navbrand-slogan {
    line-height: 90px;
    font-style: italic;
}

.st-navbrand-search {
    padding-top: 25px;
}

.st-navbrand-search .input-group-addon {
    background-color: #4285F4;
    border: 2px solid #4285F4;
    cursor: pointer;
}

.st-navbrand-search input {
    border: 2px solid #4285F4;
}

.st-navbrand-search .input-group-addon i {
    color: #ffffff;
}

.st-navbrand-cart {
    position: relative;
    cursor: pointer;
    padding-top: 30px;
}

.st-navbrand-cart a {
    display: inline-block;
    color: #666;
}

.st-navbrand-cart i {
    position: relative;
    font-size: 28px;
    color: #666;
}

.st-navbrand-cart .badge {
    position: absolute;
    bottom: 29px;
    left: 4px;
    background-color: #EA4335;
    color: #ffffff;
    width: 24px;
    padding: 3px;
    font-size: 14px;
}

.st-navbrand-cart i:hover, .st-navbrand-cart a:hover {
    color: #999;
    text-decoration: none;
}

/*导航区域-菜单*/
.st-navmenu {
    background-color: #F9F9F9;
    border-top: 1px solid #e9e9e9;
}

.st-navmenu .nav>li>a {
    height: 50px;
    line-height: 50px;
    color: #080808;
    border-radius: 0;
    padding: 0;
    margin-right: 30px;
    font-size: 18px;
    /*text-transform: uppercase;*/
}

.st-navmenu .nav>li>a:hover, .st-navmenu .nav>li>a.active {
    color: #666;
    background: none;
    border-radius: 0;
    border-bottom: 3px solid #EA4335;
}

#products {
    position: relative;
}

.st-allcat {
    display: none;
    position: absolute;
    top: 44px;
    left: 0;
    z-index: 999;
    width: 240px;
    box-shadow: none;
    border-radius: 0;
    border-right: none;
}

.st-allcat-items {
    border: none;
    box-shadow: none;
}

.st-allcat-items>li {
    padding: 0;
    margin: 0;
    border: none;
}

.st-allcat-items>li>a {
    color: #666;
    text-decoration: none;
    display: inline-block;
    padding: 0 8px;
    width: 100%;
    height: 35px;
    line-height: 35px;
    border: 1px solid #ddd;
    border-left: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    font-size: 16px;
}

.st-allcat-items>li>a>i {
    padding-right: 5px;
    /* color:#BCBCBC; */
    font-size: 16px;
}

.st-allcat-items>li.active>a {
    background-color: #ffffff;
    color: orange;
    text-shadow: none;
    border-right: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
}

.st-allcat-items>li.active:last-child>a {
    border-bottom: 1px solid #ffffff;
}

.st-allcat-items>li.active:first-child>a {
    border-top: 1px solid #ffffff;
}

.st-allcat-items>li.active>a>i {
    color: orange;
}

.st-allcat-items>li.list-group-item:hover i {
    transition: all 0.3s ease;
    transform: scale(1.3);
    display: inline-block;
}

.st-allcat-content {
    display: none;
    position: absolute;
    top: -1px;
    left: 238px;
    background-color: #ffffff;
}

.st-allcat-content-item {
    width: 490px;
    min-height: 400px;
    border: 1px solid #ddd;
    padding: 0 15px;
    padding-right: 0;
    overflow-x: hidden;
}

.st-allcat-content-item>dl {
    width: 50%;
    /*min-height: 230px;*/
    float: left;
    margin: 15px 0;
}

.st-allcat-content-item>dl>dt {
    border-bottom: 1px solid #ddd;
    margin-right: 15px;
    margin-bottom: 7px;
    padding: 5px 0;
    padding-top: 0;
}

.st-allcat-content-item>dl>dt>a {
    color: #333;
    text-decoration: none;
    font-size: 16px;
}

.st-allcat-content-item>dl>dd {
    line-height: 25px;
}

.st-allcat-content-item>dl>dd>i {
    font-size: 18px;
    color: #999;
    vertical-align: middle;
    padding-right: 2px;
}

.st-allcat-content-item>dl>dd>a {
    color: #666;
    text-decoration: none;
    font-size: 16px;
}

.st-allcat-content-item>dl>dd>a::before {
    content: "•";
    font-size: 18px;
    color: #999;
    padding-right: 2px;
    vertical-align: middle;
}

.st-allcat-content-item>dl a:hover, .st-allcat-content-item>dl>dd>a:hover::before {
    color: orange;
}

/*导航区域-顶部-移动端*/
.st-header {
    border-radius: 0;
    border-left: none;
    border-right: none;
    border-top: none;
    margin-bottom: 0;
}

.st-header .navbar-header {
    /*padding:0 5px;*/
}

.st-header .navbar-brand {
    display: inline-block;
    padding: 0;
    width: auto;
}

.st-header-cart {
    position: relative;
    color: #666;
    font-size: 26px;
    margin-right: 15px;
    padding-top: 8px;
}

.st-header-cart>i {
    padding-left: 3px;
}

.st-header-cart>span {
    position: absolute;
    top: 3px;
    left: 9px;
    display: inline-block;
    text-align: center;
    color: #EA4335;
    font-size: 1rem;
    width: 15px;
}

.st-header .navbar-form {
    border-top: none;
    border-bottom: none;
}

.st-header .navbar-nav ul.st-subcat, .st-header .navbar-nav ul.st-subsubcat {
    padding-left: 25px;
}

.st-header .navbar-nav ul.st-cat>li {
    border-bottom: 1px solid #ddd;
}

.st-header .navbar-nav ul.st-subcat>li {
    border-top: 1px solid #ddd;
}

.st-header .navbar-nav ul.st-subcat>li>ul.st-subsubcat>li:first-child {
    border-top: 1px solid #ddd;
}

/*首页推荐产品和产品列表页*/
.st-home-product>div.container>div.row, .st-main-product>div.row {
    padding: 0 12px;
}

.st-home-product>div.container>div.row>div, .st-main-product>div.row>div {
    padding: 0 4px;
}

.st-main-product .thumbnail {
    position: relative;
    overflow: hidden;
}

.st-home-product .thumbnail, .st-main-product .thumbnail {
    padding: 0;
}

.st-home-product .thumbnail>a.st-thumb, .st-main-product .thumbnail>a.st-thumb {
    display: inline-block;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

/*.st-main-product .thumbnail > a.st-thumb{
    position: relative;
}
.st-main-product .thumbnail .st-exchange{
    position: absolute;
    top:0;
    left:0;
    color:#fff;
    text-align: center;
    padding:5px 0;
    width:100%;
    background: rgba(62, 143, 62,0.8);
}*/
.st-home-product .thumbnail>a.st-thumb img, .st-main-product .thumbnail>a.st-thumb img {
    width: 100%;
}

.st-main-product .thumbnail>a.newhot {
    height: 285px;
}

.st-main-product .hot-badge {
    position: absolute;
    top: 18px;
    left: -25px;
    background: linear-gradient(45deg, #e74c3c, #c0392b);
    color: white;
    padding: 5px 30px;
    font-size: 12px;
    font-weight: bold;
    transform: rotate(-45deg);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.st-main-product .new-badge {
    position: absolute;
    top: 10px;
    left: -25px;
    background: linear-gradient(45deg, #3498db, #2980b9);
    color: white;
    padding: 5px 30px;
    font-size: 12px;
    font-weight: bold;
    transform: rotate(-45deg);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 10;
}

.st-main-product .prom-badge {
    position: absolute;
    top: 18px;
    left: -36px;
    background: linear-gradient(45deg, rgb(192, 126, 2), #f8ab1d);
    color: white;
    padding: 5px 30px;
    font-size: 12px;
    font-weight: bold;
    transform: rotate(-45deg);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 10;
}

.st-main-product .rank-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    /*display: flex;*/
    display: none;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    z-index: 10;
}

.st-main-product .rank-0 {
    background: linear-gradient(135deg, #FFD700, #FFA500);
}

.st-main-product .rank-1 {
    background: linear-gradient(135deg, #C0C0C0, #A9A9A9);
}

.st-main-product .rank-2 {
    background: linear-gradient(135deg, #CD7F32, #8B4513);
}

.st-main-product .rank-other {
    background: linear-gradient(135deg, #e74c3c, #c0392b);
}

.st-home-product .caption, .st-main-product .caption {
    padding-top: 0
}

.st-home-product .caption>h5>a, .st-main-product .caption>h5>a {
    display: inline-block;
    height: 35px;
    overflow-y: hidden;
    color: #333;
    font-size: 1.5rem;
}

.st-home-product .caption>p, .st-main-product .caption>p {
    margin-bottom: 5px;
}

.st-home-product-price {
    color: #080808;
    font-weight: bolder;
    font-size: 1.8rem;
}

.st-home-product-price>del {
    color: #999393;
    font-weight: lighter;
}

.st-home-product-sold {
    color: #666;
    /*font-size: 12px;*/
    position: relative;
}

.st-home-product-sold>span {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #419641;
    font-size: 12px;
    font-weight: bold;
}

.st-home-product-addcart {
    margin: 0 9px;
    margin-bottom: 10px;
}

.st-home-product-addcart>.btn {
    width: 100%;
    font-weight: bold;
}

.st-home-product-title {
    display: block;
    width: 100%;
    text-align: center;
    color: #000000;
    font-size: 30px;
}

.st-home-product-title>span {
    font-size: 26px;
    vertical-align: top;
}

.st-credits {
    color: #419641;
}

/*底部*/
.st-footer {
    background-color: #FAFAFA;
    padding-top: 80px;
}

.st-footer-service {
    padding-bottom: 80px;
    color: #333;
}

.st-footer-service dt {
    padding-bottom: 5px;
}

.st-footer-service a {
    display: inline-block;
    line-height: 30px;
    color: #666;
}

.st-footer-beian {
    text-align: center;
    font-size: 12px;
    color: gray;
}

.st-footer-beian a {
    color: #999;
}

.st-footer-service-icon>a {
    text-decoration: none;
    display: inline-block;
    padding-right: 10px;
}

.st-footer-service-icon>a>i {
    font-size: 20px;
}

.st-footer-service-icon>a>i:hover {
    color: #999;
}

.st-footer-service-icon>a>img {
    width: 25px;
    display: inline-block;
    vertical-align: top;
}

.st-footer-service-signup {
    padding-top: 10px;
}

.st-footer-service-signup p {
    color: #666;
}

.st-footer-service-signup span {
    background: #000000;
    color: #ffffff;
    font-weight: bolder;
    border: 1px solid #000000;
}

/*导航路径/面包屑*/
.st-breadcrumb .breadcrumb {
    margin: 5px 0;
    background-color: #ffffff;
    padding-left: 0;
}

/*产品列表页*/
.st-main {}

.st-main-left>div {
    background: #F9F9F9;
    padding: 0px;
    margin-bottom: 10px;
}

.st-main-left a {
    color: #666;
}

.st-main-left h5, #FILTER h5 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    font-weight: bolder;
    margin-top: 0;
}

.st-main-left-category a, .st-main-product-header-filter a {
    color: #333;
}

.st-main-left-category dl {
    margin-bottom: 5px;
}

.st-main-left-category dt a {
    color: #666;
    font-weight: lighter;
    font-size: 16px;
}

.st-main-left-category>dl>dt>a {
    color: #333;
}

.st-main-left-category dd {
    margin-left: 15px;
}

.st-main-left-category>dl>dt {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.st-main-left-category>dl>dt>a {
    font-weight: bold;
}

.st-main-left-category>dl>dd::before {
    position: absolute;
    content: "•";
    left: 32px;
    color: gray;
}

.st-main-left-category>dl>dd>dl>dt {
    padding: 2px 0;
}

.st-main-left-category .active {
    background-color: #BCBCBC;
}

.st-main-left .st-main-left-price, .st-main-left .st-main-left-stock {
    padding: 15px;
}

.st-main-product-header {
    padding-bottom: 8px;
}

.st-main-product-header>span {
    display: inline-block;
}

.st-main-product-header-pager .pager {
    margin: 0;
    padding: 0;
}

.st-main-product-header-pager .pager li a {
    padding: 2px 14px;
}

.st-main-product-header-pager ul.pagination {
    margin: 0 0;
    margin-bottom: 10px;
}

.st-main-product-header-sortby {
    line-height: 34px;
}

.st-main-product-header-sortby select {
    height: 26px;
}

.st-main-product-header-filter {
    border: 1px solid #ddd;
    padding: 2px 14px;
    border-radius: 15px;
}

/*产品详情-图片放大镜*/
.st-detail-img {
    position: relative;
    margin-bottom: 15px;
}

.st-detail-img-left {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 10%;
    height: 417px;
    overflow-x: hidden;
    overflow-y: auto;
}

.st-detail-img-left::-webkit-scrollbar {
    display: none;
}

.st-detail-img-left ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 0;
    padding: 0;
}

.st-detail-img-left ul li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    border: 1px solid #BCBCBC;
    border-color: #F0F0F0;
    margin-bottom: 2px;
    border-radius: 2px;
    min-width: 35px;
    min-height: 35px;
}

.st-detail-img-left ul li:last-of-type {
    margin-bottom: 0;
}

.st-detail-img-left ul .active {
    border-color: #999;
}

.st-detail-img-left ul li img {
    width: 100%;
}

.st-detail-img-right {
    vertical-align: top;
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 460px;
    width: 89%;
    border: 1px solid #ddd;
}

.st-detail-img-right .pic {
    position: relative;
    width: 100%;
    /*min-height: 318px;*/
}

.st-detail-img-right .pic img {
    width: 100%;
}

.st-detail-img-right .pic .magnify {
    width: 230px;
    height: 230px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    cursor: crosshair;
    background-color: #000000;
    opacity: .3;
    filter: alpha(opacity=30);
}

.st-detail-img-right .bigpic {
    display: none;
    position: absolute;
    top: -1px;
    right: -460px;
    width: 460px;
    height: 460px;
    z-index: 333;
    border: 1px solid #ddd;
    border-left: none;
    overflow: hidden;
}

.st-detail-img-right .bigpic>img {
    width: 920px;
    height: 920px;
    position: absolute;
    top: 0;
    left: 0;
}

.st-detail-img-right-share {
    position: absolute;
    left: 0;
    bottom: -40px;
}

.st-detail-img .swiper-container {
    /*width: 100%;*/
    min-height: 260px;
    overflow-x: hidden;
}

.st-detail-img .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/*产品详情-产品属性信息*/
.st-detail-attr {
    /*padding-bottom: 10px;*/
}

.st-detail-attr>h3 {
    padding-top: 0;
    margin-top: 0;
    font-size: 19px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    line-height: 1.4;
    color: #080808;
}

.st-detail-attr>dl {
    display: block;
    clear: both;
    margin-bottom: 0px;
}

.st-detail-attr>dl>dt {
    display: block;
    line-height: 20px;
    padding-right: 5px;
    padding-bottom: 5px;
    color: #555555;
    font-weight: normal;
    font-size: 16px;
}

.st-detail-attr>dl>dd {
    display: block;
    text-align: center;
    line-height: 20px;
}

.st-detail-attr .st-attr>dd {
    display: inline-block;
    margin: 0 10px 10px 0;
    border: 1px solid #BCBCBC;
    cursor: pointer;
    min-width: 40px;
    text-align: center;
    padding: 3px 5px;
    font-size: 15px;
}

.st-detail-attr .st-picture>dd {
    width: 40px;
    height: 40px;
    overflow: hidden;
    padding: 0;
}

.st-detail-attr .st-attr>dd>img {
    width: 100%;
}

.st-detail-attr .st-attr>dd.st-stockout, .st-detail-attr .st-attr>dd.st-invalid {
    border-style: dotted;
    opacity: .6;
    filter: alpha(opacity=60);
}

.st-detail-attr .st-price {
    margin-top: 20px;
    margin-bottom: 20px;
}

.st-detail-attr .st-price>dt {
    font-size: 2.5rem;
    color: #333;
    font-weight: 700;
}

.st-detail-attr .st-price>dt>del {
    font-size: 1.8rem;
    color: #666;
    padding-left: 10px;
    font-weight: lighter;
}

.st-detail-attr .st-attr>dd.active {
    border: 2px solid #EA4335;
}

.st-detail-attr .st-attr>dd:hover {
    box-shadow: 0px 0px 5px #BCBCBC;
}

.st-detail-attr .st-general>dt, .st-detail-attr .st-general>dd {
    display: inline-block;
}

.st-detail-attr .st-itemcode>dd {
    display: block;
    text-align: left;
    color: #999;
    /*font-size: 12px;*/
}

.st-detail-attr .st-review>dd {
    display: block;
    text-align: left;
    color: #999;
    margin-top: 10px;
    margin-bottom: 30px;
}

.st-detail-attr .st-review>dd>span {
    color: #ffb800;
    font-size: 18px;
}

.st-detail-brief>ul {
    padding-left: 0;
    margin-left: 15px;
}

/*产品详情操作按钮*/
.st-detail-btn button {
    margin-top: 5px;
    margin-bottom: 5px;
}

.st-detail-btn button span {
    text-align: left;
    float: left;
    display: inline-block;
    padding-right: 8px;
}

.st-detail-btn .st-share a, .st-detail-img-right-share .st-share a {
    font-size: 16px;
    color: #666;
    padding: 0 5px;
}

.st-detail-btn .st-share a:hover {
    color: #999;
}

.st-detail-btn-right {
    border: 1px solid #ddd;
    padding: 10px 15px;
    ;
    border-radius: 5px;
    font-size: 16px;
}

.st-detail-btn-right .st-qty>input {
    width: 50px;
}

.st-detail-btn-right .st-instock {
    color: #34A853;
}

.st-detail-btn-right .st-stockout {
    color: #EA4335;
}

.st-detail-btn-right .st-whosale {
    font-size: 16px;
}

.st-detail-btn-right .st-whosale td font {
    padding-right: 5px;
    width: 15px;
    display: inline-block;
}

.st-detail-btn-right .st-btn .btn {
    font-size: 13px;
}

.st-detail-btn-right .st-btn .buynow>span {
    padding-right: 5px;
}

.st-main-detail .nav-tabs li a {
    color: #555555;
    font-size: 16px;
}

.st-main-detail-reviews-content>dl {
    border-bottom: 1px solid #ddd;
    padding-top: 15px;
}

.st-main-detail-reviews-content>dl>dt {
    line-height: 35px;
}

.st-main-detail-reviews-content>dl>dt i {
    color: orange;
}

.st-main-detail-reviews-content>dl>dd.st-datetime {
    color: #666;
    font-size: 12px;
    line-height: 25px;
}

#Details img {
    max-width: 100%;
    height: auto;
}

#Details * {
    font-size: 14px !important;
}

/*个人中心*/
.st-user {
    min-height: 600px;
}

.st-user .media-heading>a {
    color: #333;
}

.st-user .panel-body .page-header {
    margin-top: 0;
}

.st-user-info {
    border: none;
    box-shadow: none;
}

.st-user-info .st-emailnotvalidated {
    color: #EA4335;
    font-size: 12px;
}

.st-user-info .st-emailnotvalidated a {
    text-decoration: underline;
    color: #4285F4;
}

.st-user-orders table.table {
    display: block;
    margin-bottom: 25px !important;
    border: 1px solid #ccc;
}

.st-user-orders .st-price {
    font-size: 12px;
    color: #666;
}

.st-user-address-add select {
    margin-top: 5px;
}

.st-user-address-default .st-default dl {
    padding: 5px;
}

.st-user-address-default .st-default dl:first-child {
    margin-right: 100px;
}

.st-user-address-default .st-default dl>dt {
    color: #4285F4;
}

.st-user-address-list dl {
    padding: 5px;
    border: 2px dotted #999;
}

.st-user-address-list dl dd small {
    color: #666;
    font-style: italic;
    font-size: 12px;
}

.st-user-feedback-list>dl {
    border-bottom: 1px solid #ddd;
    padding-top: 15px;
}

.st-user-feedback-list>dl>dt {
    line-height: 35px;
}

.st-user-feedback-list>dl>dt i {
    color: orange;
}

.st-user-feedback-list dd.st-datetime {
    color: #666;
    font-size: 12px;
    line-height: 25px;
}

.st-user-feedback-list>dl>dd.st-reply>dl {
    padding-left: 30px;
    border-top: 1px dotted #999;
}

.st-user-feedback-list>dl.st-reply {
    text-align: right;
}

.st-user-feedback-list-replies>dl {
    border-bottom: none;
    padding-top: 0;
    margin-bottom: 10px;
}

.st-user-feedback-list-replies>dl>dd.st-text, .st-user-feedback-list-replies>dl>dd.st-picture, .st-user-feedback-list-replies>dl>dd.st-attachment {
    display: inline-block;
    max-width: 70%;
    border: 1px solid #eee;
    padding: 5px 10px;
    border-radius: 10px;
    word-break: break-word;
    text-align: left;
}

.st-user-feedback-list-replies>dl.st-reply>dd.st-text, .st-user-feedback-list-replies>dl.st-reply>dd.st-picture, .st-user-feedback-list-replies>dl.st-reply>dd.st-attachment {
    float: right;
    background: #eee;
}

.st-user-feedback-list-replies>dl>dd.st-picture, .st-user-feedback-list-replies>dl>dd.st-attachment {
    margin-top: 8px;
    display: block;
    border: none;
    padding: 0;
}

.st-user-wishlist .media .media-object, .st-user-orders .media .media-object {
    width: 64px;
}

.st-user-wishlist .media .media-body .st-itemcode, .st-user-orders .media .media-body .st-itemcode {
    color: #999;
    font-size: 12px;
}

.st-user-wishlist .media .media-body .st-datetime {
    color: #666;
    text-align: right;
}

.st-user-orders p {
    margin-bottom: 0px;
}

.st-user-orders .panel-body>div.st-date>p>label {
    width: 100px;
}

.st-user-orders .panel-body>div.st-date>p.st-shipdesc {
    text-indent: 100px;
}

.st-user-orders table>thead>tr>th, .st-user-orders table td {
    border: none !important;
}

.st-user-orders div.media:not(:last-child) .media-body, .st-user-orders div.media:not(:last-child) .media-right {
    border-bottom: 1px dotted #eee;
}

/*购物车*/
.st-cart .page-header {
    margin-top: 0;
}

.st-cart-checkout {
    padding: 25px 15px;
}

.st-cart-checkout a.btn {
    width: 100%;
    font-size: 16px;
}

.st-cart-table tr:first-child td {
    border-top: none;
}

.st-cart-table a, .st-cart-table .st-price {
    color: #333;
    font-size: 15px;
}

.st-cart-table .st-price {
    margin-top: 5px;
}

.st-cart-table .st-itemcode {
    color: #666;
}

.st-cart-table .st-itemcode>small {
    font-size: inherit;
}

.st-cart-table .st-price input {
    width: 80px;
}

.st-cart-table .media-object {
    width: 80px;
}

.st-cart-table .media-body>p {
    margin-bottom: 0;
}

.st-cart-table .st-wholesale {
    min-width: 150px;
    color: gray;
}

.st-cart-table .st-wholesale td {
    padding: 3px;
    border-top: none;
}

.st-cart-table .st-wholesale tr td:first-child {
    text-align: right;
}

.st-cart .st-fixed, .st-work .st-fixed {
    position: fixed;
    top: 5px;
}

/*订单结算 checkout*/
.st-checkout .form-group>label {
    font-weight: normal;
    /*font-size: 12px;*/
    color: #666;
}

.st-checkout div.row>div>div.panel {
    padding: 0 15px;
}

.st-checkout div.page-header {
    margin-top: 0;
}

.st-checkout-address>div {
    padding: 0 15px;
}

.st-checkout-address select {
    margin-top: 5px;
}

.st-checkout-address .page-header {
    margin-left: -15px;
    margin-right: -15px;
}

.st-checkout-address .form-group>label>span {
    color: red;
    font-weight: bolder;
    padding-left: 3px;
    font-size: 16px;
    vertical-align: middle;
}

.st-checkout-cartlist>.page-header h4 font {
    font-weight: normal;
}

.st-checkout-shipingmethod div.radio label, .st-checkout-proceed div.radio label {
    line-height: 22px;
}

.st-checkout-shipingmethod h4>span {
    font-size: 14px;
    color: #666;
    cursor: pointer;
    float: right;
}

.st-shipping-option-fee {
    font-size: 14px;
}

.st-checkout-proceed>p {
    font-size: 15px;
    border-bottom: 1px dotted #eee;
}

.st-checkout-proceed>p:last-child {
    border: none;
}

.st-checkout-proceed>p:nth-last-child(3) {
    border: none;
}

.st-checkout-proceed p>label {
    display: inline-block;
    width: 65%;
    text-align: left;
    font-weight: normal;
}

.st-checkout-proceed p>font {
    display: inline-block;
    width: 33%;
    text-align: right;
}

.st-checkout-proceed .st-placeorder .btn {
    width: 100%;
    font-size: 16px;
}

.st-signin {
    min-height: 500px;
}

.st-signup {
    min-height: 500px;
}

.st-signup #changeSendWay {
    color: #333;
    cursor: pointer;
}

.st-signin .form-group label>font {
    color: #EA4335;
    font-weight: bolder;
}

#FILTER {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 666;
    background-color: #fff;
    width: 80%;
    height: 100%;
    overflow: auto;
    padding: 15px;
}

#FILTER .st-close {
    position: absolute;
    top: 0;
    right: 15px;
    cursor: pointer;
}

div.st-form-alert p {
    text-align: center;
}

div.st-form-alert:nth-child(2) {
    margin-top: 10px;
}

#ST-NAVCART {}

#ST-NAVCART-PRODUCTS {
    display: none;
    width: 380px;
    position: absolute;
    top: 80px;
    right: 0;
    background: #ffffff;
    z-index: 666;
    border: 1px solid #BCBCBC;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #BCBCBC;
}

#ST-NAVCART-PRODUCTS:before {
    content: "";
    position: absolute;
    top: -9px;
    right: 27px;
    z-index: 667;
    width: 0;
    height: 0;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #BCBCBC;
}

#ST-NAVCART-PRODUCTS .page-header {
    margin: 0;
    padding: 8px 10px;
    box-shadow: 0 1px 3px #eee;
}

.st-navbrand-cart-product-list {
    min-height: 200px;
    max-height: 400px;
    overflow: auto;
}

.st-navbrand-cart-total .btn {
    width: 100%;
    font-size: 16px;
}

.st-navbrand-cart-total .st-total>span {
    display: inline-block;
    width: 50%;
    text-align: right;
    padding-right: 10px;
}

.st-navbrand-cart-product-list .st-cart-table .st-wholesale {
    display: none;
}

.st-cart-checkout .st-total>span {
    display: inline-block;
    width: 40%;
    text-align: left;
}

.st-article>h3 {
    text-align: center;
}

.st-article>p.author {
    text-align: center;
    color: gray;
}

.st-article-content {
    padding: 15px;
}

.st-article-content img {
    max-width: 100%;
    height: auto;
}

.st-home-aboutus .jumbotron>h1 {
    font-size: 27px;
}

.st-home-aboutus .jumbotron p {
    font-size: 16px;
}

#Tax table td {
    border: 1px solid gray;
}

#Tax table td p {
    margin: 0;
    padding: 0;
}

#Tax table tr:first-child {
    background: #70ad47;
    line-height: 40px;
}

#Tax table tr>td:first-child {
    width: 230px;
}

.st-article-list a {
    color: #333;
    text-decoration: underline;
}

.st-article-list h4 {
    font-size: 16px;
}

.st-article-list .media-body {
    font-size: 14px;
    color: #666;
}

.st-article-origin {
    font-size: 12px;
    color: #666;
}

.st-nav-user {
    color: #666;
    font-size: 26px;
    padding-right: 5px;
    padding-top: 8px;
}

.st-nav-user>i.badge {
    position: absolute;
    top: 3px;
    right: 10px;
}

/*响应式*/
@media (min-width: 1200px) {
    .st-home-product .thumbnail>a.st-thumb {
        height: 181px;
    }
}

@media (max-width: 992px) {
    .st-main-product .thumbnail>a.st-thumb {
        height: 181px;
    }
}

@media (max-width: 768px) {
    .st-home-product .thumbnail>a.st-thumb {
        height: 234px;
    }
}

@media (max-width: 767px) {
    .st-main-detail .nav-tabs li {
        min-width: 145px;
    }

    .st-home-product .thumbnail>a.st-thumb, .st-main-product .thumbnail>a.st-thumb {
        height: 165px;
    }
}

.st-nav-default-currencypay>a {
    color: #EA4335 !important;
    text-align: center;
}

#st-google-translate-element {
    height: 29px;
    overflow: hidden;
}

#st-google-translate-element>div>div {
    height: 30px;
    line-height: 27px;
    border: none;
    background: none;
}

#st-google-translate-element>div>div>span>a:hover {
    text-decoration: none;
}

#st-google-translate-element>div>div>span>a>span:last-child {
    font-size: 12px;
}

.ST-returns-content, .ST-delivery-content, .ST-tax-content {
    padding: 20px;
    font-size: 16px;
}

#ST-returns, #ST-tax {
    cursor: pointer;
}

#ST-tax {
    color: #666;
}

.st-user .panel-body .table tr:first-child>td {
    border-top: none;
}

.st-credits-ask {
    cursor: help;
    color: inherit;
}

/*评论*/
.st-comment-header {
    margin-bottom: 20px;
}

.st-comment-header nav .pagination {
    margin: 0;
}

.st-comment-list>li.media {
    border-top: 1px solid #ccc;
    padding: 10px 0;
}

.st-comment-list>li.media .st-item-award {
    color: #666;
}

.st-navtop-items-account ul.dropdown-menu>li>a>i {
    padding-right: 10px;
}

.st-navtop-items-account ul.dropdown-menu>li>a {
    line-height: 30px;
}

.st-navtop-items-account ul.dropdown-menu>li.st-credits-num .badge {
    background: #34A853;
}

.st-login-third a {
    font-size: 20px;
    display: inline-block;
    padding-right: 10px;
    color: #555555;
}

/*.st-signin .form-horizontal .control-label{
    text-align: left;
}*/
.st-detail-memberworks {
    border: 1px solid #eee;
    border-radius: 5px;
    padding-bottom: 20px;
}

.st-detail-memberworks .swiper {
    width: 100%;
    height: 200px;
}

.st-detail-memberworks .swiper-slide {
    text-align: center;
    font-size: 18px;
    /*background: #eee;*/
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.st-detail-memberworks .swiper-slide img {
    display: block;
    /* width: 100%; */
    object-fit: cover;
    cursor: pointer;
}

.st-detail-related .swiper {
    height: 400px;
    padding: 0 8px;
}

.st-btn-dark {
    background: #000;
    color: #fff;
    border: 1px solid #000;
}

.st-user-info-module {
    /*display: inline-block;*/
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.st-user-info-module>dt {
    padding: 5px 0;
    font-size: 24px;
}

.st-user-info-module>dd.st-num {
    padding: 5px 0;
    font-size: 18px;
}

.st-user-info-module>dd.st-link {
    padding: 5px 0;
}

.st-user-info-module>dd.st-link a {
    color: #333;
    text-decoration: underline;
}

.st-user-info .st-welcome {
    padding: 15px;
}

#ST-dialog {
    padding: 20px;
    font-size: 18px;
}

#ST-tax_receive_by_me label {
    width: 100%;
    text-align: right;
    cursor: pointer;
    color: gray;
    font-size: 13px;
}

.category-sidebar {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    padding: 5px;
}

.category-sidebar .panel {
    border: none;
    box-shadow: none;
    margin-bottom: 5px;
}

.category-sidebar .panel-heading {
    background-color: transparent;
    border: none;
    padding: 10px 10px;
}

.category-sidebar .panel-title {
    font-size: 14px;
    font-weight: bold;
}

.category-sidebar .panel-title a {
    display: block;
    color: #333;
    text-decoration: none;
    font-size: 16px;
}

.category-sidebar .panel-title a:hover {
    color: #337ab7;
}

.category-sidebar .panel-body {
    padding: 5px 15px 5px 0px;
    border-top: none !important;
}

.category-sidebar .list-group {
    margin-bottom: 0;
}

.category-sidebar .list-group-item {
    border: none;
    padding: 8px 15px;
    background-color: transparent;
}

.category-sidebar .level-2>.list-group-item {
    padding-left: 14px;
    font-size: 15px;
    cursor: pointer;
}

.category-sidebar .level-3>.list-group-item {
    padding-left: 35px;
    font-size: 14px;
    color: #666;
}

.category-sidebar .list-group-item.active {
    background-color: #337ab7;
    border-color: #337ab7;
    background: #ccc;
    color: #333;
    text-shadow: none;
}

.category-sidebar .list-group-item:hover {
    background-color: #ccc;
}

.glyphicon-chevron-right, .glyphicon-chevron-down {
    float: right;
    margin-top: 2px;
    color: #999;
    font-size: 12px;
}

.content-area {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    padding: 20px;
    min-height: 500px;
}

.current-category {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.st-instru a {
    text-decoration: underline;
    color: #c12d21;
}

@keyframes shake {
    0% {
        transform: scale(1) rotate(0deg);
    }

    10% {
        transform: scale(1.2) rotate(0deg);
    }

    20% {
        transform: scale(1.2) rotate(10deg);
    }

    30% {
        transform: scale(1.2) rotate(-10deg);
    }

    40% {
        transform: scale(1.2) rotate(10deg);
    }

    50% {
        transform: scale(1.2) rotate(-10deg);
    }

    60% {
        transform: scale(1.2) rotate(10deg);
    }

    70% {
        transform: scale(1.2) rotate(-10deg);
    }

    80% {
        transform: scale(1.2) rotate(0deg);
    }

    100% {
        transform: scale(1) rotate(0deg);
    }
}

.shake-animation {
    animation: shake 2.0s infinite;
    display: inline-block;
    transform-origin: center center;
}

@keyframes shake2 {
    0% {
        transform: scale(1) rotate(0deg);
    }

    25% {
        transform: scale(1) rotate(0deg);
    }

    31.25% {
        transform: scale(1.2) rotate(0deg);
    }

    37.5% {
        transform: scale(1.2) rotate(10deg);
    }

    43.75% {
        transform: scale(1.2) rotate(-10deg);
    }

    50% {
        transform: scale(1.2) rotate(10deg);
    }

    56.25% {
        transform: scale(1.2) rotate(-10deg);
    }

    62.5% {
        transform: scale(1.2) rotate(10deg);
    }

    68.75% {
        transform: scale(1.2) rotate(-10deg);
    }

    75% {
        transform: scale(1.2) rotate(0deg);
    }

    81.25% {
        transform: scale(1) rotate(0deg);
    }

    100% {
        transform: scale(1) rotate(0deg);
    }
}

.shake-animation2 {
    animation: shake2 4.0s infinite;
    display: inline-block;
    transform-origin: center center;
}

@keyframes shake3 {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.2);
    }

    50% {
        transform: scale(1.25);
    }

    75% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.shake-animation3 {
    animation: shake3 1.5s infinite;
    display: inline-block;
    transform-origin: center center;
}

.st-pre-order .category-sidebar .panel-heading {
    background: none;
}

.st-pre-order .category-sidebar .list-group-item.active, .st-pre-order .category-sidebar .list-group-item:hover {
    background: #5bc0de;
    border-color: #28a4c9;
    color: #ffffff;
}

.badge-new {
    background: red;
    position: absolute;
    right: 32px;
    top: -5px;
    /* color: red; */
    font-style: italic;
    /* font-weight: lighter; */
}

.visible-xs-block .badge-new {
    position: static;
}

.badge-hot {
    background: red;
    position: absolute;
    right: 30px;
    top: -3px;
    /* color: red; */
    font-style: italic;
}

.badge-bg-red {
    background: #b3423f;
}

.stSendCodeWay .st-send-btn button.btn {
    width: 48%;
}