﻿* {
    box-sizing: border-box;
  }
  body {
    margin: 0;
    font-family:"Microsoft Yahei";
  }
  a {
    text-decoration: none;
    color: black;
  }
  a:hover {
    text-decoration: none;
    color: white;
  }
  .navheader {
    /* width: 1000px; */
    height: 50px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    padding: 0;
    font-size: 20px;
  }
    .divheader{
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: center;
    } 
        .divheader-logo {
            height: 100%;
        }
            .divheader-logo-brand {
                display: block;
                margin: 0;
                padding: 0 0;
            }
            .divheader-logo-brand img{
                width: 100px;
            }
        .divheader-toggle {
            display: none;
        }
        .divheader-toggle span {
            display: block;
            width: 2em;
            margin: 3px 0;
            border-bottom: 2px solid #fff;
        }
  
    ul {
        margin: 0;
        padding: 0;
    }
    .navbar-nav li {
        display: inline-table;
        background-color: white;
        min-width: 110px;
        overflow: hidden;
        text-align: center;
		padding: 0 10px;

    } 
    .navbar-nav li a:hover {
        text-decoration: none;
        background-color: #D6EEFF;
      }
      .navbar-nav .liactive {
        background-color: #065EC9;
        color: #FFF;
      }
    .navbar-nav .liactive a{
        text-decoration:none;
        color: #FFF;
    }  
    .navbar-collapse {
        float: left;
        position: relative;
        top: 0;
        padding: 0;
    }
/* 标题下拉样式 */
.navbar-nav .level0 {
    float: left;
    list-style: none;
}
.level0 .level1 {
    position: fixed;
    display: none;  
}

.navbar-nav .level0:hover .level1 {
    display: inherit;  
    width: min-content;
  }
.level0 .level1 li {
    border-top: 1px solid #EBEBEB;
    height: 50px;
    line-height: 50px;
}
.level0 .level1 li a {
    color: black;
}
.level0 .level1 li:hover {
    text-decoration: none;
    background-color: #D6EEFF;
    color: white;
}
.level0 .level1 li:hover a {
    text-decoration: none;
    background-color: #D6EEFF;
    color: white;
}

.alllayer {
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .layer0 {
        width: 100%;
        display: inline-block;
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: center;
        margin-top: 50px;
    }
        .layer0 .web {
            border: 0;
        }
        .layer0 .app {
            display: none;
        }
        .layer0 .content {
            width: auto;
            position: absolute;
            margin-top: -35%;
            margin-left: 20%;
        }
        .layer0 .qrcode {
            width: 20%;
            position: absolute;
            margin-top: -41%;
            margin-left: 60%;
        }
        .whitebar {
            width: 10%;
            height: 4vw;
            vertical-align: middle;
            position: absolute;
        }
        .ios {
            margin-top: -15%;
            margin-left: 20%;
        }
        .android {
            margin-top: -15%;
            margin-left: 30%;
        }

    .layer1 {
        width: 100%;
        height: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
        .layer1-img {
            width: 500px;
            position: absolute;
            margin: auto;
            padding-top: 5px;
            text-align: center;
        }
        .layer1-content {
            width: 500px;
            position: absolute;
            margin: auto;
            text-align: center;
        }
        .layer1-content span{
            color: #333333;
            font-size: 45px;
        }
        .layer1-content1 {
            width: 500px;
            position: absolute;
            margin: auto;
            padding: 0;
            padding-top: 90px;
            text-align: center;
        }
        .layer1-content1 span{
            color: #808080;
            font-size: 18px;
        }
        
    .layer2 {
        width: 100%;
        height: 600px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        min-width: 770px;
        max-width: 900px;
    }
    
    [class*="layer2-col-"] {
        float: left;
        display: flex;
        align-items: center;
    }
    .layer2-col-lefttop {
        width: 60%;
        height: 100%;
        padding-right: 0%;
    }
    .layer2-col-leftbottom {
        width: 40%;
        height: 100%;
        text-align: right;
        padding-right: 4%;
    }
    .layer2-col-righttop {
        width: 60%;
        height: 100%;
        padding-left: 0%;
    }
    .layer2-col-rightbottom {
        width: 40%;
        height: 100%;
        text-align: left;
        padding-left: 0%;
    }
    .layer2-col-rightbottom .left {
        margin-left: 0px
    }

    .layer2-content1 {
        width: 100%;
        margin-left: 0;
        margin-top: -140px;
        text-align: left;
        vertical-align: bottom;
    }
    .layer2-content1-content {
        font-size: 35px;
        color:black;
        width: 80%;
        font-weight: bold;
    }
    .layer2-content1-number {
        font-size: 45px;
        color:#2480F1;
        width: 20%;
        font-weight: bold;
    }
    .layer2-content1-bottom {
        text-align: left;
        vertical-align: bottom;
        position: absolute;
    }
    .layer2-content1-right {
        width: 100%;
        margin-left: 0;
        margin-top: -35%;
        text-align: left;
        vertical-align: bottom;
    }
    .layer2-content1-left-top {
        font-size: 20px;
        color:#333333;
        font-weight: bold;
    }
    .layer2-content1-left-bottom {
        font-size: 14px;
        color:#808080;
    }
    [class*="layer2-content-"] {
        text-align: left;
        vertical-align: bottom;
        position: absolute;
        margin-top: 5%;
        width: 150px;
        border-right: 1px dashed #cccccc;
    }
    .layer2-content-left2 {
        margin-left: 0;
    }
    .layer2-content-left3 {
        margin-left: 160px;
    }
    .layer2-content-left4 {
        margin-left: 320px;
        border: none;
    }
    .layer2-content-left5 {
        margin-left: 0;
    }
    .layer2-content-left6 {
        margin-left: 160px;
        border: none;
    }

    .layer2-content-right2 {
        margin-left: 0;
    }
    .layer2-content-right3 {
        margin-left: 160px;
    }
    .layer2-content-right4 {
        margin-left: 320px;
        border: none;
    }

    [class*="layer2-line"] {
        position: absolute;
        margin-top: 5px;
    }
    .layer2-line1{
        margin-left: 151px;
    }
    .layer2-line2{
        margin-left: 311px;
    }
    .layer2-line3{
        margin-left: 151px;
    }
    .layer2-line4{
        margin-left: 311px;
    }

    .layer3 {
        width: 100%;
        height: 15vw;
        align-items: center;
        text-align: center;
        padding-left: 20%;
        padding-right: 20%;
    }
    [class*="layer3-content"] {
        text-align: center;
    }
    .layer3-content1{
        text-align: center;    
        white-space: nowrap;
    }
    
    .layer3-content2{
        text-align: center;
    }
    .layer3-content2 span{
        font-size: 16px;
        color:#808080;
    }
    .layer4 {
        width: 100%;
        height: 25vw;
        align-items: center;
        text-align: center;
        padding-left: 20%;
        padding-right: 20%;
    }
    .layer4-cardlist {
        width: 100%;
        position: relative;
        float: initial;
        clear: both;
        margin: auto;
    }
    .row{
        margin: auto; 
        display: flex;
        flex-wrap: wrap;
    }
    .layer4-card-div1 {
        height: 20vw;
        width: 24%;
        position: relative;
        min-height: 1px;
        float: left;
        margin-right: 1%;
        padding: 10px 3px;
        border: 1px solid #EEEEEE;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .layer4-card-div1-title {
        font-size: 16px;
        font-weight: bold;
        margin: 5px 0;margin: 5px 0;
    }
    .layer4-card-div1-content {
        font-size: 14px;
        margin: 5px 0;
        min-height: 7em;
    }
    .layer5 {
        width: 100%;
        height: 20vw;
        align-items: center;
        text-align: center;
        padding-left: 20%;
        padding-right: 20%;
        overflow: hidden;
    }
    .layer-space {
        height: 5vw;
    }
    .divplay {
        width: 100%;
        height: 5vw;
        margin: auto;
        overflow: hidden;
        position: relative;
    }
    .play-all {
        width:50000px;
        height: 5vw;
    }
    .play-i {
        width: 10vw;    
        height: 100%;
        float: left;
        margin-left: 4vw;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #last{
        position: absolute;
        left: -6px;
        top: 1vw;
        cursor: pointer;
    }
    #next{
        position: absolute;
        right: -6px;
        top: 1vw;
        cursor: pointer;
    }
    .last-next img{
        width: 60%;
    }

    .layer6 {
        width: 100%;
        background: #303030;
        height: auto;
    }
    .layer6-top {
        height: 5vw;
        background: white;
    }
    .layer6-center {
        height: 5vw;
        background: #303030;
    }
    .layer6-bottom {
        background: #303030;
        margin: auto;
        padding: 10px 20%;
        color: white;
        height: auto;
        overflow: auto;
    }
    .layer6-bottom-content {
        width: 100%;
        height: auto;
        font-size: 14px;
    }
    .layer6-bottom-content-left {
        width: 85%;
        float: left;
        background: #303030;
        display: flex;
        align-items: center;
        justify-content: left;
    }
    .layer6-bottom-content-left div{
        margin-top: 5px;
        text-align: left;
    }
    .layer6-bottom-content-right {
        width: 15%;
        text-align: center;
        background: #303030;
        margin-top: 5px;
        float: left;
    }
    .layer6-bottom-content-right div img {
        margin-top: 5px;
        max-width: 100px;
    }
    .layer6-float{
        font-size: 20px;
        width: 60%;
        height: 9vw;
        position: absolute;
        background: #FFFFFF;
        border: 1px solid #EEEEEE;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        opacity: 1;
        border-radius: 9px;
        margin-left: 20%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .layer6-float-button {
        width: 40%;
        min-width: 100px;
        background: #2480F1;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        opacity: 1;
        border-radius: 8px;
        margin-left: 30%;
        text-align: center;
    }
    #top {
        position: fixed;
        width: 100%;
        z-index: 555;
        display: flex;
        align-items: center;
        justify-content: center;
        background: white;
        border-bottom: 1px solid #e1e2e6;
        border: none;
    }      
    .divheader-logo .logo {
        float: left;
        width: 120px;
        height: 50px;
        margin-right: 10px;
        background-image: url(/Content/images/common/LOGO@2x.png);
        background-repeat: no-repeat;
    }
    .divheader-logo .clinicname {
        line-height: 50px;
        float: left;
        font-size: 24px;
        color: #2480F1;
    }
    .layer7 {
        width: 100%;
        background: #303030;
        height: auto;
        border-top: 1px solid #707070;
    }
    
    .layer7-bottom-content-left {
        width: 85%;
        float: left;
        background: #303030;
        display: flex;
        align-items: center;
        justify-content: left;
    }
    .layer7-float {
        float: left;
        margin-right: 0px;
        margin-bottom: 10px;
        min-width: 140px;
    }