* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

li {
    list-style: none;
}

a {
    text-decoration: none
}
html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif,"SimSun" !important;
}

/*flex布局*/
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.up-center,
.left-center,
.all-center {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.up-center {
    -webkit-align-items: center;
    align-items: center;
}

.left-center {
    -webkit-justify-content: center;
    justify-content: center;

}
.all-center {
    -webkit-justify-content: center;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}

/*禁止拷贝*/
.no-copy {

    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*浮动*/
.float-l {
    float: left;
}

.float-r {
    float: right;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
}

/*超出显示...*/
.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.content {
    width: 100%;
    min-width: 1180px;
}

.fixed-content {
    width: 1180px;
    margin: 0 auto;
    position: relative;
}

iframe {
    float: left;
}

iframe:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
}

/* 更多样式 */
.pub-more {
    text-align: right;
    /* font-family: PingFangSC-Medium; */
    font-size: 14px;
    color: #B2B2B2;
    cursor: pointer;
    margin-left: 48px;
}

.pub-more > span {
    font-size: 12px;
    padding-left: 4px;
}

.pub-more:hover {
    opacity: 0.8;
}

/*tilte 样式*/
/*
.pub-title {
    flex: 2;
}
*/

.pub-title span {
    color: #B21F1F;
    font-size: 32px;
    margin-right: 15px;
}

.pub-title p {
    /* font-family: PingFangSC-Semibold; */
    margin-top: -2px;
    color: #fff;
    line-height: 24px;
	background: #B21F1F;
	width: 140px;
	height: 46px;
	opacity: 1;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 46px;
}

/* nav激活样式 */
.active {
    color: #B21F1F;
    /* font-family: PingFangSC-Medium; */
    font-size: 18px;
    line-height: 18px;
    /*  border-bottom: 1px solid #B21F1F; */
}

.active-ul li {
    cursor: pointer;
    /* font-family: PingFangSC-Medium; */
    font-size: 18px;
    line-height: 18px;
}

.active-ul li:hover {
    color: #B21F1F;
    border-bottom: 1px solid #B21F1F;
}

/*模块灰色背景*/
.pub-bg {
    width: 100%;
    min-width: 1180px;
    background: #F3F5F9;
}

/* 大模块之间间距50px */
.margin-bottom-50 {
    margin-bottom: 50px;
}
/* 大模块之间间距50px */
.margin-bottom-40 {
    margin-bottom: 40px;
}

/*placeholder样式修改，多浏览器兼容*/
input::-webkit-input-placeholder {
    /* font-family: PingFangSC-Regular; */
    font-size: 14px;
    color: #999999;
}

input::-moz-placeholder {
    /* font-family: PingFangSC-Regular; */
    font-size: 14px;
    color: #999999;
}

input:-ms-input-placeholder {
    /* font-family: PingFangSC-Regular; */
    font-size: 14px;
    color: #999999;
}
/* 列表无数据 */
.list-no-data {
    height: 100%;
    position: relative;
    box-sizing: border-box;
}
.list-no-data::before {
    content: "暂无数据";
    position: absolute;
    color: #999;
    font-size: 16px;
    top: calc(50% + 123px);
    left: 50%;
    transform: translateX(-50%);

}

.list-no-data_c {
    min-height: 390px;
    height: 100%;
    margin-bottom: 0 !important;
    background-image: url("/v2/img/no-data.png");
    background-repeat: no-repeat;
    background-size: 260px 167px;
    background-position: 50% 50%;
    background-color: #fff;
    position: relative;
    box-sizing: border-box;
    font-size: 16px !important;
}
.list-no-data_c::before {
    content: "暂无数据";
    position: absolute;
    color: #666;
    top: calc(50% + 83px);
    left: 50%;
    transform: translateX(-50%);
}
.tableBox {
    width: 95%;
    margin: 20px auto 20px !important;
}

.margin-bottom-30{
    margin-bottom: 30px;
}

.tl_search{width:100%;display:flex;justify-content:space-between;height:60px;line-height:60px;color:#787878;background-color:#fff}
.tl_search_title{font-size:22px;color:#333;font-weight: 600;}
.tl_search_setting_tag{font-size:12px;padding:0 12px;cursor:pointer;transition:color .3s;position:relative}
.tl_search_setting_tag:hover{color:#B21F1F}
.tl_search_setting_tag:first-child::before{content:"";width:1px;height:14px;background-color:#dedede;position:absolute;right:-2px;top:calc(50% - 7px);color:#c6c6c6}
.tl_search_setting_box{position:relative;display:inline-block}
.tl_search_setting_box_input{width:288px;height:35px;background-color:#fff;color:#333;border:1px solid #e4e4e4;padding:0 42px 0 19px;border-radius:100px;transition:border .3s}
.tl_search_setting_box_input:hover{border:1px solid #B21F1F}
.tl_search_setting_box_input:focus{border:1px solid #B21F1F}
.tl_search_setting_box_img{background-image:url(/v2/img/search.png);background-size:cover;width:18px;height:18px;position:absolute;top:23px;right:18px;cursor:pointer}
.active_search{color:#B21F1F}
input{outline:0;border:none}
.tl_search_setting_box_input::-webkit-input-placeholder{font-size:12px}

.popup-mask{position:fixed;top:0;bottom:0;left:0;right:0;background-color:rgba(0,0,0,.49);z-index:999;display: none}
.popup-container{display:flex;flex-flow:column;position:absolute;top:calc(50% - 78px);left:calc(50% - 137px);width:400px;height:210px;background-color:#fff;border-radius:10px;z-index:2}
.popup-container .popup__main{flex-grow:1;display:flex;align-items:center;justify-content:center;    padding: 10px;line-height: 1.5;font-size: 15px;text-align: justify;}
.popup-container .popup__footer{width:100%;height:50px;display:flex;border-top:1px solid #f0f0f0}
.popup-container .popup__footer .popup--default,.popup-container .popup__footer .popup--theme{width:50%;height:100%;font-size:14px;border:none;outline:0}
.popup-container .popup__footer .popup--default{background-color:#fff;color:#333;border-bottom-left-radius:10px}
.popup-container .popup__footer .popup--theme{background-color:#40B0E1;color:#fff;border-bottom-right-radius:10px}

.footer-box-bottom{
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin:0 auto
}
.footer-box-bg {
    width: 100%;
    min-width: 1180px;
    height: 145px;
    background: #333333;
}
.footer-box-left{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.footer-box-left a{color: #fff;font-size: 14px;}
.footer-box-left li.line:last-child{background: none;}
.friendship-link {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.friendship-link ul {
    height: 60px;
}

.friendship-link ul li {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #C8C7C7;
}

.friendship-link ul li:first-child {
    margin-right: 30px;
}

.friendship-link ul li:nth-child(2n) {
    cursor: pointer;
}

.friendship-link ul li:nth-child(2n):hover {
    color: #4AB0E1;
}

.friendship-link ul li.line {
    height: 10px;
    width: 1px;
    margin: 0 20px;
    background: #FFFFFF;
    cursor: none;
    opacity: 0.6;
}

.website-info {
    width:100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin:0 auto
}

.website-info li {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #A0A0A0;
}


.website-info li:nth-child(2) {
    padding-right: 21px;
}

.website-info li:nth-child(3) {
    padding-right: 40px;
}

.website-info li:nth-child(4) {
    padding-right: 46px;
}
.website-info li:last-child {
    padding-right: 0;
}
/* 二维码 */
.qr-code-bottom{
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
    color: #A0A0A0;
    font-size: 12px;
    margin:20px 0 10px;
}
.qr-code-bottom img{
    width: 90px;
    height: 90px;
    padding:2px;
    margin-bottom: 5px;
}

.footer-box{
  width: 87%;
}

.fs14:hover{
    color: #fff !important;
}

/*头部样式*/
    .header-box-bg {
        position: relative;
        height: 585px;
        min-width: 1180px;
    }

    .header-box {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 2;
    }

    /*顶部样式*/
    .header-top-bg {
        width: 100%;
        min-width: 1180px;
        background: #F6F6F6;
    }

    .header-top {
        padding: 13px 0;
    }

    .header-top > p {
        flex: 2;
        font-family: PingFangSC-Regular;
        font-size: 14px;
        color: #999999;
        line-height: 14px;
    }

    .header-top-r p,
    .header-top-r span {
        font-family: PingFangSC-Regular;
        font-size: 14px;
        line-height: 14px;
        color: #999999;
        cursor: pointer;
    }

    .header-top-r span:hover,
    .header-top-r p:hover,
    .header-top-r p:hover span {
        color: #B21F1F;
    }

    .header-top-r p {
        margin-right: 20px;
    }

    .header-top-r p span {
        padding-right: 4px;
    }

    .header-top-r > span {
        padding: 0 10px;
    }

    .search-box {
        height: 60px;
    }

    .search-box .search-l {
        flex: 2;
        font-family: PingFangSC-Medium;
        font-size: 20px;
        color: #979797;
    }

    /*导航栏样式*/
    .nav-box-bg {
        width: 100%;
        min-width: 1180px;
        height: 42px;
        background: #B21F1F;
    }

    .nav-box {
        height: 42px;
        position: relative;
    }
    .nav-box-r {
        height: 42px;
    }
    .nav-box-r>li {
        flex: 1;
        cursor: pointer;
        position: relative;
        line-height: 42px;
    }
    .nav-box-r>li>p {
        font-family: PingFangSC-Regular;
        font-size: 16px;
        color: #FFFFFF;
        text-align: center;
    }
    .nav-box-r>li:hover {
        background: #8F0F0F;
    }
    .nav-box-r>li:hover .nav-box-list {
        display: block;
    }
    .nav-box-r>li.active {
        background: #750B0B;
    }
    .nav-box-list {
        display: none;
        position: absolute;
        background: #FFFFFF;
        box-shadow: 0 1px 4px 0 rgba(0,0,0,0.10);
        width: 100%;
        z-index: 100000;
        padding-top: 14px;
    }
    .nav-box-list li {
        text-align: center;
        font-size: 16px;
        color: #666666;
        cursor: pointer;
        line-height: 22px;
        padding-bottom: 14px;
    }
    .nav-box-list li:hover {
        color: #8F0F0F;
    }
    /*轮播图样式*/
    .banner-box {
        width: 100%;
        height: 420px;
        position: absolute;
        left: 0;
        top: 100px;
        overflow: hidden;
    }

    .banner-box ul li {
        width: 100%;
        height: 420px;
        min-width: 1180px;
        position: absolute;
        left: 0;
        top: 0;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .banner-box .number {
        width: 100%;
        height: 30px;
        position: absolute;
        left: 0px;
        bottom: 20px;
        z-index: 10;
        text-align: center;
    }

    .banner-box .number span {
        display: inline-block;
        width: 12px;
        height: 12px;
        background: rgba(255, 255, 255, .2);
        margin: 5px;
        border-radius: 50%;
        border: 1px solid #ffffff;
        cursor: pointer;
    }

    .banner-box .number .active {
        background: #ffffff;
    }

    /*1180兼容模式*/
    @media screen and (max-width: 1180px) {
        .banner-box {
            width: 1180px !important;
        }
    }

/*轮播图样式*/
    .banner-box {
        width: 100%;
        height: 420px;
        position: absolute;
        left: 0;
        top: 142px;
        overflow: hidden;
    }

    .banner-box ul li {
        width: 100%;
        height: 420px;
        min-width: 1180px;
        position: absolute;
        left: 0;
        top: 0;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .banner-box .number {
        width: 100%;
        height: 30px;
        position: absolute;
        left: 0px;
        bottom: 20px;
        z-index: 10;
        text-align: center;
    }

    .banner-box .number span {
        display: inline-block;
        width: 12px;
        height: 12px;
        background: rgba(255, 255, 255, .2);
        margin: 5px;
        border-radius: 50%;
        border: 1px solid #ffffff;
        cursor: pointer;
    }

    .banner-box .number .active {
        background: #ffffff;
    }

 .banner-box ul li {
    display: none;
  }
  .banner-box ul li.active {
    display: block;
  }

   /*模板一交易公告样式*/
    .map-img,.notice-box {height: 455px;}
    .map-img {width:455px;height: 415px;}

    /*交易公告左侧*/
    .notice-l{margin-left:20px;width:455px;position:relative}
    .notice-l .notice-l-img{width:186px}
    .notice-l .notice-l-img img{width:150px}
    .notice-l .notice-l-btn{width:269px;padding-left:10px}
    .notice-l .notice-l-btn button{width:185px;height:50px;text-align:center;line-height:50px;border:none;outline:0;background:#fff;border-radius:4px;font-size:18px;color:#006ad4;font-weight:600;cursor:pointer;box-shadow:1px 2px 16px #6db4ff}
    .notice-l .notice-l-btn button:hover{opacity:.8}
    .go-auction .notice-l-btn button{color:#e43031;box-shadow:1px 2px 12px #fdacac}
    .entry-system,.go-auction{width:100%;height:190px;background:#B21F1F}
    .entry-system{background:#cbe3ff;margin-bottom:14px}
    .go-auction{background:#ffcfcf}

    /*地图导航 v4.13.0**/
    .notice-l .map-nav{display: flex;height: 46px;}
    .notice-l .map-nav img{width: 32px;height: 32px;margin-right:10px;}
    .notice-l .map-nav .nav-right,.notice-l .map-nav .nav-left{flex: 1;display: flex;justify-content: center;align-items: center;border-bottom: 1px solid #e4e4e4;}
    .notice-l .map-nav .nav-right.active,.notice-l .map-nav .nav-left.active{border:1px solid #B21F1F;color:#B21F1F; }
    .notice-l .map-box .active{display:none;}
    .notice-l .map-box .map-loan a{display: flex;flex-flow: column;align-items: center;}
    .notice-l .map-box .map-loan img:first-child{width: 253px;margin-top: 40px;}
    .notice-l .map-box .map-loan img:last-child{width: 182px;margin-top: 40px}

        /*交易公告右侧*/
    .notice-l,.notice-r{border:1px solid #e4e4e4}
    .notice-r{width:705px;height:455px;padding:0 30px}
    .title-img{padding-left: 10px;height: 40px;display: flex;justify-content: left;align-items: center;}
    .title-img img{width:32px;height:32px;float:left;margin-right:15px}

    .notice-nav{border-bottom:1px solid #e4e4e4}
    .notice-nav ul{flex:2}
    .notice-nav ul li{font-size:20px;color:#000;margin:0 30px;padding:10px 0;cursor:pointer;position:relative}
    .notice-nav ul li:first-child{margin-left:0}
    .notice-nav ul li .border-bottom{width:26px;height:3px;background:#B21F1F;position:absolute;bottom:0;left:calc(50% - 13px);display:none}
    .notice-nav ul li.notice-nav-active{color:#B21F1F}
    .notice-nav ul li.notice-nav-active .border-bottom{display:block}
    .notice-nav ul li:hover{color:#B21F1F}
    .notice-nav ul li:hover .border-bottom{display:block}
    .notice-nav p{text-align:right;font-size:14px;color:#b2b2b2;cursor:pointer}
    .notice-nav p span{font-size:12px;padding-left:4px}
    .notice-list{padding:12px 10px 0}
    .notice-list ul li{position:relative;padding-bottom:8px;cursor:pointer}
    .notice-list ul li:hover p:first-child{color:#B21F1F}
    #mproject_div a{color:#333}
    #mproject_div li:hover a{color:#B21F1F}
    #dproject_div a{color:#333}
    #dproject_div li:hover a{color:#B21F1F}
    .notice-list span.round-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:#B21F1F;margin-right:4px;position:absolute;left:-10px;top:8px}
    .notice-list ul li>p{font-size:16px;color:#333;line-height:22px;padding-bottom:15px}
    .notice-list ul li p.notice-list-info span:nth-child(2){flex:2;padding-left:40px}
    .notice-list ul li p.notice-list-info span{font-size:14px;color:#999}
    .title-text{font-size:20px}
    .notice-list-info{padding:5px 0 8px}

    .transaction-process{margin-bottom:50px;overflow: hidden;}
    .transaction-process ul li{flex:1;text-align:center;cursor:pointer}
    .transaction-process ul li:hover img{opacity:.8}
    .transaction-process ul li:hover p{color:#B21F1F}
    .transaction-process ul li img{width:60px;padding-bottom:16px}
    .transaction-process ul li p{font-size:14px;color:#333;text-align:center;line-height:20px}
    .swiper-slide{display: flex}
    .slide-box{width: 14.2%;display: flex;flex-flow: column;justify-content: center;align-items: center;}
    .swiper-pagination-bullets{bottom: -1.5em!important;}
    .slide-box img{width: 60px;height: 60px;}

	/*竞拍项目样式*/
	.auction-box {
		padding:10px 0;
	}

	.auction-title {
		padding-bottom: 10px;
	}

/*
	.auction-title .pub-title {
		flex: 1.3!important;
	}
	*/


	.auction-nav {
		/*padding-left: 100px;*/
		flex: 5;

		border-bottom: 2px #B21F1F solid;
		padding-bottom: 10px;
		width: 100%;
		padding-top: 12px;

	}

	.auction-nav ul {
		margin-left:30px;
		text-align: right;
		flex: 2;
	}

	.auction-nav li {
		font-size: 14px;
		color: #666666;
		cursor: pointer;
		/*margin-right: 30px;*/
	}
	.auction-nav li:hover {
		color: #B21F1F;
	}

	.auction-nav li.line {
		height: 10px;
		width: 1px;
		margin: 0 25px;
		background: #AEAEAE;
		cursor: default;
	}

	.auction-nav li.active {
		border: unset;
		color: #B21F1F;
	}



	.auction-list {
		background: #4D4D4D;
	}

	.auction-list-header {
		height: 51px;
		width: 100%;
		padding: 0 10px;
		background: #737373;
	}

	.auction-list-header ul li {
		line-height: 51px;
		text-align: center;
		flex: 1;
		font-family: PingFangSC-Medium;
		font-size: 16px;
		color: #FFFFFF;
		padding: 0 4px;
	}

	.auction-single {
		padding: 0 10px;
		border-bottom: 1px solid #646464;
	}

	.auction-single:hover {
		background: rgba(255,255,255,0.1);
	}
	.auction-single:hover li {
	}
	.auction-single ul li {
		line-height: 51px;
		text-align: center;
		flex: 1;
		font-family: PingFangSC-Regular;
		font-size: 14px;
		color: #FFFFFF;
		cursor: pointer;
		padding: 0 4px;
	}


	.auction-list-header ul li:nth-child(3),
	.auction-single ul li:nth-child(3),
	.auction-list-header ul li:nth-child(6),
	.auction-single ul li:nth-child(6) {
		flex: .7;
	}

	.auction-list-header ul li:nth-child(9),
	 .auction-single ul li:nth-child(9) {
		flex: 1.2;
	}
	.auction-single ul li button {
		font-family: PingFangSC-Regular;
		font-size: 14px;
		color: #FF9059;
		border: 1px solid #FF9059;
		border-radius: 23px;
		background: unset;
		outline: none;
		padding: 4px 8px;
		cursor: pointer;
	}

	.auction-single ul li button:hover {
		opacity: 0.7;
	}

	/*进行中*/
	.ongoing ul li {
		color: #50C528;
	}

	/*已结束*/
	.complete ul li {
		color: #FB3232;
	}

	.complete ul li button {
		color: #BFBFBF;
		border: unset;
		background: #7D7D7D;
		border-radius: 23px;
	}

	.auction-footer {
		padding: 0 20px;
		height: 50px;
		width: 100%;
	}

	.auction-footer ul li {
		line-height: 50px;
		font-size: 14px;
		color: #FFFFFF;
		margin-left: 50px;
	}

	.auction-footer ul li span.dot {
		width: 10px;
		height: 10px;
		display: inline-block;
		border-radius: 50%;
		background: #FB3232;
		margin-right: 8px;
	}

	.fixed-class {
		padding: 50px 0;
		width: 100% !important;
		background: #F3F5F9;
	}
	.text-cont{
		font-size: 16px !important;
	}

.transaction-process-flow {
        padding: 50px 0 0;
    }
    .up-center.flex-bottom{
        -webkit-align-items: flex-end;
        align-items: flex-end;
        padding-left: 0;
    }
    .transaction-process-flow ul li {
        flex: 1;
        text-align: center;
        cursor: pointer;
    }

    .transaction-process-flow ul li:hover img {
        opacity: 0.8;
    }

    .transaction-process-flow ul li:hover p {
        color: #B21F1F;
    }


    .transaction-process-flow ul li:nth-child(2n+1) img {
        width: 50px;
        height:50px;
        padding-bottom:0;
        margin-bottom:10px
    }

    .transaction-process-flow ul li:nth-child(2n) img{
        width: 9px ;
        height: 14px   ;
        margin: 0 33px ;
        transform: translateY(3px);
    }
    .transaction-process-flow ul li p {
        font-size: 14px;
        color: #333333;
        text-align: center;
    }

    .services-title-content {
        flex: 5;
    }
    .mb19{

        margin-bottom: 19px;
    }
    .services-title-content p {
        font-size: 24px;
        color: #333333;
        line-height: 24px;
    }

	/*供求服务样式*/
    .services-box-bg {
        width: 100%;
        background: #ffffff;
        min-width: 1180px;
    }
	.auction-nav {
		flex: unset;
	}
    .services-box {
        height: 100%;
        padding: 40px 0;
    }

    .services-header .services-title {
        padding-bottom: 30px;
    }

    .services-title-content {
        flex: 5;
    }

    .services-title-content p {
        font-size: 24px;
        color: #333333;
        line-height: 24px;
    }

    .services-title p.pub-more {
        color: #B2B2B2;
        margin-left: 48px;
    }

    .services-nav li {
        font-size: 14px;
        color: #666666;
        cursor: pointer;
    }

    .services-nav li.line {
        height: 10px;
        width: 1px;
        margin: 0 20px;
        background: #AEAEAE;
        cursor: default;
    }

    .auction-nav li.auction-nav-active {
        color: #B21F1F;
    }

    .auction-nav li:hover {
        color: #B21F1F;
    }

    .services-list {
        background: #ffffff;
        border-bottom: 1px solid #E4E4E4;
    }

    .services-list-header {
        background: #B21F1F;
        height: 50px;
        width: 100%;
    }

    .services-list-header li {
        font-family: PingFangSC-Medium;
        line-height: 50px;
        text-align: center;
        flex: 1;
        font-size: 16px;
        color: #FFFFFF;
    }

    .auction-text-single .services-single>li {
        line-height: 50px;
        text-align: center;
        flex: 1;
        font-size: 16px;
        color: #333333;
        padding: 0 5px;
		box-sizing: border-box;
		border-width: 0px 1px 1px 0px;
		border-style: solid;
		border-color: #C2C2C2;
    }

    .services-list-header li:nth-child(1),
    .services-list-header li:nth-child(2),
    .services-single li:nth-child(1),
    .services-single li:nth-child(2) {
        flex: 1.6;
    }

    .services-single .services-single-money {
        color: #EA0909;
    }
    .services-single li button {
        cursor: pointer;
        border: unset;
        outline: none;
        font-size: 14px;
        color: #B21F1F;
        background: unset;
    }
    .auction-text-single {
        background: #ffffff;
    }
    .auction-text-single:nth-child(2n) {
        background: #eaeaea;
    }

    .auction-text-single .services-single:hover {
        opacity: 0.8;
    }

    .auction-text-single ul.services-single:hover li {
        color: #B21F1F!important;
    }
	.margin-top{
		margin-top:50px;
	}

	 /*供求服务导航*/
    .market-nav {
        /*padding: 22px 0 2px;*/
    }

    .market-nav>ul>li {
        font-size: 14px;
        color: #666666;
        cursor: pointer;
    }

    /*供求服务导航竖线*/
    .market-nav ul li.line {
        height: 10px;
        width: 1px;
        margin: 0 20px;
        background: #AEAEAE;
        cursor: none;
    }
    .market-title p.pub-more {
        color: #B2B2B2;
        margin-left: 48px;
    }

    /*供求服务菜单激活*/
    .market-nav ul li.market-nav-active {
        color: #B21F1F;
    }
    .market-list {
        border: none;
    }
    .market-nav>ul>li:hover {
        color: #B21F1F;
    }

    .market-list > ul > li {
        width: 280px;
        height: 360px;
        margin: 20px 20px 0 0;
        float: left;
    }

    .market-list > ul > li:hover .market-single-img {
        opacity: 0.8;
    }

    .market-list > ul > li:nth-child(4n) {
        margin-right: 0;
    }

    /*视频图片样式*/
    .market-single-img {
        width: 280px;
        height: 180px;
        background-color: #F3F5F9;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        cursor: pointer;
    }

    .market-single-img img {
        position: absolute;
        right: 15px;
        bottom: 10px;
        width: 36px;
        cursor: pointer;
    }

    /*单个服务信息样式*/
    .market-single-info {
        width: 280px;
        height: 180px;
        border: 1px solid #EDEDED;
        border-top: none;
        padding: 10px 15px;
    }

    /*单个服务信息标题样式*/
    .market-single-title {
        font-family: PingFangSC-Semibold;
        font-size: 16px;
        color: #262626;
        line-height: 22px;
        padding-bottom: 10px;
        cursor: pointer;
    }

    .market-single-title:hover {
        color: #B21F1F;
    }

    /*单个服务信息标签样式*/
    .market-single-tag {
        padding-bottom: 6px;
        height: 26px;
    }

    .market-single-tag>li {
        font-family: PingFangSC-Regular;
        font-size: 12px!important;
        color: #CD9950!important;
        background: #FFF4DE;
        padding: 2px 5px;
        border-radius: 4px;
        margin-right: 4px;
        cursor: pointer;
        line-height: unset!important;
        flex: unset!important;
    }

    .market-single-tag>li.tag-time {
        color: #498FE2!important;
        background: #E6F2FF!important;
    }

    .market-single-price {
        font-family: PingFangSC-Semibold;
        font-size: 26px;
        color: #B21F1F;
        line-height: 37px;
        margin-bottom: 8px;
        border-bottom: 1px solid #EDEDED;
    }

    .market-single-price span {
        font-family: PingFangSC-Semibold;
        font-size: 14px;
        color: #B21F1F;
    }

    .market-single-use {
        padding-bottom: 8px;
    }

    .market-single-use p {
        font-family: PingFangSC-Medium;
        font-size: 14px;
        color: #333333;
        flex: 2;
        line-height: 20px;
    }

    .market-single-use span {
        font-family: PingFangSC-Medium;
        font-size: 14px;
        color: #777777;
        line-height: 20px;
    }

    .market-single-time p {
        font-family: PingFangSC-Medium;
        font-size: 12px;
        line-height: 12px;
        color: #999999;
    }

    .market-single-time p.time-area {
        flex: 2;
    }

    .market-single-time p span {
        font-size: 12px;
        margin-right: 4px;
        margin-top: 3px;
    }

	.bgsaas{
		border-left: 1px solid #C2C2C2;
	}
