﻿/* 智能硬件 */
/* @font-face{
    font-family: "msyh";
    src: url(../font/msyh.ttf);
    } */
    
    *{
        margin: 0;
        padding: 0;
        /* font-family: msyh; */
        font-family: "微軟雅黑";
        text-indent: initial;
    }
    
    ul{
        list-style: none;
    }
    
    .color_ff6700{
        color: #ff6700 !important;
    }
    .width_1rem{
        width: 1rem !important;
    }
    
    

    
    
 /* 醫院排隊叫號系統醫院排隊叫號系統///// */
    /* 圖片展示區域開始 */
    .img_box{
        width: 100%;
        /* height: 6rem; */
        min-height: 4rem;
        position: relative;
        overflow: hidden;
    }
    .img_box .info_img{
        height: width;
        vertical-align: middle
       /*  position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%); */
    }
     /* 圖片展示區域結束 */
    
    
    
    /* 醫院排隊叫號系統醫院排隊叫號系統醫院排隊叫號系統醫院排隊叫號系統/ */
      /* 標題部分開始 */
    .soft_title_box{
        width: 92%;
        overflow: hidden;
        background-color: #EEEEEE;
        height: 1.5rem;
        margin: 0 auto;
    }
    .soft_title_box>h1{
        width: 100%;
        height: 100%;
        font-size: 0.43rem;
        text-align: center;
        color: #4b4b4b;
        line-height: 1.5rem;
        font-weight: 700;
        /* margin-top: 0.5rem; */
    }
     /* 標題部分結束 */
    
    
    
    
    
      /* 醫院排隊叫號系統醫院排隊叫號系統醫院排隊叫號系統醫院排隊叫號系統醫院排隊叫號系統醫院排隊叫號系統醫院排隊叫號系統// */
     /* 詳情區域開始 */
    .content_box1{
        width: 92%;
        /* height: 6rem; */
        background: white;
        margin: 0 auto;
    }
    .content_box1 .title1_box{
        width: 100%;
        height: 1rem;
    }
    .content_box1 .title1_box .ct1{
        /* width: 100%; */
        /* width: inherit; */
        height: 1rem;
        /* background: orange; */
        z-index: 10002 !important;
        /* position: absolute; */
        background: white;
        border-bottom: 1px solid #d6d6d6;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    .position_absolute{
        /* position: fixed !important;
        top: 0;
        left: 0; */
        width: calc(100% - 2.5rem);
        /* width: inherit !important; */
        right: 0;
        position: fixed !important;
        top: 0;
        
    }
    .position_absolute_w{
        width: calc(100% - 2.5rem) !important;
    }
    .position_absolute_w1{
        width: 100% !important;
    }
    
    .content_box1 .title1_box .ct1 .l_box{
        width: 40%;
        height: 100%;
        /* background: skyblue; */
        float: left;
    }
    .content_box1 .title1_box .ct1 .l_box>p{
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        font-size: 0.3rem;
        padding-left: 0.1rem;
        line-height: 1rem;
        color: #333;
        font-weight: 600;
    }
    .content_box1 .title1_box .ct1 .r_box{
        max-width: 59%;
        height: 100%;
        float: right;
    }
    .content_box1 .title1_box .ct1 .r_box>ul{
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
       /*  display: flex;
        justify-content: flex-end;
        align-items: flex-start;
        flex-wrap: nowrap; */
        
        display: flex;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: -webkit-flex;
	    
	    justify-content: flex-end;
	    -webkit-box-pack: flex-end;
	    -ms-flex-pack: flex-end;
	    -webkit-justify-content: flex-end;
	
	    -webkit-box-align: start;
	    -ms-flex-align: start;
	    -webkit-align-items: flex-start;
	    align-items: flex-start;
	     -webkit-flex-wrap: nowrap;
	    -moz-flex-wrap: nowrap;
	    -ms-flex-wrap: nowrap;
	     -o-flex-wrap: nowrap; 
        
        
    }
    .content_box1 .title1_box .ct1 .r_box>ul>li{
        font-size: 0.2rem;
        height: 100%;
        width: 1.1rem;
        position: relative;
        margin: 0 0.15rem
    }
    .content_box1 .title1_box .ct1 .r_box>ul>li>a{
        width: 100%;
        height: 100%;
        line-height: 1rem;
        color: #4b4b4b;
        text-decoration: none;
    }
    .content_box1 .title1_box .ct1 .r_box>ul>li:hover a{
        color: #ff6700;
    }
    .content_box1 .title1_box .ct1 .r_box>ul>li:hover span{
        width: 1rem;
    }
    .content_box1 .title1_box .ct1 .r_box>ul>li>span{
        display: block;
        width: 0;
        position: absolute;
        left: 0;
        bottom: 0;
        height: 0.05rem;
        background: #ff6700;
        transition: all 0.4s;
    }
    
    /*  */
    
    .content_box1 .detail1_box{
        width: 100%;
        /* height: rem; */
        /* background: skyblue; */
        padding-bottom: 1rem;
    }
    .content_box1 .detail1_box .item1_box{
        width: 100%;
        /* height: 5rem; */
        background: red;
     }
    .content_box1 .detail1_box .item1_box .title1_box{
        width: 100%;
        height: 1.2rem;
        background: #EEEEEE;
    }
    /* .content_box1 .detail1_box .item1_box:nth-of-type(2) .title1_box{
        background: url("../img/title_bg_01.jpg") !important;
        background-repeat: no-repeat !important;
        background-size: 100% 100% !important;
    }
    .content_box1 .detail1_box .item1_box:nth-of-type(3) .title1_box{
        background: #013490;
    } */
    .content_box1 .detail1_box .item1_box .title1_box>h1{
        width: 100%;
        height: 1.2rem;
        line-height: 1.2rem;
        font-size: 0.35rem;
        font-weight: 600;
        text-align: center;
        color: #ff6700;
    }
    .content_box1 .detail1_box .item1_box .info1_box{
        width: 100%;
        /* height: 8rem; */
        background: white;
      /*   display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: nowrap; */
        position: relative;
        /* padding: 0.4rem 0; */
        
        display: flex;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: -webkit-flex;
	    
	    justify-content: flex-end;
	    -webkit-box-pack: flex-end;
	    -ms-flex-pack: flex-end;
	    -webkit-justify-content: flex-end;
	
	    -webkit-box-align: start;
	    -ms-flex-align: start;
	    -webkit-align-items: flex-start;
	    align-items: flex-start;
	     -webkit-flex-wrap: nowrap;
	    -moz-flex-wrap: nowrap;
	    -ms-flex-wrap: nowrap;
	     -o-flex-wrap: nowrap; 
        
    }
    .content_box1 .detail1_box .item1_box:nth-of-type(1) .info1_box{
        flex-direction: row-reverse;
        -webkit-flex-direction: row-reverse;
    }
    .content_box1 .detail1_box .item1_box:nth-of-type(3) .info1_box{
        flex-direction: row-reverse;
        -webkit-flex-direction: row-reverse;
    }
    .content_box1 .detail1_box .item1_box .info1_box .txt1_box{
        /* width: 50%; */
        width: 100%;
        height: 100%;
        /* background: red; */
        position: relative;
    }
    .content_box1 .detail1_box .item1_box .info1_box .txt1_box .info1_box1{
        width: 100%;
        max-height: 90%;
        font-size: 0.2rem;
       /*  text-indent: 0.4rem; */
        /* position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%); */
        margin: 0;
        padding: 0;
        overflow-y:hidden;
    }
    .content_box1 .detail1_box .item1_box .info1_box .txt1_box .info1_box1 *{
        margin: 0;
        padding: 0;
        font-size: 0.2rem;
        line-height: 0.4rem;
    }

    .content_box1 .detail1_box .item1_box .info1_box .txt1_box .info1_box1 table{
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        border: 1px solid rgb(234, 234, 234);
        margin: 0.1rem 0;
    }
    .content_box1 .detail1_box .item1_box .info1_box .txt1_box .info1_box1 table tr{
    	box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        border: 1px solid rgb(234, 234, 234);
    }
    /* 醫院排隊叫號系統////2020-12-07醫院排隊叫號系統醫院排隊叫號系統/ */
    .content_box1 .detail1_box .item1_box .info1_box .txt1_box .info1_box1 table tr td{
      padding: 0.03rem 0.05rem;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      border: 1px solid rgb(234, 234, 234);
    }


    .content_box1 .detail1_box .item1_box .info1_box .txt1_box .info1_box1 p{
        width: 100%;
        padding: 0;
        margin: 0.2rem 0;
        font-size: 0.18rem;
    }
    .content_box1 .detail1_box .item1_box .info1_box .txt1_box .info1_box1 p img{
        max-width: 100% !important;
      
      }
      .content_box1 .detail1_box .item1_box .info1_box .txt1_box .info1_box1 img{
        max-width: 100% !important;
      }



    
    /* .content_box1 .detail1_box .item1_box .info1_box .img1_box{
        width: 50%;
        height: 100%;
        background: rgba(0, 0, 0,0.2);
    } */
    /* .content_box1 .detail1_box .item1_box .info1_box .img1_box>img{
        width: 100%;
        height: 100%;
    } */
     /* 鐠囷附鍎忛崠鍝勭厵缂佹挻娼� */
      

/* 醫院排隊叫號系統醫院排隊叫號系統醫院排隊叫號系統//// */
/* 醫院排隊叫號系統/2020-12-7醫院排隊叫號系統醫院排隊叫號系統//// */
font[size="1"] {
    /* font-size: 10px !important; */
    font-size: 0.1rem !important;
  }
  font[size="2"] {
    /* font-size: 13px !important; */
    font-size: 0.13rem !important;
  }
  font[size="3"] {
    /* font-size: 16px !important; */
    font-size: 0.16rem !important;
  }
  font[size="4"] {
    /* font-size: 18px !important; */
    font-size: 0.18rem !important;
  }
  font[size="5"] {
    /* font-size: 24px !important; */
    font-size: 0.24rem !important;
  }
  font[size="6"] {
    /* font-size: 32px !important; */
    font-size: 0.32rem !important;
  }
  font[size="7"] {
    /* font-size: 48px !important; */
    font-size: 0.48rem !important;
  }

/* 詳情區域結束 */
      

      /* 醫院排隊叫號系統醫院排隊叫號系統醫院排隊叫號系統//// */
/* 懸浮按钮欄開始 */
.f_box1{
    position: fixed;
    right: 0.1rem;
    bottom: 0.5rem;
    width: 0.5rem;
    display: none;
}
.f_box1>a{
    display: block;
    width: 100%;
    height: 0.5rem;
    color: #4b4b4b;
    text-decoration: none;
    margin-bottom: 0.1rem;
    position: relative;
    background: white;
    border-radius: 50%;
}
.f_box1>a>img{
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    top: 0;
    left: 0;

}


/* 閹剚璇為幐澶愭尦閺嶅繒绮ㄩ弶锟� */
      

/* ///2020-12-3醫院排隊叫號系統/// */
.all_container{
    width: 100%;
    /* background-color: red; */
    /* display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap; */
    
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;

    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
     -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
     -o-flex-wrap: nowrap; 
    
}
.all_container .left_navs{
    width: 2.5rem;
    height: 100vh;
    /* background-color: pink; */
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.all_container .left_navs .out_container{
    width: 2.5rem;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 99999;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-right: 1px solid rgb(234, 234, 234);
}
.all_container .left_navs .out_container .icon_box{
    width: 50%;
    height: 0.5rem;
    margin: 0 auto;
    margin-top: 0.2rem;
    position: relative;

}
.all_container .left_navs .out_container .icon_box>img{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;

}
.all_container .left_navs .out_container .ewm_box{
    width: 50%;
    height: 1.6rem;
    margin: 0 auto;
    margin-top: 0.15rem;
    overflow: hidden;
}
.all_container .left_navs .out_container .ewm_box>img{
    width: 100%;
    height: 100%;
}
/*  瀹革縛鏅剁�佃壈鍩呴弽蹇涘劥閸掞拷 */
.fixed_nav_box{
    width: 100%;
    height: calc(100vh - 4rem);
    /* overflow: hidden; */
}
.fixed_nav_box .title{
    width: 90%;
    height: 0.5rem;
    margin: 0 auto;
    font-size: 0.25rem;
    text-align: center;
    line-height: 0.5rem;
    margin-top: 0.3rem;
    font-weight: 700;
}
.fixed_nav_box .nav_item_box{
    width: 95%;
    margin: 0 auto;
    height: calc(100% - 1.3rem);
    /* background-color: yellow; */
    /* overflow: hidden; */
}
.fixed_nav_box .nav_item_box .nav_item{
    width: 100%;
    font-size: 0.2rem;
    text-align: center;
    line-height: 0.3rem;
    height: 0.3rem;
    position: relative;
    margin: 0.1rem 0;
}
.nav_item_active{
    color: #ff6700;
}
.fixed_nav_box .nav_item_box .nav_item:hover{
    color: #ff6700;
}
.fixed_nav_box .nav_item_box .nav_item:hover .sub_navs_item_box{
    display: block;
}
.sub_navs_item_box{
    /* width: 2.5rem; */
    width: auto !important;
    height: 0.3rem;
    position: absolute;
    left: 2.2rem;
    top: 0;
    z-index: 10099 !important;
    display: none;
}
.sub_navs_item_box .triangle_right {
    width: 0;
    height: 0;
    border-top: 0.15rem solid transparent;
    border-right: 0.3rem solid #0C4CA3;
    border-bottom: 0.15rem solid transparent;
}
.sub_navs_item_box .center_box{
    /* width: 3rem; */
    width: auto !important;
    background-color: #0C4CA3;
    min-height: 1rem;
    position: absolute;
    top: 50%;
    left: 0.3rem;
    transform: translateY(-50%);
    border-radius: 0.1rem;
    /* background: red; */
}
.sub_navs_item_box .center_box .list_box{
    margin: 0.2rem auto;
    width: auto !important;
}
.sub_navs_item_box .center_box .list_box>a{
    display: block;
    width: auto !important;
    padding: 0 0.5rem;
    height: 0.4rem;
    font-size: 0.2rem;
    line-height: 0.4rem;
    color: #fff;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}
.a_active{
    color: #ff6700 !important;
}
.sub_navs_item_box .center_box .list_box>a:hover{
    color: #ff6700;
}

/* 閻愮懓鍤崪銊嚄闁劌鍨� */
.djzx_box{
    width: 100%;
    height: 1rem;
    overflow: hidden;
}
.djzx_box .btn_box{
    width: 70%;
    height: 0.4rem;
    font-size: 0.2rem;
    color: #fff;
    text-align: center;
    line-height: 0.4rem;
    margin: 0.5rem auto;
    background-color: #ff6700;
}
.djzx_box .btn_box:active{
	background-color: #E15B00;
}


/* //// */
.all_container .right_content{
   /*  flex: 1; */
   width: calc(100% - 2.5rem);
    height: 100%;
}
.all_container .right_content .out_container{
    width: 100%;
    position: relative;
}
.all_container .right_content .out_container .hide_btn{
    width: 0.35rem;
    height: 0.35rem;
    position: fixed;
    top: 0.3rem;
    margin-left: 0.1rem;
    z-index: 99999;
}
.all_container .right_content .out_container .hide_btn>img{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


/* 詳情頁面------2021-03-25----- */

.iframe1{
    width: 100%;
    display: block;
    margin: 0 auto;
    border: none;
}



