@font-face {
  font-family: 'simple-social';
  src:  url('../fonts/icomoon.eot?x8zfxt');
  src:  url('../fonts/icomoon.eot?x8zfxt#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?x8zfxt') format('truetype'),
    url('../fonts/icomoon.woff?x8zfxt') format('woff'),
    url('../fonts/icomoon.svg?x8zfxt#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.simple-social-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'simple-social' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ssi-commenting-o:before {
  content: "\e900";
}
.ssi-whatsapp:before {
  content: "\e901";
}
.ssi-envelope:before {
  content: "\f003";
}
.ssi-phone:before {
  content: "\f095";
}
.ssi-angle_up:before {
  content: "\f106";
}
.ssi-skype:before {
  content: "\f17e";
}

#onlineService {
    position: fixed;
    right: 0;
    bottom: 32%;
    z-index: 100998
}

.offside {
    padding: 0;
    width: 50px;
}

.offside li {
    width: 50px;
    height: 50px;
    list-style: none;
    position: relative;
    background: #b1b1b1;
    border-bottom: 1px solid #fff;
    text-align: center;
    transition: all .7s;
    -webkit-transition: all .7s
}

.offside .code {
    position: absolute;
    top: 0;
    right: 50px;
    display: none;
    margin: 0
}

.offside a,.offside div {
    color: #333;
    position: absolute;
    z-index: 11;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    cursor: pointer
}

.offside p {
    float: left;
    line-height: 40px;
    font-size: 16px;
    font-weight: 700;
    padding: 0 0 0 10px;
    color: #fff;
    opacity: 0;
    position: absolute
}

.offside .simple-social-icon {
    font-size: 28px;
    height: 100%;
    line-height: 50px;
    text-align: center;
    display: block;
    color: #fff
}

.offside li:not(.li_3) a,.offside .li_3 a,.offside .li_3 div {
    width: 50px
}

.offside .back_top {
    display: none
}

.offside li:nth-child(1) {
    background: #ff6800
}

.offside li:nth-child(2) {
    background: #408ed6
}

.offside li:nth-child(3) {
    background: #45882a
}

.offside li:nth-child(4) {
    background: #62ad44
}

.offside li:nth-child(5) {
    background: #2571b7
}

.offside li:nth-child(6) {
    background: #b1b1b1
}

.offside li:nth-child(7) {
    background: #b1b1b1
}

.offside .erweima {
    width: 150px;
    height: 150px;
    position: absolute;
    left: -150px;
    top: 0;
    display: none
}

.offside li:nth-child(8) {
    background: #509e2f;
    display: none
}

.offside li:nth-child(10) {
    background: #509e2f;
    height: 20px
}

.offside li:nth-child(10) .simple-social-icon {
    line-height: 20px
}

.offside li:hover a,.offside li:hover div,.offside li:hover .simple-social-icon {
    color: #fff
}

.offside li:hover p {
    opacity: 1
}

.offside li:not(.li_3):hover {
    background: #509e2f
}

.offside li:not(.li_erweima):hover .erweima {
    display: block
}

.offside .tel {
    width: 230px;
    transform: translateX(-180px);
    -webkit-transform: translateX(-180px)
}

.offside .back_none {
    height: 0;
    border: 0 !important
}

.offside .li {
    transform: translateX(100%);
    -webkit-transform: translateX(100%)
}

.offside .unfold {
    width: 30px;
    transform: translateX(20px);
    -webkit-transform: translateX(20px)
}