/***公共样式**/
.default-checkbox {
	position: absolute;
	opacity: 0;
}

.default-checkbox[disabled] {
	cursor: not-allowed;
}

.default-checkbox+label {
	position: relative;
	display: block;
	cursor: pointer;
	vertical-align: middle;
}

.default-checkbox+label:hover:before {
	animation-duration: 0.4s;
	animation-fill-mode: both;
	animation-name: hover-color;
}

.default-checkbox+label:before {
	position: absolute;
	top: 8px;
	left: 0;
	display: inline-block;
	width: 14px;
	height: 14px;
	content: '';
	border: 1px solid #c0c0c0;
}

.default-checkbox+label:after {
	position: absolute;
	display: none;
	content: '';
}

.default-checkbox[disabled]+label {
	cursor: not-allowed;
	color: #e4e4e4;
}

.default-checkbox[disabled]+label:hover,
.default-checkbox[disabled]+label:before,
.default-checkbox[disabled]+label:after {
	cursor: not-allowed;
}

.default-checkbox[disabled]+label:hover:before {
	border: 1px solid #e4e4e4;
	animation-name: none;
}

.default-checkbox[disabled]+label:before {
	border-color: #e4e4e4;
}

.default-checkbox:checked+label:before {
	animation-name: none;
}

.default-checkbox:checked+label:after {
	display: block;
	top: 50%;
	left: 5px;
	margin-top: -7px;
}

.default-checkbox+label:before {
	top: 50%;
	margin-top: -7px;
}

.default-checkbox+label:after {
	top: 8px;
	left: 6px;
	box-sizing: border-box;
	width: 6px;
	height: 12px;
	transform: rotate(45deg);
	border-width: 2px;
	border-style: solid;
	border-color: #fff;
	border-top: 0;
	border-left: 0;
}

.default-checkbox:checked+label:before {
	border: #3e97eb;
	background: #3e97eb;
}

.default-checkbox:checked[disabled]+label:before {
	border: #c9e2f9;
	background: #c9e2f9;
}

.loading-mask {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.loading-mask>.text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.btn:focus {
	outline: none !important;
	outline-offset: 0 !important;
}

@keyframes rotate {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

.loading-mask>.text>img {
	width: 40px;
	height: 40px;
	animation: rotate 2s linear infinite;
}

.loading-mask>.text>p {
	color: #fff;
}

/***四川财经大学登录页**/
.sccj-login-page {
	height: 100vh;
}
.sccj-login-page .top-line {
	background: #018321;
	height: 15px;
	/*clear: both;*/
}
.sccj-login-page >.logo {
	height: 130px;
	display: flex;
	align-items: center;
}

.sccj-login-page>.logo>img {
	margin-left: 100px;
	max-width: 329px;
	max-height: 70px;
}

.sccj-login-page >.logo > .title {
	font-size: 22px;
	font-family: "微软雅黑";
	font-weight: normal;
	padding-top: 40px;
	margin-left: 16px;
}

.sccj-login-page>.login-bg {
	position: relative;
	top: 0;
	left: 0;
	background: url(../images/sccj-login-bg.png) no-repeat center;
	background-size: 100% 100%;
	height: calc(100vh - 320px);
	overflow: hidden;
}

.sccj-login-page.banner>.login-bg {
	background-image: none;
	position: static;
	height: auto;
}

.sccj-login-page #myCarousel {
	display: none;
}

.sccj-login-page.banner #myCarousel {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
}

.sccj-login-page.banner #myCarousel img {
	width: 100%;
	height: calc(100vh - 425px);
}

.sccj-login-page >.login-bg .login-form {
	position: absolute;
	top: 43%;
	right: 0;
	transform: translate(-50%, -50%);
	width: 380px;
	height: 380px;
	padding: 20px;
	background-color: rgba(255, 255, 255, 0.9);
	z-index: 99;
	border-radius: 15px;
}
/**********************************************************校园App登录****************************************/
.sccj-login-page .login-bg .app-login-form {
	position: absolute;
	top: 43%;
	right: 0;
	transform: translate(-50%, -50%);
	width: 380px;
	height: 380px;
	padding: 20px;
	background-color: rgba(255, 255, 255, 0.9);
	z-index: 99;
	border-radius: 15px;
	display: none;
}
.sccj-login-page .login-bg .app-login-form .header-title {
	color: #018321;
	text-align: center;
	height: 40px;
	line-height: 40px;
	margin: 0;
	margin-bottom: 10px;
}
.sccj-login-page .app-login-form .app-tab-title {
	height: 40px;
	padding-left: 0;
	margin-bottom: 10px;
	overflow: hidden;
	display: none;
	align-items: center;
	justify-content: center;
}

.sccj-login-page .app-login-form .app-tab-title li {
	list-style: none;
	width: 33.33%;
	text-align: center;
	cursor: pointer;
}

.sccj-login-page .app-login-form .app-tab-title li span {
	font-size: 16px;
	color: #018321;
}

.sccj-login-page .app-login-form .app-tab-title li.active span {
	color: #018321;
	border-bottom: 3px solid #018321;
	padding-bottom: 10px;
}
.sccj-login-page .login-form .zfy-code {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	border-top-right-radius: 15px;
	display: none;
}
.sccj-login-page .app-login-form .pc-code {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	/*display: none;*/
	border-top-right-radius: 15px;
}
#smscode {
	flex: 1;
}
#sendAppSms {
	background-color: #018321;
	border-color: #018321;
}
#sendAppSms:hover {
	background-color: #018321;
	border-color: #018321;
}
#appDl, #emaildl, #smsdl {
	height: 42px;
	border-radius: 4px;
	font-size: 14px;
	background-color: #018321;
	border-color: #018321;
}
.sccj-login-page .app-login-form .zfy-code-wrapper {
	display: none;
	position: relative;
	margin-top: 20px;
}

.sccj-login-page .app-login-form .zfy-code-wrapper #zfy-qrcode {
	margin: 0 auto;
	width: 190px;
	height: 190px;
}

.sccj-login-page .app-login-form .zfy-code-wrapper .qrcode-bg {
	width: 190px;
	height: 190px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: rgba(0, 0, 0, 0.65);
	align-items: center;
	justify-content: center;
	display: none;
}

.sccj-login-page .app-login-form .zfy-code-wrapper .qrcode-bg .refresh-text {
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


.sccj-login-page .app-login-form .zfy-code-wrapper .qrcode-bg #qrcode_refresh {
	margin-left: 4px;
	color: #fff;
}

.sccj-login-page .app-login-form .zfy-code-wrapper .scan-text {
	margin: 16px 0 0 0;
	text-align: center;
	/*color: #7d7d7d;*/
}
/**********************************************************校园App登录****************************************/

.sccj-login-page>.login-bg .login-form>.header-title {
	font-size: 26px;
	color: #5D5D5D;
	text-align: center;
	margin-bottom: 30px;
}

.sccj-login-page .login-form>.tab-title {
	height: 40px;
	padding-left: 0;
	margin-bottom: 10px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sccj-login-page .login-form>.tab-title>li {
	list-style: none;
	width: 25%;
	float: left;
	text-align: center;
	cursor: pointer;
	display: none;
}

.sccj-login-page .login-form>.tab-title>li>span {
	font-size: 16px;
	color: #018321;
}

.sccj-login-page .login-form>.tab-title>li.active>span {
	color: #018321;
	border-bottom: 3px solid #018321;
	padding-bottom: 10px;
}
#sendTelsms {
	background-color: #018321;
	border-color: #018321;
}
#sendTelsms:hover {
	background-color: #018321;
	border-color: #018321;
}
#sendemail {
	background-color: #018321;
	border-color: #018321;
}
#sendemail:hover {
	background-color: #018321;
	border-color: #018321;
}

.sccj-login-page >.login-bg .login-form > form {
	display: none;
}

.sccj-login-page >.login-bg .login-form .wx_bg {
	display: none;
}

.weixin-pic{
	display: flex;
	justify-content: center;
}








.sccj-login-page .login-bg .form-group {
	position: relative;
	padding-bottom: 25px;
	margin-bottom: 0;
	overflow: hidden;
}
.sccj-login-page>.login-bg .login-form .form-group.yzm{
	display: none;
}
.sccj-login-page>.login-bg .login-form .form-group>.input-code {
	width: 59%;
	float: left;
}

.sccj-login-page .login-bg .login-form .form-group>.input-code+img {
	width: 38%;
	height: 40px;
	float: right;
}

.sccj-login-page .login-bg .form-group .send-code {
	display: flex;
}

.sccj-login-page .login-bg .top-error-text {
	color: #F22D3C;
}

.sccj-login-page .login-bg .bottom-error-text {
	color: #F22D3C;
	margin: 0;
	position: absolute;
	bottom: 0;
	right: 0;
	display: none;
}

.sccj-login-page .form-group .form-control {
	margin-top: 5px;
	padding-left: 0;
	background-color: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	border-bottom: 1px solid #707070;
}
.sccj-login-page .login-form .form-group.yzm .form-control {
    width: 60%;
    float: left;
}

.sccj-login-page .login-form .form-group.yzm .btn-code {
	width: 35%;
	float: right;
	background-color: #459FFC;
	border-color: #459FFC;
	cursor: pointer;
}

.sccj-login-page .form-group input[type="password"] {
	padding-right: 60px;
}

.sccj-login-page .form-group .input-group-addon {
	border: none;
	background: transparent;
	padding: 2px 12px 2px 0;
	vertical-align: bottom;
}

.sccj-login-page .form-group .input-group-addon>i {
	color: #656565;
	font-size: 22px;

}

.sccj-login-page .form-group .input-group-addon>i.icon-lock {
	font-size: 28px;
	margin: 0 -3px
}
.sccj-login-page .login-form .form-group .input-group-addon>i.icon-safe-face {
	font-size: 25px;
}
.sccj-login-page .login-form .form-group>.forget-pwd {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 38px;
	color: #7C7C7C;
	font-size: 12px;
	padding: 0;
	z-index: 9;
	cursor: pointer;
}

.sccj-login-page .login-form .btn-wrap {
	position: relative;
	/*margin-top: 10px;*/
}

.sccj-login-page .login-form .btn-wrap>.login-btn {
	height: 42px;
	border-radius: 4px;
	font-size: 14px;
	background-color: #018321;
	border-color: #018321;
}

.sccj-login-page .login-form .btn-wrap>.remember-me {
	height: 20px;
	line-height: 18px;
	color: #fff;
	text-align: left;
	font-size: 12px;
	margin-bottom: 26px;
	/*position: absolute;*/
	/*right: 0;*/
	/*top: 8px;*/
}

.sccj-login-page .login-form .btn-wrap>.remember-me>label {
	display: inline-block;
	color: #7C7C7C;
	font-weight: 400;
	padding-left: 20px;
	margin: 0;
}

.sccj-login-page .login-form .login-way {
	margin-top: 20px;
	text-align: center;
}

.sccj-login-page .login-form .login-way>p {
	color: #7C7C7C;
	font-size: 18px;
}

.sccj-login-page .login-form .login-way img {
	height: 30px;
	margin: 0 5px;
	cursor: pointer;
	display: none;
}

.sccj-login-page .login-form .other-operate {
	display: flex;
	width: 100%;
	justify-content: center;
	margin-top: 20px;
	/* position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translate(-50%, -50%); */
}

.sccj-login-page .login-form .other-operate > a {
	color: #407BFF;
	vertical-align: middle;
	cursor: pointer;
	line-height: 22px;
}

.sccj-login-page .login-form .other-operate > .line {
	display: inline-block;
	width: 1px;
	height: 20px;
	margin: 0 15px;
	vertical-align: middle;
	background: #407BFF;
}

.sccj-login-page .shortcut-entry {
	padding: 15px 0;
}

.sccj-login-page .shortcut-entry>ul {
	padding-left: 0;
	display: flex;
}

.sccj-login-page .shortcut-entry>ul>li {

	list-style: none;
	display: inline-flex;
	flex: 1;
	align-items: center;
	flex-direction: column;

}

.sccj-login-page .shortcut-entry>ul>li .sm-title>h4 {
	display: inline-block;
	vertical-align: middle;
	color: #5D5D5D;
	font-size: 24px;
	margin-left: 5px;
}

.sccj-login-page .shortcut-entry>ul>li .link {
	margin-top: 5px;
}

.sccj-login-page .shortcut-entry>ul>li .link>a {
	color: #5D5D5D;
	font-size: 16px;
	cursor: pointer;
}

.sccj-login-page .shortcut-entry>ul>li .link>a+a {
	margin-left: 8px;
	padding-left: 8px;
	border-left: 1px solid #707070;
}

.sccj-login-page .shortcut-entry>ul>li .link>a:hover {
	text-decoration: none;
}


.sccj-login-page>.footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 80px;
	line-height: 80px;
	/*padding: 12px 60px;*/
	background-color: #018321;
}
.sccj-login-page>.footer>.inner {
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.sccj-login-page>.footer p {
	color: #fff;
	margin-bottom: 0;
	text-align: center;
}

.clear-3 {
	height:30px;
	line-height:30px;
	clear:both
}

.intro-bg {
	width: 100%;
	height: 200px;
}

.introduction-box {
	width: 1260px;
	margin: 0 auto;
	font-family: "微软雅黑";
	color: #666666;
	overflow: hidden;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.introduction-box .left table {
	float: left;
	text-align: center;
}
.introduction-box .left .os-table {
	border-right: 1px solid #666;
}
.introduction-box .right-wxts {
	padding-left: 10px;
	position: relative;
	height: 92px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.introduction-box .right-wxts::before {
	content: '';
	position: absolute;
	width: 1px;
	height: 92px;
	background-color: #666;
	/*top: 30px;*/
	left: 0;
}

.introduction-box .right-wxts .ad-detail {
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.introduction-box .right-wxts .ad-detail p {
	margin: 0;
}

.introduction-box .left table td {
	width: 100px;
}

.introduction-box .left table tr .advice {
	padding-bottom: 20px;
	text-align: center;
}

.introduction-box .left table td {
	width: 100px;
}

/*@media screen and (max-width: 1440px) {*/
/*	.intro-bg{height:140px !important;}*/
/*	.introduction-box{height: 140px;}*/
/*	.introduction-box .left table{float: right;text-align: center;border-right: 1px solid #666666;margin-top: 4px !important;}*/
/*	.introduction-box .left table td{width: 100px;height: 30px;line-height: 30px; border-:1px solid red;}*/
/*	.introduction-box .left table img{height: 28px;margin-bottom: -14px;}*/
/*	.introduction-box .left table tr .advice{padding-bottom: 0px !important;text-align: center;}*/
/*	.introduction-box .right .advice2{padding: 10px 0px 5px !important;}*/
/*	.introduction-box .right-wxts .advice2{padding: 10px 0px 5px !important;}*/
/*	.introduction-box .right .ad-detail{padding-top: 4px !important;}*/
/*	.introduction-box .right-wxts .ad-detail{padding-top: 4px !important;}*/

/*	.introduction-box .left{margin-top:21px !important;}*/
/*	.introduction-box .right{margin-top:19px;}*/
/*	.introduction-box .right-wxts{margin-top:19px;}*/
/*	.login-bg{margin-top: 10px;}*/
/*}*/




@media (max-width:1024px) {
	.sccj-login-page {
		background-color: #eee;
	}
	.sccj-login-page .top-line {
		display: none;
	}
	.sccj-login-page #myCarousel {
		display: none;
	}

	.sccj-login-page.banner #myCarousel {
		display: none;
	}
	.sccj-login-page.banner #myCarousel img {
		width: 100%;
		height: calc(100vh - 120px);
	}

	.sccj-login-page>.logo {
		/*height: 70px;*/
		justify-content: center;
		flex-direction: column;
	}

	.sccj-login-page>.logo > .title {
		padding-top: 0;
		margin: 0;
		margin-top: 10px;
	}

	.sccj-login-page>.logo>img {
		margin-left: 0px;
		max-width: 320px;
	}

	.sccj-login-page>.login-bg {
		height: calc(100vh - 70px);
	}

	.sccj-login-page>.login-bg .login-form {
		width: 93%;
		height: auto;
		left: 50%;
		top: 53%;
		right: initial;
		border-radius: 8px;
		background-color: #fff;
	}

	.sccj-login-page .login-bg .app-login-form {
		width: 93%;
		height: auto;
		left: 50%;
		top: 53%;
		right: initial;
		border-radius: 8px;
		background-color: #fff;
	}

	.sccj-login-page>.login-bg .login-form>.header-title {
		font-size: 22px;
		margin-bottom: 20px;
	}

	.sccj-login-page>.login-bg .login-form .form-group {
		position: relative;
		margin-bottom: 15px;
	}

	.sccj-login-page .login-form .btn-wrap>.login-btn {
		height: 38px;
	}

	.sccj-login-page .shortcut-entry {
		display: none;
	}

	.intro-bg {
		background:none !important;
		height:80px;
	}

	.intro-bg{
		background:none !important;
		height:80px;
	}
	.introduction-box{
		display:none;
	}

	.sccj-login-page .login-form .login-way {
		margin-top: 15px;
	}

	.sccj-login-page .login-form .login-way>p {
		font-size: 14px;
	}

	.sccj-login-page>.footer {
		/*padding: 15px;*/
		/*height: auto;*/
	}
}

@media (max-width: 320px) {
	.sccj-login-page>.login-bg .login-form {
		padding: 15px;
	}

	.sccj-login-page>.login-bg .login-form>.header-title {
		font-size: 18px;
		font-weight: bold;
		margin-top: 5px;
		margin-bottom: 8px;
	}

	.sccj-login-page>.login-bg .login-form .form-group {
		margin-bottom: 15px;
	}

	.sccj-login-page .login-form .btn-wrap>.login-btn {
		width: 72%;
		height: 32px;

	}

	.sccj-login-page .login-form .btn-wrap {
		margin-top: 20px;
	}

	.sccj-login-page .login-form .login-way {
		margin-top: 10px;
	}

	.sccj-login-page .login-form .login-way>img {
		max-width: 30px;
	}
}
