﻿body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    padding: 0;
    margin: 0;
}

body{
    overflow-x: hidden;
}

.container a:hover {
    text-decoration: none;
}

.content {
    zoom: 1;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    /*background :#fff;*/
}

    .content:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

.CollectionInfo {
    /*border-radius :5px 5px;*/
    background: #fff;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    float: left;
    display: inline;
    -webkit-transition: width 1s ease;
    -moz-transition: width 1s ease;
    -o-transition: width 1s ease;
    -ms-transition: width 1s ease;
    transition: width 1s ease;
}

.customized-buyBTN, .customized-shoppingCartBTN {
    background-color: #1D1B1B;
}

.ItemGroup {
    text-align: left;
    padding-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
    /*border-top: 1px solid #000;*/
    /*padding-top: 35px;*/
}

.smallImg {
    float: left;
    width: 560px;
    /*margin-top :150px;*/
    display: inline;
    -webkit-transition: width 1s ease;
    -moz-transition: width 1s ease;
    -o-transition: width 1s ease;
    -ms-transition: width 2s ease;
    transition: width 1s ease;
    background: #fff;
}

    .smallImg .type-box {
        margin-left: auto;
        margin-right: auto;
        overflow: auto;
    }



.TItem img {
    border-radius: 5px 5px 5px 5px;
    max-height: 150px;
    max-width: 150px;
}

.relateItem {
    overflow: auto;
}

.ItemType {
    margin-left: 10px;
    font-weight: bold;
}


#clt-desc {
    padding: 5px 5px 5px 5px;
    text-align: left;
}

    #clt-desc p {
        font-size: 13px;
        color: #808080;
    }

#return {
    height: 36px;
    width: 36px;
    background: url(/icons/iconfont-return.svg) no-repeat;
    background-size: 36px 36px;
    position: fixed;
    display: block;
    top: 80px;
}

.Price {
    color: #5d5d5d;
}

.searchbar {
    width: 180px;
    float: left;
    /*line-height :50px;*/
    height: 40px;
    text-align: center;
    padding: 12px 12px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}



.top-cate li {
    /*width:15%;*/
    margin: 0 10px 0 10px;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.top-cate div li {
    /*width:15%;*/
    margin: 0 10px 0 10px;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.top-cate a {
    color: #5d5d5d;
}

.top-cate div {
    margin-top: 5px;
    height: 40px;
    /*width:30px;*/
    cursor: Pointer;
}

@media only screen and (min-width: 1024px) {
    /*.logo img{
        position :fixed ;
        left:15%;
        height:50px;
    }*/
    .content {
        width: 1024px;
        margin: auto;
        text-align: center;
    }

    .CollectionInfo {
        width: 420px;
    }

    .smallImg {
        width: 560px;
        margin-top: 60px;
        margin-bottom: 70px;
        margin-left: 30px;
        margin-right: auto;
    }

        .smallImg img {
            width: 150px;
            /*height: 150px;*/
        }

    .CollectionInfo img {
        border-radius: 5px 5px 0 0;
        display: inline-block;
        height: auto;
        /*margin-top:0;*/
        width: 420px;
    }

    .TItem {
        width: 150px;
        float: left;
        margin: 10px 12px;
    }
}

.logo img {
    position: fixed;
    left: 0;
    height: 50px;
}

.top-cate {
    /*left:150px;*/
}

.top-cate {
    /*float :left;    
    text-align :center;*/
    line-height: 50px;
}

@media only screen and (min-width: 810px) and (max-width: 1024px) {

    /*.logo img{
        position :fixed ;
        left:10%;
        height:50px;
    }*/
    .logo img {
        margin-left: -5px;
    }

    .searchbar {
        width: 130px;
    }

    .smallImg {
        width: 50%;
        margin-top: 60px;
        margin-bottom: 70px;
        margin-left: 30px;
        margin-right: auto;
    }

        .smallImg img {
            width: 120px;
            height: 120px;
        }

    .CollectionInfo {
        width: 40%;
    }

        .CollectionInfo img {
            border-radius: 5px 5px 0 0;
            display: inline-block;
            height: auto;
            width: 100%;
        }

    .TItem {
        width: 150px;
        float: left;
        margin: 10px 5px;
    }
}

@media only screen and (min-width: 680px) and (max-width: 810px) {

    .searchbar {
        width: 150px;
    }

    .smallImg {
        width: 50%;
        margin-top: 60px;
        margin-bottom: 70px;
        margin-left: 30px;
        margin-right: auto;
    }

        .smallImg img {
            width: 100px;
            height: 100px;
        }

    .CollectionInfo {
        width: 40%;
    }

        .CollectionInfo img {
            border-radius: 5px 5px 0 0;
            display: inline-block;
            height: auto;
            width: 100%;
        }

    .TItem {
        width: 150px;
        float: left;
        margin: 10px 5px;
    }

    .top-cate li {
        margin: 0 5px 0 5px;
    }
}

@media only screen and (min-width: 420px) and (max-width: 680px) {
    .logo img {
        top: 8px;
        height: 36px;
        margin-left: -5px;
    }

    .searchbar {
        width: 108px;
    }

    .top-cate li {
        margin: 0 3px 0 1px;
    }

    .content {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .smallImg, .CollectionInfo {
        width: 420px;
        margin-top: 30px;
    }

    .CollectionInfo {
        margin-top: 60px;
    }

    .smallImg img {
        width: 150px;
        height: 150px;
        margin-left: auto;
        margin-right: auto;
    }

    .CollectionInfo img {
        border-radius: 5px 5px 0 0;
        display: inline-block;
        height: auto;
        width: 420px;
        margin-left: auto;
        margin-right: auto;
    }

    .TItem {
        width: 150px;
        float: left;
        margin: 5px 15px;
    }
}

@media only screen and (min-width: 240px) and (max-width: 420px) {
    .logo img {
        top: 14px;
        height: 24px;
        margin-left: -5px;
    }

    .searchbar {
        width: 72px;
    }

    .top-cate li {
        margin: 0 1px 0 1px;
    }

    .CollectionInfo {
        margin-top: 60px;
    }

    .smallImg {
        margin-top: 30px;
    }

    .smallImg, .CollectionInfo {
        width: 100%;
        /*margin-top :30px;*/
        margin-left: auto;
        margin-right: auto;
    }

        .CollectionInfo img {
            border-radius: 5px 5px 0 0;
            display: inline-block;
            height: auto;
            width: 100%;
        }

    .TItem {
        width: 150px;
        float: left;
        margin: 5px 5px;
    }
}

@media only screen and (max-width: 240px) {
    .logo img {
        top: 8px;
        height: 36px;
        margin-left: -5px;
    }

    .searchbar {
        width: 108px;
    }

    .top-cate li {
        margin: 0 5px 0 3px;
    }

    .CollectionInfo {
        margin-top: 60px;
    }

    .smallImg {
        margin-top: 30px;
    }

    .smallImg, .CollectionInfo {
        width: 240px;
        /*margin-top :30px;*/
        margin-left: auto;
        margin-right: auto;
    }

        .CollectionInfo img {
            border-radius: 5px 5px 0 0;
            display: inline-block;
            height: auto;
            width: 240px;
        }

        .smallImg img {
            width: 100px;
            height: 100px;
        }

    .TItem {
        width: 100px;
        float: left;
        margin: 5px 5px;
    }
}












/*Added for font purpose*/
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url("/fonts/montserrat-v21-latin-regular.eot");
    src: url("/fonts/montserrat-v21-latin-regular.woff") format('woff'), url("/fonts/montserrat-v21-latin-regular.woff2") format('woff2'), url("/fonts/montserrat-v21-latin-regular.ttf") format('truetype');
}


html, body {
    font-family: Montserrat, sans-serif;
    color: #191919;
    background: #ffffff;
    /*background: #ecedef;*/
    height: 100%;
    font-size: 13px;
    /*text-align:center;*/
}

body{
    font-weight: 500;
    letter-spacing: .2em;
    line-height: 1.65;
}


a {
    text-decoration: none;
    color: #999999;
}

.logo {
    position: fixed;
    height: 50px;
    z-index: 5;
    right: 0;
    top: 0;
    /*border-bottom :1px solid #dcdcdc;*/
    /*box-shadow: 0 0 6px #ccc;*/
}



.top {
    position: fixed;
    width: 100%;
    height: 50px;
    z-index: 4;
    right: 0;
    top: 0;
    background-color: #fff;
    border-bottom: 1px solid #dcdcdc;
    box-shadow: 0 0 6px #ccc;
    /*box-bottom-shadow: 0 0 6px #ccc;*/
}

.menuwrap {
    position: fixed;
    width: 100%;
    height: 50px;
    z-index: 4;
    right: 0;
    bottom: 0;
    background-color: #fff;
}

.MenuBar {
    position: relative;
    z-index: 3;
    border-bottom: 1px solid #dcdcdc;
    box-shadow: 0 0 6px #ccc;
    display: block;
    text-align: center;
}

.option, .option-current {
    height: 50px;
    width: 25%;
    float: left;
    position: relative;
    /*line-height :50px;*/
    /*border-right :1px solid #ccc;*/
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}





.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    zoom: 1;
}

.option a {
    width: 100%;
    height: 100%;
    font-size: 12px;
    color: #5d5d5d;
    font-weight: bold;
    text-align: center;
}

.option-current a {
    width: 100%;
    height: 100%;
    font-size: 12px;
    color: #e72669;
    font-weight: bold;
    text-align: center;
}

.bt-name div {
    width: 26px;
    height: 26px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
}

.option #home-pic {
    /*background :url(/icons/home.png) no-repeat;*/
    background: url(/icons/iconfont-home.svg);
    background-size: 26px 26px;
    display: block;
    width: 26px;
    height: 26px;
    /*background-size :50%;*/
    /*background-color :#e72669;*/
}

.kiwi {
    fill: #999999;
    width: 26px;
    height: 26px;
}

    .kiwi:hover {
        fill: #e72669;
    }

.option-current #home-pic {
    /*background :url(/icons/home_active.png) no-repeat;*/
    /*background-size :50%;*/
    background: url(/icons/iconfont-home-active.svg);
    background-size: 26px 26px;
    display: block;
    width: 26px;
    height: 26px;
}

.option #mall-pic {
    /*background :url(/icons/shop.png) no-repeat;*/
    /*background :url(/icons/iconfont-shop.svg) no-repeat;*/
    background: url(/icons/iconfont-shop.svg);
    background-size: 26px 26px;
    display: block;
    width: 26px;
    height: 26px;
}

.option-current #mall-pic {
    /*background :url(/icons/shop_active.png) no-repeat;*/
    background: url(/icons/iconfont-shop.svg);
    background-size: 26px 26px;
    display: block;
    width: 26px;
    height: 26px;
}

.option #category-pic {
    /*background :url(/icons/category.png) no-repeat;*/
    background: url(/icons/iconfont-category.svg);
    background-size: 26px 26px;
    display: block;
    width: 26px;
    height: 26px;
}

.option-current #category-pic {
    /*background :url(/icons/category_active.png) no-repeat;*/
    background: url(/icons/iconfont-category-active.svg);
    background-size: 26px 26px;
    display: block;
    width: 26px;
    height: 26px;
}

.option #user-pic {
    /*background :url(/icons/personal.png) no-repeat;*/
    background: url(/icons/iconfont-personal.svg);
    background-size: 26px 26px;
    display: block;
    width: 26px;
    height: 26px;
}

.option-current #user-pic {
    /*background :url(/icons/personal_active.png) no-repeat;*/
    background: url(/icons/iconfont-personal-active.svg);
    background-size: 26px 26px;
    display: block;
    width: 26px;
    height: 26px;
}

.option .active {
}


#search-navigator {
    background: url(/icons/search.png) no-repeat;
    /*width :26px;*/
    height: 26px;
    /*display :inline-block ;*/
    display: none;
    /*margin-top :10px;*/
    margin-left: auto;
    margin-right: auto;
    margin-top: 2px;
    background-size: 26px 26px;
    padding-left: 26px;
}




.selected a {
    /*position :relative ;*/
    color: #e72669;
    /*width:2.5em;
    height :3em;*/
    /*clear :both ;*/
}

.selected div {
    color: #e72669;
    border-bottom: 1px solid #e72669;
}

.item {
    background-color: #ffffff;
    width: auto;
    /*float :left;*/
    height: auto;
    /*border :1px #C0C0C0 solid ;*/
    /*box-shadow: 0 0 6px #ccc;*/
    /*border-radius :0 10px 0 10px;*/
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    /*font-family:STXihei ;*/
    color: #808080;
    text-decoration: none;
    /*align-content: center;*/
    padding: 5px;
    margin: 5px 0px 5px 0px;
    /*text-align: center;*/
    /*padding-bottom :5px;*/
}

    .item a, .carousel-cell a {
        text-decoration: none;
    }

        .item a:hover, .carousel-cell a:hover {
            text-decoration: none;
            font-weight: bold;
            color: #000;
        }

    /*Newly added*/
    .item .h-desc, {
        text-transform: uppercase;
        letter-spacing: .2em;

    }

.image_info {
    display: flex;
    margin: auto;
}

    .image_info a {
        margin: auto;
        height: 100%;
        max-width: 100%;
        display: inline-block;
        /*display: contents;*/
    }

    .image_info img {
        display: inline-block;
        max-width: 100%;
        max-height: 100%;
        margin-left: auto;
        margin-right: auto;
        border-radius: 5px 5px 0 0;
    }



.Description {
    padding: 5px 5px;
}

.fb-msg {
    min-height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0;
}

.fb-Pic img {
    display: inline-block;
    /* max-width: 150px; */
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.h-desc {
    margin: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
}

.description_info p {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-inline-box;
    display: -ms-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}


.price_info {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0px 5px;
    /*margin-bottom: 10px;*/
}

    .price_info div {
        text-align: center;
    }



.description_info, .price_info {
    display: inline-block;
}

@media screen and (min-width: 768px) {
    .image_info {
        height: auto;
    }
}

/*
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .image_info {
        height: 205px;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .image_info {
        height: 212px;
    }
}
*/

@media screen and (max-width: 768px) {
    .image_info {
        height: auto;
    }

    .item {
        height: auto;
    }



    .description_info p {
        -webkit-line-clamp: 3;
    }
}

.chain {
    background: url(/icons/iconfont-link.svg) no-repeat;
    background-size: 12px 12px;
    display: block;
    width: 12px;
    height: 12px;
}

.pager li > input {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}
/*.chain span{
    font-size :8px;
}*/


/*itemsInCollection*/






/*itemsInCollection*/

/*BuyPage*/

/*BuyPage*/

/*User*/
.opt-btn {
    min-width: 72px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background-color: #FE4E8E;
    color: #ffffff;
    /*font-family: STXihei;
  font-weight: bold;
  font-size: 14px;
      display: none;
  float: left;
  margin-top: 7px;

  border: 1px solid #DDDDDD;*/
    border-radius: 5px 5px 5px 5px;
    position: relative;
    margin: 0 auto;
    font-family: 微软雅黑;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
}

h2 {
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    margin-top: 0;
}

h3 {
    font-size: 14px;
}

.logbox {
    /*border :1px solid #000;*/
    height: 240px;
    line-height: 240px;
    width: 100%;
    background-image: url(/icons/bg.jpg);
    background-size: 100%,100%;
    /*margin-top :0px;*/
    padding-top: 50px;
    /*margin-top :50px;*/
    /*display :inline-block ;*/
    z-index: 2;
    text-align: center;
}

.logboxinner {
    /*top:50%;*/
    display: inline-block;
    width: 100%;
    /*margin-left :auto ;
    margin-right :auto ;*/
    z-index: 2;
    /*padding-top :50px;*/
}

.bgdiv {
    /*position :fixed ;*/
    top: 0;
    left: 0;
    right: 0;
    /*bottom:50px;*/
    z-index: -1;
    /*margin-bottom :50px;*/
    padding-bottom: 70px;
}

    .bgdiv img {
        height: 100%;
        width: 100%;
        border: 0;
        z-index: -1;
    }
/*User*/



.externalpage-header {
    width: 100%;
    background-color: #e72669;
    height: 50px;
}

.externalpage-content {
    width: 100%;
    background-color: #fff;
}

.externalpage-iframe {
    border: 0;
    width: 100%;
    overflow: auto;
    height: 100%;
}

.back {
    z-index: 2;
    height: 50px;
    width: 50px;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 50px;
}

    .back::after {
        content: '\21E6';
        color: #000;
        font-size: 28px;
        font-weight: bold;
    }

.textboxdiv {
    border-radius: 5px 5px;
    background-color: #f2f2f2;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    height: 30px;
    line-height: 30px;
    vertical-align: text-top;
    margin-top: 10px;
    font-size: 14px;
}



.boxwrapper {
    height: 50px;
    line-height: 50px;
    text-align: center;
    /*display :table-cell;*/
}

.menueLeft {
    background-color: #f2f2f2;
    width: 25%;
    float: left;
    top: 0;
    left: 0;
    box-sizing: border-box;
    height: 100%;
    position: fixed;
    overflow-y: auto;
    z-index: 1;
    /*z-index :1;*/
    /*position :fixed ;*/
}


.menueRight {
    background-color: #fff;
    width: 75%;
    /*float :right;*/
    top: 0;
    left: 25%;
    box-sizing: border-box;
    /*height :100%;*/
    position: absolute;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 60px;
    padding-bottom: 60px;
    /*z-index :3;*/
    /*z-index :1;*/
}

.menueLeft ul {
    list-style: none;
    text-align: center;
    /*width :100%;
    float :left;*/
}

    .menueLeft ul li {
        height: 80px;
        margin: 0px;
    }

.menueRight > div {
    width: 49%;
    float: left;
    /*margin :5px 5px;*/
    padding: 5px 5px;
    box-sizing: border-box;
}

.menulist {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    background-color: #f2f2f2;
    /* z-index :2;
    position :relative ;
    overflow :scroll ;*/
}

    .menulist div {
        width: 100%;
        height: 50px;
        line-height: 50px;
        display: block;
        color: #5d5d5d;
        text-align: center;
        /*vertical-align :central ;*/
    }

.cate-selected {
    background-color: #fff;
}

.wrapperbox {
    padding-top: 50px;
}

.boxdiv {
    /*background-color :#fff;*/
    /*width:500px;
    height :600px;*/
    margin-left: 20px;
    margin-right: 20px;
    /*border :1px solid #000;*/
    padding-top: 40px;
    margin-top: 20px;
}

@media screen and (min-width: 600px) {
    .boxdiv {
        width: 350px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 60px;
    }
}

.textbox {
    width: 100%;
    height: 30px;
    /*border-radius :5px 5px 5px 5px;*/
    font-family: 微软雅黑;
    /*color :#e4e4e4;*/
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    line-height: 30px;
    border: 0px;
    /*box-shadow: 0 0 8px #ccc;*/
    /*background-color :#fff;*/
    /*padding-left :10px;*/
    text-indent: 10px;
    border-bottom: 1px solid #dcdcdc;
    background: none;
}

    .textbox:focus {
        background-color: none;
        box-shadow: none;
        -webkit-box-shadow: none;
    }

    .textbox:-webkit-autofill {
        background-color: none;
    }

.btndiv {
    width: 100%;
    /*border-radius: 4px 4px;*/
    text-align: center;
    color: #fff;
    background-color: #000000;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    font-family: 微软雅黑;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: 6px 12px;
    box-shadow: none;
    -webkit-box-shadow: none;
}

    .btndiv:focus {
        background-color: #02336E;
        box-shadow: none;
        -webkit-box-shadow: none;
    }

.message {
    /*display :none ;*/
    color: red;
    position: absolute;
    top: 45%;
    left: 45%;
    font-family: 微软雅黑;
    background-color: #000;
    border-radius: 5px 5px;
    height: 30px;
    z-index: 2;
    /*width:120px;*/
    /*opacity :0;*/
    padding-left: 5px;
    padding-right: 5px;
    color: #fff;
    font-size: 12px;
    line-height: 30px;
    opacity: 0;
}



.step-active {
    height: 100%;
    background-color: #FE4E8E;
    line-height: 30px;
    text-align: center;
    color: #fff;
    width: 33.333%;
}

.step-inactive {
    height: 100%;
    background-color: #e0e0e0;
    line-height: 30px;
    text-align: center;
    width: 33.333%;
}

.step-now {
    height: 24px;
    width: 40px;
    background-size: 40px 24px;
    background: url(/icons/arrow_pg.svg);
}

.step-next {
    height: 40px;
    width: 40px;
    background-size: 40px 40px;
    background: url(/icons/arrow_gray.svg);
}

.step-bar {
    width: 100%;
    height: 30px;
    position: absolute;
    overflow: hidden;
    margin-top: 20px;
}

    .step-bar div {
        /*margin-top :20px;*/
        float: left;
        box-sizing: border-box;
    }

.tips {
    font-size: 12px;
    margin-top: 10px;
}

.loginoption {
    width: 100%;
    margin-top: 15px;
}

.optionlinks {
    width: 50%;
    box-sizing: border-box;
    float: left;
    height: 25px;
    text-align: center;
    line-height: 25px;
    color: #02336E;
    font-family: 微软雅黑;
}


.cateItem {
    width: 33.33%;
    min-height: 90px;
    float: left;
    text-align: center;
}

    .cateItem img {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        height: 100%;
    }

    .cateItem p {
        margin: 0;
        font-size: 10px;
    }

        .cateItem p:nth-child(3) {
            font-size: 8px;
        }

.itemInCate {
    /*width:50%;*/
    min-height: 90px;
    float: left;
    text-align: center;
    border-radius: 5px;
}

    .itemInCate img {
        border-radius: 5px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        height: 100%;
        /*width:120px;
    height :120px;*/
    }

    .itemInCate p {
        margin: 0;
        font-size: 10px;
    }

.uploader {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
}

    .uploader .usericon {
        width: 30px;
        height: 30px;
        border-radius: 30px;
        background-color: #ccc;
        float: left;
        margin-top: 5px;
        margin-left: 20px;
        background-image: url(/icons/profile.png);
        background-size: 30px 30px;
        /*background :#ccc url(/icons/profile.png)*/
    }

    .uploader .usertxt {
        float: left;
        height: 30px;
        margin-top: 5px;
        margin-left: 10px;
        font-size: 10px;
        padding-top: 0;
    }

        .uploader .usertxt div {
            padding: 0;
            margin: 0;
            height: 15px;
            box-sizing: border-box;
        }

        .uploader .usertxt p {
            padding: 0;
            margin: 0;
            height: 100%;
            box-sizing: border-box;
        }

        .uploader .usertxt div:nth-child(1) {
            color: #FE4E8E;
            font-size: 12px;
        }

.userinfobar {
    width: 100%;
    /*margin-top :240px;*/
}

.optionbar {
    height: 40px;
    background-color: #fff;
    margin-top: 10px;
    line-height: 40px;
    text-indent: 40px;
}

    .optionbar:after {
        content: '>';
        line-height: 40px;
        font-weight: bold;
        /*right:0;*/
        float: right;
        margin-right: 20px;
        color: #999999;
    }

.textcenterbar {
    text-align: center;
    height: 40px;
    background-color: #fff;
    margin-top: 10px;
    line-height: 40px;
}

#trans {
    height: 80px;
    margin-top: 0px;
}

    #trans:after {
        content: none;
    }

/*.search-navigator{
    background :url(/icons/iconfont-search.svg) no-repeat 
}*/

#dataloading {
    width: 32px;
    height: 32px;
    position: absolute;
    z-index: 4;
    left: 49%;
    top: 50%;
    background-image: url(../icons/loadingdata.gif);
}

#like {
    height: 40px;
    width: 80px;
    position: relative;
    float: right;
    right: 0;
    top: -400px;
    background-color: rgba(0,0,0,.8);
    line-height: 40px;
    border-radius: 5px 0 0 5px;
    color: #fff;
    cursor: pointer;
}

    #like::before {
        content: '\2764';
        color: #fff;
        font-size: 26px;
        font-weight: bold;
    }

    #like.special::before {
        color: #FF8870;
    }

.editionbox {
    width: 100%;
    height: 200px;
}

.xcConfirm .pop-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #666666;
    opacity: 0.5;
    z-index: 4;
}

.xcConfirm .popBox {
    position: fixed;
    top: 50%;
    left: 50%;
    background-color: #fff;
    z-index: 5;
    height: 100px;
    width: 280px;
    margin-left: -140px;
    margin-top: -50px;
    border-radius: 5px;
}

.popBox .btnBox > div {
    float: left;
    width: 100px;
    height: 40px;
    border-radius: 5px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    box-sizing: border-box;
    border: 1px solid transparent;
}

.popBox .btnBox {
    margin-left: auto;
    margin-right: auto;
    width: 230px;
}

.popBox p {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
}

.popBox .btnBox :nth-child(1) {
    background-color: #dcdcdc;
    /*color:;*/
}

.popBox .btnBox :nth-child(2) {
    background-color: #FE4E8E;
    color: #fff;
    margin-left: 30px;
}

.xcConfirm {
    display: none;
}
/***mycollection**/
.topBox {
    width: 100%;
    z-index: 99999;
}

    .topBox .top2 {
        position: fixed;
        width: 100%;
        height: 50px;
        z-index: 4;
        right: 0;
        top: 0;
        background-color: #fff;
        border-bottom: 1px solid #dcdcdc;
        /*box-shadow: 0 0 6px #ccc;*/
    }

.collectionmenu {
    height: 60px;
    width: 100%;
    background-color: #fff;
    top: 50px;
    position: fixed;
    left: 0;
    z-index: 2;
}

    .collectionmenu ul {
        /*float :left;*/
        width: 100%;
        height: 100%;
        float: none;
        margin: 0;
        padding: 0;
    }

        .collectionmenu ul li {
            float: left;
            list-style-type: none;
            width: 33.33%;
            box-sizing: border-box;
        }

li {
    list-style-type: none;
}

.collectionmenu ul li div {
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 60px;
    margin-left: auto;
    margin-right: auto;
}

.mc-selected {
    color: #FE4E8E;
}

    .mc-selected div:nth-child(2) {
        border-bottom: 2px solid #FE4E8E;
    }

#infscr-loading {
    bottom: -20px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    text-align: center;
    height: 32px;
    line-height: 32px;
    z-index: 100;
    width: 100%;
}

.detailfooter {
    bottom: 0px;
    width: 100%;
    height: 50px;
    padding-top: 20px;
}

.mainfooter {
    position: fixed;
    bottom: 0px;
    left: 70%;
    width: 30%;
    height: 30px;
}

.pcfooter {
    /*position: fixed;
    bottom: 0px;
    right: 0;
    min-width: 100px;
    height: 30px;
    background-color: #ecedef;
    vertical-align: central;
    padding-top: 8px;
    padding-left: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    height: 30px;
    z-index: 1;
    max-width: 80%;*/
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    margin: 30px auto;
    background-color: #FFF;
}


/*#page a {
    color: #000;
}*/


.footer_description {
    margin-bottom: 30px;
}
/*分类的多级菜单的样式*/
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu:hover {
        background: #e2e1e1;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
}

#shop li {
    width: auto;
    float: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}




.circle-img-style {
    width: 200px;
    height: 200px;
    border-radius: 80%;
}

.product-item {
    display: block;
    padding: 20px;
    /*width: 22%;*/
}


.list-small-title {
    color: rgb(2,86,186);
    font-size: 20px;
    font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase;
    margin: 15px;
}

.product-img-style {
    width: 228px;
    border: none;
    display: block;
}

.product-name {
    color: rgb(86,119,158);
    font-size: 15px;
    font-weight: bold;
}

.product-currency {
    color: rgb(215,77,34);
    font-size: 15px;
    font-weight: bold;
}

.button {
    border: .14285714rem solid rgb(2,51,110);
    background-color: rgb(2,51,110);
    color: #fff;
    padding: .64285714rem .57142857rem .57142857rem .71428571rem;
    margin: 0.5rem;
    font-size: .85714286em;
    line-height: 2;
    display: inline-block;
    transition: background-color .25s ease-in-out,border-color .25s ease-in-out;
    letter-spacing: .16071429rem;
    min-height: 3.14285714rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: normal;
    cursor: pointer;
    border-radius: 0;
    position: relative;
}

    .button:hover {
        border: .14285714rem solid rgb(69,96,130);
        background-color: rgb(69,96,130);
        color: #fff;
    }



.Information_Breadcrumb {
    padding: 20px 0px;
    display: flex;
}

    .Information_Breadcrumb ul li {
        float: left;
        font-size: 0.8rem;
    }

    .Information_Breadcrumb a:link, .Information_Breadcrumb a:visited {
        text-decoration: none;
        color: #000000;
        font-size: medium;
    }

    .Information_Breadcrumb a:hover {
        color: #000000;
        font-weight: bold;
    }


.brand_div {
    float: left;
    padding: 0px;
    border: 1px solid #DDD;
    width: 14.28%;
}

.brand_more {
    font-size: small;
}


.menu_store_div {
    display: flow-root;
}


    .menu_store_div > ul > li > a {
        color: rgb(2,51,110);
        font-size: 15px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

@media (max-width: 1200px) {
    .brand_div {
        width: 20%;
    }
}


@media (max-width: 992px) {
    .brand_div {
        width: 25%;
    }
}


@media (max-width: 667px) {
    .brand_div {
        width: 33.33%;
    }
}


@media (max-width: 498px) {
    .brand_div {
        width: 50%;
    }
}


@media (max-width: 498px) {
    .brand_menu {
        display: none;
    }
}



#userinfo {
    height: 30px;
    width: 120px;
    position: absolute;
    float: right;
    right: 0;
    top: 20px;
    line-height: 30px;
    border-radius: 5px 0 0 5px;
    background-color: #FFF;
    color: #000;
    z-index: 5;
}

#LangDDL {
    height: 20px;
    width: 80px;
    position: absolute;
    float: right;
    right: 0;
    top: 0px;
    line-height: 30px;
    z-index: 5;
}

#CurrencyDDL {
    height: 20px;
    min-width: 60px;
    position: absolute;
    float: right;
    right: 80px;
    top: 0px;
    line-height: 30px;
    z-index: 5;
}

.dropdown-menu {
    min-width: 60px;
}

.navbar {
    background-color: white;
}

.flex-box {
    display: -webkit-flex; /* Safari */
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 20px;
}

.flex-box-xs {
    display: -webkit-flex; /* Safari */
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 20px;
}

.container-xs {
    padding-left: 15px;
    padding-right: 15px;
}

.category-container {
    /*background-color: rgb(0,171,199);*/
    background-color: rgb(0,0,0);
    font-size: 20px;
}

    .category-container a:hover {
        text-decoration: none;
        /*cursor:pointer;*/
    }

    .category-container > ul {
        /*width: 80%;*/
        display: -webkit-flex; /* Safari */
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

.the-bottom-white {
    background: rgb(233,240,246);
}

.the-bottom-blue {
    /*background: rgb(0,171,199);*/
    background: rgb(233,240,246);
    position: relative;
    bottom: 20px;
}

.the-bottom-blue-xs {
    /*background: rgb(0,171,199);*/
    background: #FFFFFF;
    position: relative;
    bottom: 20px;
}

.ui-list__name {
    color: #FFF;
    font-size: 16PX;
    font-weight: bold;
    margin-bottom: 10px;
}

.ui-list__item a, .ui-list__item p {
    /*color: #FFF;*/
    color: #5D5D5D;
}


.navbar-default .navbar-nav > li > span > a {
    color: #777;
}

.navbar-default {
    border: none;
}

.category-container > ul > li > a {
    font-size: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.BTNinNav {
    background: #FFFFFF;
    border: none;
    color: #333;
    font-weight: 400;
    padding: 3px 20px;
    width: 100%;
    text-align: left;
}

.reasonable_subscribe {
    width: 300px;
}

/*
.footer_panel {
    margin: 50px auto;
    position: relative;
    left: 100px;
}*/

.footer_visible_panel {
    margin-top: 50px;
}

@media (max-width: 768px) {
    .BTNinNav {
        color: #777;
        padding: 5px 15px 5px 25px;
    }

    .reasonable_subscribe {
        width: 270px;
        max-width: 300px;
    }

    .footer_panel {
        left: auto;
        margin: 30px auto;
        padding-left: 50px;
    }


    .footer_visible_panel {
        margin-top: 0px;
    }



    .flex-box-xs {
        margin-top: 0px;
    }

    .container-xs {
        padding-left: 0px;
        padding-right: 0px;
    }


    .the-bottom-blue-xs {
        bottom: 0px;
    }
}

@media (max-width: 400px) {
    .reasonable_subscribe {
        width: 220px;
        max-width: 300px;
    }
}

.navbar_logo_span {
    display: inline-flex;
}

.store_name_title {
    color: #000000;
    font-family: 'Muli', sans-serif;
    margin: auto 5px;
    font-weight: bold;
    font-size: 24px;
}

.logo_image {
    /*display: block;*/
    max-height: 10vh;
}

.categories_nav {
}

.default_button {
    padding: 10px 20px;
    color: #FFF;
    background: rgb(2,51,110);
}

    .default_button:hover {
        color: #FFF;
        /*
            font-weight: bold;
        */
    }



/*Popup Subscription Form*/

.popup_subscription_background, .popup_error_message_background {
    display: block;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: rgb(119, 119, 119);
    z-index: 1001;
    opacity: 0.8;
}

.popup_subscription_container, .popup_error_message_container {
    display: block;
    position: fixed;
    padding-top: 20px;
    top: 15%;
    left: auto;
    width: 100%;
    height: 80%;
    z-index: 1002;
    overflow: auto;
}

.popup_subscription_div, .popup_error_message_div {
    max-width: 415px;
    background-color: #fff;
    border: 0px;
    position: relative;
    margin: 0 auto;
    width: 60%;
}

.popup_subscription_close_button, .popup_error_message_close_button {
    width: 30px;
    height: 30px;
    float: right;
    position: absolute;
    top: -15px;
    right: -15px;
    z-index: 10000;
    margin-top: 10px;
    cursor: pointer;
    background: url(http://app.rspread.com/Images/fancybox.png) -40px 0px;
    display: block;
}


.popup_subscription_form {
    min-height: 85px;
    text-align: center;
    padding-top: 10px;
    background-color: #FFFFFF;
}

.popup_subscription_table, .popup_error_message_table {
    width: 100%;
    min-height: 192px;
    background-color: #FFFFFF;
    border: 0px;
}

.popup_subscription_table_td {
    border-radius: 6px 6px 6px 6px;
    border: 1px #FFFFFF solid;
    border-collapse: collapse;
}

.popup_subscription_sub_table {
    width: 100%;
}

.popup_subscription_title {
    font-family: tahoma, arial, helvetica, sans-serif;
    font-size: 19px;
    font-weight: bold;
    color: #333333;
    line-height: 60px;
}


.popup_subscription_email_input {
    width: 80% !important;
}

.popup_subscription_submit_button {
    font-size: 20px;
    font-family: tahoma, arial, helvetica, sans-serif;
    width: 80% !important;
}

.display_none {
    display: none;
}

.popup_message {
    display: none;
    padding-bottom: 15px;
    width: 100%;
    text-align: center;
}

.popup_message_label {
    font-family: tahoma, arial, helvetica, sans-serif;
    font-size: 16px;
    color: #1A75BB;
    margin-top: 20px;
    margin-left: 10%;
    margin-right: 10%;
}

.popup_error_message_label {
    font-family: tahoma, arial, helvetica, sans-serif;
    font-size: 14px;
    color: red;
    margin: auto 10%;
}

.popup_subscription_footer {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 10%;
    margin-left: auto;
}

.popup_subscription_footer_powerby {
}

.popup_subscription_footer_powerby_label {
    font-family: tahoma, arial, helvetica, sans-serif;
    font-size: 12px;
    color: #25A9E0;
}

    .popup_subscription_footer_powerby_label a {
        color: #02336E;
    }
