body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, tr, td, section, a, input, span {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {
    -webkit-text-size-adjust: none
}

html, body {
    -webkit-user-select: none;
    user-select: none;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch
}

body, input, textarea {
    font-family: "microsoft yahei", "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
    -webkit-font-smoothing: antialiased
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset, img {
    border: 0
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal
}

ol, ul {
    list-style: none
}

caption, th, td {
    text-align: center
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}

q:before, q:after {
    content: ''
}

input[type=button], button {
    -webkit-appearance: none;
    -webkit-user-select: none
}

a, img, input, select, li {
    -webkit-tap-highlight-color: transparent
}

a, img {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

a, input, img, select, textarea {
    outline: none
}

input::-webkit-clear-button, input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
    -webkit-appearance: none
}

input::-webkit-search-cancel-button {
    display: none
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    opacity: 0
}

::-webkit-scrollbar {
    display: none;
    width: 0
}

img {
    -webkit-touch-callou: none
}

* {
    -webkit-tap-highlight-color: transparent
}

.show {
    display: block !important
}

.hide, .none {
    display: none !important
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

*.clearfix {
    zoom: 1
}

.scroll::-webkit-scrollbar {
    width: 7px !important;
    border-radius: 7px;
    display: block !important
}

.scroll::-webkit-scrollbar-thumb {
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background-color: #ddd
}

.scroll::-webkit-scrollbar-thumb:vertical:hover {
    background-color: #eaeaea
}

.scroll::-webkit-scrollbar-thumb:vertical:active {
    background-color: #d0d0d0
}

.left-suspension {
    position: absolute;
    left: 0;
    top: 50%;
    width: 73px;
    background: #8f000b;
    -webkit-box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    border-radius: 10px 0 0 10px
}

.left-suspension .ls-title {
    padding: 12px 0 12px;
    background: #e72442;
    border-radius: 10px 0 0 0
}

.left-suspension .ls-title .icon {
    width: 38px;
    height: 32px;
    margin: 0 auto;
    background: url("../Images/leftSuspension2/icon-wc.png") center/100% 100% no-repeat
}

.left-suspension .icon {
    width: 25px;
    height: 25px;
    margin: 0 auto 8px;
    position: relative;
    z-index: 2;
    background: url("../Images/leftSuspension2/ls-iconGroup2.png") -44px 0/150px 60px no-repeat
}




/*提示语*/
.left-suspension #left-wc{
    position: relative;
}
.left-suspension #left-wc .wechat-float {
    position: absolute;
    left: 85px;
    top: 0px;
    background: rgba(0,0,0,0.75);
    width: 180px;
    height: 193px;
    text-align: center;
    padding-top: 0.2rem;
    display: none;
}
.left-suspension #left-wc .wechat-float::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 180px;
    top: 17px;
    border-top: 6px solid transparent;
    border-right: 10px solid rgba(0,0,0,0.75);
    border-bottom: 6px solid transparent;
}
.left-suspension #left-wc .wechat-float img{
    width: 148px;
    height: 148px;
    display: inline-block;
    margin-top: 13px;
    font-size: 0px;
}
.left-suspension #left-wc .wechat-float span {
    display: inline-block;
    color: white;
}






.left-suspension .txt {
    font-size: 14px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    line-height: 102%;
    letter-spacing: 1px;
    position: relative;
    z-index: 2
}

.left-suspension .list li {
    padding: 15px 0 12px;
    position: relative;
    cursor: pointer;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.left-suspension .list li:last-of-type::before {
    border-radius: 0 0 0 10px
}

.left-suspension .list li::before {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff
}

.left-suspension .list li:hover::before {
    content: "";
    width: 100%;
    height: 100%
}

.left-suspension .list li:hover .icon {
    background-image: url("../Images/leftSuspension2/ls-iconGroup1.png")
}

.left-suspension .list li:hover .txt {
    color: #8f000b
}

.left-suspension .list li.active {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

.left-suspension .list li.active::before {
    content: "";
    width: 100%;
    height: 100%
}

.left-suspension .list li.active:after {
    content: none
}

.left-suspension .list li.active .icon {
    background-image: url("../Images/leftSuspension2/ls-iconGroup1.png")
}

.left-suspension .list li.active .txt {
    color: #8f000b
}

.left-suspension .list li::after {
    content: "";
    height: 1px;
    width: 52px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -26px;
    border-bottom: 1px dashed #ddd
}

.left-suspension .list li:last-of-type:after {
    content: none
}

.left-suspension .list li:nth-of-type(2) .icon {
    background-position: -88px 0
}

.left-suspension .list li:nth-of-type(3) .icon {
    background-position: -126px 0
}

.left-suspension .list li:nth-of-type(4) .icon {
    background-position: -1px -35px
}

.left-suspension .list li:nth-of-type(5) .icon {
    background-position: -44px -34px
}

.left-suspension .list li:nth-of-type(6) .icon {
    background-position: -88px -34px
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        -ms-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        -ms-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}
