/*css document 鼻出血移动端 */
#container{
    max-width:26.67em;
    width:100%;
    margin:0 auto;
    overflow:hidden;
}
.head{
    margin: 0 auto;
    width: 26.67em;
}
.head img{
    width: 26.5em;
}
.navv{
    width: 25.67em;
    margin: 1em auto;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-around;
    -webkit-justify-content: space-around;
}
.navv img{
    width: 2.75em;
}
.navv p{
    font-size: 1em;
    color: #666666;
    line-height: 1.4em;
    text-indent: 2em;
    width: 20em;
}

.swtzx {
    width: 21em;
    margin: 0.5em auto;
}
.swtzx ul {
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    -webkit-justify-content:space-around;
}
.swtzx ul li {
    border-radius: .8em;
    color: #fff;
    text-align: center;
    font-size: 1em;
    letter-spacing: .1em;
    padding: .2em .3em;
}
.swtzx ul li:nth-child(2n+1){
    background-color: #409fe9;
}
.swtzx ul li:nth-child(2n){
    background-color: #ff7800;
}
.swtzx ul li img{
    vertical-align: middle;
    width: 1.5em;
    margin-right: .2em;
}
.sec {
    width: 26.67em;
    margin: 1em auto;
}
.sec_box {
    width: 26em;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    margin: 0 auto;
    height: 4em;
    background: url(../images/nav_bg.png) no-repeat center center;
    background-size: 6.7em;
}
.sec_line1, .sec_line3 {
    flex: 1;
    border-top: 1px solid #8f8f8f;
}
.sec_line2 {
    color: #157ac9;
    text-align: center;
    font-weight: bold;
    border-left: 1px solid #8f8f8f;
    border-right: 1px solid #8f8f8f;
    font-size: 1.15em;
    line-height: .4em;
    padding: 0 0.3em;
}
.bcx_categories{
    width: 26.67em;
    margin: 0 auto 1em;
}
.bcx_categories dl{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    width: 25.4em;
    margin: .5em auto;
    position: relative;
}
.bcx_categories dl:nth-child(2n+1){
    flex-direction: row;
}
.bcx_categories dl:nth-child(2n){
    flex-direction: row-reverse;
}
.bcx_categories dl dt{
    width: 6.25em;
    z-index: 999;
}
.bcx_categories dl dt img{
    width: 6.25em;
    display: block;
}
.bcx_categories dl dd{
    width: 23em;
    background-color:#f3f3f3;
    text-indent: 2em;
    font-size: 1em;
    color: #666666;
    line-height: 1.4em;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    position: absolute;
    box-sizing: border-box;
}
.bcx_categories dl:nth-child(2n+1) dd{
    left: 8%;
}
.bcx_categories dl:nth-child(2n) dd{
    right: 8%;
}
.bcx_categories dl:nth-child(1) dd{
    padding: .8em .5em .8em 4.5em;
    top: 5%;
}
.bcx_categories dl:nth-child(2) dd{
    padding: 0 4.5em 0 0.5em;
    top: 8%;
}
.bcx_categories dl:nth-child(3) dd{
    padding: 1em .5em 1em 4.5em;
    top: 9%;
}
.bcx_categories dl:nth-child(4) dd{
    padding: 0.8em 4.5em 0.8em 0.5em;
    top: 4%;
}

/*鼻出血病因*/
.bcx_cause{
    width: 26.67em;
}
.cause_01{
    color: red;
    font-size: 1em;
    width: 25.5em;
    margin: 0 auto;
    text-indent: 2em;
    height: 4.5em;
    background: url(../images/cause_bg.png)no-repeat 80% 90%;
    background-size: 1.6em;
}
.cause_02{
    width: 26.67em;
}
.cause_02 dl{
    width: 26.67em;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-around;
    -webkit-justify-content: space-around;
}
.cause_02 dl dt img{
    width: 12.8em;
}
.cause_02 dl dt{
    width: 12.8em;
}
.cause_02 dl dd{
    width: 13em;
}
.cause_02 dl dd img{
    width: 10.8em;    margin-bottom: .5em;
}
.cause_02 ul li{
    font-size: 1em;
    color: #666666;
    line-height: 1.8em;
    background-size: .6em;
    padding-left: 1em;
}
.cause_02 dl:nth-child(1) ul li{
    background: url(../images/liststyle_01.png) no-repeat center left;
}
.cause_02 dl:nth-child(2) ul li{
    background: url(../images/liststyle_02.png) no-repeat center left;
}

.bcx_examination ul li{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    margin: 1em auto;
}
.bcx_examination ul li span{
    font-size: 1em;
    line-height: 1em;
    width: 7.25em;
    display: block;
    text-align: center;
    color: #fff;
    border-radius: 1em;
    padding: .5em 0;
    box-shadow: 0.1em .1em .1em #cccccc;
}
.bcx_examination ul li:nth-child(2) img{
    width: .9em;
}
.bcx_examination ul li:nth-child(3) img{
    width: 7em;
}
.exam_txt{
    width: 24em;
    margin: 0 auto;
    text-align: center;
    color: red;
    font-size: 1em;
    line-height: 2em;
    border:1px dashed #cccccc;
}
.bcx_devices{
    width: 25em;
    margin: 0 auto;
}
.devices01 p{
    font-size: 1em;
    line-height: 1.33em;
    background: url(../images/bg_device.jpg)no-repeat top;
    background-size: 25em;
    text-indent: 2em;
    padding: 2em 1em 1em;
    height: 7em;
}
.devices02{
    width: 25em;
    margin: .5em auto;
    border-bottom: 1px dashed #cccccc;
}
.devices02 img{
    width: 7.7em;
}

.devices02 ul{
    display: flex;
    display: -webkit-flex;
}
.devices02 ul li{
    background: url(../images/liststyle_01.png) no-repeat center left;
    background-size: .6em;
    font-size: 1em;
    color: #666666;
    padding-left: 1em;
    flex:1 1 auto;
}
.devices02 p{
    text-align: center;
    font-size: 1em;
    color: #d70000;
    line-height: 4em;
}
.bcx_advantage{
    width: 26.67em;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    margin: 1em auto;
}
.bcx_advantage img{
    width: 13.2em;
    box-shadow: 0.1em .1em .1em #cccccc;
}
.advantage_txt{
    background-color: #94c6ed;
    color: #fff;
    font-size: 1em;
    line-height: 1.5em;
    height: 6.83em;
    width: 11.66em;
    padding: 1em 0 0 1em;
    box-sizing: border-box;
    box-shadow: 0.1em .1em .1em #cccccc;
}
.bcx_prevention {
    width: 24.62em;
    margin: 1em auto;
}
.bcx_prevention img{
    width: 24.62em;
    display: block;
}
.prevention_txt{
    font-size: 1em;
    color: #666666;
    line-height: 1.4em;
    padding: .6em;
    text-indent: 2em;
    border:1px dashed #f10000;
}

/*首大专家*/
#expert {
    width: 25.83em;
    margin: 0.5em auto;
    overflow: hidden;
    zoom: 1;
}
#expert dl {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    margin: .5em auto;
}

#expert dl dt {
    width: 8.33em;
}
#expert dl dt img{
    width: 8.33em;
}
#expert dl dd {
    width: 15.29em;
}
#expert dl dd .yi {
    width: 11.67em;
    overflow: hidden;
    zoom: 1;
    border-bottom: #ddd 1px solid;
}
#expert dl dd .yi h5 {
    font-weight: bold;
    font-size: 1.25em;
}
#expert dl dd .yi h5 span {
    font-weight: bold;
    font-size: .8em;
    color: #0c56af;
}

#expert dl dd .er {
    width: 16.67em;
    overflow: hidden;
    zoom: 1;
    padding: .2em 0;
    border-bottom: #b5b6b6 1px solid;
}
#expert dl dd .er span {
    display: block;
    color: #666564;
    font-size: 0.83em;
    line-height: 1.5;
}
#expert dl dd p {
    color: #666564;
    font-size: 0.83em;
    text-indent: 2em;
}
#expert dl dd p a {
    display: inline;
}
#expert dl dd .zx {
    width: 15em;
    overflow: hidden;
    zoom: 1;
    margin: 0.5em auto;
}
#expert dl dd .zx {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
#expert dl dd .zx a{
    border-radius: .5em;
    padding: 0 .3em;
    text-align: center;
}
#expert dl dd .zx a:nth-child(2n+1){
    border: 1px solid #ff4e00;
    font-size: 1em;
    color: #ff4e00;
}
#expert dl dd .zx a:nth-child(2n){
    border: 1px solid #00369d;
    font-size: 1em;
    color: #00369d;
}
.more {
    line-height: 2.25em;
    text-align: center;
    font-size: 1em;
    background-color: #efefef;
    margin-top: 2%;
    color: #f66900;
}
.bcx_resource{
    width: 26.67em;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    align-items: center;
    -webkit-align-items: center;
}
.bcx_resource img{
    width: 12.37em;
}
.bcx_resource p{
    font-size: 1em;
    color: #666666;
    line-height: 1.5em;
    width: 12.8em;
    text-indent: 2em;
}
.piclist {
    position: relative;
    overflow: hidden;
    margin: 0.5em auto;
    width: 25em;
}
.piclist .bigpic{
    width: 21em;
    margin: 0 auto;
    overflow: hidden;
}
.piclist .bigpic .pics{
    width: 100em;
    height: 4.54em;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}
.pics li{
    display: inline;
    width: 6.5em;
}
.piclist .bigpic img{
    width: 6.5em;
    vertical-align: middle;
    margin: 0 0.2em;
}
.piclist .prev, .piclist .next {
    position: absolute;
    left: 0;
    top: 0.833em;
    display: block;
    z-index: 1;
    cursor: pointer;
}
.piclist .prev {
    left: auto;
    right: 0;
}
.prev, .next img{
    width: 1.5em;
}
