@charset "utf-8";
/* CSS Document */
.font-ico {
    font-family: 'icomoon' !important;
    font-style: normal !important;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}@font-face {
    font-family: 'icomoon';
    src:url('fonts/icomoon.eot?-shtqwl');
    src:url('fonts/icomoon.eot?#iefix-shtqwl') format('embedded-opentype'),
        url('fonts/icomoon.ttf?-shtqwl') format('truetype'),
        url('fonts/icomoon.svg?-shtqwl#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
*{margin:0;padding:0;}
ul{list-style:none;}
a:link,a:visited{text-decoration:none;color:#6d6d6d;}
a:hover,a:active{color:#000000;}
.clear{clear:both;height:0;font-size:1px;line-height:0px;}
a img{
	border:none;
}
.img-responsive {
	width:100%;
	height:auto;
}
br{
	float: left !important;
	width: 100% !important;
	line-height: 0 !important;
	/*margin-top: 10px !important;*/
	height:0 !important;
}

html,body{
/*	font: 100% 微软雅黑 宋体 新宋体;*/	
	margin: 0; /* 最好将 body 元素的边距和填充设置为 0 以覆盖不同的浏览器默认值 */
	padding: 0;
	height: 100%; /*这里将高度设置为100%是这个布局实现自适应高度的关键，只有这里设置了高度，下面div的高度设置才起作用*/
	background:#ffffff;
	font-size:12px;
	font-family:宋体;
}
.mod-search, .mod-search-pop {
    background-color: #51D0FF;
}
.mod-search {
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    box-sizing: border-box;
    width: 100%;
    position: relative;
}
.mod-search input[type=text].front-input {
    -webkit-appearance: none;
    height: 29px;
    line-height: 29px;
    border-radius: 4px;
    color: #FFFFFF;
    text-align: center;
    width: 100%;
    background-color: rgba(0,0,0,0.13);
    border: none;
    outline: 0;
    box-shadow: none;
    padding: 0px;
    vertical-align: top;
    margin-top: 8px;
}
button, input, select, textarea {
    font-size: 100%;
    -webkit-border-radius: 0;
    border-radius: 0;}
	.mod-search .search-word-wrap {
    position: absolute;
    color: #FFFFFF;
    height: 45px;
    line-height: 45px;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    margin-bottom: 8px;
}
.mod-search .search-word-wrap .front-i-search {
    vertical-align: middle;
    color: #FFFFFF;
    line-height: 29px;
    height: 29px;
    font-size: 20px;
}
.ki-t {
    font-family: 'icomoon-thin';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.mod-search .search-word-wrap .search-word {
    font-size: 16px;
}

 a:link {outline:none;
-webkit-tap-highlight-color:rgba(0,0,0,0) ;}     /* 未访问的链接 */
	 a:visited {outline:none;
-webkit-tap-highlight-color:rgba(0,0,0,0) ;}  /* 已访问的链接 */
	a:hover {outline:none;
-webkit-tap-highlight-color:rgba(0,0,0,0) ;}    /* 当有鼠标悬停在链接上 */
	 a:active {outline:none;
-webkit-tap-highlight-color:rgba(0,0,0,0) ;}   /* 被选择的链接 */


.ui-loader-default{ display:none}
.ui-mobile-viewport{ border:none;}
.ui-page {padding: 0; margin: 0; outline: 0} 


.csssd{ width:100%; display:inline-block}