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 .flash-left-wrapper .flash-left-item {
	padding: 20px 35px 20px; border-radius: 6px; margin-bottom: 15px;
}
.content-wrapper .flash-left-wrapper .flash-left-item a {
	text-decoration: none;
}
.content-wrapper .flash-left-wrapper .flash-left-item:hover {
	box-shadow: 0px 7px 10px 0px rgba(127,144,176,0.1);
}
.content-wrapper .flash-left-wrapper .flash-left-item .flash-item-title {
	color: rgb(51, 51, 51); line-height: 33px; overflow: hidden; font-size: 28px; font-weight: 500; -ms-text-overflow: ellipsis; -webkit-box-orient: vertical; -webkit-line-clamp: 2;
}
.content-wrapper .flash-left-wrapper .flash-left-item .flash-item-date {
	margin: 20px 0px 30px; height: 14px; color: rgb(153, 153, 153); line-height: 14px; font-size: 14px;
}
.content-wrapper .flash-left-wrapper .flash-left-item .flash-item-content {
	 color: rgb(102, 102, 102); line-height: 24px; overflow: hidden; font-size: 16px; -ms-text-overflow: ellipsis; -webkit-box-orient: vertical; -webkit-line-clamp: 2;
}
.content-wrapper .flash-left-wrapper .flash-left-item .flash-item-content p {
	margin: 0px;
}
.content-wrapper .flash-left-wrapper .flash-left-item .flash-item-detail {
	background: rgb(255, 255, 255); border-radius: 16px; border: 1px solid rgb(53, 128, 249); border-image: none; width: 86px; height: 32px; text-align: center; color: rgb(53, 128, 249); line-height: 32px; margin-top: 10px; cursor: pointer;
}
@media all and (max-width:767px)
{
.content-wrapper .flash-left-wrapper .flash-left-item {
	padding: 20px 15px 25px; margin-bottom: 15px;
}
.content-wrapper .flash-left-wrapper .flash-left-item:hover {
	box-shadow: none;
}
.content-wrapper .flash-left-wrapper .flash-left-item .flash-item-title {
	height: 36px; line-height: 18px; font-size: 16px;
}
.content-wrapper .flash-left-wrapper .flash-left-item .flash-item-date {
	margin: 15px 0px 20px; height: 12px; line-height: 12px; font-size: 12px;
}
.content-wrapper .flash-left-wrapper .flash-left-item .flash-item-content {
	 line-height: 20px; overflow: hidden; font-size: 14px; -ms-text-overflow: ellipsis; -webkit-box-orient: vertical; -webkit-line-clamp: 5;
}
.content-wrapper .flash-left-wrapper .flash-left-item .flash-item-detail {
	width: 102px; height: 32px; margin-top: 2px; box-shadow: 0px 2px 4px 0px #f8f8f8;
}
}
