a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.modal-bg {
	background: rgba(0, 0, 0, 0.5); left: 0px; top: 0px; width: 100%; height: 100%; position: fixed; z-index: 999;
}
.modal-bg .modal-container {
	background: rgb(255, 255, 255); border-radius: 8px; border: 1px solid rgb(244, 244, 244); border-image: none; left: 50%; top: 50%; width: 400px; position: absolute; box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.1); transform: translate(-50%, -50%);
}
.modal-bg .modal-container .modal-cancel {
	top: 10px; width: 13px; right: 10px; position: absolute; cursor: pointer;
}
.modal-bg .modal-container .modal-logo {
	margin: 45px auto 50px; width: 111px; height: 26px;
}
.modal-bg .modal-container .modal-logo img {
	width: 100%;
}
.modal-bg .modal-container .modal-input-container {
	margin: 0px auto 20px; width: 315px; border-bottom-color: rgb(216, 216, 216); border-bottom-width: 1px; border-bottom-style: solid; display: flex; position: relative; justify-content: space-between; align-items: center;
}
.modal-bg .modal-container .modal-input-container .modal-input {
	border: currentColor; border-image: none; width: 70%; height: 40px; color: rgb(0, 0, 0);
}
.modal-bg .modal-container .modal-input-container input[type='tel'] {
	width: 100%;
}
.modal-bg .modal-container .modal-input-container input[type='password'] {
	width: 100%;
}
.modal-bg .modal-container .modal-input-container .modal-get-code {
	color: rgb(231, 56, 40); white-space: nowrap; cursor: pointer;
}
.modal-bg .modal-container .modal-input-container .modal-pwd-tip {
	left: 0px; bottom: -22px; color: rgb(231, 56, 40); line-height: 12px; font-size: 12px; position: absolute;
}
.modal-bg .modal-container .modal-red-font {
	color: rgb(231, 56, 40);
}
.modal-bg .modal-container .modal-btn {
	background: rgb(231, 56, 40); margin: 50px auto 0px; border-radius: 6px; width: 216px; height: 42px; text-align: center; color: rgb(255, 255, 255); line-height: 42px; font-size: 18px; font-weight: 500; cursor: pointer;
}
@media all and (max-width:1199px)
{
.alert {
	left: 100px !important; width: calc(100% - 100px) !important;
}
}
@media all and (max-width:979px)
{
.alert {
	left: 60px !important; width: calc(100% - 60px) !important;
}
}
@media all and (max-width:767px)
{
.modal-bg .modal-container {
	max-width: 90%;
}
.modal-bg .modal-container .modal-input-container {
	max-width: 80%;
}
.alert {
	left: 0px !important; width: 100% !important;
}
}
.form-control {
	border: 1px solid rgb(230, 230, 230) !important; border-image: none !important; color: rgb(51, 51, 51) !important; font-size: 16px !important;
}
.alert {
	left: 200px; top: 0px; width: calc(100% - 200px); height: 100%; display: flex; position: fixed; z-index: 9999; justify-content: center; align-items: center;
}
.alert .content {
	border-radius: 6px; margin-top: -150px; display: flex; justify-content: center; align-items: center; background-color: rgba(0, 0, 0, 0.8);
}
.alert .content span {
	padding: 0px 60px; text-align: center; color: rgb(255, 255, 255); line-height: 45px; font-size: 20px;
}
.content-wrapper .special-item img {
	border-radius: 6px; width: 100%; height: 180px; overflow: hidden; object-fit: cover;
}
.content-wrapper .special-item img:hover {
	transform: scale(1.05); transition-duration: 0.2s;
}
.content-wrapper .special-item .special-item-title {
	margin: 25px 0px 60px; height: 40px; line-height: 20px; overflow: hidden; font-size: 18px; font-weight: 500; -ms-text-overflow: ellipsis; -webkit-box-orient: vertical; -webkit-line-clamp: 2;
}
@media all and (max-width:1199px)
{
.content-wrapper .special-item img {
	height: 157px !important;
}
}
@media all and (max-width:979px)
{
.content-wrapper .special-item img {
	height: 25.65vw !important;
}
}
@media all and (max-width:767px)
{
.content-wrapper .special-item .special-item-title {
	margin: 20px 0px 35px; font-size: 16px;
}
.content-wrapper .special-item img {
	height: 53vw !important;
}
.content-wrapper .load-more-btn {
	margin: 0px auto 50px;
}
}
@media all and (min-width:1600px)
{
#loadPushWrapper > .col-lg-4 {
	width: calc(100% /4);
}
}
