﻿@font-face {
    font-family: 'MiSans';
    src: url('../../fonts/MiSans-Medium');
}

body {
    font-family: 'MiSans';
    background-color: #F9F6F9;
    overflow-x: auto;
}

div {
    display: block
}

.navbar {
    width: 100%;
    background-color: #23b7b6;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.title-container {
    height: 40px;
    display: flex;
    align-items: center;
    position: relative;
}

.capsule {
    margin-top: 5px;
    margin-left: 10px;
    height: 30px;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid #fff;
    border-radius: 16px;
    display: flex;
    align-items: center;
}

    .capsule.black {
        background: rgba(0, 0, 0, 0.15);
        border: 0;
    }

    .capsule > div {
        width: 44px;
        height: 60%;
        position: relative;
    }

        .capsule > div:nth-child(2) {
            border-left: 1px solid #fff;
        }

    .capsule.black > div:nth-child(2) {
        border-left: 1px solid rgba(255, 255, 255, 0.4);
    }

    .capsule img {
        width: 18px;
        height: 17px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

.title {
    color: white;
    position: absolute;
    top: 9px;
    left: 104px;
    right: 104px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.top-img-bg {
    width: 100%;
    height: 2.9rem;
}

    .top-img-bg .top-img {
        width: 100%;
        height: 100%;
    }

.choose-bg {
    width: 100%;
    height: 0.9rem;
   
    display: flex;
    justify-content: flex-end;
}

.detail-scroll {
    margin-right: 0.10rem;
    height: 0.9rem;
    width: 58%;
    white-space: nowrap;
}

.choose-detail-item {
    height: 100%;
    display: inline-block;
    position: relative;
    text-align: center;
}
.choose-detail-items{
    width:20%;
}
.detail-scroll .active {
    border-bottom: 3px solid #23B7B6;
    transition: width .4s ease;
}
.detail-scroll .item-title {
    width: 83px;
    height: 100%;
    text-align: center;
    line-height: 0.90rem;
    font-size: 16px;
    padding-bottom: 8px;
    cursor: pointer;
}
.detail-scroll .active {
    border-bottom: 3px solid #23b7b6;
    
}
.detail-scroll .item-icon {
    position: absolute;
    top: 0.02rem;
    right: 0px;
    height: 0.86rem;
    width: 0.02rem;
    background-color: #F6F2F6;
}

.list-bg {
    margin: 0.15rem 0;
   
    border-radius: 0.10rem;
    background-color: white;
    color: #AFA6BC;
    
    padding: 5px 5px 5px 5px
}
h3 {
    padding: 20px 0;
    color: #586060;
}
    .list-bg p {
        line-height: 1.8;
    }

.article-item {
    width: 100vw;
    background-color: white;
    height: 2.37rem;
    position: relative;
    padding-left: 2.95rem;
    padding-top: 0.45rem;
}

.art-icon {
    position: absolute;
    left: 0.25rem;
    top: 0.25rem;
    height: 2.32rem;
    width: 2.32rem;
    background: #fff;
    border-radius: 0.08rem;
}

.art-title {
    font-size: 15px;
    color: #67626F;
    width: 4.30rem;
    margin-bottom: 0.28rem;
}

.art-time {
    font-size: 12px;
    color: #898294;
    width: 4.30rem;
    margin-bottom: 0.28rem;
}

.art-type {
    background: #FFC612;
    font-size: 10px;
    color: #A87C00;
    height: 0.12rem;
    border-radius: 0.30rem;
    padding: 0.10rem 0.15rem;
}

.art-line {
    position: absolute;
    bottom: 0px;
    left: 0.12rem;
    right: 0.12rem;
    width: 100vw;
    height: 0.02rem;
    background: #F6F2F6;
}


/*//如何采样*/

.class-scroll {
    height: 0.90rem;
    width: 23%;
    white-space: nowrap;
    display: flex;
    justify-content: space-evenly;
}

.choose-class-item {
    height: 100%;
    display:flex;
    align-items:center;
}
/*.choose-detail-item {
    width: 2.50rem;
    height: 100%;
    display: inline-block;
    position: relative;
}*/
.choose-cy-bg {
    width: 100%;
/*    height: 1.82rem;*/
/*    background-color: #fff;*/
}

.class-scroll .item-title {
    text-align: center;
    display: inline-block;
    
    cursor: pointer;
    font-size: 16px;
    padding-bottom: 8px;
}
.class-scroll .active {
    
    border-bottom: 3px solid #23B7B6;
    margin-top:3px;
}
.class-scroll .item-icon {
    position: absolute;
    top: 0.05rem;
    right: 0;
    height: 0.86rem;
    width: 0.02rem;
    background-color: #F6F2F6;
}

.choose-separ {
    width: 100%;
    height: 0.02rem;
    background-color: #F6F2F6;
}

.list-bg .sp {
    line-height: 1.6;
    padding-left: 0.1rem;
}

.sp1 {
    font-size:14px;
    padding-left: 0.1rem;
    color: black;
    margin-top:5px;
}


/*滑动*/
.wrap {
    overflow: hidden;
}

.cont {
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
}

.state {
    
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    display: flex;
    justify-content:space-between;
}

    .state > div {
        display: inline-block;
        float: left;
        font-size: 16px;
        text-decoration: none;
    }
.MajorList{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    margin-top:20px;
}
    .MajorList li {
        width: 30%;
        margin: 0 2.5%;
        padding: 15px;
        margin-left: 0;
    }
.MajorListIms {
    width: 100%;
    height: 300px;
    border: 1px solid #dcdc;
    display:flex;
    justify-content:center;
    align-items:center;
}
    .MajorListIms img {
        vertical-align: middle;
        max-height: 298px;
    }
.MajorList li span {
    display:block;
    text-align: center;
    padding: 14px 0;
    line-height: 2;
}
.list-bgsBox{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    padding:20px;
}
.list-bgsBox div{
    width:30%;
}
    .list-bgsBox div img {
        width: 250px;
        height: 250px;
        object-fit: contain;
    }
.protocol {
    text-indent:2em;
}
h4 {
    padding: 10px 0;
    color: #586060;
}
.protocolBox{
    display:flex;
    flex-direction:column;
}
.protocolMes{
    display:flex;
    flex-direction:column;
}
.protocolMess {
    display: flex;
    flex-direction: column;
}
.protocolOne {
    display: flex;
    flex-direction: column;
}
.protocolOne p{
    text-indent:2em;
   
}
 
    .protocolOll {
        color: #3f3f3f;
    }
.protocolbol {
    font-weight: bolder;
    font-size: 17px;
  
    display: flex;
    align-items: center;
}
.protocolTitle {
    color: #3f3f3f;
}
strong{
    font-size:17px
}
.dear_user{
    font-size:18px;
    font-weight:bold;
    padding:10px 0;
}
.protocolOneH1{
    text-align:center;
    padding-bottom:15px;
}
/*.protocolbol::before {
    content: '';
    width: 20px;
    height: 20px;
    background: url(/images/pregnancy/rigth_1.png) no-repeat ;
    background-size:cover;
    transform:rotate(90deg);
    margin-right:5px;
}*/

/*.protocolbol:hover::before{
    width:20px;
}*/
.protocolbols {
    font-weight: bolder;
    font-size: 17px;
}
.list-bgvideo{
    outline:0;
    width:700px;
    height:500px;
    margin:0 auto;
}