/*common start*/
.form-control:focus,.form-check-input:focus ,.form-select:focus{
  border-color: #000 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}

.line-clamp {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.line-clamp-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.line-clamp-6 {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.container {
    max-width: 1584px;
}
.md_container{
	max-width: 1100px;
}

a {
    text-decoration: none;
}
.w-1400{
    max-width: 1424px;
    margin: 0 auto;
}
section {
    padding-top: 5rem;
}
button{
	outline: none !important;
}
button:focus{
	border: none !important;
	box-shadow: none !important;
}
.navbar-toggler:focus{
	border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color) !important
}

.lighter {
    font-weight: lighter;
}

.icon-r {
    background: url("../images/r.png") no-repeat center center;
    background-size: 100%;
}

section .base_title {
    padding: 1rem 0;
}

section .base_title .icon-r {
    width: 1.1875rem;
    height: 0.5625rem;
    display: inline-block;

}

section .base_title h3 {
    font-size: 3rem;
	font-weight: bold;
	text-transform: uppercase;
}

section .base_title a {
    font-size: 0.75rem;
	font-weight: bold;
	text-transform: uppercase;
}

/*固定图片比例*/
.fixed-ratio {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
}

/*默认3:2*/
.fixed-ratio::before {
    content: "\0020";
    display: block;
    width: 100%;
    height: 0;
    padding: 33.33% 0;
}

/*比列2:1*/
.fixed-ratio.half::before {
    padding: 25% 0;
}

/*比列1:1*/
.fixed-ratio.square::before {
    padding: 50% 0;
}

/*比列3:4*/
.fixed-ratio.frectangle::before {
    padding: 66.66% 0;
}

.fixed-ratio > img, .fixed-ratio > div {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.fixed-ratio > img, .fixed-ratio > img {
    object-fit: cover;
}

/*common end*/

header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	background: white;
}

header .top a {
    font-size: 0.625rem;
    position: relative;
}
header .top a img,header .mob_icon_user{
	width: 1rem;
	height: 1rem;
	margin-top: -2px;
}
header .top a:hover{
	text-decoration: underline;
}
header .top a:after {
    content: '|';
    color: #ccc;
    position: absolute;
    right: 0;
}

header .top a:last-child:after {
    display: none;
}

header .navbar {
    position: unset;
}

header .navbar-brand img {
	max-height: 2.625rem
}

header .nav-item {
    position: relative;
	font-size: 0.75rem;
	display: flex;
	align-items: center;
	font-weight: bold;
	text-transform: uppercase;
}

header .nav-item:hover:before, header .nav-item.active:before {
    content: "";
    width: 1.25rem;
    height: 2px;
    background: #000;
    position: absolute;
    left: 50%;
    bottom: -1em;
    margin-left: -0.625rem;
}

header form {
    min-width: 20vw;
    position: relative;
}

header form button {
    position: absolute;
    right: 0.5rem;
    top: 10%;
    height: 50%;
    border: none;
    background: none;
}

header form .form-control {
    border-radius: 1px;
    font-size: 0.875rem;
	padding: 0.594rem 0.75rem;
}

header form button img {
    max-height: 100%;
}

/*header end*/
/*footer*/
footer {
    background: #f5f5f5;
    font-size: 0.625rem;
}

footer .nav-item a:hover{
	text-decoration: underline;
	color: #000 !important;
}

footer .ewm img {
    max-width: 100%;
}

footer .tel {
    font-weight: bold;
    font-size: 1rem;
    font-family: "cursive";
}

footer .ser {
    position: relative;
	padding: 0.5rem;
    padding-left: 3rem !important;
}

footer .ser a {
    width: 100%;
    font-size: 0.75rem;
    text-align: center;
}

footer .ser:before {
    content: '';
    width: 2rem;
    height: 2rem;
    background: url("../images/ser.png") no-repeat center top;
    position: absolute;
    left: 1rem;
    top: 1.75em;
}


/*footer end*/

.breadcrumb li {
    font-size: 0.625rem;
    color: #999;
}
.breadcrumb a{
    font-size: 0.625rem;
}
.breadcrumb a.btn{
    border-color: #000 !important;
    border-radius: 2px;
    padding: .15rem 0.5rem;
}
/*filters*/
/**filter begin**/

.filters {
    background-color: #fff;
}
.filters.active{
    display: block !important;
    position: fixed;
    background: white;
    z-index: 999;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.5);

}
.filters.active .border{
    width: 100%;
    background: white;
    margin-top: 1rem;
}
.filters.active dl{
    padding: 1rem;
 }
.filters.active dl dt{
    width: 100%;
    position: unset;
    line-height: 2rem;
    padding: 0 0.5rem;
    text-align: left;
    font-weight: bold;
}
.filters.active dl dd a{
    min-width: unset;
    margin: 0.25rem 0.5rem;
    line-height: unset;
}
.filters.active dl dd form a{
    line-height: 40px;
    margin: 0;
}
.filters dl {
    position: relative;
    border-bottom: 1px solid #ddd;
    padding-left: 105px;
    font-size: 14px;
    margin-bottom: 0;
}

.filters dl:last-child {
    padding-bottom: 20px;
    border-bottom: none;
}

.filters dl.auto {
    height: auto;
    min-height: 60px;
}

.filters dl dt {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 120px;
    line-height: 80px;
    font-weight: normal;
    color: #000;
    text-align: center;
	font-size: 0.75rem;
	font-weight: bold;
	text-transform: uppercase;
}


.filters dl dd {
    padding-top: 20px;
    color: #666;
    margin: 0;
}

.filters dl dd a {
    display: inline-block;
    min-width: 120px;
    line-height: 40px;
    color: #000;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 2px;
	font-size: 0.75rem;
}

.filters dl dd a.cur {
    color: #cb0000;
}

.filters dl dd form {
    width: 400px;
    height: 40px;
}

.filters dl dd form input {
    display: inline-block;
    width: 300px;
    height: 40px;
    outline: none;
    text-indent: 15px;
    background-color: transparent;
    vertical-align: top;
	border-radius: 0;
}

.filters dl dd form a {
    float: right;
    width: 100px;
    min-width: unset;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #333333;
    border: none;
}

.filters dl dd form a i {
    vertical-align: middle;
    margin-right: 1px;
}


/**filter end**/
/*filters*/

.filter {
    font-size: 0.875rem;
}

.filter .btn {
    border: 1px solid #ddd;
    border-radius: unset;
    font-size: 0.875rem;
}
.filter .btn.auc_active{
	border-color: #000;
}

.filter img {
    height: 0.875rem;
    vertical-align: center;
}

.filter input.keywords {
    min-width: 300px;
    font-size: 0.875rem;
    box-shadow: none;
}

.filter select {
    border-radius: 0;
    font-size: 0.625rem;
}

.filter button.search {
    background: none;
}
/*筛选弹窗*/
.filter .filter-list {
    position: fixed;
    top: 0;
    left: 0;
    z-index:-1;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    transition: all 0.3s;
}

.filter .filter-list .info {
    background: white;
    width: 600px;
    max-width: 80%;
    height: 100vh;
    position: absolute;
    left: -100%;
    top: 0;
    transition: all 0.5s;
    padding-bottom: 6rem !important;
}
.filter .filter-list .overflow-box{
    max-height: 96%;
    margin: 1rem 0;
    overflow-y: auto;
    overflow-x: hidden;
}
.filter .filter-list.active{
    z-index: 99999;
    opacity: 1;

}
.filter .filter-list.active .info{
    left: 0;
}

.filter .filter-list .info .btn-close {
    position: absolute;
    right: 1rem;
    top: 1rem;
}
.filter .filter-list .info .input-group span{
    font-size: 0.625rem;
    margin-right: 0.5rem;
}
.filter .filter-list .info .input-group span.c{
    color: #999;
    font-size: 0.875rem;
}
.filter .filter-list .info .input-group input{
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
}
.filter .filter-list .info .accordion-button {
    box-shadow: none;
    border: none;
    background: white;
    color: #000;
    font-size: 0.875rem;
}

.filter .filter-list .info .accordion-button::after {
    color: #000;
}

.filter .filter-list .info .form-check-input {
    width: 1.5rem;
    height: 1.5rem;
    margin: 0;
    margin-right: 1.5rem;
}

.filter .filter-list .info .form-check-input:checked {
    background-color: #000;
    border-color: #000;
    box-shadow: none;
}
.filter .filter-list .info .sub-button{
    position: absolute;
    width: 100%;
    bottom:0;
    left: 0;
}
.filter .filter-list .info .sub-button button{
    height: 42px;
	text-transform: uppercase;
	font-size: 0.75rem;
}

/*alert login begin*/
.loginform  .title{
	font-size: 1.5rem;
	text-align: center;
	padding-bottom: 2rem;
	margin: 0;
}
.loginform .item{
	margin-bottom:1.25rem;
	position: relative;
}
.loginform  .form-control{
	border-radius: 0;
	padding: 1rem 1.75rem;
}
.loginform  .form-control:focus{
	box-shadow: none !important;
}
.loginform .item .togBtn,.loginform .item .togBtnSure{
	position: absolute;
	font-size: 0.75rem;
	right: 2rem;
	top: 1.25rem;
	cursor: pointer;
}
.loginform .item .forgetPwd{
	font-size: 0.875rem;
	color: #000;
}
.loginform .item .titMsg{
	font-size: 0.875rem;
}
.loginform .item .subBtn{
	width: 100%;
	border-radius: 0;
	background: #000;
	color: white;
	padding: 1rem 1.75rem;
	border: none;
}
.loginform .item .msg{
	font-size: 0.875rem;
	color: #cf3638;
	margin: 0;
}
.loginform .item.goReg{
	font-size: 0.875rem;
	text-align: center;
}
.loginform .item.goReg a{
	color: #cf3638;
}
.loginform .item.goReg a:hover{
	text-decoration: underline;
}
.loginform .item .forgetAct{
	position: absolute;
	right: 1.5rem;
	padding: 0.5rem 1rem;
	background: #000;
	color: white;
	font-size: 0.875rem;
	border-radius: 3rem;
	top: 50%;
	transform: translateY(-50%);
}
/*alert login begin*/

/*def none begin*/
.default{
	padding: 4rem 0;
}
.default .icon{
	width: 11.25rem;
	max-width: 50%;
	margin: 0 auto;
}
.default .info{
	color: #999;
	text-align: center;
	padding: 1rem 0;
}
.default .btn{
	font-size: 0.75rem;
	border: 1px solid #ddd;
	border-radius: 0;
	margin: 0 auto;
	padding: 0.5rem 1rem;
	display: block;
	width: 10rem;
}
.default .btn:hover{
	border-color: #000;
}

/*def none end*/

@media (max-width: 1200px) {
	footer h5{
		font-size: 1rem;
	}
}

@media (max-width: 992px) {
    section {
        padding-top: 3rem;
    }

    section .base_title {
        padding: 1rem 0;
    }

    section .base_title .icon-r {
        width: 1.1875rem;
        height: 0.5625rem;
        display: inline-block;

    }

    section .base_title h3 {
        font-size: 1.5rem;
    }

    section .base_title a {
        font-size: 0.625rem;
    }

    header, header button, header button span, header input.form-control {
        font-size: 0.875rem;
    }

    header .navbar-brand img {
        height: 2rem
    }

    header .navbar-toggler {
        padding: 0 0.5rem
    }
	header .offcanvas.offcanvas-end{
		border: none !important;
	}

    header #navbars {
        position: absolute;
        top: 60px;
        z-index: 8;
        background: white;
        width: 100%;
        left: 0;
        padding: 1rem 1rem 5rem 1rem;
    }
	
    header .nav-item:hover:before, header .nav-item.active:before {
        display: none;
    }
	header .nav-item{
		border-bottom: 1px solid #ddd;
	}
	header .nav-item a {
		padding: 1rem 0 ;
		font-size: 0.75rem;
	}
	header .nav-item:last-child{
		padding: 1rem 0;
	}
	
	header .form-control{
		height: 2.75rem;
	}
	header form button{
		top: 20%;
	}

    .filters dl {
        padding: 1rem;
        padding-left: 80px;

    }
    .filters dl dt{
        width: 100px;
        line-height: 4rem;
    }
    .filters dl dd{
        padding-top: 0;
    }

    .filters dl dd a{
        margin-bottom: 0;
        line-height: 2rem;
        min-width: 100px;
    }
	
	.filter{
		margin-bottom: 0rem !important;
	}
	
	footer h5{
		font-size: 1rem;
	}
	footer .ser:before {
	    top: 0.75em;
	}
	
}


@media (max-width: 768px) {
    section {
        padding-top: 1rem;
    }
    .filter input.keywords {
        min-width: unset;
        font-size: 0.875rem;
        box-shadow: none;
    }
	

}