

.home-info-a {
	width: 270px;
	background-image: -moz-linear-gradient(105deg, rgb(13, 168, 255) 0%,
		rgb(13, 99, 197) 59%);
	background-image: -webkit-linear-gradient(105deg, rgb(13, 168, 255) 0%,
		rgb(13, 99, 197) 59%);
	background-image: -ms-linear-gradient(105deg, rgb(13, 168, 255) 0%,
		rgb(13, 99, 197) 59%);
	padding-bottom: 22px;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 200;
}

.home-info-f {
	width: 270px;
	background-image: -moz-linear-gradient(105deg, rgb(254, 159, 1) 0%,
		rgb(247, 86, 42) 59%);
	background-image: -webkit-linear-gradient(105deg, rgb(254, 159, 1) 0%,
		rgb(247, 86, 42) 59%);
	background-image: -ms-linear-gradient(105deg, rgb(254, 159, 1) 0%,
		rgb(247, 86, 42) 59%);
	padding-bottom: 22px;
	position: fixed;
	right: 10%;
	top: 15%;
	z-index: 200;
}

.home-info-a:before {
	content: '';
	width: 11px;
	height: 16px;
	position: absolute;
	top: 0;
	left: -11px;
	background: url('') no-repeat;
}

.home-info-a:after {
	content: '';
	width: 11px;
	height: 16px;
	position: absolute;
	top: 0;
	right: -11px;
	background: url('') no-repeat;
}

.info-head {
	margin: 0;
	line-height: 64px;
	text-align: center;
	color: #fff;
	font-size: 18px;
}

.notlog .info-main {
	width: 243px;
	height: 210px;
	border-radius: 4px;
	margin: 0 auto;
	background: #fff url('') no-repeat left bottom -15px;
	position: relative;
}

.alrlog .info-main {
	width: 243px;
	/*height: 210px;*/
	border-radius: 4px;
	margin: 0 auto;
	background: #fff;
	position: relative;
	padding-bottom: 20px;
}

.info-close {
	display: inline-block;
	cursor: pointer;
	width: 30px;
	height: 30px;
	background: url('') no-repeat;
	position: absolute;
	top: -55px;
	right: 0;
}

.info-m-top {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	color: #666666;
	justify-content: space-around;
	text-align: center;
	padding: 12px 0 8px 0;
	border: 1px solid rgb(238, 238, 238);
	border-radius: 4px 4px 0 0/4px 4px 0 0;
}

.info-m-top p {
	margin-top: 8px;
}

.info-login {
	display: block;
	width: 187px;
	line-height: 37px;
	background-image: -moz-linear-gradient(0deg, rgb(94, 150, 249) 0%,
		rgb(58, 106, 236) 51%);
	background-image: -webkit-linear-gradient(0deg, rgb(94, 150, 249) 0%,
		rgb(58, 106, 236) 51%);
	background-image: -ms-linear-gradient(0deg, rgb(94, 150, 249) 0%,
		rgb(58, 106, 236) 51%);
	border-radius: 2px;
	text-align: center;
	margin: 50px auto 0;
	color: white !important;
	font-size: 16px;
}

.info-m-ct {
	padding-top: 12px;
	margin: 0 0 0 8px;
}

.info-m-ct li {
	line-height: 28px;
	font-size: 12px;
	color: #666666;
	letter-spacing: 1px;
}

.info-m-ct-li {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}

.info-m-ct-li img {
	margin-right: 5px;
}

.count_r {
	font-size: 14px;
	font-weight: 600;
	margin: 0 5px;
	color: #ff5027;
	cursor: pointer;
}

.go_recharge {
	text-decoration: underline !important;
	color: #5684f1 !important;
}

.go_recharge:hover {
	text-decoration: underline !important;
	color: #5684f1 !important;
}

.submit-need {
	width: 100%;
	background: rgba(0, 0, 0, 0.702);
	height: 76px;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 11;
}

.submit-nd-main {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 1200px;
	box-sizing: border-box;
	margin: 0 auto;
	padding-left: 140px;
	line-height: 76px;
	position: relative;
}
/*.sub-nd-title{
	font-size: 44px;
}*/
.sub-nd-title span:nth-child(1) {
	color: #fff;
}

.sub-nd-title span:nth-child(2) {
	color: #ffea00;
}

.sub-nd-msg {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	margin-left: 50px;
}

.sub-input {
	width: 180px;
	box-sizing: border-box;
	padding-left: 15px;
	background: #fff;
	height: 41px;
	line-height: 41px;
	border-radius: 4px 0 0 4px;
	border: none;
}

.sub-button {
	width: 102px;
	background: #4272fb;
	border-radius: 0 4px 4px 0;
	height: 41px;
	line-height: 41px;
	font-size: 16px;
	color: #fff;
	border: none;
}

.sub-close {
	line-height: normal;
	position: absolute;
	top: 0;
	right: 0;
}

.cooperation_list {
	display: inline-block;
	width: 190px;
	box-sizing: border-box;
	border: 1px solid rgb(204, 218, 233);
	padding-right: 24px;
	line-height: 40px;
	border-radius: 20px;
	font-size: 16px;
	color: #0756b7;
	background: url('') no-repeat 155px center;
}