﻿
/*miencun's CSS Reset for mobile [Update:2016-01-11]*/
html {font-size:10px; font-family:;}
@media all and (min-width: 0) {html {font-size:10px;}}
@media all and (min-width: 320px) {html {font-size:14px;}}
@media all and (min-width: 480px) {html {font-size:16px;}}
@media all and (min-width: 640px) {html {font-size:18px;}}
body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,time, mark, audio, video, input,select{font-size:100%; font-family:Helvetica; margin: 0;padding:0;border:none;outline:0;vertical-align: baseline;}
a {text-decoration:none;}
a:hover {color:#000;}
ol,ul,dl {list-style:none;}
h1,h2,h3,h4,h5,h6 {font-weight: normal;}

input:-moz-placeholder,
textarea:-moz-placeholder {color:#c2c2c2; font-size:1rem;}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {color:#c2c2c2; font-size:1rem;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {color:#c2c2c2; font-size:1rem;}
button, input, select, textarea, datalist {font-size:100%; box-sizing:border-box;-webkit-appearance: none;border-radius:0;}
table {border-collapse:collapse;border-spacing:0;}
hr {height:1px; border:0; border-top:1px dashed #ccc;}
img {box-sizing:border-box;}
em { font-style:normal;}

/* CSS Reset end */

/* CSS patch */
.cf:after {content:'\0020';display:block;height:0;clear:both;font-size:0;visibility:hidden}
.cf{*zoom:1}
.fl { float:left;}
.fr {float:right;}
.mt10 {margin-top:0.8rem;}
.mt20 {margin-top:1.2rem;}
/* CSS patch end */

body { color:#333;}

/*CSS Common | Patch*/
.wrap{margin:0 auto;}
.center{margin:0 auto;}
.cf:after {content:'\0020';display:block;height:0;clear:both;font-size:0;visibility:hidden;}
.cf {*zoom:1;}
.cl{ float:left;}
.cr {float:right;}
.fl{ float:left;}
.fr {float:right;}
.mt10 {margin-top:10px;}
.mt12 {margin-top:12px;}
.mt15 {margin-top:15px;}
.mt20 {margin-top:20px;}
.mt30 {margin-top:30px;}

.decont {font-size:1rem;line-height:2;margin-bottom:20px; padding:1rem 0;color:#555; overflow:hidden;}
.decont p {text-indent:0!important;}
.decont dl,
.decont dt
.decont dd,
.decont ul,
.decont ol {margin:0 0 0 30px; padding:0;}
.decont img {max-width:100%!important; height:auto!important; }
.decont table { width:100%!important;}
.decont table td {width:auto!important;}

.swiper-container {width: 100%;}
.swiper-slide {text-align: center;font-size: 18px;background: #fff;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.swiper-slide a,.swiper-slide img {width: 100%; display:block;}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet { margin:0 0.2rem;}
.swiper-pagination-bullet {width:0.6rem; height:0.6rem; background-color:#fff;opacity:1; border:1px solid #fff;}
.swiper-pagination-bullet-active {background:#FF6701;}


.thin {border-collapse:collapse;border-spacing:0; margin:20px 0 50px;}
.thin td {height:20px;border:1px solid #ccc; padding:15px 25px;}
/*CSS Common | Patch*/
.w0{width:100%; overflow:hidden;}
.w1{margin-right:auto; margin-left: auto;padding:0;}
.cf:after {content:'\0020';display:block;height:0;clear:both;font-size:0;visibility:hidden;}
.cf {*zoom:1;}
.fl{ float:left;}
.fr {float:right;}
.mt10 {margin-top:10px;}
.mt20 {margin-top:20px;}
.mt30 {margin-top:30px;}
/*Page Base*/
body {color:#666; background-color:#fff;}
a {color:#666;}
a:hover {color:#FF6701;}

/*统一UI单表*/
.ui-input {padding:0 8px;height:28px;line-height:28px; border:1px solid #b6b6b6;}
.ui-input-normal {width:180px;}
.ui-input-auction-price {width:160px; height:35px; line-height:35px;color:#FF2F00; border:1px solid #bbb; font-size:18px;}
.ui-input-uc {width:240px; height:28px; line-height:28px;}
.ui-input-rule {background:url(http://m.moxye.com/assets/images/rule.gif) repeat-x left bottom; font-size:14px; color:#333;}
.ui-input-textarea {line-height:1.8; padding:6px 8px; width:560px; height:100px;}
.ui-input-sort {width:44px;text-align:center; color:#090;font-weight:700;}
.ui-input-login,
.ui-input-vcode {width:230px;font-weight:700; font-size:14px;}
.ui-input-vcode {width:52px;}
.ui-input-pg {width:170px; height:36px; line-height:36px;}
.ui-input-sign {display:block; border:0; width:100%;height:40px; line-height:40px;padding:10px; border:1px solid #ccc;}

.ui-input-content {display:block; border:0; width:100%;padding:10px; height:80px; border:1px solid #ccc;}


.ui-button {display:inline-block; vertical-align:middle; text-align:center;cursor:pointer;color: #fff;background-color:#1592CF;border:0;}
.ui-button:hover {text-decoration:none;color:#fff; opacity:0.8;}
 /*不能同时指定其它操作符，因button/submit/reset/select不是标准的盒模型*/
.ui-button-normal {width:70px;}
.ui-button-sort {width:62px;}
.ui-button-login {width:70px; height:34px; line-height:34px;}

.ui-button-sign-submit { width:100%;height:40px; line-height:40px; color:#fff; background-color:#FF6701; border-radius:4px; font-size:16px;opacity:0.8;}
.ui-button-sign-submit:hover {opacity:1;}

.ui-button-big {width:100px; height:30px; line-height:30px; border:1px solid #C91E16; color:#C91E16; background-color:#fff;}
.ui-button-big:hover {background-color:#C91E16; color:#fff;}

.ui-button-sign {width:200px; height:50px; line-height:50px; font-size:16px; border-radius:4px; color:#FF6701; border:1px solid #FF6701; background-color:#ffe8e1;}
.ui-button-sign:hover {color:#FF6701;}


.ui-button-sign2 {box-sizing:border-box;width:100px; height:30px; line-height:30px; font-size:12px; border-radius:4px; color:#fff; background-color:#005DB4;}

.ui-button-full {width:100%; height:40px;line-height:40px;font-size:16px; border-radius:4px; color:#fff; background-color:#FF8144;}

.ui-button-pg {box-sizing:border-box;width:100%; height:40px; line-height:40px; font-size:16px; color:#FF6701; border:1px solid #FF6701; background-color:#ffe8e1;}
.ui-button-pg:hover {color:#FF6701;}


.ui-button-big2 {padding:0 20px; height:40px; line-height:40px;background-color:#ff8800;}
.ui-button-big2:hover {background-color:#ffaa00; color:#fff;}

.ui-button-p {padding:6px 40px; border-radius:3px; background-color:#fff; border:1px solid #FF8144; color:#FF6701;}
.ui-button-p:hover { color:#FF6701;}

.ui-tip {color:#f60;background:#fff9f6;border: 1px solid #ffe2d3; padding:6px 8px;}
.ui-tip-login { background:none; border:0; margin-left:60px; padding:0;}

/*分页通用*/
.page {text-align: center; margin:20px 0;}
.page span, .page a {display: inline-block; margin-right:6px; height:28px; line-height:28px; padding:0 10px;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;transition-duration:.2s;-moz-transition-duration: .2s;-webkit-transition-duration:.2s;}
.page a{color:#FF6701; border:1px solid #bbb;color:#000;background-color:#fff;}
.page a:hover {border:1px solid #FF6701;color:#FF6701; text-decoration:none;}
.page .disabled{color: #999; border:1px solid #ccc;background-color:#fcfcfc;}
.page .cur{color: #FF6701; border:1px solid #FF6701;color:#fff; background:#FF6701;}
.page .hellip{ padding:0;}
.page .total {color:#888;}

.box9 {}
.box9 .item0 {margin-bottom:16px;}
.box9 .item0_tail {margin-right:0;}
.box9 .item0_wp {}

.flink { padding:10px 0;}
.flink .pre{ font-size:12px;color:#333;}
.flink .link{ font-size:12px; color:#666;}

.box12 {}
.box12 .hd {margin-bottom:20px; height:40px; line-height:40px;border-bottom:1px dashed #ddd;text-align:center;}
.box12 .hd .clsname {display:inline-block;}
.box12 .hd .clsname .txt {font-size:1.4rem;display:inline-block; vertical-align:middle;}
.box12 .hd .clsname .entxt {font-size:20px;color:#ccc; display:inline-block; display:none; margin-left:10px; vertical-align:middle;}
.box12 .hd .clsname a:hover {color:#FF6701;}
.box12 .hd .more {display:inline-block; margin-left:10px;}
.box12 .hd .more a { display:block;color:#fff; vertical-align:middle;  width:20px; height:20px; line-height:20px; border-radius:100%; background-color:#ccc; text-align:center;}
.box12 .hd .more a:hover {background-color:#FF6701; color:#fff; text-decoration:none;}
.box12 .bd {}

.box22 {background-color:#fff; padding:0.6rem;}
.box22 .hd {margin-bottom:1rem; height:40px; line-height:40px; border-bottom:1px solid #ddd;}
.box22 .hd .clsname {}
.box22 .hd .clsname .ico { background-color:#005DB4; width:2px; height:1.2rem;display:inline-block; vertical-align:middle;}
.box22 .hd .clsname .txt {font-size:1.2rem; font-weight:700;color:#333; display:inline-block; vertical-align:middle; margin-left:0.6rem; }
.box22 .hd .clsname .entxt {font-size:1rem;color:#ccc; display:inline-block; margin-left:0.6rem; vertical-align:middle;}
.box22 .hd .clsname a:hover {color:#FF6701;}
.box22 .hd .more {}
.box22 .hd .more a {color:#FF8144;}
.box22 .hd .more a:hover {color:#FF6701;}
.box22 .bd {}

.hotnews { padding:0.6rem;}
.hotnews .hd {height:40px; line-height:40px; border-bottom:1px solid #ddd; background-color:#005DB4;}
.hotnews .hd .clsname {}
.hotnews .hd .clsname .ico {background-color:#fff; width:2px; height:16px; line-height:16px;display:inline-block; margin-left:10px; vertical-align:middle;}
.hotnews .hd .clsname .txt {font-size:18px;color:#fff; display:inline-block; vertical-align:middle; margin-left:10px; }
.hotnews .hd .clsname .entxt {font-size:16px;color:#5886C4; display:inline-block; margin-left:10px; vertical-align:middle;}
.hotnews .hd .clsname a:hover {color:#FF6701;}
.hotnews .hd .more { margin-right:10px;}
.hotnews .hd .more a {color:#fff;}
.hotnews .hd .more a:hover {color:#FF6701;}
.hotnews .bd {border:1px solid #eee; border-top:0; padding:20px 10px;}


.box11 { padding:0.6rem; background-color:#fff;}
.box11 .hd {margin-bottom:20px; height:3rem; line-height:3rem; border-bottom:1px solid #ddd;}
.box11 .hd .clsname {}
.box11 .hd .clsname .ico { background-color:#005DB4; width:2px; height:1.2rem; line-height:1.2rem;display:inline-block; vertical-align:middle;}
.box11 .hd .clsname .txt {font-size:1.2rem;color:#333; display:inline-block; vertical-align:middle; margin-left:10px; }
.box11 .hd .clsname .entxt {font-size:1.2rem;color:#ccc; display:inline-block; margin-left:10px; vertical-align:middle;}
.box11 .hd .clsname a:hover {color:#FF6701;}
.box11 .hd .more {}
.box11 .hd .more a {color:#FF8144; height:3rem; line-height:3rem; display:inline-block;}
.box11 .hd .more a:hover {color:#FF6701;}
.box11 .bd {}

.box11 .bd .fstnew {position:relative;}
.box11 .bd .fstnew .pic {}
.box11 .bd .fstnew .pic a {}
.box11 .bd .fstnew .pic img { width:100%; display:block;}
.box11 .bd .fstnew .info {position:absolute; left:0; bottom:0; width:100%;height:40px; line-height:40px; background:rgba(0,0,0,.5); overflow:hidden;}
.box11 .bd .fstnew .info a {color:#fff;display:block; padding:0 10px;}
.box11 .bd .fstnew .info a:hover {color:#FF6701; }

.lists {}
.lists .item {border-bottom:1px dashed #ccc; overflow: hidden;background:url(../image/dot1.gif) no-repeat left center; padding-left:16px;}
.lists .item a { height:3rem; line-height:3rem; display:block;}

.lists_2 {}
.lists_2 .item {height:40px;line-height:40px; border-bottom:1px dashed #ccc; overflow: hidden;background:url(../image/dot1.gif) no-repeat left center; text-indent:16px;}
.lists_2 .item a {}

.home_faq {}

.faq_lists {}
.faq_lists .item {border-bottom:1px dashed #ccc; margin-bottom:14px; overflow: hidden;}
.faq_lists .item a {}
.faq_lists .item a:hover { text-decoration:none;}
.faq_lists .item_wp {}
.faq_lists .item_wp:hover {}
.faq_lists .item .question {color:#FF6701;overflow:hidden;}
.faq_lists .item .question .txt {height:2rem; line-height:2rem; background-color:#005DB4; color:#fff; padding:0.2rem 0.4rem;}

.faq_lists .item .answer {overflow:hidden; margin:6px 0 10px 0;}
.faq_lists .item .answer .txt {line-height:26px; color:#999;display:inline-block;}

.youshi { margin-top:1rem; padding:0.6rem;}
.youshi li {}
.youshi li .pic { margin-top:0.6rem;}
.youshi li .pic img  {width:100%;}
.youshi li .cont {}
.youshi li .cont h1 { font-weight:400;}
.youshi li .cont h1 .dot {display:block; float:left; width:50px; height:50px; padding:4px; border:1px dashed #ccc; border-radius:100%;text-align:center;}
.youshi li .cont h1 .dot .dot_wp {width:50px; height:50px; line-height:50px; color:#fff; font-size:1rem; background-color:#FF6701;border-radius:100%;}

.youshi li .cont .title {margin-left:0.8rem; margin-top:0.4rem;}
.youshi li .cont .title .txt1 {font-size:1.2rem; font-weight:700; color:#FF6701;}
.youshi li .cont .title .txt2 {font-size:1rem; margin-top:2px;color:#666;}

.youshi li .cont h1 span { display:block; width:500px; height:50px; line-height:50px; padding-left:20px; color:#2485ca; font-size:26px; float:left; overflow:hidden;background:url(http://m.moxye.com/assets/images/ys2.gif) no-repeat left center;}
.youshi li .cont i {}
.youshi li .cont .detail {font-size:14px; line-height:2; padding:1rem; background-color:#eee; border-radius:5px; margin-top:0.6rem;}
.youshi .youshi_1,
.youshi .youshi_2 { margin-bottom:20px; }
.youshi .youshi_1 .pic,
.youshi .youshi_2 .pic {}

.youshi .youshi_1 .pic {}
.youshi .youshi_1 .pic img {display:block; width:100%;}
.youshi .youshi_1 .cont {margin-top:30px;}

.youshi .youshi_2 .pic {}
.youshi .youshi_2 .pic img {display:block; width:100%;}
.youshi .youshi_2 .cont {margin-top:30px;}

.home_about { padding:0.6rem;}
.home_about .pic {padding:3px; margin-bottom:1rem; border:1px solid #eee; background-color:#fff;}
.home_about .pic img { display:block; width:100%;}
.home_about .pic i { display:block; width:100%; height:25px;background:url(http://m.moxye.com/assets/images/dot7.png) no-repeat center center;}
.home_about .cont {}
.home_about .cont .hd {border-bottom:1px dashed #ccc; padding-bottom:0.3rem;}
.home_about .cont .hd h1 {float:left;font-size:1.2rem; line-height:2rem; height:2rem; }
.home_about .cont .hd span { float:left;color:#ccc; margin-left:10px; line-height:2rem;height:2rem; font-size:1.2rem;}
.home_about .cont .hd a { float:right;line-height:2rem;height:2rem; }
.home_about .cont .bd { padding:10px 0; line-height:2.3;}
.home_about .cont .bd a {}

.sell_pg {}
.sell_pg .item {float:left;width:288px;margin-right:16px;}
.sell_pg .item_tail { margin-right:0;}
.sell_pg .item .item_wp {border:1px solid #eee; border-radius:5px;background-color:#fff; overflow:hidden; text-align:center;box-shadow:1px 1px 2px 0px #eee;}
.sell_pg .item .pic {}
.sell_pg .item .pic img {display:block; width:100%;}
.sell_pg .item .info { padding:16px 0; background-color:#fff;}
.sell_pg .item .info .txt1 { font-size:18px; color:#FF6701;}
.sell_pg .item .info .txt2 { margin-top:8px;}

.sell_faq {}
.sell_faq .item {margin-bottom:20px;}
.sell_faq .item_tail {}
.sell_faq .item .item_wp {border:1px solid #eee;background-color:#f9f9f9; padding:20px;border-radius:6px;}
.sell_faq .item .info { }
.sell_faq .item .info .txt1 { font-size:16px; font-weight:700; color:#333;}
.sell_faq .item .info .txt2 { margin-top:8px;}

.cont4 { line-height:2; padding:20px 10px; color:#454545;}
.cont4 p {margin-bottom:10px;}

.after_service { height:580px; background:url(http://m.moxye.com/assets/images/as.jpg) no-repeat left top; position:relative;}
.after_service a { position:absolute; bottom:70px; left:34px; width:146px; height:32px; line-height:32px; display:inline-block; text-align:center;border:1px solid #fff;color: #fff; font-size: 16px;}
.after_service a:hover { text-decoration:none;border:1px solid #FF6701;color: #FF6701;}

.side_link { margin-bottom:20px;}
.side_link a {display:block;}
.side_link a img {display:block; width:100%;}


.box_lm {margin-bottom: 10px;}
.box_lm .title {height: 38px; line-height:38px; border-bottom:1px solid #ccc;}
.box_lm .title h1 {float:left;color:#fff; font-size:16px; font-weight:700; color:#FF6701;}
.box_lm .title .more {display: block; float:right; padding:0 10px; font-weight: 400; text-align: center;}
.box_lm .title .more a {color:#666;}
.box_lm .title .more a:hover {color:#FF6701;}
.box_lm .cont { margin-top:10px;}
.box_lm31 {margin-bottom: 10px;border:1px solid #eee; padding:10px; background-color:#fff;}
.box_lm31 .title {height:22px; line-height:22px;}
.box_lm31 .title h1 {float:left;color:#fff; font-size:16px; font-weight: 700; color:#FF6701;}
.box_lm31 .title .more {display: block; float:right; padding:0 10px; font-weight: 400; text-align: center;}
.box_lm31 .title .more a {color:#666;}
.box_lm31 .title .more a:hover {color:#FF6701;}
.box_lm31 .cont { margin-top:6px;}

.box_lm2 {margin-bottom:20px; background-color:#fff; padding:10px; padding-bottom:20px;}
.box_lm2 h1 {border-bottom:1px solid #ccc;color:#454545;font-size:18px; height:40px; line-height:40px;display:block;}
.box_lm2 .cont { margin-top:20px;}

.box2 { padding:0.6rem;}
.box2 .title {text-align:center;}
.box2 .title h1 {font-size:1.4rem; font-weight:700;}
.box2 .title h1 .t_left {color:#333;}
.box2 .title h1 .t_right {color:#FF6701;}
.box2 .title .memo {color:#333; font-size:1rem;}
.box2 .title .more {display: block; float:right; padding:0 10px; font-weight: 400; text-align: center; background-color:#dcdcdc;}
.box2 .title .more a {color:#666;}
.box2 .title .more a:hover {color:#FF6701;}
.box2 .cont {}


.show_wp {background:url(../image/bg_1.jpg) no-repeat center center; padding:10px 0;}
.show { background-color:#fff; padding:10px 50px;}
.show .ico {background:url(../image/t_11.jpg) no-repeat center center; width:116px; height:143px;}
.show .info { margin-left:50px; margin-top:30px;}
.show .info .txt1 { color:#222; font-size:28px;}
.show .info .txt1 .pre { color:#FF6701; font-size:36px;}
.show .info .txt2 { color:#666; font-size:20px;}
.show .tel { margin-top:30px;}
.show .tel .txt{display:block; font-size:24px; color:#222;}
.show .tel .cont{ margin-top:10px;}
.show .tel .cont .ico{display:block; width:26px; height:26px;background:url(../image/tel.png) no-repeat center center;}
.show .tel .cont .txt2 { margin-left:10px; color:#FF6600; font-weight:700; font-size:26px; height:26px; line-height:26px;}


.box8 {}
.box8 .title {}
.box8 .title h1 {color:#333; font-size:22px;}
.box8 .title .more {color:#FF6701;}

.box4 {margin-bottom:10px;}
.box_show {margin-bottom:10px;}

.box5 {margin-bottom: 10px; padding:11px;}

.box6 {margin-top: 10px;margin-bottom: 10px;border:1px solid #eee; background: #fff; padding:30px 50px;}
.box6 .title {height: 60px; line-height:60px;border-bottom:1px dotted #aaa;}
.box6 .title h1 {float:left;color: #666; font-size:22px; font-weight: 700;}
.box6 .cont {border-top: 0; background: #fff; padding:20px 0;}

.main_de {}
.main_de .main_l {}
.main_de .main_r {}

.qcontact { padding:10px;}
.qcontact .title { font-size:20px;border-bottom:1px solid #eee; margin-bottom:8px; padding:10px 0;}
.qcontact .list { position:relative; line-height:26px; }
.qcontact .list .t { position:absolute; left:0; top:0;}
.qcontact .list .c { margin-left:50px;}

.aution-price .price-item { margin-right:16px; padding:6px 0; border-bottom:1px solid #ccc;}
.aution-price .price-item .price-pre { font-size:16px;}
.aution-price .price-item .price-txt { color:#f50; font-size:18px; font-weight:700;}
.price-step { margin-top:6px;}
.price-step .pre { height:20px; line-height:20px;}
.price-step .txt { height:20px; line-height:20px;color:#f50;font-size:18px;}

.items {}
.items .item {float:left;width:49%;margin-right:2%; margin-bottom:12px;}
.items .item_row_last {margin-right:0;}
.items .item .item-w {-webkit-transition-duration:.2s;position:relative; border:1px solid #eee;}
.items .item .item-w:hover {top:-2px;box-shadow: 0 2px 6px 0 rgba(0,0,0,.13);}
.items .item .pic {}
.items .item .pic a {display:block; position:relative;}
.items .item .pic img {display:block; width:100%;}

.items .item .pic a .bs { position:absolute; right:6px; bottom:0px; background-image:url(http://m.moxye.com/assets/images/bs.png); background-repeat:no-repeat;}

.items .item .pic a .bs1 { width:60px; height:60px; background-position:0 -120px; }
.items .item .pic a .bs2 { width:60px; height:60px; background-position:-60px -120px; }

.items .item .info { padding:8px; background-color:#fff;}
.items .item .info .notice {color:#FF6701; height:30px; line-height:30px; font-size:12px; overflow:hidden;}
.items .item .info h1{ text-align:center; line-height:22px; height:22px; overflow:hidden;text-overflow:ellipsis;white-space: nowrap;}
.items .item .info h1 a{color:#333;}
.items .item .info h1 a:hover{color:#FF6701;}
.items .item .info .price .price_pre {color:#333; font-size:14px;height:20px; }
.items .item .info .price .price_num {color:#FF6701; font-size:18px;height:20px;  font-weight:700;}
.items .item .info .price {color:#666;margin-top:5px;height:20px; line-height:20px;}
.items .item .info .oprice {color:#666;margin-top:5px;height:20px; line-height:20px;}
.items .item .info .data { color:#666;margin-top:5px;height:20px; line-height:20px;}


.items2 {}
.items2 .item {float:left;width:49%;margin-right:2%; margin-bottom:20px;}
.items2 .item_row_last {margin-right:0;}
.items2 .item .item-w {-webkit-transition-duration:.2s;position:relative; border:1px solid #eee;}
.items2 .item .item-w:hover {top:-2px;box-shadow: 0 2px 6px 0 rgba(0,0,0,.13);}
.items2 .item .pic {}
.items2 .item .pic a {display:block; position:relative;}
.items2 .item .pic img {display:block; width:100%;}

.items2 .item .pic a .bs { position:absolute; right:6px; bottom:0px; background-image:url(http://m.moxye.com/assets/images/bs.png); background-repeat:no-repeat;}

.items2 .item .pic a .bs1 { width:60px; height:60px; background-position:0 -120px; }
.items2 .item .pic a .bs2 { width:60px; height:60px; background-position:-60px -120px; }

.items2 .item .info { padding:8px; background-color:#fff;}
.items2 .item .info .notice {color:#FF6701; height:30px; line-height:30px; font-size:12px; overflow:hidden;}
.items2 .item .info h1{ text-align:center; line-height:22px; height:22px; overflow:hidden;text-overflow:ellipsis;white-space: nowrap;}
.items2 .item .info h1 a{color:#333;}
.items2 .item .info h1 a:hover{ color:#FF6701;}
.items2 .item .info .price .price_pre {color:#333; font-size:14px;height:20px; }
.items2 .item .info .price .price_num {color:#FF6701; font-size:18px;height:20px;  font-weight:700;}
.items2 .item .info .price {color:#666;margin-top:5px;height:20px; line-height:20px;}
.items2 .item .info .oprice {color:#666;margin-top:5px;height:20px; line-height:20px;}
.items2 .item .info .data { color:#666;margin-top:5px;height:20px; line-height:20px;}



/*头部*/
.header {position:fixed; left:0; top:0; z-index:80;opacity:1;width:100%;height:3rem;padding:0.5rem 0;background-color:#fff;box-shadow:0 0 4px 0 rgba(0,0,0,0.2);}
.header .logo{height:100%; margin-left:0.3rem; margin-right:0.6rem; display:block;}
.header .logo .logoimg{height:100%; float:left;}
.slogan {font-weight:400; text-align:center; padding:1.2rem 0;}
.slogan .t1 {font-size:1.5rem; color:#222; font-weight:700;}
.slogan .t2 {font-size:1.2rem; color:#EF480D; margin-top:0.6rem;}

.header .tel { margin:0 0 0 0.6rem;}
.header .tel .ico{ display:block; width:3rem; height:3rem; background:url(http://m.moxye.com/assets/images/top_tel.png) no-repeat center center;background-size:contain;}
.header .tel .txt{color:#fff; font-size:1.2rem; line-height:3rem; margin:0 1rem 0 0.5rem;}
.header .tel .txt a{ color:#fff;}
.header .more {margin-top:0.5rem; margin-right:0.6rem; display:block;}
.header .more .ico{ display:block; width:2rem; height:2rem; border-radius:0.3rem; background:url(../image/menu.png) no-repeat center center;background-size:80%;}
.header-ph {height:4rem;}

.al {text-align:center; font-weight:400; background-color:#FFFCF2; border:1px solid #E1BE52; padding:1px 4px; border-radius:3px; margin-top:0.6rem; margin-left:0.6rem;}
.al .t1 {height:1.6rem;}
.al .t1 img { height:100%; display:block;}
.al .t2 {margin-left:6px; height:1.6rem; line-height:1.6rem;}

.home_product { padding:0.6rem;}

.top { padding:1rem 0; background-color:#f6f6f6; text-align:center;}
.top .tel { display:inline-block;}
.top .tel .txt{display:block; font-size:24px; color:#222;}
.top .tel .cont{ margin-top:10px;}
.top .tel .cont .ico{display:block; width:26px; height:26px;background:url(../image/tel.png) no-repeat center center;}
.top .tel .cont .txt2 { margin-left:10px; color:#FF6600; font-weight:700; font-size:22px; height:26px; line-height:26px;}


#menulist {display:none;position: fixed;top: 0;right: 0;bottom: 0;z-index:999;overflow-x: hidden;width: 100%;}
#menulist.active {display: block;}
#menulist .menulist-wp {position:absolute;top:0;right:0;bottom:0;width:46%;background:rgba(0,0,0,0.8);}
#menulist .menulist-cont {padding:1rem;}
#menulist .menulist-cont li {border-bottom:1px solid #333;}
#menulist .menulist-cont li a {padding:1rem 0;color:#fff;display:block;}
#menulist .mask {position: absolute;width: 100%;top: 0;left: 0;bottom: 0;background:rgba(0,0,0,0);z-index: -1;}

/*搜索*/
.srh { padding:0.6rem;}
.srh form {box-shadow:0 2px 2px 0 rgba(0,0,0,0.06);}
.srh .ipt,
.srh .btn {float: left;}
.srh .ipt {width:75%;position:relative; z-index:1;}
.srh .ipt .keyipt {border:1px solid #ddd;border-right:0; border-top-left-radius:4px;border-bottom-left-radius:4px; width:100%; padding:0 1rem; height:3rem; line-height:3rem;box-sizing: border-box; color:#666}
.srh .ipt label {position:absolute; left:0; top:0; cursor:text;padding:0 12px; height:3rem; line-height:3rem;z-index:2;visibility:hidden; color:#666; width:100%; box-sizing:border-box; text-align:left;}
.srh .btn {width:25%;}
.srh .btn .srhbtn {display:block; width:100%;border-top-right-radius:4px;border-bottom-right-radius:4px;height:3rem; line-height:3rem;box-sizing:border-box; background-color:#FF6701; color:#fff;}
.srh .hotkey { text-align:center; font-size:0;}
.srh .hotkey a { text-align:center; height:2rem; line-height:2rem; padding:0 0.6rem; display:inline-block; font-size:1rem;}


/*导航*/
.nav {background-color:#005DB4;}
.nav .main_nav {}
.nav .main_nav li {float:left; width:120px;}
.nav .main_nav li a { display:block; height:50px; line-height:50px; font-size:16px; text-align: center; color:#fff;}
.nav .main_nav li a:hover {color:#FF6701;text-decoration:none;font-weight:700;}
.nav .main_nav li a.cur {color:#fff;background-color:#FF6701; font-weight:700;}
.nav .main_nav li a.cur:hover {color:#fff;background-color:#FF6701; font-weight:700;}

/*侧边栏*/
.sidenav {width:260px;}
.sidenav .hd {background-color:#005DB4;text-align:center; padding:10px;}
.sidenav .hd .title { font-size:22px; color:#fff;}
.sidenav .hd .memo { font-size:12px; color:#80AEDA;}
.sidenav .bd { border:1px solid #eee; border-top:0;}
.sidenav_list { padding:10px;}
.sidenav_list li {text-align:center; border-bottom:1px solid #eee;}
.sidenav_list li a{ display:block;height:60px; line-height:60px;}
.sidenav_list li a .dot {width:2%; background-color:transparent; display:block; height:60px; }
.sidenav_list li a .txt {width:98%;display:block; height:50px; text-align:center;}
.sidenav_list li a:hover{ background-color:#F0F0F0;}
.sidenav_list li a:hover .dot {background-color:#FFB27F;}
.sidenav_list li a:hover .txt {}


/*分类*/
.cls_menu {}
.cls_menu_wp {}
.cls_menu .hd {background-color:#005DB4;padding:10px; display:none;}
.cls_menu .hd .title {font-size:1.1px; color:#fff;}
.cls_menu .hd .memo {display:none;}
.cls_menu .bd { padding:0.3rem;}

.cls_list {}
.cls_list:after {content:'\0020';display:block;height:0;clear:both;font-size:0;visibility:hidden}
.cls_list{*zoom:1}
.cls_list li {float:left;width:33.33%;margin-top:0.6rem;}
.cls_list li a{display:block; text-align:center; background-color:#efefef; border-radius:3px; height:2.5rem; line-height:2.5rem; border:1px solid #eee; margin:0 0.3rem; }
.cls_list li a:hover{background-color:#f9f9f9;}

.cls_list li a.cur { background-color:#FF6701; color:#fff;}

.b { margin-top: 10px; margin-bottom: 10px;}
.b img {display: block; height: 300px;}

.pg_cover {}
.pg_cover .js {background:url(http://m.moxye.com/assets/images/pg.gif) no-repeat center center;height:250px; text-align:center; }
.pg_cover .js2 {text-align: center; line-height:26px; margin-top:20px; margin-bottom:20px;}
.pg_cover .js3 {text-align: center;margin-bottom:16px;}

.news_m1 {}
.news_m1 .newsfocus {width:480px; height:290px;position:relative;overflow:hidden;}
.news_m1 .newsfocus .point { position:absolute; z-index:20; right:5px; bottom:5px; }
.news_m1 .newsfocus .point li { display:block; float:left; }
.news_m1 .newsfocus .point li a { display:block;font-weight:bold;width:22px;height:22px;line-height:22px; text-align:center; margin:0 0 0 3px; background:#000; color:#fff; border:1px solid #222;}
.news_m1 .newsfocus .point li a:hover { color:#fff;background:#ffffff; text-decoration:none; border:1px solid #FF6701; }
.news_m1 .newsfocus .point li a.cur {color:#fff;background:#FF6701; text-decoration:none; border:1px solid #FF6701; }
.news_m1 .newsfocus .image {position:absolute;}
.news_m1 .newsfocus .image li {overflow:hidden;}
.news_m1 .newsfocus .image li i {position:absolute; display:block; width:480px; height:34px; left:0; bottom:0;background:#000; filter:alpha(opacity=70);opacity:0.7;}
.news_m1 .newsfocus .image li span {position:absolute; display:block; background:transparent; padding:0 0 0 10px; width:450px; height:34px; line-height:34px; left:0; bottom:0;}
.news_m1 .newsfocus .image li span a {color:#fcfcfc; font-size:14px;}
.news_m1 .newsfocus .image li span a:hover { text-decoration:none; color:#fc0;}

.news_m1 .newsfocus .image li img{display:block;float:left;width:480px; height:290px;border:0;}
.news_m1 .newscont{ margin-left: 10px; width:228px;}
.news_m1 .newscont dl {}
.news_m1 .newscont dl dt { border-bottom: 1px solid #ccc; padding-bottom:10px; margin-bottom:12px;}
.news_m1 .newscont dl dt h1 {height: 36px; line-height: 36px; overflow: hidden;}
.news_m1 .newscont dl dt h1 a {color:#FF6701; font-weight: 700; font-size: 14px; }
.news_m1 .newscont dl dt span { display:block;color:#707070; line-height:22px; height:66px; overflow: hidden;}
.news_m1 .newscont dl dd { height: 26px; line-height: 26px; overflow: hidden; background: url(../image/dot4.gif) no-repeat left center; padding-left:10px;}

.b2 { width: 718px; overflow: hidden;}
.b2 ul { width: 728px;}
.b2 ul li { float: left;width: 354px; margin-right: 10px;}
.b2 ul li img { display: block; width:354px; height:150px;}

.contact .info{ margin-bottom:20px; line-height:30px; font-size:14px;}
.contact .info h1 {padding:6px 0 14px; font-size:16px;}

.contact .finfo { border:1px dashed #ebebeb; background:#fff; padding:20px;}
.contact .finfo .infos {float:left; width:290px;}
.contact .finfo .infos p {float:left; width:160px; margin-left:10px; line-height:22px;}
.contact .finfo .infos p em {color:#FF6701; font-weight:700; font-style:normal;}
.contact .finfo .qrcode i {float:left;height:90px; width:90px; background: url(http://m.moxye.com/assets/images/qr2.png) no-repeat left center;}
.contact .finfo .qrcode p { margin-top:6px;}
.contact .finfo .sinawb i {float:left;height:90px; width:70px; background: url(http://m.moxye.com/assets/images/sinawb.png) no-repeat left center;}
.contact .finfo .sinawb p { margin-top:20px;}
.contact .finfo .mbsite i {float:left;height:90px; width:70px; background: url(http://m.moxye.com/assets/images/mbsite.png) no-repeat left center;}
.contact .finfo .mbsite p { margin-top:20px;}


.car {overflow: hidden; width:938px;}
.car ul { width:948px;}
.car ul li { float:left;width:227px; margin-right:10px; margin-bottom:10px;}
.car ul li .pic {width:227px; height:151px;}
.car ul li .pic a { display:block; position:relative;}
.car ul li .pic i { display:block; position:absolute; left:0; top:0; width:60px; height:60px; background:url(http://m.moxye.com/assets/images/flag.png) no-repeat;}
.car ul li .pic i.ys {background-repeat:0 0;}
.car ul li .pic i.js {background-repeat:-60px 0;}

.car ul li .pic img {width:227px; height: 151px; display: block;}
.car ul li .info { padding:6px 0;}
.car ul li .info h1{ font-size: 14px; height:28px;line-height: 28px; overflow: hidden;}
.car ul li .info span{display:block;  color: #888;height: 18px; line-height:18px; overflow:hidden;}
.car ul li .info p{display:block;height: 22px; line-height: 22px;color:#FF6701;margin: 0; padding:0 10px; margin-top:6px;}
.car ul li .info p i{width:50%; float:left; height: 22px; line-height: 22px; font-size:14px; font-style: normal;}
.car ul li .info p em{width:50%; float:right; height: 22px; line-height: 22px; font-size: 18px; font-weight: 700; font-style: normal; text-align:right;}

.box42 { padding:10px; background-color:#fff; margin-bottom:10px;}

.carview {}

.carview .info { width:540px;}
.carview .info .hd .brand {width:68px; height:68px;}
.carview .info .hd .brand img { width:100%; display:block;}

.carview .info .hd .title {width:460px;}
.carview .info .hd .title h1 { font-size:24px; color:#333; margin-top:16px; line-height:36px;}

.carview .info .qtags {}
.carview .info .qtags .item { float:left; border-right:1px solid #eee; padding:0 30px;}
.carview .info .qtags .item .title { text-align:center; color:#999;}
.carview .info .qtags .item .cont { text-align:center; color:#333; font-size:18px; margin-top:6px;}

.carview .info .price { margin-top:10px; line-height:50px;}
.carview .info .price .price_pre {color:#FF6701; font-size:16px;}
.carview .info .price .price_num { font-size:32px; color:#FF6701;}

.carview .info .oprice {}

.carview .info .quote {color:#FF6701; margin-bottom:20px;}

.carview .info .tel {border:1px solid #eee; background-color:#fff; border-radius:10px; padding:12px 16px;}
.carview .info .tel .tel_item {}
.carview .info .tel .tel_item .ico {display:block; width:40px; height:40px; background: url(../image/tel.png) no-repeat center center;}
.carview .info .tel .tel_item .num {display:block; width:170px;height:40px; line-height:40px; color:#FF6701; font-size:22px; font-weight:700; margin-left:10px;}
.carview .info .tel .tel_item .name {display:block;height:40px; line-height:40px; font-size:16px;margin-left:10px;}

.carview .par .partable {width:100%;border-collapse:collapse;}
.carview .par .partable tr td {border:1px solid #ededed;font-size:16px; padding:12px 20px; line-height:20px;}
.carview .par .partable tr td.n1 {background:#f9f9f9;width:100px;}

.partable2 { width:100%;border-collapse:collapse;}
.partable2 tr td {font-size:14px; padding:10px 0; line-height:20px;}
.partable2 tr td.n1 {background:#F7F7F7; text-align:right; width:120px;}

.feiis { font-size:12px; color:#454545;}
.feiis a {}
.carview .par {position:relative;}
.carview .par .saled {position:absolute;left:400px; top:100px; background:rgba(0,0,0,0.3);width:400px; height:150px;  line-height:150px; color:#fff; font-size:38px;text-align:center;}
.carview .des {margin:30px 0;}
.carview .par .tel {color:#FF6701;font-size:22px; font-weight:700;display:block;}
.carview .notice {background:#f9f9f9; padding:20px;}
.carview .notice,
.carview .notice a,
.carview .notice p {color:#333;line-height:26px;}
.carview .base {width:540px; margin-left:20px;}

.par2 {position:relative;}
.par2 table { width:100%;border-collapse:collapse;}
.par2 table tr td {font-size:12px; padding:2px 8px; border: 1px solid #eee; background-color:#fff;}

.carview-pm {}
.carview-pm .hd { padding:10px;border:1px solid #eee; background-color:#fff;}
.carview-pm .pic {width:640px;}
.carview-pm .base {width:550px;margin-left:10px;}
.carview-pm .base .info {}
.carview-pm .base .info .brand {width:70px; height:70px;}
.carview-pm .base .info .brand img {display:block; width:70px; height:70px;}
.carview-pm .base .info .car-ov { width:470px;}
.carview-pm .base .info .car-ov .cart-title {font-weight:700; font-size:24px;}
.carview-pm .base .info .car-ov .cart-tag {}
.carview-pm .base .info .car-ov .cart-tag span { float:left; display:block; margin:6px 6px 0 0; padding:0 6px; height:20px; line-height:20px; font-size:12px; border:1px solid #ccc;}

.carview-pm .base .price {margin-top:0;}
.carview-pm .base .price .price_start span {}
.carview-pm .base .price .price_start em{font-size:22px;color:#FF6701;}
.carview-pm .base .price .price_step span {}
.carview-pm .base .price .price_step em{font-size:22px;}
.carview-pm .par {position:relative;}
.carview-pm .par table { width: 100%;border-collapse:collapse;}
.carview-pm .par table tr td {font-size:14px; padding:10px 8px; line-height:20px; border: 1px solid #eee; background-color:#fff;}
.carview-pm .par table tr td.n1 {background:#F7F7F7; text-align:right; width:120px;}
.carview-pm .par table tr td a{ font-size: 14px; color: #444;}
.carview-pm .par .saled {position:absolute;left:350px; top:100px; background:url(http://m.moxye.com/assets/images/ys.png) no-repeat center center; width:280px; height:150px;}
.carview-pm .des {margin:30px 0;}
.carview-pm .par .tel {color:#FF6701;font-size:22px; font-weight:700;display:block;}
.carview-pm .notice {background:#f9f9f9; padding:20px;}
.carview-pm .notice,
.carview-pm .notice a,
.carview-pm .notice p {color:#333;line-height:26px;}

.fq {}
.fq .js {background:url(http://m.moxye.com/assets/images/fq.jpg) no-repeat center center;text-align:center;height:290px; text-align:center;}
.fq .js2 {text-align: center; line-height:26px; margin-top:10px; margin-bottom:20px;}
.fq .js3 {text-align: center;margin-bottom:16px;}

.list_view {}
.list_view .title {}
.list_view .title .txt {font-size:22px; color:#000; text-align:center;}
.list_view .title .date {text-align:center; color:#999; font-size:12px; margin-top:10px;}
.list_view .cont {padding:10px 0;}

.view {}
.view .title { margin-bottom:20px;}
.view .title .txt {font-size:22px; color:#000; text-align:center;}
.view .title .date {text-align:center; color:#999; font-size:12px; margin-top:10px;}
.view .pic {display:block; margin:0 auto;}
.view .pic img {display:block; max-width:100%;}
.view .cont {padding:10px 0;}

/*已选条件*/
.seledbar {padding:10px 0;}
.seledbar .seled {position:relative;line-height:24px;}
.seledbar .seled dt {position:absolute; left:0; top:0;color:#666;}
.seledbar .seled dd {margin:0 0 0 80px;}                
.seledbar .seled dd a {display:block; float:left; padding:0 8px; text-decoration:none;color:#FF6701; background-color:#fff; border:1px solid #ccc; margin-right:6px; margin-bottom:6px;}
.seledbar .seled dd a .txt1 { color:#333;}
.seledbar .seled dd a .clear {width:9px; height:8px; margin-top:8px; margin-left:6px; background:url(../image/clear1.gif) no-repeat 0 0;}
.seledbar .seled dd a:hover {border:1px solid #FF6701; }
.seledbar .seled dd a:hover .txt1 {color:#FF6701;}
.seledbar .seled dd a:hover .clear { background:url(../image/clear1.gif) no-repeat -9px 0;}

/*条件列表*/
.filterbar {margin-bottom:20px; border:1px solid #e1e1e1; border-top:0; background-color:#fff;}
.filterbar .filter {position:relative;line-height:26px; border-top:1px solid #e1e1e1; padding:10px 0;}
.filterbar .filter dt {position:absolute; left:0; top:0; bottom:0; padding-top:10px; width:80px; text-align:center; color:#333; background-color:#f6f6f6;}
.filterbar .filter dd {margin:0 0 0 90px;}                
.filterbar .filter dd a {padding:0.3rem 0.8rem; margin:0 0.6rem 0.6rem 0;background-color:#f9f9f9;text-decoration:none; display:block; float:left;}
.filterbar .filter dd a:hover {}
.filterbar .filter dd a.cur {color:#FF6701; font-weight:700;}

.filterbar .filter2 {}
.filterbar .filter2 dt {}
.filterbar .filter2 dd {}
.filterbar .filter2 dd .info {width:1120px;}
.filterbar .filter2 dd a {margin-right:0;width:140px;}
.filterbar .filter2 dd a div {border:1px dashed #ccc;}
.filterbar .filter2 dd a span {height:56px; line-height:56px; display:block; margin-left:10px;}
.filterbar .filter2 dd a span img {display:block; width:56px; height:56px;}
.filterbar .filter2 dd a em { height:56px; line-height:56px; display:block; margin-left:6px;}
.filterbar .filter2 dd a:hover { background-color:#f6f6f6;}
.filterbar .filter2 dd a.cur { background-color:#f6f6f6;}

/*排序栏*/
.sortbar {padding:10px 0;background-color:#f6f6f6; border:1px solid #e1e1e1;}
.sortbar .sort { position:relative;line-height:24px;}
.sortbar .sort dt {position:absolute; left:0; top:0;padding-left:10px; color:#666;}
.sortbar .sort dd {margin:0 0 0 70px;}
.sortbar .sort dd .sorta {display:block; float:left;margin-right:6px;padding:0 8px; color:#333;background:#fff;border:1px solid #ccc;  text-decoration:none;}
.sortbar .sort dd .sorta:hover {color:#FF6701;border:1px solid #FF6701;}
.sortbar .sort dd .sorta.cur {background:#FF6701; color:#fff;border:1px solid #FF6701;}
.sortbar .sort dd .sorta .txt {}
.sortbar .sort dd .sorta .sort {width:10px; height:6px; margin-top:10px; margin-left:8px;}
.sortbar .sort dd .sorta .asc {background:url(http://m.moxye.com/assets/images/order_dot.png) no-repeat 0 0;}
.sortbar .sort dd .sorta .desc {background:url(http://m.moxye.com/assets/images/order_dot.png) no-repeat -10px 0;}
.sortbar .sort dd .sorta .none {display:none;}
/*排序栏*/
.swbar { border-bottom:2px solid #ff5500;}
.swbar .sw { position:relative;line-height:24px;}
.swbar .sw dt {position:absolute; left:0; top:0;padding-left:10px; color:#666;}
.swbar .sw dd {}
.swbar .sw dd .swa {display:block; float:left;padding:0 8px; color:#333;background:#f9f9f9; border:1px solid #ccc;border-bottom:0;  border-right-width:0; text-decoration:none; padding:8px 16px;}
.swbar .sw dd .swa:hover {color:#ff5500;}
.swbar .sw dd .swa.cur {background:#ff5500; border-color:#ff5500; color:#fff; font-weight:700;}
.swbar .sw dd .md { margin-top:10px;}
.swbar .sw dd .md .mda {color:#ff5500;}
.swbar .sw dd .md .mda:hover {font-weight:700;}
.swbar .sw dd .md .mda.cur {background:#FF6701; color:#fff;border:1px solid #FF6701;}
/*排序栏*/
.sibar { margin-top:10px;}
.sibar .si { position:relative;line-height:24px;}
.sibar .si dt {position:absolute; left:0; top:0;padding-left:10px; color:#666;}
.sibar .si dd {}
.sibar .si dd .sia {display:block; float:left;padding:0 8px; color:#333;background:#f9f9f9; border:1px solid #e2e2e2; margin-right:10px; text-decoration:none; padding:0 10px;}
.sibar .si dd .sia:hover {color:#ff5500;}
.sibar .si dd .sia.cur {background:#ff5500; border-color:#ff5500; color:#fff; font-weight:700;}
/*排序栏*/
.auction-pre { margin-top:10px;}
.auction-pre .si { position:relative;line-height:24px;}
.auction-pre .si dt {position:absolute; left:0; top:0;padding-left:10px; color:#666;}
.auction-pre .si dd {}
.auction-pre .si dd .sia {display:block; float:left;color:#333;background:#f9f9f9; border:1px solid #e2e2e2; margin-right:10px; font-size:18px; text-decoration:none; padding:20px 50px;}
.auction-pre .si dd .sia:hover {color:#ff5500;}
.auction-pre .si dd .sia.cur {background-color:#F9C7A9; border:1px solid #ff5500; color:#ff5500;}

.pgs {overflow:hidden;}
.pgs ul {float:left;}
.pgs ul li { float:left; width:980px;height:147px;margin-bottom:10px; background: #efefef;}
.pgs ul li .pic { float:left; width:220px; height:147px;}
.pgs ul li .pic img {width:220px; height:147px;display: block;}
.pgs ul li .info {float: left; width:300px; margin-left: 10px;}
.pgs ul li .info h1{height:30px; line-height:30px; margin-top:12px; font-weight: 400;font-size:18px; }
.pgs ul li .info em{ display:block; height:38px; line-height:38px; color: #FF6701;font-style: normal;}
.pgs ul li .info span{display:block; color:#666; line-height:22px; overflow: hidden; white-space:normal;word-break:normal;}
.pgs ul li .tel {float:left; margin-left:80px; margin-top:50px; width:250px; height:32px; line-height:32px; padding-left:38px; font-size:18px; color:#FF6701; background:url(../image/tel.png) no-repeat;}

.fbottom {position:fixed; right:0; bottom:0; top:0;width:62px;z-index:99;}
.fbottom ul { position:relative; top:50%; margin-top:-120px; border:1px solid #ccc;}
.fbottom ul li {width:60px;position:relative;}
.fbottom ul li a {display: block; width:60px; height:60px; padding:6px 0; background-color:#fff; color:#888;}
.fbottom ul li a:hover {background-color:#FF6701;text-decoration:none;color:#fff; }
.fbottom ul li a i {display:block; width:40px; height: 40px; margin:0 auto; background-image: url(../image/fb.png); background-repeat:no-repeat;}
.fbottom ul li a span {display:block; width:60px; height:20px; line-height:20px; text-align:center; font-size:12px;}

.fbottom ul li a.smap i {background-position: 0 0;}
.fbottom ul li a.wx i {background-position: -40px 0;}
.fbottom ul li a.ms i {background-position: -80px 0;}
.fbottom ul li a.tg i {background-position: -120px 0;}

.fbottom ul li a.smap:hover i {background-position: 0 -40px;}
.fbottom ul li a.wx:hover i {background-position: -40px -40px;}
.fbottom ul li a.ms:hover i {background-position: -80px -40px;}
.fbottom ul li a.tg:hover i {background-position: -120px -40px;}

.fbottom ul li .wx_pop {position:absolute; right:70px; top:0; display:none;}
.fbottom ul li .wx_pop .pop_wp {border:1px solid #ddd; padding:8px; background-color:#fff;}
.fbottom ul li .wx_pop .pic { height:120px;}
.fbottom ul li .wx_pop .pic img { display:block; height:100%;}
.fbottom ul li .wx_pop .txt { font-size:12px; text-align:center;}
.fbottom ul li .wx_pop .txt .txt1 {color:#FF6701; height:20px; line-height:20px; margin-top:8px; overflow:hidden;}
.fbottom ul li .wx_pop .txt .txt2 {color:#777; height:20px; line-height:20px; overflow:hidden;}

.fbottom ul li .ms_pop {position:absolute; right:70px; top:0; display:none;}
.fbottom ul li .ms_pop .pop_wp {border:1px solid #ddd; padding:8px; background-color:#fff;}
.fbottom ul li .ms_pop .pic { height:120px;}
.fbottom ul li .ms_pop .pic img { display:block; height:100%;}
.fbottom ul li .ms_pop .txt { font-size:12px; text-align:center;}
.fbottom ul li .ms_pop .txt .txt1 {color:#FF6701; height:20px; line-height:20px; margin-top:8px; overflow:hidden;}
.fbottom ul li .ms_pop .txt .txt2 {color:#777; height:20px; line-height:20px; overflow:hidden;}


.fli {position:absolute; visibility:hidden; top:150px; left:0; z-index:80; background:url(http://m.moxye.com/assets/images/fli.png) repeat; width:100%; height:50px; line-height:50px; color:#fff;}
.fli .title {height:50px; line-height:50px; font-size:18px;color:#fff;width:450px;}
.fli .tel {height:50px; line-height:50px;width:300px;}
.fli .tel i {float:left;height:50px; line-height:50px; width:32px;background:url(../image/tel.png) no-repeat left center; display:block;}
.fli .tel span {float:left;height:50px; line-height:50px; width:208px; margin-left:10px; font-size:16px; font-weight:700; color:#ffffff;}
.fli .cartlib {width:100px;}

.footer {text-align: center;padding:0.8rem 0;color:#777; font-size:0.9rem; margin-top:0.8rem;line-height:2;background-color:#f2f2f2;}
.footer  a {color:#777;}
.footer .fcont {}
.footer .qrcode { display:inline-block; width:90px; padding:0.2rem; margin-top:0.6rem; background-color:#fff;}
.footer .qrcode img { display:block; width:100%;margin:0;}


.p404{ padding:100px 0;}
.p404 .car{width:500px; height:300px; background:url(../image/404.jpg) no-repeat; margin-left:50px; border-radius:8px; border:1px solid #eee;}
.p404 .cont{font-size:14px; line-height:24px; margin-left:30px; margin-top:60px;}
.p404 .cont h1{ font-size:22px;margin-bottom:20px; color:#444;}

.uc_reg { float:left; width:680px;}
.uc_reg .callback {border: 1px dashed #FF9933;background: #FEF8F1;padding:20px;line-height:24px; font-size:14px; text-align:center; color:#FF6701; margin-bottom:30px;}
.uc_reg .memo {padding:10px 0; color: #333; line-height: 22px; font-size:14px;}
.uc_reg .form {margin:20px 0 0 30px; overflow:hidden;}
.uc_reg .form .input { float:left;width: 100%; display: block; margin:12px 0 0 0;}
.uc_reg .form .input span {  float:left; width:80px; height:40px; line-height:40px; font-size:14px;}
.uc_reg .form .input em {float:left; height:40px; line-height:40px;}

.uc_reg .form .input p { float:left; height:40px; line-height:40px; margin-left:10px; color:#777;}
.uc_reg .form .input p i {background-image:url(http://m.moxye.com/assets/images/ico01.png); background-position:left center; background-repeat:no-repeat; float:left; width:20px; height:40px; line-height:40px;}
.uc_reg .form .input p i.err {background-image:url(http://m.moxye.com/assets/images/ico02.png);}
.uc_reg .form .input p b {color:#777; margin-left:4px;}

.uc_reg .form .sub { float:left;width: 100%; display: block; margin:20px 0 10px 80px;}
.uc_reg .form .promt {width: 100%;display:inline-block; margin:10px 0 10px 80px;}
.uc_reg .form .input input{width:250px; height:38px; line-height:38px\9; border:1px solid #b6b6b6; background:#fff; padding-left:6px; color:#444;}
.uc_reg select {height:42px; line-height:32px\9; border:1px solid #b6b6b6;background:#fff; padding-left:6px; color:#444;}


.login_guide {width:380px; margin-left:30px; margin-top:20px;}
.login_guide .guide_text {margin:30px 0;}
.login_guide .guide_img {background:url(http://m.moxye.com/assets/images/dl.jpg) no-repeat; width:350px; height:200px;}

.uc_auction_reg {}
.uc_auction_reg .callback {border: 1px dashed #FF9933;background: #FEF8F1;padding:20px;line-height:24px; font-size:14px; text-align:center; color:#FF6701; margin-bottom:30px;}
.uc_auction_reg .memo {padding:10px 0; color: #333; line-height: 22px; font-size:14px;}
.uc_auction_reg .form {margin:20px 0 0 300px; overflow:hidden;}
.uc_auction_reg .form .input { float:left;width: 100%; display: block; margin:12px 0 0 0;}
.uc_auction_reg .form .input span {  float:left; width:80px; height:40px; line-height:40px; font-size:14px;}
.uc_auction_reg .form .input em {float:left; height:40px; line-height:40px;}

.uc_auction_reg .form .input p { float:left; height:40px; line-height:40px; margin-left:10px; color:#777;}
.uc_auction_reg .form .input p i {background-image:url(http://m.moxye.com/assets/images/ico01.png); background-position:left center; background-repeat:no-repeat; float:left; width:20px; height:40px; line-height:40px;}
.uc_auction_reg .form .input p i.err {background-image:url(http://m.moxye.com/assets/images/ico02.png);}
.uc_auction_reg .form .input p b {color:#777; margin-left:4px;}

.uc_auction_reg .form .sub { float:left;width: 100%; display: block; margin:20px 0 10px 80px;}
.uc_auction_reg .form .promt {width: 100%;display:inline-block; margin:10px 0 10px 80px;}
.uc_auction_reg .form .input input{width:250px; height:38px; line-height:38px\9; border:1px solid #b6b6b6; background:#fff; padding-left:6px; color:#444;}
.uc_auction_reg select {height:42px; line-height:32px\9; border:1px solid #b6b6b6;background:#fff; padding-left:6px; color:#444;}

.uc_bigpic {background:url(http://m.moxye.com/assets/images/login_pic.jpg) no-repeat center center; width:650px; height:350px;}

.uc_login { float:left; width:350px; margin-left:50px; border:1px solid #ccc; padding:20px;border-radius:2px; background:#f9f9f9; margin-top:50px;}
.uc_login .h {border-bottom:1px dotted #ccc; margin-bottom:20px;}
.uc_login .h span {float:left; height:40px; line-height:40px; font-size:16px; font-weight:700; color:#FF6701;}
.uc_login .h em {float:right; height:40px; line-height:40px; font-size:12px;}
.uc_login .memo {padding:10px 0; color: #333; line-height: 22px; font-size:14px;}
.uc_login .form {margin:10px 0 0 0; overflow:hidden;}
.uc_login .form .input { float:left;width: 100%; display: block; margin:12px 0 0 0;}
.uc_login .form .input span {  float:left; width:80px; height:40px; line-height:40px; font-size:14px;}
.uc_login .form .input em {float:left; height:40px; line-height:40px;}

.uc_login .form .sub { float:left;display: block; margin:20px 0 10px 80px;}
.uc_login .form .promt {width: 100%;display:inline-block; margin:10px 0 10px 80px;}
.uc_login .form .input input {width:250px; height:38px; line-height:38px\9; border:1px solid #b6b6b6; background:#fff; padding-left:6px; color:#444;}
.uc_login textarea{ width:250px; height:84px; padding:6px 0; line-height:38px\9; border:1px solid #b6b6b6; background:#fff; padding-left:6px; color:#444;}
.uc_login select {height:42px; line-height:32px\9; border:1px solid #b6b6b6;background:#fff; padding-left:6px; color:#444;}
.uc_login #prompt_info { margin-left:80px; color:#f00;}


.onum {background:url(http://m.moxye.com/assets/images/o.png) no-repeat center center; width:22px; height:22px; line-height:22px; font-size:12px; font-style:normal; display:inline-block; text-align:center; margin-left:6px; color:#fff; font-family:Arial;}

.cart table th,
.cart table td { border:1px solid #eee; padding:10px; text-align:center;}
.cart table th {background:#f9f9f9;}
.cart table td {}

.yen {font-family:Arial; margin-right:3px;}

.jian {border:1px solid #ccc; border-right:0; background:#efefef; width:32px;; line-height:32px; height:32px;; display:block; float:left; font-size:16px;}
.quantity { border:1px solid #ccc;text-align:center; width:40px; height:32px; line-height:32px; border-radius:0; padding:0; float:left;}
.jia {border:1px solid #ccc;border-left:0;  background:#efefef; width:32px;; line-height:32px; height:32px; display:block; float:left; font-size:14px;}
.jia:hover,
.jian:hover { background:#eee; text-decoration:none;}

.cara {width:350px; overflow:hidden; display:block;}
.cara img { float:left; width:100px; height:67px; display:block;}
.cara em {float:left; width:240px; height:67px; line-height:67px; display:block; text-align: left; margin-left:10px;}
.del {width:16px; height:16px; display:inline-block; background:url(../image/del.png) no-repeat center center;}


.cara2 {width:350px; overflow:hidden; display:block;}
.cara2 img { float:left; width:80px; height:54px; display:block;}
.cara2 em {float:left; width:240px; height:54px; line-height:54px; display:block; text-align: left; margin-left:10px;}



.aprice {height:50px; line-height:50px; text-align:right; font-size:16px;color:#FF6701;}

.newcar {display:inline-block; background-color:#f60; color:#fff; font-size:14px; height:22px; line-height:22px; padding:0 10px; border-radius:4px;  margin-left:10px;margin-top:8px;}

.jr {color:#333;margin-bottom:10px;}

.ntable {border-collapse:collapse;}
.ntable tr td {font-size:16px; padding:6px 6px 6px 0; line-height:20px; border:0;}
.ntable tr td.n1 {text-align:right;}
.ntable tr td a{font-size: 14px; color: #444;}

.list-items {}
.list-items .item {margin-bottom:12px; border-bottom:1px solid #eee;}
.list-items .item-tail {margin-right:0;}
.list-items .item .item-wp {transition-duration:.2s;background-color:#fff;}
.list-items .item .item-wp:hover {}
.list-items .item .pic {width:180px;}
.list-items .item .pic img {width:100%; display:block;}
.list-items .item .info {padding-top:0.5rem 0;}
.list-items .item .info .title {font-size:1.1rem; font-weight:700;color:#333; background:url(../image/dot1.gif) no-repeat left center; padding-left:16px;}
.list-items .item .info .title a:hover {color:#C91E16;}
.list-items .item .info .sum {margin:0.6rem 0 1rem 0;color:#999;}

.mx { padding:0 10px; height:20px; line-height:20px; border:1px solid #ABCAF4; background-color:#F2F8FF; color:#0062AC; border-radius:3px; display:inline-block; font-size:12px;}

.ysflag {position:absolute; top:0; right:0; background-color:#FF6701; color:#fff; padding:4px 8px; opacity:0.8;}

.dot_b span{display:inline-block; height:26px; line-height:26px; font-size:12px; padding:0 10px; background-color:#fff; color:#f50; margin-right:10px; border:1px solid #f50; border-radius:4px; }

.shtj {display:inline-block; height:26px; line-height:26px; font-size:12px; padding:0 10px; background-color:#f50; color:#fff; margin-right:10px; border:1px solid #f50; border-radius:4px; cursor:pointer;}
.shtj:hover { color:#fff; text-decoration:none;background-color:#f80;}



.modal:before {content:'';width:0;height:100%;display:inline-block;vertical-align:middle;}
.modal {position:fixed;top:0;right:0;bottom:0;left:0; z-index:99; text-align:center;}
.modal .modal-mask {position:fixed;top:0;right:0;bottom:0;left:0;filter: alpha(opacity=30); opacity: 0.3; width:100%;height: 100%;background-color: #000;}
.modal .modal-wp{display:inline-block;vertical-align:middle;}
.modal .modal-bd {text-align:left; padding:40px;padding-top: 50px;border-radius:2px;background-color:#fff; min-width:350px; min-height:200px;max-width:500px;overflow:auto;position:relative;box-shadow:0 1px 2px 0 rgba(0,0,0,.1);}
.modal .modal-bd .close {position: absolute;width:16px;height:16px;top:20px; right:20px;background: url(../image/close1.png) no-repeat 0 0;}
.modal .modal-bd .close:hover { background-position:-16px 0;}

.curpos {padding:0 0.6rem; border-top:1px solid #eee; height:3rem; line-height:3rem; overflow:hidden; position:fixed; z-index:90; border-bottom:1px solid #ededed;box-shadow:0 1px 2px 0 rgba(0,0,0,0.08);width:100%; box-sizing:border-box; background-color:#fff;}
.curpos_ph {height:3rem;}

/*表单布局*/
.col-sign {}
.col-sign .col-hd { vertical-align:bottom; margin-bottom:15px;position:relative;}
.col-sign .col-hd h1 {float:left;display:block;font-size:20px;color:#666; font-weight: 400;}
.col-sign .col-hd span {float:left; margin-left:20px; color:#666; margin-top:12px;}
.col-sign .col-bd {}

.form-carzixun-sign {}
.form-carzixun-sign .input { border:1px solid #eee; position:relative; margin-top:16px;}
.form-carzixun-sign .input label {display:block; position:absolute; top:0; left:0; width:80px; height:40px; line-height:40px; text-align:center; background-color:#f8f8f8;color:#555;}
.form-carzixun-sign .submit { margin-top:20px;}
.form-carzixun-sign .notice {margin-top:12px;color:#f60;}

.form-tg-sign {}
.form-tg-sign .input { border:1px solid #eee; position:relative; margin-top:16px;}
.form-tg-sign .input label {display:block; position:absolute; top:0; left:0; width:80px; height:40px; line-height:40px; text-align:center; background-color:#f8f8f8;color:#555;}
.form-tg-sign .submit { margin-top:20px;}
.form-tg-sign .notice {margin-top:12px;color:#f60;}

.form-cardijia-sign {}
.form-cardijia-sign .input { border:1px solid #eee; position:relative; margin-top:16px;}
.form-cardijia-sign .input label {display:block; position:absolute; top:0; left:0; width:80px; height:40px; line-height:40px; text-align:center; background-color:#f8f8f8;color:#555;}
.form-cardijia-sign .submit { margin-top:20px;}
.form-cardijia-sign .notice {margin-top:12px;color:#f60;}

.pg_form {}

.carsell-sign {}
.modal-carsell-sign .modal-bd {}
.form-carsell-sign {}
.form-carsell-sign .memo {color:#999; font-size:13px;}

.form-carsell-sign .item {margin-top:0.3rem;}

.form-carsell-sign .item .txt {display:block; width:20%; height:40px; line-height:40px; color:#555;}
.form-carsell-sign .item .txt label { display:block;height:40px; line-height:40px;}

.form-carsell-sign .item .ipt {display:block; line-height:40px;}

.form-carsell-sign .notice {margin-top:12px; color:#f60;}
.form-carsell-sign .submit { margin-top:20px;}

.form-fullbuy-sign {}
.form-fullbuy-sign .input { border:1px solid #eee; position:relative; margin-top:16px;}
.form-fullbuy-sign .input label {display:block; position:absolute; top:0; left:0; width:80px; height:40px; line-height:40px; text-align:center; background-color:#f8f8f8;color:#555;}
.form-fullbuy-sign .submit { margin-top:20px;}
.form-fullbuy-sign .notice {margin-top:12px;color:#f60;}

.form-fullsell-sign {}
.form-fullsell-sign .input { border:1px solid #eee; position:relative; margin-top:16px;}
.form-fullsell-sign .input label {display:block; position:absolute; top:0; left:0; width:80px; height:40px; line-height:40px; text-align:center; background-color:#f8f8f8;color:#555;}
.form-fullsell-sign .submit { margin-top:20px;}
.form-fullsell-sign .notice {margin-top:12px;color:#f60;}

.ico2_wp {height:4rem;}
.ico_m { border-top:1px solid #ddd;position: fixed; left: 0; bottom: 0; width: 100%; height:4rem;background-color: #fff; z-index:90;}
.ico_m ul {}
.ico_m ul li { float: left; width:25%; }
.ico_m ul li a { display: block; height:4rem; text-align: center; color:#5D5F6A; overflow:hidden;}
.ico_m ul li a:hover {color:#5D5F6A; text-decoration:none;}
.ico_m ul li a .ico {width:2rem; height:2rem;margin-right:auto; margin-left:auto; margin-top:0.3rem; background-position: center center; background-repeat: no-repeat;background-size:contain;}
.ico_m ul li a .ico1 { background-image:url(../image/fico1.png);}
.ico_m ul li a .ico2 { background-image:url(../image/fico2.png);}
.ico_m ul li a .ico3 { background-image:url(../image/fico3.png);}
.ico_m ul li a .ico4 { background-image:url(../image/fico4.png);}
.ico_m ul li a.cur .ico1 { background-image:url(../image/fico1_h.png);}
.ico_m ul li a.cur .ico2 { background-image:url(../image/fico2_h.png);}
.ico_m ul li a.cur .ico3 { background-image:url(../image/fico3_h.png);}
.ico_m ul li a.cur .ico4 { background-image:url(../image/fico4_h.png);}
.ico_m ul li a .txt {font-size:0.9em; line-height:1; margin-top:0.3rem;}
.ico_m ul li a.cur .txt { color:#FF6701;}