body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, address {
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

/*scrollbar*/
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: #f0f0f0;
}

::-webkit-scrollbar-thumb {
    background: #444;
}

::-webkit-scrollbar-thumb:hover {
    background: #333;
}

body {
    font-size: 14px;
    color: #333;
}

i {
    font-style: normal;
}

strong {
    font-weight: 600;
}

input::-ms-clear {
    display: none;
}

input {
    color: #333;
}

input[type="text"] {
}

input[type="text"]:focus {
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: inherit;
    table-layout: fixed;
}

th, td {
    padding: 5px;
    text-align: center;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: normal;
}

li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

button {
    background-color: transparent;
    border: none;
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    outline: none;
}

p {
    text-align: justify;
}

a {
    color: #333;
    text-decoration: none !important;
    cursor: pointer;
}

a:hover {
    text-decoration: none !important;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.trans {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.hid {
    overflow: hidden;
}

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

.text_align {
    margin-left: 10px;
}

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

a:hover {
    opacity: .9;
}

.page-w {
    width: 100%;
    min-width: 1200px;
}

.main-con {
    position: relative;
    display: block;
    width: 1200px;
    margin: 0 auto;
}

.main-con > h5 {
    line-height: 1.5;
    margin-bottom: 30px;
    font-size: 30px;
    text-align: center
}

.bg-red {
    background: #e41e2b
}

.bg-light {
    background-color: #e3ecf3
}

.btns {
    text-align: center;
}

.color-red {
    color: #e41e2b
}

/*
.btns a {
	display: inline-block;
	width: 105px;
	line-height: 40px;
	margin: 0 8px;
	background: #e41f2b;
	border-radius: 4px;
	font-size: 16px;
	color: #fff;
}
*/
/*start*/
.toolbar {
    line-height: 48px;
    background: #222;
    color: #fff;
}

.toolbar a {
    color: #fff;
}

.toolbar-nav > li {
    float: left;
}

.toolbar-nav > li a {
    position: relative;
    padding: 0 16px;
}

.toolbar-collect:before {
    position: absolute;
    top: 50%;
    left: -5px;
    content: "";
    width: 17px;
    height: 17px;
    margin-top: -8px;
    background: url(images/sprite.png) no-repeat -318px -100px;
}

.main-header {
    position: relative;
    height: 220px;
    padding-top: 50px;
}

.search {
    position: relative;
}

.search input[type="text"] {
    height: 42px;
    width: 272px;
    line-height: 40px;
    padding: 0 44px 0 20px;
    border-radius: 40px;
    border: 1px solid #888;
}

.search input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 42px;
    background: url(images/sprite.png) no-repeat 0 0;
    border: none;
    cursor: pointer;
}

.search input[type="submit"]:hover {
    opacity: .8;
}

.search input[type="text"]:focus {
    border-color: #df1f36
}

.main-header .search {
    position: absolute;
    top: 6px;
    left: 0;
}

.main-header .brand {
    height: 53px;
    margin: 0;
    background: url(images/logo.png) no-repeat center;
}

.header-car {
    position: absolute;
    top: 6px;
    right: 42px;
    z-index: 2;
    width: 30px;
    height: 30px;
    background: url(images/sprite.png) no-repeat -42px 0;
}

.header-car span {
    display: block;
    position: absolute;
    top: -12px;
    left: 24px;
    min-width: 20px;
    line-height: 20px;
    padding: 0 4px;
    background: #e41f2b;
    border-radius: 20px;
    color: #fff;
    text-align: center;
}

.mian-nav {
    width: 1200px;
    margin: 30px auto 0;
    border-bottom: 2px solid #2f3336;
    text-align: center;
}

.mian-nav li {
    display: inline-block;
}

.mian-nav li a {
    display: block;
    line-height: 56px;
    margin: 0 9px;
    padding: 0 9px;
    font-size: 18px;
    color: #000;
}

.mian-nav li:hover a,
.mian-nav li.active a {
    color: #e41f2b;
}


.main-footer {
    padding-top: 30px;
    background: #222;
    color: #fff;
}

.main-footer ul {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.main-footer li {
    margin-right: 400px;
    padding-bottom: 16px;
    border-bottom: 1px solid #3d3d3d
}

.main-footer li:last-of-type {
    border-bottom: none;
}

.main-footer li span {
    display: block;
    line-height: 3;
    font-size: 16px;
    color: #fff;
}

.main-footer li a {
    display: inline-block;
    margin-right: 38px;
    color: #888;
    line-height: 1.8
}

.main-footer .phone {
    margin-top: 20px;
    font-size: 16px;
    color: #888
}

.main-footer .phone i {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    background: url(images/sprite.png) no-repeat -80px 0;
}

.main-footer .code {
    position: absolute;
    top: 0;
    right: 0;
    width: 320px;
}

.main-footer .code > span {
    position: relative;
    display: block;
    float: right;
    line-height: 44px;
    margin-bottom: 15px;
    padding: 0 25px 0 150px;
    background: #1a1a1a;
    border-radius: 40px;
    font-size: 14px;
    color: #888
}

.main-footer .code > span::before {
    position: absolute;
    top: 8px;
    left: 20px;
    content: "";
    width: 101px;
    height: 28px;
    background: url(images/sprite.png) no-repeat 0 -242px;
}

.main-footer .qr-code {
    width: 100%;
    clear: both;
}

.main-footer .qr-code a {
    display: block;
    width: 140px;
    color: #888;
    line-height: 1.8;
    text-align: center;
}

.main-footer .qr-code a img {
    display: block;
    width: 140px;
    height: 140px;
    margin-bottom: 6px;
    border-radius: 4px;
}

.main-footer .copy-right {
    margin-top: 5px;
    padding: 16px 0;
    background: #1a1a1a;
}

.copy-right p {
    width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    color: #888;
    line-height: 2
}

.pages {
    padding-bottom: 40px;
}

.pages li {
    float: left;
}

.pages li a {
    display: block;
    height: 34px;
    min-width: 34px;
    line-height: 32px;
    margin: 0 1px;
    padding: 0 8px;
    background-color: #fff;
    border: 1px solid #efefef;
    font-size: 12px;
    color: #666;
    text-align: center;
}

.pages li.active a {
    background-color: #e41e2b;
    border-color: #e41e2b;
    color: #fff;
    cursor: auto;
}

.pages li a[class *="page-"] {
    border-color: #c8c8c8;
    background-image: url(images/sprite.png);
    background-repeat: no-repeat;
}

.pages li a.page-first {
    background-position: -98px 0;
}

.pages li a.page-prev {
    background-position: -130px 0;
}

.pages li a.page-next {
    background-position: -162px 0;
}

.pages li a.page-last {
    background-position: -194px 0;
}

.pages li.disabled a {
    cursor: auto;
    opacity: .5
}

.page-path {
    margin-top: -10px;
    line-height: 2;
    color: #9c9c9c
}

.page-path span {
    color: #666;
    padding-left: 6px;
}

.page-path a {
    padding: 0 6px;
    color: #999;
}

.no-result {
    margin-top: 10px;
    padding: 12px 15px;
    line-height: 24px;
    background: #fffdee;
    border: 1px solid #edd28b;
    color: #666;
    font-weight: bold;
}

.no-result i {
    color: #e41f2b;
}
/*checkbox*/
label.checkbox, label.radio {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
label.checkbox input {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    opacity: 0;
}
label.checkbox span {
    position: relative;
    display: inline-block;
    line-height: 0;
    padding: 0;
    margin: 0;
}
label.checkbox span::before {
    position: relative;
    top: -1px;
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #999;
}
label.checkbox input:checked + span::before {
    background-image: url(images/sprite.png);
    background-position: -326px 0;
}
/*radio*/
label.radio input {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
label.radio span {
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    margin-right: 8px;
    background: url(images/sprite.png) no-repeat -282px -242px;
}
label.radio input:checked + span {
    background-position: -282px -254px;
}
/*首页*/
.index-promo {
    height: 640px;
    background: #e3ecf3;
}

.index-con, .index-hot {
    margin-top: 70px;
    margin-bottom: 80px;
}

.index-con .title, .index-hot .title {
    padding: 50px 0;
    line-height: 50px;
    font-size: 30px;
    text-align: center;
}

.index-con li {
    float: left;
    font-size: 20px;
    text-align: center;
}

.index-con li img {
    display: block;
    margin: 20px auto 36px;
}

.index-con li a {
    display: block;
    width: 100%;
    height: 100%;
}

.index-con li a:hover {
    color: #e41f2b;
}

.index-shape li {
    width: 16.6666%;
}

.index-choose ul {
    width: 1230px;
}

.index-choose li {
    width: 380px;
    height: 400px;
    margin-right: 30px;
}

.index-choose li a {
    padding-top: 100px;
    background: #f6f6f6;
}

.index-choose li a:hover {
    background: #f0f0f0
}

.index-quite li {
    width: 180px;
    height: 180px;
    margin: 20px 60px;
    border: 1px solid #000;
    border-radius: 100px;
}

.index-quite li:hover {
    border-color: #e41f2b;
}

.index-quite li img {
    margin: 46px auto 20px;
}

.hot-con {
    margin-bottom: 100px;
}

.hot-con .detail-main, .hot-con .gallery {
    width: 600px;
    height: 500px;
    margin: 0;
    overflow: hidden;
}

.hot-con .detail-main .detail-buy {
    height: 420px;
}

.hot-con .gallery {
    border-color: #efefef;
}

.hot-con .gallery .hd {
    text-align: right;
}

.hot-con .gallery .bd li {
    width: 598px;
    height: 498px;
}

/*about*/
.about-banner {
    height: 460px;
    margin-bottom: 40px;
    background: url(images/about-banner.jpg) no-repeat top center;
}

.about-con li {
    margin-bottom: 140px;
    overflow: hidden;
}

.about-con li:nth-of-type(2n-1) img {
    margin-right: 60px;
}

.about-con li:nth-of-type(2n) img {
    margin-left: 60px;
}

.about-con .about-text strong {
    display: inline-block;
    font-size: 30px;
    margin-bottom: 30px;
}

.about-con .about-text p {
    margin-bottom: 16px;
    line-height: 2.25;
    font-size: 16px;
    color: #6c6c6c;
}

.about-address {
    padding: 80px 0 50px;
    background: #f3f3f3;
}

.about-address li {
    position: relative;
    float: left;
    width: 400px;
    padding-top: 80px;
    text-align: center;
}

.about-address li::before {
    position: absolute;
    top: 0;
    left: 50%;
    content: "";
    width: 60px;
    height: 60px;
    margin-left: -30px;
    background-image: url(images/sprite.png);
    background-position: 0 -182px;
}

.about-address li:nth-child(2)::before {
    background-position: -60px -182px;
}

.about-address li:nth-child(3)::before {
    background-position: -120px -182px;
}

.about-address li strong {
    display: block;
    font-size: 22px;
    padding-bottom: 20px;
}

.about-address li p {
    padding-left: 80px;
    font-size: 16px;
    color: #666;
    line-height: 2.25;
    text-align: left;
}

.about-address li p a {
    color: #e41f2b;
}

.about-address li p i {
    color: #999;
}

/*case*/
.case-tabs {
    margin-bottom: 40px;
}

.case-tabs li {
    float: left;
    margin-right: 20px;
}

.case-tabs li a {
    display: inline-block;
    line-height: 34px;
    padding: 0 20px;
    background: #f2f2f2;
    border-radius: 20px;
    font-size: 15px;
}

.case-tabs li.active a {
    background: #e41e2b;
    color: #fff;
}

.case-list ul {
    width: 1224px;
}

.case-list ul li {
    float: left;
    margin-right: 26px;
    margin-bottom: 30px;
}

.case-list ul li a {
    display: block;
    width: 280px;
    padding-bottom: 18px;
    background: #f8f8f8;
    font-size: 16px;
    text-align: center;
}

.case-list ul li a:hover {
    box-shadow: 0 0 6px rgba(0, 0, 0, .2);
}

.case-list ul li a img {
    display: block;
    width: 280px;
    height: 210px;
    margin-bottom: 18px;
}

.case-detail-top {
    height: 430px;
    margin-bottom: 30px;
    border: 1px solid #e5e5e5;
}

.case-detail-top .page-path {
    margin-top: 0;
}

.case-detail-top .fl {
    width: 500px;
    padding: 20px;
}

.case-detail-top .fl strong {
    display: block;
    padding: 20px 0 10px;
    font-size: 22px;
}

.case-detail-top .fl p {
    font-size: 16px;
    line-height: 2;
    color: #666;
}

.case-detail-top .fl > a {
    display: inline-block;
    line-height: 46px;
    margin-top: 20px;
    padding: 0 26px;
    border: 1px solid #e41f2b;
    font-size: 18px;
    color: #e41f2b;
}

.case-detail-top .fl > a:hover {
    background: #e41f2b;
    color: #fff;
}

.case-detail-top img {
    display: block;
    width: 690px;
    height: 428px;
}

.sub-title {
    position: relative;
    margin-bottom: 20px;
    padding: 14px;
    font-size: 20px;
}

.sub-title::before {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 3px;
    height: 20px;
    margin-top: -10px;
    background: #e41f2b;
}

.related-list ul {
    width: 1225px;
}

.related-list ul li {
    float: left;
    width: 282px;
    margin-right: 20px;
    margin-bottom: 25px;
}

.related-list a {
    display: block;
    background: #f9f9f9;
    border: 1px solid #e5e5e5;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.related-list a img {
    display: block;
    width: 283px;
    height: 283px;
}

.related-list a:hover {
    box-shadow: 0 0 6px rgba(0, 0, 0, .4);
    background: #fbe0e2;
    border-color: #e41f2b;
    color: #000;
    opacity: 1;
}

.pic-list ul {
    width: 1245px;
}

.pic-list li {
    float: left;
    width: 370px;
    height: 280px;
    margin-right: 45px;
    margin-bottom: 45px;
    overflow: hidden;
}

.pic-list li img {
    display: block;
    width: 370px;
    height: 280px;
}

/*guide*/
.guide {
    background: #fff;
    margin-bottom: 40px;
}

.guide-nav {
    float: left;
    width: 236px;
    background: #fff;
    border: 1px solid #eee;
    border-right: none;
}

.guide-nav li a {
    position: relative;
    display: block;
    line-height: 68px;
    padding-left: 52px;
}

.guide-nav li li a {
    padding-left: 72px;
    line-height: 42px;
    color: #666;
}

.guide-nav li a.active {
    background: #f5f5f7;
    color: #e41f2b
}

.guide-nav li a.active::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    content: "";
    width: 2px;
    background: #e41f2b
}

.fixed-wrap.fixed {
    position: fixed;
    top: 0;
    z-index: 4;
}

.guide-con {
    margin-left: 236px;
    min-height: 1500px;
    border: 1px solid #eee;
}

.guide-con .title {
    padding-left: 35px;
    line-height: 40px;
    background: #f5f5f7;
}

.guide-con img {
    display: block;
    margin: 20px auto;
}

/*list*/
.sidebar {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    width: 35px;
    padding-top: 240px;
    background: #222;
    color: #fff;
}

.sidebar a {
    position: relative;
    display: block;
    color: #fff;
}

.sidebar a:hover {
    background: #ff4c57;
}

.sidebar a::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto;
}

.sidebar a i {
    display: block;
    width: 1em;
    margin: 0 auto 5px;
}

.sidebar .user {
    padding: 10px 0;
    margin-bottom: 10px;
}

.sidebar .user::before {
    background: url(images/sprite.png) no-repeat -226px 0;
}

.sidebar .user:hover::before {
    background-position: -246px 0;
}

.sidebar-car {
    padding: 15px 0;
    border-top: 1px solid #404040;
    border-bottom: 1px solid #404040;
    color: #fff;
    text-align: center;
}

.sidebar-car:hover {
    border-color: #ff4c57;
}

.sidebar-car::before {
    background: url(images/sprite.png) no-repeat -266px 0;
}

.sidebar em {
    display: block;
    width: 1em;
    margin: 0 auto;
    font-size: 12px;
}

.sidebar-car span {
    display: block;
    width: 24px;
    height: 18px;
    line-height: 18px;
    margin: 0 auto;
    background: #e41f2b;
    border-radius: 20px;
}

a.sidebr-compare {
    position: absolute;
    left: 0;
    bottom: 60px;
    width: 100%;
    padding-bottom: 8px;
    border-bottom: 1px solid #404040;
}

a.sidebr-compare span {
    position: absolute;
    top: 10px;
    right: 1px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    background: #e41f2b;
    border-radius: 20px;
    text-align: center;
}

.compare-con {
    display: none;
    position: fixed;
    right: 35px;
    bottom: 60px;
    z-index: 5;
    min-width: 380px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .2);
}

.compare-header {
    line-height: 60px;
    padding-left: 30px;
    border-bottom: 1px solid #eee;
    font-size: 20px;
}

.compare-con ul {
    padding: 20px;
}

.compare-con li {
    position: relative;
    float: left;
    margin: 0 10px;
    width: 150px;
    height: 168px;
    border: 1px solid #eee;
}

.compare-con li a {
    display: block;
    width: 100%;
    height: 100%;
}

.compare-con li a img {
    display: block;
    width: 148px;
    height: 96px;
}

.compare-con li p {
    margin: 3px 14px 0;
    padding-top: 15px;
    line-height: 20px;
    border-top: 1px solid #eee;
    text-align: center;
}

.compare-con li > i {
    position: absolute;
    top: 7px;
    left: 7px;
    z-index: 2;
    width: 24px;
    height: 24px;
    background: #f3f3f3 url(images/sprite.png) right -20px;
    border-radius: 4px;
    cursor: pointer;
}

.compare-footer {
    padding: 0 30px 20px;
    line-height: 40px;
    overflow: hidden;
}

.compare-footer .btn {
    padding: 0 28px;
    background: #e41f2b;
    border-radius: 2px;
    font-size: 16px;
    color: #fff;
}

a.gotop {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    padding: 10px 0;
}

.gotop::before {
    background: url(images/sprite.png) no-repeat -286px 0;
}

.gotop:hover::before {
    background-position: -306px 0;
}

/*filter*/
.filter-con {
    margin-top: 20px;
    margin-bottom: 40px;
    border: 1px solid #eee;
    border-bottom: none;
}

.filter-con li {
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.filter-con li i {
    display: block;
    float: left;
    width: 90px;
    line-height: 56px;
    background: #fafafa;
    color: #838383;
    text-align: center;
}

.filter-con li a {
    display: block;
    float: left;
    height: 26px;
    line-height: 26px;
    margin: 15px 0 15px 15px;
    padding: 0 20px;
    font-size: 12px;
}

.filter-con li a img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
}

.filter-con li a:hover {
    color: #e41f2b;
}

.filter-con li a.active {
    background: #e41f2b;
    color: #fff;
}

.filter-con li a.active img, .filter-con li a.active span {
    display: none;
}

.filter-con li a.all {
    font-size: 14px;
    font-weight: bold;
}

.filter-con [class*="ratio"] {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    margin-left: 9px;
    background-image: url(images/sprite.png);
    background-repeat: no-repeat;
    background-position: -226px -20px;
    border: 1px solid #000;
}

.filter-con .ratio2 {
    width: 29px;
}

.filter-con .ratio3 {
    width: 43px;
}

.filter-con .ratio4 {
    width: 57px;
}

.filter-con .ratio5 {
    width: 71px;
}

.filter-con li a.active [class*="ratio"] {
    border-color: #fff;
    background-position: -226px -33px;
}

.filter-con [class*="shape"] {
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 17px;
    margin-left: 9px;
    background-image: url(images/sprite.png);
    background-repeat: no-repeat;
    background-position: -226px -46px;
}

.filter-con li a.active [class*="shape"] {
    background-position: -226px -63px;
}

.filter-con .shape-e {
    background-position: -243px -46px;
}

.filter-con li a.active .shape-e {
    background-position: -243px -63px;
}

.filter-con .shape-le {
    background-position: -260px -46px;
}

.filter-con li a.active .shape-le {
    background-position: -260px -63px;
}

.filter-con .shape-he {
    background-position: -277px -46px;
}

.filter-con li a.active .shape-he {
    background-position: -277px -63px;
}

.filter-con .shape-ue {
    background-position: -294px -46px;
}

.filter-con li a.active .shape-ue {
    background-position: -294px -63px;
}

.filter-con .shape-r {
    background-position: -311px -46px;
}

.filter-con li a.active .shape-r {
    background-position: -311px -63px;
}

.filter-con .shape-corner-a {
    background-position: -226px -190px;
}

.filter-con li a.active .shape-corner-a {
    background-position: -226px -207px;
}

.filter-con .shape-corner-r {
    background-position: -243px -190px;
}

.filter-con li a.active .shape-corner-r {
    background-position: -243px -207px;
}

.filter-con li .explain {
    position: relative;
    height: 15px;
    line-height: 15px;
    margin-top: 20px;
    margin-right: 20px;
    font-size: 12px;
    cursor: pointer;
}

.explain-pic {
    display: block;
    margin: 20px auto 0;
}

.filter-con li .explain::before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 14px;
    height: 15px;
    margin-right: 6px;
    background: url(images/sprite.png) no-repeat -265px -242px;
}

.selected p a {
    position: relative;
    height: 26px;
    padding: 1px 28px 1px 10px;
    border: 1px solid #ff9da3;
    line-height: 22px;
}

.selected p a::after {
    position: absolute;
    display: block;
    top: 2px;
    right: 2px;
    content: "";
    width: 18px;
    height: 20px;
    background-image: url(images/sprite.png);
    background-position: -226px -80px;
}

.selected p a:hover {
    border-color: #e41f2b;
    color: #e41f2b;
}

.selected p a:hover::after {
    background-position: -244px -80px;
}

.selected button {
    margin-top: 20px;
    margin-left: 16px;
    font-size: 12px;
    cursor: pointer;
}

.sub-tabs {
    height: 52px;
    margin-bottom: 30px;
    background: #fff;
    border: 1px solid #eee;
    font-size: 16px;
}

.sub-tabs li {
    float: left;
    height: 50px;
    line-height: 50px;
}

.sub-tabs li.active {
    border-bottom: 2px solid #e41f2b
}

.sub-tabs li a {
    padding: 0 16px;
}

.sub-tabs li.active a {
    color: #e41f2b
}

.sub-tabs .sort a {
    display: inline-block;
    line-height: 1;
    margin-top: 20px;
    padding: 0 15px;
    border-left: 1px solid #e5e5e5;
}

.sub-tabs .sort a:first-child {
    border: none;
}

.switch-pic {
    position: relative;
    height: 50px;
    line-height: 50px;
    margin: 0 16px;
    padding-left: 40px;
}

.switch-pic:before {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 1px;
    height: 16px;
    margin-top: -8px;
    background: #e5e5e5
}

.switch-pic i {
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 13px;
    margin-right: 5px;
    background: url(images/sprite.png) no-repeat -226px -224px;
}

.sub-list {
    margin-bottom: 30px;
}

.sub-list ul {
    width: 1220px;
}

.sub-list ul li {
    position: relative;
    float: left;
    width: 240px;
    height: 330px;
    /* margin-right: 20px; */
    margin-bottom: 50px;
    background: #fff;
    border: 1px solid #eee;
}

.sub-list ul li:hover {
    top: -3px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .1);
}

.sub-list ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.sub-list li .pic {
    width: 238px;
    height: 238px;
    text-align: center;
    overflow: hidden;
}

.sub-list li .pic img {
    max-height: 100%;
    width: auto;
}

.sub-list li p {
    /* margin: 6px 28px 0; */
    /* padding-top: 15px; */
    line-height: 26px;
    text-align: center;
}

.sub-list li p span, .compare-con li p span, .compare-table .product p span {
    display: block;
    color: #e41f2b;
}

.sub-list li label {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 12px;
    width: 120px;
    height: 30px;
    line-height: 30px;
    margin: 0px auto;
    background: #f3f3f3;
    text-align: center;
}

/*compare对比*/
.compare-table {
    margin-bottom: 75px;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
}

.compare-table th, .compare-table td {
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
}

.compare-table th {
    position: relative;
    height: 50px;
    background: #fafafa;
    text-align: left;
}

.compare-table tr:first-of-type td {
    border-right: none;
}

.compare-table tr:first-of-type th {
    height: 386px;
    font-size: 18px;
    text-align: center;
}

.table-t {
    height: 55px;
    background: #f4f7fb;
    font-size: 18px;
    text-align: left;
}

.compare-table h5 {
    position: absolute;
    top: 0;
    left: 50%;
    width: 92px;
    margin-left: -46px;
    line-height: 40px;
    background: #e41f2b;
    border-radius: 0 0 4px 4px;
    font-size: 16px;
    color: #fff;
}

.compare-table .product {
    display: block;
    width: 230px;
    height: 235px;
    border: 1px solid #eee;
}

.compare-table .product img {
    display: block;
    width: 228px;
    height: 148px;
}

.compare-table .product p {
    margin: 10px 22px 0;
    padding-top: 15px;
    line-height: 1.6;
    border-top: 1px solid #eee;
    text-align: center;
}

.compare-table .btn {
    display: block;
    width: 230px;
    line-height: 45px;
    margin-top: 15px;
    background: #d92828;
    border-radius: 4px;
    font-size: 16px;
    text-align: center;
    color: #fff;
}

/*detail详情*/
.detail {
    position: relative;
    margin: 12px auto 30px;
}

.gallery {
    position: relative;
    width: 402px;
    height: 562px;
    border: 1px solid #e1e1e1;
}

.gallery h5, .sub-list h5 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.favorite {
    position: absolute;
    top: 12px;
    right: 16px;
    z-index: 3;
    width: 22px;
    height: 22px;
    background-image: url(images/sprite.png);
    background-position: -132px -242px;
}

.favorite.active {
    background-position: -154px -242px;
}

.gallery .hd {
    position: absolute;
    right: 0;
    bottom: 15px;
    left: 0;
    z-index: 2;
    text-align: center;
}

.gallery .hd li {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 7px;
    background: #999;
    text-indent: -30px;
    border-radius: 8px;
    text-align: left;
    overflow: hidden;
}

.gallery .hd li.on {
    background: #e41f2b;
}

.gallery .bd li {
    width: 400px;
    height: 560px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    overflow: hidden
}

.pop-parts .gallery .bd li {
    width: 340px;
    height: 476px;
}

.detail-main {
    position: relative;
    height: 562px;
    margin-left: 430px;
    padding: 0 30px;
    background: #f6f6f6;
    overflow: hidden;
}

.detail-main h1 {
    height: 80px;
    line-height: 90px;
    padding-right: 100px;
    border-bottom: 1px solid #e1e1e1;
    font-size: 28px;
    font-weight: bold;
    color: #010000;
    overflow: hidden;
}

.detail-main h1 span {
    color: #e41f2b;
}

.detail-main h1 i {
    padding-left: 4px;
    font-size: 14px;
    font-weight: normal;
}

.detail-buy {
    position: relative;
    height: 480px;
}

.detail-buy-con {
    position: relative;
    height: 380px;
    overflow-x: hidden;
    overflow-y: auto;
}

.detail-main h2 {
    line-height: 60px;
    border-bottom: 1px solid #e1e1e1;
}

.detail-main h2 i {
    display: inline-block;
    padding-right: 20px;
    vertical-align: middle;
}

.detail-main h2 img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 12px;
}

.detail-info li {
    line-height: 20px;
    padding: 10px 0;
    border-bottom: 1px solid #e1e1e1;
}

.detail-info li:last-of-type {
    border-bottom: none;
}

.detail-info li p {
    padding: 5px 0;
}

.detail-info li p i {
    display: inline-block;
    width: 4.5em;
    margin-right: 30px;
    color: #666
}

.detail-info li p a {
    color: #3365a8
}

.buy-btns {
    position: absolute;
    right: 0;
    bottom: 30px;
    left: 0;
    z-index: 2;
    color: #666
}

.buy-btns .price {
    display: inline-block;
    min-width: 16em;
    vertical-align: middle;
    font-size: 14px;
}

.buy-btns .price span {
    padding: 0 24px 0 12px;
    font-size: 24px;
    color: #e41f2b;
}

.btn {
    display: inline-block;
    line-height: 38px;
    margin-right: 20px;
    padding: 0 28px;
    background-color: #e41f2b;
    background: -webkit-linear-gradient(#fc545e, #e41f2b);
    background: -moz-linear-gradient(#fc545e, #e41f2b);
    background: linear-gradient(#fc545e, #e41f2b);
    border: 1px solid #e41f2b;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.btn-primary {
    background-color: #ffe2e2;
    background: -webkit-linear-gradient(#fef8f8, #ffe2e2);
    background: -moz-linear-gradient(#fef8f8, #ffe2e2);
    background: linear-gradient(#fef8f8, #ffe2e2);
    color: #e41f2b;
}

#look-back {
    color: #3365a8;
}

.detail-buy th {
    height: 40px;
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
}

.table-body th {
    height: 0 !important;
    padding: 0 !important;
    border-bottom: none !important;
}

.detail-buy td {
    /*padding: 8px 0;*/
    text-align: center;
    color: #666;
}

.detail-buy td input, .detail-buy td button {
    height: 30px;
    line-height: 28px;
    background: #fafafa;
    border: 1px solid #d9d9d9;
    color: #666;
    text-align: center;
}

.detail-buy td input {
    width: 76px;
    padding: 0 8px;
}

.detail-buy td button {
    width: 88px;
    cursor: pointer;
}

.detail-buy td button:hover {
    background: #ffeded;
    border-color: #e41f2b;
    color: #e41f2b;
}

.detail-buy .processed{
    display: inline-block;
    height: 22px;
    border: 1px solid #e2e2e2;
    line-height: 20px;
    background: #f8f8f8;
    overflow: hidden;
}
.detail-buy .processed::before {
    display: block;
    float: left;
    content: "已加工";
    padding: 0 9px;
    background: #5ab356;
    font-size: 12px;
    color: #fff;
}
.detail-buy .processed span{
    display: inline-block;
    width: 66px;
    font-size: 12px;
    text-align: center;
    color: #666;
}

.detail-buy .operate {
    width: 62px;
    text-align: center;
    margin: auto;
}

.detail-buy .operate a {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: -1px;
    background-color: #fff;
    background-image: url(images/sprite.png);
    background-position: -226px -100px;
    border: 1px solid #d9d9d9;
}

.detail-buy .operate .subtract {
    background-position: -254px -100px;
}

.detail-buy.operate a:hover {
    z-index: 2;
    border-color: #bbb;
}

/*快捷*/
.quite-list {
    margin-bottom: 300px;
}

.quite-header {
    height: 15px;
    line-height: 15px;
    margin-bottom: 10px;
}

.quite-header:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 15px;
    margin-right: 8px;
    background: url(images/sprite.png) no-repeat -240px -224px;
}

.quite-title a {
    position: relative;
    display: inline-block;
    line-height: 40px;
    padding-right: 25px;
    font-size: 18px;
    color: #3365a8;
}

.quite-title a:before {
    position: absolute;
    top: 50%;
    right: 0;
    content: "";
    width: 16px;
    height: 16px;
    margin-top: -8px;
    background: url(images/sprite.png) no-repeat -265px -224px;
}

.quite-title.active a {
    color: #000;
}

.quite-title.active a:before {
    background-position: -281px -224px;
}

.quite-con {
    display: none;
    padding: 40px 0;
    background: #f6f6f6;
}

.quite-con .detail-main {
    height: 560px;
    background: #fff;
}

.quite-con .detail-main h1 {
    font-size: 18px;
    font-weight: normal;
}

.quite-gallery {
    width: 400px;
    height: 560px;
    padding-top: 20px;
    background: #fff;
}

.quite-choose {
    height: 80px;
    margin: 0 8px;
    overflow: hidden;
}

.smallScroll > a, .quite-choose > a {
    position: relative;
    display: block;
    width: 14px;
    height: 80px;
    background: #f8f8f8
}

.quite-choose > a {
    display: none;
}

.quite-choose .bd {
    margin: 0 22px;
    text-align: center;
}

.quite-choose .bd li {
    position: relative;
    display: inline-block;
    /*	float: left;*/
    width: 80px !important;
    height: 80px;
    border: 1px solid #e1e1e1;
    margin-right: 8px;
    cursor: pointer;
}

.quite-choose .bd li:hover {
    border-color: #aaa;
}

.quite-choose .bd li.active:before {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 13px;
    height: 13px;
    background: url(images/sprite.png) no-repeat -226px -242px;
}

.gallery-big {
    height: 400px;
    overflow: hidden;
}

.gallery-big li {
    display: inline-block;
}

.gallery-big li img, .parts li .pic img {
    display: block;
    width: 100%;
    height: 100%;
}

.smallScroll {
    height: 50px;
    margin: 0 8px;
    overflow: hidden;
}

.smallScroll > a {
    height: 50px;
}

.smallScroll > a:before, .quite-choose > a:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    width: 9px;
    height: 9px;
    margin-top: -4px;
    margin-left: -4px;
    background: url(images/sprite.png) no-repeat -295px -80px;;
}

.smallScroll > a.fr:before, .quite-choose > a.fr:before {
    background-position: -304px -80px;
}

.smallScroll > a:hover, .quite-choose > a:hover {
    background: #eee;
}

.gallery-small {
    display: block;
    height: 50px;
    margin: 0 22px;
    overflow: hidden;
}

.gallery-small ul li {
    float: left;
    width: 50px !important;
    height: 50px;
    margin-right: 8px;
    background: #f8f8f8;
    border: 1px solid #f8f8f8;
    overflow: hidden;
    cursor: pointer;
}

.gallery-small ul li img, .quite-choose .bd li img {
    display: block;
    width: 100%;
    height: 100%;
}

.gallery-small ul li.on, .gallery-small ul li:hover {
    border-color: #e41f2b;
}

/*配件*/
.parts-title {
    position: relative;
    height: 80px;
    border-bottom: 1px solid #e1e1e1;
}

.parts-title > i {
    font-size: 22px;
    line-height: 80px;
}

.parts-title .buy-btns {
    left: inherit;
    bottom: inherit;
    top: 20px;
}

.parts {
    border-bottom: 1px solid #e1e1e1;
    overflow: hidden;
}

.parts > a {
    position: relative;
    display: block;
    height: 48px;
    line-height: 48px;
    margin: 12px 0;
    font-size: 16px;
}

.parts > a:hover {
    color: #e41f2b;
}

.parts > a:before {
    position: absolute;
    top: 50%;
    right: 15px;
    content: "";
    width: 16px;
    height: 16px;
    margin-top: -8px;
    background: url(images/sprite.png) no-repeat -297px -224px;
}

.parts > a.active:before {
    background-position: -315px -224px;
}

.parts ul {
    display: none;
    width: 1230px;
    overflow: hidden;
}

.parts li {
    position: relative;
    float: left;
    width: 216px;
    height: 300px;
    margin-right: 30px;
    cursor: pointer;
}

.parts .check {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 14px;
    height: 14px;
    background: url(images/sprite.png) no-repeat -240px -242px;
}

.parts li .pic {
    height: 216px;
    margin-bottom: 12px;
    background: #fff;
}

.parts li p {
    line-height: 24px;
    text-align: center;
    color: #666;
}

.parts li p span {
    color: #e41f2b;
}

.pop-parts {
    display: none;
    height: 100%;
    padding: 30px;
    overflow: hidden;
}

.pop-parts .gallery {
    display: block;
    float: left;
    width: 342px;
    height: 478px; /*	border: 1px solid #e1e1e1;*/
}

.parts-buy {
    position: relative;
    height: 482px;
    margin-left: 372px;
    background: #f6f6f6;
}

.parts-buy .mCSB_container {
    padding: 0 20px;
}

.parts-buy th {
    height: 43px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

.parts-buy th {
    border-top: none;
}

.parts-buy td {
    padding: 8px;
}

.parts-buy td input {
    width: 100%;
    height: 30px;
    line-height: 28px;
    padding: 0 8px;
    background: #fff;
    border: 1px solid #d9d9d9;
    text-align: center;
}

.parts-buy .text_l {
    padding-left: 15px;
}

.parts-buy .scrollbar {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 100px;
    left: 0;
}

.btns {
    position: absolute;
    right: 0;
    bottom: 30px;
    left: 0;
}

.parts-filter a {
    display: inline-block;
    line-height: 60px;
    padding: 0 12px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}

.parts-filter a img {
    margin: 0;
}

.parts-filter a.active {
    background: #fff;
    border-color: #e1e1e1;
}

/*加工*/
.process-senior {
    display: inline-block;
    margin-left: 24px;
    padding-left: 24px;
}

.process {
    position: relative;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.process-tab {
    float: left;
    width: 381px;
    height: 100%;
    border-right: 1px solid #d9d9d9;
    overflow: hidden;
}

.process-tab .hd {
    float: left;
    width: 118px;
    height: 100%;
    background: #f4f4f4;
}

.process-tab .hd ul {
    width: 100%;
    height: 100%;
}

.process-tab .hd li {
    height: 20%;
    padding-top: 20px;
    border-bottom: 1px solid #fff;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}

.process-tab .hd li:last-child {
    border-bottom: none;
}

.process-tab .hd li.on {
    background: #fff;
    color: #e41f2b;
}

.process-tab .hd li img {
    display: block;
    margin: 0 auto 10px;
}

.process-tab .bd {
    margin-left: 118px;
    height: 100%;
    overflow: hidden;
}

.process-con {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 30px 20px;
}

.process-con table {
    border-left: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
}

.process-con td, .process-con th {
    padding: 10px 6px;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    font-size: 16px;
}

.process-con th {
    background: #f4f4f4;
}

.process-con td {
    text-align: left;
}

.process-con td i {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
    text-align: center;
}

.process-con select, .process-con h5 span, .process-con h5 input[type="text"] {
    width: 112px;
    height: 30px;
    padding-left: 8px;
    border: 1px solid #d9d9d9;
    font-size: 14px;
}

.process-con h5 {
    margin-top: 12px;
}

.process-con h5 span {
    display: inline-block;
    line-height: 28px;
    background: url(images/jd.png) no-repeat 76px center;
}

.process .btns {
    position: absolute;
    right: 0;
    bottom: 30px;
    left: 0;
}

.process .btns .btn {
    margin: 0 6px;
}

.process-pic {
    position: relative;
    float: left;
    width: 451px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    border-right: 1px solid #d9d9d9;
}

.process-pic span {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
    font-size: 18px;
}

.process-pic .pic-s {
    position: absolute;
    right: 0;
    bottom: 30px;
    left: 0;
    line-height: 0;
    z-index: 2;
}

.process-pic img {
    display: block;
    width: 450px;
}

.form-process {
    position: relative;
    margin-left: 832px;
    height: 100%;
}

.form-process ul {
    height: 420px;
    padding: 14px 0;
    overflow: hidden;
}

.form-process ul li {
    padding: 7px 14px;
}

/*添加购物车动画*/
#add-pic {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    opacity: 0;
    -webkit-animation: addcar 1s linear forwards;
    -moz-animation: addcar 1s linear forwards;
    animation: addcar 1s linear forwards;
}

@-webkit-keyframes addcar {
    0% {
        opacity: 0;
        width: 10px;
        height: 10px;
    }
    30% {
        opacity: 1;
        width: 30px;
        height: 30px;
    }
    70% {
        opacity: 1;
        width: 30px;
        height: 30px;
    }
    100% {
        opacity: 0;
        width: 0;
        height: 0;
    }
}

/*页面提示*/
.tooltip {
    position: fixed;
    top: 300px;
    left: 50%;
    z-index: 9;
    width: 380px;
    margin-left: -190px;
    padding: 20px 40px 20px 120px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .2);
    font-size: 16px;
    line-height: 34px;
}

.tooltip::before {
    position: absolute;
    top: 20px;
    left: 60px;
    content: "";
    width: 34px;
    height: 34px;
    background-image: url(images/sprite.png);
    background-position: -226px -156px;
}

/*plugins适配*/
/*layer*/
.layui-layer {
    border-radius: 4px;
}

.layui-layer-title {
    height: 66px;
    line-height: 66px;
    background-color: #f4f4f4;
    border-bottom: 1px solid #d9d9d9;
    border-radius: 4px 4px 0 0;
    font-size: 18px;
}

.layui-layer-close1 {
    width: 30px !important;
    height: 30px !important;
    margin-top: 3px;
    background: url(images/sprite.png) no-repeat -102px -242px !important;
}

.layui-layer-content {
    border-radius: 0 0 4px 4px;
}

.btns .layui-layer-close {
    position: static
}

/*swiper*/
.swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    background: #fff;
    border-radius: 0;
    opacity: .3
}

.swiper-pagination-bullet-active {
    opacity: .8
}


/* ---------- qq客服 ---------- */

.rides-cs {
    font-size: 12px;
    background: #7a8074;
    position: fixed;
    top: 150px;
    left: 0px;
    _position: absolute;
    z-index: 1500;
    border-radius: 6px 0px 0 6px;
}

.rides-cs a {
    color: #00A0E9;
}

.rides-cs a:hover {
    color: #ff8100;
    text-decoration: none;
}

.rides-cs .floatL {
    width: 36px;
    float: left;
    position: relative;
    z-index: 1;
    margin-top: 21px;
}

.rides-cs .floatL a {
    font-size: 0;
    text-indent: -999em;
    display: block;
}

.rides-cs .floatR {
    width: 130px;
    float: left;
    padding: 5px;
    overflow: hidden;
    display: none;
}

.rides-cs .floatR .cn {
    background: #F7F7F7;
    border-radius: 6px;
    margin-top: 4px;
}

.rides-cs .cn .titZx {
    font-size: 14px;
    color: #333;
    font-weight: 600;
    line-height: 24px;
    padding: 5px;
    text-align: center;
}

.rides-cs .cn ul {
    padding: 0px;
}

.rides-cs .cn ul li {
    line-height: 38px;
    height: 38px;
    border-bottom: solid 1px #E6E4E4;
    overflow: hidden;
    text-align: center;
}

.rides-cs .cn ul li span {
    color: #777;
}

.rides-cs .cn ul li a {
    color: #777;
}

.rides-cs .cn ul li img {
    vertical-align: middle;
}

.rides-cs .btnOpen, .rides-cs .btnCtn {
    position: relative;
    z-index: 9;
    top: 25px;
    left: 0;
    background-image: url("../../images/lanrenzhijia.png");
    background-repeat: no-repeat;
    display: block;
    height: 146px;
    padding: 8px;
}

.rides-cs .btnOpen {
    background-position: 0 0;
}

.rides-cs .btnCtn {
    background-position: -37px 0;
}

.rides-cs ul li.top {
    border-bottom: solid #ACE5F9 1px;
}

.rides-cs ul li.bot {
    border-bottom: none;
}

.rides-cs:hover {
    background: #000;
}

.jgdiv {
    border: 1px solid #e2e2e2;
    background-color: #f8f8f8;
    cursor: pointer;
    font-size: 12px;
    height: 22px;
    line-height: 15px;
    width: 122px;
    display: none;
    margin: 0px 0px 0px 20px;
}

.jgdiv .machined {
    display: block;
    float: left;
    width: 54px;
    height: 21px;
    background: #5ab356;
    color: #fff;
    line-height: 21px;
}

/* ---------- Pagination ---------- */
div.pagination {
    height: 20px;
    margin-bottom: 10px;
}

div.pagination a, div.pagination span {
    height: 18px;
    line-height: 18px;
    display: inline;
    float: left;
    margin-left: 3px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    outline: none;
    blr: expression(this.hideFocus =   true);
}

div.pagination a {
    padding: 0px 5px;
    border: 1px solid #cccccc;
}

div.pagination a:hover {
    border: 1px solid #fd6d01;
    text-decoration: none;
}

div.pagination a.previousPage {
    width: 18px;
    padding: 0px;
    background: url(../css/images/common.gif) 0px -180px no-repeat;
}

div.pagination span.previousPage {
    width: 18px;
    cursor: default;
    border: 1px solid #cccccc;
    background: url(../css/images/common.gif) -30px -180px no-repeat;
}

div.pagination a.nextPage {
    width: 18px;
    padding: 0px;
    background: url(../css/images/common.gif) 0px -210px no-repeat;
}

div.pagination span.nextPage {
    width: 18px;
    cursor: default;
    border: 1px solid #cccccc;
    background: url(../css/images/common.gif) -30px -210px no-repeat;
}

div.pagination a.firstPage {
    width: 18px;
    padding: 0px;
    background: url(../css/images/common.gif) -60px -180px no-repeat;
}

div.pagination span.firstPage {
    width: 18px;
    cursor: default;
    border: 1px solid #cccccc;
    background: url(../css/images/common.gif) -90px -180px no-repeat;
}

div.pagination a.lastPage {
    width: 18px;
    padding: 0px;
    background: url(../css/images/common.gif) -60px -210px no-repeat;
}

div.pagination span.lastPage {
    width: 18px;
    cursor: default;
    border: 1px solid #cccccc;
    background: url(../css/images/common.gif) -90px -210px no-repeat;
}

div.pagination .currentPage {
    padding: 0px 5px;
    color: #fd6d01 !important;
    font-weight: bold;
    cursor: default;
    border: 1px solid #fd6d01;
    background-color: #ffede1;
}

div.pagination .pageBreak {
    padding: 0px 5px;
    color: #3366cc;
    cursor: default;
}

/* ---------- Message ---------- */
div.xxMessage {
    padding: 10px 30px;
    display: none;
    position: fixed;
    _position: absolute;
    top: 25%;
    _top: expression(( document.documentElement.scrollTop ||
		document.body.scrollTop) +   Math.round ( 25 *   (
		document.documentElement.offsetHeight ||   document.body.clientHeight
		)/100 ) +   "px" );
    left: 50%;
    z-index: 100;
    overflow: hidden;
    -webkit-box-shadow: 1px 1px 6px #999999;
    -moz-box-shadow: 1px 1px 6px #999999;
    box-shadow: 1px 1px 6px #999999;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#e5e5e5,direction=0,strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#d4d4d4,direction=90,strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#d4d4d4,direction=180,strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#e5e5e5,direction=270,strength=3)";
    filter: progid:DXImageTransform.Microsoft.Shadow (color=#e5e5e5,
            direction=0, strength=3;
) progid: DXImageTransform . Microsoft . Shadow ( color = #d4d4d4, direction = 90,
strength = 3 ) progid: DXImageTransform . Microsoft . Shadow ( color = #d4d4d4, direction = 180, strength = 3 ) progid: DXImageTransform . Microsoft . Shadow ( color = #e5e5e5, direction = 270,
strength = 3 );
    border: 1px solid #999999;
    background-color: #ffffff;
}

div.xxMessage .messageContent {
    line-height: 24px;
    padding: 0px 10px 0px 30px;
    color: #666666;
}

div.xxMessage .messagewarnIcon {
    background: url(../images/common.gif) -60px -330px no-repeat;
}

div.xxMessage .messagesuccessIcon {
    background: url(../images/common.gif) -30px -360px no-repeat;
}

div.xxMessage .messageerrorIcon {
    background: url(../images/common.gif) 0px -390px no-repeat;
}

div.xxMessage .messageIframe {
    width: 2000px;
    height: 2000px;
    position: absolute;
    left: -100px;
    top: -100px;
    z-index: -1;
}

/*.jgdiv .processingFeeSpan {*/
    /*display: block;*/
    /*float: left;*/
    /*width: 60px;*/
    /*height: 21px;*/
    /*line-height: 21px;*/
/*}*/

/*购物车*/
.cart-title {
    margin-bottom: 20px;
    border-bottom: 1px solid #c8c8c8;
}

.cart-title span {
    display: inline-block;
    line-height: 48px;
    border-bottom: 3px solid #e41f2b;
    font-size: 18px;
    color: #e41f2b;
}

.i-table tr:hover {
    background: #fdfdfd;
}

.i-table th, .i-table td {
    padding: 10px 4px;
}

.i-table th {
    border-top: 1px solid #656565;
    border-bottom: 1px solid #656565;
}

.i-table td {
    border-bottom: 1px solid #e8e8e8;
}

.table-total td {
    padding: 24px 4px!important;
}
.table-total.td1 td {
    padding: 34px 4px!important;
}
.table-total.td2 td {
    padding: 15px 4px!important;
}
.table-total p {
    line-height: 2;
}

.table-total p i {
    display: inline-block;
    width: 100px;
    text-align: right;
    margin-right: 8px;
}

.lookDetail .form-process {
    margin-left: 450px;
}

/*支付*/
.payment-header {
    margin-bottom: 40px;
    padding: 45px 0;
    background: #effded;
    line-height: 60px;
    font-size: 20px;
    text-align: center;
}

.payment-header img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.payment-con {
    margin-bottom: 40px;
}

.payment-con .title {
    padding: 15px 0;
    font-size: 16px;
}

.payment-con table {
    border-top: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
}

.payment-con th, .payment-con td {
    padding: 12px 20px;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    text-align: left;
}

.payment-con th {
    background: #f6f6f6;
    text-align: center;
}

/*订单*/
.order {
    padding-bottom: 15px;
    border-bottom: 1px solid #e8e8e8;
}
.order-title {
    margin-bottom: 6px;
    padding: 10px 0;
    font-size: 16px;
}
.order-title strong {
    padding-right: 20px;
}
.order-title a {
    display: inline-block;
    margin: 0 20px;
    color: #e41f2b;
}
.addrs li {
    position: relative;
    margin-bottom: 12px;
    border: 2px solid transparent;
    font-size: 16px;
    overflow: hidden;
}
.addrs li.active {
    padding-left: 80px;
    border-color: #e41f2b;
}
.addrs li label {
    display: block;
    line-height: 30px;
}
.addrs li.active::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "寄送至";
    display: block;
    padding-left: 25px;
    background: url(images/addr.png) no-repeat 8px center;
    line-height: 30px;
    font-size: 14px;
    color: #e41f2b;
}
.addrs li.active::after, .radios li.active::after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    z-index: 2;
    width: 15px;
    height: 15px;
    background: url(images/addr-active.png) no-repeat;
}


.order form {
    display: none;
    padding: 15px 0;
}
.order  li {
    margin-bottom: 10px;
}
.order  li i {
    display: inline-block;
    width: 5em;
}
.invoice li i {
    width: 8em;
}
.order  input, .order form select {
    line-height: 28px;
    padding-left: 20px;
    padding-right: 10px;
    border: 1px solid #c8c8c8;
}
.order  select {
    height: 30px;
    width: 150px;
    margin-right: 10px;
}
.order  input, .invoice select {
    width: 300px;
}
.order form-btn {
    padding-top: 10px;
    padding-left: 5em;
}
.order > p {
    padding: 6px 0;
}
.order .radios {
    margin-bottom: 12px;
}
.radios li {
    position: relative;
    float: left;
    min-width: 100px;
    line-height: 32px;
    margin-right: 10px;
    padding: 0 26px;
    border: 1px solid #c8c8c8;
    text-align: center;
    cursor: pointer;
}
.radios li.active {
    line-height: 30px;
    padding: 0 25px;
    border: 2px solid #e41f2b;
}

label.radio {
    position: relative;
    display: inline-block;
    margin-right: 60px;
    cursor: pointer;
}

label.radio input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

label.radio input[type="radio"] + span {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    margin-right: 14px;
    background: url(images/sprite.png) no-repeat -282px -242px;
}

label.radio input[type="radio"]:checked + span {
    background-position: -282px -254px;
}

.index-news {
    height: 640px;
    padding-top: 60px;
    background: url(images/index-bg3.jpg) no-repeat top center;
}
.index-news ul {
    padding: 60px 0;
    background: #fff;
    overflow: hidden;
}
.index-news li {
    float: left;
    width: 260px;
    height: 195px;
    margin-left: 30px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.index-news li.active {
    width: 560px;
}
.index-news li > div {
    width: 560px;
}
.index-news li img {
    display: block;
    width: 260px;
    height: 195px;
}
.index-news .news-con {
    float: left;
    width: 260px;
    margin-left: 30px;
    margin-right: 10px;
    overflow: hidden;
}
.index-news .news-con i {
    display: block;
    line-height: 26px;
    margin-bottom: 10px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    font-size: 12px;
    color: #999;
}
.index-news .news-con strong {
    display: block;
    padding: 10px 0;
    line-height: 1.5;
    font-size: 18px;
}
.index-news .news-con p {
    padding-bottom: 12px;
    font-size: 14px;
    color: #666;
    line-height: 1.5
}
.index-news .news-con a {
    font-size: 12px;
    color: #e41f2b;
}
.index-news img:hover {
    opacity: .9
}
