﻿body {
    margin: 0px 0px 0px 0px;
    font-size: 12px;
}

@page {
    size: auto; /* auto is the initial value */
    margin: 0mm 10mm 0mm 10mm; /* this affects the margin in the printer settings */
}


@media screen and (min-width: 1081px) {
    body, html {
        width: 100%;
        margin: 0px auto;
        font-size: 12px;
        margin: 0px auto;
    }

    .Div_Right {
        padding-left: 160px;
        padding-right: 10px;
    }


    #Div_Menu_Mobile {
        display: none;
    }

    .Div_WorkFlow_Content {
        width: 700px;
    }

    .div_fixed {
        position: fixed;
        z-index: 9999;
        bottom: 0px;
        width: 100%;
        height: 60px;
        left: 0px;
        right: 30px;
        text-align: center;
        background-color: #00aaee;
    }

    .zty-body {
        padding-left: 180px;
        padding-right:15px;
    }

    .WorkFlow_Table {
        border: 0px;
        width: 100%;
        border-spacing: 0;
        border-top: 1px solid #ccc;
        border-left: 1px solid #ccc;
    }

    .Table {
        border: 0px;
        width: 100%;
        border-spacing: 0;
        border-top: 1px solid #ccc;
        border-left: 1px solid #ccc;
    }
    .Mobile_Show {
        display: none;
    }

    .Table_Title {
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        border-collapse: collapse;
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-spacing: 0;
        padding: 5px 0px;
        height: 35px;
    }

    .Table_Title_Item, .Table_Tr_Item {
        font-size: 14px;
        font-weight: normal;
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc;
        padding: 10px 5px;
    }

    .Table tr:hover{
        background-color:#f1f1f1;
    }

        .Rule_Div_List {
            display: grid;
            grid-template-columns: auto 100px;
            align-items: center;
            width: 100%;
        }

    .Div_2_Grid {
        display: grid;
        grid-template-columns: 33% 33% 33%;
        align-items: center;
    }

    .Div_4_Grid {
        display: grid;
        grid-template-columns: 100px auto 100px auto 100px auto;
        align-items: center;
        grid-column-gap: 10px;
        grid-row-gap: 10px;
         
    }
}

/*当窗口大于601PX时*/
@media screen and (min-width: 651px) and (max-width:1080px) {

    body, html {
        width: 100%;
        margin: 0px auto;
        font-size: 12px;
        margin: 0px auto;
    }

 
    .Div_Right {
        padding-left: 160px;
        padding-right: 10px;
    }

    #Div_Menu_Mobile {
        display: none;
    }

    .Div_WorkFlow_Content{
        width:700px;
    }

    .div_fixed {
        position: fixed;
        z-index: 9999;
        bottom: 0px;
        width: 100%;
        height: 60px;
        left: 0px;
        right: 30px;
        text-align: center;
        background-color: #00aaee;
    }

    .zty-body {
        padding-left:180px;
        padding-right:15px;
    }

    .WorkFlow_Table {
        border: 0px;
        width: 100%;
        border-spacing: 0;
        border-top: 1px solid #ccc;
        border-left: 1px solid #ccc;
    }

    .Table {
        border: 0px;
        width: 100%;
        border-spacing: 0;
        border-top: 1px solid #ccc;border-left: 1px solid #ccc;
    }

    .Mobile_Show {
        display:none;
    }
    .Table_Title {
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        border-collapse: collapse;
        border-bottom: 1px solid #ccc; border-right: 1px solid #ccc;
        border-spacing: 0;
        padding: 5px 0px;
        height: 35px;
    }

    .Table_Title_Item, .Table_Tr_Item {
        font-size: 14px;
        font-weight: normal;
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc;
        padding: 10px 5px;
    }

    .Rule_Div_List {
        display: grid;
        grid-template-columns: auto 100px;
        align-items: center;
        width: 1000px;
    }

    .Div_2_Grid {
        display: grid;
        grid-template-columns: 48% 48%;
        align-items:center;
    }

    .Div_4_Grid {
        display: grid;
        grid-template-columns: 100px auto 100px auto;
        align-items: center;
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }


}

/*当窗口小于650PX时*/
@media screen and (max-width:650px){

    .Div_Pgae {
        /*display: grid;
        grid-template-columns: auto;
        align-items: start;*/
        height: 100%;
    }

    .Div_Right {
        padding-left: 45px;
        padding-right: 10px;
    }

    .Menu_Td_2 {
        display: none;
    }
    .Div_Right_Menu {
        height: 100%;
        display: none;
        float: right;
        position: fixed;
        z-index: 999999999999999999999;
    }

    .zty-body{
        padding-left:0px;
    }

    .Div_2_Grid {
        display: grid;
        grid-template-columns: auto;
        align-items: center;
    }

    .Div_4_Grid {
        display: grid;
        grid-template-columns: 100px auto;
        align-items: center;
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }

    .WorkFlow_Table {
        border: 0px;
        width: 100%;
        border-spacing: 0;
        border-top: 1px solid #ccc;
        border-left: 1px solid #ccc;
        font-size: 12px;
    }

    .Table {
        border: 0px;
        width: 100%;
        border-spacing: 0;
        border-top: 1px solid #ccc;
        border-left: 1px solid #ccc;
    }

    .Table tr td {
        min-width:95px;
    }

    .Mobile_Hide{
        display:none;
    }



    .Table_Title {
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        border-collapse: collapse;
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-spacing: 0;
        padding: 5px 0px;
        height: 35px;
    }

    .Table_Title_Item {
        font-size: 12px;
        font-weight: normal;
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc;
        padding: 10px 5px;
    }

    .Table_Tr_Item {
        font-size: 12px;
        font-weight: normal;
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc;
        padding: 10px 5px;
    }

    .nav-mobile-button {
        padding: 8px 10px;
        margin-top: 0px;
        margin-right: 16px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        background: #eee;
        z-index: 999999999;
        width:23px;
        text-align:center;
        float:right;
    }

    .Rule_Div_List {
        display: grid;
        grid-template-columns: auto 100px;
        align-items: center;
        width: 100%;
    }
}




     .icon-bar {
        margin-top: 4px;
        width: 22px;
        height: 2px;
        border-radius: 1px;
        border-top:2px solid #808080;
    }

.clr {
    clear: both;
}


.Div_4_Title {
    font-weight: bold;
    font-size: 12px;
    border-collapse: collapse;
    border: 1px solid #f1f1f1;
    padding: 5px;
    width:100px;
}

.Div_4_Item {
    font-weight: normal;
    font-size: 12px;
    border-collapse: collapse;
    border: 1px solid #f1f1f1;
    padding:5px;
}

.hide {
    display: none;
    clear: both;
}

.div_fixed {
    position: fixed;
    z-index: 9999;
    bottom: 0px;
    width: 100%;
    height: 60px;
    text-align: center;
    background-color: #00aaee;
}


.Div_Menu_List {
    position: fixed;
    z-index: 9999;
    bottom: 0px;
    height: 100%;
    display:none;
 }
.SelectItem100 {
    width: 100%;
    height: 40px;
    border: 0px;
    background-color: white;
    font-size: 14px;
}

.fixed table {
    width: 100%;
}

.fixed td {
    text-align: center;
    font-size: 14px;
    color: black;
}

.fixed img {
    border: 0px;
    width: 32px;
    height: 32px;
}

.fixed a {
    color: black;
    text-decoration: none;
}

.hidden {
    display: none;
    clear: both;
}

a {
    color: black;
}

.linkbuttonA {
    text-decoration: none;
}

.linkbuttonA_2 {
    width: 100%;
    display: block;
    text-decoration: none;
    color: #808080;
}

.tableMain {
    border: 0px;
    border-collapse: collapse;
    width: 95%;
    margin: 0 auto;
}

    .tableMain tr {
        height: 100px;
    }

    .tableMain td {
        border-collapse: collapse;
        text-align: center;
        width: 25%;
        font-size: 14px;
    }

    .tableMain img {
        border: 0px;
        width: 50px;
        height: 50px;
    }

    .tableMain a {
        color: black;
        text-decoration: none;
    }

.tableMainDiv {
    width: 24%;
    text-align: center;
    float: left;
    padding-top: 10px;
    padding-bottom: 15px;
}

.tableForm {
    width: 100%;
    margin: 0 auto;
}

    .tableForm tr {
        height: 55px;
    }

.tableFormTD1 {
    width: 100px;
    text-align: left;
    font-size: 14px;
}

.tableFormTD2 {
    text-align: left;
    font-size: 14px;
    color: #808080;
    border-bottom: 1px dashed #00aaee;
}

.input_title {
    font-size: 12px;
    font-weight: bold;
    width: 95%;
    margin: 0 auto;
    text-align: left;
    padding: 10px 0px 10px 0px;
}



.input_txt_40 {
    height: 40px;
    width: 100%;
    font-size: 12px;
    border: 1px solid #ccc;
    color: black;
    background-color: white;
    border-radius: 7px;
    -webkit-appearance: none;
    box-sizing:border-box;
}

.input_txt {
    height: 25px;
    width: 95%;
    font-size: 12px;
    border: 1px solid #ccc;
    color: black;
    border-radius: 5px;
    background-color: white;
    -webkit-appearance: none;
    box-sizing:border-box;
}

.tableFormTDinputMoneyRed {
    height: 40px;
    width: 95%;
    font-size: 26px;
    border: 0px;
    border-color: white;
    color: red;
}

.tableFormTD_MultiLineinput {
    width: 95%;
    font-size: 14px;
    border: 0px;
    border-color: white;
}

.PagerFont, .PagerFont a {
    font-size: 9pt;
    text-decoration: none;
    color: black;
}

.warmtxt {
    color: red;
    font-size: 12px;
}

.water_txt {
    color: #808080;
    font-size: 12px;
}

.zoomImage {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.btn {
    background-color: #00aaee;
    font-size: 16px;
    line-height: 30px;
    color: white;
    border: 0px solid #00aaee;
    border-radius: 5px;
    height: 30px;
    margin: 5px;
    cursor: pointer;
}

.btn_Small {
    font-size: 12px;
    line-height: 16px;
    color: white;
    border-radius: 5px;
    height: 20px;
    margin: 3px;
    background-color: #00aaee;
    border: 0px solid #00aaee;
    cursor: pointer;
}

.btn3_Small {
    font-size: 12px;
    line-height: 16px;
    color: white;
    border-radius: 5px;
    height: 20px;
    margin: 3px;
    display:block;
    background-color: #00aaee;
    border: 0px solid #00aaee;
}


.btn2 {
    font-size: 16px;
    line-height: 30px;
    color: white;
    border-radius: 5px;
    height: 30px;
    margin: 5px;
    background-color: #ec9a04;
    border: 0px solid #ec9a04;
    cursor: pointer;
}

.btn2_Small {
    font-size: 12px;
    line-height: 16px;
    color: white;
    border-radius: 5px;
    height: 20px;
    margin: 3px;
    background-color: #ec9a04;
    border: 0px solid #ec9a04;
    cursor: pointer;

}

.btn2_1 {
    font-size: 14px;
    line-height: 28px;
    color: white;
    border-radius: 5px;
    height: 28px;
    margin: 5px;
    
    background-color: #ec9a04;
    border: 0px solid #ec9a04;
    cursor: pointer;
    width: 95%;

    text-align: center;
}

.Div_CheckPerson {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0px 5px 0px 5px;
    border: 1px solid #ccc;
    float: left;
    font-size: 20px;
    font-weight: normal;
    color: #ccc;
    cursor: pointer;
}
    .OMS_Fix_Menu_Item{
    width:100%;
    padding:10px 0px;
    font-size:14px;
    color:#000;
    cursor:pointer;
}

.div_NewDiv01 {
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 0px;
    background-color: white;
    border-radius: 8px;
    z-index: 99999;
    box-shadow: darkgrey 0px 0px 30px 0px;
    display: initial;
}

.div_NewDiv02 {
    overflow-y: scroll;
    height: 400px;
    max-height: 450px;
}

.CallName_Btn {
    background-color: #FDFDFD;
    font-size: 14px;
    color: #aaa;
    border: 1px solid #aaa;
    border-radius: 5px;
    height: 25px;
    margin: 2px;
}

.Link_Hand {
    cursor: pointer;
}

.div_title {
    border-radius: 9px 9px 0px 0px;
    border: 1px solid #00aaee;
    background-color: #00aaee;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    width: 100%;
    line-height: 40px;
}

.div_line1 {
    height: 0px;
    border-bottom: 1px dashed #00aaee;
    width: 100%;
    clear: both;
    padding-top: 10px;
    margin-bottom: 10px;
    clear: both;
}

.table_info {
    width: 100%;
    border: 0px;
    border-collapse: collapse;
    border-radius: 6px;
}

    .table_info tr, th {
        height: 40px;
        border: 0px;
        color: black;
        border-bottom: 1px dashed #00aaee;
    }


    .table_info td {
        text-align: center;
        font-size: 14px;
        border: 0px;
        color: black;
        border-collapse: collapse;
        border-top: 1px dashed #00aaee;
        padding-bottom: 9px;
        padding-top: 9px;
    }

        .table_info td a {
            text-decoration: none;
        }


.table_my_info {
    width: 100%;
    border: 0px;
    border-collapse: collapse;
    border-radius: 6px;
}

    .table_my_info tr, th {
        height: 30px;
        border: 0px;
        color: black;
    }


.table_my_info_TD1 {
    text-align: left;
    font-size: 14px;
    border: 0px;
    color: black;
    border-collapse: collapse;
    padding-bottom: 9px;
    padding-top: 9px;
    width: 80px;
}

.table_my_info_TD2 {
    text-align: right;
    font-size: 14px;
    border: 0px;
    color: #808080;
    border-collapse: collapse;
    padding-bottom: 9px;
    padding-top: 9px;
    border-bottom: 1px solid #e1e1e1;
}




.Table_Title {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    border-collapse: collapse;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-spacing: 0;
    padding: 5px 0px;
}

.Table_Title_Item {
    font-size: 12px;
    font-weight: normal;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 10px 5px;
}

.tr_item:hover {
    background-color: #f1f1f1;
}


.No_Select {
    undefined -webkit-user-select:none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.Shadow {
    background-color: white;
    padding: 30px;
    margin: 30px;
    border-radius: 9px;
    box-shadow: darkgrey 0px 0px 30px 0px;
}

.Shadow10 {
    background-color: white;
    padding: 10px;
    margin: 10px;
    border-radius: 5px;
    box-shadow: darkgrey 0px 0px 10px 0px;
    
}

.Btn_Grid_Car_Type {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 0px;
    grid-gap: 8px;
    align-content: center;
    font-size:12px;
    
}