html {
      scroll-behavior: smooth;
  }

body {
	font-size: 16px;
	line-height: 1.5;
	color: #262424;
	font-family: 'SimSun'
}

.wrapper {
	margin: 0 auto;
	width: 1100px
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.img {
	font-size: 0
}

.img img {
	max-width: 100%
}

.header {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(16%, #a0d0ff), color-stop(95%, #fff));
	background: linear-gradient(top, #a0d0ff 16%, #fff 95%)
}

.header.header-style {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(2%, rgba(160,208,255,0.52)), color-stop(62%, #fff));
	background: linear-gradient(top, rgba(160,208,255,0.52) 2%, #fff 62%)
}

.header .bd {
	padding: 30px 0;
	overflow: hidden
}

.header .logo {
	float: left
}

.header .txt {
	margin-top: 34px;
	float: right;
	font-weight: bold;
	letter-spacing: 3px
}

.header .serch-form {
	position: relative;
	margin-top: 22px;
	float: right;
	width: 364px
}

.header .serch-form input {
	padding: 0 62px 0 10px;
	display: block;
	width: 100%;
	height: 36px;
	font-size: 14px;
	border: 1px solid #1874cd
}

.header .serch-form button {
	position: absolute;
	top: 0;
	right: 0;
	width: 62px;
	height: 36px;
	background-color: #1874cd;
	cursor: pointer;
	color: #fff;
	font-size: 14px;
	border: none
}

.login-main {
	height: calc(100vh - 288px);
	background: url(../img/bg_01.jpg) no-repeat center;
	background-size: cover
}

.login-main .wrapper {
	position: relative;
	height: 100%
}

.login-main .login-box {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #fff;
	padding: 20px;
	padding-bottom: 60px;
	width: 360px
}

.login-main .tit {
    margin-top: -10px;
	margin-bottom: 20px;
	font-size: 25px;
    line-height: 30px;
    color: var(--title-color);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.login-main li {
	position: relative;
	margin-bottom: 20px
}

.login-main li input {
	display: block;
	width: 100%;
	height: 40px;
	border: 1px solid #d4d4d4;
	padding-left: 52px;
	background-color: #fff;
	font-size: 14px
}

.login-main li label {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #f7f7f7;
	width: 42px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #d4d4d4
}

.login-main li label img {
	display: inline-block;
	vertical-align: middle;
	width: 20px
}

.login-main .verify {
	position: relative
}

.login-main .verify .input-block {
	width: 70%
}

.login-main .verify .vt-img {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 0;
	width: 88px
}

.login-main .verify .vt-img img {
	width: 100%
}

.login-main .auto-login {
	font-size: 14px
}

.login-main .auto-login label {
	cursor: pointer
}

.login-main .auto-login input,.login-main .auto-login span {
	display: inline-block
}

.login-main .auto-login input {
	vertical-align: -3px
}

.login-main .submit-button {
	margin-top: 20px
}

.login-main .submit-button input {
	display: block;
	width: 100%;
	height: 50px;
	background-color: #004898;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 1px;
	border-radius: 5px;
	border: none;
	cursor: pointer
}

.footer {
	padding: 49px 0 56px;
	border-top: 1px solid #ccc;
	background-color: #f8f8f8
}

.footer .bd {
	overflow: hidden
}

.footer .copy {
	float: left
}

.footer .copy p {
	margin-bottom: 10px
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

* {
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.footer .copy p:last-child {
	margin: 0
}

.footer .varchar {
	margin-top: 30px;
	float: right;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.tool-wrap {
	margin-bottom: 20px
}

.tool-wrap .bd {
	background-color: #fdfdfd;
	padding: 10px 20px;
	border: 1px solid #ddd;
	text-align: right;
	-webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.2)
}

.tool-wrap a {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px
}

.tool-wrap a:last-child {
	margin-right: 0
}

.g-section {
	margin-bottom: 20px
}

.g-section .bd {
	overflow: hidden;
	height: 285px
}

.g-section .left {
	float: left;
	height: 100%
}

.g-section .right {
	float: right;
	height: 100%
}

.g-section .list {
	border: 1px solid #ddd;
	padding: 0 20px
}

.g-section .list .title {
	margin-bottom: 10px;
	overflow: hidden;
	font-size: 14px
}

.g-section .list .title p {
	float: left;
	width: 105px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border-radius: 0 0 8px 8px;
	background-color: #00559b;
	color: #fff
}

.g-section .list .title a {
	float: right;
	line-height: 28px
}

.g-section .list ul {
	font-size: 14px
}

.g-section .list li {
	overflow: hidden;
	margin-bottom: 10px
}

.g-section .list li:last-child {
	margin: 0
}

.g-section .list li p {
	float: left;
	width: 190px
}

.g-section .list li p::before {
	content: '';
	margin-right: 7px;
	display: inline-block;
	vertical-align: 1px;
	width: 7px;
	height: 7px;
	background: url(../img/icon_08.png) no-repeat;
	background-size: cover
}

.g-section .list li .err {
	margin-left: 10px;
	float: left;
	color: #d60909
}

.g-section .list li .time {
	float: right;
	color: #999
}

.inform-wrap .left {
	width: 450px
}

.inform-wrap .right {
	width: 530px
}

.backlog-wrap .left {
	width: 710px
}

.backlog-wrap .left .title {
	margin-bottom: 15px
}

.backlog-wrap .right {
	width: 270px
}

.backlog-wrap .vip {
	border: 1px solid #ddd;
	border-radius: 8px 8px 0 0;
	overflow: hidden
}

.backlog-wrap .vip .title {
	color: #fff;
	padding: 0 20px;
	font-size: 14px;
	line-height: 30px;
	background-color: #0058a0
}

.backlog-wrap .vip .content {
	position: relative;
	background-color: #f8f8f8;
	height: 255px
}

.backlog-wrap .vip .info {
	padding: 20px;
	padding-bottom: 0;
	overflow: hidden
}

.backlog-wrap .vip .info .img {
	margin-right: 15px;
	margin-top: 5px;
	float: left;
	width: 52px;
	height: 52px
}

.backlog-wrap .vip .info .img img {
	display: block;
	width: 100%;
	border-radius: 50%
}

.backlog-wrap .vip .info .txt {
	float: left;
	font-size: 12px;
	color: #4a4949
}

.backlog-wrap .vip .info .t1 {
	font-weight: bold;
	font-size: 16px
}

.backlog-wrap .vip .icons {
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 100%;
	overflow: hidden;
	padding: 0 10px
}

.backlog-wrap .vip .icons a {
	display: block;
	margin-bottom: 5px;
	float: left;
	margin-right: 17px;
	text-align: center
}

.backlog-wrap .vip .icons a:last-child {
	margin-right: 0
}

.backlog-wrap .vip .icons img {
	display: block;
	margin: 0 auto;
	width: 39px
}

.backlog-wrap .vip .icons p {
	margin-top: 10px;
	font-size: 12px
}

.finished-wrap .bd {
	height: 400px
}

.finished-wrap .list li p {
	width: 240px
}

.backt10 {
	height: 15px;
}

.finished-wrap .tab {
	padding: 0 10px;
	overflow: hidden
}

.finished-wrap .tab a {
	float: left;
	margin-right: 32px;
	margin-bottom: 18px;
	display: block;
	width: 104px;
	line-height: 34px;
	border: 1px solid #000;
	font-size: 14px;
	color: #4a4949;
	text-align: center
}

.finished-wrap .tab a:nth-child(5n) {
	margin-right: 0
}

.finished-wrap .tabs {
	margin-top: 20px;
	margin-bottom: -20px;
	padding: 0 10px;
	overflow: hidden;
	display: grid;
	grid-template-columns: repeat(7, 117px);
	grid-template-rows: repeat(3, 36px);
	grid-row-gap: 18px;
	grid-column-gap: 40px;
}

.finished-wrap .tabs a {
	float: left;
	margin-right: 0px;
  /* margin-bottom: 18px; */
	width: 117px;
	line-height: 34px;
	border: 1px solid #000;
	font-size: 14px;
	color: #4a4949;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	word-break: break-all;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}

.finished-wrap .tabs a:hover {
	text-decoration: none;
	border-color: #999;
	background-color: #fff;
}

.finished-wrap .tabs a.active {
	color: #fff;
	text-decoration: none;
	border-color: #00559b;
	background-color: #00559b;
}

.finished-wrap .tabs a:nth-child(5n) {
	margin-right: 0;
}

.finished-wrap #yecalend {
	width: 100%;
	height: 100%
}

.finished-wrap #layui-laydate1 {
	width: 100%;
	height: 100%
}

.finished-wrap .layui-laydate-content td {
	height: 35px;
	padding: 9px 5px
}

.finished-wrap .layui-laydate .layui-this {
	background-color: #0058a0 !important
}

.nav {
	margin-bottom: 20px
}
.nav .wrapper{
    position: relative;
}
.nav .more{
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 100%;
    letter-spacing: -7px;
    font-size: 15px;
}
.nav .more > a{
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/down.png) no-repeat center;
	background-size: 14px;
}
.nav .more .childer{
	display: none;
	position: absolute;
	top: 100%;
	left: -53px;
	text-align: center;
	line-height: 35px;
	width: 98px;
	letter-spacing: 0;
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}
.nav .more .childer a{
	display: block;
}
.nav .more:hover .childer{
	display: block;
}
.nav .more .childer a:hover{
	background: #f7f7f7;
	color: #2a61b3;
}
.nav ul {
    display: flex;
	background-color: #fdfdfd;
	-webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,0.1);
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.1);
	border: 1px solid #ddd
}

.nav li {
	position: relative;
    border-right: 1px solid #ddd;
	font-size: 14px;
	font-weight: bold;
	line-height: 46px;
	margin-right: -1px;
	border-top: 4px solid transparent
}

.nav li.on {
	border-top-color: #1974cd
}

.nav li:last-child {
	border: none
}
.nav li a {
	display: block;
	padding: 0 15px
}
.nav li:hover .childer{
    display: block;
}
.nav li .childer{
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 180px;
    text-align: center;
    z-index: 9;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    line-height: 35px;
} 
.nav li .childer a{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nav li .childer a:hover{
    background: #f7f7f7;
    color: #2a61b3;
}
.crumbs {
	margin-bottom: 20px
}

.crumbs li {
	display: inline-block;
	font-size: 14px;
	color: #6c6868
}

.crumbs li::after {
	content: '>';
	margin: 0 5px;
	display: inline-block;
	vertical-align: middle
}

.crumbs li:last-child::after {
	display: none
}

.crumbs a {
	display: inline-block;
	vertical-align: middle
}

.edit-wrap {
	margin-bottom: 20px
}

.edit-wrap .bd {
	overflow: hidden
}

.edit-wrap .left {
	padding: 30px 0;
	float: left;
	width: 720px;
	border: 1px solid #ddd
}

.edit-wrap .right {
	float: right;
	width: 260px;
	border: 1px solid #ddd
}

.edit-wrap .right .title {
	text-align: center;
	border-bottom: 1px solid #ddd;
	background-color: #fbfbfb;
	line-height: 45px
}

.edit-wrap .right .content {
	height: 320px
}

.edit-wrap ul {
	border-top: 1px dashed #ddd
}

.edit-wrap li {
	padding: 8px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 12px;
	border-bottom: 1px dashed #ddd
}

.edit-wrap label {
	display: block;
	padding-right: 5px;
	width: 50px;
	text-align: right;
	font-size: 12px
}

.edit-wrap label i {
	color: #f00
}

.edit-wrap .input-block {
	margin-right: 5px
}

.edit-wrap .input-block input {
	display: block;
	padding: 0 10px;
	width: 100%;
	height: 24px;
	border: 1px solid #d6d6d6
}

.edit-wrap button {
	background-color: #14ad8d;
	height: 24px;
	width: 70px;
	border: none;
	color: #fff;
	cursor: pointer;
	-webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.1);
	box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.1)
}

.edit-wrap .select-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.edit-wrap .select-list select {
	margin-right: 5px;
	display: block;
	width: 100%;
	height: 24px
}

.edit-wrap .select-list select:last-child {
	margin: 0
}

.edit-wrap .tip {
	margin-left: 5px;
	color: #858488
}

.edit-wrap .title .input-block {
	width: 445px
}

.edit-wrap .subheading .input-block {
	width: 550px
}

.edit-wrap .area .select-list {
	width: 235px
}

.edit-wrap .keyword .input-block {
	width: 280px
}

.edit-wrap .source .input-block {
	width: 385px
}

.edit-wrap .source .select-list {
	width: 255px
}

.edit-wrap .abstract .textarea-block {
	width: 100%
}

.edit-wrap .abstract .textarea-block textarea {
	display: block;
	width: 100%;
	height: 55px;
	border: 1px solid #ddd
}

.edit-wrap .abstract .textarea-block p {
	margin-top: 5px
}

.edit-wrap .file-button {
	margin-right: 5px;
	position: relative
}

.edit-wrap .file-button input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	cursor: pointer;
	width: 100%;
	height: 100%
}

.edit-wrap .uplod .input-block {
	width: 530px
}

.edit-wrap .edit-block {
	width: 650px;
	height: 420px
}

.edit-wrap #container {
	height: 290px;
	font-size: 12px
}

.edit-wrap .buttons {
	margin-top: 20px;
	text-align: center
}

.edit-wrap .buttons button {
	margin-right: 15px;
	display: inline-block;
	font-size: 12px;
	border-radius: 5px;
	height: 25px
}

.edit-wrap .buttons button:last-child {
	margin: 0
}

.edit-wrap .buttons .auto-button {
	width: 140px;
	background-color: #3598db
}

.edit-wrap .buttons .save-button {
	width: 120px
}

.edit-wrap .buttons .close-button {
	width: 65px;
	background-color: #fd6f5f
}

.detail-wrap {
	margin-bottom: 20px
}

.detail-wrap .wrapper {
	padding: 0 10px;
	border: 1px solid #ddd;
	-webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.2)
}

.detail-wrap .hd {
	text-align: center;
	border-bottom: 1px dashed #ddd
}

.detail-wrap .hd h4 {
	padding: 30px 0 20px;
	font-size: 20px
}

.detail-wrap .hd .info {
	text-align: center;
	font-size: 14px;
	color: #a8a2a6
}

.detail-wrap .hd .info span {
	display: inline-block;
	margin: 0 20px
}

.detail-wrap .hd .info a {
	display: inline-block;
	padding: 0 5px;
	color: #000
}

.detail-wrap .bd {
	padding: 20px 0 40px;
	min-height: 50vh
}

.detail-wrap table {
	margin: 0 auto;
	display: block;
	width: 100%;
	font-size: 14px;
	text-align: center;
	border-collapse: collapse;
}

.detail-wrap thead,.detail-wrap tbody {
	width: 100%
}

.detail-wrap tr,.detail-wrap th,.detail-wrap td {
	border: 1px solid #A9A9A9
}

.detail-wrap tbody td:last-child {
	text-align: left
}

#wt-table-page {
	width: 100%;
	font-size: 15px;
}

#wt-table-page th,#wt-table-page td {
	padding: 5px
}

#wt-table-page tbody {
	font-size: 13px
}

#hy-table-page {
	display: table;
	width: 100%;
	font-size: 14px;
	border-color: #A9A9A9;
}

#hy-table-page td {
	padding: 10px;
	text-align: left
}

#hy-table-page .label {
	text-align: center;
	width: 10%;
}

#hy-table-page .txt {
	width: 45%
}

#jd-table-page {
	display: table;
	width: 100%;
	font-size: 14px;
	border-color: #A9A9A9;
}

#jd-table-page td {
	padding: 10px;
	text-align: left
}

#jd-table-page .label {
	text-align: center;
	width: 18%;
	padding: 5px
}

#jd-table-page .txt {
	width: 45%padding:5px;
	padding-left: 10px;
	text-align: left
}

.news-wrap {
	padding-bottom: 3%
}

.news-wrap .wrapper {
	padding: 0 10px;
	border: 1px solid #ddd;
	-webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.2)
}

.news-wrap .hd {
	padding: 20px 0 10px;
	border-bottom: 1px solid #eee
}

.news-wrap .hd h4 {
	padding-left: 10px;
	border-left: 6px solid #2a61b3;
	color: #2a61b3
}

.news-wrap .bd {
	min-height: calc(100vh - 507px)
}

.news-wrap .bd li {
	border-bottom: 1px solid #ddd;
	line-height: 50px
}

.news-wrap .bd li:hover {
	color: #0a4f9d
}

.news-wrap .bd a {
	display: block;
	overflow: hidden
}

.news-wrap .bd p {
	float: left;
	width: 80%
}

.news-wrap .bd span {
	float: right
}

.page {
	text-align: center;
	margin: 30px 0;
	font-size: 16px
}

.page li {
	display: inline-block;
	margin: 0 2px
}

.page li a {
	background: #0066ba;
	color: #fff;
	height: 25px;
	line-height: 25px;
	padding: 0 5px;
	display: block
}

.page li:hover a {
	background: #f3eec4;
	color: #333
}

.page li.on a {
	background: #f3eec4;
	color: #333
}

.page li.first:hover a {
	background: #0066ba;
	color: #fff
}

.slideTxtBox {
	width: 1100px;
	text-align: left;
}

.slideTxtBox .bd ul {
	border: 0px solid #ddd;
	；
    border-top: none;
	padding: 25px 25px 9px;
	zoom: 0;
	border-bottom: 0px solid #ddd;
}

.slideTxtBox .bd li {
	margin-bottom: 15px;
	height: 24px;
}

.slideTxtBox .bd li a:hover .tit {
	color: #ab1c3e;
}

.slideTxtBox_news2 {
	border-bottom: none;
}

.slideTxtBox_news2 .fliedetail {
	margin-left: 0;
	width: 60%;
}

.slideTxtBox_news2 .imgbox {
	margin-left: 2%;
	width: 38%;
	height: 145px;
}

.slideTxtBox_news2 .imgbox a {
	display: block;
	cursor: pointer;
}

.slideTxtBox_news2 .fliedetail .tit {
	margin-bottom: 3px;
	color: #001f42;
}

.slideTxtBox_news {
	border-bottom: none;
}

.slideTxtBox .bd li p {
	font-size: 16px;
	color: #373839;
	float: left;
	width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.slideTxtBox .bd li span {
	float: right;
	font-size: 14px;
	width: 20%;
	text-align: right;
}

.slideTxtBox_news2 .fliedetail .tit.sec {
	margin-top: 5px;
	border-top: 0px dotted #a5a5a5;
	padding-top: 6px;
}

.slideTxtBox_news2 .fliedetail dl.sec {
	border-bottom: 0px dotted #a5a5a5;
	margin-bottom: 6px;
	padding-bottom: 6px;
}

.slideTxtBox_news2 .fliedetail dd a {
	font-size: 12px;
	color: #2f2f2f;
	height: 24px;
	display: block;
	line-height: 24px;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.slideTxtBox_news2 .fliedetail dd a:hover {
	color: #d50f20;
}

.slideTxtBox_news2 .slideTxtBox_news {
	border-bottom: none;
}

.slideTxtBox_news2 .bd li {
	margin-bottom: 0px;
}

.slideTxtBox_news2 .bd li dd {
	padding-left: 10px;
	background: url("https://www.zgshuangyong.cn/images/dotted.png") no-repeat left center;
}

.slideTxtBox_news2 .bd li dd a img {
	padding-left: 8px;
}

.slideTxtBox_news2 .bd li.morebtn {
	margin-bottom: 16px;
}

.page {
	text-align: center;
}

.page a {
	margin: 5px;
}

.page span {
	margin: 5px;
}

.page a,.page span {
	display: inline-block;
	line-height: 32px;
	padding: 0 10px;
	background-color: #0058a0;
	color: #fff;
	font-size: 14px;
}

#sliebarBtn {
	position: fixed;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}

#sliebarBtn a {
	display: block;
	width: 80px;
	line-height: 34px;
	text-align: center;
	background: #1874cd;
	color: #fff;
	font-size: 16px;
	margin-bottom: 10px;
	border-radius: 5px;
}
/*cmsyou*/
.btns-wrap {
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}

.btn-add {
	color: #fff;
	font-size: 14px;
	line-height: 32px;
	padding: 0 10px;
	background-color: #0058a0;
	display: inline-block;
}

.btn-add:hover {
	background-color: #003c6d;
}

.detail-wrap tbody td:last-child.td-del {
	text-align: center;
}

.btn-del {
	font-size: 12px;
	line-height: 22px;
	padding: 0 5px;
	background-color: #ff9800;
	color: #fff;
	display: inline-block;
}

.btn-del:hover {
	background-color: #ff5722;
}

.item-tr {
}

tr.gray {
	background-color: #f8f8f8;
}

tr.gray:hover {
	background-color: #fffcf2;
}

.file-upload-wrap {
	vertical-align: middle;
}

.file-upload-wrap a {
	vertical-align: middle;
}

.file-upload-wrap .uploadifive-button {
	width: auto!important;
	vertical-align: middle;
	display: inline-block;
}