@charset "utf-8";
/* CSS Document */
* { margin:0; padding:0 }
*:focus {outline: none }
html { width:100%; height:100%; font-size:62.5%; /* 10÷16=62.5% */ }
body { font-size:1.4rem; /* 12÷10=1.2 */ }
body { line-height:1.6em; font-weight:400; font-family:"PingFang SC","Hiragino Sans GB","STHeiti",Helvetica,"Microsoft Yahei",微软雅黑,黑体,Arial,sans-serif; color:#4b4948; background:#fff; height:100%; overflow-x: hidden }
em, q, cite, address { font-weight:400; font-style:normal }
h1, h2, h3, h4, h5, h6 { font-weight:400 }
address { display:inline }
img { border:none }
li { list-style:none }
q { quotes:none }
strong { font-weight:bold }
table { border-collapse:collapse }
th { text-align:left; font-weight:400 }
small { font-size:1rem }
i { font-style:normal } 

::selection { background-color:#7057a3; color:#fff }
::-moz-selection { background-color:#7057a3; color:#fff }

/* link */
a { color:#7057a3; outline-style:none; text-decoration:none; cursor:pointer; transition:0.2s; -webkit-transition: 0.2s; -moz-transition: 0.2s; -o-transition: 0.2s }
a:hover { color:#664d98 }
a.a01, .a01 a { color:#4b4948 }
a.a01:hover, .a01 a:hover { color:#7057a3 }

/* clear float */
.cf { zoom:1 } /* for IE */
.cf:after { content:"."; display: block; clear:both; font-size:0; height:0; visibility:hidden; overflow:hidden } /* for other */
/* end of clear float */

/* float */
.fleft { float:left!important }
.fright { float:right!important }
.fnone { float:none!important }
/* text-align */
.tleft { text-align:left }
.tright { text-align:right }
.tcenter { text-align:center }
/* display */
.dis { display:block }
.undis { display:none }
.disinline { display:inline }
.disinblock { display:inline-block }
.disflex { display: flex }

/* form */
label { cursor:pointer }
label:hover { text-decoration:underline }
input, select, textarea { vertical-align: middle; color: #4b4948; font-family: "PingFang SC","Hiragino Sans GB","STHeiti",Helvetica,"Microsoft Yahei",微软雅黑,黑体,Arial,sans-serif; transition-duration: .2s; -webkit-transition-duration: 0.2s; -moz-transition-duration: 0.2s; -o-transition-duration: 0.2s; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; appearance: none; -moz-appearance:none; -webkit-appearance:none; border: 1px solid #e9e9e9; padding: 0 10px }
input[type="text"], input[type="password"], select { appearance:none; -moz-appearance:none; -webkit-appearance:none }
input::placeholder, textarea::placeholder { color: rgba(0,0,0,0.3) }
input[type="text"]:focus, input[type="password"]:focus, select:focus { border: 1px solid #7057a3 }

/*-------------------结构-------------------*/
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, time { display:block }

.container { width: 80%; max-width: 1400px; margin-right: auto; margin-left: auto }
.container:before, .container:after { content:" "; display:table }
.container:after { clear: both }

/*-------------------定位-------------------*/
.positionRelative { position: relative }  
.positionAbsolute { position: absolute } 
.positionStatic { position:static!important; top: 0!important; margin-top: 0!important }

.poabsolute-wh50 { 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%) }
.poabsolute-w50 { position:absolute; left:50%; -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); -o-transform: translate(-50%, 0); transform: translate(-50%, 0) }
.poabsolute-h50 { position:absolute; top:50%; -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); transform: translate(0, -50%) }
.poabsolute-t { position:absolute; top:0 }
.poabsolute-b { position:absolute; bottom:0 }

.left0 { left:0!important }
.right0 { right:0!important }

.zindex2 { z-index:2 }
.zindex3 { z-index:3 }

.overhidden { overflow:hidden }

/*-------------------通用圆角-------------------*/
.border-radius3 { -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px }
.border-radius5 { -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px }
.border-radius10 { -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px }
.border-radius50 { -moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50% }

/*-------------------透明度-------------------*/
.opacity0_1 { filter:alpha(opacity=10); -moz-opacity:0.1; -khtml-opacity:0.1; opacity:0.1 }
.opacity0_2 { filter:alpha(opacity=20); -moz-opacity:0.2; -khtml-opacity:0.2; opacity:0.2 }
.opacity0_5 { filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity:0.5; opacity:0.5 }
.opacity0_6 { filter:alpha(opacity=60); -moz-opacity:0.6; -khtml-opacity:0.6; opacity:0.6 }
.opacity0_7 { filter:alpha(opacity=70); -moz-opacity:0.7; -khtml-opacity:0.7; opacity:0.7 }
.opacity0_75 { filter:alpha(opacity=75); -moz-opacity:0.75; -khtml-opacity:0.75; opacity:0.75 }
.opacity0_8 { filter:alpha(opacity=80); -moz-opacity:0.8; -khtml-opacity:0.8; opacity:0.8 }

/*-------------------字体颜色、样式、字体间距-------------------*/
.iconfont { line-height: 1em }
.fa-0_8x { font-size: 0.8em!important }
.fa-1x { font-size: 1em!important }
.fa-1_2x { font-size: 1.2em!important }
.fa-1_6x { font-size: 1.6em!important }
.fa-2x { font-size: 2em!important }
.fa-3x { font-size: 3em!important }
.fa-4x { font-size: 4em!important }

.font-bold { font-weight: 800 }
.font-thin { font-weight: 300 }
.font-normal { font-weight: 400 }

.fontSize12 { font-size:1.2rem }
.fontSize10 { font-size:1rem }

h1, .h1 { font-size: 4rem; line-height:1.1em }
h2, .h2 { font-size: 3.4rem; line-height:1.1em }
h3, .h3 { font-size: 2.4rem; line-height:1.1em }
h4, .h4 { font-size: 2rem; line-height:1.3em }
h5, .h5 { font-size: 1.8rem; line-height:1.5em }
h6, .h6 { font-size: 1.6rem; line-height:1.5em }


/*-------------------颜色--------------------*/
.colorfff, .colorfff a, a.colorfff { color: #fff }
.color000, .color000 a, a.color000 { color: #000 }
.color7057a3 { color: #7057a3 }
.colorf39800 { color: #f39800 }
.colorb9a46e { color: #b9a46e }

.bgfff { background: #fff }
.bg000 { background: #000 }
.bgf6f5fa { background: #f6f5fa }
.bg7057a3 { background: #7057a3 }
.bgf39800 { background: #f39800 }

/*-----------------间距---------------------*/ 
.line-height1em { line-height:1em }
.line-height1_1em { line-height:1.1em }
.line-height1_3em { line-height:1.3em }
.line-height1_5em { line-height:1.5em }
.line-height1_6em { line-height:1.6em }
.line-height1_8em { line-height:1.8em }
.line-height2em { line-height:2em }

/*-------------------宽度、高度--------------------*/
.width20 { width:20% }
.width25 { width:25% }
.width30 { width:30% }
.width33 { width:33.33% }
.width35 { width:35% }
.width40 { width:40% }
.width45 { width:45% }
.width48 { width:48% }
.width50 { width:50% }
.width60 { width:60% }
.width65 { width:65% }
.width70 { width:70% }
.width75 { width:75% }
.width80 { width:80% }
.width90 { width:90% }
.width100 { width:100% }

.height50 { height: 50% }
.height100 { height: 100% }

.imgw20 { display:block; max-width:20%; height:auto }
.imgw30 { display:block; max-width:30%; height:auto }
.imgw40 { display:block; max-width:40%; height:auto }
.imgw50 { display:block; max-width:50%; height:auto }
.imgw60 { display:block; max-width:60%; height:auto }
.imgw90 { display:block; max-width:90%; height:auto }
.imgw100 { display:block; max-width:100%; height:auto }

.infinite-height { margin-bottom: -3000px; padding-bottom: 3000px }

/*-------------------区块-------------------*/
.area_100 { float:left; width:100% }
.area_90 { float:left; width:90% }
.area_80 { float:left; width:80% }
.area_75 { float:left; width:75% }
.area_70 { float:left; width:70% }
.area_66 { float:left; width:66.66% }
.area_65 { float:left; width:65% }
.area_60 { float:left; width:60% }
.area_55 { float:left; width:55% }
.area_50 { float:left; width:50% }
.area_48 { float:left; width:48% }
.area_45 { float:left; width:45% }
.area_40 { float:left; width:40% }
.area_35 { float:left; width:35% }
.area_33 { float:left; width:33.33% }
.area_30 { float:left; width:30% }
.area_28 { float:left; width:28% }
.area_25 { float:left; width:25% }
.area_22 { float:left; width:22% }
.area_20 { float:left; width:20% }
.area_10 { float:left; width:10% }

.box-sizing { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }

.margintop5 { margin-top:5px }
.margintop10 { margin-top:10px }
.margintop15 { margin-top:15px }
.margintop20 { margin-top:20px }
.margintop25 { margin-top:25px }
.margintop30 { margin-top:30px }
.margintop40 { margin-top:40px }
.margintop50 { margin-top:50px }
.margintop60 { margin-top:60px }

.marginbottom5 { margin-bottom:5px }
.marginbottom10 { margin-bottom:10px }
.marginbottom15 { margin-bottom:15px }
.marginbottom20 { margin-bottom:20px }
.marginbottom25 { margin-bottom:25px }
.marginbottom30 { margin-bottom:30px }
.marginbottom40 { margin-bottom:40px }
.marginbottom50 { margin-bottom:50px }
.marginbottom60 { margin-bottom:60px }

.marginleft5 { margin-left:5px }
.marginleft10 { margin-left:10px }
.marginleft15 { margin-left:15px }
.marginleft20 { margin-left:20px }
.marginleft30 { margin-left:30px }
.marginleft40 { margin-left:40px }
.marginleft50 { margin-left:50px }

.marginright5 { margin-right:5px }
.marginright10 { margin-right:10px }
.marginright20 { margin-right:20px }
.marginright30 { margin-right:30px }
.marginright40 { margin-right:40px }
.marginright50 { margin-right:50px }

.marginauto { margin-left:auto; margin-right:auto }

.paddingtop0 { padding-top:0!important }
.paddingtop5 { padding-top:5px }
.paddingtop10 { padding-top:10px }
.paddingtop15 { padding-top:15px }
.paddingtop20 { padding-top:20px }
.paddingtop30 { padding-top:30px }
.paddingtop35 { padding-top:35px }
.paddingtop40 { padding-top:40px }
.paddingtop50 { padding-top:50px }
.paddingtop60 { padding-top:60px }
.paddingtop80 { padding-top:80px }

.paddingbottom0 { padding-bottom:0!important }
.paddingbottom5 { padding-bottom:5px }
.paddingbottom10 { padding-bottom:10px }
.paddingbottom15 { padding-bottom:15px }
.paddingbottom20 { padding-bottom:20px }
.paddingbottom30 { padding-bottom:30px }
.paddingbottom35 { padding-bottom:35px }
.paddingbottom40 { padding-bottom:40px }
.paddingbottom45 { padding-bottom:45px }
.paddingbottom50 { padding-bottom:50px }
.paddingbottom60 { padding-bottom:60px }
.paddingbottom80 { padding-bottom:80px }
.paddingbottom100 { padding-bottom:100px }

.paddingleft0 { padding-left:0!important }
.paddingleft2 { padding-left:2px }
.paddingleft5 { padding-left:5px }
.paddingleft7 { padding-left:7px }
.paddingleft10 { padding-left:10px }
.paddingleft15 { padding-left:15px }
.paddingleft20 { padding-left:20px }
.paddingleft30 { padding-left:30px }
.paddingleft40 { padding-left:40px }
.paddingleft50 { padding-left:50px }

.paddingright0 { padding-right:0!important }
.paddingright2 { padding-right:2px }
.paddingright5 { padding-right:5px }
.paddingright7 { padding-right:7px }
.paddingright10 { padding-right:10px }
.paddingright15 { padding-right:15px }
.paddingright20 { padding-right:20px }
.paddingright30 { padding-right:30px }
.paddingright40 { padding-right:40px }
.paddingright50 { padding-right:50px }

.padding5 { padding:5px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }
.padding10 { padding:10px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }
.padding15 { padding:15px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }
.padding20 { padding:20px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }
.padding30 { padding:30px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }
.padding40 { padding:40px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }

.row5 { margin-left: -5px; margin-right: -5px }
.row10 { margin-left: -10px; margin-right: -10px }
.row15 { margin-left: -15px; margin-right: -15px }
.row20 { margin-left: -20px; margin-right: -20px }

.mo_dis { display: none }
.mo_undis { display:block }

/*-----------------线条---------------------*/ 
.line-fff { width:100%; height:1px; line-height:1px; font-size:0; background:#fff; border:0 none }
.line-000 { width:100%; height:1px; line-height:1px; font-size:0; background:#000; border:0 none }
.line-000_05 { width:100%; height:1px; line-height:1px; font-size:0; background:rgba(0, 0, 0, 0.05); border:0 none }

/*-------------------按钮-------------------*/ 
.button, a.button, input.button { text-decoration: none; text-align: center; display: inline-block; appearance: none; cursor: pointer; border: none; -webkit-transition-property: all; transition-property: all; transition:0.2s; -webkit-transition: 0.2s; -moz-transition: 0.2s; -o-transition: 0.2s; border-radius: 3px; box-sizing: border-box }

.button-s, a.button-s, input.button-s { line-height: 1em; padding: 10px 15px; white-space: nowrap }
.button-m, a.button-m, input.button-m { line-height: 1em; padding: 12px 30px }
.button-l, a.button-l, input.button-l { width: 100%; text-align: center; line-height: 1em; padding: 15px 0 }

.button-orange, a.button-orange, input.button-orange { background: #f39800; color:#fff }
.button-orange:hover, a:hover.button-orange, input.button-orange:hover { background: #f5ad33; color:#fff }
.button-orange:active, a:active.button-orange, input.button-orange:active { background: #f5ad33; color:#fff }

/*-------------------通用-------------------*/ 
.com-rows_1 { display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis }
.com-rows_2 { height:2.95em; line-height:1.5em; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical/*最多显示2行，超出省略号*/ }
.com-rows_max2 { max-height:2.95em; line-height:1.5em; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical/*最多显示2行，超出省略号*/ }
.com-rows_3 { height:4.45em; line-height:1.5em; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical }
.com-rows_max3 { max-height:4.45em; line-height:1.5em; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical }
.com-rows_4 { height:5.95em; line-height:1.5em; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:4; -webkit-box-orient:vertical }
.com-rows_max4 { max-height:5.95em; line-height:1.5em; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:4; -webkit-box-orient:vertical }
.com-rows_5 { height:6.95em; line-height:1.4em; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:5; -webkit-box-orient:vertical }
.com-rows_6 { height:8.35em; line-height:1.4em; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:6; -webkit-box-orient:vertical }

.zoomimg { -moz-transition: 0.3s; -o-transition: 0.3s; -webkit-transition: 0.3s; transition: 0.3s }
a:hover .zoomimg, .zoomimg:hover { transform: scale(1.05); -ms-transform: scale(1.05); -webkit-transform: scale(1.05); -o-transform: scale(1.05); -moz-transform: scale(1.05) }

.block-padding { padding-top: 50px; padding-bottom: 50px }
.block-padding-t { padding-top: 50px }
.block-padding-b { padding-bottom: 50px }
.block-padding-t-10 { padding-top: 40px }
.block-padding-b-10 { padding-bottom: 40px }

.card-box { padding: 30px; box-sizing: border-box }

.com-more { display: inline-block; line-height: 20px; color: #7057a3; font-size: 1.2rem; position: relative; transition: all 0.3s }
.com-more .iconfont { line-height: 20px; margin-left: 3px; font-size: 1.2rem }
.com-more:before, .com-more:after { content: ''; display: block; position: absolute; height: 1px; width: 0 } 
.com-more:before { -webkit-transition: width 0s, background .3s; transition: width 0s, background .3s; left: 0; right: 0; bottom: 0 } 
.com-more:after { right: 2.2%; bottom: 0; background: #7057a3; -webkit-transition: width .3s; transition: width .3s } 
.com-more:hover:before, a:hover .com-more:before { width: 97.8%; background: #7057a3; -webkit-transition: width .3s; transition: width .3s } 
.com-more:hover:after, a:hover .com-more:after { width: 97.8%; background: 0 0; -webkit-transition: all 0s; transition: all 0s }

.colorfff .com-more { color: #fff }
.colorfff .com-more:after, a:hover .colorfff .com-more:before { background: #fff }

.com-link { display: block; transition: all 0.3s; color: #4b4948 }
.com-link:hover { transform: translateY(-3px) }

.com-title, .inside-com-title { display: flex; justify-content: space-between; align-items: center }
.inside-com-title { padding-bottom: 10px; border-bottom: 1px solid rgba(0, 0, 0, 0.05); box-sizing: border-box }

.btnout-swiper { position: relative }
.btnout-swiper .swiper { width: 80%; max-width: 1400px; margin-right: auto; margin-left: auto }
.btnout-swiper .swiper-button-prev, .btnout-swiper .swiper-button-next { width: 24px; text-align: center; height: 50px; line-height: 50px; border-radius: 3px; background: #f6f5fa; color: #4b4948; margin-top: 0; transform: translateY(-50%) }
.btnout-swiper .swiper-button-prev { left: calc(10% - 70px) }
.btnout-swiper .swiper-button-next { right: calc(10% - 70px) }
.btnout-swiper .swiper-button-prev:after, .btnout-swiper .swiper-button-next:after { font-size: 1.4rem }
.btnout-swiper .swiper-button-prev:hover, .btnout-swiper .swiper-button-next:hover { background: #7057a3; color: #fff }
.btnout-swiper .swiper-pagination { display: none }

.fosun-pagination { display: flex; justify-content: center }

/*-------------------头部-------------------*/
.headbox { width: 100%; position: relative; z-index:1001 }
.head-else { background: #f6f5fa }
.head-else .container { padding: 15px 0; line-height: 30px }
.parent-logo, .parent-logo a { display: flex; justify-content: flex-start; align-items: center; flex-direction: row; color: #003b84 }
.parent-logo a { margin-top: 2px }
.parent-logo a img { width: auto; height: 24px }
.parent-logo a p { font-size: 1.2rem; line-height: 12px; margin-left: 10px }
.parent-logo a:first-of-type { padding-right: 20px; margin-right: 20px; border-right: 1px solid rgba(0, 0, 0, 0.1); color: #8d6a44 }
.search-btn { height: 24px; line-height: 24px; padding: 0 5px; text-align: center; background: #f9f9f9; border: 1px solid #e9e9e9; box-sizing: border-box; color: #4b4948; border-radius: 3px; margin-top: 3px }
.search-btn:hover { background: #7057a3; border: 1px solid #7057a3; color: #fff }
.media-icon { display: flex }
.media-icon a { display: block; color: rgba(0, 0, 0, 0.4); margin-right: 20px; height: 30px }
.media-icon a .iconfont { line-height: 30px }
.media-icon a:hover { color: #7057a3 }

.logo { width: auto; height: 44px; margin-top: 5px }
.head-honor { display: flex } 
.head-honor .honor-box { background: url(/cdn/ui/images/honor-img01.png) left center no-repeat, url(/cdn/ui/images/honor-img02.png) right center no-repeat; background-size: auto 100%; color: #f39800; text-align: center; height: 54px; margin-left: 2vw; position: relative; padding: 0 30px; box-sizing: border-box }
.head-honor .honor-line { width: 70%; margin: 5px auto; height: 1px; background: #fdf1dd }
.head-honor .honor-box p { line-height: 1.2em }
.navbox { width: 100%; background: #7057a3 }
.nav { display: flex; justify-content: center }
.nav .menuLi { position: relative; float: left; margin: 0 0.5vw }
.nav .mainmenu { display: block; height: 50px; line-height: 50px; font-size: 1.6rem; padding: 0 1.5vw; box-sizing: border-box; color: #fff; transition: all 0.3s; position: relative }
.nav .mainmenu:hover, .nav .mainmenu.menuLiBnameover, .menuLipitchon { background: #664d98 }
.menuListBox { width: 100%; position:absolute; top: 50px; left: 0; background: rgba(255,255,255,0.9); display: none }
.menuListBox a { font-size: 1.2rem; display: inline-block; width: 100%; text-align: center; line-height: 16px; padding: 10px 5px; box-sizing: border-box; color:#4b4948 }
.menuListBox a:hover { color: #7057a3 }
.menuListBox a:first-of-type { margin-top: 10px }
.menuListBox a:last-of-type { margin-bottom: 10px }

/*-------------------底部-------------------*/
.footbox { background: url(/cdn/ui/images/foot-bg.png) #7057a3 3% bottom no-repeat; background-size: 30% auto; color: #fff; padding: 50px 0 0 }
.footbox a:hover { color: rgba(255,255,255,0.8) }
.foot-logo { width: auto; height: 50px }
a:hover .foot-logo { opacity: 0.8 }
.foot-link { display: flex; justify-content: space-between }
.foot-link-title { display: block; font-weight: 800; margin-bottom: 10px; color: #fff }
.foot-link-sub a { display: block; font-size: 1.2rem; line-height: 26px; color: rgba(255,255,255,0.4) }
.foot-link-logo .iso { width: auto; height: 50px; margin-left: 2vw }
.foot-copyright { padding: 40px 0 10px }
.foot-copyright, .foot-copyright i { line-height: 20px }
.foot-copyright a { color: #fff }

.fixedicon { width:40px; text-align: center; position:fixed; right:10px; top:240px; z-index:1001 }
.fixedicon a { display:block; width:100%; text-align: center; height:40px; background: #7057a3; color: #fff; border-bottom: 1px solid rgba(255,255,255,0.05); transition-duration:0.3s; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s }
.fixedicon a:first-of-type { border-top-left-radius: 5px; border-top-right-radius: 5px }
.fixedicon a:last-of-type { border-bottom: none; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px } 
.fixedicon a .iconfont { font-size: 1.6rem; line-height: 40px }
.fixedicon a:hover { background: #f39800 }

.online { width: 400px; height: 380px; border: 0; border-radius: 8px; position: fixed; right: 0; bottom: 30px; z-index: 10001 }

.popup { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); display: flex; justify-content: center; align-items: center; z-index: 9999 }
.popup-content { width: 50%; min-width: 600px; border-radius: 5px; background: #fff; position: relative }
.close-btn { position: absolute; top: 0; right: -26px; font-size: 16px; color: #fff; transition: all 0.1s; cursor: pointer }
.close-btn:hover { transform: rotate(90deg) }
.popup-image { width: 35%; height: 100%; position: absolute; left: 0; top: 0 }
.popup-image img { max-width: 100%; min-width: 100%; max-height: 100%; min-height: 100%; object-fit: cover; border-top-left-radius: 5px; border-bottom-left-radius: 5px }
.popup-text { width: 65%; float: right; padding: 30px 40px; box-sizing: border-box }
.contact-input>div { width: 100%; margin-bottom: 10px }
.contact-input input, .contact-textarea { width: 100%; border-radius: 5px } 
.contact-input .iconfont { line-height: 40px; position: absolute; top: 0; left: 15px; color: rgba(0, 0, 0, 0.5) }
.contact-input input { height: 40px; line-height: 40px; padding-left: 40px }
.contact-input input:focus, .contact-textarea:focus { border: 1px solid #7057a3 }
.contact-textarea { padding: 10px; border-radius: 10px; margin-bottom: 30px }
.num-country { display: flex }
.contact-input .num-country select.country { height: 40px; line-height: 40px; margin-right: 10px; padding-left: 40px }
.contact-input .num-country input { padding-left: 10px }

.fixed-tel { display: flex; border-radius: 5px; border-top-right-radius: 0; position: absolute; top: 41px; padding: 15px; box-sizing: border-box; white-space: nowrap; right: 80px; opacity: 0; pointer-events: none; transition: all 0.3s }
.fixed-tel>div:first-of-type { display: flex; flex-direction: column; padding-right: 1vw }
.fixed-tel.show { right: 40px; opacity: 1 }

.com-playbtn { color: #fff }
.com-playbtn:hover, a:hover .com-playbtn { color: rgba(255,255,255,0.6) }

@-webkit-keyframes pan-ripple {
  0% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
  30% {
    -webkit-transform: scale(1.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.4);
    opacity: 0;
  }
}
.s-ripple { position: fixed; width: 30px; height: 30px; padding: 3px; transform-origin: 0px 0px 0px; transform: scale(1, 1); bottom: 50px; left: 20px; z-index: 99999 }
.s-ripple i { position: absolute; width: 60px; height: 60px; padding-top: 16px; line-height: 14px; border-radius: 50%; border: 1px solid #f39800; box-sizing: border-box }
.ripple { background: #f39800; color: #fff; font-size: 12px; text-align: center; font-style: normal; padding-top: 4px }
.ripple-a { opacity: 0; -webkit-transform: scale(1); transform: scale(1); -webkit-animation: pan-ripple 2s linear infinite; animation: pan-ripple 2s linear infinite }
.ripple-b { opacity: 0; -webkit-transform: scale(1); transform: scale(1); -webkit-animation: pan-ripple 1s linear infinite; animation: pan-ripple 1s linear infinite }



/*-------------------首页-------------------*/
.indexkv-swiper .swiper-pagination-bullet-active { background: #7057a3 }
.indexkv-swiper .swiper-button-prev, .indexkv-swiper .swiper-button-next { color: #7057a3 }

.index-block5 { display: flex; flex-wrap: wrap; gap: 20px }
.index-block5 .area_70 { flex: 1; display: flex; flex-wrap: wrap; gap: 20px }
.index-block5 .block { width: calc(50% - 10px); height: 220px }
.index-block5 .block img { position: absolute; bottom: 15px; right: 20px }

.index-specialist-swiper .swiper-button-prev, .index-specialist-swiper .swiper-button-next { background: #fff }
.is-photo { width: 12vw; height: 12vw; max-width: 240px; max-height: 240px; border-radius: 50%; margin: auto }
.is-textbox { border: 1px solid #dadada; border-radius: 5px; position: relative; margin-top: 20px }
.is-textbox a { display: block; height:5.95em; line-height:1.5em; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:4; -webkit-box-orient:vertical; color: #4b4948 }
.is-textbox a:hover { color: #7057a3 }
.is-textbox::before, .is-textbox::after { content: ""; width: 0; height: 0; position: absolute; left: 50%; margin-left: -5px; border-left: 8px solid transparent; border-right: 8px solid transparent }
.is-textbox::before { top: -10px; z-index: 2; border-bottom: 10px solid #dadada }
.is-textbox::after { top: -8px; z-index: 3; border-bottom: 10px solid #f6f5fa }

.index-specialties-con { display: grid; grid-template-columns: repeat(5, 1fr); grid-template-rows: repeat(3, auto); gap: 20px; padding-left: 20px; box-sizing: border-box }
.index-specialties-item { text-align: center; height: 100% }
.index-specialties-item>div { width: 7rem; height: 7rem; line-height: 7rem; border-radius: 50%; background: #fff; margin: auto; transition: all 0.3s }
.index-specialties-item>div .iconfont { font-size: 3rem; line-height: 7rem }
.index-specialties-item>span { display: inline-block; margin-top: 10px; transition: all 0.3s; font-size: 1.2rem; line-height: 1.2 }
.index-specialties-item:hover>div { background: #7057a3; color: #fff }
.index-specialties-item:hover>span { color: #7057a3 }

.index-story-swiper .swiper { width: 100%!important; max-width: 100%!important }
.index-story-swiper .swiper-slide { transform: scale(0.85) translateY(-9%); opacity: 0.7; padding-top: 3px }
.index-story-swiper .swiper-slide-active { transform: scale(1) translateY(0); opacity: 1 }
.index-story-swiper .swiper-slide a { background: #000 }
.istory-num { padding: 65px 20px 0 }
.istory-num::before { font-size: 4rem; line-height: 1; position: absolute; top: 20px; left: 20px } 
.istory-num span { border-top: 1px solid #fff; padding-top: 5px }
.index-story-swiper .swiper-slide:nth-of-type(1) .istory-num::before { content: "01." }
.index-story-swiper .swiper-slide:nth-of-type(2) .istory-num::before { content: "02." }
.index-story-swiper .swiper-slide:nth-of-type(3) .istory-num::before { content: "03." }
.istory-title { background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)); border-radius: 5px }
.istory-title .com-rows_2 { height: 2.35em; line-height: 1.2em }

/*-------------------内页通用-------------------*/
.breadcrumb-box { border-bottom: 1px solid rgba(0, 0, 0, 0.05) }
.breadcrumb { display: flex; align-items: center }
.breadcrumb a, .breadcrumb span { display: inline-block; height: 40px; line-height: 40px; color: #4b4948 }
.breadcrumb .iconfont { line-height: 40px; color: #7e7e7e }
.breadcrumb .icon-home { font-size: 1.2rem; margin-right: 5px }
.breadcrumb .icon-next { font-size: 1rem; margin-right: 5px; margin-left: 5px }
.breadcrumb a:hover { color: #7057a3 }

.news-textbox { background: url(/cdn/ui/images/foot-bg.png) #fff 105% bottom no-repeat; background-size: 40% auto; transition: all 0.3s }
.news-textbox .date { color: #b9a46e }
.news-link:hover .news-textbox { background: url(/cdn/ui/images/foot-bg.png) #7057a3 105% bottom no-repeat; background-size: 40% auto; color: #fff }
.news-link:hover .news-textbox .date { color: #fff }

.inside-news-page .news-textbox { background: url(/cdn/ui/images/foot-bg.png) #f6f5fa 105% bottom no-repeat }

.story-textbox .name { padding: 0 10px; background: #7057a3; color: #fff; border-bottom-left-radius: 5px; position: absolute; top: 0; right: 0 }
.story-label { height: 55px }
.story-label span { display: inline-block; padding: 0 10px; background: #e1d3fe; color: #7057a3; margin-top: 5px; font-size: 1.2rem }
.story-label span:first-of-type { margin-right: 5px }

.stats-grid { display: flex; justify-content: space-around; text-align: center }
.stats-grid-2column, .stats-grid-3column, .stats-grid-4column { display: grid; gap: 20px }
.stats-grid-2column { grid-template-columns: repeat(2, 1fr) }
.stats-grid-3column { grid-template-columns: repeat(3, 1fr) }
.stats-grid-4column { grid-template-columns: repeat(4, 1fr) }
.stat-item { padding: 10px 0; box-sizing: border-box }
.stat-number { font-size: 4rem; line-height: 1.1; color: #7057a3; display: inline-block; margin-right: 4px }
.stat-description, .stat-description-up { font-size: 1.2rem; line-height: 1.2 }
.stat-description { margin-top: 5px }
.stat-description-up { margin-bottom: 5px }


/*-------------------about us-------------------*/
.about-page-nav { width: 100% }
.about-page-nav a { display: inline-block; height: 40px; line-height: 40px; color: #4b4948; margin-right: 2vw; position: relative }
.about-page-nav a:hover { color: #7057a3 }
.about-page-nav a:hover::before { content: ""; width: 100%; height: 2px; background: #7057a3; position: absolute; bottom: 0; left: 0 }

.about-con01 .area_50 { box-sizing: border-box }
.about-con01 .area_50:first-of-type { border-right: 1px solid rgba(0, 0, 0, 0.05); padding-right: 5% }
.about-con01 .area_50:nth-of-type(2) { padding-left: 5% }

.timeline-swiper::before { content: ""; width: 100%; height: 1px; background: rgba(0, 0, 0, 0.05); position: absolute; top: 50%; left: 0; z-index: 0; pointer-events: none }
.timeline-item { padding-left: 30px; box-sizing: border-box; position: relative }
.timeline-item::before, .timeline-item::after { content: ""; position: absolute; top: 0 }
.timeline-item::before { width: 1px; height: 100%; background: rgba(0, 0, 0, 0.05); left: 5px }
.timeline-item::after { width: 11px; height: 11px; border-radius: 50%; background: #7057a3; left: 0 }
.timeline-content { width: 160% }
.timeline-title { color: #7057a3; margin-top: 10px; margin-bottom: 5px }
.timeline-img { width: 100%; border-radius: 5px }
.timeline-swiper .swiper-slide:nth-of-type(odd) .timeline-item p { padding-bottom: 30px }
.timeline-swiper .swiper-slide:nth-of-type(even) { margin-left: -6% }
.timeline-swiper .swiper-slide:nth-of-type(even) .timeline-item { display: flex; flex-direction: column-reverse; justify-content: space-between }
.timeline-swiper .swiper-slide:nth-of-type(even) .timeline-item img { position: relative; top: -60px }
.timeline-swiper .swiper-slide:nth-of-type(even) .timeline-item::before { height: calc(100% - 40px); top: -30px }
.timeline-swiper .swiper-slide:nth-of-type(even) .timeline-item::after { top: auto; bottom: 60px }
.timeline-swiper .swiper-slide:nth-of-type(even) .timeline-title { margin-top: 0 }

.accordion-container { display: flex; gap: 20px }
.accordion-item { flex: 1; transition: all 0.5s; border-radius: 5px; overflow: hidden; text-align: center; position: relative; min-height: 500px; background-color: #f6f5fa; background-position: bottom right; background-size: 100% auto; background-repeat: no-repeat }
.accordion-item.active, .accordion-item:hover { flex: 2 }
.accordion-item:nth-of-type(1) { background-image: url(/cdn/ui/images/about/culture-bg01.jpg) }
.accordion-item:nth-of-type(2) { background-image: url(/cdn/ui/images/about/culture-bg02.jpg) }
.accordion-item:nth-of-type(3) { background-image: url(/cdn/ui/images/about/culture-bg03.jpg) }
.accordion-item>div { padding: 40px; box-sizing: border-box; }
.accordion-item.active { text-align: left; background-image: url(/cdn/ui/images/about/culture-bg04.jpg) }
.accordion-item.active h3 { font-size: 4rem }
.accordion-item.active h6 { font-size: 2rem }
.accordion-shade, .accordion-text { transition: all 0.5s }
.accordion-item.active .accordion-shade, .accordion-item:hover .accordion-shade, .accordion-text {  opacity: 0; pointer-events: none }
.accordion-text { max-height: 300px; overflow: hidden }
.accordion-item.active .accordion-text { opacity: 1; transition-delay: 0.3s }

.nd-mainbox { padding-left: 280px }
.nd-sub { width: 250px; margin-left: -280px }
.nd-sub ul { margin: 20px 0 }
.nd-sub ul li { margin-bottom: 10px }
.nd-con img { max-width: 100% }
.callingcard { border-radius: 5px; background: #f6f5fa; overflow: hidden; display: flex; flex-wrap: wrap; align-items: center; width: 100%; max-width: 600px; margin-left: auto; margin-right: auto }
.callingcard-img { width: 30% }
.callingcard-text { flex: 1; width: 70%; padding: 5%; box-sizing: border-box }

.gba-info { display: flex; align-items: center; justify-content: space-between }
.gba-info img { border-radius: 5px }
.gba-info-l { width: 45% }
.gba-info-r { width: 55%; padding-left: 10%; box-sizing: border-box }
.gba-page .gba-info-box:nth-of-type(even) .gba-info-l { padding-right: 10%; box-sizing: border-box }
.gba-page .gba-info-box:nth-of-type(even) .gba-info-r { padding-left: 0 }
.gba-letter { width: 90%; max-width: 1400px }

.leftright-mainbox { padding-left: 280px }
.left-box { width: 250px; margin-left: -280px }
.specialties-subnav .tabs { border-top: 1px solid rgba(0, 0, 0, 0.05) }
.specialties-subnav .tabs li { padding: 15px 20px; box-sizing: border-box; display: flex; position: relative; transition: all 0.3s }
.specialties-subnav .tabs li::after { content: ""; width: calc(100% - 40px); height: 1px; background: rgba(0, 0, 0, 0.05); position: absolute; bottom: 0; left: 20px }
.specialties-subnav .tabs li:last-of-type::after { display: none }
.specialties-subnav .tabs li.active, .specialties-subnav .tabs li:hover { color: #7057a3 }
.specialties-subnav .tabs li:hover { transform: translateY(-3px); }
.specialties-subnav .tabs li.active::before { content: ""; width: 5px; height: 20px; background: #7057a3; position: absolute; top: 50%; left: 0; margin-top: -10px }
.specialties-subnav .tabs li .iconfont { line-height: 20px; margin-right: 10px }
.specialties-subnav .tabs li span { line-height: 20px }
#tab-content .tab-pane { display: none }
#tab-content .tab-pane.active { display: block }

.introduction-con>div { padding: 30px 30px 100px; background-size: 100% auto; background-position: center bottom; background-color: #f5f5f5; background-repeat: no-repeat }
.introduction-con>div:nth-of-type(1) { background-image: url(/cdn/ui/images/about/company_01.jpg) }
.introduction-con>div:nth-of-type(2) { background-image: url(/cdn/ui/images/about/company_02.jpg) }
.introduction-con>div:nth-of-type(3) { background-image: url(/cdn/ui/images/about/company_03.jpg) }

.milestones-swiper { padding-bottom: 23%; background: url(/cdn/ui/images/about/company_04.jpg) center center no-repeat; background-size: cover }
.milestones-swiper .swibox { position: relative }
.milestones-swiper .swibox .swi_but { position: absolute; right:0; top:-60px }
.milestones-swiper .swiper-button-prev, .milestones-swiper .swiper-button-next { background: transparent; top:0; color: #96643C }
.milestones-swiper .swiper-button-prev { left:auto; right:56px }
.milestones-swiper .swiper-button-next { right:0 }
.milestones-swiper .swiper-button-prev:after, .milestones-swiper .swiper-button-next:after { font-size: 38px; font-family: "iconfont" !important; }
.milestones-swiper .swiper-button-prev:after { content: "\e619" }
.milestones-swiper .swiper-button-next:after { content: "\e61a" }

.milestones-swiper .swibox .swiper-container { padding-bottom: 150px }
.milestones-swiper .swibox li { width: 33.33%; float: left; text-align: center; position: relative; box-sizing: border-box }
.milestones-swiper .swibox li span { display: block; color:#96643C }
.milestones-swiper .swibox li h6 { max-height: 6em; overflow-x: hidden; overflow-y: auto }
.milestones-swiper .swibox li em { position: relative; display: block; margin: 5% auto 0; width: 14px; height: 14px; border-radius:100%; background: #96643C }
.milestones-swiper .swibox li em::after { content: ""; position: absolute; left:50%; top:20px; width: 1px; height:50px; background:linear-gradient(to bottom,#9E704B,transparent) }
.milestones-swiper .swibox li.li01 { margin-top:28% }
.milestones-swiper .swibox li.li02 { margin-top:22% }
.milestones-swiper .swibox li.li03 { margin-top:15% }
.milestones-swiper .swibox li.li04 { margin-top:6% }
.milestones-swiper .swibox li.li05 { margin-top:3% }
.milestones-swiper .swibox li.li06 { margin-top:0 }
.milestones-swiper .swibox li.li02 em::after { height: 95px }
.milestones-swiper .swibox li.li03 em::after { height: 110px }
.milestones-swiper .swibox li.li04 em::after { height: 40px }
.milestones-swiper .swibox li.li05 em::after { height: 50px }
.milestones-swiper .swibox li.li06 em::after { height: 40px }

.fosunpharma-logo { width: auto; height: 70px }
.fosunpharma-text { margin-top: 30px; height: calc(100% - 100px); overflow-x: hidden; overflow-y: auto }

.survey-partners { display: grid; gap: 15px; grid-template-columns: repeat(4, 1fr) }
.survey-partners a, .survey-partners div { background: #f6f5fa; padding: 20px; box-sizing: border-box; border-radius: 5px }
.survey-partners a img, .survey-partners div img { display: block; max-width: 100% }

/*-------------------国际服务-------------------*/
.services-con01 { background-color: #f6f5fa;  background-image: url("/cdn/ui/images/international/services-bg1.png"), url("/cdn/ui/images/international/services-bg2.jpg"); background-position: left center, right center; background-repeat: no-repeat, no-repeat; background-size: auto 100%, auto 100%; padding: 10vh 6%; box-sizing: border-box }
.services-con01 ul { display: flex; flex-direction: row; justify-content: flex-start; flex-wrap: wrap }
.services-list li { position: relative; padding-left: 20px; margin-right: 20px }
.services-list li::before { font-family: "iconfont" !important; content: "\e60a"; position: absolute; left: 0; top: 0; font-size: 1.2rem; color: #7057a3 }

.intro { display: flex; flex-wrap: wrap; align-items: center; margin-top: 30px; border-radius: 5px; overflow: hidden }
.intro img { width: 50% }
.intro-text { flex: 1; width: 50%; padding: 0 5%; box-sizing: border-box }
.services-section:nth-child(even) .intro { flex-direction: row-reverse }

.table-container { width: 100%; text-align: center; display: flex; flex-direction: column }
.table-container div { position: relative }
.table-container .row { display: flex }
.table-container .row:nth-of-type(3) { padding-top: 80px }
.cell { flex: 1 }
.cell-step { flex: 0 0 12%; max-width: 12% }
.cell-step h4 { margin-top: 15px; margin-bottom: 10px; line-height: 1.1 }
.cell-step h6 { line-height: 1.3; opacity: 0.8 }
.cell-step .icon-box { width: 60px; height: 60px; border-radius: 50%; border: 1px solid #7057a3; box-sizing: border-box; display: flex; align-items: center; justify-content: center; margin: auto }
.cell-step .icon-box .iconfont { font-size: 2.6rem; border-radius: 50%; box-sizing: border-box; background: #7057a3; color: #fff; width: 44px; height: 44px; line-height: 44px }
.cell-step::before, .cell-next::before, .cell-start::before, .cell-end::before { content: ""; width: 98%; height: 1px; border-bottom: 1px dashed #7057a3; position: absolute; top: 30px; left: 1%; z-index: -1 }
.cell-next .iconfont { width: 18px; text-align: center; height: 18px; line-height: 18px; border-radius: 50%; border: 1px solid #7057a3; background: #fff; box-sizing: border-box; position: absolute; top: 22px; left: 50%; margin-left: -10px; font-size: 10px } 
.cell-start, .cell-end, .cell-right-t, .cell-right-b { flex: 0 0 6%; max-width: 6% }
.cell-start::after { content: ""; width: 10px; height: 10px; border-radius: 50%; background: #7057a3; position: absolute; top: 26px; left: 0; z-index: -1 }
.cell-right-t::before { content: ""; width: 80%; height: 71px; border-top-right-radius: 100%; border-top: 1px dashed #7057a3; border-right: 1px dashed #7057a3; position: absolute; top: 31px; right: 20%; z-index: -1 }
.cell-right-t::after {content: ""; width: 80%; height: calc(100% + 27px); border-right: 1px dashed #7057a3; position: absolute; top: 105px; right: 20%; z-index: -1 }
.cell-right-b::before { content: ""; width: 80%; height: 71px; border-bottom-right-radius: 100%; border-bottom: 1px dashed #7057a3; border-right: 1px dashed #7057a3; position: absolute; top: -40px; right: 20%; z-index: -1 }
.cell-c, .cell-right-c { flex: 0 0 12%; max-width: 12% }
.cell-title-b { flex: 0 0 76%; max-width: 76% }
.cell-title-c { flex: 0 0 38%; max-width: 38% }
.cell-right-c .iconfont { width: 18px; text-align: center; height: 18px; line-height: 18px; border-radius: 50%; border: 1px solid #7057a3; background: #fff; box-sizing: border-box; position: absolute; top: -80px; right: calc(10% - 9px); font-size: 10px } 

.video-step-box { display: grid; gap: 40px; grid-template-columns: repeat(4, 1fr) }
.video-step-box .icon-box { width: 60px; height: 60px; border-radius: 50%; border: 1px solid #7057a3; box-sizing: border-box; display: flex; align-items: center; justify-content: center; margin: auto }
.video-step-box .icon-box h3 { font-size: 2.6rem; border-radius: 50%; box-sizing: border-box; background: #7057a3; color: #fff; width: 44px; height: 44px; line-height: 44px }
.video-step { position: relative } 
.video-step::before { content: ""; height: 1px; border-bottom: 1px dashed #7057a3; position: absolute; top: 30px; z-index: -1 }
.video-step:nth-of-type(1)::before { width: calc(50% + 20px); left: 50% }
.video-step:nth-of-type(2)::before, .video-step:nth-of-type(3)::before { width: calc(100% + 38px); left: -19px }
.video-step:nth-of-type(4)::before { width: calc(50% + 20px); left: -20px }
.video-step h4 { margin-top: 15px; margin-bottom: 10px; line-height: 1.1 }
.video-step h6, .video-step ul { line-height: 1.3; opacity: 0.8 }
.video-step ul li { margin-top: 10px }

.video-apply { display: flex; padding: 20px 0; box-sizing: border-box }
.video-apply-title { flex: 0 0 18%; min-width: 140px; border-right: 1px solid rgba(255,255,255,0.1); margin-right: 20px; display: flex; flex-direction: column; justify-content: center }
.video-apply-title h6 { line-height: 1 }
.video-apply-form { display: flex; flex-direction: column; justify-content: center }
.video-apply-input {  display: flex; align-items: center; padding-right: 20px; box-sizing: border-box; flex-wrap: wrap } 
.video-apply-input input { margin-right: 10px; height: 32px; margin-bottom: 10px }
.video-apply-input .button { margin-bottom: 10px }
.video-apply-form .fontSize10 { line-height: 1.2 }
.video-apply-input select.country { height: 32px; line-height: 32px; border-top-right-radius: 0; border-bottom-right-radius: 0 }
.video-apply-input .num-country input { border-top-left-radius: 0; border-bottom-left-radius: 0 }

/*-------------------医生介绍-------------------*/
.doctor-title { height:2.55em; line-height:1.3em; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; text-align: center; margin-top: 10px }
.doctor-popup { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); display: flex; justify-content: center; align-items: center; z-index: 9999 }
.doctor-popup-content { width: 50%; min-width: 900px; border-radius: 5px; background: #fff; position: relative }
.doctor-popup-content .callingcard { max-width: 100% }
.doctor-popup-content .callingcard-img { width: 35% }
.doctor-popup-content .callingcard-text { padding: 0 5% }
.doctor-popup-content .callingcard-intro { max-height: 260px; overflow-y: auto }
.doctor-link-icon { display: flex }
.doctor-link-icon a { display: block; margin-right: 20px; color: rgba(112,87,163,0.5) }
.doctor-link-icon a:hover { color: rgba(112,87,163,1) }


/*-------------------申请约诊-------------------*/
.apply-page .popup-content { width: 100%; min-width: auto; background: #f6f5fa }
.apply-page .popup-image { width: 40% }
.apply-page .popup-text { width: 60%; padding: 40px }

/*-------------------联系我们-------------------*/
.contact-image { width: 50%; max-width: calc(100% - 500px); height: 100%; position: absolute; left: 0; top: 0 }
.contact-image img { max-width: 100%; min-width: 100%; max-height: 100%; min-height: 100%; object-fit: cover; object-position: left; border-top-left-radius: 5px; border-bottom-left-radius: 5px }
.contact-text { width: 50%; min-width: 500px; float: right; padding: 40px; box-sizing: border-box }
.contact-text dl { padding-left: 6em }
.contact-text dl dt { margin-left: -6em }
.contact-text dl dd span:first-of-type { display: inline-block; min-width: 190px }
.contact-text .ewm-box { margin-top: 10vh }
.contact-text .ewm-box .ewm>div { float: left; max-width: 20%; margin-top: 10px; margin-right: 20px }


.modal { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 9999 }
.modal-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5) }
.modal-content { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 80%; max-width: 800px;border-radius: 5px }
.modal-video { width: 100%; height: 450px; border: none}
.modal-close:hover { transform: rotate(90deg) }
.modal-close { position: absolute; top: 0; right: -26px; font-size: 16px; color: #fff; transition: all 0.1s }

#YSF-PANEL-INFO.ysf-chat-layeropen { width: 280px!important; height: 420px!important; right: 10px!important }

/*-------------------搜索详情-------------------*/
.searchbox { width: 50%; margin: auto; display: flex }
.searchbox input { width: calc(100% - 80px); height: 50px; line-height: 50px; border: 1px solid rgba(0,0,0,0.1); border-right: 0; box-sizing: border-box; border-radius: 0; padding: 0 15px }
.searchbox .search-button { width: 80px; text-align: center; height: 50px; line-height: 50px; background: #7057a3; color: #fff }
.searchbox .search-button .iconfont { font-size: 26px; line-height: 50px }
.search-list li { border-bottom: 1px solid rgba(0,0,0,0.05) }
.search-list li a { display: block; padding: 15px 0; box-sizing: border-box; color: #4b4948 }
.search-list li a .highlight { color: #f39800; font-weight: bold }
.search-list li a:hover { color: #7057a3 }

/*-------------------病种-------------------*/
.diseases-tabs, .technology-tabs { border-top: 1px solid rgba(0, 0, 0, 0.05) }
.diseases-tabs a, .technology-tabs a { line-height: 20px; padding: 15px 20px; box-sizing: border-box; display: flex; position: relative; transition: all 0.3s; color: #4b4948 }
.diseases-tabs a::after, .technology-tabs a::after { content: ""; width: calc(100% - 40px); height: 1px; background: rgba(0, 0, 0, 0.05); position: absolute; bottom: 0; left: 20px }
.diseases-tabs a:last-of-type::after, .technology-tabs a:last-of-type::after { display: none }
.diseases-tabs a.active, .diseases-tabs a:hover, .technology-tabs a.active, .technology-tabs a:hover { color: #7057a3 }
.diseases-tabs a:hover, .technology-tabs a:hover { transform: translateY(-3px); }
.diseases-tabs a.active::before, .technology-tabs a.active::before { content: ""; width: 5px; height: 20px; background: #7057a3; position: absolute; top: 50%; left: 0; margin-top: -10px }

.diseases-list a { background: #f6f5fa; border-radius: 5px; overflow: hidden }
.diseases-list a img { border: 1px solid #ebebeb; border-top-left-radius: 5px; border-top-right-radius: 5px; box-sizing: border-box }
.diseases-story .news-textbox { background: url(/images/foot-bg.png) #f6f5fa 105% bottom no-repeat }

.doctorscard { min-height: 200px; border-radius: 5px; background: #f6f5fa; overflow: hidden; width: 100%; position: relative }
.doctorscard-img { display: block; width: 40%; float: right; padding-right: 6vw; box-sizing: border-box }
.doctorscard-text { width: 60%; height: 100%; position: absolute; left: 0; padding-left: 6vw; padding-right: 20px; box-sizing: border-box; display: flex; flex-wrap: wrap; align-items: center; align-content: center }
.doctorscard-intro { width: 100%; max-height: calc(100% - 160px); overflow-x: hidden; overflow-y: auto }

/*-------------------提交成功-------------------*/
.success-con { padding: 14vh 0; box-sizing: border-box }

/*-------------------404-------------------*/
.error-page { height: calc(100vh - 224px); min-height: 500px }




/*-------------------响应式css-------------------*/
@media ( min-width:801px ) and ( max-width:1259px ) {	
  html { font-size: 58% }
  .container { width: 90% }
}
@media ( min-width:801px ) and ( max-width:1100px ) {	
  .nav .menuLi { margin: 0 }
  .nav .mainmenu { padding: 0 1.5vw }
}

@media ( min-width:801px ) and ( max-width:910px ) {	
  .nav .mainmenu { font-size: 1.4rem; padding: 0 1vw }
}