
.img_banner{
	width: 100%;
	height: auto;
}
.col-xs-1-8,.col-sm-1-8,.col-md-1-8,.col-lg-1-8 {
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  margin-top:5px;
  position: relative;
}
 
.col-md-1-8 {
  width: 12.5%;
  float: left;
}
.mar_top_20{
	margin-top: 10px;
}
.but_t{
	width:100%;
	float: left;
	display: block;
	color: #fff;
	line-height: 230%;
	border-radius: 4px;
	text-align: center;
}
.but_t:hover{
	color:aliceblue;
	text-decoration-line: none;
}
.cor_1{
	background: #FF91E2;
}
.cor_2{
	background: #91E5FF;
}
.cor_3{
	background: #FFAA69;
}
.cor_4{
	background: #91C8FF;
}
.cor_5{
	background: #DA91FF;
}
.cor_6{
	background: #FF91A3;
}
.cor_7{
	background: #9591FF;
}
.cor_8{
	background: #73DDAF;
}
.cor_9{
	background: #86D889;
}
.cor_10{
	background: #FF7D32;
}
.cor_11{
	background: #72D0FF;
}
.cor_12{
	background: #FD8AC7;
}
.cor_13{
	background: #69DCFF;
}
.cor_14{
	background: #A9E55B;
}
.cor_15{
	background: #FF91A3;
}
.cor_16{
	background: #DA91FF;
}
.top{
	position: absolute;
	z-index: 2;
	width: 100%;
	background: #ffffff30;
	font-size: .6rem;
	color: #fff;
	
}
h6{
	margin:4px 0;
	text-align: center;
	line-height: 120%;
}
.bg_h{
	background: #F5F5F5;
	width: 100%;
	border-radius: 10px;
	padding: 6px 0 20px 0;
	text-align: center;
	overflow: hidden;
}

.bg_h img{
	width: 96%;
	
}
.bg_h h5{
	margin-left: 20px;
	text-align: left;
	font-weight: 500;
}
.but_tj{
	width:100%;
	line-height: 200%;
	background: #09ABFC;
	color: #fff;
	text-align: center;
	margin-top: 20px;
	border: 0;
	border-radius: 6px;
}
.ckad{
	color: #09ABFC;
	display: block;
	text-decoration-line:underline;
	padding: 20px 0;
}
.tck{
	visibility: hidden;
}
.tckxs{
	visibility:visible;
}
h4{
	background:#2E2E2E;
	color: #fff;
	padding: 10px;
	margin: 0;
}
#dv{
	box-shadow: 10px 10px 10px #888888;
}
#dv p,#dv h6,#dv h5{
	padding: 10px 20px 0 20px;
}
#dv h6{
	color: #FF0004;
	text-align: left;
}
#dv h5{
	font-weight: 600;
}
.gb_2{
	width:100%;
	text-align: center;
	margin: 10px auto;
}
.gb_2 .but{
	border-radius: 8px;
	background: #0079F6;
	color: #fff;
	padding: 4px 60px;
	border: none;
}
@media (min-width: 768px) {
  .col-sm-1-8 {
    width: 12.5%;
    float: left;
  }
	.but_t{
		width: 100%;
	}
}

	

@media (min-width: 992px) {
  .col-md-1-8 {
    width: 12.5%;
    float: left;
  }
	.but_t{
		width: 100%;
	}
}
 
@media (min-width: 1200px) {
  .col-lg-1-8 {
    width: 12.5%;
    float: left;
  }
	.but_t{
		width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.col-md-1-8{
		width:25%;
	}
	.but_t{
		font-size: 0.8rem;
	}
	.but_tj{
		font-size: 0.5rem;
		line-height: 300%;
	}
	.top{
		visibility: hidden;
	}
}