html body {
    font-size: 16px;
    font-family: 微软雅黑;
    /* color: #fff */
}

i {
    color: #fff;
    font-size: 12px
}

a {
    text-decoration: none;
    color: #fff
}

* {
    margin: 0;
    padding: 0
}

ul {
    list-style: none
}

.fl {
    float: left
}

.fr {
    float: right
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    *zoom: 1
}

.middle {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.s-side {
    min-width: 200px;
    position: fixed;
    top: 0;
    right: 0;
    width: 15%;
    bottom: 0;
    /* background-color: #292929; */
    background: #F8F8F8;
    /* box-shadow: 0 0 10px #ffffff; */
    padding: 15px 20px;
    z-index: 10000;
    transition: all 0.6s;
}

.s-side .s-firstItem i {
    font-size: 20px
}

.s-side .s-firstItem span {
    display: inline-block;
    margin-left: 10px;
    font-size: 20px;
    text-shadow: 0 0 5px #eee;
    white-space: 10px
}

.s-side a {
    color: #333333;
}

ol,
ul {
    padding-left: 0 !important;
}

.s-side .first {
    padding: 10px 0;
    border-bottom: 1px solid #cccccc
}

.s-side .d-firstNav span {
    display: inline-block;
    margin-left: 10px
}

.s-side .d-firstNav i.fr {
    font-size: 25px
}

.s-side .s-secondNav,
.s-side .s-secondItem {
    margin-left: 50px;
    margin-top: 10px;
}

.s-secondItem a {
    color: #333333;
}

.s-secondNav:hover,
.d-firstNav:hover {
    /* background-color: #ffffff; */
    cursor: pointer
}

.s-side .d-secondDrop {
    /* margin-left: 100px; */
    margin-top: 10px
}

.iconRotate {
    transform: rotate(90deg);
    transition: transform .5s
}

.s-firstDrop,
.s-secondDrop {
    display: none
}

.s-thirdItem a {
    /* color: #ffffff; */
}

.d-firstNav {
    height: 30px;
}

.s-secondNav {
    height: 30px;
}

.s-thirdItem {
    height: 30px;
}

.s-firstItem img {
    width: 200px;
}

.d-firstNav ul li {
    padding-left: 1em !important;
}

.fa {
    color: #333333;
}