﻿@charset "utf-8";
/* 全局样式 */
body,ul,li,p,dl,dt,dd{list-style: none; margin:0; padding:0; font-size:14px; color: #222;font-family: Verdana,"SimSun","Microsoft YaHei";}
body.history-color {background: #f6f6f6;}
* {-webkit-tap-highlight-color: rgba(0,0,0,0);}
div.content{background: none;}
div.viewport{min-width: 320px;max-width: 640px;margin: 0 auto; height: 100%; padding:0; overflow: auto;}
a.header_per_r{ display: block;float: right; margin-top: 11px; font-size: 16px; position:absolute; right: 10px; color: #666; z-index:999999;}
.bar .pull-left, .bar .pull-right {color: #999;}
/* 输入框样式 */
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {-webkit-appearance: none !important;margin: 0;}

/*-----按钮*/
div.find_start{margin: 10px auto;width:96%; }
.btn-primary-new {color: #fff;background-color: #FDA241; border: 0; padding:13px 6px; border-radius: 2px;}
.btn-primary-new:focus,.btn-primary-new:active{background: #e57a12;}

.oe{
	    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.content .modal.active{
	z-index: 10000;
}
.content .modal.active .bar{
	z-index: 10001;
}

header.bar { background: #358be3; border-bottom: 1px solid #358be3; }
header.bar .title { color: #fff; }
header.bar .pull-left, header.bar .pull-right { color: #fff; }

.foot-new { padding: 20px 0 10px 0; }
.foot_toolbar { display: flex; display: -webkit-flex; background: #fff; border-width: 1px 0; border-style: solid; border-color: #e6e8ea; padding: 10px 0; }
.foot_toolbar a { position: relative; flex: 1; -webkit-flex: 1; text-align: center; position: relative; top: 50%; }
.foot_toolbar a:before { content: ' '; width: 1px; height: 32px; position: absolute; left: 0; top: 50%; margin: -16px 0 0 0; background: #e5e5e5; }
.foot_toolbar a:first-child:before { width: 0; }
.foot_toolbar img { display: block; margin: 0 auto 5px; width: 16px; height: 16px; }
.foot_toolbar span { color: #858a97; font-size: 12px; line-height: 20px; display: block; }
.foot_txt { font-size: 12px; text-align: center; color: #a6abb5; line-height: 30px; }