body, html {
    font: 14px/1.5 'Microsoft Yahei','\5FAE\8F6F\96C5\9ED1',Arial,'Hiragino Sans GB','\5B8B\4F53';
}

* {
	margin: 0;
	padding: 0;
}

ul,
li {
	list-style: none;
}

a,a:hover {
	text-decoration: none;
}

html {
	height: 100%;
}
.navigation-bg {
	width: 100%;
	height: 100%;
	background-image: url(../images/bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.navigation-title {
	display: flex;
	justify-content: center;
	height: calc(20% - 50px);
	width: 100%;
	align-items: flex-end;
	padding-bottom: 50px;
}
.navigation-title>div {
	display: flex;
	justify-content: center;
}
.navigation-title img {
	width: 100%;
}
.navigation-content {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 50px;
	height: calc(80% - 50px);
}
.navigation-item {
	width: 50%;
}
.big-inner {
	display: flex;
	flex-direction: column;
	padding: 0 80px 20px;
}
.navigation-item-title {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: row;
	padding-left: 10px;
	margin-bottom: 6px;
}
.navigation-item-title>span {
	width: 6px;
	height: 36px;
	margin-right: 10px;
	background-color: #236bff;
}
.navigation-item-title>div {
	font-size: 32px;
	color: #fff;
	font-weight: 600;
	text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.navigation02 .navigation-item-title>span {
	background-color: #008edf;
}
.navigation03 .navigation-item-title>span {
	background-color: #13a9dc;
}
.navigation-item-body {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
.small-inner {
	width: 25%;
}
.real-item {
	padding: 10px;
}
.item-inner {
	background-color: #236bff;
	display: flex;
	align-items: center;
	border-radius: 4px;
	padding: 15px;
	font-size: 22px;
	color: #fff;
	justify-content: center;
	text-align: center;
	min-height: 150px;
	line-height: 36px;
	box-shadow: 0 6px 6px rgba(0,0,0,0.2);
}
.navigation02 .item-inner {
	background-color: #008edf;
}
.navigation03 .item-inner {
	background-color: #13a9dc;
}
.item-inner:hover {
	transform: scale(1.08);
	background-color: #2727f7;
}
@media (max-width: 1500px) {
	.navigation-title img {
		width: 75%;
	}
	.navigation-item-title {
		font-size: 28px;
		margin-bottom: 0;
		height: calc(20% - 20px);
	}
	.item-inner {
		padding: 10px;
		font-size: 20px;
		min-height: 120px;
		line-height: 32px;
	}
}


/* 登录页样式 */
.login-bg {
    width: 100%;
	height: 100%;
	overflow: hidden;
	background: url(../images/loginBg.jpg) no-repeat center center;
	background-size: cover;
}
.login-title {
	width: 100%;
	height: 68px;
	line-height: 68px;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	padding-left: 30px;
}
.login-title>h1 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 0;
	margin-top: 0;
}
.login-content {
	width: 100%;
	height: calc(100% - 69px);
}
.login-content>.login-right {
	width: 100%;
	position: relative;
	height: 100%;
}
.login-content>.login-right>.login-box {
	margin-left: -300px;
	position: absolute;
	left: 80%;
	top: 50%;
	margin-top: -260px;
    padding: 20px 50px 30px;
	background-color: #fff;
	box-shadow: 0 0 6px 6px rgba(0,0,0,0.05);
}
.login-content>.login-right>.login-box>h2 {
	margin: 0 0 10px 0;
	font-size: 24px;
	color: #213b59;
	line-height: 60px;
}
.outside-login-form {
	width: 300px;
}
.outside-login-form>.login-item {
    width: 100%;
}
.outside-login-form>.input-item {
    position: relative;
	margin-bottom: 10px;
	font-size: 14px;
}
.outside-login-form>.input-item>.login-icon {
	position: absolute;
	left: 10px;
	top: 10px;
    width: 20px;
	height: 20px;
	background-image: url(../images/loginIcons.png);
}
.outside-login-form>.input-item>.login-input {
    width: 260px;
    height: 40px;
	padding-left: 40px;
	border: none;
	border-bottom: 1px solid #ddd;
}
.outside-login-form>.input-item>.login-input:focus {
	outline: none;
	border: none;
	border-bottom: 1px solid #2fa6e5;
}
.second-login-icon {
	background-position: 0 -20px;
}
.third-login-icon {
	background-position: 0 -40px;
}
.outside-login-form>.input-item>.login-code {
    position: absolute;
	right: 0;
	width: 110px;
	height: 38px;
	border: none;
	background-color: orange;
	top: 0;
}
.outside-login-form>.code-item {
	margin-bottom: 10px;
}
.remmberme-checkbox {
	display: flex;
	align-items: center;
}
.remmberme-checkbox>input {
	cursor: pointer;
}
.remmberme-checkbox>label {
	margin-left: 5px;
	cursor: pointer;
}
.outside-login-btn {
	width: 100%;
	height: 40px;
	background: linear-gradient(to right, #4abefb, #a282ff);
	font-size: 16px;
	line-height: 40px;
	border: none;
	text-align: center;
	color: #fff;
	cursor: pointer;
	margin-top: 15px;
}
.other-application {
	padding: 20px 20px 0;
	display: flex;
	justify-content: space-between;
}
.other-application-item {
	width: 92px;
	height: 92px;
	border: 1px solid #ddd;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	font-size: 16px;
	background-color: #fff;
	color: #3baae6;
}
.other-application-icon {
	margin: 0;
	width: 60px;
	height: 60px;
	background-image: url(../images//loginOtherIcons.png);
	cursor: pointer;
}
.second-application-item {
	color: #825fef;
}
.second-application-item>.other-application-icon {
	background-position: 0 -60px;
}
.other-application-item:hover {
	border-color: #3baae6;
}
.second-application-item:hover {
	border-color: #825fef;
}
@media (max-width: 768px) {
	.login-title {
		width: 100%;
		text-align: center;
		padding-left: 0px;
	}
	.login-title>h1 {
		font-size: 14px;
		font-weight: 550;
	}
	.login-content>.login-right {
		display: flex;
		align-items: center;
		justify-content: center;
		position: static;
	}
	.login-content>.login-right>.login-box {
		margin-left: 0;
		position: static;
		left: 0;
		top: 0;
		margin-top: 0;
		padding: 20px;
	}
}


/* 新增导航页样式 */
.navigation-mine {
    position: absolute;
	right: 0;
	top: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 60px;
}
.navigation-mine-item {
	margin-right: 20px;
	padding: 0 10px;
	height: 28px;
	background-color: rgba(255,255,255,0.2);
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	border-radius: 14px;
	cursor: pointer;
}
.navigation-mine-item>label {
	width: 14px;
	height: 14px;
	background-image: url(../images/navigationIcons.png);
	margin-right: 5px;
}
.navigation-mine-item:hover {
	box-shadow:  0 2px 4px rgba(0,0,0,0.15);
}
.second-mine-item>label {
	background-position: 0 -14px;
}
.thrid-mine-item>label {
	background-position: 0 -28px;
}


/* 2022-08-06新增样式 */
/* CDN 服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
	font-family: "仓耳渔阳体 W04";font-weight: 700;src: url("../fonts/myfont.woff2") format("woff2"),
	url("../fonts/myfont.woff") format("woff");
	font-display: swap;
}
.new-navigation-bg {
    width: 100%;
	height: 100%;
	background: url(../images/newnavigationBg.jpg) no-repeat center center;
	background-size: cover;
}
.new-navigation-content {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.new-navigation-title {
    font-size: 40px;
	color: #fff;
	text-shadow: 0 2px 2px rgba(0,0,0,0.15);
	height: 20%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "仓耳渔阳体 W04";
}
.new-navigation-body {
	width: 1320px;
	margin: auto;
	height: 80%;
}
.new-navigation-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 60px;
}
.new-item-head {
	flex-direction: column;
	display: flex;
	align-items: center;
}
.new-item-head>h2 {
	font-size: 28px;
	color: #fff;
	font-weight: 500;
}
.new-item-head>div {
    width: 120px;
	height: 4px;
	border-radius: 2px;
	background-color: rgba(255,255,255,0.5);
	position: relative;
}
.new-item-head>div>span {
    position: absolute;
	width: 60px;
	left: 0;
	top: 0;
	height: 4px;
	border-radius: 2px;
	background-color: #fff;
}
.new-item-body {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	margin-top: 30px;
}
.block-item {
	width: 400px;
	height: 200px;
	border-radius: 6px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.15);
	transition: box-shadow .4s,transform .4s;
}
.block-item:hover {
	transform: translateY(-3%);
	box-shadow: 0 4px 4px rgba(0,0,0,0.2);
}
.block-item-inner {
	position: relative;
    width: 100%;
    height: 100%;
}
.block-name {
	color: #fff;
	font-size: 22px;
	position: absolute;
    width: 100%;
    bottom: 40px;
    text-align: center;
}
.cyan-bg {
	background-image: linear-gradient(120deg, #28b4d7, #31bfe3);
}
.blue-bg {
	background-image: linear-gradient(120deg, #287fd7, #348be4);
}
.orange-bg {
	background-image: linear-gradient(120deg, #da8121, #e89841);
}
.purple-bg {
	background-image: linear-gradient(120deg, #2752e0, #315be3);
}
.red-bg {
	background-image: linear-gradient(120deg, #f0485c, #f45f70);
}
.green-bg {
	background-image: linear-gradient(120deg, #49b880, #4ec88a);
}
.block-img {
	width: 142px;
	height: 125px;
	background-image: url(../images/newnavigationIcons.png);
	position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -36px;
}
.first-block-item .block-img {
	background-position: 0 0;
}
.second-block-item .block-img {
	background-position: 0 -125px;
}
.thrid-block-item .block-img {
	background-position: 0 -250px;
}
.fourth-block-item .block-img {
	background-position: 0 -375px;
}
.fifth-block-item .block-img {
	background-position: 0 -500px;
}
.sixth-block-item .block-img {
	background-position: 0 -625px;
}

@media (max-width: 1600px) {
	.new-navigation-title {
		height: 17%;
		font-size: 34px;
	}
	.new-navigation-body {
		height: 83%;
		width: 1150px;
	}
	.new-item-head>h2 {
		font-size: 26px;
	}
	.new-item-head>div {
		width: 110px;
	}
	.new-item-head>div>span {
		width: 55px;
	}
	.block-item {
		width: 350px;
		height: 170px;
	}
	.block-img {
		top: 30px;
		transform: scale(0.88);
		margin-left: -34px;
	}
	.block-name {
		bottom: 30px;
		font-size: 20px;
	}
	.new-navigation-item {
		margin-bottom: 50px;
	}
}

@media (max-width: 1366px) {
	.new-navigation-title {
		height: 15%;
		font-size: 30px;
	}
	.new-navigation-body {
		height: 85%;
		width: 940px;
	}
	.new-item-head>h2 {
		font-size: 22px;
	}
	.new-item-head>div {
		width: 100px;
	}
	.new-item-head>div>span {
		width: 50px;
	}
	.block-item {
		width: 290px;
		height: 140px;
	}
	.block-img {
		top: 10px;
		transform: scale(0.7);
		margin-left: -42px;
	}
	.block-name {
		bottom: 25px;
		font-size: 18px;
	}
	.new-navigation-item {
		margin-bottom: 40px;
	}
}


.appBg {
	width: 100%;
	height: 100%;
	background-image: url(../images/appBg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.app-head {
	height: 80px;
}
.head-content {
	height: 78px;
}
.app-center {
	width: 1200px;
	margin: auto;
}
.app-head-content {
	height: 100%;
	display: flex;
	align-items: center;
}
.app-content {
	height: calc(100% - 80px);
}
.app-primary {
	height: 100%;
	display: flex;
	align-items: center;
}
.leftItem {
    width: 50%;
	padding-bottom: 100px;
}
.slogan-img {
	margin: 30px 0;
}
.slogan-img img {
	opacity: 0.95;
}
.code {
	margin: 20px 0;
	float: left;
	width: 100%;
}
.code-list li {
	float: left;
	margin-right: 15px;
	background-color: rgba(255, 255, 255, 0.3);
	padding: 8px;
}
.code-list li p {
	line-height: 20px;
	text-align: center;
	color: #fff;
	margin-bottom: 5px;
}
.rightItem {
	width: 50%;
    text-align: right;
	padding-bottom: 30px;
}

@media (max-width: 1600px) {
	.block {
		margin-top: 0;
	}
	.block h2 {
		margin-bottom: 10px;
	}
	.inner a {
		height: 114px;
	}
	.head {
		height: 68px;
	}
	.title {
		height: 66px;
	}
	.title .center {
		height: 66px;
	}
	.center h1 {
		line-height: 66px;
	}
	.app-head {
		height: 70px;
	}
	.app-content {
		height: calc(100% - 70px);
	}
	.footer {
		bottom: 10px;
	}
	.rightItem img {
		max-height: 440px;
	}
}
@media (min-width: 1600px) {
	.center {
		width: 86%;
	}
}

/* 谷城导航页样式 */
.gc-navigation-bg {
	background-image: url(../images/gcNavigationBg.jpg);
}
.gc-navigation-content {
	width: 100%;
	height: 100%;
}
.gc-navigation-title {
	font-family: '微软雅黑';
	display: flex;
    align-items: center;
	width: 100%;
	justify-content: center;
	line-height: 48px;
	padding-top: 50px;
}
.gc-navigation-title>span {
    font-size: 36px;
	color: #fff;
	text-shadow: 0 2px 4px rgba(0,0,0,0.15);
}
.gc-navigation-title>img {
	width: 48px;
	height: auto;
	margin-right: 10px;
}
.gc-navigation-body {
	height: calc(100% - 98px);
}
.gc-navigation-center {
	width: 1170px;
	margin: auto;
	height: 100%;
	display: flex;
	align-items: center;
}
.gc-navigation-inner {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 50px;
}
.gc-navigation-item {
    padding: 10px 15px;
}
.gc-navigation-item>a {
	display: flex;
	flex-direction: column;
	box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}
.gc-navigation-item>a:hover {
	transform: translateY(-2%);
}
.gc-navigation-item-inner  {
	width: 360px;
	height: 154px;
	background-color: rgba(255,255,255,0.15);
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.gc-icon {
	width: 80px;
	height: 80px;
	background-image: url(../images/gcIcons.png);
}
.second-gc-icon {
	background-position: 0 -80px;
}
.thrid-gc-icon {
	background-position: 0 -160px;
}
.fourth-gc-icon {
	background-position: 0 -240px;
}
.fifth-gc-icon {
	background-position: 0 -320px;
}
.sixth-gc-icon {
	background-position: 0 -400px;
}
.seventh-gc-icon {
	background-position: 0 -480px;
}
.eightth-gc-icon {
	background-position: 0 -560px;
}
.ninth-gc-icon {
	background-position: 0 -640px;
}
.gc-item-title {
	color: #fff;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
	font-size: 22px;
}
.gc-line {
	width: 360px;
	height: 6px;
	background: linear-gradient(to left, #e0eefa, #ceddfe);
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	opacity: 0.58;
}
@media (max-width: 1366px) {
	.gc-navigation-title {
		line-height: 36px;
		padding-top: 40px;
	}
	.gc-navigation-title>span {
		font-size: 28px;
	}
	.gc-navigation-title>img {
		width: 36px;
	}
	.gc-navigation-body {
		height: calc(100% - 76px);
	}
	.gc-navigation-item-inner  {
		height: 136px;
	}
	.gc-navigation-inner {
		padding-bottom: 10px;
	}
	.gc-item-title {
		font-size: 18px;
	}
}

/* 谷城登录样式 */
.gc-login-content {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-image: url(../images/gcLoginBg.jpg);
	background-size: cover;
	background-position: center center;
}

.gc-login-title {
	padding-top: 100px;
}
.gc-login-body {
	height: calc(100% - 148px);
}
.gc-login-center {
	justify-content: center;
	align-items: flex-start;
	padding-top: 80px;
}
.gc-login-form-wrapper {
	width: 460px;
	height: 540px;
	background-color: rgba(255, 255, 255, 0.3);
	border-radius: 16px;
	box-shadow: 0 0 20px 20px rgba(0,0,0,0.05);
	display: flex;
	justify-content: center;
	align-items: center;
}
.gc-login-form-inner{
	width: 340px;
	height: 450px;
	background-color: #fff;
	border-radius: 14px;
	padding: 30px 45px;
}
.gc-welcome {
    color: #0070f1;
	font-size: 20px;
	text-align: center;
	font-weight: 550;
}
.gc-login-item {
	width: 100%;
    height: 46px;
	margin-top: 20px;
	position: relative;
}
.gc-login-input {
	width: calc(100% - 32px);
	padding: 0 15px;
	position: absolute;
	background-color: #fff;
	font-size: 16px;
	color: #333;
	line-height: 44px;
	border: 1px solid #ddd;
	border-radius: 4px;
}
.gc-login-input:focus {
	border: 1px solid #0070f1;
	outline: none;
}
.gc-login-tips {
	line-height: 20px;
	margin-top: 10px;
}
.gc-login-tips>span {
	color: #0070f1;
}
.gc-login-btn {
	height: 44px;
	width: 100%;
	margin-top: 10px;
	background-color: #0070f1;
	border-radius: 4px;
	line-height: 44px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	border: none;
	cursor: pointer;
}
.gc-login-btn:active,.gc-login-btn:hover {
	background-color: #0e7af7;
}
/* 验证码 */
.login-code {
	position: absolute;
	top: 3px;
	right: 2px;
	background-color: #ddd;
	width: 130px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.app-entrance {
	height: 44px;
	font-size: 18px;
	background-color: #FFF;
	width: 100%;
	margin-top: 20px;
	border: 1px solid #0e7af7;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	color: #0e7af7;
}
.app-entrance>span {
	width: 20px;
	height: 20px;
	background-image: url(../images/icon2.png);
	background-position: 0 -20px;
	margin-right: 5px;
}


@media (max-width: 1600px) {
	.gc-login-title {
		padding-top: 70px;
	}
	.gc-login-body {
		height: calc(100% - 118px);
	}
	.gc-login-center {
		padding-top: 40px;
	}
}
@media (max-width: 1366px) {
	.gc-login-title {
		padding-top: 40px;
	}
	.gc-login-body {
		height: calc(100% - 88px);
	}
	.gc-login-center {
		padding-top: 30px;
	}
	.gc-login-form-wrapper {
		width: 440px;
		height: 460px;
	}
	.gc-login-form-inner{
		width: 320px;
		height: 370px;
	}
	.gc-login-item {
		height: 44px;
	}
}


/* 谷城APP应用下载页面样式 */
.gc-app-bg {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-image: url(../images/gcAppBg.jpg);
	background-size: cover;
	background-position: center center;
}
.gc-app-head {
	width: 100%;
	height: 60px;
	background: #fff;
	box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
.gc-app-head>div {
	width: 1200px;
	height: 60px;
	margin: auto;
	display: flex;
	align-items: center;
}
.gc-app-head>div>img {
	width: 40px;
	margin-right: 6px;
}
.gc-app-head>div>span {
	font-size: 26px;
    color: #0070f1;
}
.gc-app-content {
	height: calc(100% - 60px);
}
.gc-app-center {
	width: 1200px;
	margin: auto;
	height: 100%;
	display: flex;
	align-items: center;
}
.gc-leftItem {
    width: 50%;
	padding-bottom: 100px;
}
.gc-slogan-img {
	margin: 30px 0;
}
.gc-slogan-img img {
	opacity: 0.95;
}
.gc-code {
	margin: 20px 0;
	float: left;
	width: 100%;
}
.gc-code-list li {
	float: left;
	margin-right: 15px;
	margin-top: 10px;
	background-color: rgba(255, 255, 255, 0.3);
	padding: 8px;
}
.gc-code-list li>img {
	width: 128px;
	height: 128px;
}
.gc-code-list li p {
	line-height: 20px;
	text-align: center;
	color: #fff;
	margin-bottom: 5px;
}
.gc-rightItem {
	width: 50%;
    text-align: right;
	padding-bottom: 30px;
}
@media (max-width: 1600px) {
	.gc-rightItem>img {
		width: 480px;
	}
}
@media (max-width: 1366px) {
	.gc-rightItem>img {
		width: 450px;
	}
	.gc-app-head>div {
		width: 1080px;
		font-size: 24px;
	}
	.gc-app-center {
		width: 1080px;
	}
	.gc-code-list li>img {
		width: 120px;
		height: 120px;
	}
	.gc-slogan-img img {
		width: 400px;
	}
}

/* 没有权限 */
.gc-navigation-item>a.gc-gray {
    box-shadow: none;
}
.gc-navigation-item>a.gc-gray .gc-line {
	opacity: 0.1;
}
.gc-navigation-item>a.gc-gray .gc-icon {
	opacity: 0.2;
}
.gc-navigation-item>a.gc-gray .gc-item-title {
	opacity: 0.3;
	text-shadow: none;
}


