@charset "utf-8";
.dm_search_main{ display: none; position: fixed; top:0; left:0; background:rgba(255,255,255,0.9); width:100%; height:100%;    z-index:10001; text-align:  center}
.dm_search_boxcontent {
	width:90%;
	border-radius: 5px;
	padding: 2px;
	background-color: #FEF8B2;
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
}

.dm_search_box {
	border-radius: 5px;
	font-size: 1rem;
	border: 1px dashed rgba(0, 0, 0, 0.3);
}

.dm_search_box .search_title_red {
	background-color:#ff6501;
	border-radius: 3px 3px 3px 0;
	color: #ffffff;
	text-align:center;
	font-size: 1.1rem;
	height:35px;
	line-height:35px;
}

.dm_search_box .right_one{
	float:right;
	font-size:1rem;
}
.dm_search_box .left_one{
	float:left;
	margin-left:10px;
	font-weight:200;
}


.dm_search_box .search_Detail {
	padding: 15px;
	text-align:left;
}

.dm_search_box .search_Detail select{
	text-align:left;
	border: 1px solid #cccccc;
	height:30px;
}
.dm_search_box .search_Detail input{
	text-align:center;
	border: 1px solid #cccccc;
	height:30px;
}

.dm_search_box .close {
	float: right;
	margin-top: 5px;
	margin-right: 5px;
}

.dm_search_box .wrapper{
  display: inline-flex;
  /*background: #fff;*/
  height: 30px;
  width:90%;
  align-items: center;
  border-radius: 5px;
  padding: 5px 5px;
  font-size:16px;
  margin-bottom:10px;
  /*box-shadow: 5px 5px 30px rgba(0,0,0,0.2);*/
}
.dm_search_box .wrapper .option{
  background: #fff;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 0 15px;
  border-radius: 5px;
  cursor: pointer;
  padding: 0 10px;
  border: 2px solid lightgrey;
  transition: all 0.3s ease;
}
.dm_search_box .wrapper .option .dot{
  height: 20px;
  width: 20px;
  background: #d9d9d9;
  border-radius: 50%;
  position: relative;
}
.dm_search_box .wrapper .option .dot::before{
  position: absolute;
  content: "";
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  background: #0069d9;
  border-radius: 50%;
  opacity: 0;
  transform: scale(1.5);
  transition: all 0.3s ease;
}

.dm_search_box .wrapper input[type="radio"]{
  display: none;
}




.dm_search_box .so_lei{
	padding-right:0px;
	padding-top: 2px;
	padding-bottom:30px;
}
.so_lei_menu span {
	float: left;
    width: 100px;
    height: 24px;
    line-height: 24px;
    color: #959595;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
	margin-left:30px;
}
.so_lei_menu span.myon {
	background:#54bcde;
	color:#fff;
	text-align:center;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}




#option-1:checked:checked ~ .option-1,
#option-2:checked:checked ~ .option-2{
  border-color: #0069d9;
  background: #0069d9;
}
#option-1:checked:checked ~ .option-1 .dot,
#option-2:checked:checked ~ .option-2 .dot{
  background: #fff;
}
#option-1:checked:checked ~ .option-1 .dot::before,
#option-2:checked:checked ~ .option-2 .dot::before{
  opacity: 1;
  transform: scale(1);
}
.wrapper .option span{
  color: #808080;
   padding-left:10px;
}
#option-1:checked:checked ~ .option-1 span,
#option-2:checked:checked ~ .option-2 span{
  color: #fff;
}

.search_Detail p{
	margin-top:15px;
	margin-bottom:15px;
}

.dm_search_box .search_pxbtn {
	background: #ff6501;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffa201),
		to(#ff6501) ); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(#ffa201, #ff6501);
	/* Chrome 10+, Saf5.1+ */
	background-image: -moz-linear-gradient(#ffa201, #ff6501); /* FF3.6 */
	background-image: -ms-linear-gradient(#ffa201, #ff6501); /* IE10 */
	background-image: -o-linear-gradient(#ffa201, #ff6501);
	/* Opera 11.10+ */
	background-image: linear-gradient(#ffa201, #ff6501);
	border: 1px solid #ff6501;
	border-bottom: 1px solid #d35605;
	color: #ffffff;
	font-weight: bold;
	text-shadow: 0 1px 0 #FFFFFF;
	border-radius: 0.6em 0.6em 0.6em 0.6em;
	display: block;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	text-shadow: 0 0 2px #BE4205;
	font-size: 1rem;
	height:35px;
	line-height:35px;
	padding-bottom:10px;
	padding-left:15px;
	padding-right:15px;
	letter-spacing:3px;
	margin-top:20px;
	margin-right:auto;
	margin-left:auto;
}
