/* css初始化 */
*,
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img,
div,
span,
i {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

fieldset,
img,
input,
button {
	border: none;
	padding: 0;
	margin: 0;
	outline-style: none;
}

ul,
ol {
	list-style: none;
}

input {
	padding-top: 0;
	padding-bottom: 0;
	font-family: 'SourceHanSansCN-Regular', "微软雅黑";
}

select,
input {
	vertical-align: middle;
}

select,
input,
textarea {
	font-size: 12px;
	margin: 0;
}

textarea {
	resize: none;
}

img {
	border: 0;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
}

i {
	font-style: normal;
}

body {
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	touch-action: auto;
}

img {
	display: block;
}

body {
	background-color: #150906;
	min-width: 1400px;
	font-family: SourceHanSerifCN, SourceHanSerifCN;
}

a {
	color: inherit;
	text-decoration: none;
}

/* 头部 */
.header-box {
	position: fixed;
	top: 0;
	width: 100%;
	background: rgba(24, 14, 13, .4);
	backdrop-filter: blur(3px);
	font-size: 20px;
	color: #FFFFFF;
	z-index: 11111111111111111111111;
}

.header-box .header-content {
	width: 1400px;
	height: 85px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: auto;
}

.header-box .meun-box>a {
	margin-right: 30px;
	display: inline-block;
	cursor: pointer;
}

.header-box .meun-box>a.active {
	padding: 0 25px;
	line-height: 40px;
	text-align: center;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 22px;
	border: 1px solid #EDBF74;
	color: #EDC077;
}

.header-box .line {
	width: 100%;
	border-bottom: 1px solid;
	border-image: linear-gradient(45deg, rgba(20, 12, 12, 1), rgba(255, 246, 228, 1), rgba(24, 14, 15, 1)) 1 1;
}

.header-box .logo {
	width: 124px;
	height: 39px;
}

/* 背景 */
.page-bg-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100vh;
	width: 100%;
}

.layout-page {
	margin-top: 140px;
	position: relative;
	z-index: 111;
}

.layout-page p.desc {
	font-weight: 500;
	font-size: 20px;
	color: #FEF2DE;
	line-height: 31px;
	text-align: center;
}
.layout-button{
	width: 181px;
	height: 70px;
	line-height: 70px;
	background: linear-gradient( 90deg, #FED98C 0%, #F4CE86 58.61%, #E9C27F 100%), linear-gradient( 180deg, #E9C27F 0%, #FEE9BA 100%), rgba(76,46,34,0.5);
	border-radius: 8px;
	font-weight: bold;
	font-size: 30px;
	color: #7D291F;
	line-height: 70px;
	cursor: pointer;
}
.layout-title {
	font-weight: normal;
	font-size: 42px;
	line-height: 66px;
	letter-spacing: 1px;
	text-align: center;
	color: transparent;
	background-image: linear-gradient(180deg, #FCFAC2 0%, #EDBF74 100%);
	-webkit-background-clip: text;
	margin-bottom: 20px;
}

/* 表单 */
.form-box {
	width: 1290px;
	height: 467px;
	background: url(../image/pic_bbqm_srk@2x.png);
	background-size: cover;
	margin: 45px auto 0;
}

.form-box h5 {
	display: flex;
	align-items: center;
	font-weight: normal;
	font-size: 33px;
	color: #4C2E22;
	padding-top: 50px;
	padding-left: 60px;
	padding-bottom: 50px;
}

.form-box h5>.icon {
	width: 50px;
	height: 50px;
	margin-right: 32px;
}

.generate-btn {
	width: 372px;
	margin: 44px auto 0;
	cursor: pointer;
	display: block;
}

.input-box {
	font-weight: bold;
	font-size: 25px;
	color: #4C2E22;
	padding: 0 50px;
	display: flex;
	justify-content: space-between;
}

.input-box .input-item {
	display: flex;
	flex-direction: column;
	cursor: pointer;
	position: relative;
}

.input-box .input-item .radio-item {
	width: 165px;
	color: #FFFFFF;
	display: inline-flex;
	align-items: center;
	line-height: 62px;
	background: rgba(76, 46, 34, 0.5);
	border-radius: 6px;
	border: 1px solid rgba(76, 46, 34, 0.5);
}

.input-box .input-item .radio-item img {
	width: 23px;
	height: 23px;
	margin: 0 24px 0 17px;
}

.input-box .input-item label {
	margin-bottom: 20px;
}

.input-box .input-item input {
	line-height: 62px;
	background: rgba(76, 46, 34, 0.5);
	border-radius: 6px;
	border: 1px solid rgba(76, 46, 34, 0.5);
	padding-left: 15px;
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
}

.input-box .input-item input::placeholder {
	color: #DFCBB0;
}

.input-box .input-item .date-icon {
	width: 25px;
	height: 25px;
	position: absolute;
	right: 22px;
	top: 0;
	margin-top: 75px;
}

/* 提示框 */
.msg-box {
	display: none;
	min-width: 380px;
	height: 76px;
	background: rgba(0, 0, 0, 0.8);
	border-radius: 8px;
	font-weight: bold;
	font-size: 22px;
	color: #FFFFFF;
	line-height: 76px;
	padding: 0 61px;
	position: fixed;
	top: 50%;
	margin-top: 185px;
	left: 50%;
	margin-left: -165px;
	z-index: 111111111;
	align-items: center;
	justify-content: center;
}

.msg-box img {
	width: 25px;
	height: 25px;
	margin-right: 25px;
}

/* 加载弹窗 */
.overlay-loading{
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 11111111111;
}
.loading-box {
	width: 890px;
	height: 370px;
	background: linear-gradient(180deg, #FFFBE4 0%, #FFFFFF 100%);
	border-radius: 8px;
	position: fixed;
	left: 50%;
	margin-left: -445px;
	top: 50%;
	margin-top: -185px;	
	display: flex;
	flex-direction: column;
	align-items: center;
}

.loading-box img.loading {
	width: 69px;
	height: 72px;
	margin-top: 73px;
	margin-bottom: 68px;
  animation: spin 2s linear infinite;
}

.loading-box img.close {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 59px;
	top: 41px;
	cursor: pointer;
}

.loading-box h5 {
	font-weight: bold;
	font-size: 28px;
	color: #7D291F;
	margin-top: 26px;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/* 版权声明 */
.cr-text {
	font-size: 16px;
	color: #F9F3DB;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	position: relative;
}

/* 隐藏默认滚动条，但保留空间 */
.reslut-content::-webkit-scrollbar {
	width: 6px;
	height: 6px;
	background: transparent;
}

.reslut-content::-webkit-scrollbar-thumb {
	background: transparent;
	border-radius: 5px;
}

.reslut-content::-webkit-scrollbar-track {
	background: transparent;
}

/* 鼠标移入时显示滚动条 */
.reslut-content:hover::-webkit-scrollbar-thumb {
	background: #63452D;
}
/* 鼠标移入时显示滚动条 */
.reslut-content:hover {
  scrollbar-color: #63452D;
}
/* 结果内容公共样式 */
.reslut-item {
	width: 453px;
	background: #3B2218;
	border-radius: 8px;
	margin-bottom: 20px;
	margin-right: 20px;
	letter-spacing: 1px;
	cursor: pointer;
	font-weight: 500;
	font-size: 22px;
	color: #DFCBB0;
    display: flex;
    flex-direction: column;
}

.reslut-content {
	padding-left: 20px;
	overflow-y: scroll;
	overflow-x: hidden;
	height: 520px;
	margin-top: 5px;
	width: 433px;
	text-align: justify;
    padding-right: 10px;
	margin-bottom: 20px;
}
.reslut-content h5 {
	font-weight: 500;
	font-size: 22px;
	color: #B5A48C;
	padding-bottom: 12px;
	padding-top: 30px;
}
