@charset "utf-8";
* {margin: 0px; padding: 0px; font: 12px/1.5 "微软雅黑", "Microsoft Yahei", "Arial Unicode MS", "Hiragino Sans GB", Tahoma, Verdana, Simsun, Mingliu, Arial, Helvetica, sans-serif;}
* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
html, body{margin: 0px; padding: 0px; font:12px/1.5 "微软雅黑", "Microsoft Yahei", "Arial Unicode MS", "Hiragino Sans GB", Tahoma, Verdana, Simsun, Mingliu, Arial, Helvetica, sans-serif; color: #666; background-color:#f5f5f5;}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

div {margin:0px auto; color: #666;}

a, img {border: 0; text-decoration: none;}
a {color: #666;}
a.green{text-decoration:none; color:#12b5b0;}

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section {display: block;}
abbr[title],dfn[title] {border-bottom: 1px dotted;cursor:help;}
input[type="checked"],input[type="button"],input[type="submit"],input[type="reset"],input[type="text"],textarea,input[type="search"]{-webkit-appearance:none;}

ul,ol,li,dl{ list-style:none;}

.clear{zoom:1;}
.clear{clear:both;}
.clear:before,.clear:after{content:"";display:block;clear:both;overflow:hidden}

.clearfix:after{visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}
.clearfix{display: inline-block; }
.clearfix{display: block; zoom: 1; }

.my-align-right{text-align:right!important}
.my-align-left{text-align:left!important}
.my-align-center{text-align:center!important}
.my-left,.my-right{display:inline!important}
.my-left{float:left!important}
.my-right{float:right!important}
.my-hide{display:none!important}
.my-red{color:#e00}
.my-orange{color:#f60}
.my-blue{color:#00a2ca}
.my-green{color:#390}
.my-black{color:#000}
.my-dark{color:#333}
.my-gray{color:#666}
.my-pale{color:#999}
.my-light{color:#ccc}


/*头部*/
.fl{ float:left;}
.fr{ float:right;}

.wrapbox{ padding:0px; min-width:300px; max-width:640px; margin:0px auto; background-color:#fff;}

header{ height:100%; }
header .inner{ height:100%; }

.querybody { height:80px; background-color:#f5f5f5; margin:20px 15px; border-top:2px solid #eee; border-bottom:2px solid #eee;}
.querybody .form{ margin:20px 20px; width:90%; height:100%;}

.queryreqult {margin:20px 15px;text-align:left; font-size:14px;}

.query1 {height:100%; }
.querytxt {height: 100%; font-size:15px; color:#0d0d0d; padding:10px }
.query2 {height:100%; margin-bottom:42px; }

.querymode {padding-top:10px; background-color:#fff;}
.querymode ul li{width:50%; float:left; display:block; text-align:center;}
.querymode ul li img{width:98px; height:98px;}
.querymode ul li p{ display:block; margin:10px 20px; text-align:center; color:#bc0000; font-size:16px; }
.querymode ul li span{ display:block; margin:10px 15px; text-align:center; height:70px; text-align:left; }

/*底部*/
footer{width:100%; background:#000000; zoom:1;}
footer .inner{position:static;}
.foot-text{ width:100%; color:#fff; text-align:center;  padding:20px 10px;}
.foot-text a{color:#fff;}
.btnstyle{
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.inputstyle{
    display: table-cell;position: relative;z-index: 2; float: left;width: 100%;margin-bottom: 0;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}