@charset "UTF-8";
/**
 * 
 * @authors liboyuan
 * @date    2016-11-02 15:24:56
 * @version $Id$
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, hr, p, blockquote, pre, a, abbr, acronym, del, cite, address, small, sub, sup, b, u, i, center, font, em, strong, dl, dt, dd, ul, ol, li, form, fieldset, legend, table, caption, thead, tbody, tfoot, tr, th, td,label,input {
    margin: 0;
    padding: 0;
    outline: none;
}
html {
    font-size: calc(100vw/3.75);

}
body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: 100%;
    font-family: 'Helvetica Neue','Microsoft YaHei', Helvetica, STHeiTi, sans-serif;
    color: #333;
    line-height:0.2rem;
}
ul, ol, li {
    list-style: none;
    -webkit-tap-highlight-color: transparent;
}
header, section, footer {
    display: block;
    margin: 0;
    padding: 0
}
a {
    text-decoration: none;
    display:block;
    color: #333;
}
img{
    vertical-align: top;
    border:0 none;
}
input[type="button"], input[type="submit"], input[type="reset"],input[type="text"],input[type="password"] {
    -webkit-appearance: none;
    border:0;
    font-family:'microsoft yahei';
}
textarea{
	resize:none;
}
:focus {
    outline: 0;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.block {
    display: block;
}
.none {
    display: none;
}
.clearfix:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    line-height: 0;
    content: "";
}
.clearfix {
    zoom: 1;
}

.green_btn{
    background: #19bf48;
    border-radius: 0.25rem;
    color: #fff;
    text-align: center;
}
.red_btn{
    background: #ff5454;
    border-radius: 0.25rem;
    color: #fff;
    text-align: center;
    box-shadow: 0 2px 5px rgba(255, 84, 84, 0.6);
}
.gre_btn {
    background: #19bf48;
    border-radius: 0.25rem;
    color: #fff;
    text-align: center;
    box-shadow: 0 2px 5px rgba(25, 191, 72, 0.6);
}
.blue_btn {
    background: #336fea;
    border-radius: 0.25rem;
    color: #fff;
    text-align: center;
    box-shadow: 0px 5px 8px 0px rgba(51, 111, 234, 0.176);
}

.disabled{
	background-color:#bbb;
	color:#fff;
	box-shadow: 0 2px 5px rgba(187, 187, 187, 0.6);
}
