@charset "utf-8";
html, body {
    padding: 0;
    margin: 0;
    background: #fff;
}

* {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, Verdana, 'Microsoft YaHei';
    border: 0;
    outline: medium;
    text-shadow: none;
    text-decoration: none;
}

body {
    color: #333;
    font-size: 14px;
    line-height: 1.5;
    position: relative;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

}

input {
    vertical-align: middle;
}

textarea {
    resize: none;
}


hr {
    border-width: 1px;
    border-style: inset;
}

ul {
    list-style: none;
}

p {
    margin: 0;
}

a, a:link, a:active, a:visited, a:hover {
    text-decoration: none;
}

img, i {
    display: block;
}

i, em {
    font-style: normal;
}
html{
    height: 100%;
}
html, body {
    width: 100%;
    min-height: 100%;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

.fl{
    float: left;
}
.fr{
    float: right;
}
.warpper{
    width:1400px;
    margin:0 auto;
}

.dH{
    overflow: hidden;
}
.inp_pla{
    color:#999 !important;
}
.rig-title-over{
    float: left;
    line-height: 60px;
    max-width: 400px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
div{
    box-sizing: border-box;
}
/*input placeholder 样式 */

/*
::-webkit-input-placeholder {
    color: #999999;
}

:-moz-placeholder {
    color: #999999;
}

::-moz-placeholder {
    color: #999999;
}

:-ms-input-placeholder {
    color: #999999;
}
*/
