            body {
            	background: #f5f5f5;
            }

            :root {
            	--main-color: #0085D5;
            	--main-color-hv: #007fc8;
            }

            .has-promo-bar {
            	padding-top: 85px !important;
            }

            #header {
            	width: 100%;
            	background-color: #fff;
            	border-bottom: 1px solid #e5e5e5;
            }

            .main-box {
            	padding-right: 30px;
            	padding-left: 30px;
            }

            #header .logo {
            	margin-right: 15px;
				width: 38%;
            }

            #header .logo2 {
            	width: 78%;
            }

            .top-logo {
            	padding-top: 1.625rem;
            	padding-bottom: 1rem;
            	display: flex;
            	align-items: center;
            	justify-content: flex-end;
            	border-bottom: 1px solid #e5e5e5;
            }
			
            .top-logo .top-logo-box{
				width: 40%;
			}
            .container {
            	padding-right: 0;
            	padding-left: 0;
            }


            .mySelect {
            	position: relative;
            }

            .mySelect .inputWrap {
            	width: 100%;
            	min-height: 42px;
            	border: 1px solid #e4e7ed;
            	border-radius: 3px;
            	position: relative;
            	cursor: pointer;
            	display: flex;
            	justify-content: space-between;
            	align-items: flex-start;
            }

            .mySelect ul {
            	padding: 0 5px;
            	margin: 0;
            	padding-right: 35px;
            }

            .mySelect ul, .mySelect ul li {
            	list-style: none;
            }

            .mySelect li {
            	color: #909399;
            	display: inline-block;
            	font-size: 14px;
            	background: #f4f4f5;
            	padding: 3px 10px;
            	margin: 5px 5px 5px 0;
            	border-radius: 5px;
            }

            .mySelect li:hover {
            	background: #efeff0;
            }

            .mySelect li.default {
            	background: transparent !important;
            }

            .mySelect li i {
            	cursor: pointer;
            	color: #797979;
            }

            .mySelect li i:hover {
            	color: #4b2281;
            }

            .mySelect .mySelect-option {
            	border: 1px solid #e4e7ed;
            	border-radius: 4px;
            	background-color: #fff;
            	-webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
            	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
            	width: 100%;
            	position: absolute;
            	/* opacity: 0; */
            	z-index: 100;
            	display: none;
            	top: 57px;
            }

            .mySelect .mySelect-option .mySelect-box {
            	max-height: 300px;
            	overflow-y: auto;
            }

            .mySelect .mySelect-option:after {
            	content: "";
            	display: block;
            	position: absolute;
            	width: 10px;
            	height: 10px;
            	top: -4px;
            	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);
            }

            .mySelect .mySelect-option .mySelect-box div {
            	display: flex;
            	justify-content: space-between;
            	align-items: center;
            	padding: 0 20px;
            	height: 34px;
            	line-height: 34px;
            	font-size: 14px;
            }

            .mySelect .inputWrap>i {
            	/* 	position: absolute;
				padding: 11px;
				right: 0;
				top: 0; */
            	padding-right: 10px;
            	padding-top: 8px;
            }

            .mySelect-option .mySelect-box div {
            	cursor: pointer;
            	/* border-bottom: 1px solid #e7e7e7; */
            	/* margin: 5px; */
            }

            .mySelect-option .mySelect-box div i {
            	color: #ffffff;
            }

            .mySelect-option .mySelect-box div.selected i,
            .mySelect-option .mySelect-box div.selected {
            	color: #4b2281 !important;
            	font-weight: bold;
            }

            .mySelect-option .mySelect-box div:hover {
            	background-color: #f5f7fa;
            }

            .mySelect-option .mySelect-box div:hover i {
            	color: #f5f7fa;
            }


            .btn-link1 {
            	font-weight: 400;
            	cursor: pointer;
            	color: #007cb4 !important;
            	text-decoration: none;
            }

            .btn-link1:hover {
            	font-weight: 400;
            	cursor: pointer;
            	color: #007cb4 !important;
            	text-decoration: 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 #dfdfdf;
            }

            .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); */
            }


            .white-bg {
            	background-color: #fff;
            	/* border-radius: 1.25rem; */
            }

            .mask {
            	/* display: inline-block; */
            }

            .t-fixed {
            	top: 0;
            	right: 0;
            	left: 0;
            	z-index: 888;
            	position: fixed;
            }

            .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
            }

            .tit12 {
            	margin-bottom: 0.9375rem !important;
            }

            .card-hd .card-hd-l h2,
            .tit12 {
            	font-weight: bold;
            	font-size: 1rem;
            	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; */
            }
			.video-img{
				padding: 15px 0;
				background-color: #ffffff;
			}

            .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;
            	justify-content: space-between;
            }

            #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.875rem;
            	text-align: center;
            	color: #333;
            	font-weight: bold;
            	line-height: 1.875rem;
            	padding-top: 2rem;
            	padding-bottom: 2rem;
            }

            .card-hd-l {
            	display: inline-block;
            }

            .submit {
            	padding-top: 1.875rem;
            	padding-bottom: 1.875rem;
            }

            .btn-primary {
            	border-radius: 0;
            	/* font-weight: bold; */
            }

            .font-red {
            	color: #ee3134;
            }

            .under-info {
            	display: flex;
            	justify-content: center;
            	padding-bottom: 70px;
            }

            .form-check {
            	display: inline-block !important;
            }

            #back-top {
            	position: fixed;
            	bottom: 40px;
            	left: calc(100vw - 80px);

            }

            .success {
            	cursor: pointer;
            }

            .back-top-box {
            	border: 0;
            	padding: 0;
            	width: 40px;
            	height: 40px;
            	box-shadow: 0 2px 8px rgb(28 31 35 / 3%), 0 16px 48px 8px rgb(28 31 35 / 8%);
            	display: flex;
            	flex-direction: row;
            	align-items: center;
            	justify-content: center;
            	border-radius: 50%;
            	background-color: #fff;
            	cursor: pointer;
            }

            .layui-layer {
            	width: 600px !important;
            	height: 700px;
            }

            @media screen and (min-width:992px) {
            	.container {
            		max-width: 750px;
            	}

            	/* .submit {
					display: flex;
					justify-content: center;
				} */

            	.submit .btn-primary {
            		width: 100%;

            	}

            }



            @media screen and (min-width:768px) and (max-width: 992px) {

            	.main-box {
            		padding-right: 30px;
            		padding-left: 30px;
            	}

            	.submit .btn-primary {
            		display: block;
            		width: 100%;
            	}

            	.top-header {
            		justify-content: center;
            	}

            }

            @media screen and (max-width:767px) {

            	.layui-layer {
            		width: 90%;
            		height: 80%;
            	}

            	.input-group {
            		width: 100%;
            	}

            	.card-hd {
            		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%;
            	}
				#header .logo {
				    width: 50%;
				}

            	.top-header {
            		justify-content: center !important;
            	}
            }