/* 未能缩小。正在返回未缩小的内容。
(538,40): run-time error CSS1046: Expect comma, found '0'
(538,44): run-time error CSS1046: Expect comma, found '/'
 */

.shopcar_null {
    background: url("/Themes/StyleJotrin/Images/icon/cart.png") no-repeat scroll 180px 0;
    height: 140px;
    margin-top: 150px;
    padding-left: 310px;
    padding-top: 10px;
    margin-left: 100px;
}

.shop_t {
    float: left;
}

.shopcar_null .text {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 30px;
}

.shop_btn {
    float: left;
    padding-left: 100px;
    padding-top: 20px;
    width: 300px;
}

.cart-checkout a {
    font-size: 12px;
    color: #666;
}

.cart-checkout a:hover {
    color: #ff7800;
}

.cart-checkout em {
    margin: 0 3px;
    color: red;
    font-size: 14px;
    font-weight: bold
}

.cates {
    margin-top: 10px;
    background-color: #fff;
    margin-bottom: 20px;
}

.cates dt {
    overflow: auto;
    padding: 15px;
    border-bottom: 1px solid #f1f1f1;
}

.cates dt a {
    font-size: 16px;
    color: #00baff;
    font-weight: 700;
}

.cates dd {
    padding: 10px 10px 10px 15px;
}

.cates dd ul {
    overflow: hidden;
}

.cates dd ul li {
    color: #333;
}

.cates dd ul li a {
    padding-top: 10px;
    padding-left: 15px;
    padding-bottom: 10px;
    padding-right: 10px;
    display: block;
}

.cates dd ul li a:hover {
    background-color: #ddd;
    color: #fff;
}

.cates dd ul li:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid #ff6d00;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    top: 15px;
    left: 15px;
}

.tab-panel {
    padding-top: 15px;
}

.tab-panel .box-title {
    background-color: #e9e9e9;
    border-bottom: medium none;
    color: #666;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 15px;
}

#imageMenu {
    height: 50px;
    overflow: hidden;
    margin-left: 0;
    float: left;
    width: 100%;
    max-width: calc(100% - 28px);
}

#imageMenu li {
    height: 50px;
    width: 65px;
    overflow: hidden;
    float: left;
    text-align: center;
}

#imageMenu li img {
    width: 50px;
    height: 50px;
    cursor: pointer;
}

#imageMenu li#onlickImg img,
#imageMenu li:hover img {
    width: 44px;
    height: 44px;
    border: 3px solid #959595;
}

.mainImg {
    position: relative;
    padding: 0 !important; /*float:left;width:400px; height:400px;*/
    overflow: hidden;
}

.mainImg #winSelector {
    width: 150px;
    height: 150px;
}

#winSelector {
    position: absolute;
    cursor: crosshair;
    filter: alpha(opacity=15);
    -moz-opacity: 0.15;
    opacity: 0.15;
    background-color: #000;
    border: 1px solid #fff;
}

#bigView {
    position: absolute;
    border: 1px solid #959595;
    overflow: hidden;
    z-index: 999;
}

#bigView img {
    position: absolute;
}

.product-center .product-filter {
    padding: 10px;
    border-top: 4px solid #00baff;
    background: #fff;
}

.product-catelist {
    width: 100%;
    padding-left: 20px !important;
}

.product-catelist li.catelist-item {
    width: auto;
    margin: 5px 20px 10px 0;
    float: left;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 4px 8px;
    background: #f7f7f7;
    font-size: 14px;
}

.product-catelist li.catelist-item:hover {
    background-color: #008FD2;
}

.product-catelist li.catelist-item:hover a {
    color: #fff;
    text-decoration: none;
}

.product-center-cateSelec {
    font-size: 14px;
    color: #666;
    font-weight: normal;
    margin: 5px 0px;
    padding: 5px 0px;
    line-height: 24px
}

.product-center .ln {
    line-height: 18px;
}

.product-center .qty-minus {
    width: 30px;
    height: 30px;
    background-image: url(/Themes/StyleJotrin/img/products_details_icon.png);
    background-position: -0px 8px;
    background-color: #f6f6f6;
    border: 1px solid #ccc;
}

.product-center .qty-add {
    width: 30px;
    height: 30px;
    background-image: url(/Themes/StyleJotrin/img/products_details_icon.png);
    background-position: -27px 8px;
    background-color: #f6f6f6;
    border: 1px solid #ccc;
}

.product-center .qty-text {
    text-align: center;
    color: #666;
    padding: 0 10px !important;
    width: 40px !important;
    height: 30px !important;
    border: 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.product-center .qty span {
    margin-top: 5px;
    display: inline-flex;
}

.pro-index .prolist {
    margin-top: 10px;
    font-weight: 700;
}

.product-center .prolist ul {
    overflow: hidden;
}

.product-center .prolist ul li {
    height: 35px;
    line-height: 35px;
}

.product-center .product-result {
    margin-top: 10px;
    font-size: 14px;
    padding: 10px;
    background: #f7f7f7;
}

.product-center .plistcon {
    border-top: 1px solid #e3e3e3;
}

.plistcon ul {
    min-height: 116px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    box-shadow: none;
    border-bottom: 1px solid #e3e3e3;
}

.plistcon ul:hover {
    border-bottom: 1px solid transparent;
    box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.13);
    background-color: #f8f8f8;
}

.plistcon .pic img {
    max-height: 100px;
    max-width: 100px;
    border: 1px solid #efefef;
}

.plistcon .pn a {
    font-size: 14px;
    color: #666;
    font-weight: bold;
}

.plistcon .pn a:hover {
    color: #f60;
    text-decoration: underline;
}

.plistcon .desc a {
    background-position: 0 -22px;
    color: #333;
}

.plistcon .ln table {
    display: inline-block;
}

.plistcon .qty .button-white {
    padding: 4px 10px;
    margin-left: 5px;
}

.plistcon .detail a {
    min-width: 60px;
    margin-top: 0
}

.plistcon .detail input {
    text-align: center;
}

.plistcon .detail .button-orange {
    width: 100px;
    text-align: center;
    margin: 10px 0;
}

.plistcon .detail .button-orange:hover {
    color: #fff;
}

.product-center .plistcon ul {
    padding: 10px 0 !important;
    background: #fff;
}

.product-center .plistcon .button-orange {
    background: #ffa200;
}

.product-center .plistcon .pic img {
    max-width: 120px;
    max-height: 120px;
    border: 0;
}

.product-center #plist li.pn p {
    margin-bottom: 5px;
}

.product-center #plist li .content {
    display: grid;
}

.product-center .plistcon ul:hover {
    box-shadow: 0 0 0px #e3e3e3;
    background: #f0f0f0;
}

.product-center .plistcon .button-blue {
    background: #70bcd9;
}

.product-center .cate-desc {
    margin-bottom: 10px;
}


.product-center .cate-desc > .content {
    font-size: 12px;
    line-height: 20px;
}

.product-center .morebtn {
    background: url(/Themes/StyleJotrin/images/common/btn_more_bg.png);
    display: inline-block;
    margin: 10px 0;
    border: 1px solid #DEDEDE;
    color: #666;
    height: 20px;
    line-height: 20px;
    padding: 0 8px 0 8px;
    text-decoration: none;
}

.product-center .morebtn:hover {
    color: #525252;
    border-color: #CCCCCC;
    text-decoration: none;
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
}

.product-center .open_down i {
    background: url(/Themes/StyleJotrin/images/common/arrow_up.gif) no-repeat center;
    display: inline-block;
    height: 22px;
    margin-left: 5px;
    vertical-align: middle;
    width: 9px;
}

.product-center .open_up i {
    background: url(/Themes/StyleJotrin/images/common/arrow_down.gif) no-repeat center;
    display: inline-block;
    height: 22px;
    margin-left: 5px;
    vertical-align: middle;
    width: 9px;
}

.cateSelec-record, .cateSelec-record-root {
    display: inline-block;
    line-height: 21px;
    background-color: #ffffff;
    border: solid 1px #cccccc;
    background: url(/Themes/StyleJotrin/img/product_del.gif) no-repeat right,#f7f7f7;
    padding: 1px 35px 1px 10px;
    color: #666;
    margin-bottom: 10px;
}

.cateSelec-record:hover {
    text-decoration: none;
}

.cateSelec-record-root {
    background: #f7f7f7;
    padding-right: 10px;
}



.hotsale-banner {
    background: url(/Themes/StyleJotrin/img/hotsale.jpg);
    width: 100%;
    height: 300px;
    text-align: center;
}

.hotsale-main {
    margin-bottom: 20px;
}

.hotsale-banner .hotsale-title {
    padding-top: 80px;
    margin: 0;
    font-size: 50px;
    font-weight: bold;
    color: #FF0000;
    padding-right: 600px;
}
.hotsale-banner h2{
    font-size: 36px;
	line-height: 48px;
	color: #000;
        padding-right: 350px;
}
.hotsale .hotsale-content a {
    text-decoration: none;
    display: block;
}

.hotsale .hotsale-content .pro {
    width: 100%;
    max-width:150px;
}

.hotsale .hotsale-content .pro-desc {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    height: 110px;
    position:relative;
}

.hotsale .hotsale-content .pro-desc .description {
    word-break:break-all;
}

.hotsale .hotsale-content .unitcost {
    color: rgba(255, 66, 66, 1);
    font-weight:700;
}

.hotsale .hotsale-content .bottom {
    display: flex;
}

.hotsale .hotsale-content .bottom-left {
    display: block;
    padding:15px;
    width: 60%;
}
.hotsale .hotsale-content .bottom-left a{
    background: #F0F0F0;
    	border: solid 1px #666;
        padding:10px 20px;

}

.hotsale .hotsale-content .bottom-left img {
    margin-right: 10px;
}


.hotsale .hotsale-content .bottom-right {
    color: #fff;
    display: block;
    padding: 15px;
    width: 40%;
}
.hotsale .hotsale-content .bottom-right a{
    background: #ff0000;
    	border: 0;
        padding:10px 20px;
        color:#fff;
}

.hotsale .hotsale-content ul li {
    text-align: center;
    margin-bottom: 20px;
}

.hotsale .hotsale-content ul li .hotsale-product {
    background-color: #fff;
    box-shadow: 0px 1px 12px 1px rgb(0 0 0 / 7%);
}

.hotsale .hotsale-content ul li .hotsale-product .imgbox{
    background-color:#FBFBFB;
    padding:20px;
    height:200px;
}

.hotsale .hotsale-content ul li .hotsale-product .imgbox .name{
    font-weight:700;
    margin:10px 0 20px 0;
}

@media(max-width:992px) {
    .hotsale .hotsale-content .bottom-left img {
        display: none;
    }
     .hotsale .hotsale-content .bottom-left,
    .hotsale .hotsale-content .bottom-right{
        padding:10px 5px;
    }

    .hotsale .hotsale-content .bottom-left a,
    .hotsale .hotsale-content .bottom-right a{
        padding:5px;
    }
    .hotsale-banner .hotsale-title{
        padding-right:200px;
    }
    .hotsale-banner h2{
        padding-right:20px;
    }
}

@media(max-width:576px) {
    .hotsale .hotsale-content ul li {
        margin-bottom: 10px;
    }

    .hotsale .hotsale-content ul li:nth-child(2n-1) {
        padding-right: 5px;
    }

    .hotsale .hotsale-content ul li:nth-child(2n) {
        padding-left: 5px;
    }

    .hotsale .hotsale-content ul li .bottom-left {
        font-size: 12px;
    }

    .hotsale .hotsale-content .bottom-right {
        font-size: 12px;
    }

    .product-index .main {
        font-size: 12px;
    }

    .product-index .main {
        margin-top: 160px;
    }

    .product-center .ln {
        display: none;
    }

    .product-center #plist li.pic {
        padding-right: 0;
    }

    .product-center #plist li.qty, .product-center #plist li.detail {
        text-align: right;
    }

    .product-center #plist li .content {
        display: inline-block;
    }

    .product-center #plist li .content p:nth-child(5n+1) {
        display: none;
    }

    .plistcon .detail a,
    .product-center .qty span {
        margin-right: 5px !important;
    }

    .no-border h1 {
        margin-bottom: 10px;
    }

    .product-catelist {
        padding: 0 !important;
    }

    .product-catelist li.catelist-item {
        margin: 0px 5px 5px 0px;
    }

}



/*product-details*/
.product-details .pd-dttails-fixed {
    position: fixed;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    display: none;
    height: 40px;
}

.product-details .fixed-collect {
    background: rgba(51,51,51,1);
    height: 40px;
    line-height: .8rem;
    text-align: center;
    width: 25%;
    display: inline-block;
}

.product-details .fixed-cart {
    background: #ffa200;
    height: 40px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    width: 50%;
    font-weight: 600;
    display:flex;
}

.product-details .fixed-buy {
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: #f70e0e;
    height: 40px;
    width: 25%;
    display: inline-block;
    font-weight: 600;
}

.product-details .icon-star {
    background-image: url("/Themes/StyleJotrin/images/icon.png");
    display: inline-block;
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: -4px;
    background-position: -385px -543px;
    transform: scale(0.5);
}

.product-details .icon-cart {
    background-image: url("/Themes/StyleJotrin/images/icon.png");
    display: inline-block;
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: -4px;
    background-position: -435px -543px;
    transform: scale(0.5);
}

.product-details .icon-bom {
    background-image: url("/Themes/StyleJotrin/images/icon.png");
    display: inline-block;
    width: 50px;
    height: 50px;
    vertical-align: -4px;
    background-position: -495px -541px;
    transform: scale(0.5);
}

/*.prod-intro {
    padding-left: 0;
}*/

.prod-intro dl {
    clear: both;
    padding: 0;
    line-height: 30px;
    padding-left: 20px;
    font-size: 14px;
}

.prod-intro dl dt {
    display: inline;
    float: left;
    padding-right: 5px;
    min-width: 80px;
    color: #999;
}

.prod-intro dl dd {
    padding-left: 80px;
}

.prod-intro .qty-sel {
    min-width: 250px;
}

.prod-intro .qty-sel a {
    border-color: #ccc;
    border-style: solid;
    float: left;
    display: inline-block;
    height: 30px;
    width: 8px;
    padding: 0 10px;
    font-size: 13px;
    text-align: center;
}

.prod-intro .qty-sel a:hover {
    border-color: #ccc;
    text-decoration: none;
}

.prod-intro .qty-sel .minus {
    border-width: 1px 0 1px 1px;
}

.prod-intro .qty-sel .add {
    border-width: 1px 1px 1px 0;
    margin-right: 10px;
}

.prod-intro .qty-sel input.qty {
    float: left;
    height: 30px;
    padding: 0 5px;
    width: 40px;
    border: 1px solid #ccc;
}

.prod-intro .add-wish {
    background: url(/Themes/StyleJotrin/Images/icon/wish.png) no-repeat;
    padding-left: 20px;
    text-decoration: underline;
    margin-left: 90px;
}

.prod-intro h2 {
    color: #666;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 5px;
}

.prod-intro dl dd {
    padding-left: 0;
}

.prod-intro dl dt {
    min-width: 0;
    font-size: 14px;
    color: #666;
}

.prod-intro .detail-buy .detail-bulk {
    float: right;
    background: #fffbf2;
    width: 220px;
    padding: 0 20px 20px 20px;
}

.prod-intro .detail-buy .detail-bulk li {
    margin-top: 13px;
    white-space: nowrap;
}

.prod-intro .detail-buy .detail-bulk ul li strong {
    color: #ff7800;
}

.prod-intro .detail-buy .detail-bulk ul li span {
    min-width: 120px;
    display: inline-block;
}

.prod-inquiry {
    background-color: #f6f9fd;
    border: 1px solid #c4d3e5;
    margin-top: 10px;
    padding: 10px;
}

.prod-inquiry #inquiryQty {
    height: 22px;
    width: 60px;
}

.prod-img-info div.img-wrap {
    display: table-cell;
    height: 230px;
    text-align: center;
    vertical-align: middle;
    width: 230px;
}

.prod-img-info div.img-brand {
    position: absolute;
    left: 20px;
    top: 10px;
}

.prod-img-info div.img-tips {
    padding-top: 10px;
    width: 290px;
}

.prod-img-info .smallImg {
    position: relative;
    height: 52px;
    background-color: #f9f9f9;
    margin: 5px 0;
    overflow: hidden;
    float: left;
    width: 100%;
}

.prod-img-info .smallImg-txt {
    width: 300px;
    margin-top: 5px;
    padding-left: 2px;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 20px;
    color: #999;
}

.scrollbutton {
    width: 14px;
    height: 50px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.scrollbutton.smallImgUp, .scrollbutton.smallImgUp.disabled {
    float: left;
    background: url(/Themes/StyleJotrin/Images/common/d_left.png) no-repeat;
}

.scrollbutton.smallImgDown, .scrollbutton.smallImgDown.disabled {
    float: right;
    background: url(/Themes/StyleJotrin/Images/common/d_right.png) no-repeat;
}

.scrollbutton.smallImgUp.disabled, .scrollbutton.smallImgDown.disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.tab-box {
    border-bottom: 2px solid #0082b2;
    padding-top: 10px;
    width: 100%;
    margin: 0;
}

.tab-box li {
    display: inline;
    float: left;
}

.tab-box li a {
    font-size: 13px;
    background-color: #FFF;
    border: 1px solid #ddd;
    border-bottom: 0;
    height: 33px;
    line-height: 33px;
    padding: 0 20px;
    float: left;
    text-decoration: none;
}

.tab-box li.on a, .tab-nav li.on a:hover {
    background-color: #0082b2;
    border-color: #0082b2;
    color: #fff;
    position: relative;
    z-index: 1;
}

.tab-detail {
    width: 100%;
}

.prod-content-detail {
    margin-top: 5px;
    font-size: 14px;
    line-height: 20px;
}

.prod-content-detail img {
    max-width: 800px;
    max-height: 800px;
    vertical-align: 0;
}

.prod-params {
    line-height: 1.5;
    overflow: hidden;
    word-wrap: break-word;
    margin-left: 15px;
}

.prod-params dl {
    float: left;
    line-height: 145%;
    padding-top: 5px;
    margin-top: 5px;
    width: 50%;
}

.prod-params dl dt {
    color: #999;
    float: left;
    margin-left: 10px;
    text-align: right;
}

.prod-params dl dd {
    color: #333;
    max-width: 415px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 10px;
}

.prod-params dl dt {
    margin-left: 0;
    font-weight: bold;
    padding: 0;
    color: #666;
}

.product-relate ul li {
    padding: 5px 0px 0px 5px;
    width: 160px;
}

.prod-img-tool {
    border: 1px solid #e4e4e4;
    padding: 10px 20px;
    margin-bottom: 30px;
}

.prod-img-tool dl dt {
    min-width: 0;
    font-size: 14px;
    color: #666;
    display: inline;
    float: left;
    padding-right: 10px
}

.prod-img-tool dl dd {
    padding-left: 0;
}

.dtail-more {
    display: inline-block;
    height: 30px;
    margin-left: 30px;
    border-radius: 3px;
    line-height: 30px;
    padding-left: 5px;
    padding-right: 5px;
    border: solid 1px #ddd;
    font-size: 14px;
    color: #666;
}

.tab-detail {
    width: 880px;
    margin-top: 20px;
    margin-left: 0px;
    float: left;
}

.tab-detail .tab-box {
    border-left: 2px solid #f0f0f0;
    padding: 0;
    margin-top: 10px;
    background: url(/Themes/StyleJotrin/img/details-bg.gif)repeat-x top transparent;
    border-bottom: 0;
}

.tab-detail .tab-box li {
    border-bottom: 2px solid #f0f0f0;
}

.tab-detail .tab-box li a {
    border: 0;
    font-size: 16px;
    border-right: 2px solid #f0f0f0;
    background: url(/Themes/StyleJotrin/img/details-bg.gif)repeat-x top transparent;
}

.tab-box li.on a, .tab-nav li.on a:hover {
    background: #00baff !important;
    border: 0;
}

.tab-panel .box-title {
    background: #fff;
    font-size: 16px;
    padding: 0;
    border-bottom: 2px solid #f0f0f0;
}

.form-tb table th {
    vertical-align: middle;
}

.tab-panel ul.prod-related {
    width: 880px;
    margin-left: 0px;
    border-bottom: 1px solid #ddd;
    margin-top: 10px;
    color: #666;
}

.tab-panel ul.prod-related li {
    overflow: hidden;
    padding-left: 25px;
    padding-right: 10px;
    border: 1px solid #ddd;
    border-bottom: 0;
}

.tab-panel ul.prod-related li:nth-child(2n-1) {
    background: #f9f9f9 none repeat scroll 0 0;
}

.tab-panel ul.prod-related li.prod-lst-title {
    background: #fbfbfb none repeat scroll 0 0;
    color: #666;
    font-size: 14px;
    line-height: 36px;
}

.tab-panel ul.prod-related li.prod-lst-item {
    color: #333;
    line-height: 32px;
}

.tab-panel ul.prod-related span {
    height: 40px;
    line-height: 40px;
    display: inline-block;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tab-panel ul.prod-related .r1 {
    width: 25%;
}

.tab-panel ul.prod-related .r2 {
    width: 25%;
}

.tab-panel ul.prod-related .r3 {
    width: 30%;
}

.tab-panel ul.prod-related .r4 {
    width: 20%;
    text-align: center;
}

.tab-panel ul.prod-related .r4 a {
    background: #ffa200;
    color: #fff;
    border-radius: 3px;
    min-width: 90px;
    padding: 6px 10px;
}

.tab-panel ul.prod-related .r4 a:hover {
    background: #008FD2;
}

.sprite-details {
    display: inline-block;
    background-image: url(/Themes/StyleJotrin/img/products_details_icon.png);
}

.collect {
    width: 27px;
    height: 25px;
    background-position: -2px -21px;
    position: relative;
    top: 5px;
    left: 5px;
}

.collect:active {
    background-position: 0 -21px;
}

.sprite-cart {
    width: 21px;
    height: 17px;
    background-position: -117px -28px;
    margin-left: 5px;
    vertical-align: -2px;
}

.sprite-pdf {
    width: 18px;
    height: 20px;
    background-position: -84px -26px;
    vertical-align: -5px;
}

.sprite-arrows {
    width: 18px;
    height: 9px;
    background-position: -62px -2px;
    margin-left: 5px
}

.sprite-dhl {
    background-position: 0px -119px;
    width: 106px;
    height: 22px;
}

.sprite-fe {
    background-position: -146px -106px;
    width: 104px;
    height: 48px;
}

.sprite-ups {
    background-position: -278px -106px;
    width: 48px;
    height: 55px;
}

.sprite-tnt {
    background-position: 0px -174px;
    width: 79px;
    height: 41px;
}

.sprite-ems {
    background-position: -136px -178px;
    width: 135px;
    height: 33px;
}

.sprite-post {
    background-position: -0px -248px;
    width: 223px;
    height: 53px;
}

.sprite-hsbc {
    background-position: -366px -106px;
    width: 72px;
    height: 61px;
}

.sprite-visa {
    background-position: -486px -110px;
    width: 215px;
    height: 39px;
}

.sprite-pp {
    background-position: -366px -184px;
    width: 68px;
    height: 66px;
}

.sprite-wu {
    background-position: -523px -190px;
    width: 140px;
    height: 60px;
}

.sprite-mg {
    background-position: -366px -277px;
    width: 163px;
    height: 47px;
}

.prod-left-panels .params {
    margin: 0;
}

.prod-left-panels .params li {
    border: 1px solid #eee;
    min-height: 40px;
    align-items: center;
    display: flex;
    margin: 0 0 -1px -1px;
}

.prod-left-panels .params li:nth-child(2n+1) {
    background-color: #f9f9f9;
}

.prod-left-panels .params .param-key {
    text-align: left;
}

.table-intro td.param-val {
    text-align: left;
    font-size: 12px;
}

.intro-one table {
    border: 0;
}

.intro-one table td, .intro-one table th {
    border: 0;
    padding: 8px;
}

.add {
    width: 30px;
    height: 30px;
    background-image: url(/Themes/StyleJotrin/img/products_details_icon.png);
    background-position: -27px 8px;
    background-color: #f6f6f6;
}

.minus {
    width: 30px;
    height: 30px;
    background-image: url(/Themes/StyleJotrin/img/products_details_icon.png);
    background-position: 1px 8px;
    background-color: #f6f6f6;
}

.input.button, button.button, a.btn-blue {
    line-height: 40px;
    background: #ffa200;
    font-weight: 500;
    padding: 0 21px !important;
}

.prod-list {
    margin-top: 20px;
    width: 300px;
    float: right;
    display: inline;
}

.prod-list .ad-box {
    width: 100%;
    margin-bottom: 10px;
}

.prod-list .recommend-list {
    border: solid 1px #e4e4e4;
}

.prod-list h3 {
    height: 40px;
    font-weight: 400;
    background-color: #f5f5f5;
    color: #333;
    font-size: 16px;
    line-height: 40px;
    text-indent: 10px;
}

.prod-list ul li {
    min-height: 100px;
    width: auto;
    border-bottom: dashed 1px #cccccc;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.prod-list ul li .prod-list-pic {
    display: block;
    float: left;
}

.prod-list ul li .prod-list-pic img {
    width: 100px;
    height: 100px;
}

.prod-list ul li .prod-list-detail {
    float: left;
    line-height: 16px;
    color: #666;
    width: 165px;
    padding-top: 5px;
    padding-left: 5px;
    overflow: hidden;
}

.prod-list ul li .prod-list-detail a {
    color: #00baff;
    word-break: normal;
    line-height: 16px;
    font-size: 12px;
    width: 165px;
    font-weight: 400;
}

.prod-list ul li .prod-list-detail .description {
    word-break: break-all;
    line-height: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}

.prod-list ul li:last-child {
    border: 0;
}

.related-specifications {
    padding: 8px;
    font-size: 12px;
    line-height: 20px;
}

.related-specifications p {
    margin: 0;
    padding-top: 0;
    padding-bottom: 10px;
    clear: both;
    width: 100%;
}

.prod-detail {
    background-color: #fff;
    width: 100%;
    padding: 15px;
}


.prod-left-panels #frmProDetails textarea {
    border: 1px solid #ccc;
    width: 60%;
    height: 60px;
    resize: none;
    text-indent: 10px;
}

.prod-left-panels #frmProDetails input, #frmProDetails select {
    width: 60%;
    border: 1px solid #ccc;
    text-indent: 10px;
    line-height: 30px;
}

.prod-detail #frmProDetails input, .prod-detail #frmProDetails select {
    text-indent: 10px;
    line-height: 30px;
    width: 100%;
}

.prod-detail #frmProDetails textarea {
    width: 100%;
    height: 60px;
    resize: none;
    text-indent: 10px;
}

.prod-img-info .prod-img-preview {
    position: relative;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    margin: 0 auto;
}

.prod-img-info .prod-img-preview #midImg {
    width: 100%;
    height: auto;
    cursor: pointer;
}

.prod-intro .detail-title {
    position: relative;
    margin-bottom: 10px;
}

.prod-intro .detail-title h1 {
    max-width: 460px;
    word-wrap: break-word;
}
.prod-intro .detail-title img{
    width:20px;
    height:10px;
}
.prod-intro .detail-title .add-wish-collect {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
}

.prod-intro .detail-title .add-wish-collect .collect {
    width: 20px;
    height: 20px;
    background-position: -4px -24px;
    top: 0;
    left: 0;
    position: static;
}

.prod-intro .detail-title .add-wish-collect .collect:active, .prod-intro .detail-title .add-wish-collect .collect-active {
    background-position: -28px -24px;
}

.prod-intro .detail-buy {
    margin-top: 10px;
}

.prod-intro .detail-buy .detail-price {
    font-size: 12px !important;
    border: solid 1px #ddd;
    padding: 0 10px;
}

.prod-intro .detail-buy .detail-price ul {
    border-bottom: 1px dashed #ccc;
}

.prod-intro .detail-buy .detail-price ul:last-child {
    border: 0;
}

.prod-intro .detail-buy .detail-price ul .param-key {
    background: #f9f9f9;
}

.prod-intro .detail-buy .detail-price li {
    line-height: 30px;
    background: #fff;
}

.prod-intro .detail-buy .detail-price a {
    color: #00baff;
}

.prod-intro .detail-buy .detail-share {
    padding: 10px;
}

.prod-intro .detail-buy .detail-share .compare-chk {
    float: right;
}

.prod-intro .detail-buy .detail-cart {
    padding-top: 25px;
}

.prod-intro .detail-buy .detail-cart input {
    text-indent: 10px;
    line-height: 36px;
    border: 1px solid #ccc;
}

.prod-intro .detail-buy .detail-cart button {
    margin-top: 10px;
}

.prod-intro .detail-buy .detail-cart button:last-child {
    margin-left: 50px;
    background: #f70e0e;
}

.prod-bulk {
    padding-left: 0;
}

.prod-bulk .inquiry {
    border: 1px solid #b3d9e6;
    border-radius: 3px;
    background: #fff;
}

.prod-bulk .inquiry .inquiry-head {
    background-color: #b3d9e6;
    color: #fff;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.prod-bulk .inquiry .inquiry-head p {
    margin: 0px;
    font-weight: 700;
}

.prod-bulk .inquiry .inquiry-tip {
    padding: 0 15px;
    margin: 10px 0;
    font-size: 10px;
}

.prod-bulk .inquiry ul.inquiry-info {
    padding-bottom: 10px;
}

.prod-bulk .inquiry ul.inquiry-info li {
    margin: 0 15px;
    position: relative;
}

.prod-bulk .inquiry ul.inquiry-info li i.icon-inquiry {
    width: 16px;
    height: 16px;
    background: url(/Themes/StyleJotrin/img/details_icon.png) no-repeat;
    left: 7px;
    top: 10px;
    position: absolute;
}

.prod-bulk .inquiry ul.inquiry-info li i.icon-inquiry-quantity {
    background-position: 0px 0px;
}

.prod-bulk .inquiry ul.inquiry-info li i.icon-inquiry-contact {
    background-position: 0px -47px;
}

.prod-bulk .inquiry ul.inquiry-info li i.icon-inquiry-email {
    background-position: 0px -94px;
}

.prod-bulk .inquiry ul.inquiry-info li i.icon-inquiry-tel {
    background-position: 0px -138px;
}

.prod-bulk .inquiry ul.inquiry-info li i.icon-inquiry-company {
    background-position: 0px -184px;
}

.prod-bulk .inquiry ul.inquiry-info li i.icon-inquiry-content {
    background-position: 0px -232px;
    top: 17px;
}

.prod-bulk .inquiry ul.inquiry-info li textarea,
.prod-bulk .inquiry ul.inquiry-info li input {
    border: none;
    border-bottom: 1px solid #ccc;
    height: 36px;
    padding-left: 35px;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    -webkit-box-sizing: border-box; /* Safari */
    width: 100%;
}

.prod-bulk .inquiry ul.inquiry-info li input.error {
    border: 1px solid red;
}

.prod-bulk .inquiry ul.inquiry-info li textarea {
    width: 100%;
    height: 55px;
    resize: none;
    padding-top: 15px;
}

.prod-bulk .inquiry ul.inquiry-info li textarea:focus {
    padding-top: 0px;
}

.prod-bulk .inquiry ul.inquiry-info li textarea::-webkit-input-placeholder {
    color: #ccc;
}

.prod-bulk .inquiry .inquiry-info .submit-button {
    border: 0px;
    margin: 0px;
    text-align: center;
}

.prod-bulk .inquiry .inquiry-info .submit {
    max-width: 318px !important;
    min-width: 150px !important;
    height: 40px !important;
    background-color: #207c9b !important;
    border-radius: 3px !important;
    color: #fff !important;
    border: 0 !important;
    font-weight: inherit;
    margin: 20px 0 10px 0;
}

.prod-bulk .inquiry .inquiry-info .sprite-submit {
    background: url(/Themes/StyleJotrin/img/iq_submit.png) no-repeat;
    width: 22px;
    height: 15px;
    vertical-align: -2px;
    display: inline-block;
}

.prod-bulk .purchase {
    border: solid 1px #dddddd;
    border-radius: 3px;
    padding: 15px 15px 5px 15px;
    background: #fff;
}

.prod-bulk .purchase .qty-sel {
    float: left;
}

.prod-bulk .purchase .total-price {
    float: left;
    margin-left: 10px;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
}

.prod-bulk .purchase .total-price span {
    font-size: 18px;
    color: #f70e0e;
}

.prod-bulk .purchase .qty-sel .minus {
    border-width: 1px 0 1px 1px;
}

.prod-bulk .purchase .qty-sel .add {
    border-width: 1px 1px 1px 0;
    margin-right: 10px;
}

.prod-bulk .purchase .qty-sel a {
    border-color: #ccc;
    border-style: solid;
    float: left;
    display: inline-block;
    height: 30px;
    padding: 0 10px;
    font-size: 13px;
    text-align: center;
}

.prod-bulk .purchase .qty-sel input.qty {
    float: left;
    height: 30px;
    padding: 0 5px;
    width: 60px;
    border: 1px solid #ccc;
    text-align: center;
}

.prod-bulk .purchase li .btn-group {
    text-align: center;
    margin: 20px 0;
}

.prod-bulk .purchase li .btn-group button.button {
    line-height: 30px;
    background-color: #ff4800;
    margin-left: 0px;
    padding: 0 5px !important;
    min-width: 60px;
}

.prod-bulk .purchase li .btn-group button.button:first-child {
    float: left;
}

.prod-bulk .purchase li .btn-group button.button:last-child {
    margin-right: 0px;
    float: right;
}

.prod-bulk .purchase .price-list {
    padding-top: 20px;
    border-top: 1px solid #ddd;
}

.prod-bulk .purchase .price-list ul li.head {
    background-color: #ddd;
    font-size: 14px;
    color: #333;
}

.prod-bulk .purchase .price-list ul li {
    white-space: nowrap;
    border-bottom: solid 1px #e7e7e7;
    padding: 6px 10px;
    color: #666;
    font-size: 12px;
}

.prod-bulk .purchase .price-list ul li span {
    /* max-width: 152px;*/
    width: 47%;
    display: inline-block;
}

.prod-bulk .purchase .price-list ul li span:last-child {
    text-align: right;
}

.prod-bulk .purchase .price-list ul li:last-child {
    border-bottom: none;
}

.prod-bulk .purchase .stock {
    color: #00b05b;
    font-weight: bold;
    font-size: 14px;
    margin-top: 10px;
}

.prod-bulk .purchase .stock span {
    color: #666;
    font-weight: normal;
    margin-left: 10px;
}

.prod-left .tab-head {
    background-color: #fff;
    color: #666;
    padding: 10px 0;
}

.prod-left .tab-head li {
    display: inline-block;
    color: #333;
}

.prod-left .tab-head li a {
    padding: 10px;
    display: block;
    margin: 0 10px;
}

.prod-left .tab-head li a:hover,
.prod-left .tab-head li.on a {
    text-decoration: none;
    background: #f1f1f1;
    color: #00baff;
    border-radius: 5px;
    transition: background 0.3s linear,border 0.3s;
}


.prod-right .tab-panel,
.prod-left .tab-panel {
    border: solid 1px #b3d9e6;
    border-radius: 3px 3px 0px 0px;
    padding-top: 0px;
    background-color: #fff;
    margin-top: 20px;
}

.prod-right .tab-panel {
    margin-top: 0px;
}

.prod-right .tab-panel .tab-panel-title, .prod-left .tab-panel .tab-panel-title {
    background-color: #b3d9e6;
    padding: 9px 20px;
    color: #fff;
    font-size: 14px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 700;
}

.prod-left .tab-panel .tab-panel-title i {
    background: url(/Themes/StyleJotrin/img/product_down.png)no-repeat;
    cursor: pointer;
    position: absolute;
    width: 18px;
    height: 14px;
    right: 10px;
    top: 12px;
    display: block;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
}

.prod-left .tab-panel .tab-panel-title i.rotate {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.prod-right .tab-panel .tab-panel-content,
.prod-left .tab-panel .tab-panel-content {
    padding: 10px;
}

.prod-left .tab-panel .details {
    padding: 10px;
}

.prod-left .tab-panel .details img {
    max-width: 600px !important;
    width: 100%;
}

.prod-left .tab-panel .details ul li {
    list-style-type: initial;
    margin-left: 20px;
}

.tab-panel .tab-panel-content .tab-panel-ul {
    color: #666;
}

.tab-panel .tab-panel-content .tab-panel-ul li {
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
}

.tab-panel .tab-panel-content .tab-panel-ul li.lst-title {
    color: #666;
    line-height: 36px;
    border-top: 0;
}

.tab-panel .tab-panel-content .tab-panel-ul li span {
    height: 40px;
    line-height: 40px;
    display: inline-block;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tab-panel .tab-panel-content .tab-panel-ul li.lst-item {
    color: #333;
    line-height: 32px;
}

.tab-panel .tab-panel-content .tab-panel-ul li .r4,
.tab-panel .tab-panel-content .tab-panel-ul li .r3,
.tab-panel .tab-panel-content .tab-panel-ul li .r2,
.tab-panel .tab-panel-content .tab-panel-ul li .r1 {
    width: 25%;
}

.tab-panel .tab-panel-content .tab-panel-ul li .r1 a {
    color: #00baff;
}

.product-details .product-relate .tab-panel-content {
    padding: 0;
}

.tab-panel .tab-panel-content .related-ul {
    border: 1px solid #eee;
    margin: 10px;
}

.tab-panel .tab-panel-content .alter-ul li {
    border-bottom: 1px solid #ddd;
}

.tab-panel .tab-panel-content .related-ul li {
    border-top: 1px solid #eee;
    width: 100%;
}

.tab-panel .tab-panel-content .alter-ul li.lst-title {
    border-bottom: 2px solid #ddd;
}

.tab-panel .tab-panel-content .related-ul li.lst-title {
    background: #fbfbfb none repeat scroll 0 0;
}

.tab-panel .tab-panel-content .related-ul li:nth-child(2n-1) {
    background: #f9f9f9 none repeat scroll 0 0;
}

.tab-panel .tab-panel-content .alter-ul li .r1 {
    width: 30%;
}

.tab-panel .tab-panel-content .alter-ul li .r2 {
    width: 50%;
}

.tab-panel .tab-panel-content .alter-ul li .r3 {
    width: 20%;
}

.tab-panel .tab-panel-content .alter-ul li .r2 {
    text-align: center;
}

.tab-panel .tab-panel-content .related-ul li .r1 {
    width: 30%;
}

.tab-panel .tab-panel-content .related-ul li .r2 {
    width: 50%;
}

.tab-panel .tab-panel-content .related-ul li .r3 {
    width: 20%;
}

.tab-panel .tab-panel-content .related-ul li .button {
    background-color: #b3d9e6;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    margin-top: 5px;
    padding: 0 10px;
    border: 0;
    line-height: 26px;
    text-align: center;
    min-width: 60px;
    font-weight: normal;
    white-space: nowrap;
}

.tab-panel .tab-panel-content .related-ul li .button:hover {
    text-decoration: none;
}

.tab-panel .tab-panel-content .pack-ul {
    display: table;
    margin: auto;
}

.tab-panel .tab-panel-content .pack-ul li {
    width: 253px;
    display: inline-block;
    text-align: center;
    margin-left: 40px;
}

.tab-panel .tab-panel-content .pack-ul li:nth-child(3n-2) {
    margin-left: 0px;
}

.tab-panel .tab-panel-content .pack-ul li img {
    max-width: 220px;
    margin-bottom: 5px;
}

.tab-panel .tab-panel-content .pack-p {
    margin: 20px 0;
}

.prod-left .tab-panel-list .pack-img {
    margin-top: 20px;
}

.tab-panel .tab-panel-content .ship-payment-title {
    font-size: 16px;
    border-bottom: 2px solid #ccc;
    line-height: 20px;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.tab-panel .tab-panel-content .ship-payment-table {
    margin: 0;
    text-align: center;
}

.tab-panel .tab-panel-content .ship-payment-table li {
    border: 1px solid #e4e4e4;
    line-height: 30px;
    margin: 0 0 -1px -1px;
}

.tab-panel .tab-panel-content .ship-payment-table .logo {
    padding: 10px;
    display: flex;
    align-items: center;
    flex-flow: column nowrap;
    overflow: hidden;
}

.tab-panel .tab-panel-content .ship-payment-table .logo span {
    display: block;
}

.tab-panel .tab-panel-content .ship-payment-table .title {
    background-color: #f5f5f5;
    text-align: center;
}


.tab-panel .tab-panel-content .sale-title,
.tab-panel .tab-panel-content .sale-ul {
    margin: 30px;
}

.tab-panel .tab-panel-content .sale-ul li {
    display: inline-block;
    text-align: center;
    font-size: 12px;
    color: #666;
}

.tab-panel .tab-panel-content .sale-ul li .img {
    width: 100%;
    text-align: center;
    height: 50px;
}

.tab-panel .tab-panel-content .sale-ul li p {
    padding: 5px
}

.tab-panel .tab-panel-content .sale-title {
    min-height: 40px;
    background-color: #f8f8f8;
    border-radius: 20px;
    color: #666;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
}

.tab-panel .tab-panel-content .guarantees-content .title {
    margin-bottom: 15px;
}

.tab-panel .tab-panel-content .guarantees-content dl dt {
    font-weight: bold;
    margin-bottom: 5px;
}

.tab-panel .tab-panel-content .guarantees-content dl dd {
    margin-bottom: 10px;
}

.tab-panel .tab-panel-content .form-tb ul li {
    margin-bottom: 10px;
}

.prod-left .tab-panel .prod-img-tool {
    border: none;
    margin-bottom: 0px;
}

.prod-right .mfr-img {
    text-align: center;
    margin: 10px 0;
}

.prod-right .mfr-description {
    padding: 10px 0;
}

.prod-right .mfr-img .mfr-logo1 {
    max-width: 180px !important;
}

.prod-right .mfr-img .mfr-logo2 {
    margin-top: 20px;
    max-width: 100px;
    max-height: 50px;
}

.prod-right .mfr-img a {
    color: #00baff;
}

.prod-right .mfr-article {
    border-top: 1px solid #f7f7f7;
    margin: 20px 0;
}

.prod-right .mfr-article li {
    padding: 5px 0;
    word-break: break-all;
    text-overflow: ellipsis;
}

.prod-right .mfr-article li a {
    color: #666;
    text-decoration: none;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.prod-right .mfr-article li a:hover {
    color: #00baff;
    text-decoration: underline;
}

.prod-right .mfr-relate li {
    width: auto;
    border-bottom: dashed 1px #cccccc;
    padding-top: 10px;
    padding-bottom: 10px;
}

.prod-right .mfr-relate li .prod-list-pic {
    display: block;
    float: left;
}

.prod-right .mfr-relate li .prod-list-pic img {
    width: 100px;
    height: 100px;
}

.prod-right .mfr-relate li .prod-list-detail {
    line-height: 16px;
    color: #666;
    max-width: 250px;
    padding-top: 8px;
    padding-left: 8px;
    overflow: hidden;
}

.prod-right .mfr-relate li .prod-list-detail a {
    color: #00baff;
    word-break: normal;
    line-height: 16px;
    font-size: 12px;
    font-weight: 400;
}

.prod-right .mfr-relate li .prod-list-detail .description {
    word-break: break-all;
    line-height: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}

.prod-right .mfr-relate li .prod-list-pic img {
    width: 80px;
    height: 80px;
}

.mfr-img img {
    max-width: 100%;
}

.prod-content .prod-fixed {
    position: fixed;
    top: auto;
    bottom: 0px;
    animation-duration: 1s;
    animation-name: bounceInDown;
}

.prod-content .prod-absolute {
    position: absolute;
    top: auto;
    bottom: 0px;
    animation-duration: 1s;
    animation-name: bounceInDown;
}

.mb20 {
    margin-bottom: 20px;
}

.reviews-left li {
    text-align: center;
    margin: 25px 0;
}

.reviews-left .numbers {
    font-size: 24px;
}

.reviews-left .numbers span {
    color: #ff4800;
}

.reviews-stars-md span {
    width: 25px;
    height: 24px;
    margin: 1px;
    display: inline-block;
}

.reviews-stars-md .on {
    background-image: url(/Themes/StyleJotrin/img/star-full-md.png);
}

.reviews-stars-md .half {
    background-image: url(/Themes/StyleJotrin/img/star-half-md.png);
}

.reviews-stars-md .off {
    background-image: url(/Themes/StyleJotrin/img/star-empty-md.png);
}

.reviews-stars-sm span {
    width: 19px;
    height: 19px;
    display: inline-block;
}

.reviews-stars-sm .on {
    background-image: url(/Themes/StyleJotrin/img/star-full-sm.png);
}

.reviews-stars-sm .half {
    background-image: url(/Themes/StyleJotrin/img/star-half-sm.png);
}

.reviews-stars-sm .off {
    background-image: url(/Themes/StyleJotrin/img/star-empty-sm.png);
}

.reviews-right li {
    display: inline-flex;
    width: 100%;
    align-items: center;
}

.reviews-right li .five {
    margin-top: 10px;
    float: left;
}

.reviews-right li .proportion {
    width: 200px;
    margin: 15px 10px 0 10px;
    height: 5px;
    background-color: #E9E9E9;
    float: left;
    vertical-align: middle;
}

.reviews-right li .proportion b {
    background-color: #FF4747;
    display: block;
    height: 5px;
}

.reviews-right li .sj {
    margin-top: 10px;
    float: right;
}

.reviews-list {
    border-top: 2px solid #ccc;
    margin-top: 20px;
}

.reviews-list li {
    border-bottom: 1px solid #ccc;
    padding: 30px 0;
}

.reviews-list li:last-child {
    border-bottom: none;
}

.tab-panel-reviews .tab-panel-content .review-page {
    text-align: center;
    margin: 10px 0px;
    padding: 10px 0px;
    width: 100%;
    display: block;
}

.tab-panel-reviews .tab-panel-content .review-page a {
    color: #00baff;
    font-size: 16px;
    position: relative;
}

.tab-panel-reviews .tab-panel-content .review-page a i {
    background: url(/Themes/StyleJotrin/img/loadmore.png)no-repeat;
    width: 15px;
    height: 14px;
    display: inline-block;
    position: absolute;
    left: -20px;
    top: 0px;
    animation: jump 1s ease-in-out infinite;
}

@keyframes jump {
    0% {
        top: 0px;
        animation-timing-function: ease-in;
    }

    65% {
        top: 5px;
    }

    75% {
        top: 3px;
    }

    100% {
        top: 0px;
    }
}

.reviews-list .reviews-list-title {
    display: inline-flex;
    width: 100%;
    line-height: 22px;
}

.reviews-list .reviews-list-title .reviews-stars-sm {
    margin: 0 15px;
}

.reviews-list .reviews-list-content {
    font-size: 13px;
    margin: 10px 0 0 0;
    padding: 0;
}

.reviews-form .reviews-form-title {
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}

.reviews-form .reviews-form-input .ratings li span {
    cursor: pointer;
}

.reviews-form .reviews-form-input.opacity {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.reviews-form .reviews-form-input textarea {
    height: 80px;
    width: 100%;
    padding: 5px;
}

.reviews-form .reviews-form-input .ratings {
    font-size: 14px;
}

.reviews-form .reviews-form-input .ratings li {
    text-align: center;
    margin-bottom: 10px;
}

.reviews-form .reviews-form-input .ratings li:first-child {
    text-align: left;
}

.reviews-form-btn {
    margin: 20px 0;
    text-align: center;
}

.reviews-form-btn button {
    min-width: 150px;
}

.reviews-form-btn button.button-grey {
    background: #ccc;
}

.reviews-form-btn button:first-child {
    margin-left: 0px;
}

.reviews-form .reviews-form-btn button.disabled,
.reviews-form .reviews-form-input textarea.disabled,
.reviews-form .reviews-form-input .ratings.ratings-disabled span {
    cursor: no-drop;
}

.document-pdf li {
    font-weight: bold;
    width: 100%;
    margin: 10px 0 20px 0;
}

.document-pdf .pdf-left {
    float: left;
    color: #00baff;
    line-height: 28px;
}

.document-pdf .pdf-right {
    text-align: right;
    float: right;
    line-height: 28px;
}

.document-pdf .pdf-right a.button {
    height: 28px;
    background-color: #00baff;
    border: none;
    color: #fff;
    padding: 6px 20px;
    border-radius: 3px;
    text-decoration: none;
}

.document-resource {
    font-size: 14px;
}

.document-resource li {
    padding: 12px 0;
}

.document-resource li a,
.document-resource li a:hover {
    text-decoration: none;
    color: #666;
}

.document-resource li a span {
    color: #00baff;
    margin-left: 20px;
}

.document-resource .document-resource-title {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #A6A6A6;
    margin-bottom: 10px;
}

.hotsale .hotsale-content .pro-logo {
    width:50%;
    max-width: 100px;
    position: absolute;
    top: 0;
    right: 5px;
}


@media(max-width:576px) {
    .prod-intro .detail-buy .detail-cart {
        padding: 0 15px;
    }

    .prod-intro .detail-buy .detail-cart button:last-child {
        margin-left: 25px;
    }

    .prod-intro .detail-buy .detail-cart button {
        margin-bottom: 10px;
    }

    .prod-bulk .purchase .price-list {
        padding: 0;
    }

    .prod-left .tab-head li a {
        padding: 10px;
    }

    .prod-bulk .purchase li .btn-group,
    .reviews-form-btn,
    .prod-content .prod-right,
    .prod-right .mfr-article {
        margin: 10px 0;
    }

    .reviews-form-btn button {
        margin: 0;
        min-width: 100px;
    }

    .main-content .prod-left {
        height: auto !important;
        margin-top: 0;
    }

    .prod-left-panels .params li {
        display: block;
        line-height: 40px;
    }

    .prod-intro .detail-buy .detail-price dl dt {
        padding-left: 0;
    }

    .prod-intro .detail-buy .detail-price dl dd {
        border: 0;
    }

    .prod-intro .detail-buy .detail-price li {
        padding-right: 0;
    }

    .prod-intro .detail-buy .detail-price li:nth-child(even) {
        background: #fff;
    }

    .reviews-left li {
        margin: 10px 0;
    }

    .reviews-right li {
        width: auto;
    }

    .reviews-form .reviews-form-title,
    .reviews-form .reviews-form-input .ratings li:first-child,
    .reviews-form .reviews-form-input .ratings li,
    .prod-right .tab-panel .tab-panel-content, .prod-left .tab-panel {
        margin-bottom: 10px;
    }

    .tab-panel-reviews .reviews-form-btn {
        text-align: center;
    }

    .product-details .pd-dttails-fixed {
        display: flex;
    }

    .prod-intro .detail-title .add-wish-collect {
        display: none;
    }

    #frmProDetails input, #frmProDetails select, #frmProDetails textarea, #frmProDetails button {
        width: 100% !important;
    }

    .product-details .product-relate {
        padding: 0;
    }

    .prod-bulk .inquiry .inquiry-info .submit {
        margin: 0;
    }
}

/*Product Cart*/
.product-cart .cart-list h2 {
    font-size: 20px;
    color: #666;
    margin-bottom: 20px;
}

.product-cart .cart-list .title {
    padding: 0 15px;
    line-height: 40px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    display: block;
}

.product-cart .qty-minus {
    float: left;
    width: 30px;
    height: 30px;
    background-image: url(/Themes/StyleJotrin/img/products_details_icon.png);
    background-position: 1px 8px;
    background-color: #f6f6f6;
    border: 1px solid #999;
}

.product-cart .qty-text {
    width: 60px;
    float: left;
    border: 0;
    line-height: 28px;
    text-align: center;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
}

.product-cart .qty-add {
    float: left;
    width: 30px;
    height: 30px;
    background-image: url(/Themes/StyleJotrin/img/products_details_icon.png);
    background-position: -27px 8px;
    background-color: #f6f6f6;
    border: 1px solid #999;
}

.product-cart #frmCart .cart-list .products li {
    line-height: 30px;
    align-items: center;
    display: flex;
    border-bottom: 2px solid #f0f0f0;
    padding: 15px;
}

.product-cart #frmCart .cart-list .products .quantity {
    display: block;
}

.product-cart .cart-icon-del {
    cursor: pointer;
    display: inline-block;
    background-image: url(/Themes/StyleJotrin/img/acc_all.png);
    width: 23px;
    height: 23px;
    background-position: -40px 0;
    margin-left: 10px;
}

.product-cart #frmCart .cart-list .products {
    background-color: #fff;
    padding: 0 15px;
}

.product-cart .cart-list label input[type="checkbox"]:checked + span {
    background-position: -33px -53px;
}

.product-cart .cart-list label input[type="checkbox"] + span {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url(/Themes/StyleJotrin/img/products_details_icon.png);
    background-position: -75px -53px;
}

.product-cart .cart-list input[type="checkbox"] {
    -webkit-appearance: none;
    outline: none;
    display: none;
}

.product-cart .cart-list label {
    height: 20px;
    display: inline-block;
    cursor: pointer;
    margin-right: 10px;
}

.product-cart .cart-list-out li {
    float: left;
    margin-right: 100px;
    line-height: 20px;
    font-weight: bold;
    padding: 15px 0;
    font-size: 16px;
}

.product-cart .cart-list-out span {
    vertical-align: -4px;
}

.product-cart .cart-icon-all-del {
    display: inline-block;
    background-image: url(/Themes/StyleJotrin/img/products_details_icon.png);
    width: 14px;
    height: 14px;
    background-position: -4px -57px;
    position: relative;
    top: -3px;
}

.product-cart .cart-list-out li:last-child {
    float: right;
    margin-right: 56px;
    color: #f70e0e;
    font-size: 18px;
}

.product-cart .cart-list-out-button {
    float: right;
    border: 0;
    min-width: 160px;
    height: 40px;
    background-color: #ffa200;
    border-radius: 6px;
    margin: 15px 88px 30px 0;
    color: #fff;
    font-size: 16px;
}

.product-cart .cart-empty {
    text-align: center;
}

.product-cart .main-content {
    min-height: 50px;
}

.qiotation-login button {
    margin: 30px auto 20px;
    width: 200px;
    height: 40px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 6px;
    font-size: 24px;
    color: #fff;
}

.qiotation-login button:hover {
    background-color: #ffa200;
    border: 0;
}

.qiotation-login {
    width: 100%;
    height: 140px;
    background-color: #54d9ff;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.qiotation-login a {
    color: #fff;
    text-decoration: underline;
}

.public-prorb {
    display: none;
}

.product-cart .cart-list .mproductlist {
    display: none;
}

@media(max-width:576px) {

    .prod-img-info .prod-img-preview {
        max-width: 500px;
        max-height: 500px;
        padding: 10px !important;
    }

    .reviews-stars-sm .on {
        background-size: 100% 100%;
    }

    .cart-list-out,
    .product-cart .cart-list .title,
    .product-cart .cart-list .productlist {
        display: none;
    }

    .product-cart .cart-list .mproductlist {
        display: flex;
        border-bottom: 2px solid #f0f0f0;
    }

    .product-cart .cart-list .mproductlist a {
        line-height: 20px;
    }

    .product-cart #frmCart .cart-list .products li {
        line-height: 10px;
        display: block;
        padding: 10px 0;
        border: 0;
    }

    .contnt-prod-datas {
        float: right;
        padding-right: 10px;
    }

    .public-prorb {
        display: block;
        position: fixed;
        z-index: 9999;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .public-prorb-del {
        float: left;
        width: 40%;
        height: 60px;
        background: #999;
        border: 0;
        font-size: 18px;
        color: #fff;
        font-weight: bold;
    }

    .public-prorb-check {
        width: 60%;
        float: left;
        height: 60px;
        background: #f23f27;
        border: 0;
        font-size: 18px;
        color: #fff;
        padding: 10px 0;
        text-align: center;
    }

    .public-prorb-check span:nth-child(1) {
        font-size: 14px;
        font-weight: bold;
    }
}




/*Product SKey*/
.product-skey {
    background-color: #fff;
}

.product-skey .data-letter a {
    height: 26px;
    background-color: #fff;
    line-height: 24px;
    text-align: center;
}

.product-skey .data-letter a:hover, .product-skey .data-letter a.active {
    background-color: #00baff;
    color: #fff;
}

.product-skey .pro-skey {
    border: 1px solid #ddd;
    text-align: center;
}

.product-skey .pro-skey li {
    padding-top: 10px;
    padding-bottom: 10px;
}


@media (max-width: 992px) {


    .prod-intro {
        padding-left: 15px;
        padding-right: 15px;
    }

    .prod-detail {
        padding: 0;
    }

    .prod-bulk {
        padding: 10px;
        background-color: #f6f6f6;
    }
}

@media (max-width: 768px) {

    .prod-intro .detail-buy .detail-cart {
        padding-top: 0;
        padding-bottom: 10px;
        text-align: center;
    }

    #frmProDetails li {
        margin-bottom: 10px;
    }

    .prolist, .cart-list .title {
        display: none;
    }

    .reviews-right {
        text-align: center;
    }
}

@media(max-width: 576px) {
    .prod-right .tab-panel, .prod-left .tab-panel {
        margin-top: 10px;
    }

    .tab-panel .tab-panel-content .pack-ul li {
        margin: 0px;
        display: block;
    }

    .cates dt {
        margin: 0px;
    }


    .prod-left .tab-panel .prod-img-tool img {
        width: 100%;
    }

    .hotsale-banner {
        display: none;
    }
}


/* Product Compare */
.compare-content {
    overflow-x: auto;
    margin-top: 10px;
}

.compare-content h1 {
    line-height: 60px;
}

.compare-content .compare-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.compare-table tbody tr th,
.compare-table tbody tr td {
    border: 1px solid #ddd;
    text-align: center;
    padding: 10px 5px;
}

.compare-table tbody tr th {
    background: #f5f5f5;
    color: #555;
}

.compare-table tbody tr td {
    color: #777;
}

.compare-table tbody tr td .picture {
    position: relative;
    height: 240px;
}

.compare-table tbody tr td .picture a.close {
    position: absolute;
    right: 10px;
    top: 0px;
    width: 20px;
    height: 20px;
    background: url(/Themes/StyleJotrin/img/compare_details_close.png);
    cursor: pointer;
}

.compare-table tbody tr td .picture .picture-img {
    padding-top: 30px;
}

.compare-table tbody tr td .picture .picture-img img {
    width: 100px;
    height: 100px;
}

.compare-table tbody tr td .picture h3 {
    margin-top: 20px;
}

.compare-table tbody tr td .picture .btn-buy {
    min-width: 85px;
    height: 32px;
    line-height: 32px;
    background-color: #ffa200;
    border-radius: 3px;
    border: none;
    color: #fff;
    margin: 10px 0;
    padding: 0 10px;
    display: inline-block;
    font-weight: normal;
    white-space: nowrap;
}

.compare-table tbody tr td .picture .btn-buy:hover {
    text-decoration: none;
}

.compare-table tbody tr td .def {
    margin-top: 40px;
    height: 200px;
}

.compare-table tbody tr td .def .def-add {
    height: 80px;
}

.compare-table tbody tr td .def .def-add .icon-add {
    width: 80px;
    height: 80px;
    background: url(/Themes/StyleJotrin/img/compare_add.png) no-repeat 0 0;
    display: inline-block;
}

.compare-table tbody tr td .def .def-input {
    display: inline-block;
    height: 30px;
    margin: 0 auto;
    margin-top: 30px;
}

.compare-table tbody tr td .def .def-input input {
    width: 120px;
    height: 30px;
    line-height: 30px;
    border-radius: 3px 0px 0px 3px;
    border: solid 1px #00baff;
    float: left;
}

.compare-table tbody tr td .def .def-input button {
    width: 60px;
    height: 30px;
    background-color: #00baff;
    border-radius: 0px 3px 3px 0px;
    border: none;
    color: #fff;
}

.compare-table tbody tr th.head {
    background-color: #f2f2f2;
    padding-left: 40px;
}

.compare-table tbody tr.align-left td {
    text-align: left;
}

@media(max-width:576px) {
    .compare-table tbody tr td .def .def-input input {
        margin-bottom: 10px;
    }

    .compare-table tbody tr td .def .def-input button,
    .compare-table tbody tr td .picture .btn-buy {
        width: 100%;
    }
}


/*productDetail Upload*/

.product-details .uploadImage #uploadImageFile {
    display: none;
}

.product-details .uploadImage .inputButton {
    display: block;
    background: #FFA200;
    border: none;
    color: #fff;
    border-radius: 8px;
    outline: 0;
    width: 100%;
    text-align: center;
    min-height: 30px;
}

.product-details .uploadImage .inputButton:hover {
    background: #f4f4f4;
    color: #000;
}

.product-details .uploadImage .image {
    position: relative;
}

.product-details .uploadImage .delImage {
    position: absolute;
    top: -5px;
    right: -5px;
    font-size: 16px;
    background: #f0f0f0;
    color: #ccc;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}

.product-details .image-package img {
    cursor: pointer;
}

.product-details .bom-btn .icon-bom {
    width: 49px;
    height: 36px;
    vertical-align: -11px;
}

#imageCropper .tool {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
}

#imageCropper .tool button {
    height: 35px;
    width: 35px;
    outline: none;
    color: #fff;
    background: #00BAFF;
    font-size: 18px;
    font-weight: bold;
    border: none;
}

#imageCropper .tool button:hover {
    background: #B3D9E6;
}

