html,
body {
    font-size: 62.5%;
    height: 100%;
}

body {
    background: url(https://wx3.sinaimg.cn/large/006U7bU2gy1fk8elumpm4j31400lq76u.jpg);
    font-family: 'Microsoft Yahei', sans-serif;
   	background-repeat:repeat;
background-size:50%
}

*,
*:before,
*:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body a {
    color: #0EBAA6;
    font-size: inherit;
}

a:visited {
    color: #227B71;
}

.m0 {
    margin: 0;
}

section.row,
header.row,
footer.row {
    margin: 0;
    position: relative;
}

a,
.btn,
button {
    text-decoration: none;
    outline: none;
    font-size: 13px;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

a:hover,
a:focus,
.btn:hover,
.btn:focus,
button:hover,
button:focus {
    text-decoration: none;
    outline: none;
}

::-webkit-scrollbar {
    height: 8px;
    width: 8px;
}

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1), inset 0 -1px 0 rgba(0, 0, 0, .07);
    background-clip: padding-box;
    background-color: rgba(195, 36, 76, 0.72);
    min-height: 40px;
    padding-top: 100px;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover,
 ::-webkit-scrollbar-thumb:active {
    background-color: #B3B3B3;
}

.KraitWall {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25rem;
    margin-left: -15rem;
    width: 30rem;
    height: 50rem;
    box-shadow: 0 1rem 5rem rgba(0, 0, 0, 0.3);
}

.static {
    height: 100%;
    font-size: 1.8rem;
    background: #6D7ADA;
}

.static:before,
.static:after {
    content: "";
    position: absolute;
    left: 7rem;
    width: 2rem;
    height: 2rem;
    margin-left: -1rem;
    margin-top: -1rem;
    border: 2px solid #fff;
    border-left: none;
    border-bottom: none;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: arrows 1.5s infinite;
    animation: arrows 1.5s infinite;
}

.static:before {
    top: 15rem;
}

.static:after {
    top: 35rem;
}

.static__text {
    width: 9rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -5rem;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    color: #fff;
    -webkit-perspective: 1px;
    perspective: 1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.static__text span {
    font-size: small;
}

.walls-content {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 20rem;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 100ms, z-index 0s 0s;
    transition: opacity 100ms, z-index 0s 0s;
    background-color: #E9EAF3;
}

.walls-content.active {
    z-index: 2;
    opacity: 1;
}

.walls-forwall {
    overflow: scroll;
    height: 100%;
}

.wall__tag {
    padding: 3px 7px;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
    background-color: rgb(60, 220, 130);
}

.wall__tag a{
    color: white;
}

.wall__tag:hover{
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    opacity: 0.8;
}

.static {
    background: #C3244C;
}

.contact {
    position: relative;
    width: 100%;
    height: 5rem;
    padding-left: 1.7rem;
    padding-right: 1.7rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    overflow: hidden;
}

.contact__name {
    font-size: 1.4rem;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.contact__status {
    position: absolute;
    top: 2.34rem;
    right: 1rem;
    width: 8px;
    height: 8px;
    border: 2px solid #00B570;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.contact__status.online {
    opacity: 1;
}

svg {
    overflow: visible;
}

.walls {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.s-path {
    cursor: -webkit-grab;
    cursor: grab;
}

.cloned {
    position: absolute;
    z-index: 10;
    -webkit-transition: top 0.3s, left 0.3s;
    transition: top 0.3s, left 0.3s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.cloned.removed {
    -webkit-transition: opacity 0.2s 0;
    transition: opacity 0.2s 0;
    opacity: 0;
}

.forwall {
    display: none;
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 2.5rem 0 5.5rem 2.5rem;
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
    opacity: 0;
}

.forwall.active {
    opacity: 1;
}

.forwall.active:before {
    width: 100%;
}

.forwall:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.5rem;
    background: #1CC6AE;
    width: 0;
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
}

.forwall__back {
    position: relative;
    display: inline-block;
    width: 2rem;
    height: 2rem;
    margin-top: 0.5rem;
    margin-left: -0.6rem;
    cursor: pointer;
}

.forwall__back:hover:before {
    -webkit-transform: translateX(-0.3rem) rotate(-45deg);
    -ms-transform: translateX(-0.3rem) rotate(-45deg);
    transform: translateX(-0.3rem) rotate(-45deg);
}

.forwall__back:before {
    content: "";
    position: absolute;
    display: block;
    top: 0.4rem;
    left: 0.6rem;
    width: 1.2rem;
    height: 1.2rem;
    border: 2px solid #545675;
    border-right: none;
    border-bottom: none;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.forwall__status {
    position: absolute;
    top: 2rem;
    right: 6.5rem;
    font-size: 1.2rem;
    text-transform: uppercase;
    color: #B1A9A9;
}

.forwall__person {
    display: inline-block;
    position: absolute;
    top: 3.1rem;
    right: 6.5rem;
    font-size: 1.7rem;
    color: #36343D;
}

.forwall__online {
    position: absolute;
    top: 50%;
    left: -1.5rem;
    margin-top: -2px;
    width: 8px;
    height: 8px;
    border: 2px solid #00B570;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.forwall__online.active {
    opacity: 1;
}

.forwall__messages {
    position: absolute;
    top: 7.5rem;
    left: 2.5rem;
    width: 27.5rem;
    height: 37rem;
    padding-right: 2.5rem;
    overflow-y: auto;
}

.forwall__msgRow {
    margin-bottom: 0.5rem;
}

.forwall__msgRow:after {
    content: "";
    display: table;
    clear: both;
}

.forwall__message {
    display: inline-block;
    max-width: 60%;
    padding: 1rem;
    font-size: 1.4rem;
}

.forwall__message.mine {
    color: #2B2342;
    border: 1px solid #DFDFDF;
}

.forwall__message.notMine {
    float: right;
    color: #23244E;
    background: #E9EAF3;
}

.ripple {
    position: absolute;
    width: 10rem;
    height: 10rem;
    margin-left: -5rem;
    margin-top: -5rem;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-animation: animRipple 0.3s;
    animation: animRipple 0.3s;
    border-radius: 50%;
}

.forwall__msgRow img {
    width: 100%;
}

.contact__photo {
    border-radius: 50%;
    margin-right: .5rem;
    width: 30px;
    height: 30px;
}

.forwall__message {
    max-width: 100%;
}

.forwall__message.mine.haveimg {
    padding: 0;
    border: none;
}

.operation {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5rem;
    padding-left: 1.5rem;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@-webkit-keyframes animRipple {
    to {
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
        opacity: 0;
    }
}

@keyframes animRipple {
    to {
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
        opacity: 0;
    }
}

@-webkit-keyframes arrows {
    to {
        -webkit-transform: translateX(100%) rotate(45deg);
        transform: translateX(100%) rotate(45deg);
        opacity: 0;
    }
}

@keyframes arrows {
    to {
        -webkit-transform: translateX(100%) rotate(45deg);
        transform: translateX(100%) rotate(45deg);
        opacity: 0;
    }
}

.notification {
    max-width: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    position: fixed;
    z-index: 99;
    pointer-events: none;
    padding: 0;
    margin: 1em;
    opacity: 0;
    transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
}


.notification[class*='col-'] {
    min-width: 400px;
}

.notification .notification-close-cross {
    position: absolute;
    top: 1em;
    z-index: 99;
    right: 1em;
    cursor: pointer;
    transition: 0.1s linear;
    -webkit-transition: 0.1s linear;
    -moz-transition: 0.1s linear;
    opacity: .7;
}

.notification .notification-close-cross {
    width: 35px;
    height: 35px;
    background: #232323;
    color: white;
    text-align: center;
    border-radius: 50%;
}

.notification .notification-close-cross:before {
    content: '\2715';
    font-size: 25px;
}

.notification .notification-close-cross:hover {
    opacity: 1;
}

.notification.notification--reveal {
    z-index: 99;
    pointer-events: initial;
}

.notification.notification--reveal[data-animation="from-bottom"] {
    animation: from-bottom 0.3s linear 0s forwards;
    -webkit-animation: from-bottom 0.3s linear 0s forwards;
    -moz-animation: from-bottom 0.3s linear 0s forwards;
}

.notification.notification--reveal[data-animation="from-top"] {
    animation: from-top 0.3s linear 0s forwards;
    -webkit-animation: from-top 0.3s linear 0s forwards;
    -moz-animation: from-top 0.3s linear 0s forwards;
}

.notification.notification--reveal[data-animation="from-left"] {
    animation: from-left 0.3s linear 0s forwards;
    -webkit-animation: from-left 0.3s linear 0s forwards;
    -moz-animation: from-left 0.3s linear 0s forwards;
}

.notification.notification--reveal[data-animation="from-right"] {
    animation: from-right 0.3s linear 0s forwards;
    -webkit-animation: from-right 0.3s linear 0s forwards;
    -moz-animation: from-right 0.3s linear 0s forwards;
}

.notification.notification--dismissed {
    animation: fade-out 0.4s linear 0s forwards !important;
    -webkit-animation: fade-out 0.4s linear 0s forwards !important;
    -moz-animation: fade-out 0.4s linear 0s forwards !important;
    pointer-events: none;
}

@media all and (max-width: 767px) {
    .notification[class*='col-'] {
        min-width: 0;
    }
}

@keyframes from-bottom {
    from {
        transform: translate3d(0, 100%, 0);
        -webkit-transform: translate3d(0, 100%, 0);
        opacity: 0;
    }
    to {
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-moz-keyframes from-bottom {
    from {
        transform: translate3d(0, 100%, 0);
        -webkit-transform: translate3d(0, 100%, 0);
        opacity: 0;
    }
    to {
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes from-bottom {
    from {
        transform: translate3d(0, 100%, 0);
        -webkit-transform: translate3d(0, 100%, 0);
        opacity: 0;
    }
    to {
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes from-top {
    from {
        transform: translate3d(0, -100%, 0);
        -webkit-transform: translate3d(0, -100%, 0);
        opacity: 0;
    }
    to {
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-moz-keyframes from-top {
    from {
        transform: translate3d(0, -100%, 0);
        -webkit-transform: translate3d(0, -100%, 0);
        opacity: 0;
    }
    to {
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes from-top {
    from {
        transform: translate3d(0, -100%, 0);
        -webkit-transform: translate3d(0, -100%, 0);
        opacity: 0;
    }
    to {
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes from-left {
    from {
        transform: translate3d(-100%, 0, 0);
        -webkit-transform: translate3d(-100%, 0, 0);
        opacity: 0;
    }
    to {
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-moz-keyframes from-left {
    from {
        transform: translate3d(-100%, 0, 0);
        -webkit-transform: translate3d(-100%, 0, 0);
        opacity: 0;
    }
    to {
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes from-left {
    from {
        transform: translate3d(-100%, 0, 0);
        -webkit-transform: translate3d(-100%, 0, 0);
        opacity: 0;
    }
    to {
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes from-right {
    from {
        transform: translate3d(100%, 0, 0);
        -webkit-transform: translate3d(100%, 0, 0);
        opacity: 1;
    }
    to {
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-moz-keyframes from-right {
    from {
        transform: translate3d(100%, 0, 0);
        -webkit-transform: translate3d(100%, 0, 0);
        opacity: 0;
    }
    to {
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes from-right {
    from {
        transform: translate3d(100%, 0, 0);
        -webkit-transform: translate3d(100%, 0, 0);
        opacity: 0;
    }
    to {
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes fade-out {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes fade-out {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes fade-out {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


.card__title {
    padding: 7px;
}

.card__title h5 {
    color: white
}


.cart-overview {
    background-color: #323542 !important;
    overflow-y: auto;
    width: 400px;
    height: 100vh;
    position: fixed;
    background: #fff;
    margin: 0;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
    padding: 1.625em;
}

.cart-overview .cart-overview__title {
    margin-bottom: 3.25em;
    border-bottom: 1px solid #f1f1f1;
}

.cart-overview__title h5 {
    font-size: 20px;
    color: white;
    line-height: 3em;
}

.pos-right {
    right: 0;
}

indexsmedia="all" .pos-top {
    top: 0;
}

.form-group {
    margin-bottom: 15px;
}



.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;

    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0px;
    color: #858282;
    background-color: #474a55;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.cart-overview textarea {
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0px;
    font-size: 15px;
    color: #858282;
    background-color: #474a55;
    padding: 10px;
    width: 100%;
}