.accessory-main {
    display: none;
    z-index: 4;
    background-color: #DFE0E0;
    /*  height: 200px; */
    position: absolute;
    border-radius: 10px;
    border: #FF9800 solid 10px;
}

.accessory-main .arrow {
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 20px solid #FF9800;
    top: -20px;
    position: absolute;
}

.accessory-main .accessory-main-left {
    width: 100%;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    float: left;
    position: relative;
    padding: 10px 0;
}

.accessory-main .accessory-main-left .title {
    display: inline-block;
    z-index: 7;
    background-color: #DFE0E0;
    position: relative;
    padding: 0 20px;
}

.accessory-main .accessory-main-left hr {
    border-color: #000;
    position: absolute;
    z-index: 5;
    top: 7px;
    width: 99%;
    left: 0;
}

.accessory-warp {
    /*  height: 146px; */
    /*    width:760px; */
    /*   float: left */
}

.accessory-box {
    width: 90px;
    height: 146px;
    float: left;
    margin-right: 5px;
}

.accessory-box img {
    width: 100%;
    height: 100%;
}

.accessory-box .img-box {
    width: 90px;
    height: 90px;
    position: relative;
}

.accessory-box:hover {
    color: #000;
}

.accessory-box:hover .price {
    color: #ea5245;
}

.accessory-box .img-box .mask {
    background-color: #3b3d3e;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -moz-box-shadow: 0 0 3px rgba(40, 44, 46, 0.1) inset;
    -webkit-box-shadow: 0 0 3px rgba(40, 44, 46, 0.1) inset;
}

.accessory-box .img-box .info {
    width: 90px;
    height: 90px;
    z-index: 5;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    color: #fff;
    text-align: center;
    font-weight: 800;
    padding-top: 35px;
}

.accessory-box .accessory-info {
    text-align: center;
    padding-top: 5px;
    font-size: 12px;
    position: relative;
    height: 45px;
}

.accessory-box .accessory-info .price {
    text-align: center;
    padding-top: 5px;
    display: inline-block;
    font-weight: 700;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

.ProductList .ProductActionAdd {
    margin-bottom: 20px;
}

#HomeFeaturedProducts .ProductList li {
    padding-bottom: 0px;
    margin-bottom: 11px;
}

#HomeFeaturedProducts .ProductList .accessory-main {
    top: auto;
}
.slide-box ul {
    margin: 0;
    padding: 0
}

.slide-box {
    width: 670px;
    position: relative;
    height: 200px;
}

.slide-box .corner {
    clear: both;
    border-top: #333333 1px solid;
    display: block;
    overflow: hidden;
    height: 0;
    margin: 0 1px;
}

.main-img a img,
#HomeFeaturedProducts .ProductList .ProductImage img {
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    z-index: 1;
    transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
    -moz-transition-delay: 0s;
    -moz-transition-duration: 1s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    -o-transition-delay: 0s;
    -o-transition-duration: 1s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;
}

.main-img a:hover img,
.ProductList .ProductImage a:hover img {
    transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
}

.slide-box li a img {
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    z-index: 1;
    transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
    -moz-transition-delay: 0s;
    -moz-transition-duration: 1s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    -o-transition-delay: 0s;
    -o-transition-duration: 1s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;
}

.slide-box li a:hover img {
    transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
}

.slide-box .slide-content {
    background: #fff;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.slide-box .JQ-slide-content {
    position: absolute;
}

.slide-box .JQ-slide-nav a {
    display: block;
    z-index: 99;
    width: 37px;
    color: #333333;
    position: absolute;
    top: 16px;
    height: 65px;
    text-decoration: none;
}

.slide-box .JQ-slide-nav span {
    display: block;
    font: 700 53px arial;
    width: 37px;
    cursor: pointer;
    height: 63px;
    text-align: center;
}

.slide-box .JQ-slide-nav .corner {
    border-color: #4b4b4b;
}

.slide-box .JQ-slide-nav .prev {
    left: 0px;
}

.slide-box .JQ-slide-nav .next {
    right: 0px;
}

.slide-box .wrap {
    overflow: hidden;
    width: 589px;
    height: 178px;
    position: relative;
    margin-left: 31px;
}

.slide-box ul {
    width: 10000px;
}

.slide-box li {
    float: left;
    width: 150px;
    height: 181px;
    list-style: none;
}

.slide-box li .ac-name {
    text-align: center;
    color: #333333;
    width: 135px;
    font-size: 80%;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; 
    height: 45px;
    line-height: 15px;
}

.slide-box li .ac-img {
    border: 1px solid #ddd;
    width: 135px;
    height: 135px;
    overflow: hidden;
    font-size: 0;
}

.slide-box li a {
    text-decoration: none;
}

.slide-box li img {
    width: 100%;
}

.slide-box .JQ-slide-nav a:hover,
.slide-box .JQ-slide-nav a:hover span {
    color: #f43d1e;
}

.home-product-warp .main-img {
    height: 268px;
    width: 268px;
    border: 1px solid #ddd;
    float: left;
    border-radius: 3px;
    margin-right: 16px;
    position: relative;
    overflow: hidden;
}

.home-product-warp {
    padding-top: 10px;
}

.home-product-warp .main-img img {
    width: 100%
}

.home-product-warp .right {
    float: left
}

.home-product-warp .right .title {
    height: 70px;
}

.home-product-warp .right .title .text-area {
    width: 520px;
    float: left;
    font-size: 20px;
    /* padding-right: 50px; */
    padding-top: 8px;
}

.home-product-warp .right .title .button-area {
    width: 150px;
    float: left;
}

.home-product-warp .right .title .button-area .price {
    font-weight: 800;
    text-align: right;
    font-size: 16px;
}

.home-product-warp .right .title .button-area .buy-button {
    font-weight: 500;
    text-align: center;
    border-radius: 5px;
    padding: 6px 0;
    display: block;
    text-decoration: none;
    color: #fff;
    background-color: #000000;
    float: right;
    width: 100px;
}

.home-product-warp .right .title .button-area .buy-button:hover {
    background-color: #31a5e7;
}

.home-product-title .title-text {
    float: left;
    background-color: #FF6A00;
    height: 45px;
    line-height: 45px;
    min-width: 290px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 22px;
    padding-left: 10px;
}

.home-product-title {
    overflow: hidden;
    border-bottom: #FF6A00 3px solid;
    border-radius: 5px 0px 0px 5px;
}

.home-product-title .color-block {
    width: 0;
    height: 0;
    border-bottom: 46px solid #FF6A00;
    border-right: 45px solid transparent;
    float: left
}

.home-product {
    display: block;
    overflow: hidden;
    margin-bottom: 55px;
}

.home-product .mask {
    background-color: #3b3d3e;
    width: 100%;
    height: 20%;
    position: absolute;
    top: 30%;
    left: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -moz-box-shadow: 0 0 3px rgba(40, 44, 46, 0.1) inset;
    -webkit-box-shadow: 0 0 3px rgba(40, 44, 46, 0.1) inset;
    z-index: 1;
}

.home-product .info {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 35%;
    left: 0;
    z-index: 100;
    text-align: center;
    display: none;
    color: #fff;
}
.home-product .main-img .mask {
    top: 40%;
}
.home-product .main-img .info {
    font-size: 22px;
    top: 45%;
}