/* ---------------
name:style.css
author:reymo
site:www.vmore.com.cn
顺序：全局样式/组件样式/页面样式
-----------------*/
@charset "utf-8";

/* ------------------------------------------------
第一部分：全局样式
* 定义本站初始化样式
--------------------------------------------------*/
html {
    font-size: 625%;
}

body {
    background-color: #fff;
    overflow-x: hidden;
    color: #464646;
    font-family: Microsoft YaHei, Arial, Lucida, Verdana, Helvetica, sans-serif;
    font-size: 16px;
    font-size: 0.16rem;
    position: relative;
}

h1 {
    font-size: .24rem;
}

h2 {
    font-size: .3rem;
    color: #333;
}

h3 {
    font-size: .16rem;
    color: #333;
    font-weight: 700;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.clear {
    clear: both;
}

.container {
    width: 75%;
    max-width: 14rem;
    margin: auto;
}
@media screen and (max-width:1600px){
    .container{
        width: 90%;
    }
}

.bg-grey {
    background: #f7f7f7;
}

/* 块配置项 */
section {
    padding-top: .6rem;
    padding-bottom: .6rem;
}

section h2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}

section .intro {
    text-align: center;
    margin-top: .2rem;
    margin-bottom: .36rem;
    color: #999;
}

@media screen and (max-width:768px) {
    h2 {
        font-size: .18rem;
    }

    .container {
        width: 90%;
    }

    section {
        padding-top: .3rem;
        padding-bottom: .3rem;
    }

    section .intro {
        font-size: .1rem;
    }
}

/* ------------------------------------------------
第二部分：组件样式
* 定义本站初始化样式
--------------------------------------------------*
/*图片放大特效*/
.imgzoom {
    position: relative;
    overflow: hidden;
    border-radius: .15rem;
}

.imgzoom .ct,
.imgzoom p {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all .5s ease-out;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.imgzoom .ct img {
    width: 100%;
    height: auto;
}

.imgzoom:hover .ct {
    top: -0.1rem;
    left: -0.1rem;
    right: -0.1rem;
    bottom: -0.1rem;
}

/*轮播图样式修正*/
.swiper-button-next::after,
.swiper-button-prev::after {
    content: none;
}

.swiper-button-next,
.swiper-button-prev {
    height: .5rem;
    width: .5rem;
    background-size: 100% 100%;
}

.swiper-button-prev {
    background-image: url(../images/swiper-ico-left.png);
    left: .5rem;
}

.swiper-button-next {
    background-image: url(../images/swiper-ico-right.png);
    right: .5rem;
}

@media screen and (max-width:768px) {

    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }
}

/* 统一顶部样式 */
header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
}

.top {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: .1rem;
    padding-bottom: .1rem;
}

.top .right {
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.top .mnavico {
    display: none;
    font-weight: 700;
    color: #a82229;
}

.top img {
    height: .5rem;
    width: auto;
}

.top .tel {
    height: .2rem;
    margin-left: .2rem;
    margin-right: .2rem;
}

@media screen and (max-width:768px) {
    .top .right {
        display: none;
    }

    .top img {
        width: 100%;
        height: auto;
    }

    .top .mnavico {
        display: block;
        cursor: pointer;
    }
}

/* PC顶部菜单 */
.pnav {
    background: #a82229;
    padding: 0;
}

.pnav a {
    color: #fff;
    white-space: nowrap;
}

.pnav ul.fnav {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    width: 60%;
}

.pnav ul.fnav>li>a {
    display: block;
    padding: .18rem .18rem;
    text-align: center;
}

.pnav ul.fnav>li {
    position: relative;
    flex: 1;
}

.pnav ul.fnav>li>span {
    position: absolute;
    background: #a82229;
    width: .4rem;
    height: .03rem;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.pnav ul.fnav>li:hover>span,
.pnav ul.fnav>li.active>span {
    background: #fff;
}

.pnav ul.fnav ul {
    display: none;
    position: absolute;
    top: .56rem;
    padding: .05rem 0;
    border-radius: .02rem;
    background: #fff;
    box-shadow: 0 .02rem .12rem 0 rgba(0, 0, 0, .1);
}

.pnav ul.fnav>li:hover ul {
    display: block;
}

.pnav ul.fnav ul li a {
    display: block;
    width: 2rem;
    padding-left: .08rem;
    font-size: .14rem;
    color: #999;
    line-height: 3;
}

.pnav ul.fnav ul li a:hover {
    background: #a82229;
    color: #fff;
}

@media screen and (max-width:768px) {
    .pnav {
        display: none;
    }
}

/* 手机版顶部菜单 */
.mnav {
    display: none;
    width: 100%;
    background: #fff;
    padding: 0;
    position: fixed;
    top: .5rem;
    border-top: solid 1px #e8e6e6;
    z-index: 9;
    font-size: .15rem;
    line-height: 3;
}

.mnav a {
    padding: 0 .2rem;
    color: #000;
}

.mnav .fnav>li>a {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    font-weight: bold;
}

.mnav .fnav>li.active>a {
    color: #a82229;
}

.mnav .fnav>li a:focus {
    background: #ecf5ff;
}

.mnav .fnav>li>a>.iconfont {
    font-weight: normal;
    font-size: .1rem;
    line-height: 3.6;
}

.mnav .fnav>li>ul {
    display: none;
}

.mnav .fnav>li.active>ul {
    display: block;
}

.mnav .fnav>li>ul a {
    display: block;
    padding: 0 0.4rem;
}

.mnav .fnav>li>ul>li.active a {
    background: #a82229;
    color: #fff;
}

@media screen and (max-width:768px) {
    .mnav {
        display: none;
    }
}

/* 统一底部样式 */
footer {
    background: #2e2d3d;
}

footer .container {
    color: #ccc;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    padding: .3rem 0;
    font-size: .14rem;
    text-align: center;
    line-height: 1.5;
}

footer a {
    color: #fff;
}
footer .left a{
    margin-right: .2rem;
}
@media screen and (max-width:768px) {
    footer .container {
        flex-direction: column;
    }
}

/* 内页底部附加样式 */
.footer {
    background: #2e2d3d;
    border-bottom: solid 1px #fff;
    color: #fff;
    font-size: .14rem;
    padding-top: .2rem;
    padding-bottom: .2rem;
}

.footer .container {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer .container>div {
    width: 50%;
}

.footer .container .left {
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.footer img {
    width: .9rem;
    height: auto;
}

.footer .ct {
    margin-left: .2rem;
}

.footer .left p {
    line-height: 2;
}

.footer .right p {
    line-height: 1.5;
    margin: 0;
}

@media screen and (max-width:768px) {
    .footer .left .ct {
        display: none;
    }

    .footer .container .left {
        width: .9rem;
    }

    .footer .container .right {
        flex: 1;
        padding-left: .15rem;
    }
}

/* banner样式 */
.banner {
    margin-top: 1.28rem;
    text-align: center;
    background: no-repeat top center;
    background-size: cover;
    color: #fff;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: .2rem;
}

.banner h2 {
    font-size: .3rem;
    margin-top: 0;
    margin-bottom: .15rem;
    color: #fff;
}

.banner .line {
    display: block;
    width: .5rem;
    height: .03rem;
    background: #fff;
}

.banner .en {
    padding: .15rem;
}

@media screen and (max-width:768px) {
    .banner {
        margin-top: .55rem;
        min-height: 1.2rem;
        justify-content: center;
    }

    .banner h2 {
        font-size: .18rem;
    }

    .banner .en {
        font-size: .1rem;
    }
}

/* 顶部副栏目导航 */
.mu {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    border-radius: .3rem;
    background: #fff;
    padding: .1rem .05rem;
    margin-top: .1rem;
}

.mu li {
    cursor: pointer;
    border-radius: .2rem;
    height: auto;
    margin: 0 .1rem;
}

.mu li a {
    color: #000;
    font-size: .16rem;
    padding: .05rem .15rem;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mu li a .iconfont {
    font-size: .22rem;
    display: block;
    margin-right: .1rem;
    color: #cb3239;
}

.mu li.active,
.mu li:hover {
    background: linear-gradient(270deg, #ce2f30, #f78b3c);
}

.mu li.active a,
.mu li:hover a {
    color: #fff;
}

.mu li.active a .iconfont,
.mu li:hover a .iconfont {
    color: #fff;
}

@media screen and (max-width:768px) {
    .pmu {
        display: none;
    }
}

/* 手机二级栏目导航 */
.mmu {
    display: none;
    padding-top: .03rem;
    padding-bottom: .03rem;
}

.mmu .mu {
    flex-wrap: wrap;
    justify-content: space-between;
}

.mmu .mu li,
.mmu .mu i {
    width: 49%;
    margin: 0;
}

.mmu .mu li {
    border-radius: .04rem;
    box-shadow: 0 2px 14px #e8e6e6;
    margin-bottom: .1rem;
}

.mmu .mu li a {
    justify-content: flex-start;
    align-items: center;
    font-size: .14rem;
    padding: 0.08rem 0.1rem;
    font-weight: bold;
}

.mmu .mu li a .iconfont {
    font-weight: normal;
}

@media screen and (max-width:768px) {
    .mmu {
        display: block;
    }
}

/* 位置导航样式 */
.crumb {
    padding: .25rem 0;
    font-size: .14rem;
    background-color: #f9f9f9;
}

.crumb a {
    color: #606266;
}

.crumb a::after {
    content: '>';
    padding: 0.05rem;
    color: #c0c4cc;
    font-weight: bold;
}

.crumb a:last-child:after {
    content: none
}

@media screen and (max-width:768px) {
    .crumb {
        display: none;
    }
}

/* 首页样式 */
/*首页轮播图*/
.iswiper {
    margin-top: 1.28rem;
    padding: 0;
}

/* .swiper {
    width: 100%;
    height: auto;
} */

.swiper-slide {
    text-align: center;
    font-size: .18rem;
    background: #fff;
}

.swiper .swiper-slide {
    max-height: 5rem;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width:768px) {
    .iswiper {
        margin-top: .55rem;
    }
}

/*指引*/
.guide {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.guide>.item {
    cursor: pointer;
    width: 11%;
    max-width: 2.3rem;
    position: relative;
    overflow: hidden;
    border-radius: 8%;
    background-position: center center;
    background-size: 100% 100%;
}

.guide>.item.menzheng {
    background-color: #fdd745;
}

.guide>.item.zhuyuan {
    background-color: #559dbd;
}

.guide>.item.jiaotong {
    background-color: #c3d82e;
}

.guide>.item.yibao {
    background-color: #ed8414;
}

.guide>.item::before {
    display: block;
    content: '';
    width: 100%;
    padding-top: 140%;
}

.guide>.item>.redbg {
    position: absolute;
    left: -100%;
    top: 70%;
    overflow: hidden;
    width: 350%;
    height: 400%;
    -webkit-transform: rotate(14deg);
    transform: rotate(14deg);
    background-image: linear-gradient(-65deg, #e34950, #cb3239);
    box-shadow: 0 0 .132rem .108rem rgb(213 163 251 / 40%);
}

.guide>.item>.ct {
    position: absolute;
    top: 75%;
    width: 100%;
}

.guide>.item>.ct h3 {
    font-size: .14rem;
    color: #fff;
    font-weight: bold;
    margin: 0;
    padding-left: .12rem;
    padding-right: .12rem;
    line-height: 1.5;
    /* letter-spacing: .01rem; */
    word-break: keep-all;
}

.guide>.item>.ct p {
    margin: 0;
    font-size: 3vw;
    font-weight: bold;
    color: hsla(0, 0%, 100%, .11);
    text-align: center;
}
@media screen and (max-width:1400px){
    .guide>.item>.ct h3{
        font-size: .14rem;
    }
}
@media screen and (max-width:768px) {
    .guide {
        flex-wrap: wrap;
        /* flex-direction: column; */
        /* height: 2.9rem; */
        align-items: center;
    }

    .guide>.item {
        width: 48%;
        height: .5rem;
        border-radius: .1rem;
        max-width: 5rem;
        margin-bottom: .1rem;
    }

    .guide>.item:first-child {
       /*  height: 1.9rem; */
    }

    .guide>.item>.ct p,
    .guide>.item>.redbg {
        display: none;
    }

    .guide>.item>.ct {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        text-align: center;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        /* background: rgba(255, 255, 255, 1); */
        /* background: -moz-linear-gradient(45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 5, 5, 0.85) 100%);
        background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 5, 5, 0.85)));
        background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 5, 5, 0.85) 100%);
        background: -o-linear-gradient(45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 5, 5, 0.85) 100%);
        background: -ms-linear-gradient(45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 5, 5, 0.85) 100%); */
        background: linear-gradient(45deg, rgba(168, 34, 41, 0.72) 0%, rgba(168, 34, 41, 1) 100%);
        /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ff0505', GradientType=1); */
    }

    .guide>.item>.ct h3 {
        padding-left: 0;
        font-size: .14rem;
    }
}

/*特色门诊*/
.tsmz .content {
    background: #fff;
    box-shadow: 0 4px 10px 0 hsl(0deg 0% 74% / 32%);
    display: -webkit-flex;
    display: flex;
    padding: 0.3rem 0;
    border-radius: .06rem;
    align-items: center;
}

.tsmz .content .item {
    flex: 1;
    border-right: solid 1px #f4f4f4;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tsmz .content .item:last-child {
    border-right: none;
}

.tsmz .content .item img {
    width: .64rem;
    height: .64rem;
}

.tsmz .content .item h3 {
    margin-top: .1rem;
    margin-bottom: .05rem;
}

.tsmz .content .item h3 span {
    display: none;
}

@media screen and (max-width:768px) {
    .tsmz {
        padding-top: 0;
        padding-bottom: 0;
    }

    .tsmz h2,
    .tsmz .intro {
        display: none;
    }

    .tsmz {
        background-color: #fff;
    }

    .tsmz .content {
        flex-direction: column;
        height: 1.6rem;
        flex-wrap: wrap;
        box-shadow: none;
        justify-content: space-between;
        padding: 0;
    }

    .tsmz .content .item {
        width: 49%;
        height: .5rem;
        flex-direction: row;
        align-items: center;
        flex: none;
        box-shadow: 0 1px 5px 0 rgb(0 0 0 / 6%);
    }

    .tsmz .content .item:first-child {
        height: 1.05rem;
    }

    .tsmz .content .item img {
        width: .25rem;
        height: auto;
        padding-left: .15rem;
    }

    .tsmz .content .item:first-child img {
        width: .5rem;
        padding-left: .05rem;
    }

    .tsmz .content .item h3 {
        font-size: .14rem;
        padding-left: .1rem;
        margin-top: 0;
        margin-bottom: 0;
    }

    .tsmz .content .item h3 span {
        display: inline;
        font-size: .13rem;
        font-weight: normal;
        color: #999;
    }
}

/*新闻动态*/
.news {
    padding-bottom: 0.3rem;
}

.news .intro {
    margin-bottom: 0;
}

.news .title {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news .title .tab-menu {
    display: flex;
    align-items: center;
}

.news .title .tab-menu>div {
    display: inline-block;
    font-weight: 700;
    cursor: pointer;
    font-size: .18rem;
    color: #999;
}

.news .title .tab-menu>div.active {
    color: #a82229;
}

.news .title .tab-menu>div::after {
    content: '';
    font-size: .08rem;
    font-weight: normal;
    border-right: solid 1px rgb(204, 204, 204);
    margin: 0 .1rem;
}

.news .title .tab-menu>div:last-child:after {
    content: none;
}

.news .more {
    background: linear-gradient(270deg, #ce2f30, #f78b3c);
    color: #fff;
    font-size: .14rem;
    border-radius: .2rem;
    padding: .11rem .2rem;
    line-height: 1;
}

.news .more span {
    padding-left: .16rem;
}

.news .content {
    margin-top: 0.3rem;
}

.news .tab-content ul {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news .tab-content li {
    width: 32%;
    margin-bottom: .3rem;
}

.news .tab-content li .img {
    position: relative;
    border-radius: .04rem;
    overflow: hidden;
    padding-bottom: 0;
    border: 0;
    box-sizing: border-box;
}

.news .tab-content li img {
    height: auto;
    border-radius: .04rem;
}

.news .tab-content .imghover {
    position: absolute;
    left: 0;
    /* right: 0; */
    top: 0;
    /* bottom: 0; */
    background: rgba(0, 0, 0, .45);
    display: -webkit-flex;
    /* display: none; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    transition: all .5s ease;
    height: 98%;
    width: 100%;
    opacity: 0;
}

.news .tab-content li h4 {
    margin: .1rem auto;
    font-weight: normal;
    color: #333;
    height: .48rem;
    line-height: .24rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news .tab-content li:hover h4 {
    color: #a82229;
}

.news .tab-content li .date {
    color: #999;
    font-size: .14rem;
}

.news .tab-content li:hover .imghover {
    display: flex;
    opacity: 1;
}

.news .tab-content .imghover .iconfont {
    font-size: .35rem;
    margin-bottom: .15rem;
}

.news .container>.more {
    display: none;
}

@media screen and (max-width:768px) {
    .news .intro {
        margin-top: .2rem;
        margin-bottom: .2rem;
    }

    .news .title {
        justify-content: center;
    }

    .news .title .more {
        display: none;
    }

    .news .container>.more {
        display: block;
        margin: 0 auto;
        width: fit-content;
    }

    .news .tab-content li {
        width: 48%;
    }
}

/* 首页团队 */
.team {
    background-image: url(../images/home-team-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}

.team .intro {
    color: #333;
}

.team .doctor-card {
    background: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    position: relative;
    overflow: hidden;
    height: 330px;
    cursor: pointer;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.team .card-doc-img {
    height: 400px;
    width: 100%;
    position: relative;
    display: inline-block;
    overflow: hidden;
}

/* .team .card-doc-img{
    height: 200px;
} */
.team .card-doc-img img {
    height: 100%;
    width: 100%;
}

.team .card-doc-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 10px;
    position: absolute;
    top: 270px;
    left: 0;
    right: 0;
    border-bottom: 8px solid #a82229;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    background: #fff;
}

.team .swiper-slide:hover .card-doc-info {
    top: 225px;
}

.team .card-doc-name {
    font-size: 16px;
    color: #333;
    margin-bottom: 5px;
}

.team .card-doc-dept {
    font-size: 14px;
    color: #464646;
}

.team .card-doc-dept-pc {}

.team .card-doc-dept-mobile {
    display: none;
}

.team .card-doc-intro {
    max-width: 100%;
    font-size: 14px;
    color: #999;
    margin-top: 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 20px;
    height: 40px;
    visibility: hidden;
}

.team .swiper-slide:hover .card-doc-intro {
    visibility: visible;
}

.team .swiper {
    position: unset;
}

.team .content {
    position: relative;
}

@media screen and (max-width:768px) {
    .team .doctor-card {
        height: 2.2rem;
    }

    .team .card-doc-img {
        height: 2.2rem;
    }

    .team .card-doc-info {
        top: 1.9rem
    }
    .team .swiper-slide:hover .card-doc-info {
        top: 1.9rem;
    }
    .team .card-doc-dept-pc,.team .card-doc-dept-mobile{
        visibility: hidden;
    }
}

/* 业务范围 */
.ywfw .content {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.ywfw .content .item {
    box-sizing: border-box;
    width: 24%;
    padding: 0.3rem;
    background: #fff;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.ywfw .item img {
    width: .6rem;
    height: .6rem;
}

.ywfw .item h3 {
    font-size: .18rem;
    white-space: nowrap;
}

.ywfw .item .line {
    width: .3rem;
    height: .03rem;
    background: #cb3239;
    border-radius: .015rem;
    margin-top: .06rem;
}

.ywfw .item p {
    text-align: left;
    max-width: 100%;
    font-size: .14rem;
    color: #464646;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    line-height: .25rem;
    height: 1rem;
    margin-top: .2rem;
}

.ywfw .item .slide {
    position: absolute;
    background: #fff;
    width: 100%;
    height: .9rem;
    bottom: -.9rem;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s ease-out;
}

.ywfw .item:hover .slide {
    bottom: 0;
}

.ywfw .item .more {
    background: linear-gradient(270deg, #ce2f30, #f78b3c);
    color: #fff;
    font-size: .14rem;
    border-radius: .2rem;
    padding: .11rem .2rem;
    line-height: 1;
    cursor: pointer;
}

.ywfw .item .more span {
    padding-left: .16rem;
}

@media screen and (max-width:768px) {
    .ywfw .content {
        flex-direction: column;
    }

    .ywfw .content .item {
        width: 100%;
    }

    .ywfw .item .slide {
        bottom: 0;
    }
}

/* 首页-医院简介 */
.yyjj {
    position: relative;
}

.yyjj .tlogo {
    position: absolute;
    left: 22%;
    top: 8%;
    width: 1rem;
    height: auto;
}

.yyjj .content {
    line-height: 2;
}

.yyjj .content p {
    text-indent: 2em;
}

.yyjj .btimg {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    margin-top: .3rem;
}

.yyjj .imgzoom {
    width: 31%;
}

.yyjj .imgzoom::before {
    display: block;
    content: '';
    padding-top: 35%;
}

.yyjj .imgzoom p {
    font-size: .24rem;
    color: #fff;
}

@media screen and (max-width:768px) {
    .yyjj .tlogo {
        display: none;
    }

    .yyjj .content p {
        font-size: .14rem;
    }

    .yyjj .imgzoom p {
        display: none;
    }

    .imgzoom {
        border-radius: .05rem;
        height: .6rem;
    }

    .imgzoom .ct img {
        height: 100%;
        width: auto;
    }
}

.lxwm {
    background-image: url(../images/home-about-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.lxwm h2 {
    color: #fff;
}

.lxwm .content {
    background: hsla(0, 0%, 100%, .25);
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lxwm .ct {
    color: #fff;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .14rem;
    line-height: 2;
    flex-grow: 1;
}

.lxwm .ct .left {
    flex-grow: 1;
    border-right: solid 1px #999;
    padding-left: .2rem;
    padding-right: .2rem;
}

.lxwm .ct .left h3 {
    margin-top: 0;
    margin-bottom: .5rem;
    color: #fff;
    font-size: .18rem;
    font-weight: 700;
}

.lxwm .ct p {
    line-height: 2;
}

.lxwm .ct .right {
    width: 27%;
    min-width: 1.9rem;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lxwm .ct .right p {
    text-align: center;
}

@media screen and (max-width:768px) {
    .lxwm {
        padding-bottom: 0;
    }

    .lxwm .content {
        flex-direction: column;
        background: none;
    }

    .lxwm .content>img {
        width: 100%;
    }

    .lxwm .ct {
        width: 100%;
        margin: .08rem 0;
    }

    .lxwm .ct p {
        line-height: 1.7;
    }

    .lxwm .ct .right {
        min-width: 0;
        width: .9rem;
    }

    .lxwm .ct .right p {
        display: none;
    }

    .lxwm .ct .left {
        order: 1;
        flex: 1;
        border-right: none;
        padding: 0;
        padding-left: .2rem;
    }

    .lxwm .ct .left h3 {
        display: none;
    }
}

/* 概况-医院环境 */
.yyhj {
    background-image: url(../images/home-team-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}

.yyhj h2 {
    margin-bottom: .4rem;
}

.yyhj .swiper {
    position: unset;
}

.yyhj .content {
    position: relative;
}

.yyhj .card {
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    position: relative;
    cursor: pointer;
}

.yyhj .card-img {
    width: 100%;
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.yyhj .card-img img {
    height: auto;
    width: 100%;
}

.yyhj .card-info {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px 10px 10px 10px;
    background: #fff;
}

.yyhj .card-name {
    font-size: 16px;
    color: #333;
    margin-bottom: 5px;
}

.yyhj .card-line {
    width: .4rem;
    height: .04rem;
    background: #a82229;
    border-radius: .02rem;
    margin: .06rem 0;
}

.yyhj .card-enname {
    font-size: .14rem;
    color: #999;
}

/* 概况-医疗设备 */
.ylsb {
    background: #fff;
}

.ylsb h2 {
    margin-bottom: .4rem;
}

.ylsb .swiper {
    position: unset;
}

.ylsb .swiper-button-prev {
    background-image: url(../images/swiper-ico-left-red.png);
    left: .5rem;
}

.ylsb .swiper-button-next {
    background-image: url(../images/swiper-ico-right-red.png);
    right: .5rem;
}

.ylsb .content {
    position: relative;
}

.ylsb .card {
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    position: relative;
    cursor: pointer;
    margin-bottom: .04rem;
}

.ylsb .card-img {
    width: 100%;
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.ylsb .card-img img {
    height: auto;
    width: 100%;
}

.ylsb .card-info {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px 10px 10px 10px;
    background: #fff;
}

.ylsb .card-name {
    font-size: 16px;
    color: #333;
    margin-bottom: 5px;
}

.ylsb .card-line {
    width: .4rem;
    height: .04rem;
    background: #a82229;
    border-radius: .02rem;
    margin: .06rem 0;
}

.ylsb .card-enname {
    font-size: .14rem;
    color: #999;
}

/* 新闻中心页面 */
.newslist {
    padding-bottom: 0.3rem;
}

.newslist .content {
    margin-top: 0.3rem;
}

.newslist ul {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.newslist li.himg {
    width: 23.5%;
    margin-bottom: .3rem;
}

.newslist li.himg .img {
    position: relative;
    border-radius: .04rem;
    overflow: hidden;
    padding-bottom: 0;
    border: 0;
    box-sizing: border-box;
}

.newslist li.himg img {
    height: auto;
    border-radius: .04rem;
}

.newslist .imghover {
    position: absolute;
    left: 0;
    /* right: 0; */
    top: 0;
    /* bottom: 0; */
    background: rgba(0, 0, 0, .45);
    border-radius: .04rem;
    display: -webkit-flex;
    /* display: none; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    transition: all .5s ease;
    height: 98%;
    width: 100%;
    opacity: 0;
}

.newslist li.himg h4 {
    margin: .1rem auto;
    font-weight: normal;
    color: #333;
    height: .48rem;
    line-height: .24rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newslist li.himg:hover h4 {
    color: #a82229;
}

.newslist li.himg .date {
    color: #999;
    font-size: .14rem;
}

.newslist li.himg:hover .imghover {
    display: flex;
    opacity: 1;
}

.newslist .imghover .iconfont {
    font-size: .35rem;
    margin-bottom: .15rem;
}

.newslist li.nimg {
    box-sizing: border-box;
    width: 49.5%;
    padding: 0 .1rem;
}

.newslist li.nimg a {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    padding: .15rem 0;
    white-space: nowrap;
}

.newslist li.nimg .tt {
    flex: 1;
    overflow: hidden;
    color: #333;
    text-overflow: ellipsis;
}

.newslist li.nimg .date {
    padding-left: .2rem;
    color: #999;
    font-size: .14rem;
}

.newslist li.nimg:hover {
    -webkit-box-shadow: 0 2px 14px #e8e6e6;
    box-shadow: 0 2px 14px #e8e6e6
}

.newslist li.nimg:hover .tt {
    color: #a82229;
}

@media screen and (max-width:768px) {
    .newslist {
        padding-top: 0;
        padding-bottom: 0;
    }

    .newslist .content {
        margin-top: 0;
    }

    .newslist li.himg {
        width: 48.5%;
    }

    .newslist li.nimg {
        width: 100%;
        padding: 0;
    }
}

.pageinfo .container {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pageinfo .total {
    font-size: .13rem;
}

.pageinfo .pagination {
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.pageinfo .pagination li {
    width: .3rem;
    height: .3rem;
    margin: 0 .05rem;
    background: #fff;
    border-radius: 50%;
}

.pageinfo .pagination li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #a82229;
    font-size: .13rem;
    text-align: center;
    line-height: .3rem;
    font-weight: bold;
}

.pageinfo .pagination a span {
    font-size: .3rem;
    font-weight: normal;
}

.pageinfo .pagination li:hover,
.pageinfo .pagination li.active {
    background: #a82229;
}

.pageinfo .pagination li:hover a,
.pageinfo .pagination li.active a {
    color: #fff;
}

@media screen and (max-width:768px) {
    .pageinfo .container {
        flex-direction: column;
    }

    .pageinfo .total {
        margin-bottom: .15rem;
    }
}

/* 新闻详情页 */
.newscontent {
    padding-top: .3rem;
}

.newscontent h1 {
    text-align: center;
}

.newscontent .arcinfo {
    text-align: center;
    font-size: .14rem;
    padding-top: .1rem;
    padding-bottom: .2rem;
    border-bottom: 1px solid rgba(128, 156, 217, .2);
    color: #999;
}

@media screen and (max-width:768px) {
    .newscontent {
        padding-top: 0;
    }

    .newscontent h1 {
        font-size: .16rem;
        text-align: left;
    }

    .newscontent .arcinfo {
        text-align: left;
    }
}

/* 科室简介 */
.ksjj {
    padding-top: .3rem;
}

.ksjj h1,.ksjj h2 {
    border-left: solid .06rem #a82229;
    font-size: .3rem;
    padding-left: .2rem;
    text-align: left;
}
.ksjj .content{
    line-height: 1.5;
}

@media screen and (max-width:768px) {
    .ksjj {
        padding-top: 0;
    }

    .ksjj h1,.ksjj h2 {
        font-size: .18rem;
    }
}

/* 科室团队 */
.kstd {
    padding-bottom: .3rem;
}

.kstd h2 {
    border-left: solid .06rem #a82229;
    font-size: .3rem;
    padding-left: .2rem;
    text-align: left;
    margin-bottom: .4rem;
}

.kstd ul {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.kstd ul li,
.kstd ul>i {
    width: 23.5%;
}

.kstd ul li {
    margin-bottom: .3rem;
}

.kstd .doctor-card {
    display: block;
    background: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    position: relative;
    overflow: hidden;
    height: 330px;
    cursor: pointer;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.kstd .card-doc-img {
    height: 400px;
    width: 100%;
    position: relative;
    display: inline-block;
    overflow: hidden;
}

/* .team .card-doc-img{
    height: 200px;
} */
.kstd .card-doc-img img {
    height: 100%;
    width: auto;
}

.kstd .card-doc-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 10px;
    position: absolute;
    top: 270px;
    left: 0;
    right: 0;
    border-bottom: 8px solid #a82229;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    background: #fff;
}

.kstd ul li:hover .card-doc-info {
    top: 225px;
}

.kstd .card-doc-name {
    font-size: 16px;
    color: #333;
    margin-bottom: 5px;
}

.kstd .card-doc-dept {
    font-size: 14px;
    color: #464646;
}

.kstd .card-doc-dept-pc {}

.kstd .card-doc-dept-mobile {
    display: none;
}

.kstd .card-doc-intro {
    max-width: 100%;
    font-size: 14px;
    color: #999;
    margin-top: 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 20px;
    height: 40px;
    visibility: hidden;
}

.kstd ul li:hover .card-doc-intro {
    visibility: visible;
}

.kstd .swiper {
    position: unset;
}

.kstd .content {
    position: relative;
}

@media screen and (max-width:768px) {
    .kstd h2 {
        font-size: .18rem;
        margin-bottom: .2rem;
    }

    .kstd ul li,
    .kstd ul>i {
        width: 31.5%;
    }

    .kstd .doctor-card {
        height: 1.4rem;
    }

    .kstd .card-doc-img {
        height: 1.4rem;
    }

    .kstd .card-doc-info {
        top: 1.15rem;
    }
}

/* 团队成员 */
.tdcy {
    padding-bottom: .3rem;
}

.tdcy h2 {
    border-left: solid .06rem #a82229;
    font-size: .3rem;
    padding-left: .2rem;
    text-align: left;
    margin-bottom: .4rem;
}

.tdcy ul {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tdcy ul li,
.tdcy ul>i {
    width: 15%;
}

.tdcy ul li {
    margin-bottom: .3rem;
    overflow: hidden;
}
.tdcy li a{
    position: relative;
    color: #333;
}
.tdcy li .ct{
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    position: absolute;
    width: 100%;
    bottom: -55px;
    background: #fff;
}
.tdcy li .title{
    text-align: center;
    line-height: 2;
}
.tdcy li .info{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: .14rem;
    line-height: 1.5;
    padding: 0 .15rem 0.05rem .15rem;
    color: #999;
    border-bottom: solid 8px #a82229;
}
.tdcy li:hover .ct {
    bottom: 0;
}

@media screen and (max-width:768px) {
    .tdcy ul li,
    .tdcy ul>i {
        width: 31.5%;
    }
}

/* 团队详情 */
.teamcontent .docimg {
    width: 2.1rem;
    height: auto;
    float: left;
}

.teamcontent .title,
.teamcontent .content {
    float: right;
    width: auto;
    width: calc(100% - 2.4rem);
}

.teamcontent .title {
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.teamcontent .keshi {
    width: 100%;
    color: #a82229;
}

.teamcontent h1 {
    font-size: .3rem;
}

.teamcontent .zhiwei {
    padding: 8px 12px;
    background: #434061;
    color: #fff;
    border-radius: .15rem;
    margin-left: .15rem;
    font-size: .14rem;
}

.teamcontent .title span>span {
    display: none;
}

@media screen and (max-width:768px) {
    .teamcontent {
        padding-top: 0;
    }

    .teamcontent .container {
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .teamcontent .docimg {
        width: 1rem;
        padding-bottom: .15rem;
    }

    .teamcontent .title {
        box-sizing: border-box;
        padding-left: .15rem;
        padding-bottom: .15rem;
        width: calc(100% - 1rem);
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        line-height: 2;
    }

    .teamcontent .content {
        width: 100%;
        border-top: dashed 1px #ccc;
        line-height: 2;
    }

    .teamcontent h1 {
        font-size: .16rem;
        margin: 0;
    }

    .teamcontent .zhiwei {
        padding: 0;
        background: #fff;
        margin-left: 0;
    }

    .teamcontent .title span>span {
        display: inline;
        font-weight: bold;
    }

    .teamcontent .title span {
        font-size: .14rem;
        color: #333;
    }
}

/* 单页-联系我们 */
.scontact {
    padding-top: .3rem;
}

.scontact h1 {
    text-align: center;
    font-size: .3rem;
    font-weight: 700;
    margin-bottom: .4rem;
}

.scontact .tinfo {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.scontact .tinfo .item {
    width: 50%;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-bottom: .4rem;
}

.scontact .tinfo .ico {
    width: .88rem;
    height: .88rem;
}

.scontact .tinfo .ct {
    margin-left: .2rem;
}

.scontact .tinfo h3 {
    font-size: .2rem;
    font-weight: 700;
    margin: 0;
    margin-bottom: .12rem;
}

.scontact .tinfo p {
    margin: 0;
    line-height: 1.5;
}

.scontact .tinfo .ewm {
    width: .9rem;
    height: auto;
}

.scontact .cxinfo {
    display: -webkit-flex;
    display: flex;
    margin-top: .6rem;
}

.scontact .cxinfo h3 {
    font-size: .2rem;
    font-weight: 700;
    margin: 0;
    margin-bottom: .12rem;
}

.scontact .cxinfo>div {
    width: 50%;
}

@media screen and (max-width:768px) {
    .scontact {
        padding-top: 0;
    }

    .scontact h1 {
        font-size: .24rem;
    }

    .scontact .tinfo .item {
        width: 100%;
    }

    .scontact .tinfo .ico {
        width: .44rem;
        height: .44rem;
    }

    .scontact .cxinfo {
        flex-direction: column;
        margin-top: 0;
    }

    .scontact .cxinfo>div {
        width: 100%;
    }

    .scontact .cxinfo .ct {
        order: 1;
        margin-top: .15rem;
        line-height: 1.5;
    }

}

/* 健康教育列表 */
.jylist {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}

.jylist .search {
    height: auto;
    margin-top: 0;
    padding-bottom: .3rem;
}

.jylist .search form {
    float: right;
}

.jylist input {
    width: 3rem;
    border-top-left-radius: .04rem;
    border-bottom-left-radius: .04rem;
    border: solid 1px #dcdfe6;
    padding: 0 .15rem;
    font-size: .12rem;
    line-height: .28rem;
    outline: 0;
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
}

.jylist input:focus {
    border-color: #a82229;
}

.jylist button {
    background: #a82229;
    color: #fff;
    border: solid 1px #a82229;
    padding: .04rem .15rem;
    cursor: pointer;
    margin-left: -0.05rem;
}

.jylist button .iconfont {
    margin-right: .05rem;
}

.jylist .content {
    padding-top: 0.3rem;
}

.jylist ul {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.jylist li.item {
    box-sizing: border-box;
    width: 49.5%;
    padding: 0 .1rem;
}

.jylist li.item a {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    padding: .15rem 0;
}

.jylist li.item .tt {
    height: .8rem;
    margin-left: .15rem;
    flex: 1;
    overflow: hidden;
    color: #333;
    text-overflow: ellipsis;
}

.jylist li h3 {
    height: .16rem;
    margin: 0.05rem 0 .1rem 0;
    font-size: .16rem;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1;
}

.jylist li.item .desc {
    display: block;
    height: .4rem;
    color: #999;
    font-size: .14rem;
    overflow: hidden;
    line-height: .22rem;
    text-overflow: ellipsis;
}

.jylist li.item:hover {
    -webkit-box-shadow: 0 2px 14px #e8e6e6;
    box-shadow: 0 2px 14px #e8e6e6
}

.jylist li.item:hover .tt h3 {
    color: #a82229;
}

@media screen and (max-width:768px) {
    .jylist {
        padding-top: 0;
    }

    .jylist .search form {
        display: -webkit-flex;
        display: flex;
        width: 100%;
    }

    .jylist button {
        width: .85rem;
    }

    .jylist input {
        width: calc(100% - 0.85rem);
        flex: 1;
    }

    .jylist li.item {
        width: 100%;
        padding: 0;
    }
}

/* 特色门诊 */
.stsmz {
    padding-top: .3rem;
}

.stsmz h2 {
    border-left: solid .06rem #a82229;
    font-size: .18rem;
    padding-left: .2rem;
    text-align: left;
    margin: .2rem 0;
}

.stsmz .tdjs {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.stsmz .tdjs li,
.stsmz .tdjs i {
    width: 19%;
}

.stsmz .tdjs li h3 {
    text-align: center;
}

@media screen and (max-width:768px) {

    .stsmz .tdjs li,
    .stsmz .tdjs i {
        width: 32.5%;
    }

    .stsmz .tdjs li h3 {
        font-size: .14rem;
        font-weight: normal;
        line-height: 1.5;
        margin-top: 0;
        margin-bottom: .1rem;
    }
}

/* 门诊预约 */
.yuyue-title {
    padding-top: .3rem;
    padding-bottom: .3rem;
}

.yuyue-title h1 {
    text-align: center;
}

.yuyue-menu {
    padding-top: 0;
    padding-bottom: 0;
}

.yuyue-menu ul {
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
}

.yuyue-menu ul li a {
    padding: .08rem .12rem;
    border: solid 1px #ccc;
    border-radius: .04rem;
    margin-right: .1rem;
    color: #333;
}

.yuyue-menu ul li.active a {
    background-color: #a82229;
    color: #fff;
    border-color: #a82229;
}

@media screen and (max-width:768px) {
    .yuyue-menu ul{
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .yuyue-menu ul li{
        width: 48.5%;
        margin-bottom: .1rem;
    }
    .yuyue-menu ul li a{
        display: block;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }
}

.yuyue {
    padding-top: .3rem;
}

.yuyue .container {
    display: -webkit-flex;
    display: flex;
}

.yuyue .table,
.yuyue .cx,
.yuyue .right {
    box-shadow: 0 0 15px #ccc;
    padding: .2rem;
}

.yuyue .cx {
    margin-top: .2rem;
}

.yuyue .left {
    width: 3.4rem;
    margin-right: .2rem;
}

.yuyue .left img {
    width: 100%;
    height: auto;
}

.yuyue .right {
    flex: 1;
}

.yuyue .table {
    height: 2.9rem;
    overflow-y: scroll;
}

.yuyue .right {
    overflow-y: scroll;
    height: 6.3rem;
}

.yuyue .item {
    margin-bottom: .08rem;
}

.yuyue .cx input,
.yuyue .cx select,
.yuyue .cx button,
.yuyue .cx .title {
    width: 100%;
    padding-top: .08rem;
    padding-bottom: .08rem;
    box-sizing: border-box;
}
.yuyue .cx input,.yuyue .cx select{
    outline: none;
    padding-left: .1rem;
    padding-right: .1rem;
}
.yuyue .cx .title {
    margin-bottom: .08rem;
    font-weight: bold;
}

.yuyue .cx button {
    cursor: pointer;
    background-color: #a82229;
    color: #fff;
    border: solid 1px #ccc;
    border-radius: .04rem;
}

/* 滚动条样式 */
/* 设置滚动条的样式 */
.scroll::-webkit-scrollbar {
    width: 5px;
}

/* 滚动槽 */
.scroll::-webkit-scrollbar-track {
    width: .02rem;
    -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background: #ccc;
}

/* 滚动条滑块 */
.scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.5);
}

.scroll::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 0, 0, 0.4);
}

@media screen and (max-width:768px) {
    .yuyue .container{
        flex-direction: column;
    }
    .yuyue .left,.yuyue .right{
        width: 100%;
        box-sizing: border-box;
    }
    .yuyue .left{
        order:1;
        margin-top: .3rem;
    }
}