*{
  /* margin: 0; */
  /* padding: 0; */
  /* box-sizing: "Montserrat"; */
}

.aa{
	width: auto 100%;
	height: 75px;
	border: 1px solid;
	margin: 10px;
	border-radius: 20px;
	background-color: #F1B8B5;
}

.aa1{
	width: 30%;
	height: 45px;
	/* border: 1px solid; */
	margin: 5px;
	line-height:45px;
	text-align: center;
	/* border-radius: 20px; */
	float: left;
	/* background: url(./img/logo.png);
	background-size: 100% 100px; */
	
}
.aa2{
	width: 55%;
	height: 45px;
	border: 1px solid;
	margin-top: 10px;
	margin-right: 10px;
	border-radius: 10px;
	float: right;
	text-align: center;
	line-height:45px;
	font-size: 20px;
	color: #EF0202;
}
body{
  background-color: #F8DCDA; 
  flex: 1;
  min-width: 250px;
  
  /* height: 1200px; */
  /* display: flex; */
 
  /* align-items: center; */
  /* justify-content: center; */
}
.select-menu{
  width: 130px;
  cursor: pointer;
  position: relative;
  margin: 5px;
}
.select{
  width: 80%;
  background-color:  #201e1e;
  padding: 2px;
  color: #fff;
  font-weight: 300;
  border-radius: 10px;
  display: flex;
  align-items: center; 
  justify-content: space-between;
}
.options-list{
  position: absolute;
  width: 60%;
  background-color: aliceblue;
  border-radius: 6px;
  margin-top: 4px;
  padding: 0 20px;
  max-height: 400px;
  overflow-y: auto;
  transition: 0s linear 0s;
  height: 0;
}
.option{
  padding: 1px 1;
  font-weight: 500;
  font-size: 14px;
  transition: 0.3s ease-in-out; 
}
.option:hover,
.option.selected{
  color: antiquewhite; 
}
/*.option-list::-webkit-scrollbar{
  width: 4px; 
  background-color: gainsboro;
}
.option-list::-webkit-scrollbar-thumb{
  background-color:  #00a8ff；
}*/
.options-list.active{
  height: 400px;
  z-index: 9999;
}

.bb{
	width: auto 100%;
	height: 300px;
	border: 1px solid;
	margin: 10px;
	border-radius: 20px;
	text-align: center;
	
}
.bb1{
	width: 45%;
	height: 300px;
	border: 1px solid;
	margin-left: 7px;
	border-radius: 20px;
	float: left;
	background-color: seashell;
	
}
.bb2{
	width: 48%;
	height: 300px;
	border: 1px solid;
	margin-right: 7px;
	border-radius: 20px;
	float: right;
	background-color: seashell;
}
img{
	
	border-radius: 20px;
	width: 100% ;
	height: 250px;
	margin: 1px;
}
.aa101{
	width: auto 100%;
	height: 180px;
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid;
	border-radius: 10px;
}
.aaa1{
	width:  30%;
	height: 100px;
	float: left;
	border: 1px solid;
	line-height:30px;
	text-align: center;
	border-radius: 10px;
	margin: 1px;
	color: #f93b13;
}
.aaa2{
	width: auto 100%;
	height: 100px;
	line-height:30px;
	border: 1px solid;
	border-radius: 10px;
	margin: 2px;
}
.aaa3{
	width: 100%;
	height: 20px;
	text-align: center;
	color: #fa513c;
}