
.mt30 {
	margin-top: 30px!important;
}
.pd0 {
	padding: 0px!important;
}
.pd12 {
	padding: 12px;
}
.mt10 {
	margin-top: 10px!important;
}
.mobile {
	display: none;
}
.display-none {
	display: none!important;
}
.q-layout {
	padding-top: 20px;
}
.q-layout .q-head {
	display: flex;
	align-items: stretch;
}

.q-layout .q-head {
	display: flex;
}

.q-body {
	display: flex;
	margin-top: 20px;
}

.footer-swiper {
	margin-top: 20px;
}
/* .dz-ok {
	padding: 20px;
} */
.q-card-center {
	display: flex;
}

.q-center, .q-theme {
	width: 100%;
	overflow: hidden;
}
.o-left, .q-theme {
	flex: 1;
}
.o-left {
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.q-theme {
	height: 200px;
	background: url("../images/qianrenqianwang/theme-bg@2x.png") center center;
	background-size: cover;
	margin-left: 20px;
}
.q-theme.dz {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 16px;
	font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
	font-weight: 400;
	color: #337ab7;
}
.q-theme.dz h3 {
	margin: 0px;
	color: #000;
}
.q-theme.dz h4 {
	padding: 20px;
	color: #000;
}

.q-theme.dz .btn-sz {
	width: 134px;
	height: 40px;
	display: inline-block;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FCFEFF;
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	cursor: pointer;
	border: 1px solid #3598DF;
}
.q-theme.dz .btn-sz:hover {
	background: #3598DF;
	color: #FFFFFF;
}
.q-theme.dz .btn-sz span {
	font-weight: bold;
	font-size: 24px;
	margin-top: -3px;
	margin-right: 4px;
}
.q-center {
	margin-left: 20px;
	background: #F7F7F7;
	padding: 20px;
}
.mt-20 {
	margin-top: 20px;
}
.o-right {
	width: 290px;
	flex-shrink: 0;
	padding: 11px 10px 20px 20px;
}

.q-box, .q-user{
	width: 300px;
	flex-shrink: 0;
}
.q-user {
	background: linear-gradient(166deg, rgba(195,232,254, .8) 0%, rgba(195,232,254, .2) 100%);
	height: 100%;
}
.avator {
	display: flex;
	padding: 10px;
	align-items: center;
	cursor: pointer;
}
.avator img{
	height: 80px;
}
.avator > div {
	flex: 1;
	padding: 0px 20px;
	overflow: hidden;
	width: 100%;
	text-overflow: ellipsis
}
.avator > div > p {
	margin: 0;
	padding: 0px;
}

.avator > div > p:first-child {
	font-size: 20px;
	font-weight: 600;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	text-overflow: ellipsis
}
.avator > div > p:last-child {
	color: #666666;
	padding-top: 10px;
}

.desc {
	background: url("../images/qianrenqianwang/user-bg.png") no-repeat center center;
	background-size: cover;
	height: 100px;
	display: flex;
	flex-direction: column;
	padding: 20px;
}
.desc a {
	line-height: 28px;
}
.ima {
		display: flex;
		flex-direction: column;
	}
.ima a {
	margin-top: 20px;
}
.q-bx-card {
	min-height: 200px;
	background: #EEF5FA;
	padding: 10px 16px;
}

.footer-swiper.swiper-container-horizontal > .swiper-pagination-bullets{
	width: 150px!important;
	right: -33px!important;
	left: inherit!important;
}
.footer-swiper .swiper-pagination-bullet {
	margin: 0px 3px;
	background: #ffffff!important;
	opacity: 0.9;
}

.footer-swiper .swiper-pagination-bullet-active {
	background: #1467DC!important;
}
.gov-swiper-container {
	margin-left: 0px!important;
	margin-right: 0px!important;
}
.gov-swiper-container .swiper-pagination-bullet {
	height: 5px!important;
	width: 5px!important;
}
.gov-swiper-container .swiper-pagination-bullet-active {
	width: 20px!important;
	border-radius: 5px;
	height: 5px!important;
	background: #2B5DA7!important;
	/* border: 5px solid #2B5DA7; */
}

.gov-swiper-container .swiper-slide{
	width: 100%!important;
}
.udline::after {
	width: 100%;
	border-bottom: 3px solid #125CB1;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
}
.q-cart-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #B3BDC9;
	/* padding: 12px 0px; */
}
.q-cart-title img {
	height: 18px;
	margin-top: 2px;
}
.q-cart-title.jc {
	justify-content: center;
}
.q-cart-title span {
	font-size: 20px;
	font-weight: 400;
	color: #337ab7;
	display: flex;
	align-items: center;
	overflow: auto;
	padding: 12px 2px;;
	overflow-y: hidden;
	margin-right: 10px;
}
.q-cart-title span a {
	cursor: pointer;
}
.q-cart-title > a{
	font-size: 16px;
	font-weight: 400;
	cursor: pointer;
	white-space: nowrap;
	color: #666666;
}
.q-cart-title > a.pd12 {
	padding: 12px 0px;
}
.q-cart-title .dingyue-head > a {
	color: #333333;
	margin-right: 30px;
	display: inline-block;
	cursor: pointer;
	white-space: nowrap;
	padding: 12px 0px!important;
}

.q-bx-content {
	display: flex;
	flex-wrap: wrap;
	padding: 10px 0px;
}
.up-imgs img {
	margin-top: 20px;
	cursor: pointer;
}
.q-bx-content a img {
	width: 100%;
	box-shadow: 2px 2px 1px 1px rgba(0, 0, 0, 0.1);
	border-radius: 6px;
}
.q-bx-content a {
	width: 50%;
	padding: 15px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: space-between;
	cursor: pointer;
	color: #000;
}
.q-bx-content a span {
	margin-top: 15px;
}

.q-gus {
	padding: 15px;
}

.q-gus a {
	width: 100%;
	margin-bottom: 14px;
	color: #333;
	display: block;
	max-height: 44px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	cursor: pointer;
}
.q-gus a:hover {
	color: #3598DF;
}
.pd10-0 {
	padding: 20px 0px;
}
.bmfw {
	background: #ffffff;
	padding: 0px 15px 15px 15px;
}
.service {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 20px 0px;
}
.service a{
	display: flex;
	width: 13%;
	align-items: center;
	flex-shrink: 0;
	flex-direction: column;
	margin-right: 8px;
	cursor: pointer;
}
.service a:hover span {
	color: #3598DF;
}
.service a span {
	text-align: center;
	color: #000;
	display: inline-block;
	width: 92%;
	height: 46px;
	line-height: 22px;
	margin: 10px;
}
.service img{
	height: 52px;
}
.news-gov {
	display: flex;
	flex-wrap: wrap;
	padding: 20px 0px 0px 0px;
}
.news-gov a {
	display: flex;
	width: 18%;
	align-items: center;
	flex-shrink: 0;
	flex-direction: column;
	margin-right: 8px;
	cursor: pointer;
}
.news-gov img {
	height: 77px;
	border: 1px solid transparent;
}
.news-gov a.selected img {
	border: 1px solid #125CB1;
}

.govmodal .news-gov img {
	height: 90px;
	width: 90px;
	border: 1px solid #E4E4E4;
}
.news-gov a span {
	text-align: center;
	color: #000;
	display: inline-block;
	width: 105px;
	height: 42px;
	line-height: 20px;
	margin: 10px;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}
.news-gov a.selected span {
	color: #125CB1;
	font-weight: bold;
}
.news-gov a:hover span {
	color: #3598DF;
}
.do-item.active {
	display: flex;
	flex-wrap: wrap;
}
.do-item {
	display: none
}
.do-item a {
	width: 17.6666%;
	height: 40px;
	display: inline-block;
	background: #7EA7D8;
	text-align: center;
	line-height: 40px;
	margin-right: 12px;
	margin-top: 13px;
	color: #ffffff;
	cursor: pointer;
}

.vs-news {
	display: flex;
	flex-wrap: wrap;
}
.vs-news .vs-news-item {
	width: 50%;
	display: flex;
	flex-direction: column;
	padding: 10px;
}

.vs-news .vs-news-item .video {
	height: 165px;
	/* border: 1px solid #ddd; */
	margin-bottom: 10px;
	overflow: hidden;
}
.vs-news .vs-news-item .video img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.vs-news .vs-news-item a {
	display: inline-block;
	height: 52px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	line-height: 24px;
	color: #000;
	cursor: pointer;
}
.vs-news .vs-news-item a:hover {
	color: #337ab7;
}
.vs-news .vs-news-item p{
	color: #999;
}
.udline {
	position: relative;
}
.q-his {
	padding: 20px 0px;
	display: flex;
	flex-wrap: wrap;
}

.q-his a{
	/* width: 80px; */
	height: 32px;
	padding: 4px 12px;
	display: inline-block;
	background: #FFFFFF;
	color: #000;
	cursor: pointer;
	text-align: center;
	/* line-height: 32px; */
	margin-right: 10px;
	margin-bottom: 10px;
}

/**已定制**/
.q-theme.dz-ok {
	padding: 0px 20px 20px 20px;
	height: 380px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}
.q-body.dz-ok {
	margin-top: -160px;
}
.q-center.dz-ok {
	margin-top: 180px;
}

.q-theme.dz-ok .q-cart-title span a {
	margin-right: 35px;
	white-space: nowrap;
	padding: 12px;
}

.dz-container {
	background: #ffffff;
	margin-top: 15px;
	flex: 1;
}

.dz-container .dz-item {
	display: none;
}
.dz-container .dz-item.active {
	display: block;
}
.n-list {
	padding: 10px 22px;
}

.n-list .n-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 0px;
	color: #333;
}
.n-list .n-item div {
	padding-left: 10px;
	position: relative;
	font-weight: 500;
	font-size: 16px;
	width: 100%;
	white-space: nowrap;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
}
.n-list .n-item:hover {
	color: #125CB1;
}
.n-list .n-item:hover span {
	color: #125CB1;
}
.n-list .n-item div::before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 6px;
	height: 6px;
	background: #1B63C6;
}
.n-list .n-item span {
	color: #999999;
	flex-shrink: 0;
}

.yz-modal-content .row > div {
	margin: 20px 0px 0px 0px;
}
.yz-modal-content .row label.check-wrap {
	font-weight: 400!important;
}
.yz-modal-content .row label.check-wrap span {
	margin-left: 3px;
}

.yz-modal-content .news-gov a {
	width: 15%;
}

.workmodal h3 {
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 400;
	color: #555555;
}


.workmodal .yz-modal-body {
	max-width: 760px;
}
.workmodal .worktag {
	padding-left: 100px;
}
.workmodal .worktag a {
	width: 17.5%;
	height: 46px;
	padding: 0 5px;
	background: #FFFFFF;
	display: inline-block;
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #E4E4E4;
	line-height: 46px;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	color: #555555;
	margin-bottom: 8px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-right: 10px;
}

.workmodal .worktag a.selected {
	background: #125CB1;
	color: #ffffff;
}
.usermodal form {
	width: 100%;
}
.usermodal .form-user{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.usermodal .form-user img{
	width: 110px;
	height: 110px;
	margin-bottom: 40px;
}
.usermodal .form-user .form-item {
	display: flex;
	align-items: center;
	margin: 20px 100px 20px 0px;
}
.usermodal .form-user .form-item > label {
	width: 160px;
	text-align: right;
	margin-right: 10px;
	flex-shrink: 0;
}

.usermodal .form-user .form-item input[type=text] {
	width: 100%;
	height: 40px;
	background: #F5F5F5;
	border-radius: 4px;
	padding: 0px 10px;
	color: #555555;
}

.usermodal .form-user .radio-wrap label {
	margin-right: 20px;
	font-weight: normal;
}

#btnWorkConfirm {
	width: 100%;
	max-width: 300px;
	margin-left: 60px;
}
@media screen and (max-width: 1135px) {
	.q-card-center {
		flex-direction: column;
	}
	.o-right {
		width: 100%;
		padding: 0px;
		margin: auto;
	}
	/* .ima img {
		max-width: 240px;
	} */
	.ima {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
	.ima > a {
		width: 48%;
	}
	.ima img {
		max-width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.q-head {
		flex-wrap: wrap;
	}
	.q-user, .q-theme, .bmfw, .q-body, .o-left, .o-right{
		width: 100%;
		padding: 0px;
	}
	.q-theme, .q-center {
		margin: auto;
	}
	.q-theme {
		padding: 25px 0px;
		margin-top: 20px;
	}
	.q-center {
		padding: 0px;
	}
	.q-box {
		margin-top: 20px;
		width: 100%;
	}
	.q-card-center {
		flex-direction: column;
	}
	.q-cart-title {
		padding-right: 8px;
	}
	.q-bx-card {
		width: 100%;
	}
	.q-body {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.ima {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
	.ima > a {
		width: 48%;
	}
	.ima img {
		max-width: 100%;
	}
	
	.service a {
		width: 31%;
	}
	
	.news-gov a {
		width: 33%;
	  	margin-right: 0px;
	}
	.do-item a {
		width: 29%;
	}
	
	.up-imgs {
		display: none;
	}
	.mobile {
		display: flex;
		align-items: center;
	}
	.desc {
		height: auto;
	}
	
	.mobile a {
		background: #FFFFFF;
		border-radius: 0.07rem;
		border: 1px solid #CED9E1;
		white-space: nowrap;
		margin-top: 10px;
		overflow: hidden;
		text-overflow: ellipsis;
		text-align: center;
		font-size: 16px;
		font-weight: 600;
		margin-right: 7px;
		color: #125CB1;
		position: relative;
		white-space: normal;
		display: inline-block;
		cursor: pointer;
		padding: 4px 14px;
	}
	.n-list {
		padding: 15px;
	}
	.n-list .n-item span {
		display: none;
	}
	.n-list .n-item div {
		padding-right: 0;
	}
	.q-cart-title span {
		padding-left: 8px;
	}
	.q-cart-title span a.pd12 {
		padding: 12px 8px;
		margin-right: 20px;
	}
	.q-theme.dz-ok .q-cart-title span a {
		font-size: 16px;
		margin-right: 20px;
		padding: 10px 0px;
	}
	
	.q-layout .q-head {
		flex-direction: column;
	}
	.service a span {
		font-size: 14px;
		line-height: 20px;
		height: 40px;
	}
	
	.worktab {
		margin-top: 10px;
	}
	.yz-modal-content .news-gov a {
		width: 33%;
	}
	
	.workmodal .worktag {
		padding-left: 0;
	}
	
	.workmodal .worktag a {
		width: 46%;
	}
	.footer-swiper {
		display: none;
	}
	.usermodal .form-user .form-item {
		margin: 0;
	}
	.usermodal .form-user .form-item > label {
		margin: 15px 0px;
		width: 80px
	}
}
