/* 通用基础信息 */

* {
    font-family: Arial;
    margin: 0px;
    padding: 0px;
    font-size: 16px;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

table {
    border-collapse: collapse;
}

header,
section,
footer,
aside,
nav,
article,
figure {
    display: block;
}

body {
    min-width: 1400px;
}


/* 面包屑导航条 */

.breadcrumbs {
    width: 100%;
    margin: 20px auto;
    height: 30px;
}

.breadcrumbs .b-left {
    font-weight: 700;
    font-size: 22px;
    width: 15%;
    float: left;
    line-height: 30px;
    border-bottom: 2px solid #1976BB;
}

.breadcrumbs .b-right {
    font-size: 16px;
    float: left;
    width: 85%;
    text-align: right;
    line-height: 30px;
    border-bottom: 1px dashed #333;
}

.breadcrumbs a {
    text-decoration: none;
    color: #337ab7;
}

.breadcrumbs:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}


/* 成功加入购物车弹框 */

#addsuccess,
#addsuccess .J_TCheckOut,
#addsuccess .tb-close {
    background: url("../images/T1mVXZXXXBXXXXXXXX-177-100.png") no-repeat scroll 0 0 transparent
}

#addsuccess {
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #4DBF00;
    background-color: #F0FFE5;
    background-position: -132px 12px;
    padding: 0 0 20px 60px;
    z-index: 9;
    width: 373px;
    font: 12px/1.5 tahoma, arial, 宋体;
    color: #404040;
    display: none;
    text-align: left;
}

#addsuccess h4 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 15px;
    color: #404040;
}

#addsuccess p {
    margin: 2px 0 6px;
}

#addsuccess strong {
    margin: 0 5px;
}

#addsuccess .tb-price {
    font-size: 16px;
}

#addsuccess .J_TCheckOut {
    background-position: 0 0;
    padding-top: 0;
}

#addsuccess .tb-long-btn {
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 100px;
}

#addsuccess .tb-close {
    background-position: 0 -35px;
    color: #999999;
    height: 15px;
    position: absolute;
    right: 5px;
    text-align: right;
    top: 5px;
    width: 45px;
}

#addsuccess .tb-close span {
    display: none;
}


/* 翻页 */

.fanye1 .a1 {
    color: #C00300;
    font-weight: bold;
}

.fanye1 {
    margin-top: 10px;
    height: 24px;
    width: 100%
}

.fanye1 table {
    text-align: center;
    width: 100%;
}

.fanye1 ul {
    list-style: none;
}

.fanye1 ul li {
    display: inline;
    padding-left: 5px;
}

.fanye1 ul li a {
    text-decoration: none;
    color: #000000;
    height: 20px;
    padding-left: 7px;
    padding-right: 7px;
    line-height: 20px;
    font-size: 12px;
    border: 1px solid #D3D3D3;
    background: #F1F1F1;
}

.fanye1 .a {
    color: #fff;
    font-weight: bold;
    background: #1067B7;
    border: 0;
    height: 22px;
    line-height: 22px;
}

.fanye1 .a1 {
    color: #C00300;
    font-weight: bold;
}


/* 页面主体 */

.body-center {
    width: 1400px;
    margin: 10px auto;
}

.body-center::after {
    display: block;
    clear: both;
    content: '';
}


/* 增加/取消收藏按钮 */

.add-favorites,
.del-favorites {
    font-size: 14px;
    float: right;
    line-height: 30px;
}

.favorites-hidden {
    display: none;
}

.add-favorites img,
.del-favorites img {
    width: 30px;
    float: right;
}


/* 按钮 */

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #333;
    text-decoration: none;
}

.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}