﻿body,html {
	font-family: "Microsoft Yahei UI",Helvetica,Arial,"Microsoft YaHei",SimHei;
	margin: 0;
	padding: 0;
	
	
}

body {
	-webkit-overflow-scrolling: touch;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%
}

.clearfix:after,q:after,q:before {
	content: ''
}

.vm,li,ol,ul {
	vertical-align: middle
}

aside,b,blockquote,body,code,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,i,input,legend,li,ol,p,pre,span,td,textarea,th,ul {
	margin: 0;
	padding: 0
}

* {
	-webkit-tap-highlight-color: transparent
}



h1,h2,h3,h4,h5,h6 {
	font-weight: 400;
	font-size: 100%
}

em,i {
	font-style: normal
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

img {
	border: 0
}

li,ol,ul {
	list-style: none
}

input,textarea {
	font-family: Helvetica,Arial,"Microsoft YaHei";
	outline: 0;
	-webkit-appearance: none
}

textarea {
	resize: none
}

input::-moz-input-placeholder,input::-ms-input-placeholder,input::-webkit-input-placeholder,textarea::-moz-input-placeholder,textarea::-ms-input-placeholder,textarea::-webkit-input-placeholder {
	color: #bababa
}

input:focus {
	outline-width: 0;
	-ms-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none
}

a {
	text-decoration: none;
	outline: 0;
	font-weight: 400;
	border: 0
}

.clearfix:after {
	display: block;
	clear: both
}

.fl {
	float: left
}

.fr {
	float: right
}

.tc {
	text-align: center
}

.tr {
	text-align: right
}

.tl {
	text-align: left
}

.pr {
	position: relative
}

.pa {
	position: absolute
}

.pf {
	position: fixed
}

::-webkit-scrollbar {
	width: 9px
}

::-webkit-scrollbar-thumb {
	background-color: rgba(0,0,0,.2);
	-webkit-border-radius: 3px;
	border-radius: 3px
}

::-webkit-scrollbar-thumb:window-inactive {
	background-color: rgba(0,0,0,.2)
}
.header .header-topbar {
    font-size: 12px;
    line-height: 28px;
    text-align: right;
    color: #fff;
    background-color: #272725;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    min-width: 1200px;
    margin: 0 auto;
}
.header .header-inner
{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.navbar
{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.navbar-nav {
    float: left;
    margin-left: 66px;
}
.navbar-nav li
{
float: left;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 67px;
    margin-right: 30px;
}
.navbar-nav>li>a.cur {
    border-color: #ff5a37;
    color: #ff5a37;
}

.navbar-nav>li>a {
    color: #fff;
    border-bottom: 3px solid transparent;
    padding: 0 10px;
    display: inline-block;
}

.spz-icon {
    position: absolute;
    width: 48px;
    height: 26px;
    top: 5px;
    left:418px;
    background: url(../images/spz.png) no-repeat center center;
    background-size: 48px 26px;
    color: #fff;
    font-size:12px;
    line-height: 26px;
    text-align: center;
    z-index: 1;
    zoom: 1;
}

 .navbar-logo
 {
     float: left;
    padding-top: 8px;
    width:180px;
     
     }
     .navbar-tool {
    padding-top: 23px;
    float: right;
}
.navbar-tool a.header-btnbox {
    float: left;
    display: block;
    margin-left: 18px;
    padding: 0 12px;
    border-left:1px solid #ffffff;
    border-top:1px solid #ffffff;
    border-bottom:1px solid #ffffff;
    border-right:1px solid #ffffff;
    border-radius:5px;
    color: #fff;
    font-size: 12px;
    line-height: 24px;
}
.footer-copyright {
    min-width: 1200px;
    background-color: #4c4c4c;
    padding: 15px 0;
}
.footer-inner {
    width: 1200px;
    margin: 0 auto;
    position: relative;
   
}
.footer-copyright p {
    color: #fff;
    line-height: 24px;
    font-size: 12px;
    text-align:center;
}
.tc {
    text-align: center;
}
.tc p{
    text-align: center;
}
.zhenzheng-c {
    display: inline-block;
    text-align: left;
    position: relative;
}
.footer-beian{color:#fff}




/* 列表中的公共样式 */
/* 这里是列表 */
.clear {
    clear: both;
}

.carMains {
    position: relative;
}

.cursor {
    cursor: pointer;
}

.carMains {
    border-bottom: solid 1px #e2e2e2;
    padding: 21px 0 21px 11px;
}

.cursor {
    cursor: pointer;
}


/* 图片样式 */

.carMains .carImg {
    position: relative;
    width: 180px;
    height: 120px;
    margin-right: 11px;
    float: left;
}

.carMains .carImg .mask {
    width: 180px;
    height: 120px;
    /* background: url(../../images/AuctionCenter/opbg.png) repeat; */
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 118px;
    display: none;
}

.carMains .carImg i {
    position: absolute;
    width: 64px;
    height: 31px;
    top: 0;
    left: -11px;
}

.carMains .carImg img {
    width: 180px;
    height: 120px;
    object-fit:cover;
    border-radius: 0px;
}


/* 中间文字样式 */

.carMains .carMes {
    width: 480px;
    float: left;
    height: 118px;
    position: relative;
    cursor: pointer;
}

.carMains .carMes h3 {
    font-size: 16px;
    margin-bottom: 5px;
    padding-top: 5px;
    max-height: 40px;
    overflow: hidden;
}

.carMains .carMes h3 {
    font-size: 16px;
    margin-bottom: 5px;
    padding-top: 5px;
    max-height: 40px;
    overflow: hidden;
}

.carMains .carMes .mes
{
   line-height:2;    
}
.carMains .carMes .mes,
.carMesBox .sign a {
    font-size: 12px;
    color: #666;
}

.carMains .carMes .sign {
    position: absolute;
    bottom: 8px;
}

.carMains .carMes .sign .dj {
    background: #f60;
    border: 1px solid #f60;
    color: #fff;
    padding:2px 10px;
    border-radius:5px;
    font-size:12px;
}

.carMains .carMes .sign .gh {
    border: 1px solid #07a3e2;
    color: #07a3e2;
}


/* 第四段文字阶段 */

.carMains .carNum {
    float: left;
    width: 235px;
    cursor: pointer;
}

.carMains .carNum .endTime {
    color: #979797;
    margin-bottom: 15px;
}

.carMains .carNum .endTime.colRed {
    color: #f60;
}

.carMains .carNum .price span {
    font-size: 24px;
    color: #f60;
    padding-left: 3px;
}

.carMains .carNum .price em {
    color: #f60;
}


/* 分页 */

#gz-pagination {
    width: 100%;
    height: 38px;
    margin-bottom: 40px;
    text-align: center;
}

#gz-pagination .wrap {
    display: inline-block;
    white-space: nowrap;
}

#models-list .list-wrap {
    min-height: 557px;
    margin-right: -20px;
    padding-bottom: 20px;
}

.page_div {
    text-align: center;
}


/* 外面盒子样式---自己定义 */

.page_div {
    margin: 20px 10px 20px 0;
    color: #666
}


/* 页数按钮样式 */

.page_div button {
    display: inline-block;
    width: 34px;
    height: 36px;
    margin: 0 5px;
    background-color: #fff;
    font-size: 16px;
    color: #8d91ac;
    line-height: 38px;
    border: 1px solid #ececf2;
    border-radius: 2px;
    overflow: hidden;
    vertical-align: middle;
}

#firstPage,
#lastPage,
#nextPage,
#prePage {
    display: inline-block;
    width: 34px;
    height: 36px;
    margin: 0 5px;
    background-color: #fff;
    font-size: 16px;
    color: #8d91ac;
    line-height: 38px;
    border: 1px solid #ececf2;
    border-radius: 2px;
    overflow: hidden;
    vertical-align: middle;
}

#nextPage,
#prePage {
    width: 70px
}

.page_div .current {
    background-color: #ff5a37;
    color: #fff;
    border: 1px solid #ff5a37;
}


/* 页面数量 */

.totalPages.n {
    background-image: url(../images/page-left-null.png);
}

.totalPages {
    margin: 0 10px
}

.totalPages span,
.totalSize span {
    color: #0073A9;
    margin: 0 5px
}


/*button禁用*/

.page_div button:disabled {
    opacity: .5;
    cursor: no-drop
}
.snow-container{
    display: block !important;
}