/* css 重置 */

* {
	margin: 0;
	padding: 0;
	list-style: none;
	box-sizing: border-box;
	outline: none !important;
}

html {
	font-size: 100px;
}

.box1200 {
	margin: 0 auto;
	width: 12rem;
}

body {
	background: #fff;
	font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
	box-sizing: border-box;
	font-size: 16px;
	text-rendering: optimizelegibility;
}

.forced-hide {
	display: none !important;
}

.hide {
	display: none;
}

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


/* 清除浮动 */

img {
	border: 0;
}

a {
	text-decoration: none;
	color: #333;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/* 搜索框下拉滑动 */
.keywords .keyword-content {
    height: 0.46rem;
    width: 3.38rem;
    overflow: auto;
}
.keywords .keyword-content::-webkit-scrollbar {
    width: 0.1rem;
}
.keywords .keyword-content::-webkit-scrollbar-thumb {
    background-color: #a3bae9;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
}
.keywords .keyword-content::-webkit-scrollbar-track {
    background-color: #f5f5f5;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
}


/* 背景区域开始 */

.header-box {
	width: 100%;
	height: auto;
	position: relative;
}

.slideBox.slideBox-mb {
	display: none;
}

.slideBox {
	width: 100%;
	height: 5.6rem;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.slideBox .hd {
	overflow: hidden;
	position: absolute;
	bottom: 0.24rem;
	left: 50%;
	width: 12rem;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	z-index: 1;
}

.slideBox .hd ul {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	overflow: hidden;
	zoom: 1;
}

.slideBox .hd ul li {
	border-radius: 50%;
	margin-left: 0.08rem;
	width: 0.08rem;
	height: 0.08rem;
	cursor: pointer;
	border: 1px solid #ffffff;
}

.slideBox .hd ul li.on {
	width: 0.14rem;
	height: 0.14rem;
	background: url("slide.png") center center no-repeat;
	transform: rotate(90deg);
	border: none;
}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
	width: 100% !important;
}

.slideBox .bd ul {
	width: 100% !important;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	width: 100% !important;
}

.slideBox .bd img {
	width: 100% !important;
	height: 5.6rem;
	display: block;
	object-fit: cover;
}


/* header 区域开始 */

.header {
	width: 12rem;
	margin: 0 auto;
	height: 5.6rem;
	position: relative;
}

.header-top {
	padding-top: 0.2rem;
	margin: 0 auto;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.logo {
	position: relative;
}

.logo img {
	width: 2.73rem;
	height: 0.72rem;
}

.header-center-box {
	display: flex;
	justify-content: space-between;
	margin-top: 0.3rem;
}

.department-box {
	position: relative;
	height: 0.72rem;
	display: flex;
	justify-content: start;
	align-items: center;
}

.syx {
	position: absolute;
	top: 0;
	right: -0.55rem;
	width: 0.52rem;
	height: 0.24rem;
	background: url("/cms_files/filemanager/1542896849/picture/202210/668865837e38484485dccd6b6bdf5793.png") center center no-repeat;
	font-size: 11px;
	color: #ffffff;
	text-align: center;
	line-height: 0.22rem;
}

.department-box .province,
.region-select-box .province {
	margin-left: 0.2rem;
	color: #ffffff;
	font-size: 0.16rem;
	margin-right: 0.1rem;
	margin-top: 0.24rem;
}
.integration-content {
  width: 100%;
  height: 3.5rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: space-between;
}

.integration-content li {
  width: 3.8rem;
  height: 1.6rem;
  position: relative;
  transition: all 0.3s;
  padding: 0.2rem 0.2rem 0 0.2rem;
}
.integration-content li h6 {
  height: 0.28rem;
  width: 100%;
  font-size: 20px;
  color: #2b2f32;
  font-weight: 600;
}
.integration-content li p {
  margin-top: 0.15rem;
  width: 100%;
  height: 0.48rem;
  line-height: 0.24rem;
  font-size: 0.16rem;
  color: #333333;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.integration-content li div {
  width: 100%;
  height: 0.24rem;
  margin-top: 0.15rem;
  display: flex;
  justify-content: flex-end;
}
.integration-content li div a:first-child {
  display: block;
  width: 0.75rem;
  height: 100%;
  border-radius: 0.12rem;
  border: 1px solid rgba(153, 153, 153, 1);
  font-size: 0.14rem;
  color: #666666;
  font-weight: 400;
  text-align: center;
  line-height: 0.22rem;
}
.integration-content li div a:last-child {
  display: block;
  width: 0.75rem;
  height: 100%;
  border-radius: 0.12rem;
  font-size: 0.14rem;
  color: #ffffff;
  font-weight: 400;
  background: #1677ff;
  margin-left: 0.15rem;
  text-align: center;
  line-height: 0.24rem;
}

.integration-content li:nth-child(1) {
  background: url("https://zwfw.gansu.gov.cn/cms_files/webgansushengzhengwufuwuwang/tplobject/defaultSet/236f6609797a4bb198d1a820b440618c/images/integration1.png") center center no-repeat;
  background-size: 100% 100%;
}

.integration-content li:nth-child(2) {
  background: url("https://zwfw.gansu.gov.cn/cms_files/webgansushengzhengwufuwuwang/tplobject/defaultSet/236f6609797a4bb198d1a820b440618c/images/integration2.png") center center no-repeat;
  background-size: 100% 100%;
}

.integration-content li:nth-child(3) {
  background: url("https://zwfw.gansu.gov.cn/cms_files/webgansushengzhengwufuwuwang/tplobject/defaultSet/236f6609797a4bb198d1a820b440618c/images/integration3.png") center center no-repeat;
  background-size: 100% 100%;
}

.integration-content li:nth-child(4) {
  background: url("https://zwfw.gansu.gov.cn/cms_files/webgansushengzhengwufuwuwang/tplobject/defaultSet/236f6609797a4bb198d1a820b440618c/images/integration4.png") center center no-repeat;
  background-size: 100% 100%;
}

.integration-content li:nth-child(5) {
  background: url("https://zwfw.gansu.gov.cn/cms_files/webgansushengzhengwufuwuwang/tplobject/defaultSet/236f6609797a4bb198d1a820b440618c/images/integration5.png") center center no-repeat;
  background-size: 100% 100%;
}

.integration-content li:nth-child(6) {
  background: url("https://zwfw.gansu.gov.cn/cms_files/webgansushengzhengwufuwuwang/tplobject/defaultSet/236f6609797a4bb198d1a820b440618c/images/integration6.png") center center no-repeat;
  background-size: 100% 100%;
}

.integration-content li:hover {
  transform: translateY(-5%);
}
/* 一件事弹窗 */
.one-thing-box {
  width: 100%;
  min-height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: #00000060;

  overflow: auto;
}
.one-thing-box .one-thing-container {
  margin-top: 15vh;
  width: 45%;
  position: relative;
  margin: 15vh auto 0;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 30);
  box-sizing: border-box;
}
.one-thing-container .one-thing-title {
  background: #2875e0;
  text-align: center;
  font-size: 18px;
  line-height: 54px;
  color: #ffffff;
}
.one-thing-container .one-thing-content {
  padding: 0 32px;
}
.one-thing-container .one-thing-nav {
  padding: 10px 0;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid #eeeeee;
}

.one-thing-container .one-thing-nav span {
  line-height: 30px;
  font-size: 18px;
  font-weight: 500;
  margin-right: 10px;
}
.one-thing-container .one-thing-nav span:last-child {
  cursor: not-allowed;
}
.one-thing-container .one-thing-nav span::after {
  content: ">";
  color: #333333;
  padding-left: 10px;
  text-decoration: none;
}
.one-thing-container .one-thing-nav span:last-child:after {
  display: none;
}
.one-thing-container
  .one-thing-nav
  span:not(.one-thing-container .one-thing-nav span:last-child) {
  color: #1677ff;

  cursor: pointer;
}
.one-thing-container .one-thing-area-list li.active {
  color: #1677ff;
}
.one-thing-container .one-thing-area-list li {
  color: #000;
  font-size: 16px;
  margin: 20px 25px 0 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 4px 5px;
  border-radius: 5px;
  cursor: pointer;
}
.one-thing-area-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.one-thing-current-area {
  margin-top: 15px;
  font-size: 14px;
  color: #666666;
}
.one-thing-btn {
  padding: 18px 0;
  text-align: center;
}
.one-thing-btn button {
  width: 120px;
  height: 40px;
  border-radius: 4px;
  cursor: pointer;
}
.one-thing-btn button:first-child {
  color: #fff;
  background-color: #94baf0;
  border:1px solid #94baf0;
  outline: none;
  cursor: not-allowed;
}
.one-thing-btn button:first-child.active {
  color: #fff;
  background-color: #2875e0;
  border:1px solid #2875e0;
  transition: .1s;
  cursor: pointer;
}
.one-thing-btn button:first-child.active:hover {
  background: #5391e6;
  border-color: #5391e6;
}
.one-thing-btn button:last-child {
  margin-left: 24px;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
}


.region-select-box {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.region-select,
.department-select {
	min-width: 0.1rem;
	height: 0.32rem;
	background: #ffffff;
	border-radius: 0.16rem;
	line-height: 0.32rem;
	font-size: 0.16rem;
	color: #666666;
	margin-left: 0.15rem;
	margin-top: 0.24rem;
	cursor: pointer;
	padding: 0 0.1rem;
	text-align: center;
}

.region-select-box img:last-of-type {
	width: 0.14rem;
	height: 0.14rem;
}

.region-select img:first-of-type {
	width: 0.13rem;
	height: 0.17rem;
}

.region-select {
	margin-left: 0;
}

.region-select span,
.department-select span {
	font-size: 0.14rem;
	color: #333333;
	margin: 0 0.05rem;
}

.department-box .region-select img {
	vertical-align: middle;
	margin-left: 0.05rem;
}

.utils {
	width: auto;
	height: auto;
}

.utils>ul {
	display: flex;
	justify-content: end;
}

.utils li {
	height: 0.28rem;
	margin-left: 0.2rem;
	line-height: 0.28rem;
}

.utils li:first-child {
	margin-left: 0;
}

.utils li:nth-child(3) {
	margin-left: 0.1rem;
}

.utils li,
.utils li a,
.utils li span {
	font-size: 0.14rem;
	color: #FFFfff;
}

.utils .wza {
	cursor: pointer;
}

.utils li img {
	vertical-align: middle;
	margin-right: 0.06rem;
}

.utils .lnr {
	box-sizing: border-box;
	width: auto;
	height: 0.28rem;
	text-align: center;
	line-height: 0.28rem;
	background-color: #F7B500;
	vertical-align: center;
}

.utils .lnr a {
	line-height: 0.28rem;
   font-size: 0.15rem;
   color: #ffffff;
	font-weight: bold;
	display: inline-block;
	height: 0.28rem;
	padding: 0 0.05rem 0 0.05rem;
}

.utils li.registerLogin {
	width: 0.98rem;
	height: 0.28rem;
	background: #F7B500;
	text-align: center;
	line-height: 0.28rem;
	position: relative;
}

.utils li.registerLogin span,
.utils li.registerLogin a {
	font-size: 0.14rem;
	color: #FFFFFF;
}

.utils li.registerLogin span.fgx {
	padding: 0 0.05rem 0 0.05rem;
}

.utils>div {
	margin-top: 0.08rem;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 0.28rem;
	width: auto;
	line-height: 0.28rem;
}

.utils>div img.photo {
	width: 0.2rem;
	height: 0.2rem;
	vertical-align: middle;
	margin-right: 0.12rem;
}

.header-link {
	display: flex;
	justify-content: flex-start;
	color: #333333;
}

.header-link li {
	color: #ffffff;
	margin-right: 0.15rem;
}

.header-link li a {
	font-size: 14px;
	color: #ffffff;
}

.utils>div img.select {
	width: 0.09rem;
	height: 0.05rem;
	margin-right: 0.12rem;
}

.utils>div a {
	line-height: 0.28rem;
	font-size: 0.14rem;
	color: #FFFFFF;
}

.utils>div a:hover {
	color: #1677ff;
}

.utils>div span {
	height: 0.28rem;
	line-height: 0.28rem;
	font-size: 0.14rem;
	color: #FFFFFF;
}

.logo-box {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.zwdt {
	margin-top: 15px;
	font-size: 14px;
	border-radius: 0.18rem;
	border: 1px solid #ffffff;
	padding: 0.02rem 0.1rem;
	margin-left: 0.3rem;
}

.zwdt a {
	display: block;
	width: 100%;
	height: 100%;
	color: #ffffff;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.zwdt a:hover {
	color: #fff;
}

.zwdt img {
	margin-left: 0.05rem;
	height: 0.14rem;
	vertical-align: middle;
}

.header-center {
	height: 0.67rem;
}

.header-center li {
	box-sizing: border-box;
	float: left;
	width: auto;
	height: 0.67rem;
	margin-left: 0.35rem;
}

.header-center li:hover,
.header-center li:first-child {
	border-bottom: 0.05rem solid #ffffff;
}

.header-center li a {
	display: block;
	height: 100%;
	font-size: 0.18rem;
	color: #FFFFFF;
	line-height: 0.67rem;
	font-weight: bold;
}

.header-bottom {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.header-bottom .search-box {
	margin-top: 0.80rem;
}

.header-bottom .search-box .datetime,
.header-bottom .search-box .location {
	font-size: 0.14rem;
	color: #FFFFFF;
}

.header-bottom .search-box .welcome {
	font-weight: normal;
	font-size: 0.45rem;
	color: #FFFFFF;
	letter-spacing: 0;
	text-shadow: 0 0.02rem 0.05rem rgba(0, 0, 0, 0.30);
	margin-top: 0.12rem;
}

.search-box .search {
	margin-top: 0.2rem;
}

.search-box .search-info {
	width: 4.8rem;
	height: 0.56rem;
}

.search-info .input {
	width: 4rem;
	height: 0.56rem;
	background: #FFFFFF;
}

.search-info .input input {
	width: 100%;
	height: 100%;
	padding: 0 0.21rem;
	background: none;
	outline: none;
	border: none;
	font-size: 0.14rem;
	color: #666666;
	letter-spacing: 0;
}

.search-info .btn {
	width: 0.8rem;
	height: 0.56rem;
}

.search-info .btn input {
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	font-size: 0.16rem;
	color: #FFFFFF;
	letter-spacing: 0.02rem;
	background: #F03938;
}

.associational {
	width: 4rem;
	height: auto;
	background: rgba(255, 255, 255, .8);
	padding: 0.1rem 0.1rem 0.1rem 0.21rem;
	box-shadow: 0 0 0.05rem #999990;
}

.associational .associational-content {
	height: auto;
	width: 100%;
}

.associational .associational-content li {
	font-size: 0.14rem;
	color: #333333;
	display: block;
	line-height: 2.5;
}

.associational .associational-content li a {
	font-size: 0.14rem;
	color: #333333;
}

.search .keywords {
	width: 4rem;
	height: 0.66rem;
	background: rgba(255, 255, 255, .8);
	padding: 0.1rem 0 0.1rem 0.16rem;
	box-shadow: 0 0 0.05rem #999990;
}

.keywords .keyword-hint {
	font-size: 0.14rem;
	color: #333333;
	height: 100%;
	width: 0.42rem;
	line-height: 1.8
}

.keywords .keyword-hint span {
	display: inline-block;
}

.keywords .keyword-content {
	height: 0.46rem;
	width: 3.38rem;
}

.keywords .keyword-content li {
	padding: 0 0.03rem;
	font-size: 0.14rem;
	color: #333333;
	display: inline-block;
	line-height: 1.8;
}

.keywords .keyword-content li:hover a {
	color: #1677ff;
}

.login-box-iframe {
	margin-top: 0.4rem;
	width: 3rem;
	height: 2.8rem;
}

.login-box {
	display: flex;
	justify-content: space-between;
	margin-top: 0.4rem;
	width: 3rem;
	height: 2.8rem;
}

.login-box .menu {
	background-color: #ffffff;
	width: 0.5rem;
	height: 100%;
}

.login-box .menu ul {
	width: 100%;
	height: 100%;
}

.login-box .menu li {
	padding: 0.26rem 0.15rem 0 0.15rem;
	position: relative;
	width: 100%;
	height: 50%;
	font-size: 0.16rem;
	color: #666666;
	text-align: center;
	line-height: 0.22rem;
	user-select: none;
}

.login-box .menu li:before {
	position: absolute;
	top: 50%;
	right: -0.04rem;
	width: 0;
	height: 0;
	content: "";
	display: none;
	border-bottom: 0.08rem solid #1677FF;
	border-right: 0.08rem solid transparent;
	z-index: 99;
	transform: translateY(-50%) rotate(225deg);
}

.login-box .menu li.on {
	background: #1677FF;
	font-size: 0.16rem;
	color: #FFFFFF;
}

.login-box .menu li.on:before {
	display: block;
}

.login-box .login-content {
	background: rgba(255, 255, 255, .9);
	width: 2.5rem;
	height: 100%;
	padding: 0.15rem 0.14rem 0 0.2rem;
}

.login-box .login-content .login-status {
	width: 100%;
	height: 0.55rem;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	border-bottom: 0.01rem solid #D8D8D8;
}

.login-content .bd {
	margin-top: 0.1rem;
}

.login-content .bd-content {
	display: none;
}

.login-content .bd-content.on {
	display: block;
}

.login-content .bd>div>div {
	width: auto;
	height: 0.22rem;
	line-height: 0.22rem;
}

.login-content .bd>div div span {
	font-size: 0.16rem;
	color: #333333;
	float: left;
}

.login-box .login-content .bd ul a:hover {
	color: #1677FF;
}

.login-content .bd>div ul {
	list-style-type: square;
	width: 100%;
	margin-top: 0.15rem;
}

.login-content .bd>div li::marker {
	color: #666666;
	font-size: 0.06rem;
	margin-right: 0.06rem;
}

.login-content .bd>div li {
	list-style-type: square;
	list-style-position: inside;
	width: 100%;
	height: 0.2rem;
	margin-bottom: 0.1rem;
	font-size: 0.14rem;
	color: #333333;
	line-height: 0.2rem;
}

.login-content .bd>div li:last-child {
	margin-bottom: 0;
}

.login-content .bd>div div a {
	float: right;
	font-size: 0.14rem;
	color: #1677FF;
}

.my-service,
.thing-select {
	width: 100%;
	height: 100%;
	background: #FFFFFF90;
}

.login-info p:first-child span {
	font-size: 0.16rem;
	color: #0A0000;
	letter-spacing: 0;
	line-height: 0.22rem;
}

.bd-content .login-status {
	margin-bottom: 0.1rem;
}

.login-info p {
	height: 0.22rem;
}

.login-info p a {
	font-size: 0.16rem !important;
}

.login-info {
	margin-left: 0.1rem;
}

.login-info p:first-child a {
	color: #1677FF;
}

.login-info p:last-child {
	font-size: 0.14rem;
	color: #999999;
	letter-spacing: 0;
}

.login-status {
	width: 100%;
	height: 0.55rem;
}

.login_success {
	position: relative;
	width: auto;
	height: 0.28rem;
	display: flex;
	justify-content: flex-start;
}

.login_success .select-box {
	display: none;
	position: absolute;
	width: 1.4rem;
	right: 0;
	top: 0.28rem;
	background: #FFFFFF;
	box-shadow: 0 0.02rem 0.08rem 0 rgba(0, 0, 0, 0.15);
	z-index: 100;
	border-radius: 0.03rem;
}

.login_success .select-box:before {
	display: block;
	box-sizing: content-box;
	width: 0.1rem;
	height: 0.1rem;
	background: #333333;
	z-index: 9999;
}

.login_success:hover .select-box {
	display: block;
}

.login_success .select-box ul {
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 100%;
}

.login_success .select-box ul li {
	margin-left: 0;
	box-sizing: border-box;
	width: 100%;
	height: 33%;
	line-height: 0.4rem;
	color: #333333;
	padding: 0 0.2rem;
}

.login_success .select-box ul li:first-child {
	border-top: none;
}

.login_success .select-box ul li a {
	display: block;
	border-top: 0.01rem solid #E8E8E8;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	line-height: 0.4rem;
	color: #333333;
	font-size: 0.14rem;
	color: #666666;
}

.login_success .select-box ul li:first-child a {
	border-top: none;
}

.login_success .select-box ul li a img {
	width: 0.16rem;
	height: 0.16rem;
	vertical-align: middle;
	margin-right: 0.1rem;
	margin-left: 0;
}

.login_success .select-box ul li span {
	color: #666666;
	font-size: 0.14rem;
}

.login_success .login .photo {
	width: 0.14rem;
	height: 0.14rem;
	vertical-align: middle;
}

.login_success .login .select {
	margin-left: 0.05rem;
	width: 0.09rem;
	height: 0.05rem;
	vertical-align: middle;
}

.login-box .bd .bd-content.bjcx .bh,
.login-box .bd .bd-content.bjcx .yzm {
	padding-left: 0.15rem;
	width: 100%;
	height: 0.4rem;
	background: #FFFFFF;
	border: 1px solid #D8D8D8;
	margin-bottom: 0.15rem;
}

.bjcx .bh img {
	line-height: 0.4rem;
	vertical-align: middle;
}

.login-box .bd .bd-content.bjcx .bh input {
	width: 1.55rem;
	border: none;
	outline: none;
	height: 100%;
	padding-left: 0.12rem;
	font-size: 0.14rem;
	color: #999999;
	line-height: 0.4rem;
}

.login-box .bd .bd-content.bjcx .yzm input {
	width: 1rem;
	border: none;
	outline: none;
	height: 100%;
	padding-left: 0.12rem;
	font-size: 0.14rem;
	color: #999999;
	line-height: 0.4rem;
}

.login-box .bd .bd-content.bjcx .cx {
	width: 100%;
	height: 0.4rem;
	background: #1677FF;
	border-radius: 0.04rem;
	border-radius: 0.04rem;
}

.login-box .bd .bd-content.bjcx .cx button {
	width: 100%;
	height: 100%;
	font-size: 0.14rem;
	color: #FFFFFF;
	line-height: 0.4rem;
	text-align: center;
	border: none;
	outline: none;
	background: none;
}

.login-box .bd .bd-content.bjcx .bjgs-yhzx {
	width: 100%;
	height: 0.4rem;
	margin-top: 0.3rem;
}

.login-box .bd .bd-content.bjcx .bjgs-yhzx div {
	border: 1px solid #1677FF;
	border-radius: 0.04rem;
	width: 0.95rem;
	height: 0.4rem;
}

.login-box .bd .bd-content.bjcx .bjgs-yhzx div a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 0.14rem;
	color: #1677FF;
	line-height: 0.4rem;
	text-align: center;
}


/* 个人法人登录 */


/*高频事项导办和便民服务开始*/

.thing {
	width: 100%;
	background: #F4F6F8;
	height: 0.7rem;
}

.thing .thing-box {
	width: 12rem;
	height: 0.7rem;
	margin: 0 auto;
}

.thing-title {
	font-weight: 550;
	width: auto;
	height: 100%;
	font-size: 0.2rem;
	color: #333333;
	line-height: 0.7rem;
	float: left;
	margin-right: 0.3rem;
}

.thing ul {
	margin: 0 auto;
	height: 0.7rem;
	padding: 0.15rem 0;
	float: left;
	color: #1677ff;
}

.thing-title img {
	margin-right: 0.1rem;
	width: 0.2rem;
	height: 0.2rem;
	vertical-align: middle;
}

.thing ul li {
	float: left;
	margin-right: 0.2rem;
	padding-left: 0.2rem;
	height: 0.4rem;
	border-radius: 0.2rem;
	list-style-type: square;
	list-style-position: inside;
	text-indent: -0.1rem;
	line-height: 0.4rem;
}

.thing ul li:hover {
	background: #FFFFFF;
}

.thing ul li:last-child {
	margin-right: 0;
}

.thing ul li::marker {
	margin-right: 0.05rem;
}

.thing ul li a {
	width: auto;
	height: 100%;
	font-size: 0.16rem;
	color: #333333;
	display: inline-block;
	padding-right: 0.2rem;
}

.thing-recommend-mb {
	display: none;
}


/*为您推荐和热门专题开始*/

.recommend-subject {
	margin-top: 0.4rem;
}

.recommend-subject .title {
	font-weight: bold;
	width: auto;
	height: 0.4rem;
	font-size: 0.28rem;
	color: #333333;
}

.recommend {
	width: 49.17%;
}

.recommend .title a:hover,
.subject .title a:hover {
	color: #333333;
}

.recommend .recommend-content a:hover,
.subject .subject-content a:hover {
	color: #ffffff;
}

.recommend ul {
	width: 100%;
}

.recommend ul li {
	margin-top: 0.15rem;
	margin-left: 0.15rem;
	float: left;
	background: #F4F6F8;
	border-radius: 4px !important;
	font-size: 0.16rem;
	color: #333333;
	letter-spacing: 0;
	text-align: center;
	line-height: 0.4rem;
	height: 0.4rem;
}

.recommend ul li a {
	padding: 0 0.2rem;
	height: 100%;
   color: #000000 !important;
	display: block;
	width: 100%;
}


.recommend ul li:hover a{
	color: #000000 !important;
}
.recommend ul li:nth-child(1){
	background-color: #f0f4fd !important;
}
.recommend ul li:nth-child(2){
	background-color: #edfcf5 !important;
}
.recommend ul li:nth-child(3){
	background-color: #f2f2fe !important;
}
.recommend ul li:nth-child(4){
	background-color: #fff7ea !important;
}
.recommend ul li:nth-child(5){
	background-color: #f0f4fd !important;
}
.recommend ul li:nth-child(6){
	background-color: #fdf2ec !important;
}

.recommend ul li:first-child,
.recommend ul li:nth-child(4) {
	margin-left: 0;
}

.subject {
	width: 49.17%;
}

.subject .subject-content {
	box-sizing: content-box;
	width: 5.8rem;
	height: 0.95rem;
	padding: 0.15rem 0 0 0;
}

.subject .subject-content .swiper-pagination-bullets {
	width: auto;
	left: inherit;
}

.subject .subject-content .swiper-pagination-bullet {
	border-radius: 0.03rem;
	background: #E8EAED;
	opacity: 1;
}

.subject .subject-content .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #1677FF;
}

.subject-content .hd {
	position: absolute;
	right: 0;
	top: 0rem;
	height: 0.05rem;
	width: auto;
}

.subject-content .hd span {
	float: left;
	width: 0.15rem;
	height: 0.05rem;
	overflow: hidden;
	margin-left: 0.05rem;
	cursor: pointer;
	background: #E8EAED;
	color: #E8EAED;
	border-radius: 0.02rem;
}

.subject-content .hd span.on {
	background: #1677FF;
	color: #1677FF;
}

.subject-content .bd {
	height: 0.95rem;
}

.subject-content .bd li {
	width: 1.33rem;
	height: 0.95rem;
	margin-right: 15px;
	_display: inline;
	overflow: hidden;
	text-align: center;
}

.subject-content .bd li img {
	width: auto;
	height: 0.95rem;
	display: block;
}


/*特色服务开始*/

.service {
	margin-top: 0.4rem;
}
.service-container {
  display: flex;
  justify-content: space-between;
}
.service-left {
  width: 7.5rem;
  height: 2.55rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: space-between;
}
.service-left li {
  width: 2.4rem;
  height: 1.2rem;
  position: relative;
}
.service-left li img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.service-left li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.2rem 0.5rem 0 0.2rem;
}
.service-left li a:hover {
  color: #333333;
}
.service-left li a h6 {
  display: block;
  width: 100%;
  height: 0.28rem;
  font-size: 0.2rem;
  font-weight: 600;
}
.service-left li a p {
  margin-top: 0.15rem;
  width: 85%;
  line-height: 0.24rem;
  font-size: 0.16rem;
  color: #666666;
}
.service-right {
  width: 4.2rem;
}

.service .content {
  position: relative;
}

.service .content .hd {
}

.service .content .hd .prev,
.service .content .hd .next {
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  /*background: red;
   */
  box-shadow: 0 0.02rem 0.1rem 0 rgba(153, 153, 153, 0.5);
  border-radius: 50%;
  cursor: pointer;
  /*background: url("../images/arrow.png") 0 0 no-repeat;
   */
  position: absolute;
}

.service .content .hd .next {
  display: none;
  top: 50%;
  right: 0.2rem;
  transform: translateY(-50%);
  background: url("right.png") center center no-repeat #000000;
  z-index: 800;
  opacity: 0.5;
}

.service .content .hd .prev {
  display: none;
  top: 50%;
  left: 0.2rem;
  transform: translateY(-50%);
  background: url("left.png") center center no-repeat #000000;
  z-index: 800;
  opacity: 0.5;
}

.service .content .hd .prev {
  top: 50%;
  right: 0.6rem;
  transform: translateY(-50%);
}

.service .content .bd {
  width: 4.2rem;
  height: 2.55rem;
  overflow: hidden;
}

.service .swiper-button-next {
  /* display: none; */
  width: 0.4rem;
  height: 0.4rem;
  box-shadow: 0 0.02rem 0.1rem 0 rgba(153, 153, 153, 0.5);
  border-radius: 50%;
  cursor: pointer;
  background: url("right.png") center center no-repeat #00000080;
  background-size: 0.2rem 0.2rem;
}

.service .swiper-button-prev {
  /* display: none; */
  width: 0.4rem;
  height: 0.4rem;
  box-shadow: 0 0.02rem 0.1rem 0 rgba(153, 153, 153, 0.5);
  border-radius: 50%;
  cursor: pointer;
  background: url("left.png") center center no-repeat #00000080;
  background-size: 0.2rem 0.2rem;
}

.service .content .bd ul li {
  width: 4.2rem;
  height: 2.55rem;
  /* margin-right: 0.2rem; */
  overflow: hidden;
  text-align: center;
  position: relative;
}
.service .content .bd ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.service .content .bd ul li img {
  width: 100%;
  height: 100%;
}

.service .service-right .swiper-pagination-bullet {
  height: 0.22rem;
  width: auto;
  background: none;
  color: #ffffff;
  opacity: 1;
  font-size: 14px;
  margin: 0 0.08rem;
}
.service
  .service-right
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  font-size: 18px;
}
.service .service-right .swiper-pagination-bullet:after {
  content: "";
  border-top: 1px solid #fff;
  display: inline-block;
  vertical-align: middle;
  width: 0px;
  margin-left: 5px;
  transition: all 0.5s ease-out 0s;
}
.service
  .service-right
  .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  width: 40px;
}

.move-title {
	position: relative;
	width: 100%;
	margin-bottom: 0.15rem;
	height: 0.4rem;
}

.move-title>.title {
	font-weight: bold;
	height: 0.4rem;
	font-size: 0.28rem;
	color: #333333;
}

.move-title .ts-move {
	width: 0.86rem;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(move1.png) center right no-repeat;
	background-size: 0.2rem 0.2rem;
}

.move-title .ts-move a span {
	color: #ffffff;
	font-size: 0.16rem;
}

.move-title>.move {
	width: 0.86rem;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(more3x1.png) center right no-repeat;
	background-size: 0.2rem 0.2rem;
}

.move-title>.move:hover {
	background: url(more3x.png) center right no-repeat;
	background-size: 0.2rem 0.2rem;
}

.move-title>.move:hover a span {
	width: 100%;
	color: #1677ff;
}

.move-title>.move a span {
	font-size: 0.16rem;
	color: #666666;
	letter-spacing: 0;
}

.service .content .bd ul li .title {
	transition: .3s all;
	padding-top: 0.55rem;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .30);
}

.service .content .bd ul li .title a {
	display: block;
	width: 100%;
	height: 100%;
}

.service .content .bd ul li .title h3 {
	font-weight: normal;
	width: 100%;
	height: 0.4rem;
	padding: 0 0.15rem;
	font-size: 0.28rem;
	color: #FFFFFF;
	letter-spacing: 0;
	text-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.50);
	text-align: center;
}

.service .content .bd ul li .title p {
	text-align: center;
	margin: 0.08rem auto 0;
	font-size: 0.16rem;
	color: #FFFFFF;
	width: 1.95rem;
	line-height: 0.22rem;
	letter-spacing: 0;
}

.service .content .bd ul li .title img {
	transition: .5s all;
	position: absolute;
	bottom: -0.44rem;
	left: 50%;
	transform: translateX(-50%);
	margin: 0.3rem auto 0;
	width: 0.44rem;
	height: 0.44rem;
}
/*动画*/

/*.service .content .bd ul li:hover .title {
	background: #1677FF82;
	padding-top: 0.25rem;
}

.service .content .bd ul li:hover .pic img {
	transform: scale(1.05, 1.05);
}

.service .content .bd ul li:hover .title img {
	bottom: 0.15rem;
}

*/
/*生命周期*/

.lifecycle-box {
	width: 100%;
	margin-top: 0.4rem;
	height: 6.71rem;
	background: url(lifecycle.jpg) center center no-repeat;
	padding-top: 0.4rem;
}

.lifecycle-header {
	display: flex;
	justify-content: start;
}

.lifecycle-title {
	font-weight: bold;
	font-size: 0.28rem;
	color: #333333;
	letter-spacing: 0;
	height: 0.4rem;
}

.lifecycle-title a:hover {
	color: #333333;
}

.lifecycle-list {
	margin-left: 0.28rem;
	width: auto;
	height: 0.4rem;
	display: flex;
	justify-content: start;
}

.lifecycle-list li {
	color: #333333;
	cursor: pointer;
	width: auto;
	height: 100%;
	margin-right: 0.35rem;
}

.lifecycle-list li:before {
	display: block;
	width: 0.08rem;
	height: 0.08rem;
	border-radius: 50%;
	content: '';
	background: #D8D8D8;
	margin: 0.06rem auto;
}

.lifecycle-box .lifecycle-list li.active {
	color: #1677FF;
}

.lifecycle-box .lifecycle-list li.active:before {
	display: block;
	width: 0.2rem;
	height: 0.2rem;
	border-radius: 50%;
	content: '';
	background: url("grsmqh.png") center center no-repeat;
	background-size: 0.2rem 0.2rem;
	margin: 0 auto;
}

.legal-person .lifecycle-list li.active:before {
	background: url("fr.png") center center no-repeat;
	background-size: 0.2rem 0.2rem;
}

.lifecycle-content {
	margin-top: 0.17rem;
	width: 100%;
}

.lifecycle-content .lifecycle-detailed {
	margin-right: 0.2rem;
	width: 2.85rem;
	height: 2.2rem;
	background-color: #FFFFFF;
	flex-shrink: 0;
	padding: 0.22rem 0.2rem 0 0.2rem;
	transition: .3s all;
}

.lifecycle-content .lifecycle-detailed:hover {
	background: url("hoverbg.png") center center no-repeat #ffffff;
	background-size: 110% 110%;
}

.lifecycle-content .lifecycle-detailed:last-child {
	margin-right: 0;
}

.lifecycle-detailed>div {
	height: 0.43rem;
	width: 100%;
	border-bottom: 0.01rem solid #eeeeee;
}

.lifecycle-detailed>div a {
	display: block;
	height: 0.32rem;
	width: 100%;
}

.lifecycle-detailed>div a img {
	width: 0.32rem;
	float: left;
	display: block;
}

.lifecycle-detailed>div a h5 {
	margin-left: 0.16rem;
	float: left;
	font-weight: 600;
	font-size: 0.18rem;
	color: #2B2F32;
	line-height: 0.32rem;
}

.lifecycle-detailed>div a div {
	height: 0.32rem;
	float: right;
	font-size: 0.14rem;
	color: #999999;
	text-align: right;
	line-height: 0.32rem;
}

.lifecycle-detailed>ul {
	margin-top: 0.14rem;
	height: 1rem;
	width: 100%;
}

.lifecycle-detailed>ul li {
	height: 0.22rem;
	margin-bottom: 0.1rem;
}

.lifecycle-detailed>ul li a {
	font-size: 0.16rem;
	color: #333333;
}

.lifecycle-detailed>ul li a:hover {
	font-size: 0.16rem;
	color: #1677FF;
	text-decoration: underline;
}

.legal-person {
	margin-top: 0.41rem;
}


/*集成服务开始*/

.chunk-top40 {
	margin-top: 0.4rem;
}

.content-top15 {
	margin-top: 0.15rem;
}



.integration-content li:hover {
	transform: translateY(-5%);
}

.integration-content li .pic {
	width: 100%;
	height: 100%;
}

.integration-content li img {
	width: 100%;
	height: 100%;
}

.integration-content li>.title {
	position: absolute;
	top: 0;
	left: 0;
	width: 2.7rem;
	height: 1.6rem;
}

.integration-content li>.title a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0.42rem 0 0 0.2rem;
}

.integration-content li>.title a p:first-child {
	width: 100%;
	height: 0.33rem;
	font-size: 0.24rem;
	color: #FFFFFF;
}

.integration-content li>.title a p:first-child img {
	vertical-align: middle;
	margin-left: 0.16rem;
	width: auto;
	height: auto;
}

.integration-content li>.title a p:last-child {
	font-size: 0.16rem;
	margin-top: 0.16rem;
	color: #FFFFFF;
}


/*政务超市*/

.store-content {
	width: 100%;
	height: 1.28rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-content: space-between;
}

.store-content li {
	width: 2.7rem;
	height: 0.54rem;
	background: url("zwcsbg.png") center center no-repeat;
	background-size: 100%;
}

.store-content li:hover {
	background: #007aff;
}

.store-content li:hover a {
	color: #ffffff;
}

.store-content li a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 0.16rem;
	color: #222222;
	text-align: center;
	line-height: 0.54rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}


/*好差评统计*/

.evaluate-box {
	width: 100%;
	height: 3.3rem;
	background: url("hcpbg.png") center center no-repeat;
	padding-top: 0.47rem;
}

.evaluate .move-title .title {
	float: left;
	font-size: 0.24rem;
	color: #FFFFFF;
}

.evaluate .move-title .title a {
	color: #FFFFFF;
}

.evaluate .move-title .introduce {
	float: left;
	height: 100%;
	font-size: 0.16rem;
	color: #FFFFFF;
	margin-left: 0.1rem;
	line-height: 0.4rem;
}

.evaluate .move-title .move a span {
	color: #FFFFFF;
}

.evaluate-content {
	width: 100%;
	height: 1.8rem;
	padding: 0.38rem 0 0 0.3rem;
	display: flex;
	justify-content: space-around;
}

.evaluate-content>li {
  padding-left: 1rem;
    padding-right: 1rem;
    height: 1.05rem;
    padding-top: 0.1rem;
    border-left: 0.01rem solid #FFFFFF50;
}

.evaluate-content>li:first-child {
	border-left: none;
}

.evaluate-content>li div:first-child {
	margin-top: 0.08rem;
    height: 0.24rem;
    line-height: 0.24rem;
    font-size: 0.17rem;
    color: #ffffff;
}

.evaluate-content>li div:last-child span:first-child {
	font-size: 0.28rem;
	color: #FFFFFF;
	line-height: 0.6rem;
}

.evaluate-content>li div:last-child span:nth-child(2) {
	font-size: 0.18rem;
	color: #FFFFFF;
	margin-left: 0.1rem;
}

.evaluate-content>li div:first-child span:nth-child(3) {
	margin-left: 0.05rem;
}

.evaluate-content>li div:last-child {
	margin-top: 0.08rem;
	height: 0.24rem;
	line-height: 0.24rem;
	font-size: 0.17rem;
	color: #FFFFFF;
}

.evaluate-content .layui-rate {
	padding: 0 0 0.05rem 0;
}

.evaluate-content .layui-rate li i.layui-icon {
	font-size: 0.12rem;
	margin-right: 0.04rem
}

.news {
	margin-bottom: 0.4rem;
}

.news-content {
	width: 100%;
	height: 2rem;
	display: flex;
	justify-content: space-between;
}

.news-content li {
	width: 2.77rem;
	height: 100%;
	background: #FFFFFF;
	box-shadow: 0 0.02rem 0.15rem 0 rgba(153, 153, 153, 0.20);
	padding: 0.3rem 0.3rem 0 0.3rem;
	transition: all .3s;
}

.news-content li a {
	display: block;
	width: 100%;
	height: 100%;
}

.news .news-content li:hover {
	background: #1677FF;
	color: #ffffff;
	transform: translateY(-5%);
}

.news .news-content li:hover a p {
	color: #ffffff;
}

.news-content li a p {
	width: 100%;
}

.news-content li a p:first-child {
	width: 2.17rem;
	height: 0.75rem;
	line-height: 0.25rem;
	font-size: 0.18rem;
	color: #333333;
	letter-spacing: 0;
	text-align: justify;
	font-weight: 600;
}

.news-content li a p:first-child+p,
.news-content li a p:first-child+p+p {
	margin-top: 0.15rem;
	height: 0.2rem;
	line-height: 0.2rem;
	font-size: 0.14rem;
	color: #999999;
	letter-spacing: 0;
	text-align: justify;
}

.news-content li a p:first-child+p+p {
	margin-top: 0.1rem;
}


/*侧边栏*/

.aside {
	display: none;
	background: #ffffff;
	position: fixed;
	top: 50%;
	right: 0;
	width: 0.7rem;
	box-shadow: 0 0.02rem 0.15rem 0 rgba(153, 153, 153, 0.20);
	z-index: 999;
	transform: translateY(-50%);
}

.aside ul {
	width: 100%;
}

.aside ul li {
	width: 100%;
	height: 0.68rem;
}

.aside ul li a {
	padding-top: 0.1rem;
	display: block;
	width: 100%;
	height: 100%;
}

.aside ul li img {
	display: block;
	height: 0.2rem;
	margin: 0 auto;
}

.aside ul li span {
	display: block;
	height: 0.17rem;
	margin: 0.1rem auto 0;
	font-size: 0.12rem;
	/* color: #333333; */
	text-align: center;
}

.aside ul li:hover {
	background: #1677FF20;
}


.service .move-title .title a :hover {
	color: #333333;
}

.thing-title a:hover {
	color: #333333;
}

.integration .move-title .title a:hover {
	color: #333333;
}

.store .move-title .title a:hover {
	color: #333333;
}

.evaluate .move-title .title a:hover {
	color: #ffffff;
}

.news .move-title .title a:hover {
	color: #333333;
}

#gs-departments {
	position: relative;
}

#gs-departments-list {
	background-color: #fff;
	-webkit-box-shadow: 0rem 0.02rem 0.1rem 0rem rgba(153, 153, 153, 0.30);
	-moz-box-shadow: 0rem 0.02rem 0.1rem 0rem rgba(153, 153, 153, 0.30);
	-o-box-shadow: 0rem 0.02rem 0.1rem 0rem rgba(153, 153, 153, 0.30);
	box-shadow: 0rem 0.02rem 0.1rem 0rem rgba(153, 153, 153, 0.30);
	padding: 0.2rem;
	position: absolute;
	top: 0.26rem;
	z-index: 999;
	display: none;
	box-sizing: content-box;
	left: 0.01rem;
}

.model_popup .popup-ts {
	text-align: left;
	line-height: 0.38rem;
	min-height: 0.38rem;
	font-size: 0.19rem;
	font-weight: bold;
	text-indent: 0.4rem;
	color: #333333;
}

.popup-ts {
	background-color: #ffffff;
}

.model_toast {
	width: 4.52rem;
	background: rgba(0, 0, 0, .5);
	border-radius: 0.08rem;
	text-align: center;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -1.2rem;
	margin-left: -2.26rem;
}

.model_toast .popup-toast {
	padding: 0.38rem 0.4rem;
	text-align: center;
	font-size: 0.16rem;
	color: #fff;
}

.model_popup .popup-text {
	text-align: left;
	font-size: 0.16rem;
	color: #333333;
	width: 11.2rem;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}

.popup-text {
	min-height: 1.55rem;
}

.popup-btn {
	padding-left: 0.4rem;
	overflow: hidden;
	margin-top: 0.15rem;
	margin-bottom: 0.15rem;
}

.popup-btn .sure {
	float: left;
	display: block;
	width: 0.6rem;
	height: 0.25rem;
	line-height: 0.25rem;
	background-color: #fff;
	cursor: pointer;
	font-size: 0.14rem;
	color: #3475f5;
	border: 1px solid #3475f5;
	margin-right: 0.2rem;
}

.popup-btn .alert_sure {
	margin: 0;
}

.popup-btn .cancel {
	float: left;
	display: block;
	width: 0.6rem;
	height: 0.25rem;
	line-height: 0.25rem;
	cursor: pointer;
	font-size: 0.14rem;
	background-color: #fff;
	border: 1px solid #3475f5;
	color: #3475f5;
}

.close_x {
	position: absolute;
	right: 0rem;
	top: 0rem;
	display: block;
	background-color: #1677ff;
	cursor: pointer;
}

.login_navContent a:hover {
	background: #1677ff;
}

.close_x i {
	width: 0.38rem;
	height: 0.38rem;
	display: block;
}

.popup-btn span#sure:hover {
	background-color: #1677ff;
	color: #fff;
}

.popup-btn span#cancel:hover {
	background-color: #1677ff;
	color: #fff;
}

.popup-text div:first-child+div ul {
	width: 100%;
	margin-top: 0.2rem;
	height: 0.3rem;
}

.popup-text div:first-child+div ul li {
	width: 1.38rem;
	line-height: 0.15rem;
	position: relative;
	float: left;
}

.popup-text div:first-child+div table ul:first-child li {
	height: 0.45rem;
}

.popup-text div:first-child+div table ul:first-child+ul li,
.popup-text div:first-child+div table ul:first-child+ul+ul li,
.popup-text div:first-child+div table ul:first-child+ul+ul+ul li {
	height: 0.45rem;
}

#alertContent::-webkit-scrollbar {
	width: 0.06rem;
	background-color: rgb(204, 194, 194);
}

#alertContent::-webkit-scrollbar-thumb {
	background-color: #5a76cd;
}

#alertContent {
	scrollbar-face-color: #5a76cd;
	scrollbar-highlight-color: #5a76cd;
	scrollbar-shadow-color: #5a76cd;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: rgb(204, 194, 194);
	scrollbar-darkshadow-color: #fff;
}

.dqwz_tit {
	color: #dbdbdb;
	line-height: 0.38rem;
	min-height: 0.38rem;
	display: block;
	padding-top: 0.2rem;
}

.dqwz_tit a {
	cursor: pointer;
	color: #0d1c28;
	font-size: 0.14rem;
	font-weight: 700;
}

.fgx_hx {
	background-color: #e4e4e4;
	height: 0.01rem;
	width: 11.2rem;
	margin: 0 auto;
}

.dqwz_bj {
	width: 100%;
	min-height: 1rem;
	padding-top: 0.1rem;
	padding-bottom: 0.1rem;
}

.dqwz_bj .dqwz_bj_nk {
	width: 100%;
	height: 100%;
}

.dqwz_bj .dqwz_bj_nk a {
	padding-left: 0.1rem;
	width: 14%;
	height: 0.3rem;
	line-height: 0.3rem;
	margin-right: 0.2rem;
	font-size: 0.14rem;
	color: #333333;
	display: inline-block;
	cursor: pointer;
}

.dqwz_bj .dqwz_bj_nk a:hover {
	background-color: #eeeeee;
}

.dqxz {
	display: none;
}

.model {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	min-height: 2.35rem;
	background-color: rgba(57, 61, 73, 0.6);
}

.model_popup {
	position: relative;
	width: 12rem;
	left: 50%;
	top: 22%;
	text-align: center;
	overflow: hidden;
	transform: translate(-50%, -50%);
	background-color: #fff;
	-webkit-box-shadow: 0rem 0.02rem 0.1rem 0rem rgba(153, 153, 153, 0.30);
	-moz-box-shadow: 0 0.02rem 0.1rem 0 rgba(153, 153, 153, 0.30);
	-o-box-shadow: 0rem 0.02rem 0.1rem 0rem rgba(153, 153, 153, 0.30);
	box-shadow: 0rem 0.02rem 0.1rem 0rem rgba(153, 153, 153, 0.30);
}

#toast {
	position: fixed;
	top: 18%;
	left: 50%;
	padding: 10px;
	width: 200px;
	margin-left: -100px;
	background-color: rgba(22, 119, 255, 0.80);
	color: #fff;
	text-align: center;
	box-shadow: 0.01rem 0.01rem 0.15rem rgba(0, 0, 0, 0.30);
	z-index: 999;
	font-size: 0.16rem;
	transition: all .3s ease;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translate3d(0, -1rem, 0);
	transform: translate3d(0, -1rem, 0);
}

#toast.visible {
	visibility: visible;
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

#gr-fr-reg {
	position: relative;
	display: inline-block;
}

.gr-fr-register-hover {
	display: none;
	position: absolute;
	left: -0.35rem;
	top: 0.3rem;
	width: 1.2rem;
	height: 0.9rem;
	padding: 0.1rem;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0.02rem 0.1rem 0 rgba(153, 153, 153, 0.30);
	-moz-box-shadow: 0 0.02rem 0.1rem 0 rgba(153, 153, 153, 0.30);
	-o-box-shadow: 0 0.02rem 0.1rem 0 rgba(153, 153, 153, 0.30);
	box-shadow: 0 0.02rem 0.1rem 0 rgba(153, 153, 153, 0.30);
	opacity: .97;
	z-index: 99;
}

#gr-fr-reg .gr-fr-register-hover:after {
	content: "";
	position: absolute;
	top: -0.05rem;
	left: 0.4rem;
	width: 0.15rem;
	height: 0.15rem;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #ffffff;
}

#gr-fr-reg .gr-fr-register-hover li:first-child {
	border-bottom: 0.01rem solid #e8e8e8;
	margin: 0;
}

#gr-fr-reg .gr-fr-register-hover li {
	margin: 0;
	line-height: 0.35rem !important;
	height: 0.35rem;
	width: 100%;
}

#gr-fr-reg .gr-fr-register-hover li a:first-child {
	font-size: 0.14rem;
	color: #666666;
}

#gr-fr-reg .gr-fr-register-hover li a:hover {
	color: #1677ff;
}

.tytb-zc {
	cursor: default;
}

.input-word {
	color: #1677ff;
}

@media screen and (max-width: 1203px) {
	html {
		font-size: 87.109375px
	}
}

@media screen and (max-width: 1193px) {
	html {
		font-size: 86.9586709px
	}
}

@media screen and (max-width: 1183px) {
	html {
		font-size: 86.8165785px
	}
}

@media screen and (max-width: 1173px) {
	html {
		font-size: 86.6830977px
	}
}

@media screen and (max-width: 1163px) {
	html {
		font-size: 86.5582286px
	}
}

@media screen and (max-width: 1153px) {
	html {
		font-size: 86.4419712px
	}
}

@media screen and (max-width: 1143px) {
	html {
		font-size: 86.3343254px
	}
}

@media screen and (max-width: 1133px) {
	html {
		font-size: 86.2352913px
	}
}

@media screen and (max-width: 1123px) {
	html {
		font-size: 86.14486885px
	}
}

@media screen and (max-width: 1113px) {
	html {
		font-size: 86.06305805px
	}
}

@media screen and (max-width: 1103px) {
	html {
		font-size: 85.9898589px
	}
}

@media screen and (max-width: 1093px) {
	html {
		font-size: 85.92527145px
	}
}

@media screen and (max-width: 1083px) {
	html {
		font-size: 85.86929565px
	}
}

@media screen and (max-width: 1073px) {
	html {
		font-size: 85.8219315px
	}
}

@media screen and (max-width: 1063px) {
	html {
		font-size: 85.783179px
	}
}

@media screen and (max-width: 1053px) {
	html {
		font-size: 85.7530382px
	}
}

@media screen and (max-width: 1043px) {
	html {
		font-size: 85.73150905px
	}
}

@media screen and (max-width: 1033px) {
	html {
		font-size: 85.71859155px
	}
}

@media screen and (max-width: 1025px) {
	.header {
		padding-left: 0.25rem;
		padding-right: 0.25rem;
	}

	.service .content .hd .prev,
	.service .content .hd .next {
		display: none;
	}

	.service .content .bd {
		width: 100%;
	}

	.service .content .bd ul li {
		margin-right: 0;
	}

	.lifecycle-content .lifecycle-detailed {
		margin-right: 0;
	}
}

@media screen and (max-width: 1200px) {

	.service .content .hd .prev,
	.service .content .hd .next {
		display: none;
	}

	pc-utils li:nth-child(2) {
		display: none;
	}

	pc-utils li:nth-child(3) {
		display: none;
	}

	pc-utils li:nth-child(4) {
		display: none;
	}

	.service .swiper-button-prev,
	.service .swiper-button-next {
		display: block;
	}

	.header {
		width: 100%;
	}

	.thing .thing-box {
		width: 100%;
	}

	.box1200 {
		width: 100%;
		padding: 0.1rem;
	}

	.subject .subject-content {
		width: 100%;
	}

	.login-box-iframe {
		margin-top: 0.4rem;
		width: auto;
		height: auto;
	}

	.syx {
		display: none;
	}
}

.utils>ul:last-child {
	display: none;
}

@media only screen and (max-width: 1023px) {
	.news .news-content {
		display: block;
	}

	.news .news-content li {
		width: 100%;
		height: 1.5rem;
		margin-bottom: 0.24rem;
	}

	.news .news-content li a {
		width: 100%;
	}

	.news .news-content li p:first-child {
		width: 100%;
		font-size: 0.20rem;
		line-height: 0.4rem;
		height: auto;
	}

	.news .news-content li p:nth-child(2) {
		display: none;
	}

	.news .news-content li p:last-child {
		margin-top: 0.1rem;
		line-height: 0.32rem;
		font-size: 0.18rem;
	}

	.store .store-content li {
		width: 49%;
		height: 0.72rem;
		line-height: 0.72rem;
	}

	.store .store-content li:nth-child(n+3) {
		margin-top: 0.24rem;
	}

	.store-content {
		height: auto;
	}

	.evaluate-box .evaluate-content {
		flex-wrap: wrap;
		align-content: flex-start;
		justify-content: space-between;
		height: auto;
		background: rgba(255, 255, 255, 0.15);
		padding: 0 0 0 0;
	}

	.evaluate-box .evaluate-content li {
		width: 33%;
		border: 1px solid rgba(255, 255, 255, 0.20);
		height: 1.5rem;
		padding-left: 0.42rem;
		padding-top: 0.2rem;
	}

	.evaluate-box {
		height: auto;
	}

	.evaluate-box {
		width: 100%;
		padding: 0.32rem 0.24rem 0.32rem 0.24rem;
		height: auto;
		background-size: auto 100%;
	}

	.integration .integration-content li {
		width: 48%;
		height: 2rem;
	}

	.integration .integration-content {
		height: auto;
		flex-wrap: wrap;
	}

	.integration .integration-content li:nth-child(n+3) {
		margin-top: 0.32rem;
	}
}

@media only screen and (max-width: 768px) {
	html {
		font-size: 100px
	}

	.header {
		position: relative;
	}

	.slideBox.slideBox-mb {
		display: block;
	}

	.slideBox.slideBox-pc {
		display: none;
	}

	.slideBox .hd {
		width: 100%;
	}

	.header-top {
		height: auto;
		margin-top: 0;
		padding: 0.24rem 0.4rem 0.24rem 0.24rem;
	}

	.region-select-box {
		position: absolute;
		right: 0.5rem;
		top: 1rem;
	}

	.logo {
		margin-right: 0.26rem;
	}

	.zwdt {
		display: none;
	}

	.header-center-box {
		margin-top: 0.2rem;
	}

	.logo img {
		height: 0.8rem;
	}

	.ty-select-box {
		width: 2630%;
		top: 0.3rem;
	}

	.ty-select-city-text {
		width: 1.5rem;
		text-align: left;
	}

	.ty-select-s .ty-select-city {
		width: 77%;
	}

	.region-select-box img:last-of-type {
		width: 0.2rem;
		height: 0.2rem;
	}

	.department-select {
		display: none;
	}

	.department-box .province,
	.region-select-box .province {
		height: 0.42rem;
		line-height: 0.42rem;
		border-left: 1px solid #FFFfff;
		font-size: 0.24rem;
		padding-left: 0.2rem;
	}

	.region-select {
		height: 0.5rem;
		border-radius: 0.25rem;
		line-height: 0.5rem;
		text-align: center;
	}

	.region-select img:first-of-type {
		width: 0.20rem;
		height: 0.25rem;
	}

	.department-box .region-select {
		width: 0.28rem;
		height: 0.28rem;
		padding: 0;
		margin: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.department-box .region-select img {
		margin-left: 0;
		display: block;
	}

	.department-box .region-select .site_local {
		display: none;
	}

	.header-center {
		display: none;
		position: absolute;
		top: 0.9rem;
		left: 0;
		background: #fff;
		height: auto;
		width: 100%;
		margin: 0;
		z-index: 999;
		box-shadow: 0 2px 10px 5px rgba(153, 153, 153, 0.30);
	}

	.region-select.top_site>div {
		display: block;
		justify-content: center;
		align-items: center;
		align-content: center;
	}

	.header-center li {
		width: 100%;
		height: 1.06rem;
		text-align: left;
		border-top: 1px solid #d8d8d8;
		line-height: 1.06rem;
		border-left: none;
		padding-left: 20px;
	}

	.region-select .ty-select-box {
		width: 455%;
		top: 0.3rem;
		left: -5.30rem;
	}

	.region-select .ty-select-city-text {
		width: 1.5rem;
		text-align: left;
		height: auto;
	}

	.region-select .ty-select-s .ty-select-city {
		width: 77%;
	}

	.region-select .header-center li:first-child {
		border-bottom: none;
		border-top: none;
		border-left: 10px solid #1677ff;
	}

	.header-center li a {
		padding-left: 0.22rem;
		color: #fff;
		font-size: 0.32rem;
		color: #333333;
		font-weight: 400;
		width: 100%;
		height: 100%;
		line-height: 1.06rem;
	}

	.login-box {
		display: none;
	}

	.login-box-iframe {
		display: none;
	}

	.utils>ul:first-child {
		display: none;
	}

	.utils>ul:last-child {
		display: flex;
	}

	.utils .mb-utils li {
		width: 0.36rem;
		height: 0.36rem;
	}

	.utils .mb-utils li img {
		display: block;
		width: 100%;
		height: 100%;
	}

	.header-bottom {
		margin-top: 0.7rem;
		padding-left: 0.24rem;
		padding-right: 0.24rem;
	}

	.header-bottom .search-box {
		margin: 0;
		width: 100%;
	}

	.header-bottom .search-box .welcome {
		font-size: 0.48rem
	}

	.search-box .search {
		margin-top: 0.24rem;
		width: 100%;
	}

	.search-box .search .search-info {
		width: 100%;
		height: 0.8rem;
	}

	.search-box .search .search-info .input {
		width: 5rem;
	}

	.search-box .search .search-info .input input,
	.search-box .search .search-info .btn input {
		font-size: 0.24rem;
	}

	.search-box .search .search-info .btn {
		width: 1rem;
	}

	.thing {
		display: none;
	}

	.thing-recommend-mb {
		display: block;
		width: 100%;
		padding: 0.35rem 0.24rem 0.55rem 0.24rem;
		background: #F4F6F8;
	}

	.tabBox .hd {
		width: 100%;
		height: 0.65rem;
		line-height: 0.65rem;
		font-size: 0.3rem;
		margin-bottom: 0.54rem;
	}

	.tabBox .hd ul {
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: flex-start;
	}

	.tabBox .hd ul li {
		height: 100%;
		width: auto;
		margin-right: 0.4rem;
	}

	.tabBox .hd ul li a {
		color: #666666;
		font-size: 0.3rem;
	}

	.tabBox .hd ul li.on {
		position: relative;
	}

	.tabBox .hd ul li.on:before {
		display: block;
		width: 0.64rem;
		content: '';
		height: 0.12rem;
		background: #1677ff;
		position: absolute;
		background: url("select1.png") center center no-repeat;
		background-size: 100% 100%;
		left: 50%;
		bottom: -0.2rem;
		transform: translateX(-50%);
	}

	.tabBox .hd ul li.on a {
		color: #333333;
		font-size: 0.46rem;
	}

	.tabBox .hd ul .on a {
		display: block;
		/* 修复Android 4.0.x 默认浏览器当前样色无效果bug */
	}

	.tabBox .bd {
		width: 100%;
		height: auto;
	}

	.tabBox .bd ul {
		width: 100%;
		height: auto;
	}

	.tabBox .bd li {
		padding-left: 0.22rem;
		width: 3.4rem;
		height: 0.64rem;
		line-height: 0.64rem;
		font-size: 24px;
		color: #333333;
		background: #FFFFFF;
		margin-top: 0.24rem;
	}

	.tabBox .bd li:nth-child(-n+2) {
		margin-top: 0;
	}

	.tabBox .bd li:nth-child(2n) {
		/* float: right; */
		float: left;
		margin-left: 3%;
	}

	.tabBox .bd li:nth-child(2n-1) {
		float: left;
	}

	.tabBox .bd li a {
		font-size: 0.24rem;
		color: #333333;
        overflow: hidden;
		width: 2.7rem;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.tabBox .bd li a {
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}

	.recommend {
		display: none;
	}

	.recommend-subject {
		padding: 0;
		margin: 0;
	}

	.subject {
		padding: 0.24rem 0.24rem 0 0.24rem;
		float: none;
		width: 100%;
	}

	.subject h2.title {
		width: 100%;
		height: 0.65rem;
		line-height: 0.65rem;
		font-size: 0.46rem;
		color: #333333;
	}

	.subject .subject-content {
		margin-top: 0.24rem;
		padding-top: 0;
		width: 100%;
		margin-top: 0.24rem;
		height: auto;
		padding-bottom: 0.28rem;
	}

	.subject .subject-content .bd {
		width: 100%;
		height: auto;
	}

	.subject .subject-content .bd .swiper-slide {
		width: 100%;
		height: auto;
	}

	.subject .subject-content .bd img {
		width: 100%;
		height: auto;
	}

	.subject-content .hd {
		position: absolute;
		bottom: 0;
		left: initial !important;
		right: 50%;
		top: initial !important;
		height: 0.05rem;
		width: auto;
		transform: translateX(50%);
	}

	.subject-content .hd span {
		width: 0.06rem;
		height: 0.06rem;
	}

	.subject-content .hd span.swiper-pagination-bullet-active {
		width: 0.24rem;
		height: 0.07rem;
		background: url("select1.png") center center no-repeat;
		background-size: 100% 100%;
		background-color: #ffffff !important;
	}

	.service {
		width: 100%;
		padding: 3% 3% 0 3%;
		margin-top: 0;
	}

	.service .move-title {
		height: 0.65rem;
	}

	.service .move-title .title {
		height: 0.65rem;
		line-height: 0.65rem;
		font-size: 0.46rem;
		color: #333333;
	}

	.service .move-title .title a {
		color: #333333;
	}

	.service .move {
		display: none;
	}

	.service .content .swiper-container.bd {
		width: 80%;
		height: auto;
		margin: 0 auto;
	}

	.service .content .swiper-container ul {
		width: 100%;
	}

	.service .content .bd.swiper-container ul li {
		width: 100%;
		height: auto;
		margin-right: 0;
	}

	.service .swiper-button-prev,
	.service .swiper-button-next {
		display: none;
	}

	.service .content .hd .prev,
	.service .content .hd .next {
		display: block;
		width: 0.28rem;
		height: 0.70rem;
	}

	.service .content .hd .next {
		right: 0;
		border-radius: 0;
		box-shadow: none;
		background: url(arrow-right-bold.png) center center no-repeat #E7F1FF;
		background-size: 0.12rem 0.18rem;
	}

	.service .content .hd .prev {
		left: 0;
		border-radius: 0;
		box-shadow: none;
		background: url(arrow-left-bold.png) center center no-repeat #E7F1FF;
		background-size: 0.12rem 0.18rem;
	}

	.service .content .bd .swiper-slide .title {
		padding-top: 1rem;
	}

	.service .content .bd .swiper-slide .title h3 {
		font-size: 0.45rem;
		height: 0.5rem;
		line-height: 0.5rem;
	}

	.service .content .bd .swiper-slide .title p {
		margin-top: 0.2rem;
		font-size: 0.32rem;
		height: 0.4rem;
		line-height: 0.4rem;
		width: 4rem;
	}

	.service .content {
		margin-top: 0.24rem;
	}
	
	.service-container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.service-left {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: space-between;
}
.service-left li {
    width: 49%;
    height: 1.75rem;
    margin-top: 0.25rem;
    position: relative;
}
.service-right {
    width: 100%;
}
.service-left li a p {
    line-height: 0.4rem;
}

	.lifecycle-box {
		width: 100%;
		padding: 0.24rem;
		background-size: auto 100%;
		height: auto;
	}

	.lifecycle-box .lifecycle {
		width: 100%;
	}

	.lifecycle-box .lifecycle .lifecycle-header {
		display: block;
	}

	.lifecycle-box .lifecycle .lifecycle-header h2 {
		height: 0.65rem;
		font-size: 0.46rem;
		width: 100%;
	}

	.lifecycle-box .lifecycle .lifecycle-header ul {
		margin-left: 0;
		justify-content: space-between;
		height: auto;
	}

	.lifecycle-box .lifecycle-list li {
		text-align: center;
		margin-right: 0;
	}

	.lifecycle-box .lifecycle-list li:before {
		width: 0.16rem;
		height: 0.16rem;
		margin: 0.16rem auto;
	}

	.lifecycle-box .lifecycle-list li.active:before {
		display: block;
		width: 0.4rem;
		height: 0.4rem;
		margin: 0 auto;
		background-size: 0.4rem 0.4rem;
	}

	.lifecycle-box .lifecycle-list li span {
		box-sizing: border-box;
		display: block;
		width: 0.74rem;
		font-size: 0.2rem;
		text-align: center;
		margin: 0.1rem auto 0;
		line-height: 0.4rem
	}

	.lifecycle-box .lifecycle-list li.active span {
		background: #E7F1FF;
		border: 1px solid #1677FF;
		border-radius: 4px;
		font-size: 0.20rem;
		color: #1677FF;
		letter-spacing: 0;
		text-align: center;
	}

	.lifecycle-box .swiper-container .lifecycle-detailed {
		width: 3.4rem;
		height: 3.08rem;
		margin-right: 0;
	}

	.lifecycle-detailed>div {
		height: 0.5rem;
	}

	.lifecycle-detailed>div a {
		height: 0.37rem;
	}

	.lifecycle-detailed>div a h5 {
		font-size: 0.26rem;
	}

	.lifecycle-detailed>div a div {
		font-size: 0.20rem;
	}

	.lifecycle-detailed>div a img {
		height: 0.28rem;
	}

	.lifecycle-detailed ul li {
		height: 0.34rem;
		margin-bottom: 0.20rem;
	}

	.lifecycle-detailed ul li a {
		font-size: 0.24rem;
	}

	.lifecycle-box .legal-person .lifecycle-list li span {
		height: 0.8rem;
		padding: 0 0.1rem;
	}

	.legal-person {
		margin-top: 0.25rem;
	}

	.integration {
		width: 100%;
		margin: 0;
		padding: 0.24rem 0.24rem 0 0.24rem;
	}

	.integration .move-title {
		width: 100%;
		height: 0.65rem;
	}

	.integration .move-title .title {
		font-size: 0.46rem;
	}

	.integration .move-title>.move {
		height: 100%;
		line-height: 0.65rem;
		padding-right: 0.4rem;
		width: auto;
		background: url("jt-1677ff.png") center right no-repeat;
		background-size: 0.3rem 0.1rem;
	}

	.integration .move-title .move a span {
		color: #1677FF;
		font-size: 0.24rem;
	}

	.integration .integration-content li {
		width: 100%;
		height: 2rem;
	}

	.integration .integration-content {
		height: auto;
		flex-wrap: wrap;
	}

	.integration .integration-content li {
		margin-top: 0.32rem;
	}
	
	.integration-content li h6 {
		height: 0.5rem;
		width: 100%;
		font-size: 0.3rem;
	}
	.integration-content li p {
		margin-top: 0.15rem;
		width: 100%;
		height: 0.6rem;
		line-height: 0.3rem;
		font-size: 0.16rem;
	}
	.integration-content li div a:first-child {
		width: 2rem;
		line-height: 0.4rem;
		border-radius: 0.2rem;
	}
	.integration-content li div a:last-child {
		width: 2rem;
		line-height: 0.4rem;
		border-radius: 0.2rem;
	}
	.integration-content li div {
		height: 0.4rem;
		margin-top: 0;
	}

	.store {
		width: 100%;
		margin: 0;
		padding: 0.24rem 0.24rem 0 0.24rem;
	}

	.store .move-title {
		width: 100%;
		height: 0.65rem;
	}

	.store .move-title .title {
		font-size: 0.46rem;
	}

	.store .move-title>.move {
		height: 100%;
		line-height: 0.65rem;
		padding-right: 0.4rem;
		width: auto;
		background: url("jt-1677ff.png") center right no-repeat;
		background-size: 0.3rem 0.1rem;
	}

	.store .move-title .move a span {
		color: #1677FF;
		font-size: 0.24rem;
	}

	.store .store-content {
		height: auto;
	}

	.store .store-content li {
		width: 3.4rem;
		height: 0.72rem;
	}

	.store .store-content li:nth-child(n+3) {
		margin-top: 0.24rem;
	}

	.store .store-content li a {
		line-height: 0.72rem;
		font-size: 0.2rem;
	}

	.news {
		width: 100%;
		margin: 0;
		padding: 0.24rem 0.24rem 0 0.24rem;
	}

	.news .move-title {
		width: 100%;
		height: 0.65rem;
	}

	.news .move-title .title {
		font-size: 0.46rem;
	}

	.news .move-title>.move {
		height: 100%;
		line-height: 0.65rem;
		padding-right: 0.4rem;
		width: auto;
		background: url("jt-1677ff.png") center right no-repeat;
		background-size: 0.3rem 0.1rem;
	}

	.news .move-title .move a span {
		color: #1677FF;
		font-size: 0.24rem;
	}

	.news .news-content {
		display: block;
	}

	.news .news-content li {
		width: 100%;
		height: 2.2rem;
		margin-bottom: 0.24rem;
	}

	.news .news-content li a {
		width: 100%;
	}

	.news .news-content li p:first-child {
		width: 100%;
		font-size: 0.26rem;
		line-height: 0.5rem;
		height: auto;
	}

	.news .news-content li p:nth-child(2) {
		display: none;
	}

	.news .news-content li p:last-child {
		margin-top: 0.3rem;
		line-height: 0.32rem;
	}

	.aside {
		display: none !important;
	}

	.evaluate-box {
		width: 100%;
		padding: 0.32rem 0.24rem 0.32rem 0.24rem;
		height: auto;
		background-size: auto 100%;
	}

	.evaluate-box .evaluate {
		padding: 0;
	}

	.evaluate-box .evaluate .move-title {
		width: 100%;
		height: 0.65rem;
		line-height: 0.65rem;
	}

	.evaluate-box .evaluate .title {
		font-size: 0.46rem;
		line-height: 0.65rem;
	}

	.evaluate-box .evaluate .introduce {
		font-size: 0.24rem;
		line-height: 0.65rem;
		margin-left: 0.3rem;
	}

	.evaluate-box .evaluate-content {
		flex-wrap: wrap;
		align-content: flex-start;
		justify-content: space-between;
		height: auto;
		background: rgba(255, 255, 255, 0.15);
		padding: 0 0 0 0;
	}

	.evaluate-box .evaluate-content li {
		width: 50%;
		border: 1px solid rgba(255, 255, 255, 0.20);
		height: 1.5rem;
		padding-left: 0.42rem;
		padding-top: 0.2rem;
	}

	.evaluate-content>li div:first-child span:first-child {
		font-size: 0.54rem;
	}

	.evaluate-content>li div:first-child span:nth-child(2) {
		font-size: 24px;
		color: #FFFFFF;
		margin-left: 0.2rem;
		margin-top: 0.2rem;
	}

	.evaluate-content>li div:last-child {
		margin-top: 0.08rem;
		height: 0.24rem;
		line-height: 0.24rem;
		font-size: 0.3rem;
		color: #FFFFFF;
	}

	.evaluate-box .ts-move {
		display: none;
	}

	.news-content {
		height: auto;
	}

	.lifecycle-detailed>ul {
		height: auto;
	}

	.lifecycle-detailed ul li a {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		display: block;
	}

	.user-set-box {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #00000080;
		z-index: 999;
	}

	.user-set-box .user-set {
		display: none;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		background: #eeeeee;
	}

	.user-set-box .user-set li {
		width: 100%;
		height: 1rem;
		line-height: 1rem;
		background: #ffffff;
		color: #333333;
		font-size: 0.20rem;
		margin-left: 0;
		text-align: center;
		border-top: 1px solid #eeeeee;
	}

	.user-set-box .user-set li:first-child {
		border-top: none;
	}

	.user-set-box .user-set li:last-child {
		border-top: none;
		margin-top: 0.2rem;
	}

	.user-set-box .user-set li a {
		display: block;
		width: 100%;
		height: 100%;
		line-height: 1rem;
		background: #ffffff;
		color: #333333;
		font-size: 0.20rem;
		text-align: center;
	}
}

@media only screen and (max-width: 374px) {
	.lifecycle-box .legal-person .lifecycle-list li span {
		padding: 0 0;
	}
}

.news-window {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 300px;
	height: 250px;
	box-shadow: 0 0.1rem 0.75rem 0 rgb(9 41 77 / 15%);
	padding: 30px 20px 0;
	overflow: hidden;
	z-index: 9999;
	display: none;
	border-radius: 2px;
	background-color: #fff;
	overflow: hidden;
	color: #303133;
	transition: .3s;
}

.news-window:hover {
	box-shadow: 0 2px 12px 0 rgb(0 0 0 / 20%);
}

.news-window .news-window-top {
	width: 100%;
	height: 60px;
	position: relative;
}

.news-window .news-window-top .news-window-title {
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 60px;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
}

.news-window .close-window {
	background: url("close-window.png") center center no-repeat;
	height: 30px;
	width: 30px;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
}

.window-content {
	width: 100%;
	height: 190px;
	background: #ffffff;
	box-sizing: border-box;
	zoom: 1;
	vertical-align: middle;
}

.window-content p {
	line-height: 24px;
	font-size: 14px;
	text-indent: 32px;
}

.window-content a {
	color: #1677ff;
	text-decoration: none;
}

/* 去订阅 */
.subscribe-box {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background: #00000030;
}

.subscribe-box .subscribe-dialog {
	width: 960px;
	margin: 100px auto 0;
	padding: 25px;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.subscribe-box .subscribe-dialog .subscribe-dialog-header {
	text-align: center;
	margin-bottom: 20px;
}

.subscribe-box .subscribe-dialog .subscribe-dialog-header h1 {
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 20px;
}

.subscribe-box .layui-form-item .layui-form-checkbox {
	margin-top: 20px;
}

.subscribe-box .layui-form-checkbox i {
	height: 100%;
}

.subscribe-box .layui-input-block {
	margin-left: auto;
	min-height: 36px;
	text-align: center;
	color: #2b92f0;
}

.subscribe-box .layui-form-checked span,
.subscribe-dialog-box .layui-form-checked:hover span {
	background-color: #2b92f0;
}

.subscribe-box .layui-form-checked i,
.subscribe-dialog-box .layui-form-checked:hover i {
	color: #2b92f0;
}

.subscribe-box .layui-btn-primary:hover {
	border-color: #2b92f0;
	color: #333;
}

.subscribe-box .layui-form-checked,
.subscribe-box .layui-form-checked:hover {
	border-color: #2b92f0;
}

.subscribe-box .layui-form-checked span,
.subscribe-box .layui-form-checked:hover span {
	background-color: #2b92f0;
}

.subscribe-box .layui-form-checked i,
.subscribe-box .layui-form-checked:hover i {
	color: #2b92f0;
}

.subscribe-box .layui-btn{
	height: 38px;
	line-height: 38px;
	border: 1px solid transparent;
	padding: 0 18px;
	background-color: #2b92f0;
	color: #fff;
	white-space: nowrap;
	text-align: center;
	font-size: 14px;
	border-radius: 2px;
	cursor: pointer;
}
@media only screen and (max-width: 768px) {
    /* 首页一件事区划选择弹窗 */
	.one-thing-box .one-thing-container {
		width: 100%;
		margin: 0;
		margin-top: 0;
		position: absolute;
		left: 0;
		bottom: 0;
	}
}