
.color-f9{
	color: #f9f9f9 !important;
}
.color-f{
	color: #fff !important;
}
.color-e{
	color: #eee !important;
}
.color-d{
	color: #ddd !important;
}
.color-c{
	color: #ccc !important;
}
.color-a{
	color: #aaa !important;
}
.color-9{
	color: #999 !important;
}
.color-8{
	color: #888 !important;
}
.color-7{
	color: #777 !important;
}
.color-6{
	color: #666 !important;
}
.color-5{
	color: #555 !important;
}
.color-4{
	color: #444 !important;
}
.color-3{
	color: #333 !important;
}
.color-2{
	color: #222 !important;
}
.color-0{
	color: #000 !important;
}
.color-red{
	color: #f00 !important;
}
.color-blue{
	color: #00f !important;
}
.hide{
    display: none !important;
}
.clearfix:after{
	content: ' ';
	display: block;
	clear: both;
	visibility:hidden;
	line-height: 0;
	height:0;
}

.al-l{text-align: left;}
.al-r{text-align: right;}
.al-c{text-align: center;}

.mg-t-0{
	margin-top: 0px;
}
.mg-t-10{
	margin-top: 10px;
}
.mg-t-5{
	margin-top: 5px;
}
.mg-l-10{
	margin-left: 10px;
}
.mg-t-15{
	margin-top: 15px;
}
.mg-t-20{
	margin-top: 20px;
}
.mg-l-15{
	margin-left: 15px;
}
.mg-l-20{
	margin-left: 20px;
}
.mg-l-5{
	margin-left: 5px;
}
.mg-l-2{
	margin-left: 2px;
}

.mg-b-0{
    margin-bottom: 0px;
}
.mg-b-5{
	margin-bottom: 5px;
}
.mg-b-10{
	margin-bottom: 10px;
}
.mg-b-20{
	margin-bottom: 20px;
}
.mg-b-15{
	margin-bottom: 15px;
}

.mg-r-10{
	margin-right: 10px;
}
.mg-r-5{
	margin-right: 5px;
}
.mg-r-15{
	margin-right: 15px;
}
.mg-r-20{
	margin-right: 20px;
}
.img-auto-in {
    animation: fade-in;/*閸斻劎鏁鹃崥宥囆�*/
    animation-duration: 1.0s;/*閸斻劎鏁鹃幐浣虹敾閺冨爼妫�*/
    -webkit-animation:fade-in 1.0s;/*闁藉牆顕畐ebkit閸愬懏鐗�*/
}

.url-text{
	color: #2196f3;
	text-decoration:underline;
}

.flex-r{
	display: flex;
	flex-flow: row;
	width: 100%;
	align-items: center;
}
.flex-c{
	display: flex;
	flex-flow: column;
	width: 100%;
}
.width-auto{
    width: auto;
}
.flex-start{
	align-items: flex-start;
}
.flex-a-center,.flex-y-center{
	align-items: center;
	align-content: center;
}
.flex-j-center,.flex-x-center{
	justify-content: center;
	justify-items: center;
}


.flex-full{
	flex: 1;
	overflow: hidden;
}

.col-blue{
	color: #2196f3;
}

/*color-ui*/
.bg-gradual-red {
	background-image: linear-gradient(45deg, #f43f3b, #ec008c);
	color: #ffffff;
}

.bg-gradual-orange {
	background-image: linear-gradient(45deg, #ff9700, #ed1c24);
	color: #ffffff;
}

.bg-gradual-green {
	background-image: linear-gradient(45deg, #39b54a, #8dc63f);
	color: #ffffff;
}

.bg-gradual-purple {
	background-image: linear-gradient(45deg, #9000ff, #5e00ff);
	color: #ffffff;
}

.bg-gradual-pink {
	background-image: linear-gradient(45deg, #ec008c, #6739b6);
	color: #ffffff;
}

.bg-gradual-blue {
	background-image: linear-gradient(45deg, #0081ff, #1cbbb4);
	color: #ffffff;
}
.bg-white{
    background: #ffffff;
}
.bg-f9{
    background: #f9f9f9;
}
.f-12{
	font-size:12px !important;
}

.f-14{
	font-size:14px !important;
}

.f-16{
	font-size:16px !important;
}

.f-18{
	font-size:18px !important;
}

.f-20{
	font-size:20px !important;
}


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

.f-30{
	font-size:30px !important;
}
.f-bold,.f-b{
	font-weight: bold;
}
.click{
    cursor: pointer;
}
.width-full{
    width: 100%;
}
.text-c{
	text-align: center;
}
.text-l{
	text-align: left;
}
.text-r{
	text-align: right;
}
.b-box{
    box-sizing: border-box;
}

.b-all {
  border: 1px solid #f9f9f9;
}
.b-r {
  border-right: 1px solid #f9f9f9;
}
.b-l {
  border-left: 1px solid #f9f9f9;
}
.border-l{
	border-left: 1px solid #f9f9f9;
}
.b-b {
  border-bottom: 1px solid #f9f9f9;
}

.b-t {
  border-top: 1px solid #f9f9f9;
}
.b-col-e{
    border-color: #eee;
}
/*自动隐藏文字*/

.text-row-1 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.text-row-2 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.text-row-3 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}