﻿body, td, th {
    font-family: 'Microsoft YaHei',微软雅黑,'Segoe UI',SegoeUI,'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 14px;
    color: #111;
}

body {
    margin: 0px;
    padding: 0px;
}

body, html {
    background-color: #f4f4f4;
    -webkit-text-size-adjust: none;
    scroll-behavior: smooth;
}

img {
    border: 0;
}

iframe {
    display: block;
}

.divZ-indexMax {
    z-index: 2147483647;
}

.divZ-indexMax-1 {
    z-index: 2147483646;
}

.divZ-indexSelect {
    z-index: 9999;
}

.divZ-indexMax {
    z-index: 2147483647;
}

.divZ-indexMax-1 {
    z-index: 2147483646;
}

.divZ-indexSelect {
    z-index: 9999;
}

.divWidth {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

    .divWidth:after {
        content: ".";
        display: block;
        height: 0px;
        font-size: 0px;
        clear: both;
        visibility: hidden;
    }

.divLeft {
    margin-left: auto;
    margin-right: auto;
    float: left;
}

    .divLeft:after {
        content: ".";
        display: block;
        height: 0px;
        font-size: 0px;
        clear: both;
        visibility: hidden;
    }

.divRight {
    margin-left: auto;
    margin-right: auto;
    float: right;
}

    .divRight:after {
        content: ".";
        display: block;
        height: 0px;
        font-size: 0px;
        clear: both;
        visibility: hidden;
    }

.hide {
    display: none;
}

.show {
    display: block;
}

.width10 {
    width: 10%;
}

.width15 {
    width: 15%;
}

.width20 {
    width: 20%;
}

.width25 {
    width: 25%;
}

.width30 {
    width: 30%;
}

.width50 {
    width: 50%;
}

.width100 {
    width: 100%;
}

.width15px {
    width: 15px;
    font-size: 0;
}

.width20px {
    width: 20px;
    font-size: 0;
}

.height1px {
    height: 1px;
    font-size: 0;
}

.height2px {
    height: 2px;
    font-size: 0;
}

.height5px {
    height: 5px;
    font-size: 0;
}

.height10px {
    height: 10px;
}

.height15px {
    height: 15px;
}

.height20px {
    height: 20px;
}

.height40px {
    height: 40px;
}

.height50px {
    height: 50px;
}

.height60px {
    height: 60px;
}

.padding5 {
    padding: 5px;
}

.padding10 {
    padding: 10px;
}

.padding15 {
    padding: 15px;
}

.padding20 {
    padding: 20px;
}

.paddingTop5 {
    padding-top: 5px;
}

.paddingTop10 {
    padding-top: 10px;
}

.paddingTop15 {
    padding-top: 15px;
}

.paddingBottom10 {
    padding-bottom: 10px;
}

.paddingBottom15 {
    padding-bottom: 15px;
}

.font12 {
    font-size: 12px;
}

.font14 {
    font-size: 14px;
}

.font16 {
    font-size: 16px;
}

.font18 {
    font-size: 18px;
}

.font22 {
    font-size: 22px;
}

.font26 {
    font-size: 26px;
}

.font30 {
    font-size: 30px;
}

.font40 {
    font-size: 40px;
}

.line-height20px {
    line-height: 20px;
}

.line-height24px {
    line-height: 24px;
}

.line-height28px {
    line-height: 28px;
}

.line-height32px {
    line-height: 32px;
}

.line-height36px {
    line-height: 36px;
}

.line-height50px {
    line-height: 50px;
}

.hand {
    cursor: pointer;
}

.red {
    color: red;
}

.white {
    color: white;
}

.cWeb {
    color: #09757a;
}

.ccc {
    color: #ccc;
}

.c222 {
    color: #222;
}

.c7a {
    color: #7a7a7a;
}

.c8a {
    color: #8a8a8a;
}

.c45 {
    color: #454545;
}

.c666 {
    color: #666;
}

.c999 {
    color: #999;
}

.bold {
    font-weight: bold;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.verticalTop {
    vertical-align: top;
}

.verticalMiddle {
    vertical-align: middle;
}

.verticalBottom {
    vertical-align: bottom;
}

.word14 {
    font-size: 14px;
    line-height: 30px;
}

.divWordHidden {
    overflow: hidden;
    text-overflow: ellipsis;
}

.divHidden {
    overflow: hidden;
    white-space: nowrap;
}

.ulTD {
    list-style: none;
    width: 100%;
    overflow: hidden;
}

    .ulTD li {
        width: 50%;
        float: left;
        text-align: left;
    }

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.textLine-through {
    text-decoration: line-through;
}

.bgColorBody {
    background-color: #f2f2f2;
}

.bgColorWhite {
    background-color: white;
}

.bgColor333 {
    background-color: #333;
}

.bgColorE3 {
    background-color: #e3e3e3;
}

.bgColorWeb {
    background-color: #ff5000;
}

.divHuiLine {
    background-color: #f5f7f8;
    border: 1px solid #e4e9ec;
}

a {
    color: #333;
    outline: none;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
        color: #ff5000;
    }

        a:hover img {
            opacity: 0.7;
            filter: alpha(opacity=70);
        }

.normalTable {
    border: 0px;
    border-collapse: collapse;
    border-spacing: 0px;
}

.tableCenter{
    margin:auto;
}

/* layui */
.layui-form-select dl dd.layui-this {
    background-color: #ff5000;
}

.layui-btn {
    height: 46px;
    line-height: 46px;
    font-size: 20px;
}

.layui-elem-field legend {
    font-size: 22px;
}

.layui-elem-field {
    border: 1px solid #e3e3e3;
}

.layui-table-sort {
    margin-left:0px;
}
/* end layui*/
