
.fade-enter-active[data-v-b8dbe3ee], .fade-leave-active[data-v-b8dbe3ee] {
    transition: height .5s;
    -moz-transition: height .5s; /* Firefox 4 */
    -webkit-transition: height .5s; /* Safari 和 Chrome */
    -o-transition: height .5s; /* Opera */
}
.fade-enter[data-v-b8dbe3ee], .fade-leave-active[data-v-b8dbe3ee] {
    height: 0;
}

/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: February 7, 2016
 */

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform, height
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate(0, -50%);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.al-doctorRecommendFollow.btn-primary[data-v-16b9e86f] {
  padding: 0;
}
.al-doctorRecommendFollow.btn-done[data-v-16b9e86f] {
  padding: 0;
}

@charset "UTF-8";
.icon-newTips[data-v-edbb25a2]:after {
  top: 0;
  right: 30%;
}
.al-footerBar[data-v-edbb25a2] {
  padding-bottom: constant(safe-area-inset-bottom);
  /* 兼容 iOS < 11.2 */
  padding-bottom: env(safe-area-inset-bottom);
  /* 兼容 iOS >= 11.2 */
}


.interested[data-v-431956cf]{
    /*right: 0;*/
}
/*兼容小屏手机*/
.al-cancelModalItem[data-v-431956cf]{
    padding: 0 0.3rem;
}

#app .al-mainInner {
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}

@charset "UTF-8";
/*新版认证优化的V1认证对话框样式*/
.auth-opt-v1-popup {
  background-color: #fff;
  position: absolute;
  width: 7.94667rem;
  min-height: 10.32rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0.21333rem; }

#auth-opt-v1-popup-top-img {
  overflow: hidden;
  width: 100%;
  height: auto; }

.auth-opt-v1-popup-title {
  font-size: 0.58667rem;
  line-height: 0.8rem;
  font-weight: bold;
  text-align: center;
  color: #1a71ff; }

.auth-opt-v1-popup-desc {
  margin-top: 0.32rem;
  font-size: 0.42667rem;
  line-height: 0.69333rem;
  font-weight: 400;
  color: #222222;
  padding: 0 0.64rem; }

.auth-opt-v1-popup-submit {
  width: 6.66667rem;
  height: 1.33333rem;
  margin: 0.48rem auto 0;
  background: #1a71ff;
  border-radius: 0.21333rem;
  font-size: 0.45333rem;
  line-height: 1.33333rem;
  font-weight: bold;
  text-align: center;
  color: #ffffff; }

.auth-opt-v1-popup-cancel {
  text-align: center;
  margin: 0.53333rem auto;
  font-size: 0.45333rem;
  font-weight: 400;
  text-align: center;
  color: #666666; }

.ToAuth {
  font-size: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 6; }
  .ToAuth .ToAuthCont {
    padding: 0.93333rem 0.93333rem 0;
    width: 6.53333rem;
    height: 10.77333rem;
    position: absolute;
    top: 50%;
    left: 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%);
    background: #ffffff;
    border-radius: 0.10667rem;
    text-align: center; }
    .ToAuth .ToAuthCont img {
      display: inline-block;
      width: 5.06667rem;
      height: 3.73333rem;
      margin: 0.26667rem auto 0.58667rem; }
    .ToAuth .ToAuthCont h2 {
      font-size: 0.50667rem;
      color: #000000;
      margin-bottom: 0.32rem;
      font-weight: 100; }
    .ToAuth .ToAuthCont p {
      font-size: 0.45333rem;
      line-height: 0.68rem;
      text-align: left; }
    .ToAuth .ToAuthCont button {
      width: 5.06667rem;
      height: 1.2rem;
      background: #2888FF;
      box-shadow: 0 0.21333rem 0.48rem 0 rgba(40, 136, 255, 0.5);
      border-radius: 0.08rem;
      margin-top: 1.33333rem;
      font-size: 0.45333rem;
      color: #ffffff; }
    .ToAuth .ToAuthCont .al-authHelpClose {
      width: 0.4rem;
      height: 0.4rem;
      position: absolute;
      right: 0.4rem;
      top: 0.4rem;
      background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAV9JREFUSA29180RwiAQBWDhlDRgEXZhFxZhA7mlCIuwC7uwCBtITok8lExEdtnFIAd/wvK+wGTIYLquO0zTdGnb9tT3/WNXsbn8/TAMV2vt2QJ11nEcxxs6arnIhgELpsVMjTH3eZ4PtfCAwoDlTcww7mia5uiubbLsVLYJS0sVhP6Sby5zgRHMFWrhXNYHvBWeQ+F8wb/iEpSES3EpysJaXINmYSmuRUVwDi9BxTCF4zp2u7AjaTae5FONwFSLZ4eaEhTjVDAGrHEf4PZezUwxBs2+vv7/qZrxerZ4y+B2qy91jGJ5AVd9uFKou+Zfm1wfboxq2aWWBEtq4htgYU2gphY3QcLaIIRpxiRhTQDAdZOO/YKlA9dY/FuS8QFLBsQI9T+XtcC5QgrgrnOZHuYKuGBJH5VtqA5JqLQmZVicZUr3WwX8wBYbTizv85M9u4BbyatNCqPOzdrjsHBoewIPdmltEExNwwAAAABJRU5ErkJggg==") no-repeat;
      background-size: cover; }
  .ToAuth .ToAuthInner {
    padding: 0.93333rem 1.25333rem 0;
    width: 5.89333rem;
    height: 8.82667rem; }
    .ToAuth .ToAuthInner h2 {
      font-size: 0.45333rem;
      margin: 0.05333rem 0 0.26667rem; }

/*新版认证优化的V1认证对话框样式*/
.auth-opt-v1-popup {
  background-color: #fff;
  position: absolute;
  width: 7.94667rem;
  min-height: 10.32rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0.21333rem; }

#auth-opt-v1-popup-top-img {
  overflow: hidden;
  width: 100%;
  height: auto; }

.auth-opt-v1-popup-title {
  font-size: 0.58667rem;
  line-height: 0.8rem;
  font-weight: bold;
  text-align: center;
  color: #1a71ff; }

.auth-opt-v1-popup-desc {
  margin-top: 0.32rem;
  font-size: 0.42667rem;
  line-height: 0.69333rem;
  font-weight: 400;
  color: #222222;
  padding: 0 0.64rem; }

.auth-opt-v1-popup-submit {
  width: 6.66667rem;
  height: 1.33333rem;
  margin: 0.48rem auto 0;
  background: #1a71ff;
  border-radius: 0.21333rem;
  font-size: 0.45333rem;
  line-height: 1.33333rem;
  font-weight: bold;
  text-align: center;
  color: #ffffff; }

.auth-opt-v1-popup-cancel {
  text-align: center;
  margin: 0.53333rem auto;
  font-size: 0.45333rem;
  font-weight: 400;
  text-align: center;
  color: #666666; }

.al-skeleton-container {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 1000;
  overflow: hidden; }
  .al-skeleton-container .al-skeleton-banner {
    margin: 0.21333rem auto;
    width: 94vw;
    height: 3.86667rem;
    background: #F6F6F6;
    border-radius: 0.08rem; }
  .al-skeleton-container .al-skeletonTab-list {
    width: 94vw;
    margin: 0 auto;
    height: 2.93333rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
    .al-skeleton-container .al-skeletonTab-list .al-skeletonTab-item {
      width: 1.81333rem;
      height: 2.10667rem;
      background: #F6F6F6;
      border-radius: 0.08rem; }
  .al-skeleton-container .al-skeletonContent {
    width: 94vw;
    min-height: 274px;
    height: auto;
    margin: 0 auto; }
    .al-skeleton-container .al-skeletonContent .al-skeletonContent-section {
      width: 100%;
      height: 3.65333rem;
      margin: 0 auto; }
      .al-skeleton-container .al-skeletonContent .al-skeletonContent-section.noImage {
        height: 2.93333rem; }
      .al-skeleton-container .al-skeletonContent .al-skeletonContent-section .al-skeletonContent-title {
        margin-bottom: 0.26667rem;
        width: 100%;
        height: 0.44rem; }
        .al-skeleton-container .al-skeletonContent .al-skeletonContent-section .al-skeletonContent-title .icon {
          float: left;
          height: 0.44rem;
          width: 1.14667rem;
          border-radius: 0.08rem;
          background: #F6F6F6; }
        .al-skeleton-container .al-skeletonContent .al-skeletonContent-section .al-skeletonContent-title .title {
          height: 0.44rem;
          float: right;
          width: 1.46667rem;
          border-radius: 0.08rem;
          background: #F6F6F6; }
      .al-skeleton-container .al-skeletonContent .al-skeletonContent-section .al-skeletonContent-center {
        width: 100%;
        height: 1.86667rem;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center; }
        .al-skeleton-container .al-skeletonContent .al-skeletonContent-section .al-skeletonContent-center .des {
          width: 6.4rem;
          height: 1.86667rem;
          display: flex;
          flex-direction: column;
          justify-content: space-between; }
          .al-skeleton-container .al-skeletonContent .al-skeletonContent-section .al-skeletonContent-center .des.word {
            width: 100%; }
            .al-skeleton-container .al-skeletonContent .al-skeletonContent-section .al-skeletonContent-center .des.word .content-name {
              width: 100%; }
          .al-skeleton-container .al-skeletonContent .al-skeletonContent-section .al-skeletonContent-center .des .content-word {
            height: 0.42667rem;
            width: 80%;
            border-radius: 0.08rem;
            background: #F6F6F6; }
          .al-skeleton-container .al-skeletonContent .al-skeletonContent-section .al-skeletonContent-center .des .content-name {
            height: 0.6rem;
            width: 4rem;
            border-radius: 0.08rem;
            background: #F6F6F6; }
            .al-skeleton-container .al-skeletonContent .al-skeletonContent-section .al-skeletonContent-center .des .content-name.content-name-right {
              width: 100%; }
          .al-skeleton-container .al-skeletonContent .al-skeletonContent-section .al-skeletonContent-center .des .author-info {
            width: 100%;
            height: 0.42667rem; }
            .al-skeleton-container .al-skeletonContent .al-skeletonContent-section .al-skeletonContent-center .des .author-info .author {
              width: 2.13333rem;
              height: 0.42667rem;
              float: left; }
              .al-skeleton-container .al-skeletonContent .al-skeletonContent-section .al-skeletonContent-center .des .author-info .author .author-name {
                width: 1.33333rem;
                border-radius: 0.08rem;
                background: #F6F6F6;
                height: 0.42667rem;
                float: left; }
          .al-skeleton-container .al-skeletonContent .al-skeletonContent-section .al-skeletonContent-center .des .reviewNum {
            margin-left: 0.13333rem; }
        .al-skeleton-container .al-skeletonContent .al-skeletonContent-section .al-skeletonContent-center .al-skeletonContent-contentImgBox {
          width: 2.8rem;
          height: 1.86667rem;
          border-radius: 0.08rem;
          background: #F6F6F6; }

/*20190129 Change by HJ
增加活动专题特有灰度骨架屏样式
*/
.p_parent {
  min-height: 10rem;
  background-color: #ffffff;
  padding: 0.4rem 0.4rem 0.6rem; }

.p_BgColor {
  background-color: #f6f6f6;
  border-radius: 0.1rem;
  height: 0.5rem;
  margin-top: 0.3rem; }

.p_width70 {
  width: 70%;
  height: 0.3rem; }

.p_width32 {
  width: 32%;
  height: 1.86667rem;
  margin-top: 0.5rem;
  vertical-align: top; }

.p_width32R {
  margin-left: 0.5rem; }

.p_width50 {
  width: 61%;
  height: 0.5rem;
  margin-left: 0.5rem;
  vertical-align: top;
  margin-top: 0.6rem; }

.p_width50L {
  margin-left: 0; }

.p_inline {
  display: inline-block;
  font-size: 0; }

.p_position {
  position: relative;
  font-size: 0; }

.p_absolute {
  position: absolute;
  height: 0.3rem;
  top: 1.8rem;
  left: 32%;
  margin-top: 0;
  width: 40%; }

.p_absolute2 {
  position: absolute;
  height: 0.3rem;
  top: 1.8rem;
  margin-top: 0;
  width: 40%;
  left: 0;
  margin-left: 0; }

html {
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
header,
section,
footer {
  font-family: PingFang SC,"\5FAE\8F6F\96C5\9ED1", Arial, Tahoma, "Hiragino Sans GB W3";
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  text-decoration: none; }

a:focus {
  outline: thin dotted; }

a:active,
a:hover {
  outline: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

hr {
  box-sizing: content-box;
  height: 0; }

code,
kbd,
pre,
samp {
  font-family: Monaco, Consolas, monospace; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before,
q:after {
  content: "";
  content: none; }

nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

form {
  margin: 0; }

legend {
  border: 0;
  padding: 0;
  white-space: normal; }

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  outline: medium; }

button,
input {
  line-height: normal;
  padding: 0;
  margin: 0; }

button,
select {
  text-transform: none; }

button {
  font-family: "microsoft yahei"; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input[type="button"],
input[type="submit"],
input[type="reset"],
button {
  -webkit-appearance: none; }

textarea {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

mark {
  background: #ff0;
  color: #666666; }

figure {
  margin: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button {
  border: none;
  background: none; }

a,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6 {
  max-height: 100%; }

html,
body {
  width: 100%;
  min-height: 100%;
  background-color: #eff4f8; }

a {
  color: inherit;
  text-decoration: inherit;
  cursor: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  a:active, a:focus {
    outline: none; }

li {
  list-style: none; }

i {
  font-style: normal; }

/* 提示微信下载 的弹层*/
.app_download_wx {
  width: 100%;
  height: 100%;
  background: #efeff4;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10060; }

.app_download_wx img {
  width: 100%; }

.app_download_wx_jump_app {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10039; }

.app_download_wx_jump_app .bg {
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.7;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10040; }

.app_download_wx_jump_app.viewport-small .center {
  width: 80%; }

.app_download_wx_jump_app.viewport-small .center img {
  width: 100%; }

.app_download_wx_jump_app .center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 10050;
  width: 7.2rem;
  height: 3.50667rem; }

.app_download_wx_jump_app .center img {
  width: 100%; }

.al-mainInner {
  width: 100%;
  height: 100%;
  background-color: #eff4f8;
  box-sizing: border-box;
  overflow-x: hidden; }

.exhibitionImg.authTip {
  background: #fff; }

.icon-newTips:after {
  content: "";
  width: 0.18667rem;
  height: 0.18667rem;
  border-radius: 50%;
  background-color: red;
  position: absolute;
  top: 0;
  right: 30%;
  margin-right: -0.06667rem; }

/*%al-newsNum {
    border-radius:rem(50px);
    background-color: #F34B4B;
    font-style: normal;
    position: absolute;
    top: rem(-10px);
    right: rem(12px);
    display: block;
    height: rem(32px);
    max-width: rem(42px);
    line-height: rem(32px);
    @include font-dpr(10px);
    color: #fff;
    padding: 0 rem(10px);
}*/
.al-newsNum {
  font-size: 0.29333rem;
  color: #666666;
  display: block; }

.al-vipUser:after {
  content: "";
  display: inline-block;
  width: 0.34667rem;
  height: 0.26667rem;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAYCAMAAAGtsI0bAAABEVBMVEX/kiT/////kiT/kiT/kiT/kiT/kiT/kiT/kiT/kiT/kiT/kiT/kiT/kiT/kiT/kiT/kiT/kiT/kiT/kiT/kiT/kiT/kiT/kiT/kiT/kiT/kiT/kiT/kiT/kiT/kiT/kiT/kiT/kiT/kiT/kiT/kiT/kiT/kiT/kiT/kiT/kiT/kiT/kiT/kiT/kiT/kiT/kiT/kiT/kiT/kiT/kiT/kiT/kiT/kiT/kiT/kiT/kiT/kiT/kiT/kiT/kiT/kiT/kiT/kiT/kiT/kiT/kiT/kiT/kiT/kiT/kiT/kiT/kiT/kiT/kiT/kiT/kiT/kiT/kiT/kiT/kiT/kiT/kiT/kiT/kiT/kiT/kiT/kiT/kiT/kiTPIb5fAAAAWnRSTlMAAAIDBAYHCAkMDRETFBUXHyMoLS4wNDU5Oz9AQUVGSExPWVtgY2VnbW9wdXh5enyLjZOaoKGio6WsrrGzt8HExcrLz9LT19na2+Dh5ufq7O7v8vf5+vv8/f5BPkpPAAABN0lEQVQYGU3Bh0JTQQAF0bkCghUs2LF3sYsVbCjNqPGJiPP/H+LuJoGcw8MuHZgA10L38dMX6J8O+C7wQxIDaEwoNAl2O0wrKHkZUGIA3+dcADWh0ARQFyCFFwMcVGdI4uuEYl4l2TEJ1V01S6ageWuRioHvejkVva5YWyLLW123uwg/VSCJJoA6B0m8kwB/9B8kt0wCzKqQuJmEQl0nUx5KQnFVJWumoFJfxQcpqJ6qZ01FY9FLRfNZPZaKATUNEyc/OPBkduYAJJk8PPdY3V44OkFxw2aFKs0l3UxBdd/mOUWqqd/uTqegeWazCKT6qmdSMbBscx1SvNB7aRhatTlPktv6JgOM9GxOJPO6lSFGJrdtkr96JEPsOW7zbUMvZIR9pxx6lD2MuWKzkn2Mu9n96vdXM+Y/8tVVgoaabSUAAAAASUVORK5CYII=") center center no-repeat;
  background-size: 100% 100%;
  vertical-align: 0.01rem;
  margin-left: 0.13333rem; }

.al-vipUserV1:after {
  content: "";
  display: inline-block;
  width: 0.48rem;
  height: 0.48rem;
  background: url("//img50.allinmd.cn/authentication/V1.png") center center no-repeat;
  background-size: 100% 100%;
  vertical-align: -0.05rem;
  margin-left: 0.13333rem; }

.al-vipUserV2:after {
  content: "";
  display: inline-block;
  width: 0.48rem;
  height: 0.48rem;
  background: url("//img50.allinmd.cn/authentication/V2.png") center center no-repeat;
  background-size: 100% 100%;
  vertical-align: -0.05rem; }

.icon-appWakeUp:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0.29333rem;
  height: 0.44rem;
  margin-right: 0.16rem;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAhBAMAAAAv5UYdAAAAG1BMVEVRXHRRXHRRXHRRXHRRXHRRXHRRXHRRXHRRXHQrceHsAAAACHRSTlMASUrDxOTm5weM+5YAAAAsSURBVBjTYxDrgIFEhgw4u42hgwEGOkY2GwHwqzdGYpvgNxMRzu0M6nB2EADISzntPda4SAAAAABJRU5ErkJggg==");
  background-size: 100% 100%; }

.al-middleTipsBox {
  position: fixed;
  left: 10%;
  top: 0;
  right: 10%;
  bottom: 0;
  text-align: center;
  pointer-events: none;
  z-index: 6; }
  .al-middleTipsBox:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%; }

.al-middleTipsModal {
  padding: 0 0.4rem;
  background-color: rgba(10, 30, 43, 0.7);
  text-align: center;
  color: #fff;
  z-index: 9;
  border-radius: 0.13333rem;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  min-width: 4.26667rem;
  min-height: 1.33333rem;
  line-height: 1.33333rem; }
  .al-middleTipsModal .al-middleTipsModalText {
    font-size: 14px;
    display: inline-block; }
    [data-dpr="2"] .al-middleTipsModal .al-middleTipsModalText {
      font-size: 28px; }
    [data-dpr="3"] .al-middleTipsModal .al-middleTipsModalText {
      font-size: 42px; }
  .al-middleTipsModal .al-loading {
    display: inline-block; }
    .al-middleTipsModal .al-loading img {
      width: 0.8rem;
      height: 0.8rem;
      vertical-align: top;
      animation: rotate 1s linear infinite;
      -webkit-animation: rotate 1s linear infinite; }
  .al-middleTipsModal .al-loadingFinish {
    display: none; }
    .al-middleTipsModal .al-loadingFinish img {
      width: 1.04rem;
      height: 0.69333rem;
      vertical-align: top; }
  .al-middleTipsModal.ev-showStatus {
    background-color: rgba(10, 30, 43, 0.7); }

.ev-commTips {
  background-color: rgba(10, 30, 43, 0.7);
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear; }
  .ev-commTips .al-middleTipsModalText p {
    line-height: 1.5;
    font-size: 0.42667rem; }

.ev-commTips.show {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1); }

.ev-loading {
  background-color: rgba(10, 30, 43, 0); }

.btn-primary {
  width: 1.86667rem !important;
  height: 0.74667rem;
  text-align: center;
  line-height: 0.74667rem;
  border: 1px solid #2899e6;
  border-radius: 0.66667rem;
  color: #2899e6; }

.btn-primary-lg {
  display: block;
  width: 100%;
  text-align: center;
  height: 1.2rem;
  line-height: 1.2rem;
  background-color: #2899e6;
  border-radius: 0.05333rem;
  color: #fff;
  font-size: 20px; }
  [data-dpr="2"] .btn-primary-lg {
    font-size: 40px; }
  [data-dpr="3"] .btn-primary-lg {
    font-size: 60px; }

.al-msgWriting {
  opacity: .7;
  color: rgba(255, 255, 255, 0.7); }

.btn-done {
  width: 1.86667rem !important;
  height: 0.74667rem;
  text-align: center;
  line-height: 0.74667rem;
  border: 1px solid #c5c5c5;
  border-radius: 0.66667rem;
  color: #c5c5c5; }

.btn-dobule {
  padding: 0.13333rem 0.4rem;
  border: 1px solid #626f8c;
  border-radius: 0.66667rem;
  color: #626f8c;
  text-align: center; }

.al-saveBtnBox {
  margin-top: 0.8rem;
  padding: 0 0.4rem; }

.btn-deepMsg {
  padding: 0.10667rem 0.2rem;
  color: #fff;
  border-radius: 0.66667rem;
  font-size: 13px;
  background-color: rgba(0, 0, 0, 0.2); }
  [data-dpr="2"] .btn-deepMsg {
    font-size: 26px; }
  [data-dpr="3"] .btn-deepMsg {
    font-size: 39px; }

.al-whiteBtn {
  padding: 0.13333rem 0.44rem;
  border: 1px solid #fff;
  border-radius: 0.66667rem;
  color: #fff;
  text-align: center; }

.btn-switch {
  width: 1.06667rem;
  height: 0.58667rem;
  background-color: #fff;
  border: 2px solid #efefef;
  border-radius: 66.66667rem;
  position: absolute;
  right: .4rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s linear; }
  .btn-switch:before {
    content: "";
    width: 0.58667rem;
    height: 0.58667rem;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: 0px 0px 0.13333rem rgba(0, 0, 0, 0.2), 0px 0px 2px rgba(0, 0, 0, 0.2);
    transition: all 0.2s linear; }
  .btn-switch:after {
    content: "\6253\5F00\63D0\9192";
    display: inline-block;
    color: #909090;
    font-size: 12px;
    margin-top: 0.69333rem;
    white-space: nowrap;
    top: 0;
    right: -0.2rem; }
    [data-dpr="2"] .btn-switch:after {
      font-size: 24px; }
    [data-dpr="3"] .btn-switch:after {
      font-size: 36px; }

.btn-switch.on {
  background-color: #2899e7; }
  .btn-switch.on:before {
    content: "";
    width: 0.50667rem;
    height: 0.50667rem;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    left: 0.50667rem;
    top: 50%;
    margin-top: -0.25333rem;
    box-shadow: none; }
  .btn-switch.on:after {
    content: "\5173\95ED\63D0\9192"; }

.al-confirmModalMask {
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear;
  z-index: 8; }

.al-confirmModalMask.show {
  opacity: 1;
  visibility: visible; }

.al-confirmModal {
  width: 7.2rem;
  background-color: #fff;
  border-radius: 0.13333rem;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -3.6rem;
  margin-top: -1.7rem; }
  .al-confirmModal .al-confirmModalContent {
    width: 100%;
    font-size: 15px;
    border-bottom: 1px solid #e4e9ed;
    padding: 0.4rem 0; }
    [data-dpr="2"] .al-confirmModal .al-confirmModalContent {
      font-size: 30px; }
    [data-dpr="3"] .al-confirmModal .al-confirmModalContent {
      font-size: 45px; }
    .al-confirmModal .al-confirmModalContent h2 {
      margin-bottom: 0.26667rem; }
    .al-confirmModal .al-confirmModalContent h3 {
      font-size: 0.4rem;
      line-height: 0.6rem; }
    .al-confirmModal .al-confirmModalContent p {
      padding: 0 0.66667rem;
      line-height: 1.5; }
    .al-confirmModal .al-confirmModalContent:before {
      content: "";
      display: inline-block;
      height: 100%;
      vertical-align: middle; }
    .al-confirmModal .al-confirmModalContent > article {
      display: inline-block;
      vertical-align: middle; }
  .al-confirmModal .al-confirmModalBtns:after {
    content: '';
    display: table;
    clear: both; }
  .al-confirmModal .al-confirmModalBtns button {
    float: left;
    width: 50%;
    box-sizing: border-box;
    text-align: center;
    height: 1.2rem;
    line-height: 1.2rem;
    font-size: 16px; }
    [data-dpr="2"] .al-confirmModal .al-confirmModalBtns button {
      font-size: 32px; }
    [data-dpr="3"] .al-confirmModal .al-confirmModalBtns button {
      font-size: 48px; }
    .al-confirmModal .al-confirmModalBtns button:nth-child(1) {
      border-right: 1px solid #e4e9ed; }
    .al-confirmModal .al-confirmModalBtns button:nth-last-child(1) {
      border-right: none; }
  .al-confirmModal .al-confirmModalBtns .al-confirmModalCancelBtn {
    color: #2899e6; }
  .al-confirmModal .al-confirmModalBtns .al-confirmModalEnsureBtn {
    color: #2899e6;
    font-weight: 700; }

/*20180906 追加v2认证用户申请变更提示弹层 change：HJ*/
.al-authPopup_v2Tips {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 7;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%; }
  .al-authPopup_v2Tips.show {
    display: block; }
  .al-authPopup_v2Tips .al-authPopupCont_v2 {
    width: 8.4rem;
    height: 10.56rem;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0.13333rem;
    text-align: center; }
    .al-authPopup_v2Tips .al-authPopupCont_v2 .v2_close {
      width: 0.4rem;
      height: 0.4rem;
      position: absolute;
      top: 0.4rem;
      right: 0.4rem; }
      .al-authPopup_v2Tips .al-authPopupCont_v2 .v2_close img {
        width: 100%;
        height: 100%; }
    .al-authPopup_v2Tips .al-authPopupCont_v2 .v2TipsImg {
      margin-left: 50%;
      transform: translateX(-50%);
      width: 5.06667rem;
      height: 3.73333rem;
      margin-top: 0.8rem; }
      .al-authPopup_v2Tips .al-authPopupCont_v2 .v2TipsImg img {
        width: 100%;
        height: 100%; }
    .al-authPopup_v2Tips .al-authPopupCont_v2 .detailText {
      margin-left: 50%;
      transform: translateX(-50%);
      width: 7.22667rem;
      font-size: 0.45333rem;
      color: #000;
      line-height: 0.72rem; }
    .al-authPopup_v2Tips .al-authPopupCont_v2 .v2_sureChange {
      width: 5.06667rem;
      height: 1.2rem;
      background: #2888FF;
      box-shadow: 0 8px 18px 0 rgba(40, 136, 255, 0.5);
      border-radius: 0.08rem;
      margin-top: 1.44rem;
      font-size: 0.45333rem;
      color: #fff; }

@keyframes rotate {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0); }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }

@-webkit-keyframes rotate {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0); }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }

/*新版认证优化的V1认证对话框样式*/
.auth-opt-v1-popup {
  background-color: #fff;
  position: absolute;
  width: 7.94667rem;
  min-height: 10.32rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0.21333rem; }

#auth-opt-v1-popup-top-img {
  overflow: hidden;
  width: 100%;
  height: auto; }

.auth-opt-v1-popup-title {
  font-size: 0.58667rem;
  line-height: 0.8rem;
  font-weight: bold;
  text-align: center;
  color: #1a71ff; }

.auth-opt-v1-popup-desc {
  margin-top: 0.32rem;
  font-size: 0.42667rem;
  line-height: 0.69333rem;
  font-weight: 400;
  color: #222222;
  padding: 0 0.64rem; }

.auth-opt-v1-popup-submit {
  width: 6.66667rem;
  height: 1.33333rem;
  margin: 0.48rem auto 0;
  background: #1a71ff;
  border-radius: 0.21333rem;
  font-size: 0.45333rem;
  line-height: 1.33333rem;
  font-weight: bold;
  text-align: center;
  color: #ffffff; }

.auth-opt-v1-popup-cancel {
  text-align: center;
  margin: 0.53333rem auto;
  font-size: 0.45333rem;
  font-weight: 400;
  text-align: center;
  color: #666666; }

.al-sendFailTips {
  position: absolute;
  top: 1.33333rem;
  left: 0;
  right: 0;
  background-color: #0a1e2b;
  opacity: 0;
  line-height: 1.06667rem;
  height: 1.06667rem;
  text-align: center;
  z-index: 1;
  color: #fff;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear; }
  .al-sendFailTips p {
    font-size: 14px;
    color: #fff; }
    [data-dpr="2"] .al-sendFailTips p {
      font-size: 28px; }
    [data-dpr="3"] .al-sendFailTips p {
      font-size: 42px; }

.al-sendFailTips.show {
  animation: bounceIn 1s linear;
  -webkit-animation: bounceIn 1s linear;
  opacity: .9; }

@-webkit-keyframes bounceIn {
  0%, 100%, 20%, 40%, 60%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  0%, 100%, 20%, 40%, 60%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.al-appWakeUpFigure {
  width: 100%;
  background-color: #fff;
  padding: 0.18667rem 0.4rem;
  display: table;
  box-sizing: border-box; }
  .al-appWakeUpFigure .al-appWakeUpImg {
    display: table-cell;
    vertical-align: bottom;
    width: 100%; }
    .al-appWakeUpFigure .al-appWakeUpImg:after {
      content: '';
      display: table;
      clear: both; }
    .al-appWakeUpFigure .al-appWakeUpImg > img {
      width: 1.06667rem;
      height: 1.06667rem;
      vertical-align: top; }
    .al-appWakeUpFigure .al-appWakeUpImg figcaption {
      margin-left: 0.21333rem;
      margin-top: 0.06667rem;
      display: inline-block;
      vertical-align: top; }
      .al-appWakeUpFigure .al-appWakeUpImg figcaption h2 {
        margin-bottom: 0.06667rem;
        height: 0.56rem;
        font-size: 0.4rem;
        font-family: PingFangSC-Medium;
        font-weight: 500;
        color: black;
        line-height: 0.96rem; }
      .al-appWakeUpFigure .al-appWakeUpImg figcaption p {
        font-size: 0.32rem; }
  .al-appWakeUpFigure .al-appWakeUpFigureBtn {
    display: table-cell;
    vertical-align: bottom;
    white-space: nowrap;
    float: left;
    width: 2.24rem;
    height: 0.85333rem;
    line-height: 0.85333rem;
    text-align: center;
    background: #6483e9;
    box-shadow: 0px 0.05333rem 0.10667rem 0px rgba(100, 131, 233, 0.5);
    border-radius: 0.10667rem;
    font-size: 0.37333rem;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: white; }

.al-appWakeUpBtn {
  font-size: 13px;
  color: #515c74;
  height: 100%; }
  [data-dpr="2"] .al-appWakeUpBtn {
    font-size: 26px; }
  [data-dpr="3"] .al-appWakeUpBtn {
    font-size: 39px; }
  .al-appWakeUpBtn span {
    vertical-align: middle; }

.al-authFailTitle {
  color: #333;
  font-size: 20px;
  text-align: center;
  margin-top: 3.17333rem;
  margin-bottom: 2rem; }
  [data-dpr="2"] .al-authFailTitle {
    font-size: 40px; }
  [data-dpr="3"] .al-authFailTitle {
    font-size: 60px; }
  .al-authFailTitle h2 {
    font-weight: normal; }

.al-authFailText {
  text-align: center;
  color: #555555;
  font-size: 17px;
  padding: 0 1rem;
  line-height: 1.5;
  margin-bottom: 1.33333rem; }
  [data-dpr="2"] .al-authFailText {
    font-size: 34px; }
  [data-dpr="3"] .al-authFailText {
    font-size: 51px; }

.al-authFailBtn {
  padding: 0 0.4rem;
  text-align: center; }
  .al-authFailBtn span {
    color: #909090;
    display: inline-block;
    padding-top: 0.4rem;
    font-size: 14px; }
    [data-dpr="2"] .al-authFailBtn span {
      font-size: 28px; }
    [data-dpr="3"] .al-authFailBtn span {
      font-size: 42px; }

.al-mainInner.al-fullBlur {
  filter: blur(50px);
  -webkit-filter: blur(50px); }

.al-authFailBox.al-fullBlurAndroid {
  background-color: #fff;
  opacity: 1;
  visibility: visible; }

.al-authFailBox {
  background: #fff;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 7;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear; }

.al-authFailBox.show {
  opacity: 1;
  visibility: visible; }

/*新版认证优化的V1认证对话框样式*/
.auth-opt-v1-popup {
  background-color: #fff;
  position: absolute;
  width: 7.94667rem;
  min-height: 10.32rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0.21333rem; }

#auth-opt-v1-popup-top-img {
  overflow: hidden;
  width: 100%;
  height: auto; }

.auth-opt-v1-popup-title {
  font-size: 0.58667rem;
  line-height: 0.8rem;
  font-weight: bold;
  text-align: center;
  color: #1a71ff; }

.auth-opt-v1-popup-desc {
  margin-top: 0.32rem;
  font-size: 0.42667rem;
  line-height: 0.69333rem;
  font-weight: 400;
  color: #222222;
  padding: 0 0.64rem; }

.auth-opt-v1-popup-submit {
  width: 6.66667rem;
  height: 1.33333rem;
  margin: 0.48rem auto 0;
  background: #1a71ff;
  border-radius: 0.21333rem;
  font-size: 0.45333rem;
  line-height: 1.33333rem;
  font-weight: bold;
  text-align: center;
  color: #ffffff; }

.auth-opt-v1-popup-cancel {
  text-align: center;
  margin: 0.53333rem auto;
  font-size: 0.45333rem;
  font-weight: 400;
  text-align: center;
  color: #666666; }

.al-footerBar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  background-size: cover;
  height: 1.30667rem;
  width: 100%;
  overflow: visible;
  box-shadow: 0 0.06667rem 0.50667rem 0 rgba(67, 116, 220, 0.16); }
  .al-footerBar .al-newsNum {
    border-radius: .66667rem;
    background-color: #f34b4b;
    font-style: normal;
    position: absolute;
    top: -.13333rem;
    right: .16rem;
    display: block;
    height: .42667rem;
    max-width: .56rem;
    line-height: .42667rem;
    font-size: 15px;
    color: #fff;
    padding: 0 .13333rem; }
    [data-dpr="2"] .al-footerBar .al-newsNum {
      font-size: 30px; }
    [data-dpr="3"] .al-footerBar .al-newsNum {
      font-size: 45px; }

.al-mainInner {
  padding-bottom: 2.5rem; }

.al-footerBarItem:nth-child(3) .al-footerBarItemTitle {
  margin-top: 0; }

.al-footerBarItem {
  text-align: center;
  display: block;
  font-size: 12px;
  position: relative;
  margin-top: 0.13333rem;
  flex: 1; }
  [data-dpr="2"] .al-footerBarItem {
    font-size: 24px; }
  [data-dpr="3"] .al-footerBarItem {
    font-size: 36px; }
  .al-footerBarItem:nth-child(2) div {
    width: 2.8rem;
    height: 2.8rem;
    margin-left: -0.52rem;
    margin-top: -2.15rem; }
    .al-footerBarItem:nth-child(2) div svg {
      margin-top: 0.2rem; }
  .al-footerBarItem:nth-child(2) img {
    width: 1.2rem;
    height: 0.66667rem; }
  .al-footerBarItem:nth-child(2) .al-footerBarItemTitle {
    margin-top: 0.02667rem; }
  .al-footerBarItem .al-footerBarItemTitle {
    margin-top: 0.10667rem;
    color: #626f8c; }
  .al-footerBarItem img {
    vertical-align: top;
    display: block;
    margin: auto;
    width: 0.58667rem;
    height: 0.58667rem; }

.al-footerBarItem.active .al-footerBarItemTitle {
  color: #2899e6 !important; }

.al-release {
  position: relative;
  margin-top: 0.8rem; }
  .al-release .al-releaseBtn {
    position: absolute;
    bottom: -70%;
    margin-bottom: 0.66667rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 1.14667rem;
    height: 1.14667rem;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    border: 0.13333rem solid #fff; }
    .al-release .al-releaseBtn img {
      width: 100%;
      height: 100%;
      vertical-align: top;
      border-radius: 50%; }

/*引导提示*/
.al-footerBarItem .promptDiscover {
  position: absolute;
  top: -2.26667rem;
  left: -1.86667rem;
  display: inline-block; }
  .al-footerBarItem .promptDiscover img {
    width: 8.45333rem;
    height: 1.96rem; }

/*新版认证优化的V1认证对话框样式*/
.auth-opt-v1-popup {
  background-color: #fff;
  position: absolute;
  width: 7.94667rem;
  min-height: 10.32rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0.21333rem; }

#auth-opt-v1-popup-top-img {
  overflow: hidden;
  width: 100%;
  height: auto; }

.auth-opt-v1-popup-title {
  font-size: 0.58667rem;
  line-height: 0.8rem;
  font-weight: bold;
  text-align: center;
  color: #1a71ff; }

.auth-opt-v1-popup-desc {
  margin-top: 0.32rem;
  font-size: 0.42667rem;
  line-height: 0.69333rem;
  font-weight: 400;
  color: #222222;
  padding: 0 0.64rem; }

.auth-opt-v1-popup-submit {
  width: 6.66667rem;
  height: 1.33333rem;
  margin: 0.48rem auto 0;
  background: #1a71ff;
  border-radius: 0.21333rem;
  font-size: 0.45333rem;
  line-height: 1.33333rem;
  font-weight: bold;
  text-align: center;
  color: #ffffff; }

.auth-opt-v1-popup-cancel {
  text-align: center;
  margin: 0.53333rem auto;
  font-size: 0.45333rem;
  font-weight: 400;
  text-align: center;
  color: #666666; }

.al-releasePageMask {
  background-color: rgba(255, 255, 255, 0.5);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 7;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear; }

.al-releasePageMask.show {
  opacity: 1;
  visibility: visible; }

.al-releaseTitle {
  width: 6.92rem;
  height: 1.53333rem;
  position: absolute;
  top: 28%;
  left: 50%;
  margin-left: -3.46rem; }
  .al-releaseTitle img {
    width: 100%;
    height: 100%;
    vertical-align: top; }

.al-releaseBtn {
  position: absolute;
  bottom: 2.53333rem;
  text-align: center;
  width: 100%; }
  .al-releaseBtn .al-releaseItem {
    display: inline-block;
    margin: 0 0.33333rem; }
    .al-releaseBtn .al-releaseItem img {
      width: 2.26667rem;
      height: 2.26667rem;
      border-radius: 50%;
      background-color: transparent; }
    .al-releaseBtn .al-releaseItem figcaption {
      margin-top: -0.13333rem;
      color: #476479;
      font-size: 0.4rem;
      line-height: 0.4rem; }

.al-releaseCancel {
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  bottom: 1rem;
  left: 50%;
  margin-left: -0.4rem;
  z-index: 6; }
  .al-releaseCancel img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    border-radius: 50%;
    padding: 0.2rem; }

.al-mainInner.al-fullBlur {
  filter: blur(50px);
  -webkit-filter: blur(50px); }

.al-releasePageMask.al-fullBlurAndroid {
  background-color: #fff;
  opacity: 1;
  visibility: visible; }

@media only screen and (orientation: landscape) {
  .al-releaseTitle {
    top: 5%; }
  .al-releaseBtn {
    bottom: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(50%); } }

/*新版认证优化的V1认证对话框样式*/
.auth-opt-v1-popup {
  background-color: #fff;
  position: absolute;
  width: 7.94667rem;
  min-height: 10.32rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0.21333rem; }

#auth-opt-v1-popup-top-img {
  overflow: hidden;
  width: 100%;
  height: auto; }

.auth-opt-v1-popup-title {
  font-size: 0.58667rem;
  line-height: 0.8rem;
  font-weight: bold;
  text-align: center;
  color: #1a71ff; }

.auth-opt-v1-popup-desc {
  margin-top: 0.32rem;
  font-size: 0.42667rem;
  line-height: 0.69333rem;
  font-weight: 400;
  color: #222222;
  padding: 0 0.64rem; }

.auth-opt-v1-popup-submit {
  width: 6.66667rem;
  height: 1.33333rem;
  margin: 0.48rem auto 0;
  background: #1a71ff;
  border-radius: 0.21333rem;
  font-size: 0.45333rem;
  line-height: 1.33333rem;
  font-weight: bold;
  text-align: center;
  color: #ffffff; }

.auth-opt-v1-popup-cancel {
  text-align: center;
  margin: 0.53333rem auto;
  font-size: 0.45333rem;
  font-weight: 400;
  text-align: center;
  color: #666666; }

.al-bottomSelectorItem.al-bottomShareListBox {
  height: auto;
  text-align: center;
  padding: 0.8rem 0; }
  .al-bottomSelectorItem.al-bottomShareListBox h2 {
    font-size: 12px;
    color: #aaa;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 0.8rem;
    position: relative; }
    [data-dpr="2"] .al-bottomSelectorItem.al-bottomShareListBox h2 {
      font-size: 24px; }
    [data-dpr="3"] .al-bottomSelectorItem.al-bottomShareListBox h2 {
      font-size: 36px; }
    .al-bottomSelectorItem.al-bottomShareListBox h2:after, .al-bottomSelectorItem.al-bottomShareListBox h2:before {
      content: "";
      display: inline-block;
      vertical-align: middle;
      width: 1.86667rem;
      height: 1px;
      position: absolute;
      top: 50%;
      background-color: #dbdbdb; }
    .al-bottomSelectorItem.al-bottomShareListBox h2:after {
      right: 1.33333rem; }
    .al-bottomSelectorItem.al-bottomShareListBox h2:before {
      left: 1.33333rem; }
  .al-bottomSelectorItem.al-bottomShareListBox .al-bottomShareItem {
    display: inline-block;
    padding: 0 0.53333rem; }
  .al-bottomSelectorItem.al-bottomShareListBox ul {
    list-style: none;
    line-height: 1; }
  .al-bottomSelectorItem.al-bottomShareListBox .al-bottomShareImg {
    width: 1.06667rem;
    height: 1.06667rem;
    border-radius: 50%;
    background-color: transparent;
    margin: 0 auto; }
    .al-bottomSelectorItem.al-bottomShareListBox .al-bottomShareImg img {
      width: 100%;
      vertical-align: top;
      height: 100%; }
  .al-bottomSelectorItem.al-bottomShareListBox figcaption {
    font-size: 12px;
    line-height: 1;
    margin-top: 0.26667rem; }
    [data-dpr="2"] .al-bottomSelectorItem.al-bottomShareListBox figcaption {
      font-size: 24px; }
    [data-dpr="3"] .al-bottomSelectorItem.al-bottomShareListBox figcaption {
      font-size: 36px; }

/*新版认证优化的V1认证对话框样式*/
.auth-opt-v1-popup {
  background-color: #fff;
  position: absolute;
  width: 7.94667rem;
  min-height: 10.32rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0.21333rem; }

#auth-opt-v1-popup-top-img {
  overflow: hidden;
  width: 100%;
  height: auto; }

.auth-opt-v1-popup-title {
  font-size: 0.58667rem;
  line-height: 0.8rem;
  font-weight: bold;
  text-align: center;
  color: #1a71ff; }

.auth-opt-v1-popup-desc {
  margin-top: 0.32rem;
  font-size: 0.42667rem;
  line-height: 0.69333rem;
  font-weight: 400;
  color: #222222;
  padding: 0 0.64rem; }

.auth-opt-v1-popup-submit {
  width: 6.66667rem;
  height: 1.33333rem;
  margin: 0.48rem auto 0;
  background: #1a71ff;
  border-radius: 0.21333rem;
  font-size: 0.45333rem;
  line-height: 1.33333rem;
  font-weight: bold;
  text-align: center;
  color: #ffffff; }

.auth-opt-v1-popup-cancel {
  text-align: center;
  margin: 0.53333rem auto;
  font-size: 0.45333rem;
  font-weight: 400;
  text-align: center;
  color: #666666; }

.al-bottomSelectorListMask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 6;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear; }

.al-bottomSelectorListMask.on {
  opacity: 1;
  visibility: visible; }
  .al-bottomSelectorListMask.on .al-bottomSelectorListBox {
    opacity: 1;
    transform: translateY(0%);
    -webkit-transform: translateY(0%); }

.al-bottomSelectorListBox {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background-color: #EFF4F8;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear; }

.al-bottomSelectorList {
  background-color: #fff; }

.al-bottomSelectorItem {
  height: 1.33333rem;
  text-align: center;
  line-height: 1.33333rem;
  font-size: 18px;
  border-bottom: 1px solid #e4e9ed; }
  [data-dpr="2"] .al-bottomSelectorItem {
    font-size: 36px; }
  [data-dpr="3"] .al-bottomSelectorItem {
    font-size: 54px; }
  .al-bottomSelectorItem a {
    color: #333;
    display: block; }

.al-bottomSelectorItem.active a {
  color: #3598db; }

.al-bottomSelectorItem.title a {
  color: #909090; }

.mgt {
  margin-top: 0.26667rem; }

.al-bottomSelectorItem.al-bottomSelectorTitle a {
  font-size: 15px;
  color: #909090; }
  [data-dpr="2"] .al-bottomSelectorItem.al-bottomSelectorTitle a {
    font-size: 30px; }
  [data-dpr="3"] .al-bottomSelectorItem.al-bottomSelectorTitle a {
    font-size: 45px; }

.EV-giveUpConfig a {
  color: #f34b4b; }

.promptPopup {
  position: fixed;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 30, 43, 0.9);
  z-index: 8; }
  .promptPopup figure {
    text-align: center;
    margin-top: 7.86667rem; }
    .promptPopup figure img {
      width: 9.28rem;
      height: 4.10667rem; }
  .promptPopup p {
    width: 3.62667rem;
    height: 1.05333rem;
    text-align: center;
    line-height: 1.05333rem;
    border-radius: 100px;
    font-size: 0.4rem;
    color: #fff;
    border: solid 1px #fff;
    position: fixed;
    bottom: 1.09333rem;
    left: 50%;
    transform: translate(-50%, 0); }

.authPopup {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 7;
  background: rgba(10, 30, 43, 0.5);
  width: 100%;
  height: 100%; }
  .authPopup .authPopupCont {
    width: 7.6rem;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 0.4rem 0.4rem 0.93333rem;
    border-radius: 8px;
    text-align: center; }
  .authPopup figure {
    overflow: hidden; }
    .authPopup figure img {
      width: 0.4rem;
      height: 0.4rem;
      float: right;
      margin-right: 0.4rem; }
  .authPopup .exhibitionImg.authTip img {
    width: 4.17333rem;
    height: 4.17333rem; }
  .authPopup .exhibitionImg.submit img, .authPopup .exhibitionImg.submitFail img {
    width: 1.74667rem;
    height: 2.16rem; }
  .authPopup .titleText {
    font-size: 0.66667rem;
    color: #000000;
    line-height: 0.66667rem;
    margin-top: 0.6rem; }
  .authPopup .detailText {
    font-size: 0.45333rem;
    color: #777777;
    line-height: 0.68rem;
    margin-top: 0.4rem; }
    .authPopup .detailText.color333 {
      color: #333;
      font-size: 0.50667rem;
      margin: 0.53333rem 0 0 0; }
    .authPopup .detailText.color777 {
      color: #777; }
  .authPopup .hollowBtn {
    padding: 0 0.92rem;
    height: 1.2rem;
    line-height: 1.2rem;
    border: 2px solid #2899E6;
    border-radius: 100px;
    font-size: 0.50667rem;
    color: #2899E6;
    margin-top: 0.8rem; }
  .authPopup .solidBtn {
    padding: 0 0.92rem;
    height: 1.2rem;
    line-height: 1.2rem;
    background: #2899E6;
    border-radius: 100px;
    font-size: 0.50667rem;
    color: #fff;
    margin-top: 0.8rem; }
  .authPopup .authNone {
    font-size: 0.4rem;
    color: #909090;
    margin-top: 0.48rem;
    display: none !important; }

.dk-result-pointer-bg {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  background: #2F2C2C;
  opacity: 0.9;
  z-index: 19; }

.dk-result-pointer {
  width: 70%;
  position: fixed;
  top: 0.8em;
  right: 0.4em;
  background: url("//img50.allinmd.cn/pages/index/guide.png") no-repeat;
  background-size: 100%;
  height: 30em;
  z-index: 20; }

.icon-discoverEntryHot:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0.48rem;
  height: 0.48rem;
  background-image: url("//img50.allinmd.cn/pages/index/icon_hot.png");
  background-size: 100% 100%;
  position: absolute;
  top: -0.2rem;
  right: 0;
  display: none; }

/*vip等级*/
/*上下左右箭头图标引用*/
/*引导关注*/
.guideFellow {
  background: rgba(10, 30, 43, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 6; }
  .guideFellow .erweima {
    width: 5.97333rem;
    height: 14.56rem;
    margin: 0 auto;
    background-size: contain;
    position: relative; }
    .guideFellow .erweima img {
      width: 100%; }
    .guideFellow .erweima i {
      display: inline-block;
      width: 0.97333rem;
      height: 0.97333rem;
      background: url("//img50.allinmd.cn/login/loginV2/care_close_popup.png") no-repeat;
      background-size: contain;
      position: absolute;
      right: -0.26667rem;
      top: 4.2rem;
      z-index: 2; }

/*iphoneX 适配*/
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .al-mainInner .al-footerBar {
    padding-bottom: 0.45333rem; }
  .al-mainInner .al-scrollShareBtn {
    bottom: 2.66667rem; } }

/*新版认证优化的V1认证对话框样式*/
.auth-opt-v1-popup {
  background-color: #fff;
  position: absolute;
  width: 7.94667rem;
  min-height: 10.32rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0.21333rem; }

#auth-opt-v1-popup-top-img {
  overflow: hidden;
  width: 100%;
  height: auto; }

.auth-opt-v1-popup-title {
  font-size: 0.58667rem;
  line-height: 0.8rem;
  font-weight: bold;
  text-align: center;
  color: #1a71ff; }

.auth-opt-v1-popup-desc {
  margin-top: 0.32rem;
  font-size: 0.42667rem;
  line-height: 0.69333rem;
  font-weight: 400;
  color: #222222;
  padding: 0 0.64rem; }

.auth-opt-v1-popup-submit {
  width: 6.66667rem;
  height: 1.33333rem;
  margin: 0.48rem auto 0;
  background: #1a71ff;
  border-radius: 0.21333rem;
  font-size: 0.45333rem;
  line-height: 1.33333rem;
  font-weight: bold;
  text-align: center;
  color: #ffffff; }

.auth-opt-v1-popup-cancel {
  text-align: center;
  margin: 0.53333rem auto;
  font-size: 0.45333rem;
  font-weight: 400;
  text-align: center;
  color: #666666; }

@charset "UTF-8";
/*新版认证优化的V1认证对话框样式*/
.auth-opt-v1-popup {
  background-color: #fff;
  position: absolute;
  width: 7.94667rem;
  min-height: 10.32rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0.21333rem; }

#auth-opt-v1-popup-top-img {
  overflow: hidden;
  width: 100%;
  height: auto; }

.auth-opt-v1-popup-title {
  font-size: 0.58667rem;
  line-height: 0.8rem;
  font-weight: bold;
  text-align: center;
  color: #1a71ff; }

.auth-opt-v1-popup-desc {
  margin-top: 0.32rem;
  font-size: 0.42667rem;
  line-height: 0.69333rem;
  font-weight: 400;
  color: #222222;
  padding: 0 0.64rem; }

.auth-opt-v1-popup-submit {
  width: 6.66667rem;
  height: 1.33333rem;
  margin: 0.48rem auto 0;
  background: #1a71ff;
  border-radius: 0.21333rem;
  font-size: 0.45333rem;
  line-height: 1.33333rem;
  font-weight: bold;
  text-align: center;
  color: #ffffff; }

.auth-opt-v1-popup-cancel {
  text-align: center;
  margin: 0.53333rem auto;
  font-size: 0.45333rem;
  font-weight: 400;
  text-align: center;
  color: #666666; }

/*新版认证优化的V1认证对话框样式*/
.auth-opt-v1-popup {
  background-color: #fff;
  position: absolute;
  width: 7.94667rem;
  min-height: 10.32rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0.21333rem; }

#auth-opt-v1-popup-top-img {
  overflow: hidden;
  width: 100%;
  height: auto; }

.auth-opt-v1-popup-title {
  font-size: 0.58667rem;
  line-height: 0.8rem;
  font-weight: bold;
  text-align: center;
  color: #1a71ff; }

.auth-opt-v1-popup-desc {
  margin-top: 0.32rem;
  font-size: 0.42667rem;
  line-height: 0.69333rem;
  font-weight: 400;
  color: #222222;
  padding: 0 0.64rem; }

.auth-opt-v1-popup-submit {
  width: 6.66667rem;
  height: 1.33333rem;
  margin: 0.48rem auto 0;
  background: #1a71ff;
  border-radius: 0.21333rem;
  font-size: 0.45333rem;
  line-height: 1.33333rem;
  font-weight: bold;
  text-align: center;
  color: #ffffff; }

.auth-opt-v1-popup-cancel {
  text-align: center;
  margin: 0.53333rem auto;
  font-size: 0.45333rem;
  font-weight: 400;
  text-align: center;
  color: #666666; }

.fixedHeader {
  position: fixed;
  top: 0;
  z-index: 6;
  width: 100%; }

.al-indexHeader {
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0.4rem;
  height: 1.17333rem;
  overflow: hidden; }
  .al-indexHeader h1 {
    font-size: 17px;
    color: #222222; }
    [data-dpr="2"] .al-indexHeader h1 {
      font-size: 34px; }
    [data-dpr="3"] .al-indexHeader h1 {
      font-size: 51px; }
  .al-indexHeader a {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    color: #515c74; }
    [data-dpr="2"] .al-indexHeader a {
      font-size: 26px; }
    [data-dpr="3"] .al-indexHeader a {
      font-size: 39px; }
    .al-indexHeader a:link {
      color: #515c74; }
    .al-indexHeader a:visited {
      color: #515c74; }
    .al-indexHeader a:hover {
      color: #515c74; }
    .al-indexHeader a:active {
      color: #515c74; }
  .al-indexHeader .al-indexHeaderItem {
    width: 3rem;
    height: 100%;
    line-height: 1.17333rem;
    white-space: nowrap; }
  .al-indexHeader .al-indexHeaderItem:nth-last-child(1) {
    text-align: right; }
  .al-indexHeader .al-indexHeaderItem:nth-child(1) {
    text-align: left; }
  .al-indexHeader .al-indexHeaderItem:nth-child(2) {
    text-align: center; }

.al-indexHeaderItem:nth-child(1) a {
  display: block;
  height: 100%;
  width: 1rem;
  margin-left: -0.25rem; }
  .al-indexHeaderItem:nth-child(1) a:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .al-indexHeaderItem:nth-child(1) a img {
    width: 0.8rem;
    height: 0.8rem;
    vertical-align: middle; }

.al-indexHeaderItem:nth-child(3) a {
  color: #626f8c;
  font-size: 14px; }
  [data-dpr="2"] .al-indexHeaderItem:nth-child(3) a {
    font-size: 28px; }
  [data-dpr="3"] .al-indexHeaderItem:nth-child(3) a {
    font-size: 42px; }

/*搜索框*/
.searchCont {
  background: #fff;
  padding: 0 0 0 0.4rem;
  height: 1.12rem;
  line-height: 1.12rem;
  overflow: hidden; }
  .searchCont:after {
    content: '';
    display: table;
    clear: both; }
  .searchCont .searchInput {
    float: left;
    width: 7.81333rem;
    height: 1.12rem;
    overflow: hidden;
    background: rgba(205, 205, 205, 0.2) url("//img50.allinmd.cn/index/searchBorder.png") no-repeat;
    background-size: contain;
    font-size: 0.4rem;
    color: #a0a0a0; }
    .searchCont .searchInput i {
      display: inline-block;
      width: 0.4rem;
      height: 0.4rem;
      background: url("//img50.allinmd.cn/index/search.png") no-repeat;
      background-size: contain;
      vertical-align: middle;
      margin: 0 0.17333rem 0 0.29333rem; }
  .searchCont button {
    float: left;
    background: #3CAEFA;
    border-radius: 0 6px 6px 0;
    width: 1.4rem;
    height: 1.12rem;
    line-height: 1.12rem;
    font-size: 0.4rem;
    color: #FFFFFF; }

/*新版认证优化的V1认证对话框样式*/
.auth-opt-v1-popup {
  background-color: #fff;
  position: absolute;
  width: 7.94667rem;
  min-height: 10.32rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0.21333rem; }

#auth-opt-v1-popup-top-img {
  overflow: hidden;
  width: 100%;
  height: auto; }

.auth-opt-v1-popup-title {
  font-size: 0.58667rem;
  line-height: 0.8rem;
  font-weight: bold;
  text-align: center;
  color: #1a71ff; }

.auth-opt-v1-popup-desc {
  margin-top: 0.32rem;
  font-size: 0.42667rem;
  line-height: 0.69333rem;
  font-weight: 400;
  color: #222222;
  padding: 0 0.64rem; }

.auth-opt-v1-popup-submit {
  width: 6.66667rem;
  height: 1.33333rem;
  margin: 0.48rem auto 0;
  background: #1a71ff;
  border-radius: 0.21333rem;
  font-size: 0.45333rem;
  line-height: 1.33333rem;
  font-weight: bold;
  text-align: center;
  color: #ffffff; }

.auth-opt-v1-popup-cancel {
  text-align: center;
  margin: 0.53333rem auto;
  font-size: 0.45333rem;
  font-weight: 400;
  text-align: center;
  color: #666666; }

.al-sortItems {
  padding: 0.26667rem 0.2rem;
  font-size: 14px;
  box-sizing: border-box;
  position: relative;
  background-color: #ffffff;
  border-bottom: 1px solid #e4e9ed; }
  [data-dpr="2"] .al-sortItems {
    font-size: 28px; }
  [data-dpr="3"] .al-sortItems {
    font-size: 42px; }
  .al-sortItems li {
    padding: 0 0.37333rem;
    color: #3CAEFA;
    height: 0.72rem;
    line-height: 0.72rem;
    background: rgba(60, 174, 250, 0.1);
    border-radius: 0.08rem;
    margin-right: 0.32rem;
    display: inline-block; }
    .al-sortItems li.sortActive {
      background: #3caefa;
      color: #FFFFFF; }
  .al-sortItems span {
    color: #808080;
    display: inline-block;
    height: 0.32rem;
    overflow: hidden; }

.al-correct-word {
  width: 100%;
  height: 1.89333rem;
  background: #fff;
  display: flex;
  flex-direction: "row";
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: flex;
  -webkit-justify-content: "center";
  -moz-justify-content: "center";
  -ms-justify-content: "center";
  -o-justify-content: "center";
  justify-content: "center";
  webkit-flex-direction: "row";
  -moz-flex-direction: "row";
  -ms-flex-direction: "row";
  -o-flex-direction: "row";
  flex-direction: "row";
  -webkit-flex-direction: "row";
  justify-content: "center";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center; }
  .al-correct-word .container {
    width: 9.2rem;
    height: 1.2rem;
    background: #f4f4f4;
    border-radius: 0.08rem;
    font-size: 0.4rem;
    color: #888;
    line-height: 1.06667rem;
    display: flex;
    flex-direction: "row";
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    display: flex;
    -webkit-justify-content: "flex-start";
    -moz-justify-content: "flex-start";
    -ms-justify-content: "flex-start";
    -o-justify-content: "flex-start";
    justify-content: "flex-start";
    webkit-flex-direction: "row";
    -moz-flex-direction: "row";
    -ms-flex-direction: "row";
    -o-flex-direction: "row";
    flex-direction: "row";
    -webkit-flex-direction: "row";
    justify-content: "flex-start";
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: flex-start; }
    .al-correct-word .container .icon {
      width: 0.53333rem;
      height: 0.57333rem;
      display: inline-block;
      background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAsCAYAAAAXb/p7AAAABGdBTUEAALGPC/xhBQAABoZJREFUWAnVmHtIXmUcx3191ZzppouYrTCNRWtjtJykf4wuktaCJqwSNiOymyRmOl8vteiPQuYtEXEuac2xikJm24KIpSy2RixrWYvNPwxCy21GYt6m89rndzyPHN9zznvR1z/2wPP+fs/v8n2+z/Wc8zqCAlQaGhpuGx0d/U7gQkJCUl0u17+BgA4OBIhgjI+P70BskTozMyN6QErACM7NzRmxjLqJaFNTU0Rtbe0qk8PC4BGoqqrqpYqKij8rKyvzLHLdTd86HI4evZ5yd6o2eHGDg4NdU1NTg+AnKrudDLFziH12dvY1RDy1DuAzZWVlv6NblpKSkmvM4j3ihOSsZdC8r4K4OGpQcHDwJky/2MWK3eMM4m+RIMCcdPqM6J6KEPNETnLBStYx+pDHdd1WeJzB5OTk+o6OjhRAtzDaY1YoLS0tYb29vRuY7fvxr0FedzqdY8irCQkJnZmZmTNuebJdngevuri4eMzNZ2o6TBYfDLLJh4aGMiCRxYylM4BQm7Rh/Gepx+Pj4z+F7KRNnK3ZL4IQCWZjZyPLQVxni2rhgORfmKuio6ObcnJypixCLE0+E5TTRyetkEtSSLSlIzmx51myi8hxZnUOeStx2/DLfnsU/RakVrCd5yLPLCoqEsJei08EuWZkH54ATc3aMPp+Ojrk7YlRV1e3bmJiIg9iuWCs1RkNsE8z2YOnvTF0sGS7GfVuElro7DOAZAYWSk1Nzbbp6emzGCJ048nw8PCcgoKC/oUgg8JM14GRSG0Ht5Wr6ZK46ScWgkepadLGP0afj9DnBWmrgt9Bn1nkPkfMFw5mpw/jej3gCIDZKpjb/k4u1A7lJ2E/990+5KJBqHiR4HUSv1V0Pe4bVFdpaWmXdA7RcuRbuv8aJFMg2SNtKeQfxq849Mk92Gjo8GEtSv+ZnJw8QrBGnpg6OnnbEGsMXdA5BA+xH7cTV03uMPUpnBcg9orkCgbtA5KAL5bn9seiG4rGQWLBadT2IKxl4z9L/RKADgnGthOAk6JTTmNPI8n2CTEftviX5V6D5RPq0+Ih/w1wGsCV26Ad+Zhuz8D+leg6l12owuVnjaA43AvgXdg2AnqDuoWl7XaP8aUtZKqrqyvZUy7ih+g0Brw59tkm9vZv2EJod4N/n9jdMS0fdYwihcCNenDzUslJPp3Okl/Mcu1BL9Ixg9h3l9E/kjaDuBfC0qepWBIkYY+KBLRJ6cuRkPwckj8x+AGqdgjAPqowmWHLZ70lQRJTJRHZA/CvCmS5kgOxGowYJkCWOwjsHxG9omPT9qnoxmIiSKDYNuhBAhCwwhV2jkG7mMlqAUWfo2qHEplA36YzYXqbYS/cTaD2aEL+ETB2OhCH5AM3zL+lTV+h9H076j9Gv2kGGckqFYA+qvSVkhC7qrCZ2TuUrqQVwWnlhKDda5QKWbaEVLgC4dqZULqSJoIkLEwxo4tTgSslOb2xCpvH3oDSlTQRLCws/A+nNu0Q1J6pKniFZJKO28/daPqWNhGUYJZWO73IxPr6etm4K1K4D+8C+EEBV326d2RHUPuYYQYdfJC/6J4UqDak3gRLu0nQLT+gLAnyvneCxCGdSIGvH9n+EJcXCfaffNbK7I0xGa1W+ZYE8/Pz5WOnQRJIXM/pes8qeTk28N8lX54sUuq5H0fm1cW/lgQlJCwsrAaQK6Iz0r2MeIfogSjsvZcZ+F7Bkj6ioqK0J4sVti1BOc2AaEtAosQdg+R2KxB/bLx6pRJ/UHIgd4NrbVdubu6gHYbTziH29vb27rS0NLm4BTQUwKz09PQrbW1tneL3p/CB70xKSipjNQ6RFya5kHuVF4avPeGYHs5WwSxJFbNZrHwQPUV9PzIy8rKn0Ut8Y2NjzPDw8GbUGmqy2KSQX86+e2e+Zf9ru8TGFIBKAHwd26TYIfsEM3GOPywzjHFW+sjIyE7s31MVuQGw5BXfKznB84mgBAL4IcBbqT9IeymF3DMcvgfA0r4/fMHwaYmNQGzyx3nxbBMbHcq/CpeMfgt9s8y4bn+Sd0LJ8bmY3gd9yDS+TEjHqnOvqRyKfq9BbgE+L7HK4++Ki+gHmD33v9VUiEnqsQeX8vng9xKr3pubm8P5KzdCtT3JmJiY69nZ2aZ3PU85N41vyTPIU0WunlIOwMIbsc2o5aJv4HDss/F7NPu9BxUa5PIgt5a2LLOnuprYF1Sev3Ipp1jrg07lOS0de8OY5PQe9pfYTRP/P4Qjl37RcFF2AAAAAElFTkSuQmCC") no-repeat center center;
      background-size: cover;
      margin-right: 0.16rem;
      vertical-align: center;
      margin-left: 0.32rem; }

.al-indexNavbar {
  box-sizing: border-box;
  padding: 0.26667rem 0.4rem;
  position: relative;
  background: #fff;
  font-size: 18px;
  border-bottom: solid 1px #d7dbde; }
  [data-dpr="2"] .al-indexNavbar {
    font-size: 36px; }
  [data-dpr="3"] .al-indexNavbar {
    font-size: 54px; }
  .al-indexNavbar ul {
    /* autoprefixer: off */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /* autoprefixer: on */ }
    .al-indexNavbar ul li {
      color: #666666;
      position: relative; }
      .al-indexNavbar ul li i {
        position: absolute;
        left: 0.6rem;
        top: -0.34667rem;
        z-index: 3;
        display: inline-block;
        background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAiCAMAAADF9REmAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAGqUExURUxpcf9VVfVUV/ZUWPVVVfRUVf9VVfRUVfRUVfRTVPNUVfRVVfRUVPRTVfNTVf9mZvRUVvNTVf////NTVP////zc3Pq6uvmwsP3n5/msrfzV1v7x8f3k5PNgYfibm/mpqfilpfmzs/3u7vihovvPz/ien/vS0vV8fPNZWvVycvNVVv78/PV1dvNUVf3j4/NfYPzb2/74+P3o6PNYWfNdXvibnP729vzf4P3q6vzd3f7y8vV9fveZmvvJyvRoafV5evV4efmur/3r6/q/v/q7u/RsbfRhYvioqf3p6frAwPmqqvijpPzf3/zZ2f719fq6u/ijo/ikpfvMzPvLy/inqPvOzvRiY/ifn/VwcPmysvV7fPq3t/m2t/RrbPV2dvNWV/V0dPrCwv77+/aLjPvHx/Z/gPaEhfRlZvq9vfeSk/q4ufvQ0Pq+v/V0dfaHiPeYmfeRkfRub/q+vvzX2PV8ff3t7fzU1P3l5frExP709P3m5vrExfNcXfaBgvrAwfze3vRpavvHyPm2tvNeX/rCw/eXl/vJyfvT0/zX1/vFxveTlP739/m1tf76+u4SdFkAAAATdFJOUwAMSToz/APozOPbb3CQ3AWP1gEEFQYdAAAB0klEQVQ4y63U91vaQBjA8WBB7XL0vSAEQjSgadh7KbgRVLCttrXVttq993LPWuf/LIQDA4mPHI/fX3KXh8+TS57jqIarQNa1KxQpAWimiAk0XYJ5Kshns49lE1fyHLPols/0ZoAnCwOvXnwZz/wIo/5K02sslo7iQW/JDCNH2ORI7xq/jlY9p89QDMXxoK9k7IFPADEOAivf1Nf2Br07m1g52sS9hs8+D9Ac/IuvKk1nvrfofeHyULrhNeSeG8ZEp7/DadY7zSPOUYVBQzSON8m+AY/KMUpjKY04ufGwqY+Zye3sBMsGlWbPivsgNxD86w3EuJ2N7ynl+yC3DWcom+ggN7a0FYTfE8AmfI88F67N9dOLlsd9kyFLsWH3A4XZ1+NoySR55PDbYRNFGCYXZZhfjMra/nfhspKxz/VP5d+HRfktyHQCdKkZ9e/GopAgRKYE4UDN/OnB+StNnOdPwjx/pGZeduNslYZsbSOSORTF2LEorlebBE3L9o6Dpu8BhGb4+wVTtXXK5k5HVXcBBiPTAwWzdltqnqn9PHhW+m/bL/EMqc3UcybWc/bibhRvXKcIamyWHttIYiitDkCnpci6CdBGSChNS7uG1FC3Wmv84SlH15hVyRX35wAAAABJRU5ErkJggg==") no-repeat;
        background-size: contain;
        width: 0.68rem;
        height: 0.45333rem; }
    .al-indexNavbar ul a {
      color: inherit;
      text-decoration: inherit;
      cursor: inherit;
      color: #666666; }
      .al-indexNavbar ul a:active, .al-indexNavbar ul a:focus {
        outline: none; }
    .al-indexNavbar ul .active a {
      color: #3598db;
      position: relative; }
      .al-indexNavbar ul .active a:after {
        content: "";
        display: block;
        position: absolute;
        height: 0.05333rem;
        width: 0.4rem;
        background-color: #2899e6;
        bottom: -0.13333rem;
        left: 50%;
        margin-left: -0.2rem;
        border-radius: 1.33333rem; }

.show {
  opacity: .9;
  visibility: visible; }

.icon-indexDownload:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url("//img50.allinmd.cn/pages/index/index_download.png") center center no-repeat;
  background-size: 100% 100%;
  width: 0.42667rem;
  height: 0.45333rem;
  margin-right: 0.18667rem; }

.icon-search:before {
  content: "";
  display: inline-block;
  vertical-align: sub;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAiCAMAAAANmfvwAAAAY1BMVEUAAABRXHRRXHRRXHRRXHRRXHRRXHRRXHRRXHRRXHRRXHRRXHRRXHRRXHRRXHRRXHRRXHRRXHRRXHRRXHRRXHRRXHRRXHRRXHRRXHRRXHRRXHRRXHRRXHRRXHRRXHRRXHRRXHTi9BeoAAAAIHRSTlMAAQMGChAXHCJFSEtXZXWJjZylrbrN0NTY3N3w8vP1+/cwdHUAAADhSURBVDjLrZPZDoIwEEULyI5sCloBOf//lSYoBmkb5sH7Mm1zkt7ZlFp1Kpp+hLFvipOyKaonvprqyCTOA+gqT8IwySsNw3kHBC10mbdevayDNvghrsylv33xy5nrlml5pvuf0yftxgdzarpLZ75+ooHSlmPJsOZV0/k2xO+oPxWbyKyVUhnTu4YF2rMjnqZYDg2VcqiiWWJP7kJy+iWOJC4kYVwihC4kBCki+EhgV5C0oHSCBgjaKBkGwUg5B/NyON484oMluTzQ8cGqxXrHWBbWYCxrbzKm/sjc1RFzv70An38ZkshtiDMAAAAASUVORK5CYII=") center center no-repeat;
  background-size: 100% 100%;
  width: 0.45333rem;
  height: 0.45333rem; }

/*%al-newsNum {
    border-radius:rem(50px);
    background-color: #F34B4B;
    font-style: normal;
    position: absolute;
    top: rem(-10px);
    right: rem(12px);
    display: block;
    height: rem(32px);
    max-width: rem(42px);
    line-height: rem(32px);
    @include font-dpr(10px);
    color: #fff;
    padding: 0 rem(10px);
}*/
.al-newsNum {
  font-size: 0.29333rem;
  color: #666666;
  display: block; }

.icon-contentAuthor:before {
  content: "";
  display: inline-block;
  width: 0.29333rem;
  height: 0.29333rem;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAABs0lEQVR42qyVzytEURTH7zBmYaEsbAwWVoqF1BQW0pQFTeyUmmLLHzBRopEa9hprNZqyo4k0FrJghQ2bSU1Z+bFQFhYzw/gcnSS99+YO79Sn++be7/nec3+8NwFTI3K53DTNAgxp1wWkY7HYnldewMOwkWYX+iEJRzo0DqtwDXEmeHfKD3pMugxdMEDy24/+LJPu056oJmldMYkhmmcYxvTWRdNLcw5taEq/xxtcqh2EopuphI4VVWtsjTuhYGpHQbXWxk1QsjAuqdba+BE6LIxF81CP8SVEOKBmj+soYxG4sjbmYJ70xOc8qp0VjWqtKzb6EiSprN2hWulbU42py5hKpOIMrDgMS19GNabeiiXuIOzQH9Yx1wg6LFPexjH98IzApEPeJhygFV0a8lRfdXyl1TAOizrhNuyQ8OJyK1r1AOehAhu6PdVvY0TysclCCyzBIYIPi3ssubKdE5CCV5gh9z7AQA8/znRJ63RWzB8Cn6B+7b62UIyPeTjFMGV8CPxkxaOyjChsGf9CvKJiXIaQj8biVRbjPCT0Vvx3G8QjIZ6yx908yF9Nn08V38DUpwADAPoSiIXRuikcAAAAAElFTkSuQmCC") center center no-repeat;
  background-size: 100% 100%;
  vertical-align: -0.04rem;
  margin-right: 0.13333rem; }

.icon-contentWatchedNum:before {
  content: "";
  display: inline-block;
  width: 0.38667rem;
  height: 0.25333rem;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAATCAMAAABbR/ZNAAAAnFBMVEUAAAC0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLSkZPKXAAAAM3RSTlMAAQMEBg8QFhgZHDIzNDdCSExOVGRmaGxwc3WDmJmgoq+yxsnM0NLT2tvf4OHk5fLz9PZwUSWrAAAA4UlEQVQoz4VS2RaCIBRES4vcKs0lt1ITlyi0//+3FChTjyceuAPDXQcAPkvch3n7avNwL4LpWp2q0jegDA2/qE6rMakhdBQ4Fg450n5Jrzn/hhPPxBsO0V2lQDZdU6ZIqSP+fH1FWwocksQJcSjeZNc19bykEiOx3u06ZrSUXnrvADFSJjq1OmHBpVsAgP3YsQRmwstITGYhtsHT4pduzEHscmA9gY3hgu/uYXd5bwt5UfC35q7fbDPrd4tYv/2samUyK/UeDaP1yGTOjTfWKD98NTqisUZU34LrW870Xfgbb2STFQHe7MBlAAAAAElFTkSuQmCC") center center no-repeat;
  background-size: 100% 100%;
  vertical-align: -0.02rem;
  margin-right: 0.13333rem; }

.bookNameIcon:before {
  content: "";
  display: inline-block;
  width: 0.26667rem;
  height: 0.30667rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAWCAYAAADAQbwGAAAAAXNSR0IArs4c6QAAAQ1JREFUOBFj3Lp1axgDA8OU////iwJpogEjI+NroJ5sHx+f1ciaWIAckGEBQIljyBKE2Fu2bLECGroBqA7FQAagxH9CmnHJI+sFsm+B1DHhUkyGuCq1DQS7gZouHDWQjGjFpmU0UrCFCmliVA9DUGnDACzCEoBUGRBrAEseRiBNFACWNu/RFYINBBpSDpSI8fb2PgdURHbpAzIcbCALC0uah4fHWXTbyOGDDPwHdNU5kGZgmXYZyFYk1iCgz+4DC2ZdZPUsQAMuASWMgIKH0SWRFeJjX716le3+/fu/QGpAsdz158+fWUDXGZMSITALQIY9fPiwBMg/BBIDxyi5sQw1FOSyQ+zs7Mmurq6PAKuZXfChern4AAAAAElFTkSuQmCC) no-repeat;
  background-size: contain;
  vertical-align: -0.05rem;
  margin-right: 0.13333rem; }

.al-contentSeminarMark {
  width: 0.53333rem;
  height: 0.8rem;
  position: absolute;
  right: 0.13333rem;
  top: 0; }
  .al-contentSeminarMark img {
    width: 100%;
    vertical-align: top; }

.icon-contentSeminarTime:before {
  content: "";
  display: inline-block;
  width: 0.24rem;
  height: 0.26667rem;
  background: url("//img50.allinmd.cn/pages/index/time_icon.png") center center no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  margin-right: 0.13333rem; }

.icon-contentSeminarPlace:before {
  content: "";
  display: inline-block;
  width: 0.24rem;
  height: 0.29333rem;
  background: url("//img50.allinmd.cn/pages/index/place_icon.png") center center no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  margin-right: 0.13333rem; }

.icon-circleArrowRight:after {
  content: "";
  display: inline-block;
  width: 0.37333rem;
  height: 0.37333rem;
  background: url("//img50.allinmd.cn/pages/index/title_arrow.png") center center no-repeat;
  background-size: 100% 100%;
  vertical-align: -0.04rem;
  margin-left: 0.13333rem; }

.al-contentNewest {
  color: #9bcc4e;
  border: 1px solid #9bcc4e;
  padding: 0.04rem;
  margin-right: 0.26667rem;
  border-radius: 0.02667rem;
  padding: 0 0.10667rem; }

.al-contentHotest {
  color: #e84652;
  border: 1px solid #e84652;
  padding: 0.04rem;
  margin-right: 0.26667rem;
  border-radius: 0.02667rem;
  padding: 0 0.10667rem; }

.al-contentAward {
  color: #bd97f7;
  border: 1px solid #bd97f7;
  padding: 0.04rem;
  margin-right: 0.26667rem;
  border-radius: 0.02667rem;
  padding: 0 0.10667rem; }

.al-contentJoin {
  color: #44bbed;
  border: 1px solid #44bbed;
  padding: 0.04rem;
  margin-right: 0.26667rem;
  border-radius: 0.02667rem;
  padding: 0 0.10667rem; }

.al-contentPdf {
  color: #cf0000;
  border: 1px solid #cf0000;
  padding: 0.04rem;
  margin-right: 0.26667rem;
  border-radius: 0.02667rem;
  padding: 0 0.10667rem; }

.al-tagsRecommendHot {
  content: "";
  display: inline-block;
  width: 0.53333rem;
  height: 0.34667rem;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAaCAMAAADyku75AAAAbFBMVEXzS0vzS0vzS0vzS0vzS0vzS0vzS0vzS0vzS0vzS0vzS0vzS0vzS0vzS0vzS0vzS0vzS0vzS0vzS0vzS0vzS0v0XV31bW31e3v2iYn3lpb4oqL5rq75ubn6xMT7z8/82dn94+P97Oz+9vb////Fb2TWAAAAFHRSTlMABkJOW15sb36IiY+Qkezt7vn8/huqF7cAAADCSURBVDjLlZLrDoMgDEbr3N2pm5ahVAbC+7/jpphFExQ8fyBfTwqEQpKXGOSZJ/DAKO5QxoklYCR7RXrPFk40bgQ5xEy0zX9hykjSlpxo5aqoNBu62XZe8IiNdbeQfUDslEu45V5Rq4FfrGiqWOEV5fi+hUjbR0vpEuaidVEYNm6FCTwG+7ElNxQSea+p7YxEr7j4QtF9iOOisH8oIsTowc3ixBskWRHWiiyBicNrCKoUgqQVYn2ECE41niGKy3Wr+gVALEpysoXHrwAAAABJRU5ErkJggg==") center center no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  position: absolute;
  top: -0.33333rem;
  margin-left: -0.13333rem; }

.al-tagsRecommendNew {
  content: "";
  display: inline-block;
  width: 0.53333rem;
  height: 0.34667rem;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAaCAMAAADyku75AAAAbFBMVEVVyCNVyCNVyCNVyCNVyCNVyCNVyCNVyCNVyCNVyCNVyCNVyCNVyCNVyCNVyCNVyCNVyCNVyCNVyCNVyCNVyCNlzD500FOB1GaO13ea24am35Wx46O85rDG6rzQ7sja8dTk9d/t+Or2/PX///8tvhAsAAAAFHRSTlMABkJOW15sb36IiY+Qkezt7vn8/huqF7cAAAD0SURBVDjLldLLdoMgFEBRbPq2SdrkCMhVnv//jx1ojWZQyRnKXgLroprjmd2+j436oqpPda6DZ0VlD0EtBgDRaJnS1gEYAdAyQ1siAMViywz7BDAUDUhcYJAF/m1VNJCiAH5YoM7dPQwOdHIeyHaBiL+HMoIMXQZTuEGSnWEIIYQANoHviWb6yQJt6taXAbKmgAhe1pBRtlvjXe/BBLLewC7rLZRhcEA2iQ3EhS00MWrAj+MdJKzOaIEUAVzpVyNkmtRthBZw/fS1e/xR1MHqh9vWwQ/VtKd9dmobNff0A3A5qN0OF7g+q4perryqqt7e/1v9BXQiS99pKHHdAAAAAElFTkSuQmCC") center center no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  position: absolute;
  top: -0.33333rem;
  margin-left: -0.13333rem; }

.icon-discoverEntryHot:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0.48rem;
  height: 0.48rem;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAAM1BMVEUAAADnTE3nTE3nTE3nTE3nTE3nTE3nTE3nTE3nTE3nTE3nTE3nTE3nTE3nTE3nTE3nTE1FTpzKAAAAEHRSTlMAECAwQFBgcICPn6+/z9/vIxqCigAAAalJREFUOMuNlN1yrDAMg+UQgiE//t7/ac9Fwpbd9nTqCwaIJlEkW9K32pJ+rf3sANB8+xlhHjxqlJ92CaCfe05bLtcARv7cpgLX44zcAH/HdGhfhJPvUh5wfWBOKdf1c9DW7g9UhSKpw/yGJkm6Hice6x2GZIdf836H1GDxtKBJuztEjPoSwSUL+gQ5JF0vfZ4g7ZOILDiltiBnLnmAjrXaJr0CScqeL2ht6zhUOeSvVV33sV9sKDrnohQckgYuyUoFiDIAdrVbjkqVBFlK01y3xa40orQsyRlSBpMcgK4bHo0WFEkZ1kOpHQXacijoDcDeQVMSV+pQtbk1lnE3yKR9GmEB3ZZtkV4gRdi6fqR8Y2S95uXHuD0uHeomq24qsyP8KcGjSrh0wC5B2ENMny1pfSQI6YAutcV7n8pPk6xDbpBlAVkZYhrcJSXIq8nl4NIJruXLapWDkLYB3ZTBpQS7tDWXbEz3B5eOW5562tug19m+BdrgdZf3ugdhdmt7ifgxsNeSgbg2XdA/MuIxnJbTPQ1c6dcxfwbGlv8XGH+Mnr+F2CtSvsXhP1mvH621NbqAAAAAAElFTkSuQmCC");
  background-size: 100% 100%;
  position: absolute;
  top: -0.2rem;
  right: 0.16rem; }

.btn-primary {
  width: 1.86667rem !important;
  height: 0.74667rem;
  text-align: center;
  line-height: 0.74667rem;
  border: 1px solid #2899e6;
  border-radius: 0.66667rem;
  color: #2899e6; }

.btn-primary-lg {
  display: block;
  width: 100%;
  text-align: center;
  height: 1.2rem;
  line-height: 1.2rem;
  background-color: #2899e6;
  border-radius: 0.05333rem;
  color: #fff;
  font-size: 20px; }
  [data-dpr="2"] .btn-primary-lg {
    font-size: 40px; }
  [data-dpr="3"] .btn-primary-lg {
    font-size: 60px; }

.al-msgWriting {
  opacity: .7;
  color: rgba(255, 255, 255, 0.7); }

.btn-done {
  width: 1.86667rem !important;
  height: 0.74667rem;
  text-align: center;
  line-height: 0.74667rem;
  border: 1px solid #c5c5c5;
  border-radius: 0.66667rem;
  color: #c5c5c5; }

.btn-dobule {
  padding: 0.13333rem 0.4rem;
  border: 1px solid #626f8c;
  border-radius: 0.66667rem;
  color: #626f8c;
  text-align: center; }

.al-saveBtnBox {
  margin-top: 0.8rem;
  padding: 0 0.4rem; }

.btn-deepMsg {
  padding: 0.10667rem 0.2rem;
  color: #fff;
  border-radius: 0.66667rem;
  font-size: 13px;
  background-color: rgba(0, 0, 0, 0.2); }
  [data-dpr="2"] .btn-deepMsg {
    font-size: 26px; }
  [data-dpr="3"] .btn-deepMsg {
    font-size: 39px; }

.al-whiteBtn {
  padding: 0.13333rem 0.44rem;
  border: 1px solid #fff;
  border-radius: 0.66667rem;
  color: #fff;
  text-align: center; }

.btn-switch {
  width: 1.06667rem;
  height: 0.58667rem;
  background-color: #fff;
  border: 2px solid #efefef;
  border-radius: 66.66667rem;
  position: absolute;
  right: .4rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s linear; }
  .btn-switch:before {
    content: "";
    width: 0.58667rem;
    height: 0.58667rem;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: 0px 0px 0.13333rem rgba(0, 0, 0, 0.2), 0px 0px 2px rgba(0, 0, 0, 0.2);
    transition: all 0.2s linear; }
  .btn-switch:after {
    content: "\6253\5F00\63D0\9192";
    display: inline-block;
    color: #909090;
    font-size: 12px;
    margin-top: 0.69333rem;
    white-space: nowrap;
    top: 0;
    right: -0.2rem; }
    [data-dpr="2"] .btn-switch:after {
      font-size: 24px; }
    [data-dpr="3"] .btn-switch:after {
      font-size: 36px; }

.btn-switch.on {
  background-color: #2899e7; }
  .btn-switch.on:before {
    content: "";
    width: 0.50667rem;
    height: 0.50667rem;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    left: 0.50667rem;
    top: 50%;
    margin-top: -0.25333rem;
    box-shadow: none; }
  .btn-switch.on:after {
    content: "\5173\95ED\63D0\9192"; }

/*新版认证优化的V1认证对话框样式*/
.auth-opt-v1-popup {
  background-color: #fff;
  position: absolute;
  width: 7.94667rem;
  min-height: 10.32rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0.21333rem; }

#auth-opt-v1-popup-top-img {
  overflow: hidden;
  width: 100%;
  height: auto; }

.auth-opt-v1-popup-title {
  font-size: 0.58667rem;
  line-height: 0.8rem;
  font-weight: bold;
  text-align: center;
  color: #1a71ff; }

.auth-opt-v1-popup-desc {
  margin-top: 0.32rem;
  font-size: 0.42667rem;
  line-height: 0.69333rem;
  font-weight: 400;
  color: #222222;
  padding: 0 0.64rem; }

.auth-opt-v1-popup-submit {
  width: 6.66667rem;
  height: 1.33333rem;
  margin: 0.48rem auto 0;
  background: #1a71ff;
  border-radius: 0.21333rem;
  font-size: 0.45333rem;
  line-height: 1.33333rem;
  font-weight: bold;
  text-align: center;
  color: #ffffff; }

.auth-opt-v1-popup-cancel {
  text-align: center;
  margin: 0.53333rem auto;
  font-size: 0.45333rem;
  font-weight: 400;
  text-align: center;
  color: #666666; }

body {
  overflow-x: hidden; }

.al-ad-delivery {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 6;
  width: 100%;
  height: 100%;
  background: rgba(10, 30, 43, 0.7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#bb0A1E2B, endColorstr=#bb0A1E2B); }
  .al-ad-delivery .al-ad-delivery-details {
    width: 8rem;
    position: absolute;
    margin-left: -4.2rem;
    top: 0.46667rem;
    left: 50%;
    height: 12rem; }
    .al-ad-delivery .al-ad-delivery-details .al-ad-delivery-banner {
      width: 8rem;
      padding: 0 0.2rem 0 0.2rem;
      height: 12rem;
      border-radius: 0.16rem;
      background: url("http://desk.fd.zol-img.com.cn/t_s960x600c5/g4/M03/0A/01/Cg-4WVS3Q36ILhfGAAvMITHC4DMAASvIwAAAAAAC8w5065.jpg") no-repeat center 50%;
      position: absolute;
      bottom: 0;
      right: 50%;
      margin-right: -4.4rem;
      background-size: cover;
      display: block; }
    .al-ad-delivery .al-ad-delivery-details .al-ad-delivery-close {
      width: 1.06667rem;
      height: 1.06667rem;
      background: url("//img50.allinmd.cn/index/close_small_popup.png") no-repeat center 50%;
      background-size: cover;
      position: absolute;
      bottom: -1.6rem;
      left: 50%;
      margin-left: -0.34667rem;
      cursor: pointer; }

.al-ad-delivery-small {
  left: -21.73333rem; }
  .al-ad-delivery-small .al-ad-delivery-details-small {
    width: 8rem;
    position: absolute;
    margin-left: -4.2rem;
    top: 0.46667rem;
    left: 0;
    height: 12rem; }
    .al-ad-delivery-small .al-ad-delivery-details-small .al-ad-delivery-small {
      width: 1.6rem;
      height: 1.6rem;
      border-radius: 0.13333rem;
      padding: 0.08rem;
      background: #fff;
      position: absolute;
      bottom: -1.86667rem;
      left: 20rem;
      box-shadow: 0 0 0.10667rem rgba(98, 111, 140, 0.3); }
      .al-ad-delivery-small .al-ad-delivery-details-small .al-ad-delivery-small .al-ad-delivery-small-banner {
        width: 1.6rem;
        height: 1.6rem;
        margin: 0 auto;
        background: url("http://desk.fd.zol-img.com.cn/t_s960x600c5/g4/M03/0A/01/Cg-4WVS3Q36ILhfGAAvMITHC4DMAASvIwAAAAAAC8w5065.jpg") no-repeat center 50%;
        background-size: cover;
        display: block; }
    .al-ad-delivery-small .al-ad-delivery-details-small .al-ad-delivery-small-close {
      background: url("/images/img50/index/Group.png") no-repeat center 50%;
      width: 0.53333rem;
      height: 0.53333rem;
      position: absolute;
      right: -0.21333rem;
      top: -0.21333rem;
      background-size: contain; }

.al-footerBar .al-ad-delivery-small {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 0.13333rem;
  padding: 0.08rem;
  background: #fff;
  position: absolute;
  bottom: 2.2rem;
  left: auto;
  right: 0.42667rem;
  box-shadow: 0 0 0.10667rem rgba(98, 111, 140, 0.3); }
  .al-footerBar .al-ad-delivery-small .al-ad-delivery-small-banner {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 auto;
    background: url("http://desk.fd.zol-img.com.cn/t_s960x600c5/g4/M03/0A/01/Cg-4WVS3Q36ILhfGAAvMITHC4DMAASvIwAAAAAAC8w5065.jpg") no-repeat center 50%;
    background-size: cover;
    display: block; }

.al-footerBar .al-ad-delivery-small-close {
  background: url("//img50.allinmd.cn/index/Group.png") no-repeat center 50%;
  width: 0.53333rem;
  height: 0.53333rem;
  position: absolute;
  right: -0.21333rem;
  top: -0.21333rem;
  background-size: contain; }

.al-mainInner {
  transition: blur 0.2s linear;
  -webkit-transition: blur 0.2s linear; }

body {
  padding-top: 3.6rem; }

.al-indexHeader,
.al-indexNavbar {
  z-index: 6;
  left: 0;
  right: 0;
  top: -0.01333rem; }

.al-indexHeader {
  height: 1.4rem;
  border-bottom: none; }

.al-indexHeaderItem {
  height: 100%;
  line-height: 1.5rem; }
  .al-indexHeaderItem h1 {
    font-size: 20px;
    height: 100%;
    line-height: 1.4rem; }
    [data-dpr="2"] .al-indexHeaderItem h1 {
      font-size: 40px; }
    [data-dpr="3"] .al-indexHeaderItem h1 {
      font-size: 60px; }
  .al-indexHeaderItem:nth-child(1) a {
    display: block;
    width: auto;
    height: auto; }
    .al-indexHeaderItem:nth-child(1) a:before {
      height: 0.45333rem; }
    .al-indexHeaderItem:nth-child(1) a img {
      width: 100%;
      height: 100%;
      vertical-align: top; }
  .al-indexHeaderItem:nth-child(3) a {
    color: #626f8c;
    font-size: 14px; }
    [data-dpr="2"] .al-indexHeaderItem:nth-child(3) a {
      font-size: 28px; }
    [data-dpr="3"] .al-indexHeaderItem:nth-child(3) a {
      font-size: 42px; }

.icon-download:before {
  position: static; }

.btn-primary {
  padding: 0.13333rem 0.4rem; }

.al-indexRecommend {
  padding: 0.13333rem 0 0 0;
  background-color: #fff;
  padding-bottom: 0.53333rem;
  margin-bottom: 0.21333rem;
  border-bottom: 1px solid #d7dbde;
  font-size: 12px; }
  [data-dpr="2"] .al-indexRecommend {
    font-size: 24px; }
  [data-dpr="3"] .al-indexRecommend {
    font-size: 36px; }
  .al-indexRecommend .al-indexRecommendItem {
    position: relative;
    float: left;
    width: 25%; }
    .al-indexRecommend .al-indexRecommendItem.fourItem {
      width: 25%; }
    .al-indexRecommend .al-indexRecommendItem.threeItem {
      width: 33%; }
    .al-indexRecommend .al-indexRecommendItem.twoItem {
      width: 50%; }
  .al-indexRecommend:after {
    clear: both;
    display: block;
    content: '';
    width: 0;
    height: 0; }
  .al-indexRecommend a {
    display: block;
    text-align: center;
    color: inherit;
    text-decoration: inherit;
    cursor: inherit;
    color: #5d5d5d;
    position: relative;
    margin: 0 auto; }
    .al-indexRecommend a:active, .al-indexRecommend a:focus {
      outline: none; }
  .al-indexRecommend img {
    width: 1.86667rem;
    height: 1.33333rem; }
  .al-indexRecommend .al-indexRecommendItemTitle {
    font-size: 13px;
    margin-top: 0.10667rem; }
    [data-dpr="2"] .al-indexRecommend .al-indexRecommendItemTitle {
      font-size: 26px; }
    [data-dpr="3"] .al-indexRecommend .al-indexRecommendItemTitle {
      font-size: 39px; }
    .al-indexRecommend .al-indexRecommendItemTitle span {
      white-space: nowrap;
      display: block; }

.swiper-container.al-downSwiper {
  margin: 0.4rem 0; }

.swiper-slide.downSlide {
  height: 1.4rem;
  width: 2.8rem;
  margin-left: 0.26667rem;
  border-radius: 0.13333rem;
  overflow: hidden; }
  .swiper-slide.downSlide a {
    display: inline-block;
    width: 100%;
    height: 100%; }
  .swiper-slide.downSlide img {
    width: 100%;
    height: 100%; }

.swiper-slide.downSlide:last-child {
  margin-right: 0.26667rem; }

.listNoMore {
  width: 100%;
  text-align: center;
  padding: 50px 0;
  font-size: 0.34667rem;
  color: #626f8c; }

.al-footerBarItemBackToTop {
  position: absolute;
  width: 2.13333rem;
  height: 100%;
  background-color: rgba(40, 153, 230, 0.8);
  left: 0;
  bottom: 0;
  display: none; }
  .al-footerBarItemBackToTop figure {
    width: 0.33333rem;
    height: 0.18667rem;
    margin: 0 auto; }
    .al-footerBarItemBackToTop figure img {
      width: 100%;
      height: 100%;
      vertical-align: top; }
  .al-footerBarItemBackToTop figcaption {
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin-top: 0.13333rem;
    white-space: nowrap; }
    [data-dpr="2"] .al-footerBarItemBackToTop figcaption {
      font-size: 24px; }
    [data-dpr="3"] .al-footerBarItemBackToTop figcaption {
      font-size: 36px; }

.al-indexRecommendItem .icon-newTips {
  right: 25%;
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  overflow: hidden;
  border-radius: 50%;
  background: red;
  position: absolute;
  top: 0; }

.al-contentSeminarImg + .al-contentBottomPart {
  margin-bottom: -0.4rem; }

/*.al-vipUser {
    @extend %al-vipUser;
}*/
.icon-discoverEntryHot {
  display: none; }

/*新版认证优化的V1认证对话框样式*/
.auth-opt-v1-popup {
  background-color: #fff;
  position: absolute;
  width: 7.94667rem;
  min-height: 10.32rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0.21333rem; }

#auth-opt-v1-popup-top-img {
  overflow: hidden;
  width: 100%;
  height: auto; }

.auth-opt-v1-popup-title {
  font-size: 0.58667rem;
  line-height: 0.8rem;
  font-weight: bold;
  text-align: center;
  color: #1a71ff; }

.auth-opt-v1-popup-desc {
  margin-top: 0.32rem;
  font-size: 0.42667rem;
  line-height: 0.69333rem;
  font-weight: 400;
  color: #222222;
  padding: 0 0.64rem; }

.auth-opt-v1-popup-submit {
  width: 6.66667rem;
  height: 1.33333rem;
  margin: 0.48rem auto 0;
  background: #1a71ff;
  border-radius: 0.21333rem;
  font-size: 0.45333rem;
  line-height: 1.33333rem;
  font-weight: bold;
  text-align: center;
  color: #ffffff; }

.auth-opt-v1-popup-cancel {
  text-align: center;
  margin: 0.53333rem auto;
  font-size: 0.45333rem;
  font-weight: 400;
  text-align: center;
  color: #666666; }

.al-releasePageMask {
  background-color: rgba(255, 255, 255, 0.5);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 7;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear; }

.al-releasePageMask.show {
  opacity: 1;
  visibility: visible; }

.al-releaseTitle {
  width: 6.92rem;
  height: 1.53333rem;
  position: absolute;
  top: 28%;
  left: 50%;
  margin-left: -3.46rem; }
  .al-releaseTitle img {
    width: 100%;
    height: 100%;
    vertical-align: top; }

.al-releaseBtn {
  position: absolute;
  bottom: 2.53333rem;
  text-align: center;
  width: 100%; }
  .al-releaseBtn .al-releaseItem {
    display: inline-block;
    margin: 0 0.33333rem; }
    .al-releaseBtn .al-releaseItem img {
      width: 2.26667rem;
      height: 2.26667rem;
      border-radius: 50%;
      background-color: transparent; }
    .al-releaseBtn .al-releaseItem figcaption {
      margin-top: -0.13333rem;
      color: #476479;
      font-size: 0.4rem;
      line-height: 0.4rem; }

.al-releaseCancel {
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  bottom: 1rem;
  left: 50%;
  margin-left: -0.4rem;
  z-index: 6; }
  .al-releaseCancel img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    border-radius: 50%;
    padding: 0.2rem; }

.al-mainInner.al-fullBlur {
  filter: blur(50px);
  -webkit-filter: blur(50px); }

.al-releasePageMask.al-fullBlurAndroid {
  background-color: #fff;
  opacity: 1;
  visibility: visible; }

@media only screen and (orientation: landscape) {
  .al-releaseTitle {
    top: 5%; }
  .al-releaseBtn {
    bottom: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(50%); } }

/*新版认证优化的V1认证对话框样式*/
.auth-opt-v1-popup {
  background-color: #fff;
  position: absolute;
  width: 7.94667rem;
  min-height: 10.32rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0.21333rem; }

#auth-opt-v1-popup-top-img {
  overflow: hidden;
  width: 100%;
  height: auto; }

.auth-opt-v1-popup-title {
  font-size: 0.58667rem;
  line-height: 0.8rem;
  font-weight: bold;
  text-align: center;
  color: #1a71ff; }

.auth-opt-v1-popup-desc {
  margin-top: 0.32rem;
  font-size: 0.42667rem;
  line-height: 0.69333rem;
  font-weight: 400;
  color: #222222;
  padding: 0 0.64rem; }

.auth-opt-v1-popup-submit {
  width: 6.66667rem;
  height: 1.33333rem;
  margin: 0.48rem auto 0;
  background: #1a71ff;
  border-radius: 0.21333rem;
  font-size: 0.45333rem;
  line-height: 1.33333rem;
  font-weight: bold;
  text-align: center;
  color: #ffffff; }

.auth-opt-v1-popup-cancel {
  text-align: center;
  margin: 0.53333rem auto;
  font-size: 0.45333rem;
  font-weight: 400;
  text-align: center;
  color: #666666; }

.al-cancelModal {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear; }

.al-cancelModalItem {
  height: 1.38667rem;
  background-color: #fff;
  border-radius: 0.06667rem;
  text-align: center;
  line-height: 1.38667rem;
  position: fixed;
  font-size: 16px;
  right: 0.28rem;
  padding: 0 0.53333rem;
  top: 50%; }
  [data-dpr="2"] .al-cancelModalItem {
    font-size: 32px; }
  [data-dpr="3"] .al-cancelModalItem {
    font-size: 48px; }
  .al-cancelModalItem i {
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    border-width: 10px;
    border-color: transparent transparent #fff transparent;
    border-style: solid;
    top: -20px; }
  .al-cancelModalItem span {
    color: #000; }
  .al-cancelModalItem a {
    margin-left: 0.53333rem;
    background-color: #2899e6;
    color: #fff; }
  .al-cancelModalItem .btn-primary {
    width: 1.68rem;
    height: 0.74667rem;
    line-height: 0.74667rem;
    text-align: center;
    padding: 0;
    font-size: 0.37333rem;
    color: #fff;
    display: inline-block; }

.al-cancelModal.show {
  opacity: 1;
  visibility: visible; }

/*新版认证优化的V1认证对话框样式*/
.auth-opt-v1-popup {
  background-color: #fff;
  position: absolute;
  width: 7.94667rem;
  min-height: 10.32rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0.21333rem; }

#auth-opt-v1-popup-top-img {
  overflow: hidden;
  width: 100%;
  height: auto; }

.auth-opt-v1-popup-title {
  font-size: 0.58667rem;
  line-height: 0.8rem;
  font-weight: bold;
  text-align: center;
  color: #1a71ff; }

.auth-opt-v1-popup-desc {
  margin-top: 0.32rem;
  font-size: 0.42667rem;
  line-height: 0.69333rem;
  font-weight: 400;
  color: #222222;
  padding: 0 0.64rem; }

.auth-opt-v1-popup-submit {
  width: 6.66667rem;
  height: 1.33333rem;
  margin: 0.48rem auto 0;
  background: #1a71ff;
  border-radius: 0.21333rem;
  font-size: 0.45333rem;
  line-height: 1.33333rem;
  font-weight: bold;
  text-align: center;
  color: #ffffff; }

.auth-opt-v1-popup-cancel {
  text-align: center;
  margin: 0.53333rem auto;
  font-size: 0.45333rem;
  font-weight: 400;
  text-align: center;
  color: #666666; }

.al-carouselBanner a {
  display: block;
  height: 100%; }

.al-carouselBanner .al-carouselBannerItem {
  height: 3.86667rem; }

.al-carouselBanner img {
  max-height: 100%;
  width: 100%;
  vertical-align: top; }

.al-carouselBanner .swiper-pagination-bullet {
  width: 0.13333rem;
  height: 0.13333rem;
  opacity: 1;
  background-color: #fff;
  opacity: 0.5;
  transition: all 0.2s linear; }

.al-carouselBanner .swiper-pagination-bullet-active {
  background-color: #fff;
  width: 0.2rem;
  height: 0.2rem;
  opacity: 1; }

.al-carouselBanner .swiper-slide {
  position: static; }

/*新版认证优化的V1认证对话框样式*/
.auth-opt-v1-popup {
  background-color: #fff;
  position: absolute;
  width: 7.94667rem;
  min-height: 10.32rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0.21333rem; }

#auth-opt-v1-popup-top-img {
  overflow: hidden;
  width: 100%;
  height: auto; }

.auth-opt-v1-popup-title {
  font-size: 0.58667rem;
  line-height: 0.8rem;
  font-weight: bold;
  text-align: center;
  color: #1a71ff; }

.auth-opt-v1-popup-desc {
  margin-top: 0.32rem;
  font-size: 0.42667rem;
  line-height: 0.69333rem;
  font-weight: 400;
  color: #222222;
  padding: 0 0.64rem; }

.auth-opt-v1-popup-submit {
  width: 6.66667rem;
  height: 1.33333rem;
  margin: 0.48rem auto 0;
  background: #1a71ff;
  border-radius: 0.21333rem;
  font-size: 0.45333rem;
  line-height: 1.33333rem;
  font-weight: bold;
  text-align: center;
  color: #ffffff; }

.auth-opt-v1-popup-cancel {
  text-align: center;
  margin: 0.53333rem auto;
  font-size: 0.45333rem;
  font-weight: 400;
  text-align: center;
  color: #666666; }

/*新版认证优化的V1认证对话框样式*/
.auth-opt-v1-popup {
  background-color: #fff;
  position: absolute;
  width: 7.94667rem;
  min-height: 10.32rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0.21333rem; }

#auth-opt-v1-popup-top-img {
  overflow: hidden;
  width: 100%;
  height: auto; }

.auth-opt-v1-popup-title {
  font-size: 0.58667rem;
  line-height: 0.8rem;
  font-weight: bold;
  text-align: center;
  color: #1a71ff; }

.auth-opt-v1-popup-desc {
  margin-top: 0.32rem;
  font-size: 0.42667rem;
  line-height: 0.69333rem;
  font-weight: 400;
  color: #222222;
  padding: 0 0.64rem; }

.auth-opt-v1-popup-submit {
  width: 6.66667rem;
  height: 1.33333rem;
  margin: 0.48rem auto 0;
  background: #1a71ff;
  border-radius: 0.21333rem;
  font-size: 0.45333rem;
  line-height: 1.33333rem;
  font-weight: bold;
  text-align: center;
  color: #ffffff; }

.auth-opt-v1-popup-cancel {
  text-align: center;
  margin: 0.53333rem auto;
  font-size: 0.45333rem;
  font-weight: 400;
  text-align: center;
  color: #666666; }

.al-indexHeader h1 {
  text-indent: 0; }

ul {
  list-style: none; }

.al-bigScoreStarBox {
  display: flex;
  display: -webkit-flex;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap; }
  .al-bigScoreStarBox li {
    width: 0.90667rem;
    height: 0.85333rem;
    margin-left: 0.33333rem;
    background-image: url("//img50.allinmd.cn/score/scoreDetails_starGrayIcon.png");
    background-size: 100% 100%; }
    .al-bigScoreStarBox li b {
      display: block;
      width: 100%;
      height: 100%;
      background-image: url("//img50.allinmd.cn/score/scoreDetails_starBlueIcon.png");
      background-size: 0.90667rem 0.85333rem; }

.al-littleScoreStarBox {
  display: inline-block;
  float: left;
  vertical-align: middle;
  /*  display: flex;
  display: -webkit-flex;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;*/ }
  .al-littleScoreStarBox li {
    width: 0.29333rem;
    height: 0.29333rem;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAUCAMAAAC+oj0CAAAArlBMVEUAAAD////////////////////////////r6+vs7Ozt7e3u7u7w8PDr6+vr6+vs7Ozs7Ozt7e3t7e3u7u7u7u7r6+vt7e3t7e3u7u7s7Ozt7e3r6+vs7Ozs7Ozs7Ozs7Ozs7Ozr6+vs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozr6+vr6+vs7Ozs7Ozs7Ozs7Ozr6+vr6+vs7Ozs7Ozs7Ozr6+vr6+vs7Ozs7Ozr6+s4GmWcAAAAOXRSTlMAAwQFBgcICg0pKy4yMzQ1Njg5Oz1BVFdYfH2AhJ+hoqWpq6ytrq+wsbK2t7q7vL/Aw8fI19zm/P3HL89fAAAAlklEQVQYGW3BDVvBYABA0RspH5OSSKSmpBIqxP3/f6xnz9irrXMIWj9X/GPpF0Ud9YaCubokr22iQ87MxJxMNer1R9+mVg93vagKLCz6hNiiCVTezHs/A8oT/3o9JVGKPfZcJnXyaBCXOOga3JIZGAzJjA2mZNYGGw4qW3U3ur7fqrtz9hrqSx2oPalN9houLkldfBgBvyFOL0tGOE9OAAAAAElFTkSuQmCC");
    background-size: 100% 100%;
    display: inline-block; }
    .al-littleScoreStarBox li b {
      display: block;
      width: 100%;
      height: 100%;
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAUCAMAAAC+oj0CAAAArlBMVEUAAABVqv9Av/8zmf8rqv9Jtv9An/8zmf87nessm+Yqmucsm+kpmesom+YsneYrmucrnOcpm+gonekrnOkqm+ormecrm+cpm+gpmugpmuYpmecqmecpm+gomucpmucpmucomeYpmucomucomucpmecpmuYpmeYpmuYomucomecpmucomecpmuYpmuYpmecomucpmucpmeYpmucpmecomeYpmecpmecomucomecomea6gG4+AAAAOXRSTlMAAwQFBgcICg0pKy4yMzQ1Njg5Oz1BVFdYfH2AhJ+hoqWpq6ytrq+wsbK2t7q7vL/Aw8fI19zm/P3HL89fAAAAlklEQVQYGW3BDVvBYABA0RspH5OSSKSmpBIqxP3/f6xnz9irrXMIWj9X/GPpF0Ud9YaCubokr22iQ87MxJxMNer1R9+mVg93vagKLCz6hNiiCVTezHs/A8oT/3o9JVGKPfZcJnXyaBCXOOga3JIZGAzJjA2mZNYGGw4qW3U3ur7fqrtz9hrqSx2oPalN9houLkldfBgBvyFOL0tGOE9OAAAAAElFTkSuQmCC");
      background-size: 0.29333rem 0.29333rem; }

.icon-indexDownload:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url("//img50.allinmd.cn/pages/index/index_download.png") center center no-repeat;
  background-size: 100% 100%;
  width: 0.42667rem;
  height: 0.45333rem;
  margin-right: 0.18667rem; }

.icon-search:before {
  content: "";
  display: inline-block;
  vertical-align: sub;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAiCAMAAAANmfvwAAAAY1BMVEUAAABRXHRRXHRRXHRRXHRRXHRRXHRRXHRRXHRRXHRRXHRRXHRRXHRRXHRRXHRRXHRRXHRRXHRRXHRRXHRRXHRRXHRRXHRRXHRRXHRRXHRRXHRRXHRRXHRRXHRRXHRRXHRRXHTi9BeoAAAAIHRSTlMAAQMGChAXHCJFSEtXZXWJjZylrbrN0NTY3N3w8vP1+/cwdHUAAADhSURBVDjLrZPZDoIwEEULyI5sCloBOf//lSYoBmkb5sH7Mm1zkt7ZlFp1Kpp+hLFvipOyKaonvprqyCTOA+gqT8IwySsNw3kHBC10mbdevayDNvghrsylv33xy5nrlml5pvuf0yftxgdzarpLZ75+ooHSlmPJsOZV0/k2xO+oPxWbyKyVUhnTu4YF2rMjnqZYDg2VcqiiWWJP7kJy+iWOJC4kYVwihC4kBCki+EhgV5C0oHSCBgjaKBkGwUg5B/NyON484oMluTzQ8cGqxXrHWBbWYCxrbzKm/sjc1RFzv70An38ZkshtiDMAAAAASUVORK5CYII=") center center no-repeat;
  background-size: 100% 100%;
  width: 0.45333rem;
  height: 0.45333rem; }

/*%al-newsNum {
    border-radius:rem(50px);
    background-color: #F34B4B;
    font-style: normal;
    position: absolute;
    top: rem(-10px);
    right: rem(12px);
    display: block;
    height: rem(32px);
    max-width: rem(42px);
    line-height: rem(32px);
    @include font-dpr(10px);
    color: #fff;
    padding: 0 rem(10px);
}*/
.al-newsNum {
  font-size: 0.29333rem;
  color: #666666;
  display: block; }

.icon-contentAuthor:before {
  content: "";
  display: inline-block;
  width: 0.29333rem;
  height: 0.29333rem;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAABs0lEQVR42qyVzytEURTH7zBmYaEsbAwWVoqF1BQW0pQFTeyUmmLLHzBRopEa9hprNZqyo4k0FrJghQ2bSU1Z+bFQFhYzw/gcnSS99+YO79Sn++be7/nec3+8NwFTI3K53DTNAgxp1wWkY7HYnldewMOwkWYX+iEJRzo0DqtwDXEmeHfKD3pMugxdMEDy24/+LJPu056oJmldMYkhmmcYxvTWRdNLcw5taEq/xxtcqh2EopuphI4VVWtsjTuhYGpHQbXWxk1QsjAuqdba+BE6LIxF81CP8SVEOKBmj+soYxG4sjbmYJ70xOc8qp0VjWqtKzb6EiSprN2hWulbU42py5hKpOIMrDgMS19GNabeiiXuIOzQH9Yx1wg6LFPexjH98IzApEPeJhygFV0a8lRfdXyl1TAOizrhNuyQ8OJyK1r1AOehAhu6PdVvY0TysclCCyzBIYIPi3ssubKdE5CCV5gh9z7AQA8/znRJ63RWzB8Cn6B+7b62UIyPeTjFMGV8CPxkxaOyjChsGf9CvKJiXIaQj8biVRbjPCT0Vvx3G8QjIZ6yx908yF9Nn08V38DUpwADAPoSiIXRuikcAAAAAElFTkSuQmCC") center center no-repeat;
  background-size: 100% 100%;
  vertical-align: -0.04rem;
  margin-right: 0.13333rem; }

.icon-contentWatchedNum:before {
  content: "";
  display: inline-block;
  width: 0.38667rem;
  height: 0.25333rem;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAATCAMAAABbR/ZNAAAAnFBMVEUAAAC0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLSkZPKXAAAAM3RSTlMAAQMEBg8QFhgZHDIzNDdCSExOVGRmaGxwc3WDmJmgoq+yxsnM0NLT2tvf4OHk5fLz9PZwUSWrAAAA4UlEQVQoz4VS2RaCIBRES4vcKs0lt1ITlyi0//+3FChTjyceuAPDXQcAPkvch3n7avNwL4LpWp2q0jegDA2/qE6rMakhdBQ4Fg450n5Jrzn/hhPPxBsO0V2lQDZdU6ZIqSP+fH1FWwocksQJcSjeZNc19bykEiOx3u06ZrSUXnrvADFSJjq1OmHBpVsAgP3YsQRmwstITGYhtsHT4pduzEHscmA9gY3hgu/uYXd5bwt5UfC35q7fbDPrd4tYv/2samUyK/UeDaP1yGTOjTfWKD98NTqisUZU34LrW870Xfgbb2STFQHe7MBlAAAAAElFTkSuQmCC") center center no-repeat;
  background-size: 100% 100%;
  vertical-align: -0.02rem;
  margin-right: 0.13333rem; }

.bookNameIcon:before {
  content: "";
  display: inline-block;
  width: 0.26667rem;
  height: 0.30667rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAWCAYAAADAQbwGAAAAAXNSR0IArs4c6QAAAQ1JREFUOBFj3Lp1axgDA8OU////iwJpogEjI+NroJ5sHx+f1ciaWIAckGEBQIljyBKE2Fu2bLECGroBqA7FQAagxH9CmnHJI+sFsm+B1DHhUkyGuCq1DQS7gZouHDWQjGjFpmU0UrCFCmliVA9DUGnDACzCEoBUGRBrAEseRiBNFACWNu/RFYINBBpSDpSI8fb2PgdURHbpAzIcbCALC0uah4fHWXTbyOGDDPwHdNU5kGZgmXYZyFYk1iCgz+4DC2ZdZPUsQAMuASWMgIKH0SWRFeJjX716le3+/fu/QGpAsdz158+fWUDXGZMSITALQIY9fPiwBMg/BBIDxyi5sQw1FOSyQ+zs7Mmurq6PAKuZXfChern4AAAAAElFTkSuQmCC) no-repeat;
  background-size: contain;
  vertical-align: -0.05rem;
  margin-right: 0.13333rem; }

.al-contentSeminarMark {
  width: 0.53333rem;
  height: 0.8rem;
  position: absolute;
  right: 0.13333rem;
  top: 0; }
  .al-contentSeminarMark img {
    width: 100%;
    vertical-align: top; }

.icon-contentSeminarTime:before {
  content: "";
  display: inline-block;
  width: 0.24rem;
  height: 0.26667rem;
  background: url("//img50.allinmd.cn/pages/index/time_icon.png") center center no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  margin-right: 0.13333rem; }

.icon-contentSeminarPlace:before {
  content: "";
  display: inline-block;
  width: 0.24rem;
  height: 0.29333rem;
  background: url("//img50.allinmd.cn/pages/index/place_icon.png") center center no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  margin-right: 0.13333rem; }

.icon-circleArrowRight:after {
  content: "";
  display: inline-block;
  width: 0.37333rem;
  height: 0.37333rem;
  background: url("//img50.allinmd.cn/pages/index/title_arrow.png") center center no-repeat;
  background-size: 100% 100%;
  vertical-align: -0.04rem;
  margin-left: 0.13333rem; }

.al-contentNewest {
  color: #9bcc4e;
  border: 1px solid #9bcc4e;
  padding: 0.04rem;
  margin-right: 0.26667rem;
  border-radius: 0.02667rem;
  padding: 0 0.10667rem; }

.al-contentHotest {
  color: #e84652;
  border: 1px solid #e84652;
  padding: 0.04rem;
  margin-right: 0.26667rem;
  border-radius: 0.02667rem;
  padding: 0 0.10667rem; }

.al-contentAward {
  color: #bd97f7;
  border: 1px solid #bd97f7;
  padding: 0.04rem;
  margin-right: 0.26667rem;
  border-radius: 0.02667rem;
  padding: 0 0.10667rem; }

.al-contentJoin {
  color: #44bbed;
  border: 1px solid #44bbed;
  padding: 0.04rem;
  margin-right: 0.26667rem;
  border-radius: 0.02667rem;
  padding: 0 0.10667rem; }

.al-contentPdf {
  color: #cf0000;
  border: 1px solid #cf0000;
  padding: 0.04rem;
  margin-right: 0.26667rem;
  border-radius: 0.02667rem;
  padding: 0 0.10667rem; }

.al-tagsRecommendHot {
  content: "";
  display: inline-block;
  width: 0.53333rem;
  height: 0.34667rem;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAaCAMAAADyku75AAAAbFBMVEXzS0vzS0vzS0vzS0vzS0vzS0vzS0vzS0vzS0vzS0vzS0vzS0vzS0vzS0vzS0vzS0vzS0vzS0vzS0vzS0vzS0v0XV31bW31e3v2iYn3lpb4oqL5rq75ubn6xMT7z8/82dn94+P97Oz+9vb////Fb2TWAAAAFHRSTlMABkJOW15sb36IiY+Qkezt7vn8/huqF7cAAADCSURBVDjLlZLrDoMgDEbr3N2pm5ahVAbC+7/jpphFExQ8fyBfTwqEQpKXGOSZJ/DAKO5QxoklYCR7RXrPFk40bgQ5xEy0zX9hykjSlpxo5aqoNBu62XZe8IiNdbeQfUDslEu45V5Rq4FfrGiqWOEV5fi+hUjbR0vpEuaidVEYNm6FCTwG+7ElNxQSea+p7YxEr7j4QtF9iOOisH8oIsTowc3ixBskWRHWiiyBicNrCKoUgqQVYn2ECE41niGKy3Wr+gVALEpysoXHrwAAAABJRU5ErkJggg==") center center no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  position: absolute;
  top: -0.33333rem;
  margin-left: -0.13333rem; }

.al-tagsRecommendNew {
  content: "";
  display: inline-block;
  width: 0.53333rem;
  height: 0.34667rem;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAaCAMAAADyku75AAAAbFBMVEVVyCNVyCNVyCNVyCNVyCNVyCNVyCNVyCNVyCNVyCNVyCNVyCNVyCNVyCNVyCNVyCNVyCNVyCNVyCNVyCNVyCNlzD500FOB1GaO13ea24am35Wx46O85rDG6rzQ7sja8dTk9d/t+Or2/PX///8tvhAsAAAAFHRSTlMABkJOW15sb36IiY+Qkezt7vn8/huqF7cAAAD0SURBVDjLldLLdoMgFEBRbPq2SdrkCMhVnv//jx1ojWZQyRnKXgLroprjmd2+j436oqpPda6DZ0VlD0EtBgDRaJnS1gEYAdAyQ1siAMViywz7BDAUDUhcYJAF/m1VNJCiAH5YoM7dPQwOdHIeyHaBiL+HMoIMXQZTuEGSnWEIIYQANoHviWb6yQJt6taXAbKmgAhe1pBRtlvjXe/BBLLewC7rLZRhcEA2iQ3EhS00MWrAj+MdJKzOaIEUAVzpVyNkmtRthBZw/fS1e/xR1MHqh9vWwQ/VtKd9dmobNff0A3A5qN0OF7g+q4perryqqt7e/1v9BXQiS99pKHHdAAAAAElFTkSuQmCC") center center no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  position: absolute;
  top: -0.33333rem;
  margin-left: -0.13333rem; }

.icon-discoverEntryHot:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0.48rem;
  height: 0.48rem;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAAM1BMVEUAAADnTE3nTE3nTE3nTE3nTE3nTE3nTE3nTE3nTE3nTE3nTE3nTE3nTE3nTE3nTE3nTE1FTpzKAAAAEHRSTlMAECAwQFBgcICPn6+/z9/vIxqCigAAAalJREFUOMuNlN1yrDAMg+UQgiE//t7/ac9Fwpbd9nTqCwaIJlEkW9K32pJ+rf3sANB8+xlhHjxqlJ92CaCfe05bLtcARv7cpgLX44zcAH/HdGhfhJPvUh5wfWBOKdf1c9DW7g9UhSKpw/yGJkm6Hice6x2GZIdf836H1GDxtKBJuztEjPoSwSUL+gQ5JF0vfZ4g7ZOILDiltiBnLnmAjrXaJr0CScqeL2ht6zhUOeSvVV33sV9sKDrnohQckgYuyUoFiDIAdrVbjkqVBFlK01y3xa40orQsyRlSBpMcgK4bHo0WFEkZ1kOpHQXacijoDcDeQVMSV+pQtbk1lnE3yKR9GmEB3ZZtkV4gRdi6fqR8Y2S95uXHuD0uHeomq24qsyP8KcGjSrh0wC5B2ENMny1pfSQI6YAutcV7n8pPk6xDbpBlAVkZYhrcJSXIq8nl4NIJruXLapWDkLYB3ZTBpQS7tDWXbEz3B5eOW5562tug19m+BdrgdZf3ugdhdmt7ifgxsNeSgbg2XdA/MuIxnJbTPQ1c6dcxfwbGlv8XGH+Mnr+F2CtSvsXhP1mvH621NbqAAAAAAElFTkSuQmCC");
  background-size: 100% 100%;
  position: absolute;
  top: -0.2rem;
  right: 0.16rem; }

.al_flow_type {
  margin-right: -0.26667rem;
  margin-bottom: 0.26667rem;
  text-align: right;
  height: 0.45333rem;
  /*置顶标签*/ }
  .al_flow_type .stickIcon {
    display: inline-block;
    float: left;
    margin-top: -0.04rem;
    margin-right: 0.26667rem;
    vertical-align: middle;
    width: 1.14667rem;
    height: 0.4rem;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFYAAAAeCAYAAAHBWtlgAAAAAXNSR0IArs4c6QAAB+1JREFUaAXtWneMVkUQ/827j7ujKYIoRaIoUgXFgqAGTqOigA2NlNhLIho1aizREBX9R4kNEzX2qBGwBEs4RI0gNpoSKSpwNEFOQBA8OPG8e+Psvm+XV+977+6Mp3GS9+3uzOzsvHm7O7OzH0Gg7rcKVmUhcHjP+s4RpnUzQAsnRtCOwTivH2mqoJWvADW7dJs+uQL07aNeXUl262o3G05afD9QXek1ty0B97oU6HUF0KINyK2q2MaMAw1zUunkSrs5EcaqDbAqiWQqH6n7u7V7N2qd6fWeloFmngVuf9S+AUra2zqFzUbzrtNEHvqMZTIVCr+gITS2zIUFqHfj7heAhzzskXasALZ8CaqpAhe39XB9rvVK9f7Lp4B7Xg765Rvw0bdacfb7WYxUrFCFbN8P9MNL4P436k9D25f5WcEDbgEtmgg+4uIAnlQrbLsARwMaBNpBvHdtL7fG/aEB/WO7EFFl5CvHcmZExtrWL4Omy5zb/Ckgk1U/hlgxzdQiZUAozb/DTmLDyQNuBnatAn09Cdj0IfD9c4YULGv32nZQ6NoZmqBWiAWZSrShHNi7wyvN1LIM0UpgzrrjV2tNefyqACef+UagHWzIfrXta6DjcRZd8EOZ5Wl7SEUtVXp3KHDIGeDjvE2Mlj4hc1dMJSBbzZpqZm6pW03087csgCbSLSIml9+4IgS7h4Yo3GUYuOz5AFZNZ6r7I4DzN9QcMOCXy226gXZvNCRb8oHHgs+cbtumUnCXpfl3Ci+DB+c3R9OznpI+vEgGeyuZo0IU2V9WRMeBoDlXgio/D/C6F8u+mCsN4FQjsAr8VLV2Kb/UFF7VAzu6n1nRp/YWBXxOtvwcj2O/7uBTpoS4g55eWZ7mXAU+9UXrjEMddDNRWWVJ9ZjP5v+UcYLQoiW4R9AjKD7auiiWPYKs/CyCCiMSlQ0zFmwXtQJ6SuQRhjhl62osFw+4VRvEHbdSNsbtwIqnAZ9vtYxSIdleimWbSV4dfu5/uK63Lgm/3pGo6rx/WJfk4YmmFrU9YryKE+eKosOSOZsJRRQu6L6aiapajdgFRnOvAamYJQbidgWzY8Swg4tKwGOWaxLNHg1/bOkOmQznq9sj3eLGUExNYllacBe47wQ4758O95yPAYmW0WI/2Xd76BOEUdZopV4urFBBR1JYWZZtpacIVqGSXotmvMSSPjgffNY7iXRF8Csb91XCL2KExU4Dj+gp6gmvR+FQBEpyVuEQDgedCHQYYMYMlNyuN3jE+8CGmcChI60TCjDlGwnK7lPUdEq0sIp0v7wN2OkFqmpwWvee123XavC4dAcPWiYHLlG2PgiE3ZZxRfRcqWnKuySBI+8dfijd1NEiVd8CEM/RbwJcefzzKWkeGfl8+GhTtSUt9TIEFpFUUYeWLmVJVIuPV9aS01YkiuoxNspc35fIc/MJ90IvyhEydX79Du7pr0Xl5DHx0yCRvR6C00KmQehJsYPQksnAAX2kbzFowT1yfFyTOEij99m4A1pktNKO4EEP6NMfzbseOPxC8ECJl987DTxcjqcl+9suNOtc8Nn5BWqxXkXFBn9IbFAcwje7pspBOPJzfLPTLEYhKioZpPcW3r2mv1h3QVMfnWPG/M+jdGorV3K0PiiIYav+DdP23/JV1PLKoXpDh2ZhVJXqEEUaBMqpS7okAm6toNwI2kNIH+Xg3T8T6GG0OKQUAYHqJSu/cyZfW9/xIayGaXPXMvCwhCymYZKSZp4t/nqMeAqV/hHYVQFn1nlwy14AOg32cD/PhzP3arjD3xaXJxkVAfr2MWDVq/Yo4jHmf9e+BTI3FBK3qqOPDmBadZI8ezuROwT046xAF6wXb1SzU3IKlwXw3LorEEqTBxhCjYJ5rhB/fHOPXK+07hxPS4mlNwdKLj8hdWFmlYo74iAnZ7yLlsRR9uEk3+3I5ZJ7hiSDJb9mYfcmoLbaNukjySh1OAZ87N0WpyvtfJnqICW2lWnGBiUwVHLRn7fzcnYPCVuGeHvjbLkke1VmYL+geH9ruxgt11LOnt4s9ZNMnT6+BHzkOH0qMrg0pbqwQdV6SYbfq9n5pMe9bns265LUbd+P5UhKaiaN0QDDRg1qhGslRJFMBu42HCyPhp0r5XJxixHnlWpL2LpAX4Xxwfktwc/RsqMXCftxWeu5NkDXMt1LJV2x5yfwqNmeFJVQaABkM+yyJ+HI8bMQWAPL1R73v6kQu6XTd8/KXeN88AVfWBy6DIXbR142BmjGyfoOJ5qljmHOsoriumfEZTOsGMo96gZxe56ndab1iQznjv3ew5F4UfVkBeXJ5cCYCrTXT8UpTCkjjt/k7Neub1qhiXzZDKvEFDJYypAkXiN5+bpqUD0Xq4F+wtto8Id4krki2VtduTFoLGQ3bGNHLNCfJCfDayWcSgEk1ycp52GiND7tZaGJ31g8CSRhmzvoQeCwURL+jZC9dhP4pEfAvqvGREEhQqMMq+5D/WlxFbNmhuVPgX7f6nXbvhSsvH/30anE8Dr5AL9KfLroPs3PpR0A9ZcNA1sXgn6aAxRJLkTlURWUtvdKudrUvkDu2jnXSv8/xG9AHlmuwzAVu0OyMawMLnF2WmiaODbtaM2Jj+tkWytKp1Ht7164l45bcznU+rBKORF+mqHPf4M1rVHV26pVlAXkmk67badtjzKn2OktBn5Xnl+yyPif17OASrxAGVT+o6cua/8CCA3RBLKTWEUAAAAASUVORK5CYII=);
    background-size: 100% 100%; }
  .al_flow_type .al_flow_span {
    float: right;
    width: 1.46667rem;
    height: 0.45333rem;
    line-height: 0.45333rem;
    box-sizing: border-box;
    padding-right: 0.13333rem;
    font-size: 0.29333rem;
    color: #909090;
    position: relative;
    display: inline-block;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGwAAAAiCAMAAACN6szjAAAAb1BMVEUAAAD////////////////29vb29vb4+Pj5+fn09PT39/f09PT19fX19fX19fX19fX29vb19fX09PT09PT09PT19fX19fX19fX19fX09PT09PT19fX09PT09PT09PT09PT19fX19fX19fX19fX09PSfMWpeAAAAJHRSTlMABQcJDBscJSovWmFiaXt8iZyjpqm3ycrP1Nnm7O3w8vP19/hnP3WlAAAAlUlEQVRIx93XWxKCMBBE0RGMQZS3Igr4wN7/GvmFBeR+pDdwqlLJpMdsF1f2b4XJ2J121KH6K2DmrZXcFTZb7CYOK8Rh54XDji9xWCsOu4rDsh+HpU9xWCMOy8Vh/sthySAOqwViU7QYeozoBTH/UaSPmh1X7CBGvxizC4mhtYAtPGiVY0sqW7/ZxQJdmczMlY+Ay+AK9WLeHUydTIkAAAAASUVORK5CYII=") no-repeat right;
    background-size: cover;
    vertical-align: middle;
    margin-top: -0.05rem; }
    .al_flow_type .al_flow_span.surgey {
      width: 2rem; }
  .al_flow_type .al_flow_span:before {
    content: "";
    display: block;
    position: absolute;
    width: 0.34667rem;
    height: 0.34667rem;
    top: 0.05333rem;
    left: 0.13333rem;
    background-size: cover; }
  .al_flow_type .al_flow_video:before {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAACelLz8AAAAmVBMVEUAAAD///+qqqrMzMyqqqq2tra/v7+qqqqxsbGqqqqzs7Otra2qqqqqqqqurq6qqqqsrKyqqqqrq6uqqqqsrKyrq6usrKyqqqqrq6urq6urq6urq6uqqqqqqqqrq6urq6uqqqqrq6uqqqqqqqqrq6uqqqqrq6uqqqqrq6urq6urq6uqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqrZAolhAAAAMnRSTlMAAgMFBgcIDA0SFBkbHiwtN0JDS1Bqa295hYaIkJOUoai8x9LU3N3i4+bs8PHz9vr8/S+7LTkAAACFSURBVCjP1dBHDsJAEETRIuccjQGTbQND+Pc/HAtkiUHtPdT2qUqtln4+5TDlKxmFYFJ7ppSRP0MsqTC9IlDggg9a1qTeDhDI4bxedXEnwWhpeOS5qr/JSzOCQ18yqLF+cJ4UM/Lv7m5hPzBJGp/AGNSmI1XmziJuktSKLiLnUSrl0x/kBcLlIbYW+C+jAAAAAElFTkSuQmCC") no-repeat;
    background-size: cover;
    left: 0.26667rem; }
  .al_flow_type .al_flow_case:before {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAACelLz8AAAAV1BMVEUAAAD///+qqqq/v7+2traqqqq5ubmqqqqtra2tra2srKyqqqqsrKyrq6uqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqrq6uqqqqrq6uqqqqqqqqqqqoTKSbOAAAAHHRSTlMAAQMEBwkLDBlBSktTjI3N1t/n6+7z9vj6+/z9FyVE1AAAAHRJREFUKM+10tkKgCAQhWHL9rJ9mzrv/5zdTaNU0PbfiH4wKKjUz2nTdUYfUoksh3FP0zokArIcIFJVKqhBCE6NjSAg0Vw0w6Jl4gg20T5wdcgPOO3QwfKW+Fm36PNrnOwuqMUgQiuo6CHqCznDi0Xew8+1ARmyEmefeF4NAAAAAElFTkSuQmCC") no-repeat;
    background-size: cover; }
  .al_flow_type .al_flow_topic:before {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaBAMAAABbZFH9AAAAJFBMVEUAAACqqqqsrKyqqqqrq6urq6uqqqqrq6urq6uqqqqqqqqqqqp93KmSAAAAC3RSTlMABkpXgIi05un8/TnJorYAAABWSURBVBjTY2CgGmDbDQbbA8E8bghv91ZkJUzbUXTsRtG1G0UXmLcBpguJB2Rj44F0bsDgrUZR2YbCY8Dk7Z5sCbYe6p+ds0GcbVDXem9BdjuLA8kBBADCeztbVvQrqgAAAABJRU5ErkJggg==") no-repeat;
    background-size: cover; }
  .al_flow_type .al_flow_doc:before {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAACelLz8AAAAP1BMVEUAAACqqqqqqqq0tLStra2qqqqrq6usrKysrKyrq6urq6urq6uqqqqqqqqqqqqrq6uqqqqrq6uqqqqqqqqqqqp1rtL/AAAAFHRSTlMABgkRHCo6SmJ5iae7zNvm6PL5/cPdz7MAAABXSURBVCjPtc/ZCoAgFEVRm8sGrfb/f2sPF8pMSMP205EFikr9VqEN0j54pLkayxsZOhmwMtcuwTmaBduGSVUTWx8kKY2ex+/kvJJA7xfKjKbM//KKokwdiKANgGjdSw0AAAAASUVORK5CYII=") no-repeat;
    background-size: cover; }

.al-content {
  margin: 0.21333rem 0;
  overflow: hidden; }

.al-contentPartModule {
  width: 100%;
  box-sizing: border-box;
  padding: 0.53333rem 0.4rem;
  background-color: #fff;
  border-bottom: 1px solid #e4e9ed;
  transition: background-color 0s 0.1s linear;
  -webkit-transition: background-color 0s 0.1s linear; }
  .al-contentPartModule:active {
    background-color: #eef3f8; }

.al-tableBox {
  display: table;
  width: 100%; }

.al-contentWatcher {
  padding-bottom: 0.4rem; }
  .al-contentWatcherPic {
    width: 0.48rem;
    height: 0.48rem;
    border-radius: 50%;
    background-color: #ffffff;
    display: inline-block; }
    .al-contentWatcherPic img {
      width: 100%;
      height: 100%;
      vertical-align: top;
      border-radius: 50%; }

.al-contentWatcherName {
  color: #626f8c;
  font-size: 11px; }
  [data-dpr="2"] .al-contentWatcherName {
    font-size: 22px; }
  [data-dpr="3"] .al-contentWatcherName {
    font-size: 33px; }
  .al-contentWatcherName strong {
    font-size: 12px;
    padding-left: 0.10667rem;
    padding-right: 0.21333rem;
    color: #777777;
    font-weight: normal; }
    [data-dpr="2"] .al-contentWatcherName strong {
      font-size: 24px; }
    [data-dpr="3"] .al-contentWatcherName strong {
      font-size: 36px; }

.al-contentText {
  display: table-cell;
  vertical-align: top;
  font-size: 17px;
  padding-right: 0.53333rem;
  position: relative; }
  [data-dpr="2"] .al-contentText {
    font-size: 34px; }
  [data-dpr="3"] .al-contentText {
    font-size: 51px; }
  .al-contentText a {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    overflow: hidden;
    color: inherit;
    text-decoration: inherit;
    cursor: inherit;
    color: #000;
    word-break: break-all; }
    .al-contentText a:active, .al-contentText a:focus {
      outline: none; }
  .al-contentText .al-contentTitle {
    color: #222222;
    font-size: 17px;
    margin-bottom: 0.26667rem; }
    [data-dpr="2"] .al-contentText .al-contentTitle {
      font-size: 34px; }
    [data-dpr="3"] .al-contentText .al-contentTitle {
      font-size: 51px; }
  .al-contentText .al-contentTitle.al-contentDeleted {
    color: #aaaaaa; }
  .al-contentText > .al-contentSeminarMark {
    right: 0.46667rem; }

.al-tagPart .al-contentPartModule {
  border: none; }

.al-contentImgBox {
  display: table-cell;
  width: 2.8rem;
  height: 1.86667rem;
  margin-left: 0.53333rem;
  vertical-align: top;
  position: relative; }
  .al-contentImgBox a {
    width: 100%;
    height: 1.86667rem;
    display: block;
    position: relative; }
  .al-contentImgBox img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    border-radius: 0.08rem; }

.al-contentOtherMsg {
  margin-top: 0.4rem;
  font-size: 11px;
  color: #909090; }
  [data-dpr="2"] .al-contentOtherMsg {
    font-size: 22px; }
  [data-dpr="3"] .al-contentOtherMsg {
    font-size: 33px; }

.al-contentAuthor {
  margin-right: 0.53333rem;
  max-width: 2.5rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle; }

.icon-contentWatchedNum {
  vertical-align: middle; }

.icon-tagComment {
  vertical-align: middle; }

.al-contentDelete {
  color: transparent;
  float: right;
  height: 0.29333rem;
  width: 0.42667rem;
  margin-top: 0.04rem;
  background: url(//img50.allinmd.cn/index/btn_nointerest.png) no-repeat;
  background-size: contain; }

.al-contentLikeNum {
  margin-left: 0.26667rem; }

.al-videoPlayBtn {
  display: block;
  width: 0.74667rem;
  height: 0.74667rem;
  border-radius: 50%;
  background-color: #ffffff;
  background-color: transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.33333rem;
  margin-top: -0.33333rem; }
  .al-videoPlayBtn img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    vertical-align: top; }

.al-videoTime {
  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  background-image: linear-gradient(to right,rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  padding: 0.10667rem;
  padding-left: 1.26667rem;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 12px; }
  [data-dpr="2"] .al-videoTime {
    font-size: 24px; }
  [data-dpr="3"] .al-videoTime {
    font-size: 36px; }

.al-contentMainTitle {
  margin: 0;
  margin-top: 0.66667rem;
  margin-bottom: 0.4rem;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  position: relative; }
  [data-dpr="2"] .al-contentMainTitle {
    font-size: 32px; }
  [data-dpr="3"] .al-contentMainTitle {
    font-size: 48px; }

.al-contentTagHeader {
  text-align: center;
  padding-top: 0.66667rem;
  background-color: #fff; }
  .al-contentTagHeader a {
    display: block; }
    .al-contentTagHeader a h2 {
      font-size: 16px;
      font-weight: normal;
      color: #333;
      display: block;
      vertical-align: middle; }
      [data-dpr="2"] .al-contentTagHeader a h2 {
        font-size: 32px; }
      [data-dpr="3"] .al-contentTagHeader a h2 {
        font-size: 48px; }
    .al-contentTagHeader a p {
      color: #909090;
      padding-top: 0.13333rem;
      font-size: 12px; }
      [data-dpr="2"] .al-contentTagHeader a p {
        font-size: 24px; }
      [data-dpr="3"] .al-contentTagHeader a p {
        font-size: 36px; }
  .al-contentTagHeader .al-tagFollowBtn {
    position: absolute;
    right: 0.4rem;
    color: #2899e6;
    font-size: 12px; }
    [data-dpr="2"] .al-contentTagHeader .al-tagFollowBtn {
      font-size: 24px; }
    [data-dpr="3"] .al-contentTagHeader .al-tagFollowBtn {
      font-size: 36px; }
    .al-contentTagHeader .al-tagFollowBtn:before {
      content: "+";
      padding-right: 0.10667rem; }
  .al-contentTagHeader .al-tagHasFollowed {
    color: #c5c5c5; }
    .al-contentTagHeader .al-tagHasFollowed:before {
      content: "\221A"; }

.al-contentUpTitleDownImg .al-contentText {
  display: inline-block;
  width: 100%; }

.al-contentUpTitleDownImg .al-contentMiddleImg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
  margin-top: 0.4rem; }
  .al-contentUpTitleDownImg .al-contentMiddleImg li {
    width: 2.90667rem;
    height: 2.04rem;
    margin: 0 0.13333rem;
    position: relative; }
    .al-contentUpTitleDownImg .al-contentMiddleImg li a {
      height: 100%; }
    .al-contentUpTitleDownImg .al-contentMiddleImg li img {
      width: 100%;
      height: 100%;
      vertical-align: top; }

.al-videoAlbum {
  background-color: #fff;
  padding-right: 0.4rem;
  font-size: 0; }
  .al-videoAlbum:after {
    content: '';
    display: table;
    clear: both; }

.al-videoAlbumItem {
  width: 33.3%;
  box-sizing: border-box;
  float: left;
  padding-left: 0.4rem;
  margin-bottom: 0.66667rem;
  max-height: 3.73333rem; }

.al-videoAlbumItemImg {
  position: relative;
  box-sizing: border-box;
  width: 2.8rem;
  height: 2.8rem; }
  .al-videoAlbumItemImg a {
    display: block;
    width: 100%;
    height: 100%; }
    .al-videoAlbumItemImg a img {
      width: 100%;
      height: 100%;
      vertical-align: top; }

.al-videoAlbumItemName {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  overflow: hidden;
  font-size: 13px;
  color: #222222;
  margin-top: 0.26667rem;
  max-height: 0.93333rem;
  height: 0.86rem; }
  [data-dpr="2"] .al-videoAlbumItemName {
    font-size: 26px; }
  [data-dpr="3"] .al-videoAlbumItemName {
    font-size: 39px; }
  .al-videoAlbumItemName a {
    color: inherit;
    text-decoration: inherit;
    cursor: inherit; }
    .al-videoAlbumItemName a:active, .al-videoAlbumItemName a:focus {
      outline: none; }

.al-videoAlbumRank {
  background-color: #fff;
  padding: 0 0.4rem; }

.al-videoAlbumRankItemImg {
  width: 1.68rem;
  height: 1.68rem;
  display: table-cell;
  vertical-align: top; }
  .al-videoAlbumRankItemImg a {
    display: block;
    width: 1.68rem;
    height: 1.68rem; }
  .al-videoAlbumRankItemImg img {
    width: 100%;
    height: 100%;
    vertical-align: top; }

.al-videoAlbumRankItem {
  box-sizing: border-box;
  margin-bottom: 0.4rem; }

.al-videoAlbumRankItemName {
  font-size: 14px;
  display: table-cell;
  vertical-align: top;
  padding-left: 0.4rem; }
  [data-dpr="2"] .al-videoAlbumRankItemName {
    font-size: 28px; }
  [data-dpr="3"] .al-videoAlbumRankItemName {
    font-size: 42px; }
  .al-videoAlbumRankItemName a {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    overflow: hidden;
    color: inherit;
    text-decoration: inherit;
    cursor: inherit;
    line-height: 1.5; }
    .al-videoAlbumRankItemName a:active, .al-videoAlbumRankItemName a:focus {
      outline: none; }

.al-videoAlbumRankItemAuthor {
  font-size: 11px;
  display: block;
  margin-top: 0.18667rem;
  color: #909090; }
  [data-dpr="2"] .al-videoAlbumRankItemAuthor {
    font-size: 22px; }
  [data-dpr="3"] .al-videoAlbumRankItemAuthor {
    font-size: 33px; }

.al-contentSeminarImg {
  width: 100%;
  height: 3.57333rem;
  position: relative; }
  .al-contentSeminarImg a {
    display: block;
    width: 100%;
    height: 100%; }
  .al-contentSeminarImg img {
    width: 100%;
    height: 100%;
    vertical-align: top; }

.al-contentSeminarTime {
  margin-right: 0.53333rem; }

.al-contentMainText {
  font-size: 14px;
  margin-top: 0.26667rem; }
  [data-dpr="2"] .al-contentMainText {
    font-size: 28px; }
  [data-dpr="3"] .al-contentMainText {
    font-size: 42px; }
  .al-contentMainText a {
    color: #909090; }

.al-contentSeminarJoin {
  display: table-cell;
  vertical-align: middle;
  width: 2rem;
  text-align: right; }

.al-doctorRecommendItem {
  width: 100%;
  padding: 0.53333rem 0;
  background-color: #fff;
  box-sizing: border-box;
  border-bottom: 1px solid #e4e9ed; }
  .al-doctorRecommendItem:after {
    content: '';
    display: table;
    clear: both; }
  .al-doctorRecommendItem:last-child {
    border: none; }

.al-doctorRecommend {
  background-color: #fff;
  padding-left: 0.4rem; }

.al-doctorRecommendImg {
  width: 1.06667rem;
  height: 1.06667rem;
  border-radius: 50%;
  background-color: transparent;
  float: left;
  position: relative;
  vertical-align: top; }
  .al-doctorRecommendImg a {
    width: 1.06667rem;
    height: 1.06667rem;
    border-radius: 50%;
    background-color: #fff;
    display: block; }
  .al-doctorRecommendImg img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    border-radius: 50%; }

.al-doctorRecommendMsg {
  float: left;
  position: relative;
  padding-left: 0.2rem;
  vertical-align: top;
  width: 86%;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden; }
  .al-doctorRecommendMsg > .al-doctorRecommendName {
    font-size: 15px;
    color: #222222;
    font-weight: normal;
    display: block; }
    [data-dpr="2"] .al-doctorRecommendMsg > .al-doctorRecommendName {
      font-size: 30px; }
    [data-dpr="3"] .al-doctorRecommendMsg > .al-doctorRecommendName {
      font-size: 45px; }
    .al-doctorRecommendMsg > .al-doctorRecommendName.al-organizationName {
      color: #FB875A; }
  .al-doctorRecommendMsg > span {
    color: #808080;
    margin-top: 0.16rem;
    margin-bottom: 0.26667rem;
    line-height: 1;
    font-size: 13px;
    margin-right: 0.26667rem; }
    [data-dpr="2"] .al-doctorRecommendMsg > span {
      font-size: 26px; }
    [data-dpr="3"] .al-doctorRecommendMsg > span {
      font-size: 39px; }

.al-fellowAuthor {
  float: right;
  position: relative;
  width: 1.86667rem;
  height: 0.74667rem;
  /*.al-fellowAuthorBorder{
        width: rem(140px);
        height: rem(56px);
        border: 1px solid #2899E6;
        border-radius: 100px;
        font-size: rem(24px);
        color: #2899E6;
        text-align: center;
        line-height: rem(56px);
        &:before {
            content: "";
            width: 0.24rem;
            height: 0.24rem;
            background: url(//img50.allinmd.cn/pages/discover/scroll_plus.png) center center no-repeat;
            background-size: cover;
            display: inline-block;
            vertical-align: middle;
            margin-right: 0.08rem;
        }
    }*/ }
  .al-fellowAuthor a {
    width: 1.06667rem;
    display: block; }

.al-doctorRecommendFollow {
  font-size: 12px;
  position: absolute;
  padding: 0;
  right: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%); }
  [data-dpr="2"] .al-doctorRecommendFollow {
    font-size: 24px; }
  [data-dpr="3"] .al-doctorRecommendFollow {
    font-size: 36px; }
  .al-doctorRecommendFollow:before {
    content: "";
    width: 0.24rem;
    height: 0.24rem;
    background: url("//img50.allinmd.cn/pages/discover/scroll_plus.png") center center no-repeat;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.08rem; }

.al-doctorRecommendFollowBtn {
  font-size: 12px;
  position: absolute;
  right: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%); }
  [data-dpr="2"] .al-doctorRecommendFollowBtn {
    font-size: 24px; }
  [data-dpr="3"] .al-doctorRecommendFollowBtn {
    font-size: 36px; }

.al-doctorRecommendFollowed {
  font-size: 12px;
  position: absolute;
  right: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%); }
  [data-dpr="2"] .al-doctorRecommendFollowed {
    font-size: 24px; }
  [data-dpr="3"] .al-doctorRecommendFollowed {
    font-size: 36px; }
  .al-doctorRecommendFollowed:before {
    content: "";
    display: inline-block;
    width: 0.24rem;
    height: 0.16rem;
    margin-right: 0.1rem;
    background: url("//img50.allinmd.cn/pages/index/icon_followed.png") center center no-repeat;
    background-size: cover;
    vertical-align: middle; }

.al-doctorSameJobExp {
  font-size: 11px;
  color: #aaaaaa; }
  [data-dpr="2"] .al-doctorSameJobExp {
    font-size: 22px; }
  [data-dpr="3"] .al-doctorSameJobExp {
    font-size: 33px; }
  .al-doctorSameJobExp a {
    padding: 0 0.05333rem;
    color: #818ca3; }

.al-noContentTitle {
  font-size: 13px;
  color: #626f8c;
  text-align: center;
  padding-top: 0.53333rem;
  padding-bottom: 0.4rem;
  position: relative; }
  [data-dpr="2"] .al-noContentTitle {
    font-size: 26px; }
  [data-dpr="3"] .al-noContentTitle {
    font-size: 39px; }
  .al-noContentTitle:after {
    content: "";
    position: absolute;
    width: 0.82667rem;
    height: 0.05333rem;
    bottom: 0;
    left: 50%;
    margin-left: -0.41333rem;
    background-color: #d0d4dc; }

.al-personalNoneTipsImg figure {
  width: 6.32rem;
  height: 3.6rem;
  margin: 1.2rem auto; }
  .al-personalNoneTipsImg figure img {
    width: 100%;
    height: 100%;
    vertical-align: top; }

.al-contentBottomPart {
  display: table;
  width: 100%;
  margin-top: 0.26667rem; }

.al-contentMiddleVideo {
  width: 100%;
  height: 6.26667rem;
  position: relative;
  margin: 0.4rem 0; }
  .al-contentMiddleVideo img {
    width: 100%;
    height: 100%;
    vertical-align: top; }

.al-tagsRecommend {
  background-color: #fff; }
  .al-tagsRecommend ul {
    list-style: none;
    box-sizing: border-box; }
    .al-tagsRecommend ul:after {
      content: '';
      display: table;
      clear: both; }
  .al-tagsRecommend a {
    color: inherit;
    text-decoration: inherit;
    cursor: inherit;
    color: #929292; }
    .al-tagsRecommend a:active, .al-tagsRecommend a:focus {
      outline: none; }
  .al-tagsRecommend a.al-allTags {
    display: block;
    text-align: center;
    font-size: 0.34667rem;
    border-top: 1px solid #e4e9ed;
    height: 1.02667rem;
    line-height: 1.02667rem;
    width: 100%;
    margin-top: 0.53333rem; }

.al-tagsRecommendItem {
  float: left;
  font-size: 13px;
  color: #777777;
  border: 1px solid #e0e2e8;
  padding: 0.13333rem 0.26667rem;
  margin-left: 0.26667rem;
  margin-top: 0.26667rem;
  border-radius: 0.04rem;
  position: relative; }
  [data-dpr="2"] .al-tagsRecommendItem {
    font-size: 26px; }
  [data-dpr="3"] .al-tagsRecommendItem {
    font-size: 39px; }

.al-contentMeetingTitle {
  font-size: 16px;
  font-weight: normal;
  color: #909090;
  background-color: #fff;
  border-bottom: 1px solid #d7dbde;
  padding: 0.33333rem 0.4rem;
  vertical-align: middle; }
  [data-dpr="2"] .al-contentMeetingTitle {
    font-size: 32px; }
  [data-dpr="3"] .al-contentMeetingTitle {
    font-size: 48px; }
  .al-contentMeetingTitle:before {
    content: "";
    display: inline-block;
    width: 0.4rem;
    height: 0.4rem;
    vertical-align: middle; }

.al-contentMeetingLiving {
  position: absolute;
  left: 0;
  top: 0;
  width: 1.33333rem;
  height: 0.53333rem; }
  .al-contentMeetingLiving img {
    width: 100%;
    height: 100%;
    vertical-align: top; }

.al-timelineContentLiked .icon-commentLikeNum:before {
  background-image: url("//img50.allinmd.cn/pages/details/details_like_on.png"); }

.al_flow_type {
  /*  display:flex;
    justify-content: space-between;
    flex-flow:row-reverse nowrap;
    align-items:center;*/ }

/*新版认证优化的V1认证对话框样式*/
.auth-opt-v1-popup {
  background-color: #fff;
  position: absolute;
  width: 7.94667rem;
  min-height: 10.32rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0.21333rem; }

#auth-opt-v1-popup-top-img {
  overflow: hidden;
  width: 100%;
  height: auto; }

.auth-opt-v1-popup-title {
  font-size: 0.58667rem;
  line-height: 0.8rem;
  font-weight: bold;
  text-align: center;
  color: #1a71ff; }

.auth-opt-v1-popup-desc {
  margin-top: 0.32rem;
  font-size: 0.42667rem;
  line-height: 0.69333rem;
  font-weight: 400;
  color: #222222;
  padding: 0 0.64rem; }

.auth-opt-v1-popup-submit {
  width: 6.66667rem;
  height: 1.33333rem;
  margin: 0.48rem auto 0;
  background: #1a71ff;
  border-radius: 0.21333rem;
  font-size: 0.45333rem;
  line-height: 1.33333rem;
  font-weight: bold;
  text-align: center;
  color: #ffffff; }

.auth-opt-v1-popup-cancel {
  text-align: center;
  margin: 0.53333rem auto;
  font-size: 0.45333rem;
  font-weight: 400;
  text-align: center;
  color: #666666; }

.al-personalContributionSelector {
  float: right;
  position: relative; }
  .al-personalContributionSelector h2 {
    font-weight: normal;
    font-size: 13px;
    color: #626f8c;
    vertical-align: middle; }
    [data-dpr="2"] .al-personalContributionSelector h2 {
      font-size: 26px; }
    [data-dpr="3"] .al-personalContributionSelector h2 {
      font-size: 39px; }
    .al-personalContributionSelector h2:after {
      content: "";
      width: 0.24rem;
      height: 0.14667rem;
      display: inline-block;
      vertical-align: 0.05rem;
      background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAKCAMAAACOlf6TAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAbUExURW15kmNwjWNvjExpcWNvjGh0l2JvjWNwjWJvjPl7nuUAAAAIdFJOUxXU0wDMFsPLgMs18AAAAERJREFUCNdNzksSACAIAlAK+9z/xNEUpQsH3wbRB5imRUfMmgxlDmh9Q9UBJpMUAb8d2WS7QtBmOcQmsxCv3GLSi+G4AMS/AgoSQF7wAAAAAElFTkSuQmCC") center center no-repeat;
      background-size: cover;
      margin-left: 0.10667rem;
      transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      transition: all 0.2s linear;
      -webkit-transition: all 0.2s linear; }
  .al-personalContributionSelector ul {
    background-color: #fff;
    position: absolute;
    z-index: 1;
    width: 2.8rem;
    right: -0.33333rem;
    list-style: none;
    visibility: hidden;
    opacity: 0;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2), -1px -1px 5px rgba(0, 0, 0, 0.2);
    transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear; }
    .al-personalContributionSelector ul:before {
      content: '';
      display: inline-block;
      position: absolute;
      width: 0.33333rem;
      height: 0.33333rem;
      background-color: #fff;
      border: solid #e4e9ed;
      border-width: 1px 0 0 1px;
      left: 50%;
      top: -0.17333rem;
      transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      z-index: 9; }

.al-personalContributionSelectorItem {
  padding: 0.4rem 0.82667rem;
  line-height: 1;
  font-size: 16px;
  border-bottom: 1px solid #e4e9ed;
  text-align: center;
  color: #555555; }
  [data-dpr="2"] .al-personalContributionSelectorItem {
    font-size: 32px; }
  [data-dpr="3"] .al-personalContributionSelectorItem {
    font-size: 48px; }

.al-personalContributionSelectorItem.active {
  color: #3598db; }

.al-personalContributionSelector.al-personalSelectorOn ul {
  opacity: 1;
  visibility: visible; }

.al-personalContributionSelector.al-personalSelectorOn h2:after {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg); }

.al-personalContributionSelector {
  position: absolute;
  top: 1.4rem;
  z-index: 7;
  right: 0.4rem; }

.platformChange {
  width: 1rem;
  text-align: center;
  overflow: hidden; }
  .platformChange span {
    float: left;
    display: block;
    line-height: 0.45333rem;
    font-size: 12px; }
    [data-dpr="2"] .platformChange span {
      font-size: 24px; }
    [data-dpr="3"] .platformChange span {
      font-size: 36px; }
  .platformChange:after {
    display: block;
    content: '';
    clear: both; }
  .platformChange .platformName {
    width: 100%; }
  .platformChange .platformIcon {
    margin: 0 auto;
    margin-left: 0.26667rem;
    display: inline-block;
    width: 0.45333rem;
    height: 0.45333rem;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAAAXNSR0IArs4c6QAAArZJREFUSA3FVk1oE0EUnje7xmIaSksOehAKKnixgrWgeBAvihfB6gYUUyVopdRb0ya3bkWwBhFvQhGt7cVujB48ePTgH0i1KOJB7M1roZSUJpvdHd9sMjVk2XG2BF3Ynbfvve99b/7eDBDFx7AszXm5OAXMyzBCdinC6m4AKwDESnbEs5oqcH9H7zhh7Cb6J1QxTX47CCMDGzW7W29SSkVGWMp3AO3Ci/k7T6XOLUZjKHvU8ch7HJkUbbGF/gIjSW6EmP4h1CnEUJy7KzBJZcKQWJHV6oRAPD861NzILE0A5TkEQgsM2MHnDwu/mvCRRYiM2CLg7KUsrhlC1Id0i0StsMCQGqYZ27nSI+15tbrdm5m5XmsNpvLvB744ku+ulN1p3GuncYPuVgAyIPATP6UuLT41O2tW/obZHFJjONe1UXY/M8aGORkGsgmQquzFMuVgcvuw8uTXnPXXpmkGRiosAd2tuLeQqJcAfIyBnl6Yu/0jzFnoMTk4P5Trx3YBiY98XS7fQNt9YZe1lHhwijvoGr2qQsZ9AYCV5guLOBpj/B81foy6LP9SzHAvd7EeT3+TuwatlNAGph4j6BHU8G3hLxyeddAs13ixRvVhIN1e59ITh/1IeEwpT7ac+o8VFxD9srz+FtPvF1qPedu4jD0rtZ0Q41JchJ04VTFBiO0aTvwzLREfazsh9tBBgj5eQAShNTlZE1PWdkJBUjRNW8hgmkL897VUuro202qj8F8I/f3Hy1XUjlC7MSV4d1TFYg/Br52D6XyfKkj4MfAamHoMoZe1FJfrK+6AV5ZHxpXcAZWe8kvx4OXxY7ih7/lYVo8hIxI2yGQmEqs2++QfN0IbqYU3+pmBE8VUSulypS0tvbMPHT/5xKnWOrH69yAXf6XziUYXz8TvQOkDfU/8WnF0lG92pec37CLcGnyIRKwAAAAASUVORK5CYII=") no-repeat center;
    background-size: 100% 100%; }

.searchIconWrap {
  width: 0.8rem;
  text-align: center;
  overflow: hidden; }
  .searchIconWrap span {
    float: left;
    line-height: 0.45333rem;
    font-size: 12px;
    display: inline-block;
    margin: 0 auto; }
    [data-dpr="2"] .searchIconWrap span {
      font-size: 24px; }
    [data-dpr="3"] .searchIconWrap span {
      font-size: 36px; }
  .searchIconWrap:after {
    display: block;
    content: '';
    clear: both; }
  .searchIconWrap .icon-search {
    margin-left: 0.06667rem; }

.al-littleScoreStarBox li {
  float: left; }

.al-cancelModalItem i {
  right: 0.26667rem; }

.interested {
  right: 8.5%; }
  .interested i {
    right: 36%; }

