html {
	font-size: 1rem;
}

body {
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 100vw;
	height: 100vh;
	
}

body * {
	box-sizing: border-box;
	flex-shrink: 0;
}



.sidebar {
	position: fixed;
	right: 0.3125rem;
	top: 30%;
	background: transparent;
	z-index: 999;
}

.sidebar .tel {
	width: 2.875rem;
	height: 2.875rem;
	margin-bottom: .5rem;
	display: flex;
	justify-content: center;
	align-items: center;

	border-radius: 50%;
	border: 0.125rem solid #FFFFFF;
	background: linear-gradient(180deg, #DCEEFF 0%, #FBFDFF 100%);
}

.sidebar .tel img {
	width: 1.375rem;
	height: 1.1875rem;
}

.sidebar .kf {
	width: 2.875rem;
	height: 8.3125rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

	border-radius: 1.4375rem;
	opacity: 1;

	background: linear-gradient(180deg, #DCEEFF 0%, #FBFDFF 100%);
	box-sizing: border-box;
	/* border: 0.125rem solid; */
	border-image: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%) 2;
	box-shadow: 0px 0.75rem 1.25rem 0px rgba(233, 240, 247, 0.5);
}

.sidebar .kf img {
	width: 1.375rem;
	height: 1.1875rem;
	margin-bottom: .75rem;
}

.sidebar .kf .t4 {
	writing-mode: vertical-rl;
	text-orientation: mixed;

	font-size: 0.875rem;
	font-weight: normal;
	line-height: 1.0625rem;
	letter-spacing: 0rem;
	color: #3191F9;
}



.page {
	background:url("assets/bg1.png") no-repeat;
	height: 100%;
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	max-width: 23.4375rem;
	margin: auto;
	background-size:cover;
}

.page1{
	background:url("assets/bg2.png") no-repeat;
	/* height: 100%; */
	width: calc(100% - 2rem);
	margin: auto;
	margin-top: -1rem;
	padding-top: .625rem;
	height: 80rem;
	background-size:cover;
}

.image {
	width: 4.375rem;
	height: 1.75rem;
}

@font-face {
	font-family: "Alimama ShuHeiTi";
	/* src: url("https://join.huluip.com/Alimama_ShuHeiTi_Bold.ttf"); */
	src: url("https://join.huluip.com/zscqglrj/assets/Alimama_ShuHeiTi_Bold.ttf");
	/* src: url('./assets/Alimama_ShuHeiTi_Bold.ttf'); */
}

.text_2 {
	margin-top: 1.6875rem;
	color: #101C58;
	font-family: 'Alimama ShuHeiTi';
	/* src: url("https://join.huluip.com/Alimama_ShuHeiTi_Bold.ttf"); */
	font-size: 2.3125rem;
	font-weight: bold;
	line-height: normal;
	letter-spacing: 0em;

}

.text_2 span {
	color: #0050FF;
}

.topcellBG {
	width: calc(100% - 2rem);
	margin-left: 1rem;
	height: 10rem;
	background: white;
	border-radius: 0.625rem;
	margin-top: 2rem;
	display: flex;
	flex-direction: column;
}
.con1{
	display: flex;
	width: calc(100% - 4rem);
	margin:0 auto;
	margin-top: 1.25rem;
}
.con2{
	/* width: calc(100% - 4rem); */
	margin:0 auto;
	margin-top: 1.25rem;
}
.con1r{
	display: flex;
	flex-direction: column;
	margin-left: .625rem;
}
.nameBg {
	display: flex;
	flex-direction: row;
	width: 100%;
	height: auto;
	padding-top: 0.8rem;
}

.icon {
	width: 0.75rem;
	height: 0.875rem;
	margin-left: 0.625rem;
	margin-top: 0.3125rem;
	margin-right: 0.625rem;
}

.name {
	width: 90%;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.375rem;
	letter-spacing: 0.1em;

	color: #333333;
}

.basic_tag {
	align-items: center;
	width: 95%;
	margin-left: 2.5%;
}

.basic_tagitem {
	margin-top: 0.5rem;
	display: inline-block;
	border-radius: 0.25rem;
	opacity: 1;
	padding: 0.1875rem 0.25rem;
	font-size: 0.625rem;
	font-weight: normal;
	line-height: 1rem;
	letter-spacing: 0em;
	margin-right: 4px;
	color: #0EE12E;
	border: 1px solid #0EE12E;
}

.detail {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 98%;
	margin-left: 1%;
	margin-top: 0.3125rem;
	/* height: auto; */
	/* padding-top: 0.8rem; */
}

.label {
	text-align: center;
	color: #333333;
	font-size: 0.75rem;
	margin-top: 0.3125rem;
}

.corporation {
	border-radius: 0.375rem;
	width: 33%;
	margin-top: 0.5rem;
	padding-bottom: 1rem;
}

.text {
	font-size: 0.625rem;
	font-weight: normal;
	line-height: 0.75rem;
	text-align: center;
	color: #666666;
}

.whiteBgClass {
	width: calc(100% - 2rem);
	margin-left: 1rem;
	/* height: 8rem; */
	background: white;
	border-radius: 0.625rem;
	margin-top: 1rem;
}

.cellTitleBg {
	display: flex;
	flex-direction: row;
	width: 90%;
	margin-left: 5%;
	height: auto;
	padding-top: 1.25rem;
	align-items: center;

}

.divLine {
	width: 0.2rem;
	height: 0.9375rem;
	background-color: #0050FF;
	margin-right: 0.625rem;
}

.cellTitle {
	width: 90%;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.375rem;
	letter-spacing: 0.1em;

	color: #333333;
}

.cellNumBg {
	width: 90%;
	margin-left: 5%;
	height: auto;
	display: flex;
	flex-direction: column;
	margin-top: 0.625rem;

}

.cell_title_num_bg {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	height: 2.125rem;
}

.cell_title_1 {
	width: 49.6%;
	background-color: #E6EFFE;
	align-items: center;
	display: flex;
}

.cell_title_2 {
	width: 49.6%;
	background-color: rgba(230, 239, 254, 0.5);
	align-items: center;
	display: flex;
}

.titelClass {
	margin-left: 0.625rem;
	font-size: 0.75rem;
	font-weight: 400;
}

.image_tip {
	margin-top: 0.9375rem;
	width: calc(100% - 1rem);
	margin-left: 0.5rem;

}

.annualNumBg {
	width: calc(100% - 1rem);
	margin-left: 0.5rem;
	border-radius: 0.625rem;
	border: 0.0625rem solid #DEEAFF;
	/* margin-bottom: 1rem; */
}

.annualTitle {
	color: #333333;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.125rem;
	letter-spacing: 0em;
	margin-top: 1rem;
	margin-left: 1rem;
}

.detail_1 {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 80%;
	margin-left: 10%;
	margin-top: 0.3125rem;
}

.detail_2 {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 90%;
	margin-left: 5%;
	margin-top: 0.3125rem;
}

.annualNumClass {
	border-radius: 0.375rem;
	width: 50%;
	margin-top: 0.5rem;
	/* padding-bottom: 1rem; */
}

.annualNumClass_1 {
	border-radius: 0.375rem;
	width: 30%;
	margin-top: 0.5rem;
	/* padding-bottom: 1rem; */
}

.text_1 {
	color: #333333;
	font-size: 0.625rem;
	font-weight: normal;
	line-height: 0.875rem;
	text-align: center;
}

.label_1 {
	text-align: center;
	color: #0050FF;
	font-weight: 500;
	font-size: 0.75rem;
	margin-top: 0.375rem;
}

.annualSubmitClass {
	width: 80%;
	height: 1.75rem;
	text-align: center;
	background: #0C63FC;
	color: white;
	border-radius: 0.25rem;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.625rem;
	margin-top: 0.625rem;
	margin-bottom: 1rem;

}

.qy_instro_title {
	margin-top: 1rem;
	width: calc(100% - 10rem);
	margin-left: 5rem;
}

.qy_instro {
	margin-top: 1rem;
	width: calc(100% - 2rem);
	margin-left: 1rem;

}


.down {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: white;
	z-index: 3;
}


.down .t1 {
	width: 7.8125rem;
	height: 2.875rem;
	margin-right: 0.9375rem;
	text-align: center;
	background-image: url('assets/c78a6a4945b609327ba09a793d8226b6.png');
	background-size: cover;
}

.down .t2 {
	width: 12.5rem;
	height: 2.875rem;
	text-align: center;
	background-image: url('assets/bf24e4b209f57401245bb2494096b911.png');
	background-size: cover;
}

.mock6 {
	/* width: 23.4375rem; */
	width: 100%;
	height: 100%;
	background-color: rgba(51, 51, 51, 0.5);
	z-index: 3;
	position: relative;
	position: fixed;
	display: none;
	top: 0;
}

.forms {
	background-image: url("assets/b7166dc79c7e72dcceea059ce9f7a668.png");
	background-size: 100%;
	background-repeat: no-repeat;
	position: fixed;
	top: 41%;
	left: 50%;
	width: 16.25rem;
	transform: translate(-50%, -50%);
	background-color: #ffffff;
	box-shadow: 0px 0px 0.625rem rgba(0, 0, 0, 0.2);
	z-index: 4;
	border-radius: 0.625rem;
}

.closeForm {
	position: absolute;
	right: 0.8125rem;
	width: 1.25rem;
	height: 1.1875rem;
	font-size: 1.25rem;
	border-radius: 50%;
	cursor: pointer;
	color: #666666;
	align-items: center;
	display: flex;
	justify-content: center;
	top: 0.625rem
}

.popupForm {
	width: 100%;
	height: 100%;
	border-radius: 0.625rem;
}

.biaodan {
	width: 100%;
	height: 1.625rem;
	border: 0.8px solid #e4e4e4;
	border-radius: 0.25rem;
	padding-left: 0.4375rem;
	font-size: 0.75rem;

	margin-bottom: 0.5rem;
}

input:focus {
	outline: 1px solid #0c63fc;
}

#confirmButton {
	display: block;
	margin: 0.625rem auto;
}

.subinfor {
	width: 100%;
	text-align: center;
	padding: 1.1875rem;
}

.submit {
	width: 14.4375rem;
	height: 2rem;
	text-align: center;
	background: #0C63FC;
	color: white;
	border-radius: 0.5rem;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.8125rem;
	margin-bottom: 1.25rem;
}

.mianinfor {
	/* padding-top: 1rem; */
	padding-left: 1.375rem;
	padding-right: 1.375rem;
	padding-bottom: 1.375rem;
}

.titles {
	font-size: 0.75rem;
	height: 0.5rem;
}