* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #333333;
}

body {
    font-size: 0.16rem;
}





html {
    overflow-y: scroll;
}

:root {
    overflow-y: auto;
    overflow-x: hidden;
}

:root body {
    position: absolute;
}

body {
    width: 100vw;
    overflow: hidden;
}








.mr10 {
    margin-right: 0.1rem;
}

.none {
    display: none;
}

/* .over1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
} */
.over1 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.over2 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.over3 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.11rem;
}

.header img {
    width: 0.24rem;
    height: 0.24rem;
}

.header_right {
    position: relative;
}

.classify_box {
    position: absolute;
    bottom: -1.3rem;
    right: -0.08rem;
    width: 1.5rem;
    height: 1.3rem;
    box-sizing: border-box;
    padding: 0.1rem;
    /* border: 1px solid; */
    z-index: 1;
    display: none;
    background: url("https://www.boutiquality.com/style/mhos/new/img/nav_list_bg.png") no-repeat;
    background-size: cover;

}

.classify_box a img {
    width: 0.16rem;
    height: 0.16rem;
    margin-right: 0.1rem;
}

.classify_box a {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 15px;
    margin: 0.03rem 0.1rem;
}

.main {
    display: flex;
    flex-direction: column;
    align-items: center;


}

.doc_info {
    width: 3.135rem;
    border-radius: 0.04rem;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 0px #d9d9d9;
    padding: 0.2rem;
    position: relative;
}

.doc_info_top {
    display: flex;
    width: 100%;
    display: flex;
    position: relative;
}

.doc_info .btn {
    position: absolute;
    top: 0.1rem;
    right: 0;
    color: #1DB2B0;
    font-size: 0.11rem;
    width: 0.455rem;
    height: 0.17rem;
    opacity: 1;
    border-radius: 40px;
    border: 0.5px solid #1DB2B0;
    display: flex;
    justify-content: center;
    align-items: center;

}

.doc_info .qrcode {
    position: absolute;
    top: 0.3rem;
    right: 0;
    width: 0.455rem;

}

.doc_info .qrcode img {
    width: 100%;
}

.doc_img_box {
    flex: 0 0 auto;
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.1rem;
    margin-top: 0.06rem;
}

.doc_img_box img {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%
}

.doc_img_box span {
    position: absolute;
    bottom: -0.1rem;
    left: 0;
    width: 100%;
    height: 0.18rem;
    line-height: 0.18rem;
    text-align: center;
    opacity: 1;
    border-radius: 0.1rem;
    background: #F4D696;
    border: 1px solid #DBBC79;
    color: #845F0B;
    font-size: 0.12rem;

}

.doc_name {
    display: flex;
    align-items: center;
}

.doc_name span:nth-child(1) {
    color: #333333;
    font-size: 0.21rem;
    font-weight: bold;
    margin-right: 0.1rem;
}

.doc_name span:nth-child(2) {
    font-size: 0.1rem;
    border-radius: 0.06rem 0 0.06rem 0;
    background: #EDBA11;
    padding: 0.01rem 0.08rem;
    color: #FFFFFF;
}

.doc_keshi {
    color: #22A9A7;
    font-size: 0.14rem;
    margin: 0.05rem 0;
}

.doc_zhicheng {
    color: #666666;
    font-size: 0.14rem;
    margin: 0.05rem 0;
}

.doc_address span {
    padding: 0.02rem 0.08rem;
    opacity: 1;
    border-radius: 0.4rem;
    background: #EDF7F7;
    color: #666666;
    font-size: 0.1rem;
    margin-right: 0.05rem;
}

.doc_address a {
    color: #1DB2B0;
    font-size: 0.14rem;
}

.doc_address a img {
    width: 0.0915rem;
    height: 0.1052rem;
    margin-left: 0.01rem;
}

.doc_info_botton {}


.doc_info_botton span {
    font-size: 0.15rem;
    font-weight: bold;
    color: #1DB2B0;
}

.doc_info_botton .p_title {
    position: absolute;
    top: -0.01rem;
    left: 0;
    width: 0.435rem;
    height: 0.205rem;
}

.doc_info_botton .showover {
    position: relative;
    margin: 0.1rem 0;
}

.doc_info_botton .showover-text {
    position: relative;
    margin: 0.1rem 0;
    font-size: 0.14rem;
    color: #666666;
    position: relative;
    /* text-indent: 2em; */
    letter-spacing: 0.05em;
    line-height: 1.5em;

}

.doc_info_botton p {
    font-size: 0.14rem;
    color: #666666;
    position: relative;
    /* text-indent: 2em; */
    letter-spacing: 0.05em;
    line-height: 1.5em;
}

.maxheight {
    max-height: 0.65rem;
    overflow: hidden;
}

.doc_info_botton .showover p:nth-child(3) {
    text-indent: 3.5em;
}

.doc_info_botton .showover .showBtn {
    position: absolute;
    bottom: 0;
    right: 0;
    padding-left: 0.2rem;
    background: white;
    z-index: 1;
    /* background: linear-gradient(to right, transparent, white, white, white); */
}

.dtzjt {
    width: 3.535rem;
    margin: 0.2rem 0;
}

.serves {
    margin-top: 0.2rem;
    width: calc(100% - 0.2rem);
    display: flex;
    justify-content: space-around;
    font-size: 0.11rem;
    /* border: 1px solid; */
}

.serves img {
    width: 0.12rem;
    height: 0.12rem;
    margin-right: 0.05rem;
}

.serves div {
    display: flex;
    align-items: center;

}

.dtpz {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 0.4rem);
    padding: 0.1rem;
    height: 0.4rem;
    border-radius: 4px;
    background: #FFFFFF;
    box-shadow: 0px 1px 4px 0px #d9d9d9;
    /* border: 1px solid; */
    margin: 0.05rem 0;
}

.dtpz_left_box {
    display: flex;
    align-items: center;
    padding: 0 21px;
}

.dtpz_left img {
    width: 0.3rem;
    height: 0.3rem;
}

.dtpz_center {
    margin-left: 0.25rem;
    font-size:0.12rem;
}

.dtpz_center div:nth-child(1) {}

.dtpz_center div:nth-child(1) span:nth-child(1) {
    color: #333333;
    font-size: 0.15rem;
    font-weight: bold;
}

.dtpz_center div:nth-child(1) span:nth-child(2) {
    color: #EB0000;
    font-size: 0.15rem;
    font-weight: bold;
    margin-left: 0.1rem;

}
production_list_main
.dtpz_center div:nth-child(2) {
    color: #666666;
    margin-top: 0.05rem;
    font-size: 0.11rem;
    letter-spacing: 0.2em;
}

.dtpz_right {
    width: 0.7rem;
    height: 0.3rem;
    opacity: 1;
    border-radius: 0.4rem;
    background: #22A9A7;
    color: #FFFFFF;
    font-size: 0.14rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.time_message {
    width: calc(100% - 0.2rem);
    margin: 0.2rem 0;
    margin-bottom: 0;
}

.time_message_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.time_message_title span {
    color: #333333;
    font-size: 0.2rem;
    font-weight: bold;
}

.time_message_title a {
    color: #1DB2B0;
    font-size: 0.1rem;
}

.time_message_tips {
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #333333;
    font-size: 0.12rem;
    margin: 0.1rem 0;
}

.time_message_tips div {
    display: flex;
    align-items: center;
}

.time_message_tips img {
    width: 0.1rem;
    height: 0.1rem;
    margin-right: 0.05rem;
}

.time_message_list {
    margin: 0.1rem 0;
    box-sizing: border-box;
    padding: 0.1rem;
    opacity: 1;
    border-radius: 0.04rem;
    background: #F7FAFA;
    border: 0.5px dashed #22A9A7;

}

.time_message_list_addressbox {
    display: flex;
    align-items: flex-start;
}

.time_message_list_img img {
    width: 0.155rem;
    height: 0.155rem;

    margin-right: 0.08rem;
}

.time_message_list_main {}

.time_message_list_name {
    color: #333333;
    font-size: 0.16rem;
    font-weight: bold;
}

.time_message_list_address {
    color: #333333;
    font-size: 0.12rem;
    margin: 0.05rem 0;
}

.time_message_list_time {
    display: flex;
    justify-content: flex-start;
    align-items: center;

}

.time_message_list_time div {
    color: #1DB2B0;
    border: 1px solid #1DB2B0;
    padding: 0.02rem 0.05rem;
    display: flex;
    align-items: center;
    background-color: #FFFFFF;
    border-radius: 0.02rem;
}

.time_message_list_time span {

    font-size: 0.13rem;
    margin-right: 0.05rem;
}

.time_message_list_time img {
    width: 0.095rem;
    height: 0.09rem;
}

.fenge {
    width: calc(100% + 0.2rem);
    margin-left: -0.1rem;
    height: 0.05rem;
    opacity: 1;
    background: #F2F2F2;
    margin: 0.2rem 0;
}

.keshi_doc {
    margin: 0.1rem;
}

.keshi_doc_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.keshi_doc_title span {
    color: #333333;
    font-size: 0.2rem;
    font-weight: bold;
}

.keshi_doc_title a {
    color: #1DB2B0;
    font-size: 0.1rem;
}

.keshi_doc_list {
    padding: 0.15rem 0;
    border-bottom: 0.5px dashed #B8B8B8;

}

.keshi_doc_list_top {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}

.keshi_doc_list_top_info {
    display: flex;
}

.keshi_doc_list_top_info img {
    width: 0.485rem;
    height: 0.4611rem;
    border-radius: 50%;
    margin-right: 0.1rem
}

.keshi_doc_list_top_info_mian {}

.keshi_doc_list_top_info_mian div:nth-child(1) {
    color: #333333;
    font-size: 0.16rem;
    font-weight: bold;
}

.keshi_doc_list_top_info_mian div:nth-child(2) {
    color: #333333;
    font-size: 0.12rem;
    margin-top: 0.05rem;
}

.keshi_doc_list_top_btn {
    width: 0.5rem;
    height: 0.2rem;
    opacity: 1;
    border-radius: 0.4rem;
    background: #22A9A7;
    color: #FFFFFF;
    font-size: 0.12rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
}


.keshi_doc_list_bottom {
    font-size: 0.12rem;
    color: #333333;
    margin-top: 0.05rem;
    line-height: 0.2rem;
    position: relative;
    /* text-indent: 3.5em; */
}

.keshi_doc_list_bottom .p_title {
    position: absolute;
    top: 0.03rem;
    left: 0;
    width: 0.335rem;
    height: 0.1455rem;
}

.keshi_doc_list_bottom span {
    color: #1DB2B0;
    font-weight: bold;
}

/* 科普 */
.production {
    margin: 0.1rem;
    width: calc(100% - 20px);
}

.production_tabs {
    display: flex;
}

.production_tabs span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.4rem;
    height: 0.2rem;
    opacity: 1;
    border-radius: 0.02rem;
    background: #F0F0F0;
    color: #333333;
    font-size: 0.12rem;
    margin: 0.1rem 0.1rem 0.1rem 0;
}

.production_tabs .production_tabs_active {
    background: #F7FAFA;
    color: #22A9A7;
    border: 0.5px solid #22A9A7;
}




.production_lists {}

.production_list {
    display: flex;
    padding: 0.1rem 0;
    border-bottom: 1px dashed #D9D9D9;
}


.production_list_left {
    width: 0.7rem;
    height: 0.525rem;
    position: relative;
    margin-right: 0.2rem;
    border-radius: 0.04rem;
    overflow: hidden;
    flex: 0 0 auto;
}

.play {
    /* background-color: #EDF5F5; */
    display: flex;
    align-items: center;
}

.production_list_left .play_top {
    position: absolute;
    top: 0;
    left: 0;
    width: 0.7rem;
    height: 0.525rem;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;

}

.production_list_left .play_top img {
    width: 0.15rem;
    height: 0.15rem;
}

.production_list_left .play_top span {
    position: absolute;
    bottom: 4px;
    right: 4px;
    border-radius: 8px;
    background: #000000;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    padding: 0px 5px;
}

.production_list_left img {
    width: 0.7rem;
    height: 0.525rem;

}

.production_list_main {}

.production_list_main h3 {
    font-size: 0.15rem;
    font-weight: 500;
    letter-spacing: 0px;
    color: #333333;
}

.production_list_main div {
    font-size: 0.12rem;
    font-weight: 400;
    color: #666666;
    margin: 0.05rem 0;
    /* letter-spacing: 0.05em; */
}
.production_list_main p{
    text-indent: 0 !important;
}

.production_list_main_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.production_list_main_bottom div:nth-child(1) {
    /* color: red; */
    color: #333333;
    font-size: 0.1rem;
}

.production_list_main_bottom div:nth-child(1) .play img {
    width: 0.15rem;
    height: 0.15rem;
    margin-right: 0.03rem;
}

.production_list_main_bottom audio {
    width: 1.28rem;
    height: 0.15rem;
    opacity: 1;
    border-radius: 2px;
}

.production_list_main_bottom_left {
    display: flex;
    align-items: center;
}

.production_list_main_bottom_left img {
    width: 0.15rem;
    height: 0.15rem;
    margin-right: 0.03rem;
}

.production_list_main_bottom_right {
    display: flex;
    align-items: center;
}

.production_list_main_bottom_right div {
    display: flex;
    align-items: center;
}

.production_list_main_bottom_right img {
    width: 0.15rem;
    height: 0.15rem;
    margin: 0.05rem;
}

.production_list_main_bottom_right span {
    color: #666666;
    font-size: 0.1rem;
}

.footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.1rem;
    border-top: 0.5px solid #B8B8B8;
}

.footer div:nth-child(1) {}

.footer div:nth-child(1) span:nth-child(1) {
    color: #333333;
    font-size: 0.16rem;
    font-weight: bold;
    margin: 0 0.05rem;
}

.footer div:nth-child(1) span:nth-child(2) {
    color: #EB0000;
    font-size: 0.2rem;
}

.footer div:nth-child(2) {
    width: 1rem;
    height: 0.4rem;
    opacity: 1;
    border-radius: 0.4rem;
    background: #22A9A7;
    color: #FFFFFF;
    font-size: 0.18rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.codebox {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
}

.codebox img {
    width: 80%;
    z-index: 2;
}


.time_message_list_timebox {
    margin: 0.1rem;
    background: #FFFFFFFF;
    padding: 0.1rem;
}

.time_message_list_time_change {}

.time_message_list_time_change span,
.time_message_list_time_change a {
    display: inline-block;
    font-size: 0.13rem;
    margin-right: 0.1rem;
    padding-bottom: 0.05rem;
}

.time_message_list_time_change .time_message_list_time_active {
    color: #22A9A7FF;
    border-bottom: 1px solid #22A9A7FF;
}

.time_message_list_time_lists {
    padding: 0.1rem 0;
}

.time_message_list_time_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.1rem 0;
}

.time_message_list_time_list_left {}

.time_message_list_time_list_left_top {
    font-size: 0.15rem;
    font-weight: bold;
    color: #333333;
}

.time_message_list_time_list_left_top span:nth-child(2) {
    font-size: 0.09rem;
    color: #1DB2B0;
    font-weight: normal;
    border: 1px solid #1DB2B0;
    border-radius: 0.04rem;
    padding: 0 0.05rem;
}

.time_message_list_time_list_left_bottom {
    margin-top: 0.1rem;
    font-size: 0.12rem;
    color: #000000;
}

.time_message_list_time_list_right {
    font-size: 0.12rem;
    flex: none;
    width: 0.7rem;
    height: 0.3rem;
    border-radius: 0.4rem;
    background: #22A9A7;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}


.header_right {
    position: relative;
}

.classify_box {
    position: absolute;
    bottom: -1.3rem;
    right: -0.08rem;
    width: 1.5rem;
    height: 1.3rem;
    box-sizing: border-box;
    padding: 0.1rem;
    /* border: 1px solid; */
    z-index: 1;
    display: none;
    background:#fff;
    background-size: cover;

}

.classify_box a img {
    width: 0.16rem;
    height: 0.16rem;
    margin-right: 0.1rem;
}

.classify_box a {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 15px;
    margin: 0.03rem 0.1rem;
}

.commom_bottom {
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    position: fixed;
    bottom: 14px;
}

.commom_bottom a {
 /*   width: 30%;*/
    height: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border-radius: 10px;
    padding: 5% 0;
}

.commom_bottom_left {
    background-color: #05c160;
    color: #FCFDFE;
}

.commom_bottom img {
    width: 13%;
    margin-right: 10px;
}

.commom_bottom_mid {
    background-color: #e9832e;
    color: #FFFFFF;
}

.commom_bottom_right {
    background-color: #1db2b0;
    color: #FFFFFF;
}



a {
    text-decoration: none;
    color: #666;
}

.time-lists {
    width: calc(100% - 10px);
    display: flex;
    font-size: 12px;
    border: 1px solid #00BAAD;
    margin: 5px;
}

.time-list-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.time-list-col div {
    width: 100%;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 40px;
    border: 1px solid #DBDBDB;
}

.time-list-col div img {
    width: 30%;
}

.time-list-col .time-list-week {}

.time-lists-submit {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #00BAAD;
    border-radius: 50%;
    text-align: center;
    font-size:12px;
}

.time-lists-title {
    margin: 10px 0px;
    align-items:flex-start;
}

.time-lists-tips {
    margin: 5px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 12px;

}

.time-lists-tips div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
}

.time-lists-tips img {
    width: 10px;
    margin: 0 5px;
}




