﻿
* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #F2F2F2;    
}

ul,
ol {
    list-style: none;
    display: inline-block;
}

li {
    padding: 5px;
    float: left;
}

button {
    padding: 2.5px 5px;
    color: #F2F2F2;
    border-radius: 5px;
    background-color: #145b7d;
}

input {
    padding: 5px 15px;
    border: 1px solid #145b7d;
    border-radius: 10px;
    text-align: center;
}

    input[type ="submit"] {
        color: #fff;
        background-color: #145b7d;
    }

        input[type="submit"]:disabled {
            background: #dddddd;
            border: 1px solid #dddddd;
        }

    input[type ="button"] {
        color: #fff;
        background-color: #145b7d;
    }

    input[type ="text"] {
        padding: 5px 15px;
        color: #145b7d;
        border: 1px solid #145b7d;
        border-radius: 5px;
    }

    input[type ="file"] {
        border: 1px solid #145b7d;
        border-radius: 5px;
    }

textarea {
    color: #145b7d;
    border: 1px solid #145b7d;
    border-radius: 5px;
}

select {
    margin-right: 10px;
    padding: 5px;
    border: 1px solid #145b7d;
    border-radius: 5px;
}

table {
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    font-size: 14px;
    text-align: center;
    border-collapse: collapse;
}

th,
tr,
td {
    padding: 5px;
    border: 1px solid #145b7d;
}

a {
    color: #145b7d;
    text-decoration: none;
}

.clearfix:after {
    /*正常浏览器清除浮动方法*/
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    /*ie678清除浮动的方式*/
    *zoom: 1;
}

.none {
    display: none;
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

.con {
    height: 40px;
    overflow: hidden;
}

.tableInput {
    width: 70%;
}

.txtRed {
    color: red;
    border:unset;
}

.total {
    min-width: 1000px;
    padding: 15px 0;
    text-align: center;
    color: #F2F2F2;
    background-color: #145b7d;
    box-shadow: 0px 2px 5px #909193;
    position: relative;
}

    .total svg {
        font-size: 20px;
        position: absolute;
        top: 15px;
        left: 10px;
    }

.table {
    
    margin: 10px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 2px 5px #909193;
    position: relative;
    top: 0px;
    left: 1px;
}

    .table .title {
        padding: 10px;
        border-bottom: 1px solid #EDEEF0;
        position: relative;
    }

.fl {
    float: left;
}

.fr {
    float: right;
}

.mt {
    margin-top: 10px;
}

.mb {
    margin-bottom: 5px;
}

.margin {
    padding: 10px;
}

    .margin div {
        padding-top: 5px;
    }

    .margin input[type ="text"] {
        text-indent: 1em;
        padding: 5px 0;
        text-align: left;
    }

    .margin input[type ="submit"] {
        padding: 5px 15px;
    }

    .margin table input {
    margin-top: 5px;
        padding: 5px 15px;
    }

        .margin table input[type ="text"] {
            text-indent: unset;
            padding: 5px;
            text-align: center;
        }

    .margin table tr table {
        padding: 0;
    }

        .margin table tr table tr {
            display: flex;
        }

        .margin table tr table td {
            flex: 1;
        }

.turn {
    position: absolute;
    left: 50%;
    margin-left: -200px;
}

    .turn li {
        line-height: 30px;
    }

.mtable {
    width: 100%;
}

.turnUl {
    line-height: 30px;
}