:root {
    /*主色调*/
    --main-primary-color: #4DB15C;
    /*选中以后得颜色*/
    --main-selete-color: #9FCE42;
    /*渐变色*/
    --main-gradient-color: linear-gradient(90deg, #A1CF42 0%, #4CB15C 100%);
    /*背景色*/
    --main-bg-color: #F3F6F3;
}

@charset "utf-8";
/*
* @Author: lgy
* @Date:   2016-10
* @Last Modified by:   lgy
* @Last Modified time: 2017-08-22 14:56:30
*/

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
em,
img,
strong,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
tbody,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    /*border: 0;；*/
}

ol,
ul {
    list-style: none;
}

i {
    font-style: normal
}

img {
    border: 0;
    display: block;
}

a {
    text-decoration: none !important;
}

body {
    font-family: Helvetica Neue, tahoma, arial, "Microsoft Yahei", "宋体", sans-serif !important;
    color: #333;
    font-size: 12px !important;

}

a {
    color: #333 !important;
}

a:hover {
    color: var(--main-primary-color) !important;
    text-decoration: none !important;
}

.container {
    width: 1200px !important;
    box-sizing: border-box;
    overflow: hidden;

}

/* .container{
    width: 1190px\9 !important;
} */

.clear:after {
    display: block;
    content: "";
    clear: both;
}

#centerNotice {
    position: fixed;
    left: 50%;
    top: 30%;
    background-color: rgba(0, 0, 0, 0.2);
    margin-left: -310px;
    z-index: 999;
    padding: 10px 20px;
}

.positionNotice {
    -webkit-animation: hue 3s infinite linear;
    color: #a00438;
    background-image: -webkit-linear-gradient(92deg, #f35626, #feab3a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
    font-weight: 700;
    margin-right: 10px;
}

@-webkit-keyframes hue {
    from {
        -webkit-filter: hue-rotate(0deg);
    }
    to {
        -webkit-filter: hue-rotate(-360deg);
    }
}

/* 清除默认样式 */
* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}

/*头部登录状态优化*/

.topBar_left {
    display: block;
}

/*input {padding-top:10px\0;}*/

/*---表单样式-start-yh---*/

input,
textarea,
.uneditable-input {
    width: 300px;
}

.btn.w100 {
    width: 78px !important;
}

.btn.w150 {
    width: 131px !important;
}

input.w100 {
    width: 90px !important;
}

input.w150 {
    width: 143px !important;
}

.hide {
    display: none;
}

/* tab hover 效果 底部小条 */
#botline_box {
    height: 3px;
    width: 0px;
    background: var(--main-primary-color);
    position: absolute;
    top: 47px;
    border-radius: 10px;
}

.botline_boxs {
    height: 3px;
    width: 100%;
    background: var(--main-primary-color);
    position: absolute;
    top: 47px;
    left: 0;
    display: none;
    border-radius: 20px;
}

/*下拉列表样式*/

.btn-group a {
    text-shadow: none !important;
}

.btn a {
    display: block;
}

.dropdown-menu > li > a {
    text-shadow: none !important;
}

.dropdown-menu > li > a:hover {
    color: #FFF !important;
}

.btn-group ul.dropdown-menu a:hover {
    color: #fff !important;
}

.btn-group ul.dropdown-menu {
    max-height: 182px;
    overflow-y: auto;
}

.control-group > div {
    float: left;
}

.control-group:after {
    display: block;
    content: "";
    clear: both;
}

.form_content {
    width: 100%;
    color: #8c8c8c;
}

.form-horizontal {
    margin: 30px auto;
    width: 100%;
}

.form-horizontal .control-label {
    padding-right: 10px;
    width: 20%;
    text-align: right;
}

.control-label em {
    color: #b63033;
    padding-right: 5px;
    font-style: normal;
}

.form-horizontal .controls {
    margin-left: 0;
    position: relative;
}

.input-unit {
    position: absolute;
    right: 8px;
    top: 0;
    line-height: 30px;
}

/*注册、发布、机构入驻*/

.write_content {
    background-color: #fff;
}

.write_content > h3 {
    font-size: 24px;
    line-height: 80px;
    text-align: center;
    font-family: "Microsoft yahei";
}

/*表单提交按钮*/

.form-btn {
    padding: 10px 100px;
    background-color: #a00438;
    border-radius: 3px;
    outline: none;
    border: 0 none;
    color: #FFF;
    font-weight: 700;
}

/*---表单样式-end-yh---*/

/*图标字体*/

@font-face {
    font-family: 'iconfont';
    src: url('iconfont.eot');
    /* IE9*/
    src: url('iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('iconfont.woff') format('woff'), /* chrome、firefox */ url('iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('iconfont.svg#iconfont') format('svg');
    /* iOS 4.1- */
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

/*顶部登录条*/

.topBar_area {
    background: rgba(246, 243, 244, 1);
    width: 100%;
    height: 32px;
}

.topBar_left {
    margin-bottom: 0;
    float: left;
}

.topBar_left > a {
    margin-left: 2px;
    line-height: 32px;
    color: #666666 !important;
}

.welcome {
    line-height: 32px;
    margin-right: 20px;
    color: #A3A3A3;
}

.fenge {
    margin-left: 3px;
}

.zc {
    color:var(--main-primary-color) !important;
}

.topBar_right {
    float: right;
    line-height: 32px;
}

.personal_center {
    display: inline-block;
    padding: 0 12px;
    color: #666666 !important;
    position: relative;
    font-size: 12px;
    cursor: pointer;
}

.personal_center {
    padding-right: 30px !important;
}

.personal_center > i {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transition: all linear .2s;
    -webkit-transition: all linear .2s;
    -o-transition: all linear .2s;

}

.topBar_right > a {
    /* border-right: 1px solid #999; */
    padding: 0 12px;
    color: #666666 !important;
    position: relative;
    font-size: 12px;
}

/*.topBar_right>a>i{*/
/*    display: inline-block;*/
/*    position: absolute;*/
/*    top: 1px;*/
/*    right: 1px;*/
/*    transform:rotate(90deg);*/
/*}*/
.topBar_right > span {
    color: #A3A3A3;
}

.personal_center .maskMenuList {
    position: absolute;
    /* top: 31px;
    left: 12px; */
    top: 31px;
    left: 20px;
    width: 10px;
    height: 60px;
    background-color: white;
    width: 100%;
    z-index: 999999;
    border: 1px solid #F6F3F4;
    display: none;
    opacity: 0;
    box-shadow: 0px 0px 8px 1px rgba(49, 10, 10, 0.1);
}

.maskMenuList ul {
    height: 100%;
}

.maskMenuList li {
    width: 100%;
    height: 30px;
    line-height: 30px;
    float: left;
    text-align: center;
}

.maskMenuList li a {
    display: inline-block;
    width: 100%;
}

.maskMenuList li:hover a {
    background-color: rgba(246, 243, 244, 1);
}

.serviceHotline {
    margin-left: 12px;
}

.Hotline {
    color: #a00438;
    /* font-weight: 700; */
}

.containers {
    width: 1200px;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    height: 100%;
}

.toTry {
    color: #a00438 !important;
    border: 0 none !important;
}

.f1Bg {
    /* background-color: #f1f1f1; */
}

/* layui按钮禁止复制 */
#waitedemo {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

/* 分页 */
.ui-pagination-container {

    line-height: 34px;
}

.ui-pagination-page-item {
    display: inline-block;
    padding: 4px 20px !important;
    height: 28px !important;
    line-height: 28px !important;
    background: #F6F3F4 !important;
    border-radius: 2px !important;
    border: none !important;
    margin: 0 3px;
    text-decoration: none;

}

.ui-pagination-container .ui-pagination-page-btn {
    display: inline-block;
    font-size: 14px;
    padding: 4px 20px !important;
    height: 28px !important;
    background: #F6F3F4 !important;
    border: 1px solid #c5b7b7;
    color: #888;
    margin-top: 0px;
    border: none !important;
    position: relative;
    top: 0px;
    margin-left: 5px;
    margin-right: 5px;
    line-height: 28px !important;
}

.ui-pagination-container .jumppage {
    border: none;
    background: #F6F3F4;
    height: 35px;
    width: 50px;
    margin-top: -2px;
    text-align: center;
    margin-bottom: 0px;
    padding: 0px;;
}

/* .ui-pagination-container .ui-pagination-page-item ,.ui-pagination-container .ui-pagination-page-btn{
	font-size: 14px;
    padding: 4px 20px !important;
    height: 26px !important;
	background: #fff;
	border: 1px solid #c5b7b7;
	color: #888;

} */

.ui-pagination-container .ui-pagination-page-item:hover {
    border-color: #568dbd;
    color: #568dbd;
    text-decoration: none;
}

.ui-pagination-container .ui-pagination-page-item.active {
    background: var(--main-primary-color) !important;
    border-color: #30A5DA;
    color: #fff !important;
    cursor: default;
}

.page {
    text-align: center;
    margin: 30px 0;
}

/* 气泡 */
.boble {
    position: absolute;
    /* width: 13px; */
    height: 10px;
    padding: 2px 4px;
    background-color:var(--main-primary-color);
    left: 30px !important;
    top: -4px !important;
    border-radius: 12px;
    text-align: center;
    line-height: 10px;
    color: wheat;
    /* font-weight: bold; */
    transform: rotate(0deg) !important;
}

.MyCon_left {
    width: 216px;
    display: table;
    float: left;
    /* height: 1095px; */
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid #F6F3F4;
}

.MyCon_left ul {
    margin-bottom: 20px;

}

.MyCon_left h3 {
    font-size: 20px;
    color: #333333 !important;
    margin-bottom: 24px;
    height: 26px;

    font-weight: bold;

}

.active_color {
    color: var(--main-primary-color) !important;
}

.MyCon_left li i {
    position: absolute;
    display: block;
    width: 8.5px;
    height: 8.5px;
    /* background: url(../images/commentimg/jiehe.png) no-repeat center center; */
    right: 125px;
    font-size: 14px;
    top: 1px;
    color: var(--main-primary-color);
    font-weight: bold;
}

/* 返回顶部 */
.fanhuidingbu {
    position: fixed;
    right: 50px;
    bottom: 150px;
    width: 50px;
    height: 50px;
    background-color: gainsboro;
    text-align: center;
    line-height: 50px;
    display: none;
    cursor: pointer;
}

#waitedemo .layui-laypage a {
    background-color: #F6F3F4;
    border: none !important;
    height: 36px !important;
    line-height: 36px !important;
    color: #666666 !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
    font-size: 14px !important;
}

#waitedemo .layui-laypage span {
    margin-left: 5px !important;
    margin-right: 5px !important;
    border-radius: 2px !important;
    height: 36px !important;
    line-height: 36px !important;
    border: none !important;
}

/*logoBar*/
/* 消息中心分页 */
.ui-pagination-container {

    line-height: 34px;
}

.ui-pagination-page-item {
    display: inline-block;
    padding: 4px 20px !important;
    height: 28px !important;
    line-height: 28px !important;
    background: #F6F3F4 !important;
    border-radius: 2px !important;
    border: none !important;
    margin: 0 3px;
    text-decoration: none;

}

.ui-pagination-container .ui-pagination-page-btn {
    display: inline-block;
    font-size: 14px;
    padding: 4px 20px !important;
    height: 28px !important;
    background: #F6F3F4 !important;
    border: 1px solid #c5b7b7;
    color: #888;
    margin-top: 0px;
    border: none !important;
    position: relative;
    top: 0px;
    margin-left: 5px;
    margin-right: 5px;
    line-height: 28px !important;
}

/* .ui-pagination-container .ui-pagination-page-item ,.ui-pagination-container .ui-pagination-page-btn{
	font-size: 14px;
    padding: 4px 20px !important;
    height: 26px !important;
	background: #fff;
	border: 1px solid #c5b7b7;
	color: #888;

} */

.ui-pagination-container .ui-pagination-page-item:hover {
    border-color: #568dbd;
    color: #568dbd;
    text-decoration: none;
}

.ui-pagination-container .ui-pagination-page-item.active {
    background: var(--main-primary-color) !important;
    border-color: #30A5DA;
    color: #fff !important;
    cursor: default;
}

.page {
    text-align: center;
    margin: 30px 0;
}

/* 气泡 */

.MyCon_left {
    width: 216px;
    display: table;
    float: left;
    /* height: 1095px; */
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid #F6F3F4;
}

.MyCon_left ul {
    margin-bottom: 20px;

}

.MyCon_left h3 {
    font-size: 20px;
    color: #333333 !important;
    margin-bottom: 24px;
    height: 26px;
    padding: 0px 10px;
    font-weight: bold;

}

.active_color {
    color: var(--main-primary-color) !important;
}

.MyCon_left li {
    font-size: 16px;
    height: 35px;
    color: #333333;
    line-height: 33px;
    padding: 0px 10px;
    font-family: "MicrosoftYaHei";
    cursor: pointer;
    position: relative;
}

.MyCon_left li:hover {
    background-color: #F6F3F4;
}

/* 返回顶部 */
.fanhuidingbu {
    position: fixed;
    right: 50px;
    bottom: 150px;
    width: 50px;
    height: 50px;
    background-color: gainsboro;
    text-align: center;
    line-height: 50px;
    display: none;
    cursor: pointer;
}

.logoBar {
    overflow: visible;
    height: 140px;

}

#logoArea {
    display: inline-table;

    margin-top: 20px;
}

#logoArea ul {
    margin-top: -15px;
}

.auctionNewimg img {
    width: 100%;
    height: 100%;
}

#hotWords_box {
    width: 100%;
    height: 20px;
    line-height: 20px;
    margin-top: 14px;
    overflow: hidden;
}

#hotWords_box > .hotwords {
    margin-left: 15px;
    line-height: 20px;
    color: #999 !important;
    font-size: 14px;
}

#logo {
    display: inline-block;
    height: 48px;
}

#logo img {
    float: left;
}

#logo img:first-child {
    padding-right: 26px;
}

#logo img:last-child {
    /*width: 234px;*/
    /*height: 25px;*/
    margin-top: 12px;
    object-fit: contain;
    /*border-right:1px solid #A7A7A7 ;*/
}

#searcheArea {
    width: 397px;
    float: right;
    position: absolute;
    top: -100px;
    right: 0px;
    float: left;
}

#searcheArea .searchBox {
    width: 580px;
}

/*******************/
#searcheArea .bootstrap-select {
    position: absolute;
    top: 2px;
    left: 7px;
    width: 100px;
    height: 34px;
    border-right: 2px solid #a00438;
    outline: none;
    border-radius: 0 !important;
}

.btn-group > .btn:first-child {
    width: 100px;
    height: 34px;
    border: 0;
    outline: none !important;
    background: none;
    font-size: 12px;
    color: #333;
    border-radius: 0 !important;
}

#searcheArea .dropdown-menu {
    border-radius: 0 !important;
    width: 103px;
    margin-left: -2px;
    margin-top: -1px !important;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: none;
}

.btn-group.open .btn.dropdown-toggle {
    background-color: #fff !important;
}

#searcheArea .dropdown-menu ul li a {
    font-size: 12px;
    color: #333;
}

#searcheArea .dropdown-menu ul li a:hover {
    /*background-color: #a00438 !important;*/
    background-color: var(--main-selete-color);
}

.dropdown-menu > li > a:hover {
    background-image: none;
}

/********************/
#searcheArea .searchBox {
    border: 2px solid var(--main-primary-color);
    width: 305px;
    height: 42px;
    padding: 0 0 0 0;
    color: #999;
    margin: 0 -4px 0 5px;
    line-height: 32px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    margin-right: -6px;
    padding-left: 10px;
    box-sizing: border-box;
}

#searcheArea .searchBtn {
    width: 92px;
    height: 42px;
    background: var(--main-primary-color);
    color: #fff;
    /* font-weight: 700; */
    font-size: 16px;
    border: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    outline: none;

}

#association_ul {
    position: absolute;
    border: 1px solid #CCC;
    background-color: #fff;
    left: 5px;
    top: 33px;
    width: 410px;
    z-index: 100;
}

.association_li {
    padding-left: 10px;
    line-height: 22px;
    cursor: pointer;
}

.thisLi {
    background-color: #f1f1f1;
}

.releaseAuction {
    border: 1px solid #ccc;
    padding: 10px 12px;
    margin-top: 1px;
    vertical-align: middle;
    margin-left: 5px;
}

/*热词样式*/

.hotWords {
    margin-left: 10px;
    line-height: 24px;
    color: #999 !important;
    font-size: 12px;
}

/*导航覆盖样式*/

.nav_area {
    width: 100%;
    background: var(--main-primary-color);
    border-bottom: 1px solid #F6F3F4;

    /*height: 51px !important;*/
    position: relative;
}

.navbar-inner {
    background-image: none;
    background: transparent;
    border: 0 none;
    filter: none;
    padding: 0;
}

.navbar {
    margin-bottom: 0;
    background-image: none;
    width: 100%;
}

.navbar .nav {
    margin: 0 !important;
}

.navbar .nav > li > a {
    text-shadow: none;

    position: relative;
    color: #fff !important;

}

.nav > li {
    position: relative;
    text-align: center;
    width: 130px;
}

.nav > .nav_index > .current {
    color: #FFFFFF;
    background: var(--main-selete-color);
    /*background: linear-gradient(180deg, rgba(255, 225, 196, 1) 0%, rgba(255, 225, 196, 1) 2%, rgba(255, 186, 117, 1) 100%, rgba(255, 186, 117, 1) 100%);*/
}

/*.current{
    color:var(--main-primary-color) !important;
}*/
.nav > li {

    /*padding: 0 10px;*/
    /*margin-bottom: 3px;*/

}

.navbar .nav > li > a {
    padding: 0 10px;
    font-size: 16px;
    /* font-weight: 700; */
    line-height: 47px;
    font-family: "MicrosoftYaHei-Bold,MicrosoftYaHei";
    font-weight: bold;
}

.layui-layer-title {
    border-bottom: none !important;
    background-color: white !important;
}

.nav > li:hover {
}

.swiper-pagination-bullet-active {
    background-color: var(--main-primary-color) !important;
}

.numDone_box {
    float: right;
    color: #7F7E7F !important;
    line-height: 45px;
    font-size: 18px;
    white-space: nowrap;
    position: absolute;
    right: 0px;
}

.unmDone {
    color:var(--main-primary-color);
    font-size: 20px;
    padding: 5px;
    font-family: "MicrosoftYaHei";
}

.navbar .btn-navbar {
    border-color: #FFF;
    background: #FFF;
}

.navbar .btn-navbar .icon-bar {
    color: #FFF;
    background-color: #fff;
}

/*分页器 开始*/

#Pager, #PagerA,
.pager {
    padding: 15px 20px;
    text-align: center;
    color: #ccc;
}

#Pager a, #PagerA a,
.pager a {
    display: inline-block;
    color: #337ab7;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    border: 1px solid #ddd;
    margin: 0 2px;
    border-radius: 4px;
    vertical-align: middle;
}

#Pager a:hover, #PagerA a:hover,
.pager a:hover {
    text-decoration: none;
    border: 1px solid #337ab7;
}

#Pager span.current, #PagerA span.current,
.pager span.current {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    margin: 0 2px;
    color: #fff;
    background-color: #337ab7;
    border: 1px solid #337ab7;
    border-radius: 4px;
    vertical-align: middle;
}

#Pager span.disabled, #PagerA span.disabled,
.pager span.disabled {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    margin: 0 2px;
    color: #bfbfbf;
    background: #f2f2f2;
    border: 1px solid #bfbfbf;
    border-radius: 4px;
    vertical-align: middle;
}

/*分页器 结束*/

/*拍卖条目样式  (图片 透明白底黑字 内容 蓝色 黑色 灰色)*/

.auctionNew_items {
    width: 272px;
    display: block;
    height: 396px;
    position: relative;
    margin: 0 12px 20px 11px;
    float: left;
    transition: all 0.25s;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
}

.auctionNew_items:hover {
    border-color: #09c;
    box-shadow: 0px 1px 1px 1px #CCC;
    transform: scale(1.01);
    box-shadow: 5px 10px 25px 3px rgba(100, 100, 100, 0.2);
}

.auctionNew_items:hover .auctionNew_flag {
    box-shadow: none;
}

.auctionNew_imgBox {
    height: 178px;
    overflow: hidden;
    position: relative;
    border-radius: 3px 3px 0 0;
}

.auctionNew_imgTxt {
    padding: 0 1%;
    width: 98%;
    height: 48px;
    line-height: 22px;
    font-size: 16px;
    color: #333;
    word-break: break-all;
}

.auctionNew_txt {
    padding: 5px 0 12px 12px;
}

.auctionNew_txt > li {
    line-height: 26px;
    color: #999;
    overflow: hidden;
}

.auctionNew_blue {
    color: #09c;
    font-weight: 700;
    font-size: 18px;
    font-family: "Microsoft Yahei";
}

.auctionNew_black {
    color: #000;
    font-weight: 700;
    font-size: 14px;
    white-space: nowrap;
}

.auctionNew_flag {
    background-color: #09c;
    width: 50px;
    height: 23px;
    right: -4px;
    bottom: 70px;
    position: absolute;
    color: #FFF;
    padding-left: 10px;
    line-height: 20px;
    text-align: center;
    border-radius: 11px 0 0 11px;
    box-shadow: 0px 1px 1px 1px #CCC;
}

.auctionNew_flag:after {
    width: 3px;
    height: 10px;
    background-color: #09c;
    content: "";
    position: absolute;
    right: 0px;
    bottom: -2px;
    transform: skewY(-45deg);
}

.auctionNew_operationBox {
    padding: 5px;
    border-top: 1px solid #F0F0F0;
    overflow: hidden;
}

.auctionNew_operationBox > dt {
    float: right;
    color: #999;
    font-weight: 400;
    margin-left: 10px;
    margin-right: 10px;
}

.auctionNew_timesNum {
    color: #333;
}

.auctionNew_operationBox > dd {
    float: left;
    cursor: pointer;
    margin-left: 10px;
}

.auctionNew_operationBox .auctionNew_apply {
    margin-left: 20px;
    float: left;
    margin-right: 10px;
}

/*特殊处理开拍红色*/

.colorRed {
    /*border-color: #a00438;*/
    border-color: var(--main-selete-color);
}

.colorRed:hover {
    /*border-color: #a00438;*/
    border-color: var(--main-selete-color);
}

.colorRed .auctionNew_operationBox {
    animation: bling 2s infinite linear;
}

.colorRed:hover .auctionNew_imgTxt {
    /*color: #a00438 !important;*/
    color: var(--main-selete-color) !important;
}

/*.colorRed:hover dd {*/
/*    color: #a00438 !important;*/
/*}*/

.colorRed .auctionNew_blue {
    /*color: #a00438;*/
    color: var(--main-selete-color);
}

.colorRed .auctionNew_flag {
    /*background-color: #a00438;*/
    background-color: var(--main-selete-color);
}

@-webkit-keyframes bling {
    50% {
        /*border-color: #a00438;*/
        border-color: var(--main-selete-color);
    }
}

.colorRed .auctionNew_flag:after {
    /*background-color: #a00438;*/
    background-color: var(--main-selete-color);

}

/*特殊处理结束灰色*/

.colorGray {
    border-color: #9e9e9e;
}

.colorGray:hover {
    border-color: #9e9e9e;
}

.colorGray:hover .auctionNew_imgTxt {
    color: #9e9e9e !important;
}

.colorGray:hover dd {
    color: #9e9e9e !important;
}

.colorGray .auctionNew_blue {
    color: #9e9e9e;
}

.colorGray .auctionNew_flag {
    background-color: #9e9e9e;
}

.colorGray .auctionNew_flag:after {
    background-color: #9e9e9e;
}

.auctionNew_brown {
    color: #624e50;
    font-size: 24px;
    font-weight: 700;
    font-family: "Microsoft Yahei";
    white-space: nowrap;
}

.auctionNew_complete {
    position: absolute;
    display: block;
    background: url(../images/complete.png) no-repeat;
    width: 93px;
    height: 93px;
    right: 20px;
    top: 107px;
    z-index: 99;
    transition: all 0.1s;
    transform: scale(1.2);
}

.case_items {
    overflow: hidden;
}

.case_items:hover {
    border-color: #624e50;
    transform: scale(1.01);
}

.case_items:hover .auctionNew_imgTxt {
    color: #624e50;
}

.case_items:hover .auctionNew_complete {
    transform: scale(1);
}

.fll {
    float: left;
}

.w35 {
    width: 35%;
}

.w65 {
    width: 65%;
}

/*分类搜索样式*/

.mall_content_box {
}

.notice_content_area {
    background-color: #fff;
}

.notice_content_box {
    width: 99%;
    margin: 0px auto 10px;
}

.notice_box {
    border: 1px solid #CCC;
}

.notice_box > li {
    padding: 5px 10px;
    box-sizing: border-box;
    border-top: 1px dashed #CCC;
    color: #8a8a8a;
}

/*第一个分类去掉虚线*/

.notice_box li:first-child {
    border: 0 none;
}

.notice_box li {
    height: 39px;
    overflow: hidden;
    -webkit-transition: height 0.25s;
    -moz-transition: height 0.25s;
    -ms-transition: height 0.25s;
    -o-transition: height 0.25s;
    transition: all 0.25s;
    position: relative;
}

/*最后一个已选条件默认隐藏*/

.notice_box .notice_selected_box {
    display: none;
}

/*地区默认一行*/

.notice_box .notice_location_box {
    height: 37px;
    overflow: hidden;
    -webkit-transition: height 0.25s;
    -moz-transition: height 0.25s;
    -ms-transition: height 0.25s;
    -o-transition: height 0.25s;
    transition: height 0.25s;
    position: relative;
}

#filterHover {
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: #f1f1f1;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.turn180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.notice_box dl {
    overflow: hidden;
}

.notice_box dt {
    float: left;
    font-weight: 400;
    padding: 5px 10px;
}

.notice_box dd {
    float: left;
    cursor: pointer;
    padding: 5px;
    margin: 0 15px;
}

.notice_location > .notice_option {
}

.notice_option {
    margin-bottom: 3px !important;
    transition: all .1s;
}

.notice_option:hover {
    /*color:var(--main-primary-color);*/
    color: var(--main-selete-color);
    transform: scale(1.1);
}

.notice_box .current {
    /*background-color: #b12025;*/
    background-color: var(--main-selete-color);
    color: #FFF;
}

dl .notice_noLimit {
    text-align: center;
}

.borders {
    box-shadow: 0px 0px 10px #D4D4D4;
    margin-bottom: 50px;
}

.notice_selected > dd {
    border: 1px dashed var(--main-selete-color);
    color: var(--main-primary-color);
    float: left;
}

.notice_selected_option {
    position: relative;
    display: none;
}

.notice_selected_option > i {
    position: absolute;
    right: -7px;
    top: -11px;
    background-color: #fff;
    border-radius: 50%;
}

.notice_box .notice_selected_box {
    padding: 0;
}

.notice_selected {
    padding: 10px;
}

.mall_signUp_now {
    color: var(--main-selete-color) !important;
    text-decoration: underline !important;
}

.mall_signUp_end {
    color: #999 !important;
    text-decoration: underline !important;
    cursor: not-allowed;
}

.txt-333 {
    color: #333;
    font-weight: 700;
}

/*面包屑导航*/

.location_area {
    line-height: 20px;
    padding: 10px 0;
}

.location_label {
    float: left;
}

.currentStep {
    /* background-color: #a00438 !important;
    color: #FFF !important; */
    z-index: 0;
}

/*右下 二维码*/

.rightBottom_box {
    position: fixed;
    bottom: 10px;
    right: -50px;
    width: 112px;
    z-index: 999;
    display: none;
}


.rightBottom_box .QR_box {
    background-position: 0 0;
}

.rightBottom_box .feedback_box {
    background-position: 0 -100px;
}

.rightBottom_box .totop_box {
    background-position: 0 -150px;
}

.rightBottom_box .QR_box:hover {
    background-position: 0 -350px;
}

.rightBottom_box .QR_box:hover .QRCode {
    display: block;
}

.rightBottom_box .feedback_box:hover {
    background-position: 0 -300px;
}

.rightBottom_box .totop_box:hover {
    background-position: 0 -250px;
}

.QRCode {
    position: absolute;
    top: 0;
    left: -120px;
    width: 112px;
    height: 112px;
    display: none;
}

/* 悬浮 */
.sfixed {
    position: fixed;
    /* top: 1000px;
    left: 0px;
    z-index: 10; */
    top: 50px;

}

.helpContent {
    position: relative;
}

.position {
    position: absolute;
    bottom: 100px;
}

/*固定拍卖种类导航条*/

.fixedNav_area {
    width: 100%;
    height: 45px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #624e50;
    z-index: 999;
    display: none;
}

.fixedNav_a {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #fff !important;
    padding: 0 15px;
    margin-right: 2px;
    line-height: 45px;
    float: left;
    font-family: "宋体";
}

.fixedNav_a:hover {
    background-color: var(--main-selete-color);
    color: #FFF !important;
}

.fixedNav_box .release_auction {
    float: right;
    margin: 0;
    line-height: 45px;
    height: 45px;
    border-radius: 0;
    background-position: 20px 8px;
}


.fixedNav_box .release_auction:hover {
    background-position: 35px 8px;
}

/*底部版权*/

.footer_area {
    width: 100%;
    height: 247px;
    background: url("/images/commentimg/snp/snp_footer.png") no-repeat center;
    margin-top: 101px;
    float: left;
}

.footer_box {
    padding-top: 60px;
}

.footerNav_QRcode {
    overflow: hidden;
}

.quickNav_box {
    width: 169px;
    margin-right: 62px;

}

.quickNav_box > a {
    width: 100%;
    float: left;
}

.quickNav_box_contactUs {
    width: 290px;
    margin-right: 84px;
}

.footerNav_title {
    font-family: "Microsoft Yahei";
}

.auctionRule_box {
    width: 200px;
}

.auctionRule_box > a {
    width: 50%;
}

.organizationJoin_box {
    width: 30%;
}

.organizationJoin_box > a {
    width: 50% !important;
    float: left;
}

.appCode_box {
    width: 120px;

    /*margin-left: 164px;*/
    float: right !important;
}

.appCode_box img {
    width: 120px;
    height: 118px;
}

.wechat_box {
    width: 98px;
    margin-right: 54px;
    float: left !important;
}

.wechat_box:last-child {
    margin-right: 0;
}

.wechat_box > img {
    width: 97px;
    height: 97px;
}

.footerNav_QRcode > li > a {

    line-height: 28px;
    display: block;
    float: left;
    width: 100%;
    font-size: 12px;
    color: #fff !important;
    cursor: auto;
}

.quickNav_box:nth-child(2) {
    margin-right: 89px;
}

.quickNav_box:nth-child(1) a {
    cursor: pointer;
}

.footerNav_QRcode > li > a:hover {
    color: #fff !important;
}

.copyright_box {
    overflow: hidden;
    width: 100%;
    background-color: #1E1E1E;
}

.copyright_box a {
    color: #CCC !important;
}

.copyright {
    /*float: left;*/
    color: #CCC;
    font-size: 12px;
    padding-left: 0px;
}

.police {
    /*width: 197px;*/
    /*float: left;*/
    margin-right: 5px;
    text-align: center;
}

.police > img {
    /*float: left;*/
    margin-left: 1px;
    margin-right: 2px;
    margin-top: -4px;
    display: inline-block;
}

.footer_help {
    /*width: 372px;*/
    height: 19px;
    margin: 0 auto;
    margin-top: 18px;
    text-align: center;
}

.footer_help > a {
    padding: 0 10px;
    position: relative;
}

.footer_help i {
    position: absolute;
    height: 15px;
    right: 0px;
    bottom: 4px;
    line-height: 24px !important;
}

.footer_link {
    /*width: 712px;*/
    height: 16px;
    margin: 20px auto;
    line-height: 20px;
    text-align: center;
}

.footer_link > a {
    font-size: 12px;
    color: #B8B8B8;
}

.footerNav_QRcode > li {
    float: left;
}

.footerNav_title {
    /* width:64px; */
    height: 21px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 21px;
    margin-bottom: 13px;


}

.appCode_box > .footerNav_title {
    margin-top: 9px;
    text-align: center;
    margin-bottom: 0px;
}

.wechat_box > .footerNav_title {
    margin-top: 9px;
    text-align: center;
    margin-bottom: 0px;
}

/*表单检查提示*/

.hint_box {
    margin-left: 10px;
    padding-top: 4px;
}

.hint_right {
    color: #00AA00;
}

.hint_warn {
    color: var(--main-selete-color);
}

/*最低最高价*/

.priceArea {
    margin: 0 auto 10px;
}

.priceBox {
    border: 1px solid #e2e2e2;
    width: 100%;
    margin: 0 auto;
    background-color: #fafafa;
    overflow: hidden;
}

.resultNum_box {
    line-height: 44px;

    text-align: center;
    float: left;
}

.resultNum {
    color: var(--main-selete-color);
}

.priceInput {
    float: left;
    line-height: 44px;
    padding: 0 30px;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
}

#priceLow,
#priceHigh {
    margin: 0;
    width: 60px;
}

#priceSubmit {
    margin-left: 10px;
}

/*筛选条件*/

#filterBy {
    /*margin-left: 330px;*/

}

.filters, .filter {
    float: left;
    line-height: 44px;
    margin-left: 20px;
    cursor: pointer;
    font-size: 14px;
}


.filters > .iconfont, .filter > .iconfont {
    font-size: 14px;
    color: #666;
}

.thisFilter {
    color: var(--main-selete-color);
}

.thisFilter > .iconfont {
    color: var(--main-selete-color);
}

#searchResult {
    overflow: hidden;
    padding-top: 5px;
}

/*模态窗口    */

.modalArea {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    bottom: 0;
    overflow: hidden;
    display: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
}

.modalBox {
    width: 400px;
    height: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    margin: -200px 0 0 -200px;
    border-radius: 5px;
    overflow: hidden;
}

.modalTitle {
    line-height: 40px;
    padding-left: 20px;
    background-color: var(--main-selete-color);
    color: #FFF;
    text-align: center;
}

.modalClose {
    margin-right: 14px;
    cursor: pointer;
    overflow: hidden;
    float: right;
+ margin-top: - 40 px;
}

.modalContent {
    padding: 20px;
    color: var(--main-selete-color);
}

.modalInput {
    margin: 10px 0;
    line-height: 42px;
    position: relative;
}

.modalInput > i {
    margin-left: 14px;
    position: absolute;
    top: 2px;
}

.modalInput > input {
    padding-left: 40px;
    height: 34px;
    width: 86%;
    line-height: 34px;
}

.joinTxt {
    width: 88%;
    height: 70px;
    padding: 10px 0 0 40px;
}

.joinSubmit {
    text-align: center;
    color: #FFF;
    background-color: var(--main-selete-color);
    font-size: 16px;
    border-radius: 5px;
    line-height: 40px;
}

/*头部登录状态*/

#welcomeRed {
    float: left;
    color: var(--main-selete-color);
    line-height: 32px;
}

#exit {
    float: left;
    cursor: pointer;
    line-height: 32px;
}

/*搜索无结果样式*/

#resultNone {
    margin: 0 auto;
    width: 635px;
    overflow: hidden;
    margin-bottom: 40px;
}

.iconNone {
    font-size: 120px;
    color: #624c4f;
    line-height: 180px;
    float: left;
    padding-left: 10px;
}

.textNone {
    padding-left: 25px;
    float: left;
}

.textNone > dt {
    line-height: 42px;
    font-size: 16px;
}

.textNone > dd {
    line-height: 32px;
    font-size: 16px;
}

#noneRelease {
    color: var(--main-selete-color) !important;
}

/*调整组合按钮样式*/

.btn-group a {
    display: block;
    padding: 4px 12px;
}

.btn-group {
    padding: 0;
}

/*拍卖企业 资讯*/

#searchResult.info_box {
    width: 900px;
    margin-top: 0;
    padding-top: 0;
}

#infoBanner {
    width: 900px;
    float: left;
}

.newsItem {
    font-family: "Microsoft Yahei";
    padding: 20px 0 25px 0;
    border-bottom: 1px solid #DDD;
}

.newsTitle {
    font-weight: 700;
    font-size: 16px;
    line-height: 36px;
}

.newsText {
    text-indent: 2em;
    color: #666;
    padding: 10px 0;
}

.newsDetail {
    color: var(--main-selete-color) !important;
}

.newsTime_box {
    padding-top: 10px;
}

.newsTime_box > label {
    margin-right: 5px;
}

.newsTime_label {
    display: inline;
    color: #666;
    font-size: 12px;
    margin-left: 10px;
}

.newsGray {
    color: #CCC;
}

/*右侧二维码和图片*/

#code_bg {

    width: 248px;
    height: 228px;
    overflow: hidden;
    border: 1px solid #EEE;
    margin-bottom: 20px;
}

#code_m {
    margin: 15px auto 0;
    width: 150px;
}

/*图片上传样式*/

.thumbnail {
    display: inline;
}

/*新增加搜索筛选样式*/

#PMfilter_box {
    padding-top: 10px;
    overflow: hidden;
}

#PMkeyWord_box {
    float: left;
}

#PMkw {
    margin-bottom: 0;
}

#PMkwSubmit {
}

#PMtab_box {
    float: right;
}

.PMtabs {
    float: left;
    margin-right: 5px;
    background-color: #CCC;
    color: #FFF;
    padding: 2px 15px;
    cursor: pointer;
}

.curPM {
    background-color: var(--main-selete-color);
}

#BDfilter_box {
    padding-top: 10px;
    overflow: hidden;
}

#BDkeyWord_box {
    float: left;
}

#BDkw {
    margin-bottom: 0;
}

#BDkwSubmit {
}

#BDtab_box {
    float: right;
}

.BDtabs {
    float: left;
    margin-right: 5px;
    background-color: #CCC;
    color: #FFF;
    padding: 2px 15px;
    cursor: pointer;
}

.curBD {
    background-color: var(--main-selete-color);
}

/*资讯右侧样式*/

#info_side {
    float: right;
    width: 250px;
}

.side_boxs {
    margin-bottom: 30px;
}

.side_boxs-head {
    border-bottom: 1px solid #ededed;
    padding: 10px 0;
    margin: 10px 0;
}

.boxs-head_title {
    border-left: 4px solid var(--main-selete-color);
    line-height: 14px;
    padding-left: 10px;
}

.head_title-more {
    font-weight: 400;
    font-size: 10px;
    float: right;
}

.side_boxs-item {
    display: block;
    background: url(../images/list_icon.png) no-repeat 0 12px;
    padding-left: 8px;
    line-height: 26px;
}

/*帮助*/

.serviceBox {
    position: fixed;
    right: -170px;
    bottom: 140px;
    margin-left: 600px;
    z-index: 999;
    box-shadow: 0 5px 30px 0 rgba(35, 50, 56, 0.3);
    width: 150px;
    border-radius: 3px;
    background-color: #f1f1f1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.serviceHelp:hover .helpLabel {
    display: block;
}

.serviceShow {
    right: 10px;
}

.serviceShow > .gImg {
    right: 10px;
}

.screen860 .servicep {
    padding: 3px 0 3px 20px;
}

.screen860 .helpLabel {
    padding-top: 40px;
}

.screen860 .serviceMore {
    line-height: 20px;
    padding: 5px;
}

.screen860 .service_dt {
    line-height: 20px;
}

.screen860 .service_dd {
    line-height: 20px;
}

/*图片*/

.gImg {
    width: 60px;
    animation: bo 2s infinite linear;
    box-shadow: 0 5px 10px 0 rgba(35, 50, 56, 0.3);
    border-radius: 50%;
    border: 2px solid #1ab744;
    position: absolute;
    top: -30px;
    right: 190px;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

@-webkit-keyframes bo {
    0% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    50% {
        border-color: transparent;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
}

/*外置条目*/

.servicep {
    padding: 5px 0 5px 20px;
    border-bottom: 1px solid #ddd;
}

/*帮助文字*/

.helpLabel {
    background-color: #25c558;
    color: #FFF;
    background: linear-gradient(30deg, #f35626, #feab3a);
    left: -160px;
    top: 10px;
    padding: 10px 20px;
    font-size: 14px;
    box-shadow: 0 -2px 10px 3px rgba(35, 50, 56, 0.15);
    text-align: center;
    padding-top: 50px;
}

/*帮助文字盒子*/

.serviceDiv {
    z-index: 10;
    background-color: #e1e1e1;
    padding: 10px 0;
    box-shadow: 0 2px 10px 0 rgba(35, 50, 56, 0.1) inset;
    display: none;
}

.service_dl {
}

.service_dt {
    font-size: 14px;
    line-height: 30px;
    padding-left: 20px;
}

.service_dd {
    padding-left: 40px;
    line-height: 30px;
    cursor: pointer;
}

.service_dd:hover {
    color: #3879d9;
}

.serviceMore {
    text-align: center;
    padding-left: 0;
    line-height: 30px;
}

/*无结果图标*/

.iconNone {
    font-size: 120px;
    line-height: 180px;
    -webkit-animation: hue 10s infinite linear;
    color: #624c4f;
    background-image: -webkit-linear-gradient(92deg, #f35626, #feab3a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@-webkit-keyframes hue {
    from {
        -webkit-filter: hue-rotate(0deg);
    }
    to {
        -webkit-filter: hue-rotate(-360deg);
    }
}

.navbar-inner {
    box-shadow: none;
}

.prevueLatestimg img {
    width: 100%;
    height: 100%;
}

.headScroll_title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -moz-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*媒体查询更改样式*/

/*Mobile 360*640 720*1280 375*667 1080*1920 414*736  PC1024*768 */
@media screen and (max-width: 1050px) {
    .auctionProcess {
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    body {
        padding: 0;
    }

    #searcheArea {
        position: static;
    }

    .location_label {
        padding-left: 10px;
    }

    .topBar_right > a {
        padding: 0;
        border-right: 0 none;
        margin-left: 0;
    }

    .welcome {

    }

    .nav {
    }

    .nav li {
        width: 25%;

    }


    .police {
        margin: 0 auto;
        padding: 0;
        float: none;
        width: 200px;
        display: block;
    }

    .serviceHotline {
        display: none;
    }

    .auctionNew .red {
        width: 23%;
        margin: .3%;
        height: auto;
        overflow: hidden;
    }

    .Hotline {
        display: none;
    }

    .toTry {
        display: none;
    }

    /*导航覆盖样式*/
    .minLogin {
        margin-top: 30px !important;
        margin-right: 20px;
    }

    .searchInput {
        margin-top: 20px;
    }

    .navbar .nav > li > a {
        text-shadow: none;
        color: #FFF;
        text-align: center;
    }

    .container {
        width: 100% !important;
    }

    .containers {
        width: 100% !important;
        box-sizing: border-box;
        margin-right: auto;
        margin-left: auto;
        height: 100%;
    }

    .success_boxlist {
        width: 98% !important;
        margin: .1% !important;

        overflow: hidden;
    }

    .auctionNewScroll_box {
        height: auto !important;
        margin-right: 5px !important;
    }

    .cityBar {
        display: none;
    }

    #logoArea {
        margin-top: 36px;
        margin-left: 20px;
    }

    #logoArea {
        width: 40%;
    }

    #logo {
        width: 100%;
        height: auto;
    }

    #logoArea > img {
        width: 80%;
    }

    #searcheArea {

        width: 99% !important;

    }

    #searcheArea .searchBox {
        width: 78% !important;
    }

    #searcheArea .searchBtn {
        width: 20.5% !important;
    }

    #hotWords_box {
        display: none !important;
    }

    /*底部二维码消失*/
    .footerNav_QRcode {
        box-sizing: border-box;
        padding-left: 20px;
        padding-top: 20px;
    }

    .appCode_box {
        display: none;
    }

    .wechat_box {
        display: none;
    }

    .quickNav_box {
        /*width: 40%;*/
    }

    .auctionRule_box {
        width: 40%;
    }

    .organizationJoin_box {
        /*width: 20%;*/
    }

    .copyright {
        padding-left: 100px;
    }

    .footer_help {
        display: none;
    }

    .footer_area {
        height: auto;
    }

    .footer_box {
        height: auto;
        padding-top: 0;
    }

    .copyright_box {
        margin-top: 0;
    }

    #resultNone {
        width: 80%;

    }

    .auctionNew_items {
        width: 24%;
        margin: 0.1%;
    }

    /*底部固定*/
    /*.fixedBar {display:none;}*/
    /*底部*/
    .quickNav_box, .quickNav_box:nth-child(2) {
        margin-right: 30px;
    }
}

/*980px 布局适配 */

@media screen and (max-width: 980px) {
    /*    app 打开按钮*/
    #tips {
        display: block !important
    }

    .nav {
        width: 100%;
        margin-left: 0px !important;
        margin-top: 10px !important;
        margin-left: 0px !important;
    }

    .nav > .nav_index > .current {
        color: white !important;

    }

    #searcheArea {
        display: none;
    }

    #logoArea {
        width: 80%;
    }

    .searchInput {
        width: 100% !important;
    }

    .searchInput input {
        width: 77% !important;
    }

    .numDone_box {
        display: none !important;
    }

    .nav li {
        width: 100% !important;
    }

    .navbar-inner {
        background-image: none;
        background-color: rgba(246, 243, 244, 1);
        border-radius: 0;
    }

    .nav .botline_boxs {
        display: none !important;
    }

    #botline_box {
        display: none;
    }

    .minLogin {
        margin-top: 5px !important;
    }

    /*固定导航条*/
    .fixedNav_area {
        display: none;
    }

    /*底部快速导航*/
    .footerNav_QRcode {
        display: none;
    }

    .auctionNew .red {
        width: 48%;
        margin: .3%;
        height: auto;
        overflow: hidden;
    }

    .success_boxlist {
        width: 98% !important;
        margin: .3% !important;
        height: auto !important;
        overflow: hidden;
    }

    .auctionNewScroll_box {
        height: auto !important;
        margin-right: 5px !important;
    }

    .copyright {
        margin: 0 auto;
        padding: 0;
        display: block;
        float: none;
        text-align: center;
    }

    .prevueLatestimg {
        height: auto !important;
    }

    .prevueLatestimg img {
        width: 100%;
        height: 100%;
    }

    .prevueLatest_content {
        width: 90% !important;
    }

    .police {
        margin: 0 auto;
        padding: 0;
        float: none;
        width: 200px;
        display: block;
    }

    /*拍卖预告*/
    .list_releaseTime {
        display: block;
    }

    /*筛选条件样式*/
    .notice_classify_box,
    .notice_location_box,
    .notice_auctionTime_box,
    .notice_detail_box {
        width: 25%;
        height: 35px;
        overflow: hidden;
        float: left;
        cursor: pointer;
    }

    .priceBox .resultNum_box {

    }

    #filterBy {
        margin-top: 20px;
    }

    .notice_title {
        width: 83% !important;
        text-align: center;
        margin: 0 2%;
    }

    #filterHover {
        right: 20px;
        top: 6px;
    }

    /*.notice_selected .notice_title {display:none;}*/
    .notice_box .notice_noLimit {
        margin-top: 40px;
    }

    .notice_box {
        width: 100%;
        border: 0 none;
        min-height: 60px;
    }

    .notice_box li {
        width: 25% !important;
    }

    .notice_selected {
        width: 97%;
        overflow: hidden;
        border: 1px solid #CCC;
        border-top: 0 none;
        margin-left: -1px;
    }

    .notice_selected .notice_title {
        width: 60px;
        padding: 5px;
    }

    .notice_box dd {
        margin: 0;
        padding: 3px 5px;
    }

    .notice_selected {
        padding-left: 0;
        padding-bottom: 0;
    }

    .notice_selected > dd {
        margin: 0 5px 10px;
    }

    .notice_content_box {
        padding-bottom: 40px;

    }

    .notice_box dt {
        color: #333;
    }

    .notice_box > li {
        padding: 0;
    }

    .mall_search_box {
        float: none;
    }

    .notice_box > li {
        position: relative;
        background-color: #fff;
        z-index: 10;
        border: 1px solid #CCC;
        box-sizing: border-box;
        border-radius: 8px;
    }

    .notice_location_box {
    }

    .notice_detail_box {
        margin-left: 0px;
    }

    .notice_selected_box {
        width: 100% !important;
        display: none !important;
    }

    .notice_auctionTime_box {
    }

    .notice_auctionTime_box .mh_date {
        display: none;
    }

    .notice_auctionTime_box .tijio {
        display: none !important;
    }

    .notice_auctionTime em {
        display: none !important;
    }

    .notice_box .notice_selected_box {
        margin-top: 40px;
        z-index: 5;
        height: 85px;
        width: 100%;
    }

    .notice_selected {
        border: 0 none;
    }

    .notice_content_box {
        margin: 0;
    }

    /*价格盒子*/
    .resultNum_box {
        width: auto;
    }

    .priceInput {
        padding: 0;
        border: none 0;

    }

    /*搜索条件*/
    .notice_box dd {
        float: none;
        text-align: center;
        padding: 5px 0;
    }

    .notice_selected .notice_selected_option {
        float: left;
        padding: 5px 8px;
    }

    .notice_location > .notice_option {
        margin: 0;
        width: 100%;
    }

    .auctionNew_items {
        width: 48%;
        margin-right: 1.0%;
    }

    /*隐藏评估价*/
    .notice_evaluate_box {
        display: none;
    }
}

@media screen and (max-width: 720px) {
    .entrance_car_list {
        width: 100% !important;
        height: auto !important;
    }

    .welcome {
        margin-right: 0px;
    }

    .feijiu {
        display: none;
    }

    .help_center {
        margin-right: 10px;
        display: none;
    }

    .personal_center {
        padding-left: 0px;
    }

    .entrance_car_list img {
        width: 100%;
    }

    .entrance_car {
        width: 100% !important;
    }

    .enter-lxwm {
        text-align: center;
    }

    .enter-list .enter-b-title {
        padding: 0 10px;
    }

    .enter-list .enter-b-title h2 {
        font-size: 26px !important;
    }

    .enter-lxwm .layui-form-label {
        display: none;
    }

    .secoundlist {
        padding: 17px 0px 0px 0px !important;
    }

    .car_list_in {
        height: 76% !important;
    }

    .auctionNew_items {
        width: 100%;
    }

    .entrance_car a {
        margin-top: 20px;
    }

    .topBanner {
        height: 202px !important;
    }

    .Max {
        padding-top: 0px !important;
        height: auto !important;
        margin-left: 10px !important;
    }

    .max_title {
        width: 100% !important;
        margin-top: 50px !important;
        margin: 50px auto 0px !important;

    }

    .management {
        margin: 25px auto 0px !important;
    }

    .nav > li {
        padding: 0px !important;
    }

    .full span {
        font-size: 25px !important;
    }

    .content_imge h3 {
        font-size: 19px !important;
    }

    .priceInput {
        width: 70%;
        float: left;
        margin-top: 10px;
    }

    #priceLow, #priceHigh {
        width: 76px !important;
    }

    .priceBox .resultNum_box {

        padding: 0px;
    }

    .prevueLatest_area, .hotLatest_area, .completeLatest_area {
        padding: 0 10px !important;
    }

    .Thecontent {

        margin-right: 0px;
    }

    .car_list_in {
        position: absolute;
    }

    .resultNum {
        float: left;
        margin-left: 10px;
        padding-right: 20px;
    }

    .btnsure {
        margin-left: 10px;
    }

    #filterBy .price {
        margin-left: 25px;
    }

    .prevueLatestimg {
        /*height: 400px !important;*/
    }

    .prevueLatest_content {
        width: 90% !important;
    }

    .auctionNew .red {
        width: 99% !important;
    }

    .success_boxlist {
        width: 100%;
        width: 99% !important;
    }

    #searcheArea .searchBox {
        width: 120px;
    }

    .footer_link {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    #filterBy {
        float: left;
        width: 100%;
    }

    .priceInput {
        width: 100%;
        float: left;
    }

    .filters {
        margin-left: 5.5% !important;
    }

    #filterBy .price {
        margin-left: 5px !important;
    }

    .sense_content h3 {
        text-align: center;
    }

    .sense_content .sense_img {
        left: 140px !important;
    }

    .Company_honor h3 {
        text-align: center;
    }

    .Company_honor .Honor_img {
        left: 120px !important;
    }

    .sense_content ul {
        padding-left: 17% !important;
    }

    .My_value h3 {
        text-align: center;
    }

    .My_value i {
        left: 130px !important;
    }

    .My_management h3 {
        text-align: center;
    }

    .My_management i {
        left: 120px !important;
    }

    .AuctionBid_area_nologin {
        height: auto !important;
    }
}

/* 头部固定导航栏 */
@media (max-width: 979px) {
    .navbar .btn-navbar {
        display: block;
        background-color: gainsboro;
    }

    .nav-collapse,
    .nav-collapse.collapse {
        height: 0px;
        overflow: hidden;
    }

    .nav-collapse {
        clear: both;
    }

    .nav-collapse .nav {
        float: none;
        margin: 0 0 10px;
        padding-top: 22px;
        padding-bottom: 20px;
    }

    .nav .current {
        background-color: var(--main-primary-color) !important;
        color: white !important;
    }

    .nav-collapse .nav > li {
        float: none;
        border-radius: 8px;
        overflow: hidden;
    }

    .nav > li {
        padding: 0px;
    }

    .nav-collapse .dropdown-menu a:focus,
    .nav-collapse .dropdown-menu a:hover,
    .nav-collapse .nav > li > a:focus,
    .nav-collapse .nav > li > a:hover {
        background-color: pink;
        color: white !important;
    }
}

@media screen and (max-width: 600px) {
    #filterHover {
        right: 10px;
    }
}

.flexd {
    position: fixed;
    z-index: 99999;
    top: 0px;
    /*padding: 10px 0;*/
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    background: var(--main-primary-color) !important;
}

.searchInput {
    width: 30%;
    height: 38px;
    display: none;
    float: left;
    border-radius: 20px;
    border: 2px solid var(--main-selete-color);
    transition: all .3s;

}

.searchInput input {
    width: 77%;
    height: 29px;
    float: left;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border: none;
    font-size: 14px;
    color: #666;

}

.searchBtn {
    width: 20%;
    height: 100%;
    background-color: var(--main-primary-color);
    outline: none;
    border: none;
    float: right;
    margin-right: -2px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    font-size: 16px;
    color: white;
}

.minLogin {
    width: 100px;
    height: 30px;
    margin-top: 10px;
    float: left;
    display: none;
    transition: all .3s;
    margin-right: 20px;
}


.tipMesage {
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
    margin-top: 45px;
}

.layui-layer-btn a {
    line-height: 42px !important;
    text-align: center;
    font-size: 14px;
}

.layui-layer-btn1 {
    /* margin-right: 130px !important; */
    /* margin-left: 30px !important; */
    /* width: 60px; */
    height: 42px !important;
}

.layui-layer-btn0 {
    /* width: 60px; */
    /* height: 42px !important; */
    background-color: var(--main-primary-color) !important;
    border: none !important;
    color: white !important;
}

.layui-layer-btn0:hover {
    color: white !important;
}

.layui-layer-btn {
    padding-top: 0px !important;
}

/*返回顶部*/

.checkRight .totop_box {
    width: 60px;
    background: url(../images/greenjb/gotop.png) no-repeat center 13px;
    overflow: hidden;
    cursor: pointer;
}

.checkRight .totop_box p {
    color: var(--main-primary-color);

}

.checkRight li p {
    text-align: center;
    margin-top: 35px;
    font-size: 14px;
    line-height: 20px;
}

.checkRight {
    width: 60px;
    height: 466px;
    position: fixed;
    right: 2%;
    bottom: 200px;
    background-color: #F6F3F4;
    display: none;
    z-index: 99999;
    box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.1);
}

.checkRight a {
    color: black !important;
}

.checkRight a :hover {
    color: white !important;
}

.checkRight li {
    width: 100%;
    height: 68px;
    position: relative;
    cursor: pointer;
}

.checkRight .downApp {
    background: url(../images/commentimg/mycontent/downAppnorom.png) no-repeat center 13px;
    display: inline-block;
}

.checkRight .follow {
    background: url(../images/commentimg/mycontent/follownorom.png) no-repeat center 13px;
    display: inline-block;
}

.checkRight .feedback {
    background: url(../images/commentimg/mycontent/feedbacknorm.png) no-repeat center 13px;
    overflow: hidden;
}

.checkRight .service {
    background: url(../images/commentimg/mycontent/service.png) no-repeat center 13px;
    overflow: hidden;
}

.checkRight .auction {
    background: url(../images/commentimg/mycontent/auction1.png) no-repeat center 13px;
    overflow: hidden;
}

.checkRight .handle {
    background: url(../images/commentimg/mycontent/handle1.png) no-repeat center 13px;
    overflow: hidden;
}

.checkRight .service {
    background: url(../images/commentimg/mycontent/service1.png) no-repeat center 13px;
    overflow: hidden;
}

.leftFiexd {
    position: fixed;
    left: 10px;
    bottom: 100px;
    width: 178px;
    text-align: center;
    z-index: 999;
    display: none;
}

.leftFiexd .section_one {
    width: 142px;
    height: 232px;
    /*background-color: #fff8f7;*/
    background-image: url("/images/leftFixed_bg.png");
    background-size: 100% 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    /*box-shadow: 0 0 30px 5px #efefef;*/
    /*border-radius: 4px;*/
}

.leftFiexd .section_one .title {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    line-height: inherit;
    margin-bottom: 10px;
}

.leftFiexd .section_one .kscz_btn {
    display: inline-block;
    width: 85px;
    height: 32px;
    background: var(--main-gradient-color);
    border-radius: 4px;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    color: #FFFFFF !important;
}

.leftFiexd .section_two {
    border-top: var(--main-gradient-color);
    padding-top: 5px;
    padding-bottom: 20px;
    background: #fff;
}

.leftFiexd .section_two .title {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    margin-bottom: 7px;
}

.leftFiexd .section_two .tel {
    font-weight: bold;
    font-size: 16px;
    color: var(--main-primary-color);
    margin-bottom: 14px;
}

.leftFiexd .section_two .s_1 {
    font-size: 12px;
    color: #999999;
}

.leftFiexd .section_two .s_2 {
    font-weight: bold;
    font-size: 14px;
    color: #666666;
    margin-bottom: 10px;
}

.auction:hover {
    background: url(../images/commentimg/mycontent/auction2.png) no-repeat center 13px;
}

.handle:hover {
    background: url(../images/commentimg/mycontent/handle2.png) no-repeat center 13px;
}

.service:hover {
    background: url(../images/commentimg/mycontent/service2.png) no-repeat center 13px;
}

.checkRight .downApp span {
    display: inline-block;
    color: #666666;
    width: 100%;
    text-align: center;
    margin-top: 5px;
    margin-left: 5px;
    font-size: 14px;
    text-indent: -25px;
    margin-bottom: 5px;
}

.downApp:hover {
    background: url(../images/commentimg/mycontent/downAppwhite.png) no-repeat center 13px;
}

.downApp:hover .erweimashow {
    display: block;
}

.follow .followshow span {
    display: inline-block;
    color: #666666;
    width: 100%;
    text-align: center;
    margin-left: 7px;
    font-size: 12px;
    text-indent: -25px;
}

.follow .followshow .douyin {
    margin-top: 5px;
    margin-bottom: 6px;
}

.follow .followshow .kuaishou {
    margin-top: 2px;
    margin-bottom: 3px;
}

.follow .followBorder {
    border-bottom: 1px solid #E7E7E7;
    width: 134px;
    text-align: center;
    margin-left: 10px;
    margin-top: 7px;
}

.follow:hover {
    background: url(../images/commentimg/mycontent/followwhite.png) no-repeat center 13px;
}

.follow:hover .followshow {
    display: block;
}

.service:hover .serviceshow {
    display: block;
}

.feedback:hover {
    background: url(../images/commentimg/mycontent/feedbackwhite.png) no-repeat center 13px;
}

.feedback:hover .tofeedBack {
    color: white !important;
}

.feedback a {
    display: block;
}

.checkRight .hover:hover {
    color: white !important;
    background-color: var(--main-primary-color) !important;
}

.checkRight .erweimashow {
    position: absolute;
    width: 164px;
    height: 164px;
    background: url(../images/commentimg/mycontent/erweimadi.png) no-repeat center center;
    left: -164px;
    top: 0px;
    display: none;
}

.checkRight .followshow {
    position: absolute;
    width: 164px;
    height: 164px;
    background: url(../images/commentimg/mycontent/erweimadi.png) no-repeat center center;
    left: -164px;
    top: 0px;
    display: none;
}

.checkRight .serviceshow {
    position: absolute;
    width: 164px;
    height: 164px;
    background: url(../images/commentimg/mycontent/erweimadi.png) no-repeat center center;
    left: -164px;
    top: 0px;
    display: none;
}

.checkRight .app_code {
    display: block;
    width: 120px;
    height: 120px;
    margin-left: 15px;
}

.checkRight .followshow_code {
    display: block;
    width: 120px;
    height: 120px;
    margin-left: 15px;
}

.slidown img {
    display: block;
}

/* 底部广告 */
.bottom-banner {
    width: 100%;
    position: fixed;
    left: -100%;
    bottom: 0px;
    z-index: 99990;
}

.close-icon {
    width: 1.5%;
    position: absolute;
    right: 5%;
    top: 20%;
    cursor: pointer;
}

.bottom-bottmin {
    position: fixed;
    left: -130px;
    bottom: 25px;
    padding: 20px 40px 10px 10px;
    background-color: var(--main-primary-color);
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    z-index: 9999;
}

.close-iconmin {
    position: absolute;
    right: 10px;
    top: 25px;
    cursor: pointer;

}

.shiny {
    background: linear-gradient(-45deg, var(--main-primary-color) 50%, #F4DDDF 60%, var(--main-primary-color) 70%);
    background-size: 600% 100%;
    -webkit-animation: shine 20s infinite;
    animation: shine 20s infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.lotot {
    -webkit-animation: lre 1s infinite;
    animation: lre 1s infinite;
    animation-delay: 5s;
    -webkit-animation-delay: 0s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;

}

@-webkit-keyframes shine {
    0% {
        background-position-x: 400%;
    }

    50% {
        background-position-x: 0%;
    }

    100% {
        background-position-x: -400%;
    }
}

@keyframes shine {
    0% {
        background-position-x: 400%;
    }

    50% {
        background-position-x: 0%;
    }

    100% {
        background-position-x: -400%;
    }
}

@keyframes lre {
    0% {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
    }
    50% {
        transform: translateX(5px);
        -webkit-transform: translateX(5px);
        -moz-transform: translateX(5px);
    }
    100% {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
    }
}

@-webkit-keyframes lre {

    0% {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
    }
    50% {
        transform: translateX(5px);
        -webkit-transform: translateX(5px);
        -moz-transform: translateX(5px);
    }
    100% {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
    }
}


.MyCon_right {
    border: 1px solid #F6F3F4;
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.05);
    min-height: 752px;
}

.MyCon_left {
    min-height: 752px;
}

.checcc, .chesss {
    width: 13px;
    height: 13px;
    position: absolute;
    background-color: var(--main-selete-color);
    z-index: 99;
    right: 1px;
    bottom: 9px;
    padding: 0px;
    text-align: center;
    line-height: 13px;
    color: white;
    border-radius: 2px;
    display: none;
    cursor: pointer;
    -moz-user-select: none; /* Firefox私有属性 */
    -webkit-user-select: none; /* WebKit内核私有属性 */
    -ms-user-select: none; /* IE私有属性(IE10及以后) */
    -khtml-user-select: none; /* Khtml内核私有属性 */
    -o-user-select: none; /* Opera私有属性 */
    user-select: none; /* CSS3属性 */
}

.chesss {
    bottom: 0px;
    right: 0px;
}


@media screen and (max-width: 1200px) {
    .bottom-banner {
        display: none;
    }

    .bottom-bottmin {
        display: none;
    }

    .searchInput input {
        width: 76%;
    }
}

@media screen and (max-width: 900px) {
    .checkRight {
        display: none !important;
    }
}

.layui-layer-btn {
    padding: 0 15px 25px !important;
}

.freeRegistration {
    color: var(--main-selete-color) !important;
}

.searchlist {
    width: 95%;
    padding: 10px;
    border: 1px solid gainsboro;
    display: none;
    position: absolute;
    top: 42px;
    left: 5px;
    min-height: 43px;
    max-height: 430px;
    background: white;
    z-index: 9999;
    overflow-y: auto;
    border-radius: 5px;
    /*transition: all .3s;*/
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
}

.searchlist a {
    width: 100%;
    display: block;
    float: left;
    color: black;
    height: 43px;
    font-size: 14px;
    line-height: 43px;
}

.searchlist a:hover {
    background-color: #FAFAFA;
}

.prevueLatest_boxlist {
    transition: all 0.25s;
}

.overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.yes_btn {
    cursor: pointer;
}

.layui-table-cell, .layui-table-tool-panel li {
    overflow: visible !important;
}

#Scroll_box .success_boxlist {
    height: 367px !important;
}

.auctionNewScroll_box {
    height: 371px;
}

.fiesd-top {
    position: fixed;
    top: 0;
}

.fiesd-bottom {
    position: absolute;
    bottom: 0;
}

.yijianTips {
    margin-top: 40px;
    text-align: center;
    line-height: 25px;
    font-size: 16px;
}

.layui-form-checkbox span {
    height: auto !important;
}

.tipTitle {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    margin-top: 50px;
}

/*广告位*/
.animation_img {
    /*display: none;*/
    text-align: center;
    max-height: 300px;
    overflow: hidden;
}

.ai_big {
    width: 100%;
    /*max-height: 300px;*/
}

/*加载动画*/
/*html{color:#000;background:#ecf0f1;height:100%;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}*/
/**{*/
/*    box-sizing:border-box;*/
/*}*/
/*body{*/
/*    min-height:100%;*/
/*}*/
/*公用加载*/
.csscontent {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .5);
    display: none;
    z-index: 999;
}

.spinners {
    position: absolute;
    top: 50%;
    left: 50%;
}

.spinners li {
    position: absolute;
    float: left;
    width: 100px;
    height: 50px;
    top: 0px;
    left: 0px;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -webkit-transform: translateX(-100px);

    -moz-transition: all .3s ease-in-out;
    -moz-transform: translateX(-100px);

    -ms-transition: all .3s ease-in-out;
    -ms-transform: translateX(-100px);

    transition: all .3s ease-in-out;
    transform: translateX(-100px);
}

#pagination {
    width: 140px;
    position: fixed;
    bottom: 20px;
    left: 50%;
    margin-left: -54px;
}

#pagination li a {
    width: 18px;
    height: 18px;
    background: #7F8C8D;
    float: left;
    margin-right: 5px;
    border-radius: 20px;
    display: block;
}

#pagination li a.pag_active {
    background: #3498DB;
}

.clear {
    clear: both;
    display: block;
}

.spinners li.actives {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.spinners li:nth-child(2) {
    margin-top: -17px;
    margin-left: -43px;
}

.spinners li:nth-child(3) {
    margin-top: -14px;
    margin-left: 6px;
}

.spinners li:nth-child(3) {
    margin-top: -10px;
}

.spinners li:nth-child(4) {
    margin-left: -22px;
    margin-top: -8px;
}

.spinners li:nth-child(5) {
    margin-left: 19px;
    margin-top: -10px;
}

.spinners li:nth-child(6) {
    margin-top: -21px
}

/*首页加载*/
.csscontentindex {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 410px;
    background: rgba(255, 255, 255, .5);
    z-index: 0;
    display: none;
}

/******************* PRELOADER 1 **********
*******************************************/
.preloader_1 {
    position: relative;
}

.preloader_1 span {
    display: block;
    bottom: 0px;
    width: 9px;
    height: 5px;
    background: var(--main-primary-color);
    position: absolute;
    -webkit-animation: preloader_1 1.5s infinite ease-in-out;
    -moz-animation: preloader_1 1.5s infinite ease-in-out;
    -ms-animation: preloader_1 1.5s infinite ease-in-out;
    -o-animation: preloader_1 1.5s infinite ease-in-out;
    animation: preloader_1 1.5s infinite ease-in-out;

}

.preloader_1 span:nth-child(2) {
    left: 11px;
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -ms-animation-delay: .2s;
    -o-animation-delay: .2s;
    animation-delay: .2s;

}

.preloader_1 span:nth-child(3) {
    left: 22px;
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    -ms-animation-delay: .4s;
    -o-animation-delay: .4s;
    animation-delay: .4s;
}

.preloader_1 span:nth-child(4) {
    left: 33px;
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
}

.preloader_1 span:nth-child(5) {
    left: 44px;
    -webkit-animation-delay: .8s;
    -moz-animation-delay: .8s;
    -ms-animation-delay: .8s;
    -o-animation-delay: .8s;
    animation-delay: .8s;
}

@-webkit-keyframes preloader_1 {
    0% {
        height: 5px;
        -webkit-transform: translateY(0px);
        background: var(--main-primary-color);
    }
    25% {
        height: 30px;
        -webkit-transform: translateY(15px);
        background: #FFAC17;
    }
    50% {
        height: 5px;
        -webkit-transform: translateY(0px);
        background: var(--main-primary-color);
    }
    100% {
        height: 5px;
        -webkit-transform: translateY(0px);
        background: var(--main-primary-color);
    }
}

@-moz-keyframes preloader_1 {
    0% {
        height: 5px;
        -moz-transform: translateY(0px);
        background: var(--main-primary-color);
    }
    25% {
        height: 30px;
        -moz-transform: translateY(15px);
        background: #FFAC17;
    }
    50% {
        height: 5px;
        -moz-transform: translateY(0px);
        background: var(--main-primary-color);
    }
    100% {
        height: 5px;
        -moz-transform: translateY(0px);
        background: var(--main-primary-color);
    }
}

@-ms-keyframes preloader_1 {
    0% {
        height: 5px;
        -ms-transform: translateY(0px);
        background: var(--main-primary-color);
    }
    25% {
        height: 30px;
        -ms-transform: translateY(15px);
        background: #FFAC17;
    }
    50% {
        height: 5px;
        -ms-transform: translateY(0px);
        background: var(--main-primary-color);
    }
    100% {
        height: 5px;
        -ms-transform: translateY(0px);
        background: var(--main-primary-color);
    }
}

@keyframes preloader_1 {
    0% {
        height: 5px;
        transform: translateY(0px);
        background: var(--main-primary-color);
    }
    25% {
        height: 30px;
        transform: translateY(15px);
        background: #FFAC17;
    }
    50% {
        height: 5px;
        transform: translateY(0px);
        background: var(--main-primary-color);
    }
    100% {
        height: 5px;
        transform: translateY(0px);
        background: var(--main-primary-color);
    }
}

/*谷歌滚动条样式*/
/*body::-webkit-scrollbar {*/
/*    width: 8px;*/
/*    height: 8px;*/
/*    background: transparent;*/
/*}*/

/*body::-webkit-scrollbar-thumb {*/
/*    border-radius: 5px;*/
/*    background-color: var(--main-primary-color);*/
/*}*/


/*禁用元素鼠标事件*/
.forbidmouth {
    pointer-events: none;
}


/* 标签 弹出层*/
.initial_value {
    border-radius: 5px !important;
    overflow: hidden;
}

.initial_value .layui-layer-title {
    padding: 0;
    width: 100%;
    text-align: center;
    background: var(--main-selete-color) !important;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    color: #FFFFFF;
}

.initial_value .layui-form-checkbox[lay-skin=primary] i {
    border-radius: 5px !important;
    border-color: #DEDEDE !important;
}

.initial_value .layui-form-checked[lay-skin=primary] i {
    color: var(--main-selete-color) !important;
    background: none;
    border-color: var(--main-selete-color) !important;
    font-weight: bold;
    font-size: 14px;
    border-radius: 5px !important;
}

.initial_value .layui-form-checkbox[lay-skin=primary]:hover i {
    border-color: var(--main-selete-color) !important;
}

/*2022/7/13  特惠专区图标*/
.nav_index {
    position: relative;
}

.nav_indexafter::after {
    content: " ";
    width: 48px;
    height: 37px;
    background: url(/images/discount/hot_icon.png) no-repeat center;
    display: inline-block;
    right: 50%;
    top: -19px;
    position: absolute;
    background-size: 80%;
    transform: translate(100%, 0%);
}

.nav_newafter::after {
    content: " ";
    width: 48px;
    height: 37px;
    background: url(/images/discount/new_icon.png) no-repeat center;
    display: inline-block;
    right: 50%;
    top: -19px;
    position: absolute;
    background-size: 80%;
    transform: translate(100%, 0%);
}

.nav_hotafterzb::after {
    content: " ";
    width: 40px;
    height: 20px;
    background: url(/images/discount/hotzb_icon.png) no-repeat center;
    display: inline-block;
    top: -10px;
    position: absolute;
    background-size: 100%;
    transform: translate(50%, 0%);
}

/*直播小图标*/
.palyer_tips {
    position: absolute;
    bottom: 4px;
    right: 4px;
}

.palyer_tips_img {
    width: 24px !important;
    height: 24px !important;
}


.checkRight {
    display: none !important;
}

.appCode_box, .wechat_box {
    display: none !important;
}

.bottom-banner {
    display: none !important;
}

.contantri .palyerSwith {
    display: none !important;
}

.disposal-bidding {
    display: none !important;
}

#logoArea ul a:nth-child(3) {
    display: none !important;
}

.phoneIn {
    display: none !important;
}

.xinxi_list p:nth-child(1) {
    display: none !important;
}

.nav_index:hover #aId {
    color: #FFFFFF !important;
    background: var(--main-selete-color) !important;
    /*background: linear-gradient(180deg, rgba(255, 225, 196, 1) 0%, rgba(255, 225, 196, 1) 2%, rgba(255, 186, 117, 1) 100%, rgba(255, 186, 117, 1) 100%);*/
}

.nav_index:nth-child(5):hover .flexdNav {
    display: block;
}

.nav_index:nth-child(2):hover #aId {
    /*color: var(--main-primary-color) !important;*/
    color: #FFFFFF !important;
    background: var(--main-selete-color) !important;
    /*background: linear-gradient(180deg, rgba(255, 225, 196, 1) 0%, rgba(255, 225, 196, 1) 2%, rgba(255, 186, 117, 1) 100%, rgba(255, 186, 117, 1) 100%);*/
}

.flexdNav li:hover .xh {
    color: var(--main-primary-color) !important;
    background: var(--main-selete-color) !important;
    /*background: linear-gradient(180deg, rgba(255, 225, 196, 1) 0%, rgba(255, 225, 196, 1) 2%, rgba(255, 186, 117, 1) 100%, rgba(255, 186, 117, 1) 100%);*/
}

/*水泥拍*/
.flexdNav {
    position: absolute;
    width: 130px;
    background: var(--main-primary-color);
    z-index: 9999;
    display: none;

}

.flexdNav:after {
    content: '';
    position: absolute;
    width: 19px;
    height: 9px;
    top: -9px;
    left: 10px;
    background: url("/images/commentimg/snp/top.png") no-repeat center;
}

.flexdNav li {
    text-align: center;
    line-height: 50px;
}

.flexdNav li a {
    font-size: 16px;
    color: #fff !important;
    display: table;
    width: 100%;
    font-weight: bold;
}

.flexdNav li a:hover {
    color: #fff !important;
}

.flexdNav li a.current {
    color: var(--main-primary-color) !important;
    background: linear-gradient(180deg, rgba(255, 225, 196, 1) 0%, rgba(255, 225, 196, 1) 2%, rgba(255, 186, 117, 1) 100%, rgba(255, 186, 117, 1) 100%);
}

.personalLogo {
    display: flex !important;
    justify-content: space-between;
}

.SnpLogo p {
    color: #000000 !important;
    font-size: 24px !important;
    margin-top: 5px;
    font-weight: 400;
}