/*居中设置*/
.text-align-center{text-align: center;}
/*表格背景边框*/
table{background-color: transparent;border: none;}

/*字体颜色设置*/
.fcolor-FFDF78{color: #FFDF78;}
.fcolor-333{color: #333;}
.fcolor-333{color: #333;}
.fcolor-E1251B{color: #E1251B;}

/*字体大小*/
.font-size14{font-size: 14px;}
.font-size16{font-size: 16px;}
.font-size20{font-size: 20px;}


/*底部样式*/
.bd-input.four-bd-name{margin-left: 1%;}

/*实线边框颜色*/
.border-solid-ddd{border: 1px solid #ddd;}
.border-solid-e5e5e5{border: 1px solid #e5e5e5;}






/*虚线边框设置*/
.border-dashed-ddd{border: 1px dashed #ddd}



/*高度*/
.height130{height:130px;}
.height330{height:330px;}
.height195{height: 195px;}
.height196{height: 196px;}
.height208{height: 208px;}
.height271{height: 271px;}
/*宽度*/
.width182{width: 182px;}
.width410{width: 410px;}
.width414{width: 414px;}
.width447{width: 447px;}
.width456{width: 456px;}

.width100-per{width: 100%;}

/*距离顶部位置*/
.mt9{margin-top: 9px;}
.mt10{margin-top: 10px;}
.mt16{margin-top: 16px;}
.mt17{margin-top: 17px;}
.mt25{margin-top: 25px;}
.mt30{margin-top: 30px;}
.mt45{margin-top: 45px;}

.mt-per3{
    margin-top: 3%;
}