﻿/* 版本号：1.0  2023-5-7 */

.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

body, div {
    font-family: 微软雅黑,Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
}

body {
    margin: 0px;
    padding: 0px;
}

ul {
    list-style-type: none;
}

form {
    margin: 0px;
    padding: 0px;
}

a:link {
    /*color: #336699;*/
    text-decoration: none !important;
}

a:visited {
    /*color: #336699;*/
    text-decoration: none !important;
}

a:hover {
    /*color: #FF0000;*/
    text-decoration: none !important;
}


.txt-center {
    text-align: center !important;
}

.txt-left {
    text-align: left !important;
}

.txt-right {
    text-align: right !important;
}

.txt-bold {
    font-weight: bold !important;
}

.clear {
    clear: both;
}

.float-left {
    float: left;
    clear: none !important;
}

.float-left-n {
    float: left;
    clear: both !important;
}

.color-red {
    color: #FF0000 !important;
}

.color-blue {
    color: #006699 !important;
}

.color-gray {
    color: #999999 !important;
}

.color-white {
    color: #FFFFFF !important;
}

.color-black {
    color: black !important;
}


.separator {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: center;
    height: 1.5em;
    opacity: 0.5;
}

.separator:before {
    content: '';
    background: -webkit-linear-gradient(left, transparent, #818078, transparent);
    background: linear-gradient(to right, transparent, #818078, transparent);
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
}

.separator:after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    color: black;
    padding: 0 0.5em;
    line-height: 1.5em;
    color: #818078;
    background-color: #fcfcfa;
}

.separator-text {
    display: inline-block;
    font-size: 0.9rem;
    color: #818078;
    background: rgba(255,255,255,1);
    padding: 0 1rem;
    text-align: center;
    margin: 0 auto;
    position: relative;
    top:5px;
    z-index: 2;
}

