/*：本代码只用作演示,不是源码。源码下载链接: http://www.bootstrapmb.com/item/2854(此说明不在下载的源码里，只用在演示页面里)*//*  MENU RIGHT */.menu-right {    position: fixed;    z-index: 995;    top: 0;    right: 0;    width: 19.23rem;    height: 100%;    background: #eef0f4;    -webkit-transform: translate3d(19.23rem, 0, 0);            transform: translate3d(19.23rem, 0, 0);    -webkit-transition: -webkit-transform .2s ease-in-out;    transition: -webkit-transform .2s ease-in-out;    -o-transition: transform .2s ease-in-out;    transition: transform .2s ease-in-out;    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;    overflow-y: auto;}.menu-right--example-option input {    display: none;}.menu-right__inner {    padding: 1.53rem;}.menu-right__header {    border-bottom: 1px solid #e4e9f0;    padding: 0.38rem 0;    font-weight: bold;    color: #74708d;    min-height: 3.46rem;}.menu-right__header span {    cursor: pointer;    position: relative;    top: 0.23rem;    color: #d2d9e5;    font-size: 1.23rem;}.menu-right__header span:hover {    color: #b8beca;}.menu-right__content {    padding: 1.53rem 0;}.menu-right__descr {    font-size: 0.92rem;    color: #74708d;    margin-bottom: 1.53rem;    line-height: 1.8;}.menu-right__label {    color: #74708d;    font-size: 0.92rem;    font-weight: bold;    text-transform: uppercase;    margin-bottom: 0.76rem;}.menu-right__setting {    margin-bottom: 1.15rem;}body.menu-right--visible .menu-right {    -webkit-transform: translate3d(0, 0, 0);            transform: translate3d(0, 0, 0);    -webkit-box-shadow: 0 0 200px -30px rgba(57, 55, 73, 0.4);            box-shadow: 0 0 200px -30px rgba(57, 55, 73, 0.4);}/*：本代码只用作演示,不是源码。源码下载链接: http://www.bootstrapmb.com/item/2854(此说明不在下载的源码里，只用在演示页面里)*/