.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;
}

.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;
}

.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;
}


.home-modal-mask {
	position: absolute;
	inset: 0;
	z-index: 20;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	background: rgba(8, 14, 26, 0.72);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
  }
  
  .home-modal {
	width: min(100%, 340px);
	padding: 28px 24px 24px;
	border-radius: 24px;
	text-align: center;
	color: #fff;
	background: linear-gradient(180deg, rgba(37, 59, 108, 0.97) 0%, rgba(22, 33, 62, 0.98) 100%);
	border: 1px solid rgba(255, 255, 255, 0.22);
	box-shadow:
	  0 20px 44px rgba(0, 0, 0, 0.34),
	  inset 0 1px 0 rgba(255, 255, 255, 0.18);
  }
  
  .home-modal-icon {
	width: 52px;
	height: 52px;
	margin: 0 auto 14px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	font-weight: 700;
	color: #fff7d6;
	background: linear-gradient(180deg, #ff9fcf 0%, #ff6da8 100%);
	box-shadow:
	  0 10px 20px rgba(255, 109, 168, 0.3),
	  inset 0 1px 0 rgba(255, 255, 255, 0.35);
  }
  
  .home-modal h2 {
	margin-bottom: 10px;
	font-size: 22px;
	line-height: 1.3;
	color: #fff;
  }
  
  .home-modal p {
	font-size: 15px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.88);
  }
  
  .home-modal-btn,.home-modal-close-btn {
	min-width: 120px;
	height: 44px;
	margin-top: 20px;
	border: 0;
	border-radius: 999px;
	font-size: 15px;
	font-weight: 700;
	color: #2c1848;
	background: linear-gradient(180deg, #fff0aa 0%, #ffd86f 100%);
	box-shadow:
	  0 10px 22px rgba(255, 216, 111, 0.24),
	  inset 0 1px 0 rgba(255, 255, 255, 0.6);
  }

  .home-modal-close-btn {
	
	color: #434343;
    background: linear-gradient(180deg, #efefef 0%, #c7c7c7 100%);
    box-shadow: 0 10px 22px rgb(197 197 197 / 24%), inset 0 1px 0 rgba(255, 255, 255, 0.6);
  }

  .primary-btn, .ghost-btn{
	border: none;
  }
