/*初始化css*/
/* reset 初始化css*/
body,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,th,td,p,blockquote,pre,form,fieldset,legend,input,button,textarea,article,aside,footer,header,hgroup,nav,section,menu{margin:0; padding:0;-webkit-text-size-adjust:100%;}
table{border-collapse:collapse;border-spacing:0;}
em,i{font-style:normal;display:inline-block;}
li{list-style:none;}
img{border:0;}
input,img{vertical-align:middle;}
article,aside,footer,header,hgroup,nav,section,menu{display:block;}
a{text-decoration:none;color: #333;}
textarea{ -webkit-appearance: none;}
a{-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-touch-callout:none;}
a:link,a:visited,a:active{text-decoration:none;}
a:focus {outline:none;  -moz-outline:none;}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {display: none;}
input,textarea{-webkit-appearance: none;border-radius: 0;}

/*所有项目公用css*/
/*所有项目都能用公用类*/
.yformater-layer{
    display: none;
}
html{
	font-size: 50px;
}

html{
    height: 100%;
	margin: 0;/*清除默认样式*/
    padding: 0;
}
body{
    height: 100%;
    position: relative;
}
body{
	text-size-adjust:100%;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-size: 14px;
	background-color: #fff;
    font-family: "Microsoft YaHei", Helvetica, STHeiTi, sans-serif;
	color: #000;
}

*{
	-webkit-tap-highlight-color:rgba(255,255,255,0);
	tap-highlight-color:rgba(255,255,255,0);
	outline:none;
}
.fl{float: left;}
.fr{float: right;}
.bold{font-weight:bold}
.bold{font-weight:bold}
.hidden{overflow:hidden;height:0;}
.dib{display: inline-block;}
.txt_r{text-align:right;}
.txt_l{text-align:left ;}
.txt_c{text-align:center;}
.hidden{overflow:hidden;height:0;}
.clear{clear:both;}

.clearfix{
	zoom:1;
}
.clearfix:after{
	content:'';
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
}

.elps{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.clipline{
	overflow: hidden;
	word-break: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.cliplines{
	display: -webkit-box!important;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}
.line2{
	-webkit-line-clamp: 2;
}
.line3{
	-webkit-line-clamp: 3;
}
.line4{
	-webkit-line-clamp: 4;
}
.g-loading {
	display: none;
}
.i-block {
	display: inline-block;
}
.text-grey {
	color: #a2a2a2;
}
.hide {
	display: none;
}
.s-black,.i-block {
	vertical-align: text-bottom;
}
.border-top {
	background-image: url(../images/temp/address.png);
    width: 100%;
    height: .08rem;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: .22rem;
    margin-bottom: 5px;
}
.border-bottom {
	background-image: url(../images/temp/address.png);
    width: 100%;
    height: .08rem;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-bottom: .22rem;
    margin-top: 5px;
    transform: rotateY(180deg);
}
.flex-1, .flex-l, .flex-r {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}


/* 弹性盒子 */
.none{
    display: none;
}
.block{
    display: block;
}
.zfix{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.zfix1{
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-flex-grow:1;
    flex: 1;
}

.zline1{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.zline2{
    display: -webkit-box;
    display: -moz-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
}
.zline3{
    display: -webkit-box;
    display: -moz-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:3;
}
.zauto-center{position : absolute; top : 50%; left : 50%;
    transform : translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);}


/*此项目公用css*/
/*次项目公共代码规则*/
/*思路
    1，方便同一段的修改一些可能调整的地方，
    2，方便后台调用；
*/
/*统一背景代码*/


/*--6.21 zm--*/

.width1200 {
    width: 1200px!important;
}
.zJ-row-3 {
    width: 1080px!important;
}
.zfl {
    /*float: left!important;*/
}

.bg-b {
}
.bg-w {
    background: #fff;
}
.bj-f3f3f7{
    background:#f3f3f7;
    padding-top: 6px;
    padding-bottom: 6px;
}
.bj-f3f3f7 #links .copyright, #links .list{
    color: #707479;
}
.bj-f3f3f7 #links .list{
    color: #707479;
}
.bj-f3f3f7 #links .list a{
    color: #707479;
}


.S-bjColor-EC3D42{
    background: #EC3D42 !important;
}


.S-color-EC3D42{
    color: #EC3D42 !important;
}
.hover:hover{
    opacity: .5;
}


/*向上的间距*/
.mt-section {
    margin-top: .1rem;
}
/*向下的间距*/
.mb-section {
    margin-bottom: .1rem;;
}

/*大框的居中*/
.padding-section-detail{
    padding-left: .3rem;
    padding-right: .3rem;
}

/*统一的红色*/
.G-color-ec3d42{
    color: #ec3d42 !important;
}

/*单行居中的p*/
.line-p{
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    position: relative;
}
/*上边框*/
.bd_1top {
    border-top: 1px solid #efeff4;
}
 .inline-block{
    display: inline-block;
 }
 .block{
    display: block;
 }
 .none{
    display: none;
 }
.relative{
    position: relative;
    left: 0;
    top: 0;
}
.absolute{
    position: absolute;
    top: 0;
    left: 0;
}

body,div,a,ol,ul, li, dl, dd, dt, img, h1, h2, h3, h4, h5, form, p, table,input,select,textarea,button {
    margin: 0;
    padding: 0;
    list-style: none;
    outline:none;
}
img,a{
    border: none
}
body {
    min-width:1000px;
}
a {
    text-decoration:none;
    outline: none;
    color:#333;
}
.arail{
    font-family:Arial, Helvetica, sans-serif
}
.arial { font-family: Arial !important;}
a,a:hover{
    transition: color 0.1s;
}
a:hover{
}
.hide{
    display:none;
}
.clear{
    zoom: 1;
}
.clear:after{
    display: block;
    content: "";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
.j-row{
    width:1000px;
    margin-left:auto;
    margin-right: auto;
    position:relative;
}
.j-row-2{
    width:880px;
}
.f-right{
    float:right
}
.f-left{
    float:left;
}
/*精灵图css*/

.icon {
  background-image: url('../images/sprite.png');
}

.icon-address-add {
  background-position: -1498px -902px;
  width: 19px;
  height: 19px;
}
.icon-address-add2 {
  background-position: -1536px -902px;
  width: 19px;
  height: 19px;
}
.icon-alarm-1208 {
  background-position: -1338px -681px;
  width: 18px;
  height: 18px;
}
.icon-auction_pc {
  background-position: -0px -808px;
  width: 884px;
  height: 124px;
}
.icon-bg-2 {
  background-position: -1786px -291px;
  width: 6px;
  height: 6px;
}
.icon-bg-opacity {
  background-position: -1786px -251px;
  width: 12px;
  height: 14px;
}
.icon-car-zc {
  background-position: -1386px -902px;
  width: 24px;
  height: 22px;
}
.icon-checkbox {
  background-position: -228px -1156px;
  width: 21px;
  height: 43px;
}
.icon-consultant_header {
  background-position: -1742px -565px;
  width: 54px;
  height: 54px;
}
.icon-detail-guwen-pic {
  background-position: -184px -1156px;
  width: 44px;
  height: 46px;
}
.icon-dialog-bottom {
  background-position: -1378px -364px;
  width: 244px;
  height: 10px;
}
.icon-dialog-close {
  background-position: -1363px -902px;
  width: 23px;
  height: 23px;
}
.icon-dialog-top {
  background-position: -1116px -743px;
  width: 244px;
  height: 24px;
}
.icon-fuwu-c {
  background-position: -1510px -565px;
  width: 116px;
  height: 96px;
}
.icon-g-address-check {
  background-position: -1478px -932px;
  width: 24px;
  height: 24px;
}
.icon-g-address-checked {
  background-position: -1454px -932px;
  width: 24px;
  height: 24px;
}
.icon-ico-1 {
  background-position: -1004px -124px;
  width: 112px;
  height: 660px;
}
.icon-ico-13 {
  background-position: -0px -1156px;
  width: 84px;
  height: 304px;
}
.icon-ico-2 {
  background-position: -224px -932px;
  width: 104px;
  height: 204px;
}
.icon-ico-3 {
  background-position: -138px -1202px;
  width: 22px;
  height: 50px;
}
.icon-ico-6 {
  background-position: -1004px -0px;
  width: 794px;
  height: 124px;
}
.icon-ico-8 {
  background-position: -84px -1156px;
  width: 54px;
  height: 104px;
}
.icon-ico-down {
  background-position: -1652px -364px;
  width: 14px;
  height: 9px;
}
.icon-ico-down2 {
  background-position: -1666px -364px;
  width: 14px;
  height: 9px;
}
.icon-ico-hover {
  background-position: -1457px -550px;
  width: 14px;
  height: 14px;
}
.icon-ico-tui {
  background-position: -542px -932px;
  width: 110px;
  height: 78px;
}
.icon-identify-alarm-style {
  background-position: -1320px -565px;
  width: 190px;
  height: 116px;
}
.icon-ji-start {
  background-position: -776px -932px;
  width: 124px;
  height: 54px;
}
.icon-jiang-1207 {
  background-position: -1786px -265px;
  width: 11px;
  height: 15px;
}
.icon-kaiqiang-1217 {
  background-position: -900px -932px;
  width: 124px;
  height: 54px;
}
.icon-licai-weixin {
  background-position: -1004px -784px;
  width: 118px;
  height: 118px;
}
.icon-logo-1217 {
  background-position: -1378px -303px;
  width: 208px;
  height: 61px;
}
.icon-logo {
  background-position: -1589px -699px;
  width: 207px;
  height: 44px;
}
.icon-m-ico-code {
  background-position: -1702px -124px;
  width: 95px;
  height: 95px;
}
.icon-mdjf {
  background-position: -1442px -550px;
  width: 15px;
  height: 15px;
}
.icon-mdjj {
  background-position: -1427px -550px;
  width: 15px;
  height: 15px;
}
.icon-my-address {
  background-position: -1555px -902px;
  width: 19px;
  height: 19px;
}
.icon-my-appointment {
  background-position: -1320px -681px;
  width: 18px;
  height: 18px;
}
.icon-my-coupon {
  background-position: -1780px -638px;
  width: 18px;
  height: 19px;
}
.icon-my-order {
  background-position: -1780px -619px;
  width: 18px;
  height: 19px;
}
.icon-new-flag {
  background-position: -1510px -661px;
  width: 28px;
  height: 16px;
}
.icon-photo-c {
  background-position: -1683px -1036px;
  width: 50px;
  height: 50px;
}
.icon-product-img-1217 {
  background-position: -1116px -386px;
  width: 311px;
  height: 179px;
}
.icon-qgbtn {
  background-position: -1702px -219px;
  width: 84px;
  height: 84px;
}
.icon-qiangkong-1204 {
  background-position: -1326px -784px;
  width: 204px;
  height: 54px;
}
.icon-qiangkong-1217 {
  background-position: -652px -932px;
  width: 124px;
  height: 54px;
}
.icon-quick {
  background-position: -1356px -681px;
  width: 14px;
  height: 18px;
}
.icon-receipt-img {
  background-position: -1427px -386px;
  width: 224px;
  height: 164px;
}
.icon-receipt {
  background-position: -1742px -619px;
  width: 38px;
  height: 38px;
}
.icon-refund-money {
  background-position: -432px -932px;
  width: 110px;
  height: 78px;
}
.icon-return-money {
  background-position: -1432px -902px;
  width: 22px;
  height: 22px;
}
.icon-search-c {
  background-position: -1734px -784px;
  width: 50px;
  height: 50px;
}
.icon-select-down {
  background-position: -1637px -364px;
  width: 15px;
  height: 10px;
}
.icon-select-up {
  background-position: -1622px -364px;
  width: 15px;
  height: 10px;
}
.icon-shangou-1222-ico {
  background-position: -1128px -902px;
  width: 62px;
  height: 23px;
}
.icon-shangou-1222 {
  background-position: -1647px -838px;
  width: 94px;
  height: 34px;
}
.icon-share-1209 {
  background-position: -1651px -520px;
  width: 144px;
  height: 28px;
}
.icon-shop-c {
  background-position: -1626px -565px;
  width: 116px;
  height: 96px;
}
.icon-shop-weixin {
  background-position: -328px -932px;
  width: 104px;
  height: 104px;
}
.icon-shopFlow-right {
  background-position: -1786px -219px;
  width: 12px;
  height: 16px;
}
.icon-shops-new-logo {
  background-position: -138px -1156px;
  width: 46px;
  height: 46px;
}
.icon-shouyi-bg-1204 {
  background-position: -1116px -699px;
  width: 473px;
  height: 44px;
}
.icon-slogan {
  background-position: -1508px -838px;
  width: 139px;
  height: 34px;
}
.icon-start-tel-1209 {
  background-position: -1530px -784px;
  width: 204px;
  height: 54px;
}
.icon-subbtn-bg-1204-on {
  background-position: -1586px -303px;
  width: 204px;
  height: 54px;
}
.icon-subbtn-bg-1204 {
  background-position: -1122px -784px;
  width: 204px;
  height: 54px;
}
.icon-t03 {
  background-position: -1048px -1036px;
  width: 64px;
  height: 70px;
}
.icon-t03_hover {
  background-position: -648px -1036px;
  width: 80px;
  height: 94px;
}
.icon-t1 {
  background-position: -1496px -1036px;
  width: 64px;
  height: 70px;
}
.icon-t1_hover {
  background-position: -568px -1036px;
  width: 80px;
  height: 94px;
}
.icon-t2 {
  background-position: -1432px -1036px;
  width: 64px;
  height: 70px;
}
.icon-t2_hover {
  background-position: -488px -1036px;
  width: 80px;
  height: 94px;
}
.icon-t3 {
  background-position: -1368px -1036px;
  width: 64px;
  height: 70px;
}
.icon-t3_hover {
  background-position: -408px -1036px;
  width: 80px;
  height: 94px;
}
.icon-t4 {
  background-position: -1112px -1036px;
  width: 64px;
  height: 70px;
}
.icon-t4_hover {
  background-position: -888px -1036px;
  width: 80px;
  height: 94px;
}
.icon-t5 {
  background-position: -1240px -1036px;
  width: 64px;
  height: 70px;
}
.icon-t5_hover {
  background-position: -728px -1036px;
  width: 80px;
  height: 94px;
}
.icon-t6 {
  background-position: -1176px -1036px;
  width: 64px;
  height: 70px;
}
.icon-t6_hover {
  background-position: -808px -1036px;
  width: 80px;
  height: 94px;
}
.icon-t7 {
  background-position: -1560px -1036px;
  width: 64px;
  height: 70px;
}
.icon-t7_hover {
  background-position: -328px -1036px;
  width: 80px;
  height: 94px;
}
.icon-t8 {
  background-position: -1304px -1036px;
  width: 64px;
  height: 70px;
}
.icon-t8_hover {
  background-position: -968px -1036px;
  width: 80px;
  height: 94px;
}
.icon-tab-left {
  background-position: -1785px -386px;
  width: 13px;
  height: 24px;
}
.icon-tab-right {
  background-position: -1360px -743px;
  width: 169px;
  height: 24px;
}
.icon-tip-4s {
  background-position: -1190px -902px;
  width: 42px;
  height: 23px;
}
.icon-tip-pin {
  background-position: -1232px -902px;
  width: 42px;
  height: 23px;
}
.icon-tip-zong {
  background-position: -1274px -902px;
  width: 42px;
  height: 23px;
}
.icon-top-tel {
  background-position: -1538px -661px;
  width: 14px;
  height: 16px;
}
.icon-top_left_new {
  background-position: -1733px -1036px;
  width: 48px;
  height: 48px;
}
.icon-trig-2 {
  background-position: -1786px -280px;
  width: 9px;
  height: 11px;
}
.icon-tui-1205 {
  background-position: -1454px -902px;
  width: 22px;
  height: 22px;
}
.icon-tui-select-down {
  background-position: -1420px -932px;
  width: 34px;
  height: 34px;
}
.icon-tui-select-top {
  background-position: -1741px -838px;
  width: 34px;
  height: 34px;
}
.icon-u-btn-gou {
  background-position: -1024px -932px;
  width: 104px;
  height: 54px;
}
.icon-u-gou-end {
  background-position: -1128px -932px;
  width: 104px;
  height: 54px;
}
.icon-u-ico-jiang {
  background-position: -988px -808px;
  width: 16px;
  height: 20px;
}
.icon-u-ico-xinche {
  background-position: -1066px -902px;
  width: 62px;
  height: 24px;
}
.icon-u-ico-yushou {
  background-position: -1004px -902px;
  width: 62px;
  height: 24px;
}
.icon-u-ico-zhe {
  background-position: -988px -828px;
  width: 16px;
  height: 20px;
}
.icon-u-identify-ico {
  background-position: -1786px -235px;
  width: 11px;
  height: 16px;
}
.icon-user-test {
  background-position: -1624px -1036px;
  width: 59px;
  height: 58px;
}
.icon-weixin-box-1029 {
  background-position: -1378px -124px;
  width: 324px;
  height: 179px;
}
.icon-weixin-c {
  background-position: -884px -808px;
  width: 104px;
  height: 124px;
}
.icon-weixin-close-c {
  background-position: -1775px -838px;
  width: 23px;
  height: 24px;
}
.icon-xian-1204 {
  background-position: -1476px -902px;
  width: 22px;
  height: 22px;
}
.icon-xinche-1222-ico {
  background-position: -1723px -743px;
  width: 64px;
  height: 24px;
}
.icon-xinche-1222 {
  background-position: -1326px -932px;
  width: 94px;
  height: 34px;
}
.icon-youshi-ico-1204 {
  background-position: -1410px -902px;
  width: 22px;
  height: 22px;
}
.icon-yushou-1222-ico {
  background-position: -1659px -743px;
  width: 64px;
  height: 24px;
}
.icon-yushou-1222 {
  background-position: -1232px -932px;
  width: 94px;
  height: 34px;
}
.icon-yuyue_btn_bg {
  background-position: -1122px -838px;
  width: 204px;
  height: 54px;
}
.icon-yuyue_clock {
  background-position: -1316px -902px;
  width: 24px;
  height: 23px;
}
.icon-z-ico-shijia {
  background-position: -1594px -743px;
  width: 65px;
  height: 24px;
}
.icon-z-ico-shijia2 {
  background-position: -1529px -743px;
  width: 65px;
  height: 24px;
}
.icon-zclogo {
  background-position: -1517px -902px;
  width: 19px;
  height: 19px;
}
.icon-apply_1029 {
  background-position: -1326px -838px;
  width: 182px;
  height: 44px;
}
.icon-detail-guwen-dec {
  background-position: -1116px -565px;
  width: 204px;
  height: 134px;
}
.icon-lcc-pop-close {
  background-position: -1340px -902px;
  width: 23px;
  height: 23px;
}
.icon-lcc-weinxin-1029 {
  background-position: -0px -932px;
  width: 224px;
  height: 224px;
}
.icon-slide-1 {
  background-position: -0px -404px;
  width: 1004px;
  height: 404px;
}
.icon-slide-2 {
  background-position: -0px -0px;
  width: 1004px;
  height: 404px;
}
.icon-weixin_1029 {
  background-position: -1651px -386px;
  width: 134px;
  height: 134px;
}
.icon-wxgzh {
  background-position: -1116px -124px;
  width: 262px;
  height: 262px;
}


/*次项目使用的字体图标*/
/*特殊字体*/

@font-face{
    font-family:"DIN_Condensed_Bold";
    src:url("fonts/DIN_Condensed_Bold.eot");/*IE9兼容模式*/
    src:url("fonts/DIN_Condensed_Bold.eot?#iefix") format("embedded-opentype"),/*IE6~IE8*/
        url("fonts/DIN_Condensed_Bold.woff2") format("woff2"),/*现代浏览器(IE9+、Firefox3.5+、Chrome6+、Safari3.6+、Opera11.1+等)升级版*/
        url("fonts/DIN_Condensed_Bold.woff") format("woff"),/*现代浏览器(IE9+、Firefox3.5+、Chrome6+、Safari3.6+、Opera11.1+等)*/
        url("fonts/DIN_Condensed_Bold.ttf") format("truetype"),/*Safari、Android、iOS*/
        url("fonts/DIN_Condensed_Bold.svg#DIN_Condensed_Bold") format("svg")/*Legacy iOS*/;
    font-weight:bold;
    font-style:normal;
}


/*icon-font*/
@font-face {
    font-family: 'icomoon';
    src:    url('fonts/icomoon.eot?b20ajt');
    src:    url('fonts/icomoon.eot?b20ajt#iefix') format('embedded-opentype'),
        url('fonts/icomoon.ttf?b20ajt') format('truetype'),
        url('fonts/icomoon.woff?b20ajt') format('woff'),
        url('fonts/icomoon.svg?b20ajt#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}














/*次项目使用的字体图标*/
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?lbxzd0');
  src:  url('fonts/icomoon.eot?lbxzd0#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?lbxzd0') format('truetype'),
    url('fonts/icomoon.woff?lbxzd0') format('woff'),
    url('fonts/icomoon.svg?lbxzd0#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-ic_time2:before {
    content: "\e903";
}

.icon-ic_choose2:before {
    content: "\e909";
}
.icon-bottom:before{
    content: "\e601";
}


/*选择颜色*/
.Spadding0{
  padding:0px !important;
}
.Swidth1000{
   width: 1000px !important;
}
.SnoBorder{
    border: none !important;
}
.mg20 {
    margin-left: -20px;
}
.mg-30 {
    margin-top: 30px;
}
.relative {
    position: relative;
}
.mg145 {
    margin-left: 145px;
}
.product .parameter .dl .c-choose {
    border: 0px;
    margin-left: 14px;
}
.product .parameter dl.J_DetailCheXingList {
    border: 0px;
    margin-left: 0px;
    width: 300px;
}
.prelative{
    position: relative!important;
}

.banner-block{
    height: 40px;
}


.platform-web-share a {
    display: block;
    position: relative;
    float: left;
    width: 24px;
    height: 24px;
    margin-bottom: 5px;
    background: url(http://mat1.gtimg.com/auto/css/platform_img/share.png) no-repeat;
    transition: all .5s ease-in-out 0s;
    margin-right: 5px;
}
.product .parameter .dl .z-color {
    color: #333;
    display: block;
    height: 26px;
    line-height: 25px;
    text-align: center;
}
.product .parameter .dl dd{
    box-sizing: border-box;
    display: inline-block;

    height: 28px;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 28px;
}

.product .parameter .dl dd.current {
    border: 2px solid #fc5438;
    color: #fc5438;
}

.parameter .dl a.new-flag {
    background: url(../images/new-flag.png) no-repeat;
    background-position: top right;
}

.product .parameter .dl .z-current {
    border: 2px solid #fc5438;
    color: #fc5438;
}
.header-2 {
    font-size: 14px;
    color: #434343;
    padding-left: 10px;
    border-bottom: 1px solid #e3e3e3;
    height: 35px;
    line-height: 35px;
    background: #f6f6f6;
}
.mg-40 {
    margin-top: 40px;
}


/*详情页*/

 .j-row {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
 .j-row .Spadding0{
     margin-top: 30px;
 }
.product {
    padding: 10px;
    width: 980px;
}
.block-1 {
    border: 1px solid #e3e3e3;
    background: #FFF;
}
.mg-17 {
    margin-top: 17px;
}
.clear {
    zoom: 1;
}
.product .p-left {
    float: left;
    width: 480px;
}
.product .p-imgs {
    width: 480px;
    overflow: hidden;
}
.product .p-img, .product .p-img img {
    width: 480px;
    height: 320px;
    display: block;
}
.product .p-img, .product .p-img img {
    width: 480px;
    height: 320px;
    display: block;
}
.product .p-imgs ul {
    margin-top: 10px;
    width: 490px;
}
.product .p-imgs ul li.current {
    border: 2px solid #fc553b;
}
.product .p-imgs ul li {
    float: left;
    border: 2px solid #FFF;
    margin-right: 8px;
}
.product .p-imgs ul li img {
    width: 110px;
    height: 73px;
    display: block;
}
.product .p-right {
    width: 490px;
    margin-left: 30px;
    color: #666;
    font-size: 12px;
    float: left;
    word-break: break-all;
    word-wrap: break-word;
}
.product .p-right .title {
    display: inline-block;
    font-size: 20px;
    color: #333;
    line-height: 29px;
}

.product .p-right  em.dot{
    display: inlin-block;
    position: relative;
    top: 4px;
    width: 60px;
    height: 20px;
    margin-right: 3px;
}

.product .p-right  em.icon-z-ico-shijia {
    position: relative;
    top: -3px;
    margin-right: 3px;
    color: #fff;
    text-indent: 25px;
    line-height: 20px;
    font-size: 12px;
    display: inline-block;
    width: 65px;
    height: 21px;
    font-family: "Microsoft YaHei", Helvetica, STHeiTi, sans-serif !important;
}

.product .p-right  em.yushou {

    background-size: 100% 100%;
    background-repeat: no-repeat;
    background: url("../images/yushou.png") 100% 100%;

}


.product .p-right .tip-4 {
    margin-top: 10px;
    font-size: 14px;
    color: #6f7378;
}
.sub-title-c {
    color: #fc5438 !important;
}

.product .tip-1 {
    background: #f6f6f6;
    padding: 20px 0px 6px 10px;
    width: 100%;
    margin-top: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.product .tip-1 li {
    line-height: 1.3;
}
.product .tip-1 li span.label {
    display: inline-block;
    position: relative;
    top: -10px;
    color: #333;
}
.product .tip-1 li span.label1{
    width: 70px;
}
.product .tip-1 li span.label3 {
    display: inline-block;
    position: relative;
    top: -10px;
    color:#6f7378;
    text-decoration: line-through;
    margin-left: 10px;
}
.product .tip-1 li.wu-baojia {
    line-height: 1.3;
    margin-bottom: 10px;
    margin-top: 10px;
}


.helvetica {
    font-style: normal;
    font-variant: normal;
    font-family: helvetica;
}
.price-1207 {
    font-size: 30px;
    color: #ec3d42;
    font-weight: bold;
    position: relative;
    top: -5px;
}

.red-1207 {
    color: #ec3d42;
    position: relative;
    top: -10px;
}

.product .tip-1 li span.new-car-price-title {
    display: inline-block;
    width: 70px;
    position: relative;
    top: -5px;
}

.product .tip-1 li span.new-car-price-none {
    position: relative;
    top: -5px;
}
.product .tip-1 li span.new-car-price-none {
    position: relative;
    top: -5px;
}
.lcc-ml10 {
    margin-left: 1rem;
}
.del {
    text-decoration: line-through;
}

.lcc-ml10 {
    margin-left: 1rem;
}
.deCode-1204 {
    color: #fc5438;
    border: 1px solid #fc5438;
    padding: 2px 4px;
}
.product .p-right .timeWarp {
    height: 40px;
    line-height: 40px;
    color: #333;
    margin-left: 10px;
}
.product .p-right .timeWarp .zLine {
    width: 489px;
    height: 1px;
    background: url(../images/temp/detail-line.png) no-repeat;
    background-size: 100%;
}
.product .p-right .time, .d-content .time {
    float: left;
}
.product .p-right .time-right-kucun .line {
    display: inline-block;
    width: 1px;
    height:9px;
    background:#e1e1ee;
}
.product .p-right .time i, .d-content .time i {
    vertical-align: middle;

}
/*参数选择下的选择*/
.d-content .dc-can #J_BottomChexingNav{
    margin-bottom: 20px;
    margin-left: 6px;
}

.d-content .dc-can #J_BottomChexingNav .label{
    margin-right: 10px;
}

.d-content .dc-can #J_BottomChexingNav{
    margin-bottom: 20px;
    margin-left: 6px;
}

.d-content .dc-can #J_BottomChexingNav .s-opts2{
    top: auto;
    width: 300px;
    margin-top: -1px;
}






.product .p-right .time b {
    font-weight: normal;
}
.product .parameter {
    color: #666;
    font-size: 12px;
    clear: both;
    /*overflow: hidden;*/
}
.product .parameter li {
    position: relative;
    padding-left: 75px;
    margin-top: 20px;
}
.pl-arrow-down {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 9px;
    height: 5px;
    background: url(../images/temp/down.png) no-repeat;
    background-size: 100%;
}
.product .parameter li
.zindex-9 {
    z-index: 9;
}

.chengshi .s-opts{
    /*position: relative;*/
}

.product .parameter li span.label {
    position: absolute;
    left: 12px;
    top: 5px;
}
.select {
    display: inline-block;
    color: #666;
    font-size: 12px;
    position: relative;
    z-index: 2;
}
.s-text-1208 {
    line-height: 26px;
    margin-left: 1px;
    border: 1px solid #d6d6d6;
    padding: 4px 58px 4px 10px;
    color: #333;
}
.s-opts {
    border: 1px solid #d2d2d2;
    font-size: 12px;
    color: #d2d2d2;
    overflow: hidden;
    position: absolute;
    top: 27px;
    z-index: 1111;
    background: #FFF;
    width: 352px;
    display: none;
}
.s-opts .s-close {
    background: rgba(0, 0, 0, 0) url("../images/temp/ico-13.png") repeat scroll 0 -106px;
    color: #666;
    cursor: pointer;
    font-family: arial;
    font-size: 18px;
    font-weight: bold;
    height: 10px;
    line-height: 18px;
    position: absolute;
    right: 10px;
    text-indent: -9999px;
    top: 10px;
    width: 10px;
}
.s-opts ul {
    margin-left: 0px;
    zoom: 1;
    clear: both;
}
.product .parameter li {
    position: relative;
    padding-left: 70px;
    margin-top: 20px;
}
.s-opts ul li {
    margin-left: 10px;
}
.s-opts li {
    margin: 8px 0 3px 0px;
    margin-top: 8px !important;
    float: left;
    width: 48px;
    padding: 0px !important;
}
.s-opts li a {
    position: relative;
}
.s-opts .s-down {
    width: 100%;
    margin: 0!important;
    border-top: 1px solid #d2d2d2;
    background: #d2d2d2;
    margin-top: 4px!important;
}
.s-opts .s-down dl {
    background-color: #fafafa;
    width: 352px;
    zoom: 1;
    font-size: 0;
}
.s-opts .s-down dl dd {
    margin-left: 11px;
}
.s-opts .s-down dl dd {
    margin-top: 8px;
    margin-bottom: 8px;
    min-width: 48px;
    font-size: 12px;
    display: inline-block;
}
.s-opts li a.current {
    color: #FFF;
    padding: 0 4px;
    background: #fc5438;
    white-space: nowrap;
}
.s-opts .s-down dl dd a {
    text-align: center;
}
.s-opts .s-close {
    background: rgba(0, 0, 0, 0) url("../images/temp/close.png") no-repeat;
    color: #666;
    cursor: pointer;
    font-family: arial;
    font-size: 18px;
    font-weight: bold;
    height: 10px;
    line-height: 18px;
    position: absolute;
    right: 10px;
    text-indent: -9999px;
    top: 10px;
    width: 10px;
}
.s-opts .s-down dl:after, .s-opts ul:after {
    display: block;
    content: "";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
.s-opts li a b {
    position: absolute;
    width: 9px;
    height: 5px;
    left: 50%;
    margin-left: -5px;
    bottom: -6px;
    background: url(../images/temp/trig.gif) no-repeat;
}
.selected {
    background: #f2f2f2;
}
.select .s-result {
    text-align: center;
    padding-right: 20px;
    position: relative;
    border: 1px solid #d6d6d6;
    /*min-width: 66px;*/
    height: 26px;
    line-height: 26px;
    cursor: pointer;
}
.select .s-result .s-text {
    display:inline-block;
    padding-left: 8px;
    padding-right: 8px;
    min-width:58px;
    color: #333;
}
.zindex-2 .num {
    margin-left: 10px;
}
.product .parameter li span.label {
    position: absolute;
    left: 12px;
    top: 5px;
    color: #333;
}
.product .parameter .dl {
    height: auto;
    font-size: 0;
}
.product .parameter .dl dd {
    line-height: 25px;
    width: 145px;
    font-size: 12px;
    margin-right: 5px;
    border: 1px solid #d6d6d6;
    margin-bottom: 5px;
    display: inline;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.product .parameter .chexing .chooseColor dd{
    width: auto;
}



.product .parameter .dl .c-two{
    width:145px;
    height: 28px;
    padding: 0 7px;
}

.product .parameter .dl .c-long{
    width:auto;
    padding: 0 7px;
    width: 295px;
    height: 28px;
}
.product .parameter .dl dd.noclick{
    color: #ccc;
}

.product .parameter .dl dd.noclick p{
    color: #ccc;
}

.product .parameter .dl dd.noclick a{
    color: #ccc;
}


.product .parameter .dl a {
    color: #666;
    display: block;
    height: 26px;
    line-height: 25px;
    /*padding: 0 9px;*/
    /* width: 245px; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    color: #333;
}
.product .parameter .dl a.new-flag {
    background: url(../images/new-flag.png) no-repeat;
    background-position: top right;
}
.product .parameter li span.label {
    position: absolute;
    left: 12px;
    top: 5px;
    color: #333;
}
.select2 {
    display: inline-block;
    color: #666;
    font-size: 12px;
    /*position: relative;*/
    vertical-align: middle;
    z-index: 2;
}
.select2 .s-result {
    display: block;
    width: 295px;
    position: relative;
    border: 1px solid #d6d6d6;
    min-width: 66px;
    height: 26px;
    cursor: pointer;
    color: #333;
}
.select2 .s-text {
    line-height: 26px;
    margin-left: 10px;
}
.select2 i {
    position: absolute;
    width: 10px;
    height: 5px;
    top: 50%;
    margin-top: -2.5px;
    background: url(../images/temp/ico-down.png) no-repeat;
    right: 9px;
}
.s-opts2 {
    border: 1px solid #d2d2d2;
    font-size: 12px;
    color: #d2d2d2;
    overflow: hidden;
    position: absolute;
    top: 27px;
    z-index: 1111;
    background: #FFF;
    min-width: 387px;
    display: none;
}
.s-opts2 ul {
    margin-left: 0px;
    zoom: 1;
}
.product .parameter li {
    position: relative;
    padding-left: 75px;
    margin-top: 20px;
}
.s-opts2 ul li {
    margin: 0!important;
    margin-left: 10px!important;
    padding-left: 0!important;
    width: 95%!important;
}
.s-opts2 li {
    border-bottom: 1px solid #d6d6d6;
    float: left;
}
.s-opts2 li a {
    width: 100%;
    padding: 4px;
    position: relative;
    display: block;
}

.s-opts2 li a.current {
    color: #FFF;
    padding: 4px 0px;
    color: #fc5438;
    white-space: nowrap;
}


.city-error {
    margin-left: 10px;
}
.error-msg {
    color: #fc5438;
}
.product .btns {
    font-size: 0;
    margin-top: 15px;
}
.clear {
    zoom: 1;
}
.relative {
    position: relative;
    left: 0;
    top: 0;
}

.product .btns div {
    line-height: 10px;
}

/*验证的错误样式*/
/*城市*/
#J_DetailChengShi.errorClass {}
#J_DetailChengShi .error-msg{
    display: none;
}
#J_DetailChengShi.errorClass .error-msg{
    display: inline-block;
}
#J_DetailChengShi.errorClass .label{
    color: #fc5438;
}
#J_DetailChengShi.errorClass .select .s-result{
    border: 1px solid #fc5438 !important;
}
#J_DetailChengShi.errorClass .select .s-result .s-text{
    color: #fc5438 !important;
}

#J_DetailChengShi .select .s-result .icon{
    position: absolute;
    display: inline-block;
    top: 10px;
    right: 10px;
}

#J_DetailChengShi.errorClass .select .error-msg{
    display: inline-block;
}
/*车型*/
#J_DetailCheXing.errorClass{}
#J_DetailCheXing.errorClass .label{
    color: #fc5438;
}

#J_DetailCheXing .error-msg{
    display: none;
}

#J_DetailCheXing.errorClass .error-msg{
    display: inline-block;
}

/*颜色*/
#J_DetailYanse.errorClass{}
#J_DetailYanse.errorClass .label{
    color: #fc5438;
}
#J_DetailYanse .error-msg{
    display: none;
}
#J_DetailYanse.errorClass .error-msg{
    display: inline-block;
}


/*门店*/
#J_DetailMenDian.errorClass .label{
    color: #fc5438;
}
#J_DetailMenDian.errorClass .select2 .s-result{
    border: 1px solid #fc5438 !important;
}
#J_DetailMenDian.errorClass .select2 .s-result .s-text{
    color: #fc5438 !important;
}

#J_DetailMenDian .select2 .s-result .icon{
    position: absolute;
    display: inline-block;
    top: 10px;
    right: 10px;
}

#J_DetailMenDian.errorClass{

}
#J_DetailMenDian .error-msg{
    display: none;
}
#J_DetailMenDian.errorClass .error-msg{
    display: block;
}




.qianggou-1204 {
    display: block;
    width: 200px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: #fff;
    margin-top: 10px;
    margin-left: 75px;
    border-radius: 2px;
    background:#ec3d42;
    /*background-image: url(/images/web/subbtn-bg-1204.png);*/
}

.lcc-shenqing-warp {
    margin-top: 10px;
    margin-left: 10px;
}
.hide {
    display: none;
}
.lcc-shenqing {
    display: block;
    width: 454px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #FC5438;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
}
.lcc-shenqing-warp {
    margin-top: 10px;
    margin-left: 10px;
}
.hide {
    display: none;
}
.lcc-shenqing {
    display: block;
    width: 454px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #FC5438;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
}

.licai-box {
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 5px;
    box-sizing: border-box;
    width: 290px;
    height: 116px;
    border: 1px solid #D8D8D8;
}
.hide {
    display: none;
}
.licai-box .left {
    width: 172px;
    height: 100%;
    float: left;
    background: #f3f3f7;
}
.licai-box-text {
    font-size: 24px;
    width: 116px;
    text-align: center;
    color: #FD7F6A;
    margin-left: 24px;
    float: left;
    margin-top: 20px;
}
.licai-box-weixin {
    float: right;
    margin-left: 0;
    margin-right: 7px;
}
.licai-box-weixin {
    width: 100px;
    height: 100px;
    box-sizing: border-box;
    float: left;
    margin-left: 38px;
    margin-top: 7px;
}

.shop-chengnuo, .shop-tiaojian {
    font-size: 12px;
    padding: 10px 0 10px 10px;
    color: #6f7378;
}
.shop-chengnuo{
    padding-top: 16px;
}
.shop-tiaojian span, .shop-chengnuo span {
    margin-left: 16px;
}

.shop-chengnuo em {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(../images/temp/tui-1205.png);
    margin-bottom: -4px;
    margin-right: 3px;
}

.shop-youshi-1204 {
    padding-left: 10px;
    padding-top: 16px;
    padding-bottom: 16px;
    color: #6d7378;
}
.shop-youshi-1204 *{
    vertical-align: top;
}
.shop-youshi-1204 span {
    margin-left: 16px;
}

.shop-youshi-1204 em {
    margin-top: 1px;
    font-size: 14px;
}

.detail {
    position: relative;
    margin-top: 20px;
    /*min-height: 400px;*/
    _height: 400px;
}

.detail .shops {
    /* position: absolute; */
    float: left;
    left: 0;
    top: 0;
    width: 248px;
}
.detail .shops-2 {
    background: #FFF;
}
.block-1 {
    border: 1px solid #e3e3e3;
    background: #FFF;
}
.detail .shops .header-2 {
    border: none;
}
.header-2 {
    font-size: 14px;
    color: #434343;
    padding-left: 10px;
    border-bottom: 1px solid #e3e3e3;
    height: 35px;
    line-height: 35px;
    background: #f6f6f6;
}
.list-5 li {
    padding: 10px 0;
    border-top: 1px solid #e5e5e5;
}


.list-5 li p {
    width: 205px;
    position: relative;
    padding-left: 36px;
    font-size: 14px;
    color: #333;
}

.list-5 li i, .list-5 li p span {
}
.list-5 li i {
    display: inline-block;
    margin: 4px 10px;
    cursor: pointer;
    padding-left: 0px;
    position: absolute;
    left: 0px;
}
.dl-2 dt span.tip-zong, .list-5 li p span.tip-zong {
    display: inline-block;
    width: 38px;
    height: 19px;
    background-image: url(/images/web/tip-zong.png);
    margin-top: 3px;
    float: left;
}
.list-5 li i, .list-5 li p span {
}
.list-5 li p span {
    left: 36px;
    display: inline-block;
    width: 38px;
    height: 19px;
    text-align: center;
    line-height: 19px;
    color: #FFF;
    margin-right: 6px;
    /* padding-left: 0px; */
    /* position: absolute; */
}

.list-5 li.unfold dl {
    display: block;
}
.list-5 li dl {
    margin-top: 15px;
    display: none;
}

.block-1 {
    border: 1px solid #e3e3e3;
    background: #FFF;
}
.mg-20 {
    margin-top: 20px;
}
.detail .shops .shops-1 .header-2 {
    border: none;
    background: #F6F6F6;
    font: 14px/37px "微软雅黑";
    color: #434343;
    height: 37px;
}
.detail .shops .header-2 {
    border: none;
}
.header-2 {
    font-size: 14px;
    color: #434343;
    padding-left: 10px;
    border-bottom: 1px solid #e3e3e3;
    height: 35px;
    line-height: 35px;
    background: #f6f6f6;
}
.list-9 {
    color: #333;
    font: 14px/1.6 "微软雅黑";
}

.list-9 li {
    border-bottom: 1px solid #e3e3e3;
    margin-top: 10px;
    position: relative;
}
.detail .details {
    float: right;
    width: 730px;
}
.detail .dt-wrap {
    height: 45px;
    /* position: relative; */
    z-index: 11;
}
.detail .details .d-tabs {
    width: 728px;
    border: 1px solid #e3e3e3;
    height: 43px;
    background: #f2f2f2;
    z-index: 1;
}
.detail .details .d-tabs li.current {
    color: #ec3d42;
    border-top: 3px solid #ec3d42;
    border-bottom: none;
    margin-top: -1px;
    background: #FFF;
    height: 42px;
    margin-bottom: -1px;
    font-size:14px;
}
.detail .details .d-tabs li {
    font-size: 14px;
    float: left;
    color: #333;
    width: 114px;
    text-align: center;
    line-height: 43px;
    height: 43px;
    border-right: 1px solid #e3e3e3;
    cursor: pointer;
    background: #f2f2f2;
}.detail .details .dc-detail {
    color: #3e3e3e;
    border-top: none;
}
.detail .details .dc-configure, .detail .details .dc-detail, .detail .details .apply, .detail .details .dc-can {
    padding: 23px 20px;
    background: #FFF;
    border: 1px solid #e3e3e3;
}
.detail  .d-content .tab-control{
    border-top: none !important;
}

.detail .details .dc-detail p {
    font-size: 14px;
    line-height: 2;
    text-indent: 2em;
}
.detail .details .apply, .detail .details .dc-can {
    border-top: none;
}

.detail .dc-inner {
    width: 694px;
    margin: 0 auto;
    position: relative;
}
.detail .dc-inner .noting{
margin-left:5px;
}

.detail .dc-can .dc-left {
    width: 140px;
    background: #f8f8f8;
    position: absolute;
    /* left: 0; */
    /* top: 0; */
}

.detail .dc-can .dc-left ul {
    overflow: hidden;
    clear: both;
}
.detail .dc-can .dc-left li {
    zoom: 1;
}
.detail .dc-can .dc-left li {
    height: 30px;
    font: 14px/30px "微软雅黑";
    padding-left: 20px;
    margin: 6px 0;
    width: 120px;
    display: inline-block;
}

.detail .dc-can .dc-left a {
    color: #333;
}

.detail .dc-can .dc-right {
    float: right;
    width: 551px;
    border-right: 1px solid #f8f8f8;
}

.detail .dc-can .dc-right table {
    width: 100%;
    border-collapse: collapse;
}
.detail .dc-can .dc-right .dc-head td:first-child {
    text-align: left;
}
.detail .dc-can .dc-right .dc-head td {
    background: #f8f8f8;
    padding: 0;
    padding-left: 10px;
    border-top: #f2f2f2;
    height: 33px;
    font: 14px/1.4 "微软雅黑";
    color: #464e78;
}
.detail .dc-can .dc-right td:first-child {
    width: 163px;
    text-align: right;
}
.detail .dc-can .dc-right td {
    padding: 12px 28px;
    font: 14px/1 "微软雅黑";
    color: #333;
}.detail .details .apply, .detail .details .dc-can {
    border-top: none;
}
.detail .details .dc-configure, .detail .details .dc-detail, .detail .details .apply, .detail .details .dc-can {
    padding: 23px 20px;
    background: #FFF;
    border: 1px solid #e3e3e3;
}

.list-7 {
    font-size: 14px;
    color: #3e3e3e;
}

.list-7 li {
    margin-bottom: 30px;
    line-height: 21px;
}
.list-9 li img {
    width: 246px;
    height: 168px;
}
.list-5 li dl dd {
    padding-left: 78px;
}
.list-5 li dl dd {
    position: relative;
    font-size: 12px;
}
.list-9 .l-name {
    padding: 0 10px;
    padding-top:10px;
}
.list-9 .l-price {
    margin-top: 25px;
    padding: 0 10px;
    margin-bottom: 15px;
}
.dl-2 dt span.tip-4s, .list-5 li p span.tip-4s {
    display: inline-block;
    width: 38px;
    height: 19px;
    background-image: url(../images/temp/tip-4s.png);
    margin-top: 3px;
    float: left;
}
.list-9 .lp-1a {
    color: #fc5438;
}
.list-9 .lp-1a b {
    font: 28px/1 "helvetica";
}
.list-5 li p {
    width: 205px;
    position: relative;
    padding-left: 36px;
    font-size: 14px;
    color: #333;
}
.list-5 li dl dd span.label {
    position: absolute;
    left: 37px;
    width: 48px;
}
.shop-address {
    display: inline-block;
    width: 135px;
    word-wrap: break-word;
}
.platform-web-share .txwb {
    background-position: 0 0;
}
.platform-web-share .txqz {
    background-position: -29px 0;
}
.platform-web-share .txqq {
    background-position: -58px 0;
}
.platform-web-share .xlwb {
    background-position: -87px 0;
}
.platform-web-share .wx {
    background-position: -116px 0;
}
/*--购买流程--*/
.shopFlow {
    width: 1000px;
    height: 130px;
    border: 1px solid #E6E6E6;
    margin-top: 20px;
}
.shopFlow { 
    width:1000px; 
    height:130px; 
    border:1px solid #E6E6E6; 
    margin-top: 20px;
}
.shopFlow-text { 
    text-align:center; 
    padding-top:34px; 
    font-size:20px; 
    color:#A3A3A3; 
    width:90px; 
    float:left; 
    background:#F6F6F6; 
    height:96px;
}
.shopFlow ul { 
    padding-left:84px; 
    overflow:hidden;
}
.shopFlow ul li { 
    padding-right:74px; 
    margin-top:18px; 
    float:left;
}
.shopFlow ul li a { 
    display:block; 
    height:96px; 
    width:66px; 
}
.shopFlow ul li.t1 a{ 
    background-image:url(../images/temp/t1.png); 
    background-repeat:no-repeat;
}
.shopFlow ul li.t2 a{ 
    background-image:url(../images/temp/t2.png); 
    background-repeat:no-repeat;
}
.shopFlow ul li.t3 a{ 
    background-image:url(../images/temp/t3.png); 
    background-repeat:no-repeat;
}
.shopFlow ul li.t4 a{ 
    background-image:url(../images/temp/t4.png); 
    background-repeat:no-repeat;
}
.shopFlow ul li.t1.cur a{ 
    background-image:url(../images/temp//t1_hover.png); 
    background-repeat:no-repeat;
}
.shopFlow ul li.t2.cur a{ 
    background-image:url(../images/temp/t2_hover.png); 
    background-repeat:no-repeat;
}
.shopFlow ul li.t3.cur a{ 
    background-image:url(../images/temp/t3_hover.png); 
    background-repeat:no-repeat;
}
.shopFlow ul li.t4.cur a{ 
    background-image:url(../images/temp/t4_hover.png); 
    background-repeat:no-repeat;
}
.shopFlow ul li a span { 
    padding-top:70px; 
    float:left; 
    font-size:16px; 
    color:#707481; 
    width:64px; 
    margin-right:20px;
}
.shopFlow ul li a em { 
    display:none; 
    font-size:14px; 
    color:#585C69; 
}
.shopFlow ul li.cur a em { 
    display: inline-block; 
    margin-top:34px; 
}
.shopFlow-right { 
    padding-right:78px; 
    padding-top:30px;
}
.shopFlow-right span { 
    display:block; 
    width:8px; 
    height:12px; 
    background-image:url(../images/temp/shopFlow-right.png); 
    background-repeat:no-repeat;
}

/*--shopnew--*/
.detail .shops-new {
    margin-bottom: 20px;
    padding-top: 26px;
    padding-bottom: 32px;
    border: 1px solid #e3e3e3;
    text-align: center;
}
.detail .shops-new .logo-pic {
    height: 60px;
    width: 48px;
    vertical-align: top;
}
.detail .shops-new .text {
    padding: 0 15px;
    line-height: 32px;
    font-size: 14px;
    color: #333;
}
.detail .shops-new .shop-btn {
    display: inline-block;
    margin-top: 11px;
    padding: 0 21px;
    line-height: 28px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    background:#ec3d42;
    border-radius:2px;
}
/*--悬浮--*/
.detail .dc-can .dc-left li.current {
    background: url(../images/temp/trig-2.png) no-repeat 121px center;
    background-color: #FFF;
}
.detail .dc-can .dc-left li {
    zoom: 1;
}
.detail .dc-can .dc-left li {
    height: 30px;
    font: 14px/30px "微软雅黑";
    padding-left: 20px;
    margin: 6px 0;
    width: 120px;
    display: inline-block;
}
.detail .dc-can .dc-float {
    position: fixed;
    top: 68px;
}
.detail .dc-can .dc-absolute{
    position: absolute;
    bottom:23px!important;
}
.details .dc-detail p img{
    width: 690px;
    display: block;
}
.details .dc-detail table{
    width: 100% !important;
}



/*底部按钮*/
.zjh-btn1 .start-1209 {
    display: block;
    width: 200px; height: 50px;
    background: #ffeeeb;
    border: 2px solid #ff2a68;
    text-align: center; line-height: 50px;
    font-size: 20px;
    color: #FF4650;
    margin-top: 10px;
    margin-left: 10px;
}

.zjh-btn1 .qiangkong-1204 {
    display: block;
    width: 200px;
    height: 50px;
    background:#464e78;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-left: 10px;
    margin-bottom: 10px;
}

/*退款弹窗*/
.refund_dialog {
    width: 440px;
    position: relative;
    overflow: hidden;
    background: #FFF;
}

.refund_dialog .title {
    height: 40px;
    background: #495078;
    position: relative;
}

.refund_dialog .title .dialog_close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 19px;
    height: 19px;
    cursor: pointer;
}

.refund_dialog .content .p_img {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: auto;
    /* background-image: url(../images/temp/ico-tui.png); */
    /* background-position: left top; */
    /* background-repeat: no-repeat; */
    margin-right: auto;
}

.refund_dialog .content .p_img img {
    display: none;
}

.refund_dialog .content .dialog_msg {
    text-align: center;
    color: #6F7378;
    font-size: 18px;
}

.refund_dialog .content .dialog_msg2 {
    text-align: center;
    color: #ADB1B9;
    font-size: 18px;
    margin-left: 80px;
    margin-right: 80px;
    margin-top: 14px;
    margin-bottom: 34px;
}

.refund_dialog .btns {
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-top: 1px solid #EFEFF4;
    font-size: 18px;
}

.refund_dialog .btns .dialog_confirm {
    color: #FC553B;
    display: block;
    width: 100%;
    height: 60px;
}

.refund_dialog .btns .dialog_confirm:hover {
    background: #F3F3F7;
}

/*错误提示*/
.dialog{
    width:440px;
    padding-bottom:6px;

}
.dialog .title{
    height:40px;
    line-height:40px;
    width:440px;
    background:#464e78;
    position:relative;
}
.dialog .content{
    padding-top:40px;
    font-size: 14px;
    color:#6e7278;
    text-align: center;
    padding-bottom:10px;
    background: #FFF;
}
.dialog .dialog_msg{
    margin-top:30px;
    font:18px/1.4 'å¾®è½¯é›…é»‘';
    color:#6f7378;
    margin-bottom:30px;
}
.dialog .dialog_close{
    width:19px;
    height:19px;
    position:absolute;
    background:url(/images/web/lcc-pop-close.jpg) no-repeat;
    right:10px;
    top:50%;
    margin-top:-9px;
    cursor:pointer
}
.dialog .content img{
    margin-bottom:15px;
}
.dialog .btns{
    background: #FFF;
    text-align: center;
    color:#40bdf7;
    font-size: 16px;
    border-top:1px solid #efeff4;
    padding:12px 0 2px;
    height:58px;
    line-height:58px;
}
.dialog .btns:hover{
    background:#f3f3f7;
    cursor:pointer
}
.dialog .btns a{
    color:#fc5438;
    display:block;
    width:100%;
    height:100%;
}

.clear {
	clear: both;;
}
/*骞荤伅 end*/

.mg-20{
	margin-top:20px;
}
.mg-17{
	margin-top:17px;
}
.mg-15{
	margin-top:15px;
}
.mg-10{
	margin-top:10px;
}
.mg-5{
	margin-top:5px;
}
.mgl-5{
	margin-left:5px;
}
.mgl-20{
	margin-left:20px;
}
.mgl-30{
	margin-left:30px;
}
.mgl-35{
	margin-left:35px;
}
.mgr-20{
	margin-right:20px;
}
.mgb-10{
	margin-bottom:10px;
}
.mgb-30{
	margin-bottom:30px!important;
}
.mgb-25{
	margin-bottom:25px!important;
}
.mgb-86{
	margin-bottom:86px;
}
.tip-4{
	font-size:12px;
	color:#666
}
/*鍗曡溅椤礶nd*/
/*璁㈠崟鍒楄〃*/
.position{
	color:#333;
	font-size: 12px;
	margin-top:17px;
}
.position span{
	margin:0 4px;
}
.table{
	border-collapse: collapse;
	width:100%;
	background: #FFF;
	color:#333;
}
.table td{
	border:1px solid #e3e3e3;
	padding:17px 0;
}
.table td .t-left{
	text-align: left;
}
.table th{
	padding:13px 0;
	border:1px solid #e3e3e3;
	font-weight: normal;
}
.table .td-1{
	width:580px;
	padding:17px 6px 17px 20px;
}
.table .td-1 .f-left{
	width:180px;
	height:120px;
	margin-right: 10px;
}
.table .td-2,.table .td-3,.table .td-4{
	text-align: center;
	width: 129px;
}
.table .td-4{
	width:119px;
	padding:17px 5px;
}
.table-5 a:hover{
	opacity: .8;
	filter:alpha(opacity=80)
}
.table-5 td{
	border-top:none
}
.table-5 .tip-4{
	padding:0 16px
}
.table-5 .td-1{
	width:440px;
	cursor: pointer;
}
.table-5 .td-2{
	width:99px
}
.table-5 .td-3{
	width:118px
}
.table-5 .td-4{
	width:170px
}
.header-3{
	height:35px;
	line-height:35px;
	border:1px solid #e3e3e3;
	background:#f2f2f2;
	font-size: 12px;
	border-left:none;
	border-bottom:none;
}
.header-3 .f-left{
	font-size: 12px;
	color:#666
}
.header-3 .f-left span{
	color:#fabb2f;
	height:35px;
	display:inline-block;
	line-height:35px;
	padding-left:20px;
	margin-right:10px;
	border-left:1px solid #E3E3E3;
}
.header-3 .f-left span.youhui{
	color:#61cc5a;
}
.header-3 .f-left span.youhui i {
	background-color:#61cc5a;
}
.header-3 .f-left span.zhekouquan i {
	background-color:#40bdf7;
}

.header-3 .f-left span.xinche{
	color: #FC553B !important;
}
.header-3 .f-left span.xinche i {
	background-color:#FC553B;
}
.header-3 .f-left span i{
	position:absolute;
	left:0;
	top:9px;
	display:block;
	width:7px;
	height:17px;
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
	background-color:#fabb2f;
}

.header-8 span.youhui{
	color:#61cc5a;
}
.header-8 span.youhui i {
	background-color:#61cc5a;
}
.header-8 span.daijin{
	color:#FBBD34;
}
.header-8 span.daijin i {
	background-color:#fabb2f;
}
.header-8 span.zhekouquan i {
	background-color:#40bdf7;
}
.header-8 span.xinche{
	color: #FC553B !important;
}
.header-8 span.xinche i {
	background-color:#FC553B;
}
.header-8 span i{
	position:absolute;
	left:0;
	top:9px;
	display:block;
	width:7px;
	height:17px;
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
	background-color:#fabb2f;
}
.header-3 .f-left span{
	*display:inline;
	position:relative;
}
.header-3 .f-right{
	font-size:14px;
	color:#666;
	margin-right: 15px;
}
.header-3 b{
	margin-right:15px;
	font-size: 14px;
	font-family: arial;
}
.header-3 .f-left span.discount{
	color:#fc5438;
	margin-right:25px;
}
.table .td-1 .title{
	font-size: 18px;
	color:#363636;
}

.table .td-1 .title a{
	cursor:pointer;
}

.table .td-1 .tip{
	color:#999;
}
.table .td-1 .tip-refund{
	height:18px;
	color:#666;
	margin-top:12px;
}
.tip-refund .refund-ico{
	display:inline-block;
	width:18px;
	height:18px;
	background:url(/images/web/return-money.png) no-repeat;
	position:relative;
	top: 3px;
	margin-right: 10px;
}
.table .td-1 .tip-2{
	color:#666;
	font-size: 12px;
}
.table .td-1 .tip-2 img{
	margin-right:7px;
	vertical-align: -5px;
}
.table .tip-4 a{
	color:#666;
}
.tip-4 .tip-10{
	color:#FFF;
	font-family: "瀹嬩綋";
	margin-right:10px;
	padding:2px 4px;
}
.table .tip-4 a:hover{
	color:#fc5438;
}
.order-time-remind{
	height:50px;
	border-top:1px solid #E3E3E3;
	line-height:50px;
	color:#363636;
	padding-left:20px;
}
.tip-5,.tip-11{
	border:1px solid #e3e3e3;
	background:#FFF;
	border-top:none;
	padding:20px;
	font-size: 14px;
	color:#333
}
.tip-11{
	padding:15px 20px
}
.tip-5 .t5-2{
	color:#666;
}
.btn{
	display: inline-block;
	text-align: center;
}
.btn{
	*display: inline;
}
.btn-2,.btn-3{
	background:#fc5438;
	width:78px;
	height:28px;
	line-height: 28px;
	color: #FFF;
	cursor: pointer;
	border:none;
	text-align: center;
	margin-top: -24px;
	margin-left: 10px;
    border-radius: 2px;
}
.btn-3{
	width:150px;
	height:36px;
	font-size: 16px;
	color: #FFF;
	font-family: "寰蒋闆呴粦";
	line-height: 36px;
	background-position: -129px -176px;
}
.btn-3:hover{
	opacity: .8;
	filter:alpha(opacity=80)
}
.block-2 .title{
	font-size: 14px;
	color:#333;
	height:35px;
	line-height: 35px;
	padding-left:20px;
	background: #f2f2f2;
}
.b2-erweima{
	margin-top:22px;
}
.b2-erweima img{
	display:block;
	width:91px;
	height:91px;
	margin-left:22px;
	margin-right:auto;
}
.b2-erweima .duihuan-num{
	color:#FC553B;
	margin-top:16px;
	text-align:left;
    margin-left: 22px;
}
.list-8{
	line-height:2;
	color:#666
}
.tip-6{
	margin-left:20px;
	margin-right:20px;
	color:#333;
	padding:20px 0;
	border-top:1px solid #e3e3e3;
}
.tip-6 em{
	font-size: 20px;
	color:#fc5438;
	font-family:arial;
}
.dl-2{

}
.dl-2 dt span{
    color: #fff;
    display: inline-block;
    height: 19px;
    line-height: 19px;
    margin-right: 10px;
    text-align: center;
    width: 38px;
}
.dl-2 dt span.s4{
	background:#FF9328;
}
.dl-2 dd{
	color:#666;
	margin-top:20px;
}
.dl-2 dt{font-size:16px}

.line{
	height:1px;
	margin-left:20px;
	margin-right:20px;
	border-top:1px solid #e3e3e3
}

.header-nav .line{
	margin-left: 0px;
	margin-right: 0px;
}



.block-2 .b2-p{
	color:#3e3e3e;
	line-height:2;
	margin-left:20px;
	margin-right:20px;
	padding:15px 0
}
.block-2 .b2-p p{
	margin-bottom:30px;
}
.block-2 .b2-p p.j-last{
	margin-bottom:0;
}
.table-3 td{
	border:none;
}
.table-4 th{
	border-right:0;
	border-left:0;
	padding:6px 0;
	color:#333;
}
.table-4 .table-4-tr1{
	background: #f2f2f2;
	font-size: 12px;
}
.table-4 th:last-child{
	border-right:1px solid #e3e3e3
}
.table-4 th:first-child{
	border-left:1px solid #e3e3e3
}
.btn-tui { 
	display: inline-block; 
	width: 76px; 
	height: 26px; 
	line-height: 26px; 
	text-align: center; 
	color: #FC553B; 
	border-radius: 3px; 
	border: 1px solid #FC553B; 
	float: right; 
	margin-top: -24px;
}
.btn-tui:hover { 
	background: #FEDDD7;
}
.tui-box { 
	width: 442px; 
	background: #fff; 
	display: none;
    position: fixed;
    left: 50%;
    top: 340.5px;
    margin-left: -220px;
    top: 50%;
    margin-top: -168px;
    z-index: 1001;
}



/*列表*/
.pl-center-list .right .formDiv .content,.pl-center-list .right .logo .content {
	position: relative
}

.pl-alert .hd {
	height: 40px;
	background-color: #464e78
}

.pl-alert .hd .close {
	float: right;
	font-size: 30px;
	color: #fff;
	margin-right: 5px
}

.pl-alert .bd {
	min-height: 50px;
	text-align: center;
	padding-top: 20px
}

.pl-alert .ft {
	height: 60px;
	line-height: 60px;
	text-align: center
}

.pl-alert .ft a {
	display: block;
	color: #fc5438;
	border-top: 1px solid #efeff4
}

.pl-alert .ft a.double {
	width: 49%;
	float: left;
	box-sizing: border-box
}

.alert .ft a.double:nth-child(1) {
	border-right: 1px solid #efeff4
}

.alert .ft a.double:nth-child(2) {
	color: #464e78
}

.alert .ft a:hover {
	background-color: #f3f3f7
}

.pl-center-list {
	width: 1000px;
	margin: 40px auto 30px
}

.pl-center-list .right {
	width: 878px;
	border: 1px solid #e3e3e3;
	margin-left: 20px;
	float: right;
}

.pl-center-list .right input {
	height: 16px;
	line-height: 16px;
	margin-top: 10px;
	font-size: 16px;
	display: block;
	width: 260px;
	padding-left: 15px;
	float: left;
	border: 0
}

.pl-center-list .right h3 {
	font-size: 14px;
	color: #666;
	padding-left: 20px;
	height: 37px;
	line-height: 37px;
	background-color: #f2f2f2
}

.pl-center-list .right .formDiv {
	font-size: 16px
}

.pl-center-list .right .formDiv .content,.pl-center-list .right .formDiv .label {
	float: left
}

.pl-center-list .right .formDiv .label {
	font-size: 14px;
	width: 152px;
	text-align: center;
	color: #666
}

.pl-center-list .right .logo {
	height: 160px;
	line-height: 160px;
	margin-top: 20px;
	margin-bottom: 45px
}

.pl-center-list .right .logo img {
	width: 120px;
	height: 120px;
	line-height: 120px;
	display: block;
	margin-top: 20px
}

.pl-center-list .right .logo .content .mask {
	position: absolute;
	background-image: url(img/slice/mask_big.png);
	width: 124px;
	height: 124px;
	top: 18px;
	left: -2px
}

.pl-center-list .right .valid {
	height: 62px;
	line-height: 62px
}

.pl-center-list .right .valid .content {
	margin-top: 12px
}

.pl-center-list .right .inputContainer {
	height: 36px;
	line-height: 36px;
	width: 302px;
	border: 1px solid #ccc;
	float: left
}

.pl-center-list .right .error .inputContainer {
	border: 1px solid #fc5438
}

.pl-center-list .right .success .inputContainer {
	border: 1px solid #ccc
}

.pl-center-list .right .success .sucIcon {
	background-image: url(img/slice/yes.png);
	float: left;
	margin-top: 10px;
	margin-left: 5px
}

.pl-center-list .right .error .errIcon {
	background-image: url(img/slice/no.png);
	float: left;
	margin-top: 10px;
	margin-left: 5px
}

.pl-center-list .right .error .errMsg {
	font-size: 12px;
	color: #fc5438;
	float: left;
	height: 36px;
	line-height: 36px;
	margin-left: 10px
}

.pl-center-list .right .sex {
	height: 55px;
	line-height: 55px
}

.pl-center-list .right .sex .radio {
	float: left;
	width: 100px;
	height: 26px;
	line-height: 26px
}

.pl-center-list .right .sex .radio input {
	width: 16px;
	height: 16px;
	margin-left: 5px;
	margin-top: 8px;
	cursor: pointer;
	margin-right: 6px
}

.pl-center-list .right .sex .radio label {
	cursor: pointer;
	font-size: 12px
}

.pl-center-list .right .sex .content {
	margin-top: 12px
}

.pl-center-list .submit input {
	background-color: #fc5438;
	border-radius: 3px;
	display: block;
	width: 77px;
	height: 28px;
	color: #fff;
	margin-top: 26px;
	margin-bottom: 50px;
	font-size: 14px;
	padding-left: 0
}

.pl-center-list .submit input:hover {
	cursor: pointer;
	background-color: #cd2d14;
	border-radius: 3px
}

.pl-center-list .submit {
	margin-left: 378px
}

.pl-center-list .right .head {
	height: 34px;
	line-height: 34px;
	border: 1px solid #e3e3e3;
	font-size: 12px;
	color: #333;
	background-color: #f2f2f2;
	margin-bottom: 10px
}

.pl-center-list .right .fl {
	float: left;
	text-align: center
}

.pl-center-list .right .body .orderLink {
	display: block
}

.pl-center-list .right .body .orderLink:hover {
	border: 1px solid #9c9c9c
}

.pl-center-list .right .body .list {
	border-top: 4px solid #fc5438;
	margin-bottom: 20px;
	border-radius: 3px;
	border-left: 1px solid #e1e1ee;
	border-right: 1px solid #e1e1ee;
	position: relative;
	width: 879px
}

.pl-center-list .right .body .listHd {
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	background-color: #fff;
	color: #333
}

.pl-center-list .right .body .listHd .frEm {
	position: absolute;
    left: 0;
    top: 17px;
    display: block;
    width: 7px;
    height: 17px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background: #fc5438;
}

.pl-center-list .right .body .name {
	color: #fc5438
}

.pl-center-list .right .body .listHd .name {
	float: left;
	margin: 0 50px 0 15px;
	font-size: 16px
}

.pl-center-list .right .body .public-test .listBd .img {
	width: 300px;
	height: 200px;
	margin-bottom: 38px
}

.pl-center-list .right .body .listHd .date {
	display: inline-block;
	margin-right: 10px;
	font-weight: 700;
	vertical-align: middle
}

.pl-center-list .right .body .listHd .status {
	float: right;
	margin-right: 40px;
	color: #adb1b9
}

.pl-center-list .right .body .listBd .w470Container {
	padding: 16px 36px
}

.pl-center-list .right .body .listBd .img {
	display: block;
	width: 350px;
	height: 224px;
	float: left
}

.pl-center-list .right .body .listBd .carInfo {
	float: left;
	width: 400px;
	font-size: 12px;
	margin-left: 25px
}

.pl-center-list .right .body .public-test .listBd .carInfo {
	margin-top: 22px
}

.pl-center-list .right .body .listBd .carInfo li {
	text-align: left;
	margin-bottom: 38px;
	font-size: 14px;
	color: #6f7378
}

.pl-center-list .right .body .listBd .carInfo li .tui {
	margin-right: 10px;
	vertical-align: middle
}

.pl-center-list .right .body .listBd .carInfo .serial {
	font-size: 18px;
	color: #333;
	line-height: 25px;
	margin-top: -6px;
	word-wrap: break-word;
	word-break: break-all
}

.pl-center-list .right .body .listBd .carInfo .content {
	font-size: 12px;
	color: #666;
	line-height: 22px
}

.pl-center-list .right .body .listBd .carInfo .serial.red {
	color: #fc5438;
	font-weight: 900
}

.pl-center-list .right .body .second .listBd .carInfo .content {
	margin: 13px auto
}

.pl-center-list .right .body .listBd .carInfo .model {
	word-wrap: break-word;
	word-break: break-all
}

.pl-center-list .right .body .cancelOrder,.pl-center-list .right .body .toPay {
	float: right;
	width: 77px;
	height: 28px;
	color: #fff;
	line-height: 28px;
	font-size: 14px;
	margin: 12px 20px 5px auto;
	text-align: center
}

.pl-center-list .right .body .toPay {
	background-image: url(img/slice/btn_red.png)
}

.pl-center-list .right .body .cancelOrder {
	background-color: #fff;
	color: #fc5438;
	border: 1px solid #fc5438;
	border-radius: 2px
}

.pl-center-list .right .body .cancelOrder:hover {
	background-color: #feddd7
}

.pl-center-list .right .body .listBd .paid {
	display: block;
	height: 28px;
	font-size: 14px;
	margin: 26px auto 2px;
	color: #333
}

.pl-center-list .right .body .listBd .AmountMoney {
	color: #fc5438
}

.pl-center-list .right .body .listBd .link:hover {
	color: #118bd3
}

.pl-center-list .right .body .listBd .guwen {
	background-image: url(img/slice/guwen.png);
	width: 77px;
	height: 28px;
	display: block;
	margin: 10px auto 0;
	font-size: 14px;
	color: #fc5438;
	text-align: center;
	line-height: 28px
}

.pl-center-list .right .body .listFt {
	height: 90px;
	line-height: 90px;
	margin: 0 36px;
	font-size: 14px;
	color: #333;
	border-top: 1px dashed #e1e1ee
}

.pl-center-list .right .body .listFt .light {
	color: #666;
	display: inline-block;
	margin-left: 35px
}

.pl-center-list .right .body .listFt .red {
	color: #fc5438;
	font-weight: 700
}

.pl-center-list .right .body .listFt .refundmoney {
	display: inline-block;
	margin-right: 30px
}

.pl-center-list .right .body .listFt .mess {
	float: left
}

.pl-center-list .right .body .icon-bg-borders {
	position: absolute;
	bottom: -2px;
	left: 0
}

.pl-center-list .right .body .listFt .pai_m {
	display: block;
	color: #fff;
	width: 77px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	float: right;
	margin: 30px 40px 0 0;
	cursor: pointer
}

.pl-center-list .right .body .noOrder em {
	display: inline-block;
	margin-bottom: 20px
}

.pl-center-list .right .body .noOrder span {
	font-size: 14px;
	color: #6f7378
}

.pl-center-list .right .body .noOrder {
	text-align: center;
	margin-top: 60px
}

.pl-center-list .right .history-foot {
	border: 1px solid #e1e1ee;
	height: 38px;
	line-height: 38px;
	text-align: center
}

.pl-center-list .right .history-foot .title {
	font-size: 14px
}

/*left*/
.pl-center-list .left,.pl-center-list .left .list {
	width: 98px;
	font-size: 12px;
	float: left
}

.pl-center-list .right .personInfo .infoRight .text {
	display: inline-block;
	color: #333;
	min-width: 92px;
	margin-right: 20px
}

.pl-center-list .left {
	border: 1px solid #e3e3e3
}

.pl-center-list .left .list .id .mask,.pl-center-list .left .list .id .name,.pl-center-list .left .list .id .setting,.pl-center-list .left .list .id img {
	display: block
}

.pl-center-list .left .list .id .img {
	position: relative;
	display: block
}

.pl-center-list .left .list .id {
	text-align: center
}

.pl-center-list .left .list .id a {
	display: block;
	padding-top: 12px;
	padding-bottom: 16px
}

.pl-center-list .left .list .id .edit {
	display: none;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background-color: rgba(0,0,0,.6);
	text-align: center;
	position: absolute;
	top: 0;
	left: 24px;
	color: #fff;
	border-radius: 50%
}

.pl-center-list .left .list .id a:hover,.pl-center-list .left .list .on,.pl-center-list .left .list .title a:hover {
	background-color: #f3f3f7
}

.pl-center-list .left .list .id a:hover .edit {
	display: block
}

.pl-center-list .left .list .id img {
	margin: 0 auto;
	width: 50px;
	height: 50px;
	border-radius: 50%
}

.pl-center-list .left .list .id .name {
	height: 32px;
	line-height: 32px;
	color: #747474
}

.pl-center-list .left .list .id .setting {
	color: #464e78
}

.pl-center-list .left .list .id .on {
	color: #FC5438
}

.pl-center-list .left .list .id .mask {
	width: 50px;
	height: 50px;
	position: absolute;
	z-index: 5;
	margin: -50px auto 0 24px
}

.pl-center-list .left .list .title a {
	font-size: 14px;
	display: block;
	height: 100%;
	padding-top: 23px;
	overflow: hidden
}

.pl-center-list .left .list .title {
	height: 100px;
	overflow: hidden;
	text-align: center
}

.pl-center-list .left .list .title .text {
	margin-top: 16px;
	font-size: 14px;
	color: #333;
	display: inline-block
}

.pl-center-list .left .list .title .icon {
	display: block;
	margin: 0 auto
}

.pl-center-list .left .list .act {
	height: 32px;
	line-height: 32px;
	margin-left: 24px
}

.pl-center-list .left .list .act a {
	color: #333;
	font-size: 12px
}

/*bottom*/
#footer {
	width: 100%;
	background-color: #f2f2f2;
	margin-top: 40px;
	height: 184px;
	line-height: 184px
}

#footer .fContainer {
	width: 1000px;
	margin: 0 auto
}

#footer .fContainer .contact {
	float: left;
	font-size: 14px;
	margin-left: 114px;
	margin-top: 72px
}

#footer .fContainer .contact .left,#footer .fContainer .contact .right {
	float: left;
	margin: 0 12px
}

#footer .fContainer .contact .right {
	margin-top: -15px
}

#footer .fContainer .contact .left .icon {
	background-image: url(img/slice/phone.png);
	display: block;
	width: 36px;
	height: 36px
}

#footer .fContainer .contact .right .date,#footer .fContainer .contact .right .phone {
	height: 36px;
	line-height: 36px
}

#footer .fContainer .contact .right .phone {
	font-size: 20px;
	color: #464e78
}

#footer .fContainer .contact .right .date {
	font-size: 12px;
	color: #464e78
}

#footer .fContainer .code {
	float: right;
	font-size: 12px
}

#footer .fContainer .code img {
	width: 120px;
	height: 120px;
	display: block;
	margin-top: 20px
}

#footer .fContainer .code .tips {
	height: 32px;
	line-height: 32px;
	display: block;
	text-align: center;
	color: #464e78
}

.footer .footerContainer .code .bg {
	width: 120px;
	height: 28px;
	background-color: #3e4352;
	display: inline-block;
	position: absolute;
	bottom: 3px
}

.bg-fff {
	background-color: #fff;
	border-bottom: none
}

.footer-2 {
	width: 100%;
	background-color: #3e4352;
	height: 102px;
	line-height: 102px
}

.footer-2 .footerContainer {
	width: 1000px;
	margin: 0 auto
}

.footer-2 .footerContainer li {
	float: left
}

.footer-2 .footerContainer li.code {
	margin-top: 5px;
	margin-left: 160px
}

.footer-2 .footerContainer .phone .icon {

	display: inline-block;
	vertical-align: middle;
	margin-top: -6px;
	margin-left: 26px;
	margin-right: 16px;
    width: 46px;
    height:46px;
    background-image: url('../images/photo-c.png');
    background-size: 100% 100%;
    background-position: 0 0;
}

.footer-2 .footerContainer .phone .text {
	color: #fff;
	font-size: 24px;
	font-weight: 700
}

.footer-2 .footerContainer .phone .line {
	background-color: #656975;
	height: 40px;
	width: 1px;
	display: inline-block;
	margin-left: 54px;
	margin-right: 54px;
	vertical-align: middle;
	margin-top: -10px
}

.footer-2 .footerContainer .time {
	font-size: 14px;
	color: #a7a9ae
}

.footer-2 .footerContainer .code img {
	width: 90px;
	height: 90px;
	float: left
}

.footer-2 .footerContainer .code .text {
	color: #fff;
	float: left;
	width: 20px;
	line-height: 12px;
	font-size: 12px;
	text-align: center
}

.footer-2 .footerContainer .code .aiche .text {
	background-color: #9399ab;
	height: 88px;
	padding-top: 4px
}

.footer-2 .footerContainer .code .h5 .text {
	background-color: #fc5438;
	padding-top: 14px;
	height: 78px
}

.footer-2 .footerContainer .code .aiche img {
	border: 1px solid #9399ab
}

.footer-2 .footerContainer .code .h5 img {
	border: 1px solid #fc5438
}

.footer-2 .footerContainer .code div {
	float: right
}

.footer-2 .footerContainer .code div.aiche {
	margin-right: 40px
}

.fix-bottom {
	bottom: 84px
}

#footerCont {
	position: absolute;
	width: 100%
}
.bg-fff {
    background-color: #fff;
    border-bottom: none;
}
#links {
    font-size: 12px;
    margin-top: 10px;
}
#links .copyright, #links .list {
    width: 1000px;
    text-align: center;
    margin: 0 auto;
    height: 28px;
    line-height: 28px;
    color: #313131;
}
#links .list a {
    color: #313131;
}
/*--蒙层--*/
.lcc-mask {
    width: 100%;
    height: 100%;
   	background: #000;
    opacity: 0.5;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2;
    display: none;
}
/*--退款弹窗--*/
.tui-box { 
	width: 442px; 
	background: #fff; 
	display: none;
}
.tui-box-title { 
	width: 100%;
	 height: 40px; 
	 line-height: 40px; 
	 text-align: center; 
	 color: #fff; 
	 position: relative; 
	 background: #484C7B; 
	 font-size: 16px; 
	 font-family: "微软雅黑";
}
.tui-box-title .tui-close { 
	display: block; 
	padding: 10px; 
	position: absolute; 
	right: 0; 
	top: 0; 
	cursor: pointer;
}
.tui-box-title .tui-close em { 
	display: block; 
	width: 19px; 
	height: 19px; 
	background-image: url(/images/web/lcc-pop-close.jpg);
}
.tui-main .ico-tui { 
	width: 106px; 
	height: 74px; 
	background-image: url(../images/temp/ico-tui.png); 
	margin-top: 40px; 
	margin-left: auto; 
	margin-right: auto; 
}
.tui-main .tui-item { 
	height: 30px; 
	line-height: 30px;
}
.tui-instruction label,.tui-main .tui-item label { 
	display: block; 
	width: 120px; 
	text-align: right; 
	margin-right: 16px; 
	float: left; 
	color: #6f7378; 
	font-size: 14px;
}
.tui-main .tui-item .reason,.tui-main .tui-item input { 
	display: block; 
	width: 220px; 
	padding-left: 20px; 
	background: #ECEDF1; 
	height: 30px; 
	line-height: 30px; 
	float: left; 
	border: none; 
	font-size: 14px; 
	color: #333;
}
.tui-instruction  textarea { 
	display: block; 
	width: 200px; 
	padding-left: 20px; 
	padding-right: 20px; 
	background: #ECEDF1; 
	height: 100px; 
	margin-top: 20px; 
	float: left; 
	resize: none; 
	border: none; 
	line-height: 30px; 
	font-size: 14px; 
	font-family: '微软雅黑';}
.tui-main .tui-item-one { 
	margin-top: 40px; 
	position: relative;
}
.tui-main .tui-item-two { 
	margin-top: 20px;
}
.tui-main .tui-item .money { 
	color: #FC553B;
}
.tui-footer { 
	width: 100%; 
	height: 62px; 
	line-height: 62px; 
	text-align: center; 
	color: #FC5538; 
	font-size: 18px; 
	border-top: 1px solid #EFEFF4; 
	margin-top: 50px; 
	cursor: pointer;
}
.tui-footer:hover { 
	background:#f3f3f7;
}
.tui-direction { 
	position: absolute; 
	right: 66px; 
	top: 0; 
	width: 30px; 
	height: 30px; 
}
.reason-content {
    position: absolute;
    top: 30px;
    right: 66px;
    display: none;
    border: 2px solid #ECEDF1;
}
.reason-content li {
    width: 236px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    color: #333;
}
.direction-down {
    background-image: url(../images/temp/tui-select-down.png);
}
.direction-up {
    background-image: url(../images/temp/tui-select-top.png);
}
.tui-box-title .tui-close em {
    display: block;
    width: 19px;
    height: 19px;
    background-image: url(../images/temp/lcc-pop-close.jpg);
}
/*--gotop--*/
.fhdb_nr {
	position: fixed;
	right: 85px;
    bottom: 15px;
    right: 0;
    display: none;
    z-index: 10001;
}
.fhdb_nr a {
    background: url(../images/temp/ico-1.png) no-repeat;
    display: block;
    height: 50px;
    width: 50px;
    opacity: 0.6;
    filter: alpha(opacity=60);
}








.block-1 {
    border: 1px solid #e3e3e3;
    background: #FFF;
}
.pdb-20 {
    padding-bottom: 20px;
}
.dl-2 dt span.tip-zong, .list-5 li p span.tip-zong {
    display: inline-block;
    width: 38px;
    height: 19px;
    background-image: url(../images/temp/tip-zong.png);
    margin-top: 3px;
    float: left;
}

.hy-banner {
    float: right;
}
.hy-banner-center{
    position: relative;
    clear: both;
    overflow: hidden;
    min-height:160px;
}
.left50baifen{
    position: relative;
    width:529px !important;
    margin-left: 20px;
}

.left50baifen .hy-right{
    height:140px;
    margin-left:202px;

    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
}

.left50baifen .hy-right ul{
    position: relative;
    top: 50%;
    -webkit-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
}
.left50baifen .hy-right ul .one{
    font-size:14px;
    color:#ec3d42;
    text-align:left;
}
.left50baifen .hy-right ul .one .icon-yaoyiyao{
    display:inline-block;
    width:18px;
    height:14px;
    margin-right:7px;
    background-image: url(../images/temp/sj.png);
    background-size:100% 100%;
}
.left50baifen .hy-right ul .tow{
    font-size:14px;
    color:#333333;
    text-align:left;
    margin-top:23px;
}

.left50baifen .hy-left{
    height:140px;
    width:140px;
    margin-left:32px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
}
.left50baifen .hy-left img{
    width:100%;
    height:100%;
}



.left50baifen .hy-left{
    width:140px;
    height:140px;
}
.left50baifen .hy-left img{
    width:100%;
    height:100%;
}


.right50baifen ul {
    min-height:160px;
}

.right50baifen{
    position: relative;
    width:529px !important;
}
.shop-html{
    display: block;
    width: 100%;
    background:#ccc;
    height: 800px;
}





.shop-maintain{
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    overflow: hidden;
}
.shop-maintain .images{
    margin-top: 131px;
    margin-left: auto;
    margin-right: auto;

}
.shop-maintain .title{

    margin-top: 60px;
    font-size:30px;
    font-weight: bold;
    color:#333;
    letter-spacing:0;
    text-align:center;
}
.shop-maintain .title2{
    margin-top: 20px;
    margin-bottom: 164px;
    font-size:24px;
    color:#333;
    letter-spacing:0;
    text-align:center;
}
.shop-maintain .title2 .time{
    color:#ec3d42;
}


.footer-3{
    background:#ffffff;
    box-shadow:0 -1px 0 0 #e1e1ee;
    height:120px;
    text-align: center;
    vertical-align: baseline;
    position: relative;
}
.footer-3 ul ,.footer-3 .er{
    display: inline-block;

}

.footer-3 ul ,.footer-3 .data{
    display: inline-block;
}

.footer-3 .data{
    position: relative;
    top: 5px;
    margin-right: 10px;
    border:1px solid #f3f3f7;
    border-radius:4px;
    width:100px;
    height:46px;
    color: #7b7b7b;
    text-align: center;
    overflow: hidden;
    font-size: 12px;
    letter-spacing:2px;

}
.footer-3 .data .top{
    margin-top: 5px;
}
.footer-3 .data .bottom{
}

.footer-3 .phone{
    position: relative;
    top: 5px;
    margin-right: 30px;
    color: #7b7b7b;
    text-align: center;
    overflow: hidden;
    margin-left: -5px;
}
.footer-3 .phone .top{
    font-family:DIN_Condensed_Bold,Helvetica;
    font-size:28px;
    color:#333333;
    font-weight: bold;
    letter-spacing:2px;
    text-align:center;
}
.footer-3 .phone .bottom{
    font-size:14px;
    color:#333333;
    letter-spacing:10px;
    text-align:center;
    margin-left: 8px;
}

.footer-3 .er{
    position: relative;
    top: 20px;
    width: 80px;
    height: 80px;
    margin-right: 30px;
    overflow: hidden;
}
.footer-3 .er img{
    width: 100%;
    height: 100%;
}

.footer-3 .phone-shop{
    position: relative;
    top: 8px;
    overflow: hidden;
}

.footer-3 .phone-shop .top{
    font-weight: bold;
    font-size:22px;
    color:#ec3d42;
    letter-spacing:7.69px;
    text-align:left;
}
.footer-3 .phone-shop .bottom{
    margin-top: 10px;
    font-size:14px;
    color:#333333;
    letter-spacing:10px;
    text-align:center;
}

/*banner 处导航*/
.shop-list .topWrap {
    position: relative;
}
.shop-list .menuWrap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;

    color: #fff;
    background: rgba(0,0,0,0.6);
    z-index: 2;
}
.shop-list .menuWrap .menu-left {
    float: left;
}
.shop-list .menuWrap .menu-left .arrow-down {
    display: inline-block;
    vertical-align: middle;
}
.shop-list .menuWrap .menu-right {
    float: right;
}
.shop-list .menuWrap .menu-right .item {
    width: 70px;
    text-align: center;
    /*padding-left: 14px;
    padding-right: 14px;*/
}
.shop-list .menuWrap .menu-right .quick-text {
    width: auto;
    cursor: default;
}
.shop-list .menuWrap .menu-right .current a{
    opacity:0.9;
    color:#ec3d42;
}
.shop-list .menuWrap .item {
    float: left;
    margin-right: 14px;
}
.shop-list .menuWrap .menu-right .item {
    margin-right: 0;
}
.shop-list .menuWrap .menu-left .home:hover {
    font-size: 14px;
    text-align: left;
    border-bottom: 3px solid #ec3d42;
    box-sizing: border-box;
    height: 40px;
}
.shop-list .menuWrap .menu-left .home:hover a {
    color: #ec3d42!important;
}
.shop-list .menuWrap .item .quick {
    display: inline-block;
    vertical-align: middle;
}
.shop-list .menuWrap .item .arrow-down {
    display: inline-block;
    width: 6px;
    height: 4px;
    background: url(../images/temp/arrow-white.png) no-repeat;
    background-size: 100% 100%;
}
.shop-list .menuWrap .current .arrow-down {
    background: url(../images/temp/arrow-red.png) no-repeat;
    background-size: 100% 100%;
}
.shop-list .menuWrap .current {
    background: #fff;
}
.shop-list .menuWrap .item-a {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size:14px;
    color: #fff;
}
.shop-list .menuWrap .all {
    width: 98px;
}
.shop-list .menuWrap .zLine {
    float: left;
    width: 1px;
    height: 12px;
    background: #3f3c3c;
    margin-top: 15px;
    margin-left: 17px;
    margin-right: 21px;
}
.shop-list .menuWrap .menu-left .current a,.shop-list .menuWrap .menu-right .current a,.shop-list .menuWrap .menu-left .red-down-current a,.shop-list .menuWrap .menu-right .red-down-current a{
    background: #fff;
    color: #ec3d42;
}
.shop-list .banner {
    width: 100%;
    height: 200px;
    background: #000;
}
.shop-list .banner .img {
    display: block;
    width: 960px;
    height: 200px;
    margin: 0 auto;
}
.z-row {
    position: relative;
    width: 1178px;
    margin-left: auto;
    margin-right: auto;
}
.mr26 {
    margin-right: 30px!important;
}
.z-layer {
    position: absolute;
    top: 40px;
    left: 10px;
    width: 200px;
    background: #ffffff;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,0.20);
    z-index: 99;
}
.z-layer .text {
    width: 200px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #333333;
    border-bottom: 1px solid #e2e1ee;
}
.z-layer .text:last-child {
    border-bottom: none;
}
.z-layer .zSelected {
    background: #ec3d42;
}
.layer1 .current a{
    background:#ec3d42;
    color: #fff;
}
.layer1 .zSelected a{
    color: #fff;
    background: #ec3d42;
}
.layerSeries {
    right: 70px;
}
.zPrice {
    right: -2px;
}
.zLevel {
    right: -58px;
}


/*--弹层2--*/
.layer1 {
    position: absolute;
    top: 40px;
    width: 200px;
    background: #fff;
    z-index: 99;
    box-shadow:0 4px 4px 0 rgba(0,0,0,0.20);
}
.layer1 .item {
    width: 200px;
    font-size:14px;
    line-height: 40px;
    color:#333333;
    clear: both;
    border-bottom: 1px solid #e2e1ee;
}
.layer1 .item .link1 {
    display: block;
    padding-left: 20px;
}
.z-layer .text-a {
    display: block;
    padding-left: 20px;
}
.z-layer .current a{
    background: #ec3d42;
    color: #fff;
}
.z-layer .zSelected a{
    color: #fff;
}
.header{
	border-bottom:5px solid #dd7929;
	background-color:#ffffff;
	height:120px;
}
.header .header-nav{
	padding: 15px 8% 25px 5%;
	text-align:left;
}
.header .menu{
   float: right; 
   min-width:560px;
}
.header .menu ul li{
    float: right;
    margin-right: 3%;
    color: #545454;
    position: relative;
    font-size: 22px;
    font-weight: 500;
    line-height: 130px;
}

.header .menu ul li a{
    line-height: 130px;
}
body{
	text-align: center;
	min-width:1280px;
	overflow-y:scroll;
	height:100%;
	
	margin: 0;/*清除默认样式*/
    padding: 0;
}
.footer{
	color: #6F7378;
	background-color:#f3f3f7;
	width:100%;
    margin:auto;
	padding-top:25px;
	padding-bottom:25px;
    position: absolute; /*相对于父元素contanier定位*/
    width:100%;
    text-align: center;	
	bottom: 0;/*始终距离它的父元素的底部为0px.则是处于父元素的最底*/
}
.footer p{
    line-heigth:25px;
	height:25px;
	font-size:14px;	
}
.footer p a{
    color: #6F7378;
	text-decoration:underline;
}
.container {
    position: relative;
    margin: 0 auto;
    height: auto !important;
    height: 100%; 
    min-height: 100%;
}
