            body {
            	background: #f5f5f5;
            }

            :root {
            	--main-color: #0085D5;
            	--main-color-hv: #007fc8;
            }

            .has-promo-bar {
            	padding-top: 0 !important;
            }

            .container {
            	padding-left: 0 !important;
            	padding-right: 0 !important;

            }

            .fixed-roll {
            	position: fixed;
            	right: 0;
            	bottom: 0;
            	left: 0;
            	z-index: 1030;
            	/* padding-top: 1rem !important;
			   padding-bottom: 1rem !important; */
            	background-color: hsla(0, 0%, 100%, .90) !important;
            	box-shadow: 0 -4px 10px 0px rgba(0, 0, 0, .05);
            }



            #header {
            	width: 100%;
            	background-color: #fff;
            	border-bottom: 1px solid #e5e5e5;
            }

            .main-box {
            	padding-right: 35px;
            	padding-left: 35px;
            }



            #header .logo2 {
            	width: 78%;
            }

            .top-logo {
            	padding-top: 1.625rem;
            	padding-bottom: 1rem;
            	display: flex;
            	align-items: center;
            	justify-content: space-between;
            	border-bottom: 1px solid #e5e5e5;
            }

            /* .top-logo .top-logo-box{
				width: 69%;
			} */
            .white-bg {
            	background-color: #fff;
            	/* border-radius: 1.25rem; */
            }

            .blockquote-footer {
            	font-size: 0.875rem;
            	color: #000;
            }

            .xie1 i {
            	font-size: 20px;
            	margin-left: 5px;
            	color: #ee3134;
            	font-weight: bold;
            }

            .mask {
            	display: inline-block;
            }

            .main-title {}

            label {
            	font-weight: normal;
            }

            .card-hd {
            	/* border-bottom: 1px solid #e5e5e5; */
            	/*  padding-bottom: 15px;
			    margin-bottom: 20px; */
            	padding-top: 1rem;
            	display: flex;
            	/* align-items: center; */
            	margin-bottom: 1rem;
            }

            .main-title {
            	font-weight: bold;
            	font-size: 1rem;
            	color: #0085D5;
            	line-height: 25px
            }

            .card-hd .card-hd-l h2 {
            	font-weight: bold;
            	font-size: 1rem;
            	/* color: #333; */
            	line-height: 25px;
            	margin-bottom: 0;
            	/* padding-left: 10px;
                border-style: solid;
                border-left-width: 3px;
                border-top-width: 0;
                border-bottom-width: 0;
                border-right-width: 0;
                border-left-color: #0085D5; */
            }

            .input-group {
            	width: auto;
            }

            .tips {}

            .Subtitle {
            	padding: 20px 0;
            	font-weight: 700;
            	font-size: 15px;
            }

            #header .top-header {
            	height: 84px;
            	display: flex;
            	align-items: center;

            }

            #footer {
            	text-align: center;
            	padding: 20px 15px;
            	line-height: 30px;
            	font-size: 14px;

            }

            .text {
            	/* padding-top: 20px; */
            }

            /* .text h4{
				font-size: 16px;
			} */
            .text p {
            	/* margin-bottom: 25px; */
            	text-indent: 29px;
            }

            .tit {
            	font-size: 1.5rem;
            	text-align: center;
            	/* color: #0085D5; */
            	font-weight: bold;
            	/* line-height: 1.875rem;
            	padding-top: 2rem; */
            	padding-bottom: 2rem;
            }

            .form-label {
            	font-weight: 700;
            }

            .card-hd-l {
            	display: inline-block;
            }

            .submit {
            	padding-top: 1rem;
            	padding-bottom: 1rem;
            }

            .btn-primary {
            	border-radius: 100px;
            	font-weight: bold;
            }

            .font-red {
            	color: #ec2626;
            }

            .under-info {
            	display: flex;
            	justify-content: center;
            	padding-bottom: 70px;
            }

            .form-check {
            	display: inline-block !important;
            }

            .input-icon input,
            .input-icon select {
            	padding-left: 1.9rem !important;
            }

            .input-icon {
            	position: relative;
            }

            .input-icon i {
            	color: #8a8a8a;
            	position: absolute;
            	left: 10px;
            	top: 50%;
            	transform: translateY(-50%);
            }

            .ft-co {
            	color: #0097e0;
            }

            .bd-box {
            	border-radius: 15px;
            	padding: 20px;
            	/* background-color: rgba(0, 169, 224, 0.05);
			    box-shadow: 0px 10px 10px rgba(230, 233, 241, 0.5); */
            	/* border: 1px dotted #ffd99e; */
            	border: 1px dotted rgba(0, 151, 224, 0.3);
            }

            .prize-list {
            	padding-left: 0;
            	margin-bottom: 0;
            	list-style: none;
            	display: grid;

            }

            #back-top {
            	position: fixed;
            	/* left: 0;
				display: flex;
				flex-direction: column;
				align-items: flex-end; */

            }

            #back-top .back-top-box {
            	overflow: hidden;
            	position: relative;
            	display: flex;
            	flex-direction: row;
            	align-items: center;
            	justify-content: center;
            	color: #858585;
            	width: 56px;
            	height: 56px;
            	box-shadow: 0 2px 8px rgb(28 31 35 / 3%), 0 16px 48px 8px rgb(28 31 35 / 8%);
            	border-radius: 50%;
            	background-color: hsla(0, 0%, 100%, .90) !important;
            	cursor: pointer;

            }

            #back-top .back-top-box:hover i {
            	/* position: absolute;
			top: -60px; */
            	display: none;
            }

            #back-top .back-top-box:hover::after {
            	color: #134b52;
            	width: 30px;
            	line-height: 18px;
            	font-size: 14px;
            	content: "返回顶部";
            }

            /* #back-top .back-top-box:hover i{ animation: bounce 1.2s ease-in infinite;} */

            #back-top #back-to-top {
            	display: none;

            }

            .form-control-sm-xia {
            	height: calc(1.5em + 0.5rem + 2px);
            	/* font-size: 0.875rem; */
            	width: 100%;
            	line-height: 1.5;
            	padding: 0 0.25rem;
            	border: none;
            	border-radius: 0 !important;
            	border-bottom: 1px solid #eaedf1;
            }

            .form-control-sm-xia:focus {
            	color: #495057;
            	background-color: #fff;
            	border-color: #80bdff;
            	outline: 0;
            	/* box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); */
            }

            .content-down {
            	padding: 15px;
            	position: absolute;
            	top: 37px;
            	background-color: #ffffff;
            	border-radius: 10px;
            	box-shadow: 0 0 4px rgb(0 0 0 / 20%);
            	transition: all .3s ease-out 0s;
            	z-index: 99;
            	display: none;

            }

            .content-down::after {
            	content: "";
            	display: block;
            	position: absolute;
            	width: 13px;
            	height: 13px;
            	top: -7px;
            	left: 18px;
            	z-index: 1;
            	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
            	box-shadow: -2px -2px 4px #ddd;
            	background-color: #fff;
            	-webkit-transform: translateX(50%) rotate(45deg);
            	-moz-transform: translateX(50%) rotate(45deg);
            	-ms-transform: translateX(50%) rotate(45deg);
            	transform: translateX(50%) rotate(45deg);
            }

            .content-down .content-close {
            	cursor: pointer;
            	right: 10px;
            	top: 5px;
            	position: absolute;
            	color: #969696;
            	z-index: 12;
            }

            .content-down .content-close:hover {
            	color: #0097e0;
            }

            @-webkit-keyframes OpenTop {
            	50% {
            		-webkit-transform: rotateX(10deg);
            		-webkit-animation-timing-function: ease-out;
            	}
            }

            @-moz-keyframes OpenTop {
            	50% {
            		-moz-transform: rotateX(10deg);
            		-moz-animation-timing-function: ease-out;
            	}
            }

            @keyframes OpenTop {
            	50% {
            		transform: rotateX(10deg);
            		animation-timing-function: ease-out;
            	}
            }


            .corporate-info {
            	background-color: #ffffff;
            	/* color: #fff; */
            	padding: 1rem 2rem;

            }

            .corporate-info .f {
            	flex: 0 0 auto;
            	width: auto;
            	max-width: 100%;
            	padding-right: 15px;
            	padding-left: 15px;
            }

            .corporate-info .r {
            	flex: 0 0 20%;
            	max-width: 20%;
            	width: 100%;
            	padding-right: 15px;
            	padding-left: 15px;
            }

           

            .corporate-info .gu-box {
            	text-align: center;
            	/* 	background-color: #00249C;  
							border-radius: 10px; */
            }


            .corporate-info .gu-txt {
            	
            	text-align: center;
            	color: #000;
            	font-size: 0.875rem;
            	/* margin-bottom: 0.625rem; */
            }

            .corporate-info .tel-box {
            	display: flex;
            }

            .corporate-info .company-Name {
            	color: #208871;
            	
            	font-weight: 700;
            }
			.corporate-info .lainxi1{
				font-size: 15px;
				margin-top: 20px;
			}



            .corporate-info .contact-xon {
            	background-color: #208871;
            	padding: 5px 0 5px 15px;
            	color: #ffffff;
            	font-size: 16px;
            	margin-bottom: 5px;
            	font-weight: 700;
            }


            @media screen and (min-width:992px) {
            	.prize-list {
            		display: grid;
            		/* grid-template-columns: repeat(2, 50%);
				        column-gap: 10px; */
            		/* grid-column: 1 / 4; */
            		row-gap: 10px;
            	}

            	.prize-list li {
            		grid-row-start: 2;
            		grid-row-end: 4;
            	}

            	#back-top {
            		bottom: 5%;
            		right: 16px;
            	}

            	.submit-box {
            		padding: 0 15px;
            		display: flex;
            		justify-content: center;
            	}

            	#header .logo {
            		width: 14%;
            	}

            	.top-header {
            		justify-content: space-between;
            	}

            	.container {
            		max-width: 800px;
            	}



            	.submit .btn-primary {
            		width: 500px;

            	}

            }

            @media screen and (min-width:768px) and (max-width: 992px) {
            	#back-top {
            		bottom: 5%;
            		right: 16px;
            	}

            	.submit-box {
            		padding: 0 15px;
            	}

            	#header .logo {
            		width: 24%;
            	}

            	.main-box {
            		padding-right: 35px;
            		padding-left: 35px;
            	}

            	.submit .btn-primary {
            		display: block;
            		width: 100%;
            	}

            	.top-header {
            		justify-content: center;
            	}

            }

            @media screen and (max-width:767px) {
            	.corporate-info .gu-box {
            		width: 45%;
            	}

            	.corporate-info .r {
					margin-top: 10px;
					padding-top: 10px;
					border-top: 1px solid #e5e5e5;
            		flex: 0 0 100%;
            		max-width: 100%;
            		width: 100%;
            		display: flex;
            		justify-content: center;
            	}

            	.content-down {
            		position: sticky;
            		margin-top: 10px;
            	}

            	#back-top {
            		bottom: 12%;
            		right: 15px;
            		/* margin-right: 15px; */
            	}

            	.submit {
            		padding-top: 0.875rem;
            		padding-bottom: 0.875rem;
            	}

            	.submit-box {
            		padding: 0 15px;
            	}

            	#header .logo {
            		width: 36%;
            	}

            	.mask {
            		display: block;
            	}

            	.input-group {
            		width: 100%;
            	}

            	.card-hd {
            		padding-top: 0;
            		flex-direction: column;
            	}

            	.main-box {
            		padding-right: 0.9375rem;
            		padding-left: 0.9375rem;
            	}

            	.top-logo {
            		flex-direction: column;
            	}

            	.top-logo .top-logo-box {
            		width: 69%;
            		margin-bottom: 0.625rem;
            	}

            	.tit {
            		font-size: 1.375rem;
            		padding-top: 1rem;
            		padding-bottom: 1rem;
            	}

            	/* .container {
					margin-right: 15px;
					margin-left: 15px;
				} */

            	.submit .btn-primary {
            		display: block;
            		width: 100%;
            	}

            	.top-header {
            		justify-content: center;
            	}
            }