body {
    background: #e9edf4;
    margin: 0;
    padding: 0;
    color: #fff; 
    word-wrap: break-word;
    word-break: break-all;
    font-size: 0.25rem;
    font-family: PingFangSC-Regular, 'Microsoft Yahei', sans-serif !important; 
}
input,textarea,select,option{
   font-family: PingFangSC-Regular, 'Microsoft Yahei', sans-serif  !important; 
}
html,body{
    height: 100%;
}
i,
em {
    font-style: normal;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
}

* {
    box-sizing: border-box;
}

table {
    border-collapse: collapse;
}

button {
    outline: none;
    cursor: pointer;
}

select {
    outline: none;
}

ul,
ol,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* bootstrap */
.text-nowrap {
    white-space: nowrap;
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-right,
.media>.pull-right {
    padding-left: 10px
}

.media-left,
.media>.pull-left {
    padding-right: 10px
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

/* bootstrap  end */
a{
    text-decoration: none;
}
a:hover,button:hover{
    opacity: 0.85;
}