html,
body,
ul,
ol {
    padding: 0px;
    margin: 0px;
}


.m-container {
    max-width: 1084px;
}

.w-container {
    max-width: 1084px;
}

.m-container,
.w-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.clear-both {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}



.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-reight {
    text-align: right !important;
}

.col-3 {
    float: left;
    width: 32.333333333333%;
}

.col-6 {
    float: left;
    width: 49.888888888888%;
}

.pt-sm {
    padding-top: 20px;
}


.m-none {
    margin: 0px;
}

/* body {}
.m-container {background:#FFF;} */







#hNav {
    background: #eeeeee;
    height: 40px;
    font-size: 1.5rem;
}

#hNav,
#hNav a {
    color: #2f2f2f;
    text-decoration: none;
}

#hNav .fl,
#hNav .fr {
    padding-top: 8px;
}

#hNav .fl {
    padding-right: 10px;
}

#hNav .fr a,
#hNav .fr span {
    padding-left: 10px;
}

@media only screen and (max-width: 500px) {
    #hNav {
        display: none;
    }
}


#header {
    padding-top: 60px;
    padding-bottom: 20px;
}

#header .c-logo {
    padding-left: 0px;
}

#header .search {
    border: 5px #ad0000 solid;
    height: 50px;
}

#header .search .input {
    margin-right: 80px;
    height: 40px;
    padding: 2px 5px;
}

#header .search input {
    display: block;
    width: 100%;
    border: none;
    outline: none;
    height: 100%;
    font-size: 2rem;
}

#header .search .btn {
    float: right;
    width: 80px;
    height: 100%;
    line-height: 25px;
    background-color: #ad0000;
    border-radius: 0px;
    color: #FFF;
}

#header .search-history {
    padding: 10px 20px;
    display: flex;
}
#header .search-history a{
    margin: 0 2px;
}

#header .qq {
    padding-top: 5px;
    padding-right: 0px;
}

#header .qq img {
    width: auto;
}

#header .qq img,
#header .qq span {
    height: 40px;
    line-height: 40px;
    font-size: 2.5rem;
    color: #dc0000;
}

@media only screen and (max-width: 983px) {
    #header .qq img {
        display: none;
    }
}

@media only screen and (max-width: 879px) {
    #header .qq span {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 767px) {
    #header {
        padding-top: 10px;
        padding-bottom: 0px;
        position: relative;
    }

    #header .c-logo {
        padding: 0px 0px 10px 0px;
    }

    #header .col-sm-5 {
        padding: 0px;
    }

    #header .search-history {
        display: none;
    }

    #header .qq {
        position: absolute;
        top: 10px;
        right: 0px;
    }

    #header .b-clear-both {
        display: none;
    }
}

@media only screen and (max-width:460px) {
    #header .qq {
        top: -10px;
        padding-top: 0px;
        font-size: 1.2rem;
    }
}



#nav {
    background-color: #ad0000;
}

#nav .n-ul {
    list-style: none;
}

#nav .n-ul li {
    position: relative;
    display: inline-block;
    /*display: table-cell ;*/
    padding: 15px 20px;
    text-align: center;
    width: 130px;
    color: #FFF;
    font-size: 1.6rem;
}

#nav .n-ul li a {
    color: #fff;
    text-decoration: none;
}

#nav .n-ul li.all {
    cursor: pointer;
    width: 180px;
    background-color: #000000;
    text-align: left;
    padding-left: 30px;
}

#nav .n-ul li.all .icon {
    position: absolute;
    right: 23px;
    top: 22px;
}

#nav .n-ul li.all .icon.up {
    display: none;
}

#nav .n-ul li.all:hover>.chil-nav {
    display: none;
}

#nav .n-ul li .chil-nav {
    position: absolute;
    top: 50px;
    left: 0px;
    z-index: 9999;
    display: none;
}

#nav .n-ul li .chil-nav li {
    display: block;
}

#nav .n-ul li.all .chil-nav {
    background-color: #770202;
}

#nav .n-ul li.all .chil-nav li {
    background-color: #000000;
    width: 100%;
    padding: 0px;
}

#nav .n-ul li.all .chil-nav li a {
    width: 130px;
    display: block;
    padding: 15px 20px;
}

#nav .n-ul li.all .chil-nav li:hover {
    background-color: #7b7878;
}

#nav .n-ul li.active>.icon.up {
    display: block;
}

#nav .n-ul li.active>.icon.down {
    display: none;
}

#nav .n-ul li.active>.chil-nav {
    display: block !important;
}

#nav .n-ul li:hover {}

#nav .n-ul li:hover .chil-nav {
    display: block;
}

#nav .n-ul li .chil-nav {
    width: 100%;
    background-color: #ad0000;
}

#nav .n-ul li .chil-nav li {}

#nav .n-ul li .chil-nav li:hover {
    background-color: #770202;
}

@media only screen and (max-width: 767px) {
    #nav .n-ul li {
        width: auto;
        display: inline-block;
        padding: 10px 15px;
    }

    #nav .n-ul li a {
        font-size: 1.5rem;
    }

    /* #nav .n-ul li.all .text {display: none;} */
    #nav .n-ul li.all {
        width: auto;
    }

    #nav .n-ul li.all .icon {
        position: absolute;
        left: 8px;
        top: 15px;
    }
}





#banner {
    position: relative;
}

#banner img {
    width: 100%;
    padding: 0px;
    margin: 0px;
    height: auto;
    float: left;
}

#banner .text {
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #ffe974;
    position: absolute;
    background-image: url(https://www.99ttu.com/Content/images/banner-bg.png);
    bottom: 0px;
}

#banner .text span {
    padding: 0px 30px 0px 10px;
    font-size: 12pt;
}

#banner .text span:last-child {
    padding-right: 0px;
}





.slick-slider {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ""
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}


.mpHomeBannerWrap {
    position: relative;
}

.mpHomeAdList {
    height: 360px;
    position: relative;
    overflow: hidden;
    z-index: 99;
}

.mpHomeAdItem,
.mpHomeAdContent,
.mpHomeAdContent:hover {
    height: 100%;
    display: block;
    text-decoration: none;
}

.mpHomeAdContent {
    position: relative;
}

.mpHomeAdImage {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center top;
}

.mpHomeAdImage>img {
    margin: 0 auto;
    display: block;
    width: auto;
    height: 100%;
}

.mpHomeActionWrap {
    position: absolute;
    width: 1200px;
    height: 100%;
    left: 50%;
    margin-left: -600px;
    top: 0;
    z-index: 10;
}

.mpHomeActionLink {
    float: left;
    padding: 0;
    display: block;
    height: 112px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -56px;
}

.mpHomeActionLink,
.mpHomeActionLink:hover {
    text-decoration: none;
}

.mpHomeActionLink .mpHomeActionTitle,
.mpHomeActionLink:hover .mpHomeActionTitle {
    font-size: 34px;
    line-height: 48px;
    font-family: "Microsoft YaHei", Tahoma, sans-serif;
    color: #fff;
    text-decoration: none;
}

.mpHomeActionLink .mpHomeActionDesc,
.mpHomeActionLink:hover .mpHomeActionDesc {
    font-size: 45px;
    line-height: 63px;
    font-family: "Microsoft YaHei", Tahoma, sans-serif;
    color: #fff;
    text-decoration: none;
}

.mpHomeAdList .slick-prev,
.mpHomeAdList .slick-next {
    display: none !important;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 677;
    text-indent: -9999px;
    width: 160px;
    border: none;
}

.mpHomeAdList .slick-prev:focus,
.mpHomeAdList .slick-next:focus {
    outline: none;
}

.mpHomeAdList .slick-prev {
    left: 0;
}

.mpHomeAdList .slick-next {
    right: 0;
}

.mpHomeAdList .slick-list,
.mpHomeAdList .slick-track {
    height: 100%;
}

.mpHomeAdList .slick-dots {
    position: absolute;
    z-index: 677;
    bottom: 12px;
    left: 0;
    right: 0;
    text-align: center;
    list-style: none;
}

.mpHomeAdList .slick-dots li {
    display: inline-block;
}

.mpHomeAdList .slick-dots button {
    display: block;
    width: 14px;
    height: 14px;
    margin: 4px 8px;
    line-height: 1;
    font-size: 10px;
    border-radius: 100%;
    text-indent: -999px;
    overflow: hidden;
    background: transparent;
    border: 1px solid transparent;
    background-color: #34495e;
    cursor: pointer;
}

.mpHomeAdList .slick-dots li button:focus {
    outline: none;
}

.mpHomeAdList .slick-dots .slick-active button {
    background: #ff666b;
    width: 14px;
}





#footer {
    background: #000000;
    padding-top: 50px;
    padding-bottom: 20px;
}

#footer .friendly {
    text-align: center;
    color: #695b5b;
    padding: 0px 20px;
    border-bottom: 1px #FFF solid;
    max-width: 880px;
    padding-bottom: 30px;
}

#footer .friendly a,
#footer .f-nav a,
#footer .f-nav {
    color: #FFF;
}

#footer .friendly a,
#footer .friendly span,
#footer .f-nav a,

#footer .f-nav span {
    padding: 0px 10px;
}

#footer .copyright {
    text-align: center;
    color: #FFF;
    padding-top: 30px;
    padding-bottom: 10px;
}

#footer .f-nav {
    text-align: center;
}

#footer .f-you {
    text-align: center;
}

#footer .f-you a,
#footer .f-you {
    color: #000000;
}

@media only screen and (max-width: 767px) {

    #footer .friendly span,
    #footer .f-nav span {
        display: none;
    }
}



#locationMap {
    padding: 20px 0px;
}

#locationMap,
#locationMap a {
    color: #9b9b9b;
    font-size: 1.8rem;
}

#locationMap.line {
    border-bottom: 1px #000000 solid;
}

.c-content {
    background: #f8f8f8;
}

#bannerFooter {
    background-color: #eeeeee;
    padding: 10px 0px;
}

#bannerFooter .col-sm-3 {
    position: relative;
}

#bannerFooter .col-sm-3 div {
    height: 40px;
    position: relative;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
}

#bannerFooter .col-sm-3 img {
    height: 100%;
    width: auto;
    vertical-align: middle;
}

#bannerFooter .col-sm-3 span {
    position: absolute;
    bottom: 5px;
    font-size: 2rem;
    color: #b0b0b0;
    margin-left: 10px;
}

@media only screen and (max-width: 767px) {
    #bannerFooter .col-sm-3 div {
        height: 30px;
    }

    #bannerFooter .col-sm-3 span {
        font-size: 1.8rem;
        bottom: 0px;
    }
}

@media only screen and (max-width:350px) {
    #bannerFooter .col-sm-3 div {
        width: auto;
    }
}

.tab {
    border-bottom: 4px #a0a0a0 solid;
}

.tab a {
    position: relative;
    padding-top: 10px;
    padding-bottom: 15px;
    text-align: center;
    color: #a0a0a0;
    font-size: 2rem;
    text-decoration: none;
}

.tab a .line {
    position: relative;
    width: 88%;
    margin-left: auto;
    margin-right: auto;
    bottom: 0px;
    display: none;
}

.tab a.active {
    color: #ff0000;
}

.tab a.active .line {
    display: block;
}

.tab a .line .bl {
    border-bottom: 4px #ff0000 solid;
    position: absolute;
    bottom: -19px;
    z-index: 9;
    width: 100%;
}

.tab a .line .bl .bt {
    width: 0;
    height: 0;
    border-width: 0 8px 8px;
    border-style: solid;
    border-color: transparent transparent #ff0000;
    margin-left: auto;
    margin-right: auto;
}

#popularEvents {
    /* padding-bottom:20px; */
}

#popularEvents .product-container {}

@media only screen and (max-width: 767px) {
    #popularEvents .tab a {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 440px) {
    #popularEvents .tab a {
        font-size: 1.5rem;
    }
}

.product .product-key {
    position: absolute;
    top: 10px;
    left: 180px;
}

.product .product-key a {
    font-size: 1.8rem;
    color: #ad0000;
    padding: 0px 12px;
}

.product .product-key a:hover {
    color: #ff0000
}

@media only screen and (max-width: 767px) {
    .product .product-key {
        position: relative;
        left: 0px;
    }

    .product .product-key a {
        font-size: 1.5rem;
    }
}



.product-container {
    padding-top: 30px;
    padding-bottom: 30px;
}

.product-container .product-item {
    box-shadow: 0px 0px 20px #ccc;
    padding: 10px;
    margin-bottom: 30px;
    display: block;
    text-decoration: none;
}

.product-container .product-item img {
    width: 100%;
}

.product-container .col-sm-4 .product-item img {
    height: 300px;
}

.product-container .col-sm-3 .product-item img {
    height: 200px;
}

.product-container .col-sm-33 .product-item img {
    height: 243px;
}

.product-container .product-item h4 {
    font-weight: bold;
}

.product-container .product-item .money-container {
    font-size: 3rem;
    color: #ff666b;
    position: relative;
}

.product-container .product-item .money-container .cur-money {
    font-size: 2.6rem;
    color: #ff666b;
    position: relative;
}

.product-container .product-item .money-container .def-money {
    position: absolute;
    font-size: 1.5rem;
    bottom: 2px;
    right: -100px;
    width: 100px;
    text-align: right;
    color: #b0b0b0;
    text-decoration: line-through;
}

.product-container .product-item .menu-container {
    text-align: right;
}

.product-container .product-item .menu-container .buy-now {
    background-color: #ff666b;
    padding: 5px 10px;
    color: #FFF;
}

.product-container .product-item.active {
    box-shadow: 0px 0px 20px #999;
}


.product-container .col-2,
.product-container .col-sm-3 {
    padding: 0px 4px 0px 4px;
}

.product-container .col-sm-33 {
    padding: 0px 4px 0px 4px;
}

.product-container .col-2 .product-item img {
    /* height: 170px; */
}

.product-container .col-2 .product-item h4,
.product-container .col-sm-3 .product-item h4 {
    font-weight: normal;
    font-size: 1.6rem;
    height: 35px;
    overflow: hidden;
}

.product-container .col-sm-33 .product-item h4 {
    font-weight: normal;
    font-size: 1.6rem;
    height: 35px;
    overflow: hidden;
}

.product-container .col-2 .product-item .money-container,
.product-container .col-sm-3 .product-item .money-container {
    height: auto;
}

.product-container .col-sm-33 .product-item .money-container {
    height: auto;
}

.product-container .col-2 .product-item .money-container .cur-money,
.product-container .col-2 .product-item .money-container .def-money,
.product-container .col-sm-3 .product-item .money-container .cur-money,
.product-container .col-sm-3 .product-item .money-container .def-money {
    display: block;
    width: 100%;
    position: relative;
    left: 0px;
    text-align: center;
}

.product-container .col-sm-33 .product-item .money-container .cur-money,
.product-container .col-sm-33 .product-item .money-container .def-money {
    display: block;
    width: 100%;
    position: relative;
    left: 0px;
    text-align: center;
}

.product-container .col-2 .product-item .money-container .cur-money,
.product-container .col-sm-3 .product-item .money-container .cur-money {
    padding-bottom: 0px;
    font-size: 2rem;
}

.product-container .col-sm-33 .product-item .money-container .cur-money {
    padding-bottom: 0px;
    font-size: 2rem;
}

@media only screen and (min-width: 786px) {
    .product-container .col-2 {
        width: 25%;
        padding: 0px 2px 0px 2px;
    }

    /* .product-container .col-2 .product-item {box-shadow:none;padding:5px;margin-bottom:10px;border:1px #ccc solid;} */
    .product-container .col-2 .product-item {
        padding: 5px;
        margin-bottom: 10px;
        border: 1px #ccc solid;
    }

    .product-container .col-2 .product-item h4 {
        font-weight: normal;
    }
}

@media only screen and (max-width: 1060px) {
    .product-container .product-item .money-container {
        height: 80px;
    }

    .product-container .product-item .money-container .cur-money {
        padding-bottom: 20px;
    }

    .product-container .product-item .money-container .def-money {
        bottom: 0px;
        right: 0px;
        width: auto;
    }
}

@media only screen and (max-width: 767px) {
    .c-title {
        font-size: 1.8rem;
        padding: 0px 10px;
    }

    .product-container {
        padding-bottom: 10px;
    }

    /* .product-container .clear-both {display:none;}  */

    .product-container .col-sm-4 .product-item img {
        height: 250px;
    }

    .product-container .col-sm-3 .product-item img {
        height: 180px;
    }

    .product-container .col-sm-33 .product-item img {
        height: 180px;
    }
}

@media only screen and (max-width: 398px) {
    .product-container .col-xs-6 .product-item img {
        height: 153px;
    }

    .product-container .col-xs-6 .product-item {
        margin-bottom: 8px;
    }
}

#productContent {
    padding: 0px 0px 30px 0px;
}

#productContent .product-container {
    padding-top: 0px;
}

#productContent .product-container .product-item {
    padding: 5px;
    margin-bottom: 10px;
    border: 1px #ccc solid;
}

#productContent .col-2 .product-item {
    margin-bottom: 3px;
}

#productContent .clear-both {
    display: block;
}

#productContent .product-item {
    box-shadow: none;
}

#productContent .product-item.active {
    border: 1px #ff666b solid;
    box-shadow: none;
}

@media only screen and (max-width: 767px) {
    #productContent .col-2 {
        padding: 0px 3px 5px 3px;
    }
}



.lm-title {
    font-size: 2.2rem;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px #bfbfbf solid;
}

.left-container {
    padding-left: 0px;
}

.left-container .left-menu {
    border: 1px #bfbfbf solid;
    background-color: #FFF;
}

.left-container .left-menu .lm-title {
    text-align: center;
    margin: 0px;
}

.left-container .left-menu .left-menu-nav {
    border-top: 1px #bfbfbf solid;
    list-style: none;
    padding: 20px 0px;
}

.left-container .left-menu .left-menu-nav li {
    text-align: center;
    padding: 10px 0px;
    font-size: 1.8rem;
}

.left-container .left-menu .left-menu-nav li.active {
    background-color: #eeeeee;
}

.left-container .left-menu .left-menu-nav li a {
    color: #9b9b9b;
}

.right-container {
    background-color: #FFF;
}

@media only screen and (max-width: 767px) {
    .left-container {
        padding: 0px;
    }
}


.product-filter {
    padding: 0px 20px;
    height: 60px;
    line-height: 60px;
    border: 1px #bfbfbf solid;
    font-size: 1.6rem;
    position: relative;
}

.product-filter,
.product-filter .price a {
    color: #9b9b9b;
    cursor: pointer;
}

.product-filter .price a {
    padding: 0px 20px 0px 0px;
}

.product-filter .price a.active {
    color: #ff666b;
}

.product-filter .price-range {
    position: absolute;
    right: 30px;
    bottom: 0px;
}

.product-filter .price-range input {
    line-height: normal;
    width: 60px;
    height: 30px;
    border: 1px #bfbfbf solid;
    outline: none;
    text-align: center;
}

.product-filter .price-range a {
    padding: 5px;
    border: 1px #bfbfbf solid;
}

.product-filter .price-range a.active {
    color: #fff;
    background-color: #ff666b;
    border-color: #ff666b;
}


@media only screen and (max-width: 720px) {

    /* #productContent .product-filter .price {display: none;} */
    #productContent .product-filter {
        height: 110px;
        position: relative;
        border-bottom: none;
        border-right: none;
        border-left: none;
    }

    #productContent .product-filter .price {
        line-height: 35px;
        padding-top: 10px;
    }

    #productContent .product-filter .price-range {
        position: absolute;
        line-height: 35px;
        bottom: 1px;
        right: 3px;
        background-color: #FFF;
    }
}


.product-order {
    text-align: right;
    padding: 20px 0px;
}

.product-order span,
.product-order a {
    padding-right: 20px;
    color: #999999;
}

.product-order a.up {
    background-image: url(../image/icon-ordery-up.png);
    background-position-y: 0px;
}

.product-order a.down {
    background-image: url(../image/icon-ordery-down.png);
    background-position-y: 0px;
}

.product-order a.up.active {
    background-image: url(../image/icon-ordery-up-active.png);
    background-position-y: 0px;
}

.product-order a.down.active {
    background-image: url(../image/icon-ordery-down-active.png);
    background-position-y: 0px;
}

.product-order a {
    padding-right: 15px;
    text-decoration: none;
    position: relative;
    background-repeat: no-repeat;
    background-position-x: right;
    margin-right: 10px;
}

.product-order a .icon {
    position: absolute;
    top: 0px;
    right: 16px;
}

.product-order a.active {
    color: #ff666b;
}

@media only screen and (max-width: 440px) {
    #productContent .product-order span {
        display: none;
    }
}

.pager-container {
    text-align: center;
    padding: 8px 0px;
    list-style: none;
}

.pager-container li {
    display: inline;
    margin: 0 5px;
}
.pager-container .active a{
    background-color: #ad0000;
    color: #fff;
}

.pager-container a,
.pager-container span,
.pager-container .t-input {
    display: inline-block;
}

.pager-container a,
.pager-container span {
    padding: 5px 10px;
}

.pager-container .t-input {
    padding-top: 5px;
}

.pager-container .t-input input {
    width: 50px;
    text-align: center;
    outline: none;
}

.pager-container .t-input input,
.pager-container .submit {
    border: 1px #e6e6e6 solid;
}

.pager-container .submit {
    padding: 3px 5px;
}

.pager-container a {
    border: 1px #bfbfbf solid;
}

.pager-container a,
.pager-container span {
    color: #b8b8b8;
}

.pager-container a.active,
.pager-container a.pre.has,
.pager-container a.next.has {
    background-color: #ff666b;
    color: #FFF;
}




.d-product {
    padding: 0px 15px 0px 0px;
}

.d-product .product-info {
    color: #9b9b9b;
    height: 440px;
    background: #FFF;
    box-shadow: 0px 0px 20px #ccc;
    padding: 5px;
    border: 1px #b8b8b8 solid;
}

.d-product .product-info .product-pic {
    padding: 0px;
}

.d-product .product-info .product-pic .pic {
    width: 100%;
    height: 365px;
    padding: 0px 0px 10px 0px;
}

.d-product .product-info .product-pic .pic img {
    width: 100%;
    height: 100%;
}

.d-product .product-info .product-pic .pic-list {
    position: relative;
}

.d-product .product-info .product-pic .pic-list .left,
.d-product .product-info .product-pic .pic-list .right {
    position: absolute;
    top: 10px;
    cursor: pointer;
}

.d-product .product-info .product-pic .pic-list .right {
    right: 0px;
}

.d-product .product-info .product-pic ul {
    list-style: none;
    padding: 0px 20px;
    height: 50px;
}

.d-product .product-info .product-pic ul li {
    width: 19.9999%;
    padding: 2px;
    height: 100%;
    float: left;
}

.d-product .product-info .product-pic ul li img {
    width: 100%;
    height: 100%;
}

.d-product .product-info .product-pic ul li a {
    display: block;
    padding: 3px;
    border: 1px #a0a0a0 solid;
    width: 100%;
    height: 100%;
}

.d-product .product-info .product-pic ul li.active a {
    border-color: #ff0000;
}

.d-product .product-info .p-name {
    color: #000;
    border-bottom: 1px #ccc dashed;
    padding: 50px 0px 10px 0px;
}

.d-product .product-info p {
    padding: 10px 0px;
    position: relative;
}

.d-product .product-info p .money {
    position: absolute;
    font-size: 3rem;
    bottom: 5px;
    color: #ff0000;
    font-weight: bold;
}

.d-product .product-info .num {
    height: 30px;
}

.d-product .product-info .num span {
    padding: 5px 10px;
    cursor: pointer;
    border: 1px #b8b8b8 solid;
}

.d-product .product-info .num input {
    width: 60px;
    text-align: center;
    outline: none;
    border: 1px #b8b8b8 solid;
}

.d-product .product-info .amount {
    padding-bottom: 30px;
}

.d-product .product-info .amount span,
.d-product .product-info .amount input {
    float: left;
    height: 30px;
}

.d-product .product-info .amount span.a-label {
    float: left;
    height: 30px;
    line-height: 30px;
}

.d-product .product-info .menu {
    text-align: left;
    height: 80px;
}

.d-product .product-info .menu a {
    padding: 15px 40px;
    font-size: 2rem;
    background: #ad0000;
    width: 180px;
    text-align: center;
    color: #FFF;
    text-decoration: none;
}

@media only screen and (max-width: 767px) {
    .d-product {
        padding-right: 0px;
    }

    .d-product .product-info {
        height: auto;
    }

    .d-product .product-info .product-pic ul {
        height: 80px;
    }

    .d-product .product-info .product-pic .pic-list .left,
    .d-product .product-info .product-pic .pic-list .right {
        position: absolute;
        top: 25px;
    }

    .d-product .product-info .p-name {
        padding-top: 20px;
    }

    .d-product .product-info .amount {
        padding-bottom: 20px;
    }

    .d-product .product-info .menu {
        height: 40px;
    }
}

@media only screen and (max-width: 460px) {
    .d-product .product-info .product-pic ul {
        height: 50px;
    }

    .d-product .product-info .product-pic .pic-list .left,
    .d-product .product-info .product-pic .pic-list .right {
        position: absolute;
        top: 10px;
    }
}


.browse-record {
    padding-right: 5px;
}

.browse-record a {
    margin-bottom: 10px;
    display: block;
}

.browse-record a.col-sm-12 {
    padding: 10px;
}

.browse-record img {
    width: 100%;
    height: 120px;
}

@media only screen and (max-width: 767px) {
    .browse-record {
        padding-left: 0px;
    }

    .browse-record a.col-xs-4 {
        padding: 5px 5px;
    }
}




#topRanking {
    float: left;
}

#topRanking .left-menu {
    border: none;
}

#topRanking a {
    display: block;
    /* padding:10px 20px; */
}

#topRanking a img {
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 767px) {
    /* #topRanking .left-menu {display: none;}  */
}

.product-details-container {
    background: #FFF;
    padding-top: 20px;
}

.product-details-container .lm-title {
    background: #f8f8f8;
    border: 1px #bfbfbf solid;
    text-align: left !important;
    padding-left: 20px;
}

.product-details-container .product-details {
    float: right;
}

.product-details-container .product-details .lm-title {
    border-left-width: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
}

.product-details-container .product-details {
    padding-left: 0px;
    padding-right: 0px;
    border: 1px #bfbfbf solid;
}

.product-details-container .product-details .lm-title {
    position: relative;
}

.product-details-container .product-details .lm-title .line {
    width: 140px;
    height: 100%;
    border-top: 1px #ff0000 solid;
    border-right: 1px #bfbfbf solid;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
}

.product-details-container .product-details .details-content {
    padding: 10px;
}

.product-details-container .product-details .details-content img {
    width: 100% !important;
}

@media only screen and (max-width: 767px) {
    .product-details-container .product-details {
        width: 100%;
        float: left;
    }

    .product-details-container #topRanking {
        float: right;
        width: 100%;
        padding-top: 15px;
    }

    .product-details-container #topRanking .left-menu a {
        float: left;
        width: 33.333332%;
        /* padding:5px; */
    }
}


.c-banner img {
    width: 100%;
    height: auto;
}


.article-container {
    background: #FFF;
    padding-top: 30px;
}

.article-container .lm-title {
    padding-left: 20px;
    border: none;
    text-align: left !important;
}


.article-container .article-title {
    border-bottom: 1px #bfbfbf solid;
}

.article-container .article-content {
    padding: 10px;
}

@media only screen and (max-width: 767px) {
    .article-container hr {
        display: none;
    }
}

.product-container .a-sm-2 .product-item img {
    height: 243px;
}

.shouhot .product-item {
    box-shadow: 0px 0px 20px #ccc;
    padding: 4px;
    margin-bottom: 30px;
    display: block;
    text-decoration: none;
}

.shouhot .product-item img {
    width: 100%;
}

.shouhot .col-sm-4 .product-item img {
    height: 300px;
}

.shouhot .col-sm-3 .product-item img {
    height: 200px;
}

.shouhot .product-item h4 {
    font-weight: bold;
}

.shouhot .product-item .money-container {
    font-size: 3rem;
    color: #ff666b;
    position: relative;
}

.shouhot .product-item .money-container .cur-money {
    font-size: 2.6rem;
    color: #ff666b;
    position: relative;
}

.shouhot .product-item .money-container .def-money {
    position: absolute;
    font-size: 1.5rem;
    bottom: 2px;
    right: -100px;
    width: 100px;
    text-align: right;
    color: #b0b0b0;
    text-decoration: line-through;
}

.shouhot .product-item .menu-container {
    text-align: right;
}

.shouhot .product-item .menu-container .buy-now {
    background-color: #ff666b;
    padding: 5px 10px;
    color: #FFF;
}

.shouhot .product-item.active {
    box-shadow: 0px 0px 20px #999;
}


.shouhot .col-2,
.shouhot .col-sm-3 {
    padding: 0px 4px 0px 4px;
}

.shouhot .a-sm-2 {
    padding: 0px 4px 0px 4px;
}

.shouhot .col-2 .product-item h4,
.shouhot .col-sm-3 .product-item h4 {
    font-weight: normal;
    font-size: 1.6rem;
    height: 35px;
    overflow: hidden;
}

.shouhot .a-sm-2 .product-item h4 {
    font-weight: normal;
    font-size: 1.6rem;
    height: 35px;
    overflow: hidden;
}

.shouhot .col-2 .product-item .money-container,
.shouhot .col-sm-3 .product-item .money-container {
    height: auto;
}

.shouhot .a-sm-2 .product-item .money-container {
    height: auto;
}

.shouhot .col-2 .product-item .money-container .cur-money,
.shouhot .col-2 .product-item .money-container .def-money,
.shouhot .col-sm-3 .product-item .money-container .cur-money,
.shouhot .col-sm-3 .product-item .money-container .def-money {
    display: block;
    width: 100%;
    position: relative;
    left: 0px;
    text-align: center;
}

.shouhot .a-sm-2 .product-item .money-container .cur-money,
.shouhot .a-sm-2 .product-item .money-container .def-money {
    display: block;
    width: 100%;
    position: relative;
    left: 0px;
    text-align: center;
}

.shouhot .col-2 .product-item .money-container .cur-money,
.shouhot .col-sm-3 .product-item .money-container .cur-money {
    padding-bottom: 0px;
    font-size: 2rem;
}

.shouhot .a-sm-2 .product-item .money-container .cur-money {
    padding-bottom: 0px;
    font-size: 2rem;
}

@media only screen and (min-width: 786px) {
    .shouhot .col-2 {
        width: 25%;
        padding: 0px 2px 0px 2px;
    }

    .shouhot .col-2 .product-item {
        padding: 5px;
        margin-bottom: 10px;
        border: 1px #ccc solid;
    }

    .shouhot .col-2 .product-item h4 {
        font-weight: normal;
    }
}

@media only screen and (max-width: 1060px) {
    .shouhot .product-item .money-container {
        height: 80px;
    }

    .shouhot .product-item .money-container .cur-money {
        padding-bottom: 20px;
    }

    .shouhot .product-item .money-container .def-money {
        bottom: 0px;
        right: 0px;
        width: auto;
    }
}

@media only screen and (max-width: 767px) {
    .c-title {
        font-size: 1.8rem;
        padding: 0px 10px;
    }

    .shouhot .col-sm-4 .product-item img {
        height: 250px;
    }

    .shouhot .col-sm-3 .product-item img {
        height: 180px;
    }
}

@media only screen and (max-width: 398px) {
    .shouhot .a-xs-1 .product-item {
        margin-bottom: 8px;
    }
}