h1 {
	color: #fff
}

.b-layout {
	background-image: url(../../images/banner_shangyongxuke@2x.jpg)
}

.lic-content {
	display: flex;
	column-gap: 50px
}

.lic-item {
	display: flex;
	flex-direction: column;
	row-gap: 20px;
	width: 100px;
	font-size: 20px
}

.lic-item span {
	text-align: center
}

.b-content {
	flex-direction: column;
	justify-content: center;
	align-items: flex-start
}

.b-title {
	width: 100%
}

.b-description {
	width: 930px
}

.partner-content {
	width: 100%;
	height: 100px;
	margin-top: 50px
}

.partner-content>div:first-child {
	display: flex;
	align-items: center;
	padding: 2px
}

.partner-key {
	width: 720px;
	padding: 6px;
	background-color: #fff;
	border-radius: 6px;
	margin-right: 20px
}

.partner-key input {
	width: 100%;
	height: 38px;
	border: 0;
	font-size: 18px;
	color: #666;
	outline: 0
}

.partner-search {
	width: 180px;
	height: 50px;
	border-radius: 6px;
	font-size: 18px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2px;
	color: #fff;
	background-color: #2e82f7;
	opacity: .9
}

.partner-search:hover {
	opacity: 1
}

.partner-err {
	font-size: 18px;
	font-weight: 400;
	padding-left: 20px;
	color: #000;
	display: none;
	align-items: center;
	margin-top: 20px;
	width: 936px;
	height: 50px;
	background: #fff;
	box-shadow: 0 0 18px 0 rgba(0, 0, 0, .15);
	border-radius: 6px;
	opacity: .85
}

.partner-err img {
	width: 20px;
	height: 20px;
	margin-right: 6px
}

.partner-err span {
	color: #ff5237
}

.sMask {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .2);
	z-index: 998;
	display: none
}

.sResult {
	width: 900px;
	margin: 140px auto;
	background-color: #fff;
	border-radius: 8px;
	opacity: .95;
	z-index: 999;
	padding: 20px 30px 50px 30px
}

.sTitle {
	height: 20px
}

.sTitleName {
	font-size: 16px;
	color: #333;
	height: 21px;
	line-height: 21px;
	float: left
}

.sClose {
	float: right;
	width: 16px;
	height: 16px;
	background: url(../images/icon_off_round.png) no-repeat center;
	background-size: contain;
	cursor: pointer;
	border: 1px dashed #fff
}

.sContent {
	width: 600px;
	height: 100px;
	margin: 50px auto 10px auto
}

.sItem {
	height: 40px;
	border-bottom: 1px solid #e6e6e6
}

.sName {
	float: left;
	line-height: 40px
}

.sValue {
	float: right;
	line-height: 40px
}

.sImage {
	width: 600px;
	height: 400px;
	margin: 0 auto
}