@media (max-width:767px) {
	.search span {
		display: none
	}

	.search form {
		padding: 0;
		margin: 0 !important;
		display: flex;
		flex-direction: row;
		align-items: center
	}

	.search form input {
		display: flex;
		width: 190px;
		height: 40px;
		font-size: 14px;
		line-height: 40px;
		color: #ccc;
		margin-top: 10px;
		padding: 10px;
		border-radius: 0;
		border: #dddddd 1px solid
	}

	.search form input:focus {
		box-shadow: none
	}

	.search form input::placeholder {
		color: #ccc
	}

	.search .search-btn {
		display: flex;
		cursor: pointer;
		color: #FFF;
		background: rgb(225, 19, 18) url(../images/search.png) no-repeat center;
		border: rgb(225, 19, 18) 1px solid;
		width: 75px;
		height: 40px;
		line-height: 40px;
		margin-top: 10px;
		background-size: 24px 24px
	}

	.root .footer {
		background-color: #eeeeee
	}

	.root .footer .footer-top {
		margin: auto;
		width: 100%;
		display: none
	}

	.root .footer .footer-top .footer-logo {
		text-align: center;
		width: 100%;
		padding: 20px 0;
		color: #999
	}

	.root .footer .footer-top .footer-logo .code {
		margin-top: 10px
	}

	.root .footer .footer-top .footer-item {
		width: 100%;
		border-top: 1px solid #ddd;
		padding: 10px
	}

	.root .footer .footer-top .footer-item b {
		display: block
	}

	.root .footer .footer-top .footer-item a {
		margin-top: 7px;
		padding-right: 7px;
		color: #777;
		display: inline-block
	}

	.root .footer .footer-top .footer-item a:hover {
		color: #42aaff
	}

	.root .footer .footer-top .footer-logo,
	.root .footer .footer-top .footer-item {
		border-right: 1px solid #ddd
	}

	.root .footer .footer-top .qrcode {
		width: 100%;
		text-align: center;
		padding: 20px 0
	}

	.root .footer .footer-bottom {
		border-top: 1px solid #dcdcdc;
		font-size: 12px;
		text-align: center;
		padding-top: 28px;
		padding-bottom: 41px;
		color: #888888
	}

	.root .footer .footer-bottom .icp {
		margin-bottom: 5px
	}

	.root .qrcode-float {
		position: fixed;
		right: 20px;
		top: 120px;
		z-index: 3
	}
}

@media (min-width:768px) {
	.wrap {
		width: 746px;
		margin: auto
	}

	.root .header {
		border-bottom: 2px solid #ddd;
		padding: 10px 0 0;
		font-size: 14px
	}

	.root .header .logo {
		margin: 0;
		height: 80px;
		width: 126px
	}

	.root .header .logo .code {
		display: none
	}

	.root .header .logo img {}

	.root .header .navbar-header {
		display: none
	}

	.root .header .navbar-collapse {
		display: block !important;
		overflow: visible;
		height: auto
	}

	.root .header .navbar-collapse .navbar-nav {
		margin: 0
	}

		{
		float: left
	}

	.header-link {
		display: block;
		height: 90px;
		width: 74px;
		text-align: center;
		background: #fff;
		color: #000;
		line-height: 83px;
		margin-bottom: -2px;
		border-bottom: 2px solid #ddd
	}

	.header-link.active,
	.header-link:hover {
		cursor: pointer;
		color: #42aaff;
		border-bottom: 2px solid #42aaff;
		margin-bottom: -2px
	}

	.code {
		display: block;
		height: 80px;
		width: 175px;
		background: #fff;
		color: #999;
		line-height: 83px;
		text-align: right;
		font-size: 12px
	}

	.search {
		height: 88px;
		display: flex;
		align-items: center
	}

	.search span {
		margin-bottom: 6px;
		font-size: 12px;
		position: absolute;
		color: #333;
		top: -5px;
		right: 10px
	}

	.search form {
		padding: 0;
		margin: 0 !important;
		display: flex;
		flex-direction: row;
		align-items: center
	}

	.search form input {
		display: flex;
		width: 120px;
		height: 40px;
		font-size: 12px;
		line-height: normal;
		color: #ccc;
		padding: 10px;
		border-radius: 0;
		border: #dddddd 1px solid
	}

	.search form input:focus {
		box-shadow: none
	}

	.search form input::placeholder {
		color: #ccc
	}

	.search form .search-btn {
		display: flex;
		cursor: pointer;
		color: #FFF;
		border: rgb(225, 19, 18) 1px solid;
		width: 45px;
		height: 40px;
		line-height: 40px;
		margin-top: -10px;
		background: rgb(225, 19, 18) url(../images/search.png) no-repeat center;
		background-size: 24px 24px
	}

	.root .footer {
		background-color: #eeeeee
	}

	.root .footer .footer-top {
		margin: auto;
		width: 746px;
		padding-bottom: 30px
	}

	.root .footer .footer-top .footer-logo {
		padding-top: 25px;
		color: #999
	}

	.root .footer .footer-top .footer-logo .code {
		margin-top: 30px
	}

	.root .footer .footer-top .footer-item {
		padding-top: 45px
	}

	.root .footer .footer-top .footer-item.border-none {
		border: none
	}

	.root .footer .footer-top .footer-item a,
	.root .footer .footer-top .footer-item b {
		padding-left: 20px;
		display: block;
		color: #888
	}

	.root .footer .footer-top .footer-item b {
		margin-bottom: 25px
	}

	.root .footer .footer-top .footer-item a {
		margin-bottom: 7px
	}

	.root .footer .footer-top .footer-item a:hover {
		color: #42aaff
	}

	.root .footer .footer-top .footer-logo,
	.root .footer .footer-top .footer-item {
		height: 215px;
		width: 114px;
		border-right: 1px solid #ddd
	}

	.root .footer .footer-top .qrcode {
		width: 175px;
		height: 215px;
		text-align: right;
		padding-top: 17px
	}

	.root .footer .footer-bottom {
		border-top: 1px solid #dcdcdc;
		text-align: center;
		padding-top: 28px;
		padding-bottom: 41px;
		color: #888888
	}

	.root .footer .footer-bottom .icp {
		margin-bottom: 5px
	}

	.root .qrcode-float {
		position: fixed;
		right: 20px;
		top: 120px;
		z-index: 3
	}
}

@media (min-width:992px) {
	.wrap {
		width: 992px;
		margin: auto
	}

	.root .header {
		border-bottom: 2px solid #ddd;
		padding: 10px 0 0;
		font-size: 16px
	}

	.root .header .logo {
		margin: 0;
		height: 80px;
		width: 126px
	}

	.root .header .logo .code {
		display: none
	}

	.root .header .navbar-header {
		display: none
	}

	.root .header .navbar-collapse {
		display: block !important;
		overflow: visible;
		height: auto
	}

	.root .header .navbar-collapse .navbar-nav {
		margin: 0
	}

		{
		float: left
	}

	.header-link {
		font-weight: bold;
		display: block;
		height: 90px;
		width: 114px;
		text-align: center;
		background: #fff;
		color: #000;
		line-height: 83px;
		margin-bottom: -2px;
		border-bottom: 2px solid #ddd
	}

	.header-link.active,
	.header-link:hover {
		cursor: pointer;
		color: #42aaff;
		border-bottom: 2px solid #42aaff;
		margin-bottom: -2px
	}

	.code {
		display: block;
		height: 80px;
		width: 180px;
		background: #fff;
		color: #999;
		line-height: 83px;
		text-align: right;
		font-size: 12px
	}

	.search {
		height: 88px;
		display: flex;
		align-items: center
	}

	.search span {
		margin-bottom: 6px;
		font-size: 12px;
		position: absolute;
		color: #333;
		top: -5px;
		right: 10px
	}

	.search form {
		padding: 0;
		margin: 0 !important;
		display: flex;
		flex-direction: row;
		align-items: center
	}

	.search form input {
		display: flex;
		width: 130px;
		height: 40px;
		font-size: 14px;
		line-height: normal;
		color: #ccc;
		padding: 10px;
		border-radius: 0;
		border: #dddddd 1px solid
	}

	.search form input:focus {
		box-shadow: none
	}

	.search form input::placeholder {
		color: #ccc
	}

	.search .search-btn {
		display: flex;
		cursor: pointer;
		color: #FFF;
		background: rgb(225, 19, 18) url(../images/search.png) no-repeat center;
		border: rgb(225, 19, 18) 1px solid;
		width: 45px;
		height: 40px;
		line-height: 40px;
		margin-top: 10px;
		background-size: 24px 24px
	}

	.root .footer {
		background-color: #eeeeee
	}

	.root .footer .footer-top {
		margin: auto;
		width: 992px;
		padding-bottom: 30px
	}

	.root .footer .footer-top .footer-logo {
		padding-top: 25px;
		color: #999
	}

	.root .footer .footer-top .footer-logo .code {
		margin-top: 30px
	}

	.root .footer .footer-top .footer-item {
		padding-top: 45px
	}

	.root .footer .footer-top .footer-item.border-none {
		border: none
	}

	.root .footer .footer-top .footer-item a,
	.root .footer .footer-top .footer-item b {
		padding-left: 40px;
		display: block;
		color: #888
	}

	.root .footer .footer-top .footer-item b {
		margin-bottom: 25px
	}

	.root .footer .footer-top .footer-item a {
		margin-bottom: 7px
	}

	.root .footer .footer-top .footer-item a:hover {
		color: #42aaff
	}

	.root .footer .footer-top .footer-logo,
	.root .footer .footer-top .footer-item {
		height: 215px;
		width: 163px;
		border-right: 1px solid #ddd
	}

	.root .footer .footer-top .qrcode {
		width: 175px;
		height: 215px;
		text-align: right;
		padding-top: 17px
	}

	.root .footer .footer-bottom {
		border-top: 1px solid #dcdcdc;
		text-align: center;
		padding-top: 28px;
		padding-bottom: 41px;
		color: #888888
	}

	.root .footer .footer-bottom .icp {
		margin-bottom: 5px
	}

	.root .qrcode-float {
		position: fixed;
		right: 20px;
		top: 120px;
		z-index: 3
	}
}

@media (min-width:1200px) {
	.wrap {
		width: 1200px;
		margin: auto
	}

	.root .header {
		border-bottom: 2px solid #ddd;
		padding: 10px 0 0;
		font-size: 16px
	}

	.root .header .logo {
		margin: 0;
		height: 80px;
		width: 200px
	}

	.root .header .logo .code {
		display: none
	}

	.root .header .navbar-header {
		display: none
	}

	.root .header .navbar-collapse {
		display: block !important;
		overflow: visible;
		height: auto
	}

	.root .header .navbar-collapse .navbar-nav {
		margin: 0
	}

		{
		float: left
	}

	.header-link {
		font-weight: bold;
		display: block;
		height: 90px;
		width: 118px;
		text-align: center;
		background: #fff;
		color: #000;
		line-height: 83px;
		margin-bottom: -2px;
		border-bottom: 2px solid #ddd
	}

	.header-link.active,
	.header-link:hover {
		cursor: pointer;
		color: #42aaff;
		border-bottom: 2px solid #42aaff;
		margin-bottom: -2px
	}

	.code {
		display: block;
		height: 80px;
		width: 290px;
		background: #fff;
		color: #999;
		line-height: 83px;
		text-align: right;
		font-size: 14px
	}

	.search {
		height: 88px;
		margin-left: 20px;
		display: flex;
		align-items: center;
		position: absolute;
		right: 20px;
		top:20px
	}
	#dr-search input{
		margin-top:10px;
		height:40px;
		line-height:40px
	}

	.search span {
		margin-bottom: 6px;
		font-size: 12px;
		position: absolute;
		color: #333;
		top: -5px;
		right: 10px
	}

	.search form {
		padding: 0;
		margin: 0 !important;
		display: flex;
		flex-direction: row;
		align-items: center
	}

	.search form input {
		display: flex;
		width: 270px;
		height: 40px;
		font-size: 14px;
		line-height: normal;
		color: #ccc;
		padding: 10px;
		margin-top: 10px;
		border-radius: 0;
		border: #dddddd 1px solid
	}

	.search form input:focus {
		box-shadow: none
	}

	.search form input::placeholder {
		color: #ccc
	}

	.search form a.search-btn {
		display: flex;
		cursor: pointer;
		color: #FFF;
		background: rgb(225, 19, 18) url(../images/search.png) no-repeat center;
		border: rgb(225, 19, 18) 1px solid;
		width: 75px;
		height: 40px;
		line-height: 40px;
		background-size: 24px 24px
	}
}
.portlet.light>.portlet-title {
    padding: 0;
    min-height: 48px;
}
.portlet>.portlet-title {
    border-bottom: 1px solid #eee;
    padding: 0;
    margin-bottom: 10px;
    min-height: 41px;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}
.portlet>.portlet-title:after, .portlet>.portlet-title:before {
    content: " ";
    display: table;
}
.portlet.light>.portlet-title>.caption {
    color: #666;
    padding: 10px 0;
}
.portlet>.portlet-title>.caption {
    float: left;
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    padding: 10px 0;
}
.portlet.light .form .form-body, .portlet.light .portlet-form .form-body {
    padding-left: 0;
    padding-right: 0;
}
.form .form-body, .portlet-form .form-body {
    padding: 20px;
}

element.style {
    padding-top: 5px;
}
.fc-search-param .form-group label {
    margin-bottom: 10px;
}
.fc-search-param .control-label {
    text-align: right;
}
.control-label {
    margin-top: 1px;
    font-weight: 400;
}
.portlet.light {
    padding: 10px;
    background-color: #fff;
}
.page-wrapper .page-wrapper-middle {
    background: #eff3f8;
    width: 100%;
    display: table-cell;
    height: 100%;
}