/* 搜索框开始 */
#myweek {
	padding-left: 6px;
}

.input_get {
	float: left;
	width: 66%;
	position: relative;
}

input {
	height: 35px;
	line-height: 35px;
	border: none;
}

.input_get input {
	padding-left: 10px;
	width: 100%;
	margin: 0 auto;
}

.search-box {
	cursor: pointer;
}

.dropdown {
	z-index: 9999;
	height: 28px;
	line-height: 28px;
}

input {
	border: none;
}

input:focus {
	outline: none;
}

.header {
	position: relative;
}

.input-box {
	float: left;
	width: 58%;
	height: 35px;
}

.input-box input {
	background: #fff;
}

.input-group .form-control {
	position: relative;
	float: left;
	width: 10%;
	margin-bottom: 0;
}

.search-box input {
	width: 100%;
	background-color: transparent;
	border: none;
	color: #333;
}

.dropdown {
	color: #0367f2;
	font-weight: normal;
	font-family: no;
	font-size: 1rem;
	margin-left: 15px;
}

.search-box .dropdown .btn {
	padding: 0 12px;
}

.dropdown button img {
	width: 20%;
	vertical-align: top;
}

.dropdown-menu {
	top: 95%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 100px;
	position: absolute;
	background-color: rgba(8, 24, 65, .5);
}

.search-box .dropdown-menu>li>a {
	color: #fff;
}

.search-box .dropdown-menu>li>a:hover {
	color: #30CFFF;
	background: none;
}

.search-box .dropdown button {
	background: none;
	color: #32bdcb;
	border: none;
	border-radius: 0;
	height: 26px;
	line-height: 16px;
	outline: none;
	border: none;
}

.selectmenu {
	background: transparent
}

.this_select_style {
	display: inline-block;
	position: relative;
	height: 100%;

	border-radius: 4px;
	padding-left: 10px;
	background: url('../images/PC/xiala.png') right 12px center/12px no-repeat, #e4f2ff;
}

.ask-box .this_select_style::after {
	content: '';
	position: absolute;
	right: 0;
	top: 0%;
	height: 100%;
	width: 1px;
	background: #dcdfe6;
}

.zuobiao {
	height: 15px;
	vertical-align: sub;
}

.caret {
	position: absolute;
	right: 10px;
	top: 12px;
}

.this_select_style input {
	width: 125px;
	padding-left: 5px;
	height: 100%;

	box-sizing: border-box;
	padding-left: 2px;
	padding-right: 25px;
	z-index: 999;
	/* height: 30px; */
	/* line-height: 26px; */
	border-radius: 4px;

}

.link-drow a {
	padding: 8px 12px;
	height: 100%;
	color: #666;
	background: #f7f7f7;
	box-sizing: border-box;
	text-decoration: none;
	z-index: 999;
	height: 32px;
	line-height: 32px;
	border-radius: 4px;
}

.ask-box .this_select_style input {
	height: 35px;
	line-height: 35px;
	background-color: transparent;
}

.this_select_style ul {
	width: 618%;
	border-top: none;
	border-radius: 5px 5px;
	color: #666;
	padding: 0;
	position: absolute;
	top: 30px;
	left: -280%;
	background: url('../images/zhengwu/bjt.png') center/100% 100% no-repeat;
	z-index: 9999;
	display: none;
	box-sizing: border-box;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	padding: 10px 20px;
}

.this_select_style .show_ul {
	border-radius: 5px 5px 0 0;
	border-bottom: none;
	background: url('../images/PC/xiala2.png') right 12px center/12px no-repeat, #e4f2ff;
}

.this_select_style ul li {
	width: 100%;
	padding-left: 10px;
	line-height: 33px;
	cursor: pointer;
	box-sizing: border-box;
}

.this_select_style ul li:hover {
	color: #000;
	/* background-color: #30CFFF; */
}

#mask {
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	display: none;
}

textarea {
	height: 100%;
	width: 100%;
	border: none;
	border-radius: 5px;
	padding: 15px;
}

.ulcon {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #a9d5ff;
}

.btnsbox .btns {
	outline: none;
	border: none;
	border-radius: 3px;
	height: 30px;
	width: 66px;
}

.btnssblue {
	color: #fff;
	background: #035ee8;
	margin-right: 15px;
	font-weight: bold;
}

.btnsswhite {
	color: #035ee8;
	background: #d8ecff;
}

.choosestr {
	margin: 10px 0;
}

.btnsbox {
	margin-bottom: 10px;
}

.imgdz {
	width: 14px;
	margin-left: 5px;
	margin-right: 10px;
}

.dzstr {
	color: #035ee8;
	font-size: 1.2rem;
	font-weight: bold;
}

/* 搜索框结束 */