@charset "utf-8";


.doctor_slide{position:relative;}
.doctor_slide .in .in_dv{width:50%; padding:20px 70px 0 0;}
.doctor_slide .in .in_dv .in_tx{color:#444; font-weight: 300; font-size:1.125em;}
.doctor_slide .in .in_dv .in_tx br{display:none;}
.doctor_slide .in .more_btn{display:block; color:#fff!important; font-size:1.25em; width:54px; height: 54px; line-height: 54px; text-align: center; background-color: #ddd; transition: .3s; cursor: pointer; margin-top:40px; border-radius: 50%;}
.doctor_slide .in .more_btn:hover{background-color:var(--mainColor);}	
.doctor_slide .in .in_img{width:100%; text-align: left; border-radius: 200px; overflow: hidden;}
.doctor_slide .in .in_img .img_z{height: 250px; position: relative;}
.doctor_slide .in .in_img .img_z::before{content: ''; display: block; background-image: url(/theme/responseweb/img/main/logo_bg.png); width: 225px; height: 225px; position: absolute; bottom: -42px; right: 12px;}
.doctor_slide .in .in_img .img_z img{z-index: 10;}
.doctor_slide .in .in_img .img_z .txt_z{position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); color: #fff; text-align: center;}
.doctor_slide .in .in_img .img_z .txt_z .in_tt{ font-size: 2.5em; font-weight: 400;}
.doctor_slide .in .in_img .img_z .txt_z .in_tx{font-size: 1.25em; margin-bottom: 10px;}
.doctor_slide li:nth-child(2n+1) .in .in_img .img_z{background-color: #0a245b;}
.doctor_slide li:nth-child(2n) .in .in_img .img_z{background-color: var(--mainColor);}

.doctor_control{margin-top:2em; position: relative; z-index: 100;}
.doctor_control .doctor_pagen{width:450px; height: 4px; background: #ddd; position: relative; /*margin-right:30px;*/}
.doctor_control .doctor_pagen .swiper-pagination-progressbar-fill{background: var(--mainColor);}
.la_control .in-btn .xi{width:44px; height: 44px; line-height: 44px; border:1px solid #fff; background: #fff; color:#333; border-radius: 50%; text-align: center; margin: 0 25px;cursor: pointer; transition: .3s;}
.la_control .in-btn .xi:hover{background-color:var(--mainColor); border-color:var(--mainColor); color:#fff;}

.doctor_slide .swiper-container{overflow: inherit;}

