﻿@charset "utf-8";

* {
    margin: 0;
    padding: 0;    
    font-weight: normal;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
    font-size: 1.4rem;
    letter-spacing: .1rem;
    font-family: tahoma, arial,"Hiragino Sans GB", "Microsoft Yahei", 宋体, sans-serif;
    font-size: 12px;
    margin: 0;
    color: #333333;
    background-color: #ffffff;
    line-height: 18px;
}

input, select, textarea {
}

textarea {

}

:focus {
    outline: 0 none;
}

a {
    text-decoration: none;
}

    a:active {
        outline: none;
    }

.el-header {
    border-bottom: .2rem solid #eee;
}

p {
    margin-bottom: 18px;
}

h1 {
    color: rgb(16, 92, 154);
    font-size: 18px;
    margin-left: 10px;
    margin-bottom: 10px
}

.LineBlue {
    margin: 0px;
    height: 2px;
    border: 0px;
    background-color: #105C9A;
    color: #105c9a;
    width: 100%;
}

.tab tr {
    height: 30px;
}

.tdRightBg {
    background-color: #F1F1F1;
    text-align: right;
}

.tab td {
    border: 1px solid #D5D5D5;
    padding-left: 3px;
}
.row-bg {
    padding: 10px 0;
    background-color: #f9fafc;
}

.tab {
    border: 1px solid #D5D5D5;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    border-collapse: collapse;
}
.Line {
    margin: 0px;
    height: 2px;
    border: 0px;
    background-color: #D5D5D5;
    color: #d5d5d5;
    width: 100%;
}
.el-main{
    padding:5px
}
.text {
    font-size: 14px;
}

.item {
    margin-bottom: 18px;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both
}

.box-card {
    margin-bottom: 5px;
}

.el-card__header {
    padding: 10px 5px 10px 5px;
    font-size: 14px;
}
div.el-card__header span {
    font-weight: bolder;
}