/* 
╔════════════════════════════════════════╗
║Version:arko_service_V1                 ║
║title:main CSS                        　║
║Copyright by Myshine Technology Co.,Ltd.║
║by Li-Syue Hou, 2019.                   ║
╚════════════════════════════════════════╝
*/


/*html_元素*/

html {
    margin: 0px;
    padding: 0px;
    height: 100%;
}

.body {
    background-image: url("../images/bg.gif");
    background-repeat: repeat;
    font-family: '微軟正黑體';
    margin: 0px;
    padding: 0px;
    height: 100%;
}

.bg {
    /* background-image: url("../images/bg-logo.png");
  background-repeat: no-repeat;
  background-position: 50% 300px; */
    margin: 0px;
    padding: 0px;
}

.row {
    margin: 0px;
}

div {
    /* border: 1px solid #0000ff; */
    padding: 0px;
    margin: 0px;
}

.bor-red {
    border: 1px solid #ff0000;
}

label {
    font-weight: bold;
}

input,
textarea {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 0px 0px 3px 5px;
    margin: 5px;
    resize: both;
}

select {
    margin: 5px;
}

.input {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 0px 0px 3px 5px;
    margin: 5px;
    width: 150px;
    height: 28px;
}

.input_clt_sys {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 0px 0px 3px 5px;
    margin: 5px;
    width: 100px;
    height: 28px;
}

.input_sev_form {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 0px 0px 3px 5px;
    margin: 5px;
    width: 70px;
    height: 28px;
}

.span_note {
    display: block;
    width: 99%;
    padding: 0px 0px 3px 5px;
    margin: 2px auto;
}

.textarea_note {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #d3d3d3;
}

.textarea_col {
    border: 0;
    width: 99%;
}


/*placeholder*/


/*webkit瀏覽器專用*/

input::-webkit-input-placeholder {
    color: rgb(200, 200, 200);
    font-size: 10px;
}


/*Firefox 4-18瀏覽器專用*/

input::-moz-placeholder {
    color: rgb(200, 200, 200);
    font-size: 10px;
}


/*Firefox 19+瀏覽器專用*/

input::-moz-placeholder {
    color: rgb(200, 200, 200);
    font-size: 10px;
}


/*IE10瀏覽器專用*/

input:-ms-input-placeholder {
    color: rgb(200, 200, 200);
    font-size: 10px;
}

textarea {
    /* border:none; */
    width: 100%;
}

/* .button {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: rgb(180, 180, 180);
    color: #000;
    border: 0px none;
    padding: 0px 5px;
    font-size: 15px;
}

.button:hover {
    background: rgb(150, 150, 150);
} */

.button {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.25rem .75rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #000;
    background-color: #EBF3F5;
    border-color: #ccd7da;
    cursor: pointer;
    box-shadow: 2px 3px 5px rgb(50 50 50);
}

.button:hover {
    color: #000;
    background-color: #d7e9ee;
    border-color: #ccd7da;
    text-decoration: none;
}

.button-b {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #217BD5;
    color: #fff;
    border: 0px none;
    padding: 0px 5px;
    font-size: 15px;
}

.button-b:hover {
    background: rgb(48, 139, 230);
}

.fieldset {
    padding: 10px;
    margin: 20px 10px 10px 10px;
    border: 1px solid #888;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
    vertical-align: top;
}

.legend {
    padding: 0px;
    margin: -25px 0px 5px 0px;
    background-color: #5C9FB4;
    color: #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}

.select {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


/*div_box*/

.content {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.content_title {
    /* background-color: rgb(216, 216, 216); */
    background-color: #9ED0DF;
}


/*div_table_list*/

.list_A {
    /* background-color: #DDF2F9; */
    background-color: #FFFFFF;
}

.list_B {
    /* background-color: rgba(255, 255, 255, 0); */
    background-color: #F7FDFF;
}

.title {
    text-align: center;
    padding-top: 20px;
}


/*div_排列*/

.display-block {
    display: block;
}

.display-none {
    display: none;
}

.inline-block {
    display: inline-block;
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
}


/*color*/

.red {
    color: #FF0000;
}

.yellow {
    color: rgb(255, 255, 0);
}

.yellow_bg {
    background-color: rgb(255, 255, 0);
}

.blue {
    color: rgb(0, 0, 255);
}

.gray {
    color: rgb(133, 133, 133);
}

.orange {
    color: orange;
}
.black {
    color:black;
}

/*font_size*/

.font_size10 {
    font-size: 10px;
    -webkit-transform: scale(0.83);
}

/*float*/
.f-right {
    float:right;
}
/*分頁*/

.page {
    width: 100%;
    padding: 15px 0px 0px 0px;
}

.page_total {
    width: 20%;
    text-align: left;
    font-weight: bold;
    display: inline-block;
}

.page_limit {
    width: 80%;
    text-align: right;
    font-weight: bold;
    display: inline-block;
}


/*width*/

.width-280 {
    width: 280px;
}

.width-350 {
    width: 350px;
}

.width-450 {
    width: 450px;
}

.width-180 {
    width: 180px;
}

.width-150 {
    width: 150px;
}

.width-100 {
    width: 100px;
}

.width-120 {
    width: 120px;
}

.width-100p {
    width: 100%;
}

.width-98p {
    width: 98%;
}

.width-80p {
    width: 80%;
}

.width-50p {
    width: 50%;
}

.width-30p {
    width: 30%;
}

.width-10p {
    width: 10%;
}

.fone-size16 {
    font-size: 16px;
}

input[type="text"][disabled] {
    background-color: rgb(238, 238, 238);
}

.input_clt_det {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 0px 0px 3px 5px;
    margin: 5px;
    width: 80px;
    height: 28px;
}

.set_id {
    padding: 2px 5px;
    margin-left: 5px;
}


/*--- set_area 、set_department、set_system、set_detergent、list_sev_item---*/

.area_new_box {
    width: 360px;
}

.area_fieldset_box {
    /* width: 98%; */
}


/*--- set_position---*/

.pos_new_box {
    width: 450px;
}


/*--- edit_permit ---*/

.row_per_box {
    width: 100%;
    margin-top: 30px;
}

.fieldset_per_stf_box {
    width: 25%;
    display: inline-block;
    vertical-align: top;
}

.fieldset_per_stf {
    width: 98%;
    vertical-align: top;
    padding: 0px 10px;
    margin: 0px 0px 10px 10px;
    border: 1px solid #888;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
}

.fieldset_per_box {
    width: 74%;
    display: inline-block;
    vertical-align: top;
}

.fieldset_per {
    width: 98%;
    vertical-align: top;
    padding: 0px 10px;
    margin: 0px 0px 10px 10px;
    border: 1px solid #888;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
}

.permit_table label
{
    cursor: pointer;
}

.level-1 {
    font-size: 20px;
    color: rgb(2, 0, 143);
    font-weight: bold;
    /*粗體*/
}

.level-2 {
    font-size: 16px;
    /* color:rgb(2, 0, 143); */
    font-weight: bold;
    /*粗體*/
}

.level-3 {
    font-size: 14px;
    /* color:rgb(133, 133, 133); */
}

.level-4 {
    /* margin-left: 20px; */
    color: rgb(133, 133, 133);
    /* width: 40%; */
    /* display: inline-block; */
}

.level-4-1 {
    /* margin-left: 14px; */
    color: rgb(133, 133, 133);
    /* width: 50%; */
    /* display: inline-block; */
}

.level-5 {
    /* margin-left: 35px; */
    /* width: 36%; */
    color: rgb(133, 133, 133);
    /* display: inline-block; */
}

.level-5-1 {
    /* margin-left: 14px; */
    color: rgb(133, 133, 133);
    /* min-width: 100px; */
    /* display: inline-block; */
}

.level-7 {
    /* margin-left: 14px; */
    color: rgb(133, 133, 133);
    /* width: 100%; */
    /* display: inline-block; */
}

.per_menu_box {
    margin-left: 14px;
    width: 100%;
    display: inline-block;
}

.level-6 {
    /* margin-left: 20px; */
    /* width: 40%; */
    color: rgb(133, 133, 133);
    /* display: inline-block; */
    vertical-align: top;
}

.level-6_label_box {
    margin-left: 0px;
    /* width: 54%; */
    display: inline-block;
}

.level-6_label {
    display: block;
    color: #007D11;
}

.level-6_label:hover {
    cursor: pointer;
}

.level-6_label_ckbox[type=checkbox]:checked+.level-6_box {
    opacity: 0;
    max-height: 0;
}

.level-6_box {
    display: block;
    opacity: 1;
    overflow: hidden;
    /* transition:opacity 1.0s linear; */
}

.level-6_label_ckbox {
    display: none;
}

.level-8 {
    margin-left: 20px;
}

.content_box_per {
    padding: 0px 5px;
    display: inline-block;
    vertical-align: top;
    width: 49%;
}


/*--- clt_det_data_list ---*/

.td_clt_det {
    width: 98%;
    text-align: left;
    display: inline-block;
    padding: 0px 0px 3px 5px;
    margin-top: 5px;
}


/*--- set_client ---*/

.content_box_clt {
    padding: 5px;
    background: #FFF6D6;
}

.clt_add {
    width: 300px;
}

.td_clt {
    width: 80%;
    text-align: left;
    display: inline-block;
    padding: 0px 0px 3px 5px;
    margin-top: 5px;
}

.button_copy {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background: rgb(180, 180, 180);
    color: #000;
    border: 0px none;
    padding: 0px 2px;
    font-size: 12px;
}

.button_copy:hover {
    background: rgb(150, 150, 150);
}

.table_col_clt {
    width: 24%;
    display: inline-block;
    vertical-align: top;
}

.th_clt {
    width: 80px;
    text-align: right;
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
}

.input_clt {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 0px 0px 3px 5px;
    margin: 5px;
    width: 150px;
    height: 28px;
}


/*--- home ---*/

.nav_home {
    background: -webkit-linear-gradient(350deg, #177191, #177191);
    background: -o-linear-gradient(350deg, #177191, #177191);
    background: -moz-linear-gradient(350deg, #177191, #177191);
    background: linear-gradient(350deg, #177191, #177191);
    margin: 0px;
    padding: 2px 0px;
    position: relative;
    z-index: 1;
    min-height: 52px;
}

.menu_label {
    display: block;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    /* padding-right: 10px; */
    margin-bottom: 0px;
}

#burger:checked+.menu_ul {
    display: block;
}

#userInfo:checked+.menu_ul {
    display: block;
}

.menu_ul {
    display: none;
    position: absolute;
    width: 100%;
    margin: 0px;
    margin-top: 8px;
    padding: 0px;
}

.menu_ul_left
{
    left: 0px;
}
.menu_ul_right
{
    right: 0px;
}

.logo {
    /* width: 10%;
    height: 30px; */
    width: 100%;
    position: absolute;
    z-index: 1;
    /* margin-top: 2px;
    margin-left: 5px; */
    display: inline-block;
    text-align: left;
}

.nav_img {
    height: 35px;
}

.web_title {
    /* width: 90%;
    height: 30px;
    position: absolute;
    z-index: 2;
    margin-top: 2px;
    margin-left: 10%; */
    display: inline-block;
    /* text-align: center; */
}

.menu_mobile {
    position: initial;
    /* width: 100%;
    height: 40px;
    position: absolute;
    z-index: 3;
    text-align: right;
    display: none; */
}

.main {
    width: 100%;
    vertical-align: top;
}

.menu_left,
.menu_ul_left {
    background-color: #EBF3F5;
}

.menu_left ul, .menu_left ol, .menu_left dl,
.menu_ul_left ul, .menu_ul_left ol, .menu_ul_left dl {
    margin-bottom: 0px;
}

.menu_left {
    width: 20%;
    /* height: 100%; */
    vertical-align: top;
    display: inline-block;
    
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.menu_left > [class^="panel"] div:not(:first-child),
.menu_ul_left > [class^="panel"] div:not(:first-child)  {
    padding-top: 10px;
}

.main_con {
    width: 80%;
    vertical-align: top;
    display: inline-block;
}

.flip-1,
.flip-2,
.flip-3,
.flip-4 {
    margin: 0px 0 3px;
    padding: 3px;
    text-align: center;
    cursor: pointer;
    background: -webkit-linear-gradient(180deg, #5C9FB4, #5C9FB4);
    background: -o-linear-gradient(180deg, #5C9FB4, #5C9FB4);
    background: -moz-linear-gradient(180deg, #5C9FB4, #5C9FB4);
    background: linear-gradient(180deg, #5C9FB4, #5C9FB4);
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    /* box-shadow: 0px 1px 8px 0px rgb(83, 83, 83); */
    box-shadow: 0px 5px 8px black;
    /* 陰影 */
}

.flip-1 span,
.flip-2 span,
.flip-3 span,
.flip-4 span {
    display: block;
}

.flip-2-1,
.flip-2-2 {
    margin: 0px;
    padding: 0px;
    text-align: left;
    font-weight: bold;
    /*粗體*/
    font-size: 18px;
    color: #000;
    cursor: pointer;
}

[class^="panel-"] > [class^="panel-"]
{
    background-color: #F7FDFF;
}

.panel-1,
.panel-2,
.panel-3,
.panel-4 {
    margin: 0px;
    padding: 15px;
    text-align: left;
    /* background-color: #EBF3F5; */
    color: #41555B;
    /* border: solid 1px #c3c3c3; */
    display: none;
    cursor: pointer;
}

.panel-2-1,
.panel-2-1-1,
.panel-2-1-2,
.panel-2-2,
.panel-2-2-1,
.panel-2-2-2 {
    /* margin: 0px;
    padding: 5px; */
    margin: 0px -15px;
    padding: 0px 15px;
    text-align: left;
    /* background: #fff; */
    display: none;
    cursor: pointer;
}

.panel-2-1-1 span,
.panel-2-1-2 span,
.panel-2-2-1 span,
.panel-2-2-2 span {
    color: #41555B;
    font-weight: bold;
    font-size: 16px;
    padding-left: 1rem;
}

.li {
    list-style: none;
}

.li-title {
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-align: left;
    font-size: 18px;
    color: #41555B;
    cursor: pointer;
    /* margin-left: -30px; 
  padding-left: -10px; */
}

.li-title a {
    color: #41555B;
    text-decoration: none;
}

.li a {
    color: #41555B;
    text-decoration: none;
}

.li-mark {
    list-style-image: url('../images/icon-mark.gif');
}

.li a:hover,
.li-title a:hover {
    color: #3c575f;
}

.acc_box {
    border: solid 1px #c3c3c3;
    background: #fff;
    padding: 15px 0;
    box-shadow: 0px 5px 8px black;
}

.acc_box_s {
    background: #fff;
    display: none;
    width: 100%;
}

.home_icon {
    width: 30%;
    padding: 5px;
}

.home_icon_s {
    min-width: 60px;
    padding: 0px;
    display: inline-block;
    text-align: right;
}

.home_but {
    width: 35px;
}

.home_logout {
    padding: 5px;
    text-align: right;
    width: 70%;
}

.home_logout_s {
    padding: 0px;
    min-width: 60px;
    text-align: right;
}

.home_acc {
    width: 100%;
    padding: 0px 5px;
}

.home_acc_s {
    min-width: 100px;
    padding: 0px 5px;
    display: block;
}

.home_acc_s span {
    color: #000;
    font-size: 16px;
}

.row-box1 {
    min-width: 60px;
}

.row-box2 {
    min-width: 100px;
}

#blue,
#blue-2 {
    color: #0000ff;
}

#red {
    color: #ff0000;
}


/*view_stf*/

.th {
    width: 120px;
    text-align: right;
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
}

.td,
.td_full {
    /* width: 65%; */
    min-width: 80px;
    text-align: left;
    display: inline-block;
}


/*--- list_sev_form---*/

.th_sev_sear {
    width: 120px;
    text-align: right;
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
}


/*--- set_staff、list_staff---*/

.table_row {
    width: 100%;
}

.table_col,
.table_col_stf {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    margin: 0px;
    padding: 0px;
}

.table_col_stf {
    width: 100%;
}

.th_stf,
.th_stf_set {
    width: 80px;
    text-align: right;
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
}

.th_stf_set {
    width: 100px;
}

.td_stf_list,
.td_stf_set {
    min-width: 150px;
    text-align: left;
    display: inline-block;
}

.td_stf_set {
    min-width: 80px;
}

.td_span {
    width: 55%;
    text-align: left;
    display: inline-block;
    margin-top: 5px;
}

.td_stf {
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: left;
    margin: 5px 0px;
}

.td_full {
    width: 100%;
}

.td_full_px {
    text-align: left;
    display: inline-block;
    width: 200px;
}

.cor_add,
.email {
    width: 350px;
    height: 28px;
}

.cor_add_box2 {
    display: inline-block;
}

.staff_view,
.clt_view {
    width: 99%;
    padding: 5px;
    margin: 0px 10px;
    text-align: right;
}

.sev_view {
    width: 100%;
    padding: 5px;
    padding-left: 15px;
    background-image: url(../images/bg.gif);
    position: sticky;
    top: 0;
    z-index: 1;
    /* margin: 0px 10px; */
}

.cor_add_box {
    width: 100%;
    display: inline-block;
    text-align: left;
}

.input_stf {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 0px 0px 3px 5px;
    margin: 5px;
    width: 150px;
    height: 28px;
}


/*--- home news---*/

.news_box {
    display: block;
}

.news_box_m {
    display: none;
}

.title_news_date,
.title_news_title,
.title_news {
    width: 15%;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.title_news_date {
    width: 20%;
}

.title_news_title {
    width: 39.5%;
}

.list_news_date,
.list_news_title,
.list_news {
    width: 15%;
    display: inline-block;
    text-align: center;
}

.list_news_date {
    width: 20%;
}

.list_news_title {
    width: 39.5%;
}

.news_but {
    text-align: right;
}

.content_news_title {
    width: 100%;
    background-color: #DDF2F9;
}

.table_col_news {
    font-size: 16px;
    width: 50%;
    display: inline-block;
}

.th_news {
    width: 100px;
    display: inline-block;
    text-align: right;
    font-weight: bold;
}

.td_news {
    min-width: 100px;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.td_news_type_m {
    min-width: 30px;
    display: inline-block;
}

.vertical_middle {
    vertical-align: middle;
    /*水平置中*/
}

.vertical_top {
    vertical-align: top;
}

.margin-left-14 {
    margin-left: 14px;
}

.table_col_full {
    width: 100%;
}

.news_con {
    width: 100%;
}


/*---add_news---*/

.datetime {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 0px 0px 3px 5px;
    margin: 5px;
    width: 160px;
    height: 28px;
}

.td_add_news {
    width: 80%;
    text-align: left;
    display: inline-block;
}


/*--- set_permit ---*/

.title_per_con2 {
    width: 26.5%;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.list_per_con2 {
    width: 26.5%;
    display: inline-block;
    text-align: center;
}

.title_per_id {
    width: 35%;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.title_per_name {
    width: 45%;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.title_per_type {
    width: 19%;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.list_per_id {
    width: 35%;
    display: inline-block;
    text-align: center;
}

.list_per_name {
    width: 45%;
    display: inline-block;
    text-align: center;
}

.list_per_type {
    width: 19%;
    display: inline-block;
    text-align: center;
}


/*--- set_detergent ---*/

.min-height-195 {
    min-height: 195px;
}


/*--- search_list ---*/

.th_search_list {
    width: 120px;
    display: inline-block;
    text-align: right;
    font-weight: bold;
}

.view_title {
    font-size: 20px;
    padding: 5px;
}

.view_title label {
    text-decoration: underline;
    /* 文字底線*/
}

.title_stf_con1,
.title_stf_con2,
.title_stf_con3 {
    /*sraech_clt*/
    width: 10%;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.title_stf_con2 {
    /*sraech_clt*/
    width: 24.5%;
}

.title_stf_con3 {
    width: 15%;
}

.list_stf_con1,
.list_stf_con2,
.list_stf_con3 {
    width: 10%;
    display: inline-block;
    text-align: center;
}

.list_stf_con2 {
    width: 24.5%;
}

.list_stf_con3 {
    width: 15%;
}

.title_det_con {
    width: 40%;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.list_det_con {
    width: 40%;
    display: inline-block;
    text-align: center;
}

.title_clt_con1,
.title_clt_con2,
.title_clt_con3,
.title_clt_con4,
.title_clt_con5 {
    width: 55%;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.list_clt_con1,
.list_clt_con2,
.list_clt_con3,
.list_clt_con4,
.list_clt_con5 {
    width: 55%;
    display: inline-block;
    text-align: center;
}

.list_clt_con3 {
    width: 50%;
}

.list_clt_con4 {
    width: 30%;
}

.list_clt_con5 {
    width: 34.5%;
}

.title_clt_con2,
.list_clt_con2 {
    width: 10%;
}

.title_clt_con3 {
    width: 50%;
}

.title_clt_con4 {
    width: 30%;
}

.title_clt_con5 {
    width: 34.5%;
}

.title_form_id {
    /*clt_det_data */
    width: 15%;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.title_search_id {
    /*saeach_clt*/
    width: 10%;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.title_form_con {
    width: 35%;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.list_form_id {
    /*clt_det_data 、saeach_clt*/
    width: 15%;
    display: inline-block;
    text-align: center;
}

.list_search_id {
    /* saeach_clt*/
    width: 10%;
    display: inline-block;
    text-align: center;
}

.list_form_con {
    width: 35%;
    display: inline-block;
    text-align: center;
}

.title_clt_sev1,
.title_clt_sev2 {
    width: 20%;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.title_clt_sev2 {
    width: 35%;
}

.list_clt_sev1,
.list_clt_sev2 {
    width: 20%;
    display: inline-block;
    text-align: center;
}

.list_clt_sev2 {
    width: 35%;
}

.table_row_seach {
    min-width: 100px;
    display: inline-block;
}

.td_clt_sev {
    min-width: 150px;
    text-align: left;
    display: inline-block;
}


/*--- view_sev_form 、 add_clt_sys_list---*/

.sev_form_title-1 {
    width: 100%;
    display: block;
    text-align: center;
    font-weight: bold;
    /*粗體*/
    font-size: 24px;
}

.sev_form_title-2 {
    width: 100%;
    display: block;
    text-align: center;
    font-weight: bold;
    /*粗體*/
    font-size: 20px;
}

.sev_form_title-3 {
    width: 49.5%;
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
}

.sev_form_title-4 {
    min-width: 100px;
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
}

.form_item_box-1 {
    padding: 0px 5px;
    background-color: #FFF6D6;
    margin: 30px 0px 5px 0px;
    border: 1px solid #FFF6D6;
}

.form_item_box-2 {
    padding: 0px 5px;
    background-color: #FFE6D6;
    margin: 30px 0px 5px 0px;
    border: 1px solid #FFE6D6;
}

.form_item_box-3 {
    padding: 0px 5px;
    background-color: #D6F2FF;
    margin: 30px 0px 5px 0px;
    border: 1px solid #D6F2FF;
}

.form_item_box-4 {
    padding: 0px 5px;
    background-color: #EFFFEC;
    margin: 30px 0px 5px 0px;
    border: 1px solid #EFFFEC;
}

.form_item_box-5 {
    padding: 0px 5px;
    background-color: rgb(243, 231, 255);
    margin: 30px 0px 5px 0px;
    border: 1px solid rgb(243, 231, 255);
}

.legend_form {
    padding: 0px;
    margin: -15px 0px 5px 0px;
    background-color: rgb(0, 0, 0);
    color: #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

.add_time_but {
    width: 100%;
    text-align: right;
    background: #FFE6D6;
}

.add_det_but {
    width: 100%;
    text-align: right;
    background: #D6F2FF;
}

.sev_form_item_box {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.text_box {
    width: 70%;
    display: inline-block;
}

/*clt_sys_list*/

.clt_sys_list_cards {
    width: 100%
}

.add_clt_sys_list_btn {
    color: #004085;
    /*background-color: #DDF2F9;*/ /*#cce5ff;*/
    background-color: #F7FDFF;
    border-color: #217BD5;  /*#b8daff*/
    min-height: 10.25rem; 
    /* margin-right: 10px; */
    /* flex: 1 0 10rem; */
    /* margin: 5px; */
    /* max-width: 165px; */
    cursor: pointer;
}

.add_clt_sys_list_btn.card {
    order: 1;
}

.add_clt_sys_list_btn_add {
    cursor: unset !important;
    position: relative;
    background: transparent;
    order: 0;
}

.add_clt_sys_list_btn_add label {
    cursor: pointer;
}

.add_clt_sys_list_btn_add .btn_title
{
    position: absolute;
    bottom: 1rem;
    width: 100%;
    text-align: center;
    user-select: none;
}

.add_clt_sys_list_btn_abs
{
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    height: 4rem;
    min-height: 4rem;
}

@media screen and (min-width:1300px) {
    .add_clt_sys_list_btn {
        -ms-flex: 0 0 14.666667%;
        flex: 0 0 14.666667%;
        max-width: 14.666667%;
        margin: 1%;
    }
}

@media screen and (min-width:1200px) and (max-width:1299px) {
    .add_clt_sys_list_btn {
        -ms-flex: 0 0 18%;
        flex: 0 0 18%;
        max-width: 18%;
        margin: 1%;
    }
}

@media screen and (min-width:768px) and (max-width:1199px){
    .add_clt_sys_list_btn {
        -ms-flex: 0 0 23%;
        flex: 0 0 23%;
        min-width: 23%;
        margin: 1%;
    }
}

@media screen and (min-width:576px) and (max-width:767px){
    .add_clt_sys_list_btn {
        -ms-flex: 0 0 31.333333%;
        flex: 0 0 31.333333%;
        max-width: 31.333333%;
        margin: 1%;
    }
}

@media screen and (max-width:575px){
    .add_clt_sys_list_btn {
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
        max-width: 48%;
        margin: 1%;
    }
}

.add_clt_sys_list_btn .card-header :first-child,
.add_clt_sys_list_btn .card-body :first-child,
.add_clt_sys_list_btn .card-footer :first-child {
    min-height: 1.5rem;
}

.add_clt_sys_list_btn .card-body .card-title {
    white-space: nowrap;
    /* overflow-x: overlay; */
    overflow-x: hidden;
    overflow-y: hidden;
    text-overflow: ellipsis;
}

.add_clt_sys_list_btn .card-footer
{
    background-color: rgba(255, 255, 255, 0);
    border-top: 1px solid rgba(255, 255, 255, 0);
}

.card_bg_blue {
    /* background-color: #217BD5; */
    background-color: #5C9FB4;
    color: #fff;
    font-weight: bold;
    font-size: medium;
}
/*add_clt_sys_list*/

.td_sev_clt {
    min-width: 150px;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}


/*--- set_sev_form ---*/

.td_form {
    display: inline-block;
    vertical-align: top;
}

.sev_form_box {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}

.form_level-1 {
    width: 100%;
    font-size: 18px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    /*粗體*/
}

.form_level-2 {
    width: 100%;
    font-size: 16px;
    color: rgb(0, 0, 0);
}

.form_level-1_box,
.form_level-0_box {
    margin-left: 28px;
}

.level-1_lab_ckbox,
.level-0_lab_ckbox {
    display: none;
}

.level-1_lab,
.level-0_lab {
    display: block;
    color: #007D11;
}

.level-1_lab:hover,
.level-0_lab:hover {
    cursor: pointer;
}

.level-1_lab_ckbox[type=checkbox]:checked+.form_level-1_box,
.level-0_lab_ckbox[type=checkbox]:checked+.form_level-0_box {
    opacity: 0;
    max-height: 0;
}

.form_level-1_box,
.form_level-0_box {
    display: block;
    opacity: 1;
    overflow: hidden;
    /* transition:opacity 1.0s linear; */
}

.td_sev_form_input {
    display: inline-block;
    vertical-align :top;
}

.td_sev_form_span,
.td_item_form_input {
    display: inline-block;
}

.td_sev_form_span {
    min-width: 70px;
    text-align: right;
    margin-top :5px;
}

.td_sev_form_span_radio {
    display: inline-block;
    min-width: 70px;
}


/*--- set_sev_item ---*/

.div_lab_l {
    margin-top: 5px;
    display: inline-block;
    vertical-align: top;
    min-width: 250px;
    text-align: right;
}

.div_lab_l_s {
    margin-top: 5px;
    display: inline-block;
    vertical-align: top;
    min-width: 130px;
    text-align: right;
}

.div_lab_item_l {
    margin-top: 5px;
    display: inline-block;
    vertical-align: top;
    width: 95px;
    text-align: right;
}

.th_sev {
    width: 70px;
    display: inline-block;
    text-align: right;
}

.td_sev_radio {
    /* margin-top:5px; */
    min-width: 100px;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    /* border: 1px solid #ff0000; */
}

.td_sev_input {
    display: inline-block;
}

.td_sev_input_imp {
    display: inline-block;
}

.sev_name {
    width: 130px;
}

.sev_item_input {
    width: 60px;
}

.sev_item_box {
    width: 100%;
    background: #FFF6D6;
}

.add_item_but {
    width: 100%;
    text-align: right;
    background: rgb(255, 241, 189);
}

.add_item_but_n {
    width: 100%;
    text-align: right;
}

.td_sev_mob {
    display: inline-block;
    min-width: 100px;
}

.type_mob {
    display: inline-block;
    width: 100%;
    text-align: right;
}

.div_lab_mob {
    /* margin-top:8px; */
    display: inline-block;
    /* vertical-align:top; */
    width: 100px;
    text-align: right;
}

.item_type_mob {
    display: inline-block;
    width: 30px;
}


/*--- list_sev_item ---*/

.td_sev {
    min-width: 120px;
    text-align: left;
    display: inline-block;
}

.td_sev_span {
    min-width: 120px;
    text-align: left;
    display: inline-block;
    margin-top: 5px;
}

.table_col_sev {
    min-width: 200px;
    display: inline-block;
    vertical-align: top;
}

.mobile_sev {
    display: none;
}


/*--- basic_internal ---*/

.guide-path {
    color: #360000;
    font-weight: bold;
}

.logout {
    padding: 5px;
    text-align: right;
}

.content_box {
    padding: 0px 5px;
    /* border: 1px solid #ff004c; */
}

.content_box_per_sel {
    padding: 0px 5px;
    text-align: center;
}

.title_id {
    width: 10%;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.list_id {
    width: 10%;
    display: inline-block;
    text-align: center;
}

.title_type,
.title_type_sys,
.title_type_per {
    width: 5%;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.title_type_sys {
    width: 15%;
}

.title_type_per {
    width: 8%;
}

.list_type,
.list_type_sys,
.list_type_per {
    width: 5%;
    display: inline-block;
    text-align: center;
}

.list_type_sys {
    width: 15%;
}

.list_type_per {
    width: 8%;
}

.title_area_con,
.title_sys_con {
    width: 80%;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.title_sys_con {
    width: 59.5%;
}

.title_dep_con1,
.title_dep_con2 {
    width: 50%;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.title_dep_con2 {
    width: 30%;
}

.title_pos_con1,
.title_pos_con2,
.title_pos_con3 {
    width: 40%;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.title_pos_con2,
.title_pos_con3 {
    width: 20%;
}

.title_sev_con1,
.title_sev_con2,
.title_sev_con3,
.title_sev_con4,
.title_sev_con5,
.title_sev_con6 {
    width: 20%;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.title_sev_con2 {
    width: 10%;
}

.title_sev_con3 {
    width: 35%;
}

.title_sev_con4 {
    width: 45%;
}

.title_sev_con5 {
    width: 15%;
}

.title_sev_con6 {
    width: 20%;
}

.list_area_con,
.list_sys_con {
    width: 80%;
    display: inline-block;
    text-align: center;
}

.list_sys_con {
    width: 59.5%;
}

.list_dep_con1,
.list_dep_con2 {
    width: 50%;
    display: inline-block;
    text-align: center;
}

.list_dep_con2 {
    width: 30%;
}

.list_pos_con1,
.list_pos_con2,
.list_pos_con3 {
    width: 40%;
    display: inline-block;
    text-align: center;
}

.list_pos_con2,
.list_pos_con3 {
    width: 20%;
}

.list_sev_con1,
.list_sev_con2,
.list_sev_con3,
.list_sev_con4,
.list_sev_con5,
.list_sev_con6 {
    width: 20%;
    display: inline-block;
    text-align: center;
}

.list_sev_con2 {
    width: 10%;
}

.list_sev_con3 {
    width: 35%;
}

.list_sev_con4 {
    width: 45%;
}

.list_sev_con5 {
    width: 15%;
}

.list_sev_con6 {
    width: 20%;
}

.img-but {
    width: 20px;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.step_but {
    margin-top: 5px;
    text-align: center;
}

.div_lab {
    margin-top: 8px;
    display: inline-block;
    vertical-align: top;
    width: 100px;
    text-align: right;
}

.div_lab_s {
    margin-top: 8px;
    display: inline-block;
    vertical-align: top;
    width: 60px;
    text-align: right;
}

.id_msg,
.pass_msg {
    display: inline-block;
    font-size: 10px;
    -webkit-transform: scale(0.83);
    color: red;
    margin-left: 8px;
    /* width: 120px; */
}


/* 動態視窗 */

.dymod {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0);
    visibility: hidden;
    opacity: 0;
    text-align: left;
    overflow: auto;
    z-index: 2;
}

.dymod:target {
    visibility: visible;
    opacity: 1;
}

.mod_data,
.view_data,
.mod_data_pass {
    margin: 70px auto;
    padding: 20px;
    background: rgb(255, 255, 255);
    border-radius: 10px;
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    width: 450px;
    position: relative;
    box-shadow: 2px 2px 30px 1px rgb(194, 194, 194);
}

.mod_data_pass {
    width: 350px;
}

.view_data {
    width: 95%;
}

.mod_data h3,
.mod_data_pass h3 {
    font-weight: bold;
}

.mod_data hr,
.mod_data_pass hr {
    border: 0;
    height: 1px;
    background-color: rgb(143, 143, 143);
}

.close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: rgb(32, 32, 32);
}

.close:hover {
    color: #000000;
    text-decoration: none;
}

.mod_con {
    overflow: auto;
}


/*--- set_pass ---*/

.title_pass_con1,
.title_pass_con2,
.title_pass_type {
    width: 20%;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.title_pass_con2 {
    width: 55%;
}

.title_pass_type {
    width: 5%;
}

.list_pass_con1,
.list_pass_con2,
.list_pass_type {
    width: 20%;
    display: inline-block;
    text-align: center;
}

.list_pass_con2 {
    width: 55%;
}

.list_pass_type {
    width: 5%;
}

#set_pass_days,
#set_pass_warning {
    width: 50px;
}


/*--- home_guide ---*/

.bg_guide {
    background-repeat: no-repeat;
    background-position: center;
    align-items: center;
    margin: 0px;
    padding: 0px;
}

.guide-nav {
    background-color: rgba(235, 235, 235, 0.5);
    color: rgb(95, 95, 95);
    margin: 0px;
    padding: 5px 0;
    text-align: center;
    font-weight: bold;
    box-shadow: 0px 1px #DDD;
    /* 陰影 */
}

.nav-title {
    width: 100%;
    text-align: center;
}

.guide-col-1 {
    width: 23%;
    display: inline-block;
    vertical-align: top;
}

.guide-col-2 {
    width: 30%;
    display: inline-block;
    vertical-align: top;
}

.guide-col-arrow {
    width: 10%;
    display: inline-block;
    padding-top: 30px;
}

.guide-col-arrow img {
    width: 80px;
}

.guide-title {
    width: 90%;
    padding: 5px 0px;
    background: rgb(226, 226, 226);
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    border-radius: 10px;
    color: rgb(0, 0, 0);
    text-align: center;
    margin: 30px auto;
    margin-bottom: 10px;
}

.guide-title h4 {
    font-weight: bold;
}

.img-check {
    width: 25px;
}

.img-mod {
    width: 20px;
    margin-left: 15px;
}


/*--- opps ---*/

.opps-content {
    width: 30%;
    padding: 10px 0px;
    border: 1px solid #000;
    background: rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    border-radius: 10px;
    color: rgb(0, 0, 0);
    text-align: center;
    margin: auto;
}

.opps-mag {
    color: #FF0000;
}


/*--- index ---*/

.loginbox {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.login-body {
    background: #FBF9E6 url(../images/background.png) center center fixed no-repeat;
    background-size: cover;
    font-family: '微軟正黑體';
    margin: 0px;
    padding: 0px;
    height: 100%;
    
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
}

.login-bg {
    margin: 0px;
    padding: 0px;
    /* min-height: 768px; */
}

.login-content {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.login-content > div
{
    padding: 15px;
}

.login-title {
    font-weight: bold;
    letter-spacing: 5px;
    color: #000;
    text-shadow: 1px 1px #DDD;
    margin: 0px;
}

.login-subtitle {
    font-weight: bold;
    letter-spacing: 5px;
    color: #333;
    text-shadow: 1px 1px #DDD;
    margin: 0px;
}

.login-input
{
    --BOXHEIGHT: 36px;
    position: relative;
    margin: 0;
}
.login-input > input
{
    width: 170px;
    height: var(--BOXHEIGHT, 28px);
    margin: 0;
    padding: 0 .25rem;
    position: absolute;
    left: 6.25rem;
    top: calc((56px - var(--BOXHEIGHT, 28px)) / 2);
    border: unset;
    background-color: unset;
}
.login-input > input:focus
{
    background-color: #fff;
    outline: black solid 2px;
}

.input-password:after
{
    color: black;
    z-index: 45;
    font-family: "Font Awesome 5 Free";
    content: "\f06e";
    font-weight: 900;
    font-size: 1rem;
    position: absolute;
    right: .75rem;
    top: calc(50% - 1rem + 34px - 30px);
    cursor: pointer;
}

.input-password.eye-close:after
{
    content: "\f070";
}

.login-verify > input
{
    height: calc(var(--BOXHEIGHT, 28px) / 1.25);
}

.login-input > .login-captcha
{
    width: 170px;
    height: calc(var(--BOXHEIGHT, 28px) / 1.3);
    margin: 0;
    padding: 0 .25rem;
    position: absolute;
    left: 6.25rem;
    bottom: calc((56px - var(--BOXHEIGHT, 28px)) / 2);
    text-align: left;
}

.login-captcha > img
{
    height: 100%;
}

.login-button {
    background: unset;
    border: unset;
    padding: 0;
}

.login-button:focus {
    outline: unset;
}


/*--- report ---*/

.report_con_box {
    width: 98%;
    margin: 5px auto;
}

.title_company {
    width: 100%;
    font-size: 20px;
    text-align: center;
    font-family: '標楷體';
    font-weight: bold;
    letter-spacing: 5px;
    /*字間距*/
}

.title_report {
    width: 100%;
    font-size: 16px;
    text-align: center;
}

.title_date,
.title_print {
    width: 50%;
    font-size: 16px;
    text-align: right;
    display: inline-block;
}

.title_print {
    text-align: left;
}

.title_re_con1,
.title_re_con2,
.title_re_con3,
.title_re_con4 {
    width: 20%;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    vertical-align: middle;
}

.title_re_con2 {
    width: 15%;
}

.title_re_con3 {
    width: 10%;
}

.title_re_con4 {
    width: 5%;
}

.list_re_con1,
.list_re_con2,
.list_re_con3,
.list_re_con4 {
    width: 20%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.list_re_con2 {
    width: 15%;
}

.list_re_con3 {
    width: 10%;
}

.list_re_con4 {
    width: 5%;
}

.re_left {
    text-align: left;
}


/***** mobile *****/

@media (max-width: 1800px) {
    .input_clt {
        width: 95px;
    }
}

@media (max-width: 1340px) {
    .td {
        width: 55%;
    }
    .input_clt {
        width: 150px;
    }
    /*--- set_staff ---*/
    .set_staff_id {
        font-size: 12px;
    }
    .stf_id {
        width: 100px;
    }
    /*--- set_client ---*/
    .set_clt_id {
        font-size: 12px;
    }
    .clt_id_text {
        width: 100px;
    }
    /*--- edit_permit、view_permit ---*/
    .level-6 {
        /* width: 90%; */
        display: block;
    }
    .level-6_label_box {
        /* margin-left: 20px; */
        /* width: 90%; */
        display: block;
    }
    .level-4 {
        /* width: 90%; */
        display: block;
    }
    .level-4-1 {
        /* margin-left: 35px; */
        /* width: 90%; */
        display: block;
    }
    .level-5 {
        /* margin-left: 35px; */
        /* width: 90%; */
        display: block;
    }
    .level-5-1 {
        /* margin-left: 50px; */
        /* width: 90%; */
        display: block;
    }
}

@media (max-width: 1120px) {
    /*--- set_staff ---*/
    .table_col,
    .table_col_clt {
        width: 100%;
        display: block;
    }
    .cor_add_box2 {
        display: block;
    }
    .set_staff_id {
        font-size: 14px;
    }
    .stf_id {
        width: 150px;
    }
    /*--- set_client ---*/
    .set_clt_id {
        font-size: 14px;
    }
    .clt_id_text {
        width: 150px;
    }
}


/*-----mobile-----*/

@media (max-width: 992px) {
    /*------全域變數------*/
    .web_title {
        /* width: 210px;
        margin-left: 85px; */
    }
    .logo {
        min-width: 80px;
    }
    /*分頁*/
    .page_total {
        width: 100%;
        display: block;
        background: rgb(220, 220, 220);
    }
    .page_limit {
        width: 100%;
        text-align: center;
        display: block;
    }
    /*TOP按鈕*/
    .toTop-arrow {
        width: 2.5rem;
        height: 2.5rem;
        padding: 0;
        margin: 0;
        border: 0;
        border-radius: 100%;
        opacity: 0.6;
        background: #000;
        cursor: pointer;
        position: fixed;
        right: 1rem;
        bottom: 1rem;
        display: none;
    }
    .toTop-arrow::before,
    .toTop-arrow::after {
        width: 18px;
        height: 5px;
        border-radius: 3px;
        background: #f90;
        position: absolute;
        content: "";
    }
    .toTop-arrow::before {
        transform: rotate(-45deg) translate(0, -50%);
        left: 0.5rem;
    }
    .toTop-arrow::after {
        transform: rotate(45deg) translate(0, -50%);
        right: 0.5rem;
    }
    .toTop-arrow:focus {
        outline: none;
    }
    /* menu */
    .acc_box_s {
        display: inline-block;
    }
    .menu_left {
        display: none;
    }
    .main_con {
        width: 100%;
    }
    .menu_mobile {
        display: block;
    }
    .flip-1,
    .flip-2,
    .flip-3,
    .flip-4 {
        /* margin: 0px; */
        /* padding: 0px; */
        text-align: center;
        cursor: pointer;
        /* background: -webkit-linear-gradient(180deg, #5C9FB4, #5C9FB4);
        background: -o-linear-gradient(180deg, #5C9FB4, #5C9FB4);
        background: -moz-linear-gradient(180deg, #5C9FB4, #5C9FB4);
        background: linear-gradient(180deg, #5C9FB4, #5C9FB4);
        box-shadow: 0px 0px 0px 0px rgb(0, 0, 0); */
        /* 陰影 */
    }
    .flip-1 span,
    .flip-2 span,
    .flip-3 span,
    .flip-4 span {
        font-size: 24px;
        font-weight: bold;
        /* color: #fff; */
    }
    .flip-2-1,
    .flip-2-2 {
        font-size: 20px;
        margin: 0px;
        padding: 0px;
        text-align: center;
        cursor: pointer;
    }
    .flip-2-1 span,
    .flip-2-2 span {
        /* color: #000; */
        font-weight: bold;
        font-size: 20px;
    }
    .panel-1,
    .panel-2,
    .panel-3,
    .panel-4 {
        margin: 0px;
        /* padding: 5px; */
        text-align: left;
        /* background: #EBF3F5;
        color: #41555B;
        border: solid 1px #c3c3c3; */
        display: none;
        /* float:center; */
    }
    .panel-2-1,
    .panel-2-1-1,
    .panel-2-1-2,
    .panel-2-2,
    .panel-2-2-1,
    .panel-2-2-2 {
        /* width: 180px; */
        margin: 0px;
        padding: 5px;
        text-align: left;
        display: none;
        /* cursor: pointer; */
        /* margin: 0px auto; */
    }
    .panel-2-1-1 span,
    .panel-2-1-2 span,
    .panel-2-2-1 span,
    .panel-2-2-2 span {
        /* color: #fff; */
        font-weight: bold;
        padding: 0;
        text-align: center;
        /* font-size:12px; */
    }
    .panel-2-1-1 span:before,
    .panel-2-1-2 span:before,
    .panel-2-2-1 span:before,
    .panel-2-2-2 span:before,
    .panel-2-1-1 span:after,
    .panel-2-1-2 span:after,
    .panel-2-2-1 span:after,
    .panel-2-2-2 span:after {
        content: "--";
    }
    .list-side {
        /* width: 180px; */
        /* margin: 0px auto; */
        padding: 0px;
    }
    .list-side .li-title
    {
        text-align: center;
    }
    .li {
        /* width: 180px; */
        list-style: none;
        margin: 0px;
        padding: 0px;
        text-align: center;
    }
    .li-title {
        font-weight: bold;
        font-size: 20px;
        margin-left: 0px;
        padding-left: 0px;
    }
    .li-title a {
        /* text-decoration: none; */
        /* color: #41555B; */
    }
    .li a {
        /* color: #41555B; */
        /* text-decoration: none; */
        /* font-size:12px; */
    }
    .li-mark {
        /* list-style-image: url('../images/icon-mark.gif'); */
        list-style: none;
    }
    .li-mark a:before {
        background-image: url('../images/icon-mark.gif');
        padding-left: 24px;
        content: "";
        background-repeat: no-repeat;
     }
     .li-mark a:after {
         background-image: url('../images/icon-mark.gif');
         padding-right: 24px;
         content: "";
         background-repeat: no-repeat;
      }
    /*------edit_permit------*/
    .fieldset_per_stf_box {
        width: 98%;
        display: block;
    }
    .fieldset_per_box {
        width: 98%;
        display: block;
    }
    .clt_sys_list_box {
        display: none;
    }
    .clt_sys_list_box_mb {
        width: 100%;
        display: block;
    }
    /*------home news------*/
    .table_col_news {
        width: 100%;
        display: block;
    }
    .news_box {
        display: none;
    }
    .news_box_m {
        display: block;
    }
    /*------add_news------*/
    .news_con {
        height: 60px;
    }
    .td_add_news {
        width: 65%;
        text-align: left;
        display: inline-block;
    }
    /*------view_clt_sev_data------*/
    .sev_form_title-3 {
        width: 100%;
        display: block;
    }
}


/*------edit_permit------*/

@media (max-width: 820px) {
    .content_box_per {
        display: block;
        width: 98%;
    }
}

@media (max-width: 768px) {
    /*------ opps ------*/
    .guide-col-1,
    .guide-col-2 {
        display: block;
        margin: 0 auto;
        min-width: 250px;
    }
    .guide-col-arrow {
        display: block;
        margin: 15px auto;
        transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        /* IE 9 */
        -moz-transform: rotate(90deg);
        /* Firefox */
        -webkit-transform: rotate(90deg);
        /* Safari 和 Chrome */
        -o-transform: rotate(90deg);
        /* Opera */
        min-width: 100px;
        padding-top: 0px;
    }
    .guide-title {
        margin: 10px auto;
    }
    /*------list_sev_item ------*/
    .web_sev {
        display: none;
    }
    .mobile_sev {
        width: 100%;
        display: block;
    }
}

@media (max-width: 720px) {
    .sev_form_item_box {
        width: 100%;
        display: block;
    }
    .text_box {
        width: 98%;
        display: block;
    }
}


/*------ set_sev_item ------*/

@media (max-width: 695px) {
    .td_sev_input {
        display: block;
    }
}

@media (max-width: 665px) {
    .div_lab_l,
    .div_lab_l_s {
        text-align: left;
    }
    .td_sev_form_input {
        display: block;
        min-width: 50px;
    }
    .td_sev_form_span_radio {
        display: block;
        min-width: 50px;
    }
}

@media (max-width: 540px) {
    /*--- set_staff ---*/
    .cor_add,
    .email {
        width: 180px;
    }
}

@media (max-width: 490px) {
    .td_sev_radio {
        min-width: 20px;
    }
    .td_sev {
        min-width: 150px;
        display: block;
    }
    /*--- set_position---*/
    .pos_new_box {
        width: 95%;
    }
}

@media (max-width: 375px) {
    select {
        max-width: 170px;
    }
    .th {
        width: 100px;
    }
    .td {
        width: 120px;
    }
    /*-----set_area、set_department、set_system、set_detergent、list_sev_item-----*/
    .area_new_box {
        width: 95%;
    }
    .area_fieldset_box {
        width: 95%;
    }
}

@media (max-width: 320px) {
    .web_title {
        /* margin-left: 70px; */
    }
}