body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

body,
button,
input,
select,
textarea {
    font-size: 14px;
    color: #333333;
}

address,
cite,
dfn,
em,
var {
    font-style: normal;
}

code,
kbd,
pre,
samp {
    font-family: couriernew, courier, monospace;
}

small {
    font-size: 12px;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

legend {
    color: #000;
}

fieldset,
img {
    border: 0;
}

button,
input,
select,
textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

li {
    list-style: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.center {
    text-align: center;
}

.clearfix::after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    visibility: hidden;
    opacity: 0;
    clear: both;
}

.hide{
    display: none;
}

.w75{
    width: 75px;
}

.w5{
    width: 50%;
}

.p20 {
    padding: 20px;
    box-sizing: border-box;
}

.p10 {
    box-sizing: border-box;
    padding: 10px;
}

.pb10 {
    padding-bottom: 10px;
    box-sizing: border-box;
}

.pb20 {
    padding-bottom: 20px;
    box-sizing: border-box;
}

.pr20 {
    padding-right: 20px;
    box-sizing: border-box;
}

.pr50 {
    padding-right: 50px;
    box-sizing: border-box;
}

.pb50 {
    padding-bottom: 50px;
    box-sizing: border-box;
}

.plr20 {
    padding: 0 20px;
    box-sizing: border-box;
}

.pl10 {
    padding-left: 10px;
    box-sizing: border-box;
}

.pl15 {
    padding-left: 15px;
    box-sizing: border-box;
}

.pl50 {
    padding-left: 50px;
    box-sizing: border-box;
}

.pl20 {
    padding-left: 20px;
    box-sizing: border-box;
}

.pt10 {
    padding-top: 10px;
    box-sizing: border-box;
}

.pl40 {
    padding-left: 40px;
    box-sizing: border-box;
}

.ptb15 {
    padding: 15px 0;
    box-sizing: border-box;
}

.pt20 {
    padding-top: 20px;
    box-sizing: border-box;
}

.mb30 {
    margin-bottom: 30px;
}

.mb20 {
    margin-bottom: 20px;
}

.m20 {
    margin: 20px 0;
}

.mr20 {
    margin-right: 20px;
}

.mr5{
    margin-right: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml30 {
    margin-left: 30px;
}

.ml60 {
    margin-left: 60px;
}

.mlr {
    margin-left: 10px;
    margin-right: 10px;
}

.col666{
    color: #666666;
}

.break-word{
    word-wrap:break-word; 
    word-break:break-all; 
    overflow: hidden;
}

.border{
    border: 1px solid #ececec;
}

.border-b {
    border-bottom: 1px solid #ececec;
}

.border-l {
    border-left: 1px solid #ececec;
}

.br{
    border-right: 1px solid #ececec;
}

.fz12 {
    font-size: 12px;
}

.fz14 {
    font-size: 14px;
}

.fz16 {
    font-size: 16px;
}

.fz18 {
    font-size: 18px;
}

.fz24 {
    font-size: 24px;
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

.tal {
    text-align: left;
}

.color-fff {
    color: #ffffff;
}

.color-333 {
    color: #333333;
}

.color-666 {
    color: #666666;
}

.color-999 {
    color: #999999;
}

.color-red{
    color: #f0422c;
}

.color-blue {
    color: #2a68c9;
}

.color-blue1 {
    color: #4293f4;
}

.color-blue2 {
    color: #1b82d1 !important;
}

.color-orange {
    color: #ff9e2b;
}

.fb {
    font-weight: bolder;
}

.vam{
    vertical-align: middle;
}

.relative {
    position: relative;
}

.w50 {
    width: 50%;
}

.pointer {
    cursor: pointer;
}

.inline {
    display: inline-block;
}

.lh22 {
    line-height: 22px;
}

.lh30{
    line-height: 30px;
}

.lh45{
    line-height: 45px;
}

.input,
.texta,
.select {
    width: 270px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 2px;
    border: solid 1px #d1d1d1;
    box-sizing: border-box;
    padding: 0 10px;
    outline: none;
    line-height: 30px;
    resize: none;
}
.input:disabled {
    background-color: #f2f2f2;
}


.select {
    padding-right: 0;
    /*很关键：将默认的select选择框样式清除*/
    /* appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none; */
    /*在选择框的最右侧中间显示小箭头图片*/
    /* background: url("../images/icon_select_down.png") no-repeat scroll right center transparent; */
    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
    /* padding-right: 14px; */
}


/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
/* select::-ms-expand { display: none; } */



.input::placeholder {
    color: #cccccc;
}

.input::-webkit-input-placeholder {
    color: #cccccc;
}

.input::-moz-placeholder {
    color: #cccccc;
}

/* Mozilla Firefox 19+ */
.input:-moz-placeholder {
    color: #cccccc;
}

/* Mozilla Firefox 4 to 18 */
.input:-ms-input-placeholder {
    color: #cccccc;
}

/* Internet Explorer 10-11 */

.texta {
    height: 80px;
	font-family: MicrosoftYaHei;
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 23px;
	letter-spacing: 0px;
	color: #666666;
    padding: 10px;
}

.texta::placeholder {
    color: #cccccc;
}

/* radio+ checkbox */
input[type=radio],
input[type=checkbox] {
    display: none !important;
}

input[type=radio]+label {
    border-radius: 50%;
}

input[type=radio]+label,
input[type=checkbox]+label {
    width: 14px;
    height: 14px;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #d1d1d1;
    background-color: #ffffff;
    background-position: center;
    background-size: 100% auto;
    box-sizing: border-box;
    vertical-align: middle;
}

input[type=radio]+label {
    border-radius: 50%;
    position: relative;
}

/* input[type=checkbox]+label {
    background: url('../img/iocn_check.png');
} */

input[type=radio]:checked+label {
    border: 1px solid #1b82d1;
}

input[type=radio]:checked+label::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    left: 50%;
    margin-top: -4px;
    margin-left: -4px;
    background-color: #1b82d1;
    border-radius: 50%;
    /* background: url('../img/iocn_radio_hover.png'); */
}


/* table */
.table {
    width: 100%;
}

/* flow-table */
.flow-table tbody {
    display: block;
    overflow-y: auto;
}
 
.flow-table thead, .flow-table tbody tr {
    width: 100%;
    display: table;
    table-layout: fixed;
}

.flow-table thead {
    /* width: calc(100% - 4px);  */
    /* 减去默认滚动条的宽度，让thead 与tbody 对齐 */
}

.table th,
.table td {
    border: 1px solid #ececec;
    box-sizing: border-box;
    padding: 15px 10px;
    min-height: 50px;
}

.nb-table th,
.nb-table td {
    border: none;
}

.table th {
    background-color: #f5f5f5;
}

.table tr:nth-of-type(even) {
    background-color: #f5f5f5;
}

/* button */
.button {
    background-color: #ffffff;
    border-radius: 2px;
    outline: none;
    padding: 10px 27px;
    box-sizing: border-box;
    border: 1px solid #1b82d1;
    color: #1b82d1;
}

.button:hover,
.button.active {
    border: solid 1px #1b82d1;
    background-color: #1b82d1;
    border-radius: 2px;
    color: #ffffff;
    cursor: pointer;
}

.button-text {
    background-color: transparent;
    outline: none;
    border: none;
    cursor: pointer;
    color: #1b82d1;
}

/* 蒙层 弹窗 */
.d-mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 999;
    text-align: center;
}

.d-mask::after{
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.d-dialog {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 300px;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px 0px
		rgba(128, 145, 165, 0.2);
}

.d-dialog-title {
    height: auto;
    box-sizing: border-box;
    padding: 9px 18px;
    position: relative;
    box-sizing: border-box;
    /* min-height: 50px; */
    background-color: #f59a23;
    width: 300px;
	height: 36px;
}


.d-dialog-title h3 {
	font-family: MicrosoftYaHei-Bold;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 16px;
	letter-spacing: 1px;
	color: #ffffff;
    text-align: center;
}

.d-dialog-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    background: url('../images/fc_ic_close@2x.png') center no-repeat;
}

th:last-child .table-th-title{
    border: 0;
}

.d-dialog-footer {
    padding: 10px 20px;
    box-sizing: border-box;
    border-top: 1px solid #ececec;
}

/* scroll-y */
.scroll-y {
    overflow-y: auto;
}
/* 头部阴影 */
.shadow-fa{
    background-color: #ffffff;
	box-shadow: 0px 0px 10px 0px 
		rgba(128, 145, 165, 0.2);
	border-radius: 2px;
}

/* webkit美化滚动条 */
::-webkit-scrollbar { 
    width: 5px;
    height: 5px;
	background: #dedede;
 }


::-webkit-scrollbar-thumb:vertical { 
    background: #999999;
	border-radius: 4px; 
}
 
::-webkit-scrollbar-thumb:horizontal { 
    background: #999999;
	border-radius: 4px; 
}


