html,
body,
a,
address,
b,
big,
blockquote,
body,
center,
cite,
code,
dd,
del,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
label,
legend,
li,
ol,
p,
pre,
small,
span,
strong,
u,
ul,
var {
	margin: 0;
	padding: 0;
}

input:focus,
select:focus {
	outline: 0;
}

textarea {
	padding: 0 10px;
	outline: none;
	resize: none;
}

.hide {
	display: none
}

.fl {
	float: left
}

.fr {
	float: right
}

em,
b,
strong,
i,
label {
	font-style: normal;
	font-weight: 50;
}

ul,
li,
ol {
	list-style: none;
}

a,
a:link {
	text-decoration: none;
}

a:active,
a:hover {
	text-decoration: none;
	color: #333;
}

a:focus {
	outline: none;
}

html {
	height: 100%;
}

html,
body {
	font-family: 'Microsoft YaHei';
	font-size: 14px !important;
	background-color: #ffffff;
}


/*超出出现省略号*/

.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


/*通用清除浮动*/

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
	/*IE/7/6*/
}


/*通用清除浮动*/

img {
	border: none;
}

.marTop30 {
	margin-top: 30px;
}

.padTop30 {
	padding-top: 30px;
}


/*首页*/

body,
html {
	height: 100%;
}


/*.container {
	box-sizing: border-box;
	background-color: #F7F7F7;
	min-height: 100%;
	padding-bottom: 280px;
	margin-bottom: -280px;
}*/

::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #8c8c8c;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #8c8c8c;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #8c8c8c;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #8c8c8c;
}

.main {
	padding-top: 44px;
}

.mui-bar .mui-title {
	font-size: 16px;
}

.mui-bar .com_left {
	width: 44px;
	height: 44px;
	background: url(../img/xy_left.svg)no-repeat center !important;
	background-size: 42% !important;
	margin-left: -10px;
}

.mui-bar .com_more {
	width: 44px;
	height: 44px;
	background: url(../img/xy_more_home.svg)no-repeat center !important;
	background-size: 42% !important;
	margin-right: -10px;
}

.mui-bar .add_more {
	width: 50px;
	height: 44px;
	background: url(../img/mxx-icon41.png)no-repeat center !important;
	background-size: 45% !important;
	margin-right: -10px;
}

.com_search {
	padding: 10px 10px;
	height: 52px;
	line-height: 52px;
	background-color: #ffffff;
}

.com_searchbox {
	width: 100%;
	height: 32px;
	background-color: #f2f2f2;
	border-radius: 20px;
	position: relative;
}

.com_searchbox_index {
        width: 60%;
        height: 32px;
        background-color: #f2f2f2;
        border-radius: 3px;
        position: relative;
}


.com_sech_icon {
	float: left;
	display: inline-block;
	height: 32px;
	width: 32px;
	background: url(../img/xy_search.svg)no-repeat center;
	background-size: 46%;
}

.com_searchbox input[type="text"] {
	float: left;
	height: 32px;
	width: auto;
	padding: 0;
	margin: 0;
	right: 32px;
	left: 32px;
	position: absolute;
	display: inline-block;
	overflow: hidden;
	margin: 0;
	text-overflow: ellipsis;
	border: none;
	background-color: transparent;
	font-size: 13px;
}

.com_sibik_icon {
	float: right;
	display: inline-block;
	height: 32px;
	width: 32px;
	background: url(../img/xy_sibk.png)no-repeat center;
	background-size: 45%;
}

.com_menu_float {
	width: 90px;
	min-height: 100px;
	border-radius: 5px;
	position: absolute;
	top: 35px;
	right: 5px;
	padding-top: 10px;
}

.com_menu_float:before {
	content: " ";
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid rgba(0, 0, 0, .8);
	position: absolute;
	top: 5px;
	right: 12px;
}

.com_menu_float ul {
	background-color: rgba(0, 0, 0, .8);
	padding: 10px 0px;
	border-radius: 5px;
}

.com_menu_float ul li {
	color: #ffffff;
	line-height: 35px;
}

.com_menu_float ul li a {
	display: block;
	padding-left: 5px;
	color: #ffffff;
}

.com_menu_float ul li a i {
	float: left;
	display: inline-block;
	height: 35px;
	width: 35px;
}


/*检索框下拉菜单*/

.com_download {
	display: inline-block;
	width: 65px;
	height: 32px;
	box-sizing: border-box;
	padding-right: 15px;
	background: #f2f2f2 url(../img/selecticon.png)no-repeat 52px center;
	background-size: 15%;
	line-height: 32px;
	text-align: center;
	float: left;
	color: #222222;
	font-size: 14px;
	border-radius: 15px 0px 0px 15px;
}

.com_seach_down input[type="text"] {
	left: 70px;
}

.com_seach_down {
	position: relative;
}

.com_down_box {
	position: absolute;
	left: 0px;
	top: 25px;
	padding-top: 10px;
	width: 65px;
	z-index: 100;
}

.com_down_box:before {
	content: " ";
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid rgba(0, 0, 0, .7);
	position: absolute;
	top: 5px;
	left: 12px;
}

.com_down_box ul {
	background-color: rgba(0, 0, 0, .7);
	padding: 10px 0px;
	border-radius: 5px;
}

.com_down_box ul li {
	height: 30px;
	line-height: 30px;
	color: #ffffff;
	font-size: 14px;
	padding-left: 22px;
}

.com_down_box ul li.active {
	background: url(../img/selectactive.png)no-repeat 10px center;
	background-size: 7%;
}

.com_big_search .com_download {
	width: 90px;
	background: #f2f2f2 url(../img/selecticon.png)no-repeat 77px center;
	background-size: 10%;
}

.com_big_search input[type="text"] {
	left: 90px;
}

.com_big_search .com_down_box {
	width: 90px;
}

.com_big_search {
	position: relative;
}


/*.com_big_search .com_searchbox {
	float: left;
	width: 100%;
}*/

.com_big_search .big_close {
	position: absolute;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	font-weight: normal;
	color: #464646;
	margin-left: 2%;
}

.com_search .mui-input-row:last-child {
	background-color: #f2f2f2;
}

.xy_body_sealist .mui-indexed-list-bar {
	background-color: transparent;
}

.xy_body_sealist .mui-indexed-list-bar.active a.active {
	font-weight: bold;
	color: #009999;
}


.com_menu_float ul li {
    overflow: hidden;
}
.com_searchbox input[type="text"] {
	width: calc(100% - 60px);
}


/*20210318新增*/
/*a标签手势样式*/
.a_cursor_pointer{
	cursor: pointer;
}

/*菜单导航*/
.com_menu_float {
	width: auto;
	min-height: 100px;
	border-radius: 5px;
	position: absolute;
	top: 35px;
	right: 5px;
	padding-top: 10px;
}

.com_menu_float:before {
	content: " ";
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid rgba(0, 0, 0, .8);
	position: absolute;
	top: 5px;
	right: 12px;
}

.com_menu_float ul {
	background-color: #4d4d4d;
	padding: 10px 15px;
	border-radius: 5px;
}

.com_menu_float ul li a img {
	display: inline-block;
	vertical-align: middle;
	height: 16px;
	width: 16px;
	margin-right: 5px;
}

#searchData  .bz{
	width:16px;
}

#offCanvasContentScroll .bz{
	width:16px;
}

::-webkit-scrollbar {
	display: none;
	width: 0px;
}

/* 滚动槽 */
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.3);
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(0, 0, 0, 0.4);
}
