body .wrap {
    background: #fff;
}

.banner {
    -background: url(../img/p2/bg001.png) center center;
    height: 570px;
}

.bannerContent {
    width: 600px;
    float: right;
    padding: 80px 0px 0;
}

.bannerContent h2 {
    text-align: left;
    color: #000;
    font-weight: 800;
    font-size: 26px;
    height: 60px;
    line-height: 60px;
    font-family: "Microsoft YaHei", Arial;
}

.bannerContent h2.group {
    margin-bottom: 0px;
}

.bannerContent>span>p,
.bannerContent>span {
    color: #666;
    display: block;
}

.bannerContent>span>p {
    margin: 16px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 20px;
    /*-webkit-line-clamp: 4;*/
    -webkit-box-orient: vertical;
}

.bannerContent>span {
    font-size: 14px;
    line-height: 22px;
}

.bannerContent>span>span {
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.bannerContent .btn {
    /* text-align: right; */
    padding-top: 30px;
}
.bannerContent .btn a:hover{
    background: #c32029 ;
}
.borderBtn:hover{
     border: 2px solid #c32029;
     background: #fff !important;
}
.bannerContent .btn a {
    margin-right: 15px;
    display: inline-block;
    width: 146px;
    height: 43px;
    background: #e41f2b;
    color: #fff;
    text-align: center;
    line-height: 43px;
    font-size: 16px;
    cursor: pointer;
}

.bannerContent .btn a.download {
    border: 2px solid #e41f2b;
    color: #e41f2b;
    background: none;
    height: 39px;
    line-height: 39px;
}

.bannerContent .price {
    padding-right: 20px;
    font-size: 14px;
    color: #666;
}

.bannerContent .options {
    font-size: 14px;
    color: #666;
}

.bannerContent .options li {
    height: 40px;
    line-height: 40px;
}

.bannerContent .options li span {
    display: inline-block;
    width: 75px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    border: 1px solid #9e9e9e;
}

.bannerContent .options li span.active {
    border: 1px solid #e41f2b;
    color: #e41f2b;
    background: #fff;
}

.bannerContent .price strong {
    color: #e41f2b;
    font-size: 30px;
    
}

.show_rebate {
	color:#e41f2b;
}

.bannerContent .originalPrice strong {
	color: #666;
	font-size: 30px;
	text-decoration: line-through;
	
}

.bannerContent h2 img {
    width: 60px;
    float: left;
    margin-right: 35px;
}

.content {
    width: 1195px;
    margin: 0 auto;
}

.detail h3 {
    padding: 61px 0 0;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
}

.borderBtn {
    border: 1px solid #e41f2b;
    background-color: #fff !important;
    box-sizing: border-box;
    color: #e41f2b !important;
    line-height: 39px !important;
}

.detail ul.group li .borderBtn {
    border: 2px solid #e41f2b;
    background-color: #fff !important;
    box-sizing: border-box;
    color: #e41f2b !important;
    line-height: 29px !important;
}

.w545_img {
    width: 474px;
    height: 360px;
    margin-right:70px;
    overflow: hidden;
    box-sizing: border-box;
}

.w545_img>div {
    width: 545px;
    height: 360px;
    display: table-cell;
    vertical-align: middle;
}

.w660_text>div {
    width: 600px;
    height: 360px;
    display: table-cell;
    vertical-align: middle;
}

.w545_img img {
    width: 317px;
    display: block;
    float: right;
}

.w660_text {
    float: left;
    width: 600px;
    box-sizing: border-box;
    /*padding: 0 50px 0;*/
    font-size: 14px;
}

.w660_text p {
    line-height: 24px;
    margin: 0 0 24px;
    /*font-weight: 500px;*/
}

.superiority {
    padding: 60px 0px;
}

.superiority li {
    float: left;
    width: 25%;
    text-align: center;
}

.superiority li img {
    transition: transform 1s ease-out;
    -webkit-transition: -webkit-transform 1s ease-out;
    -moz-transition: -moz-transform 1s ease-out;
    -o-transition: -o-transform 1s ease-out;
    -ms-transition: -ms-transform 1s ease-out;
}

/* .superiority li img:hover {
    -webkit-transform: rotateY(130deg);
    -moz-transform: rotateY(130deg);
    -o-transform: rotateY(130deg);
    -ms-transform: rotateY(130deg);
    transform: rotateY(130deg);
} */

.superiority li .title {
    font-size: 18px;
    margin: 38px 0 18px;
}

.superiority li .text {
    line-height: 24px;
    width: 196px;
    margin: 0 auto;
    text-align: left;
    padding-left: 2em;
}

.w540_text .title {
    color: #e41f2b;
    /* border-bottom: 1px solid #e41f2b; */
    display: inline-block;
    line-height: 24px;
    margin-bottom: 20px;
}

.w540_text {
    float: left;
    width: 540px;
    box-sizing: border-box;
    font-size: 16px;
}

.w540_text>div {
    display: table-cell;
    vertical-align: middle;
    height: 360px;
}

#slider-wrap ul#slider li>div {
    position: relative !important;
}

#slider-wrap ul#slider .fontSize14 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

#slider {
    margin-bottom: 20px;
}

.w660_text p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* -webkit-line-clamp: 7; */
    -webkit-box-orient: vertical;
}

#slider-wrap,
#wrapper,
#slider-wrap ul#slider li {
    height: 400px !important;
}

#next {
    background: url(../img/p2/r.png) no-repeat;
}

#next.active {
    background: url(../img/p2/ra.png) no-repeat !important;
}

#previous {
    background: url(../img/p2/l.png) no-repeat;
}

#previous.active {
    background: url(../img/p2/la.png) no-repeat !important;
}

#slider-wrap .btns {
    width: 51px !important;
    height: 51px !important;
}

/* detail 02 */

.detail ul.group {
    width: 100%;
    margin: 50px auto 0;
}

.detail ul.group li {
    float: left;
    width: 220px;
    height: 300px;
    box-sizing: border-box;
    margin: 0 10px;
    border: 1px solid #8f8f8f;
    border-radius: 15px;
    text-align: center;
    font-size: 15px;
    color: #a8a8a8;
    box-shadow: #eaeaea 5px 5px 10px 2px;
}

.detail ul.group li .add_cart_large {
    width: 90px;
    height: 33px;
    line-height: 33px;
    color: #fff;
    background: #e41f2b;
    display: inline-block;
    cursor: pointer;
    margin: 30px 2px 0;
}

.detail ul.group li .addCart,
.detail ul.group li .buyNow{
    background: #e41f2b;
}

.detail ul.group li .title {
    height: 100px;
    line-height: 100px;
    color: #e41f2b;
    font-size: 28px;
}

.detail ul.group li .price {
    text-align: left;
    padding: 0 20px;
    line-height: 38px;
    height: 38px;
}

.detail ul.group li .price del {
    font-size: 22px;
}

.detail ul.group li .price span {
    color: #e41f2b;
    font-size: 24px;
}

.detail table.group {
    width: 100%;
}

.detail table.group th {
    background: #d9d9d9;
    padding: 0 15px;
    height: 36px;
    line-height: 36px;
}

.detail table.group td {
    border-bottom: 1px dashed #a0a0a0;
    padding: 0 15px;
    height: 48px;
    line-height: 48px;
}

.annotation {
    display: block;
    padding: 15px;
    color: #8f8f8f;
    font-size: 15px;
}

/* detail 03 */

.detailListBg {
    height: 490px;
    background: #f0f0f0;
    padding-top: 80px;
}

.cityNav {
    background: #dbdbdb;
    position: fixed;
    width: 100%;
    left: 0;
}

.cityNav ul {
    width: 1200px;
    margin: 0 auto;
}

.cityNav li {
    cursor: pointer;
    float: left;
    width: 90px;
    text-align: center;
    font-size: 16px;
    margin: 18px 0px;
    line-height: 8px;
    border-right: 1px solid #b2b2b2;
}

.cityNav li a {
    width: 86px;
    display: block;
    margin: auto;
    padding: 5px 0;
}

.cityNav li.active a {
    background: #e41f2b;
    color: #fff;
}

.cityNav li:hover a {
    background: #e41f2b;
    color: #fff;
}

/* 鲁班币 */

div.lubanCoin {
    margin: 40px 0;
}

.paragraph {
    margin-bottom: 37px;
    width: 1000px;
    margin: 0 auto;
}

.paragraph h4 {
    color: #e41f2b;
    font-size: 16px;
    line-height: 40px;
}

.paragraph p {
    line-height: 27px;
    font-size: 15px;
    color: #757575;
}

o span {
    margin: 0 8px;
}

.pkginfo{
	height:110px;
	overflow-y:auto;
}