* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body, div, span, iframe, map, font, img, a img, samp, strong, hr, h1, h2, h3, h4, h5, h6, b, p, blockquote, a, address, code, dl, dt, dd, ol, ul, li, form, label, table, tr, td, th {
    padding: 0;
    margin: 0;
    border: 0;
    font-weight: normal;
    font-family: Arial,  "微软雅黑";
}

html, body {
    height: 100%;
}

body {
    background: #fff;
}

p{
  margin: 0 !important;
}

ul, li {
    list-style: none;
}

dl {}

input {
    background: none;
    outline: none;
    border: 0px;
    width: 100%;
    height: 100%;
}

.uhide {
    display: none !important;
}

.uhide-v {
    visibility: hidden !important;
}

.f_l {
    float: left;
}

.f_r {
    float: right;
}

.hdp-p-r{
    position: relative;
    left:0;
    top:0;
}

.width-100 {
    width: 100%;
}

.width-90 {
    width: 90%;
}

.width-80 {
    width: 80%;
}

.width-70 {
    width: 70%;
}

.width-60 {
    width: 60%;
}

.width-50 {
    width: 50%;
}

.width-40 {
    width: 40%;
}

.width-30 {
    width: 30%;
}

.width-20 {
    width: 20%;
}

.width-10 {
    width: 10%;
}

.height-100 {
    height: 100%;
}

.height-90 {
    height: 90%;
}

.height-80 {
    height: 80%;
}

.height-70 {
    height: 70%;
}

.height-60 {
    height: 60%;
}

.height-50 {
    height: 50%;
}

.height-40 {
    height: 40%;
}

.height-30 {
    height: 30%;
}

.height-20 {
    height: 20%;
}

.height-10 {
    height: 10%;
}

.hdp-input-t1 {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    font-size: 0.5em;
}

.hdp-tx-l {
    text-align: left;
}

.hdp-tx-r {
    text-align: right;
}

.hdp-tx-c {
    text-align: center;
}

.hdp-ut-s {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap !important;
    outline: 0 !important
}

.hdp-ut-m {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal !important;
    outline: 0 !important
}


.hdp-img1{
  width:100%;
  height:auto;
}
.hdp-img2{
  width:75%;
  height:auto;
}
.hdp-img3{
  width:50%;
  height:auto;
}
.hdp-img4{
  width:25%;
  height:auto;
}

.hdp-img-opacity1{
    opacity:0.5;
}

.hdp-line2{
  line-height: 2em;
}

.hdp-t-indent-true{
  text-indent: 2em;
}
.hdp-t-indent-false{
  text-indent: 0;
}
.hdp-t-align-c{
  text-align: center;
}
