/*banner*/
.bannerbg{ width:100%;background:url(http://www.link66.cn/img/bannerbg.jpg) no-repeat top center; height:450px;}
.searchbox{ width:100%; margin:0 auto; position:relative;}
.searchtext {
  width: 90%;
  height: 40px;
  background: rgba(255,255,255,1);
  border-radius: 3px;
  font-size: 14px;
  padding-left: 10px;
  margin-top:2em;
	margin-left:10px;
}

.searchbtn {
  width: 136px;
  height: 40px;
  background: rgba(255,170,3,1);
  box-shadow: 0px 0px 4px 3px rgba(255,170,3,0.2);
  border-radius: 3px;
  font-size: 16px;
  color: rgba(255,255,255,1);
  line-height: 34px;
  margin-left: 10px;
  margin-top:1.5em;
	border:none;
}
.searchbox .xx-list {
  margin-top: 25px;
	padding:0 13px;
}
.searchbox .xx-list li {
  color: #ffffff;
  font-size: 14px;
  margin-right: 0.5em;
	float:left;
}
.searchbox .xx-list li .radio-input {
  margin-right: 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  vertical-align: -5%;
  background-color: #ffffff;
  cursor: pointer;

}

input[type="radio"] {
  font-size: 100%;
  background: 0 0;
  appearance: none;
  -webkit-appearance: none;
}
.searchbox .xx-list span {
  margin: 0;
  font-size: 14px;
}
.searchbox .xx-list .radio-input:checked::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border: 4px solid #fff;
  background: #276EF7;
  border-radius: 50%;
  #top: -1px;
  #left: -1px;
	box-sizing:content-box;
}
.dateName {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #FFFFFF;
  margin: 0 5px 0 0;
}
.date{ padding:0 13px; margin-top:15px;}
.date_select {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 20px;
  color: #777777;
  outline: none;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  padding-left: 5px;
  cursor: pointer;
  font-size: 12px;
}
.search-pop {
	width:100%;
	margin:0 0px;
  background: rgba(255,255,255,1);
  border-radius: 4px;
  border: 1px solid rgba(235,235,235,1);
  margin-top: 18px;
  padding: 10px  10px 20px 10px;
  position:relative;
	top:-180px;
	left:0;
}
.pop-img{
	padding:0 0 0 10px;
}
.pop-img img{ width:120px; height:120px;}
.create-code{
  padding-top:10px;
	padding-bottom:15px;
	color:#333;
	font-size:14px;
}
.create-code span{
	font-size: 14px;
  color: #276EF7;
  line-height: 20px;}
.create-code .copy-btn{
  color:#fff;
	font-size:16px;
  background-color: #007bff;
  border-color: #007bff; border-radius:5px; padding:0 20px; cursor:pointer;}
.ts {
	font-size:14px;
	letter-spacing:1px;
  color: #666666;
}
.msg{
  width:200px;
  position:absolute;
  top:20px;
  left:31%;
  box-shadow: -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3); text-align:center;
}
   
.b-font{ margin-left:12px; margin-top:20px;}
.b-font li{
  color:#a0dbf7;
  font-size:16px;
	line-height:35px;
	background:url(http://www.link66.cn/img/icon-right.png)   no-repeat left center;
	padding-left:34px;
	letter-spacing:2px;
}
.d-flex {
  display: -ms-flexbox!important;
  display: flex!important
}
.justify-content-between {
  -ms-flex-pack: justify!important;
  justify-content: space-between!important
}