	html,
			body {
				margin: 0 ;
				padding: 0;
				width: 100%;
				max-width: 750px;
				font-size: 16px;
				background: #f2f2f2;
				font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", FontAwesome, sans-serif
			}

			ul li {
				list-style-type: none;
				list-style: none;
			}

			a {
				text-decoration: none
			}

			a:link {
				text-decoration: none;
			}

			a:visited {
				text-decoration: none;
			}

			a:hover {
				text-decoration: none;
			}

			/* CustomReady start */
			/* 顶部浮窗 */
.db_fc_div{ height: calc(var(--owidth)*65); width: 100%;}
.db_fc{ position: fixed; top:0;  width: 100%; height: calc(var(--owidth)*65); display: flex; justify-content: space-between; align-content: center; align-items: center; background: #fff; z-index: 999;}
.db_fc a{ display: block; width: 24.7%; height: calc(var(--owidth)*65); line-height: calc(var(--owidth)*65); background: #305cbc; color: #fff; font-size: calc(var(--owidth)*22); text-align: center;}
           /* 顶部浮窗 */
			.divpage {
				width: 100%;
				height: auto;
				max-width: 750px;
				margin: 0 auto;
				overflow: hidden;
			}

			.divpage img {
				float: left;
				width: 100%;
				height: auto;
			}

			.divbox {
				float: left;
				position: relative;
				width: 100%;
				height: 0;
			}
			.circle {
				animation: fade 2s infinite;
				-webkit-animation: fade 2s infinite;
			}
			.samllda {
				animation: daxiao 1s infinite;
				-webkit-animation: daxiao 1s infinite;
			}
			.huangdong {
				animation: hdtx .5s infinite;
				-webkit-animation: hdtx .5s infinite;
			}
			@-webkit-keyframes fade {
				0% {
					opacity: 1;
					-webkit-transform: scale(0);
					transform: scale(0);
				}

				100% {
					opacity: 0;
					-webkit-transform: scale(1.5);
					transform: scale(1.5);
				}
			}

			@keyframes fade {
				0% {
					opacity: 1;
					-webkit-transform: scale(0);
					transform: scale(0);
				}

				100% {
					opacity: 0;
					-webkit-transform: scale(1.5);
					transform: scale(1.5);
				}
			}
			@-webkit-keyframes daxiao {
				0% {
					-webkit-transform: scale(1);
					transform: scale(1);
				}
			
				100% {
					-webkit-transform: scale(1.05);
					transform: scale(1.05);
				}
			}
			
			@keyframes daxiao {
				0% {
					-webkit-transform: scale(1);
					transform: scale(1);
				}
			
				100% {
					-webkit-transform: scale(1.05);
					transform: scale(1.05);
				}
			}
			@-webkit-keyframes hdtx {
				0% {
					-webkit-transform:rotate(3deg);
				}
			
				100% {
					-webkit-transform:rotate(-3deg);
				}
			}
			
			@keyframes hdtx {
				0% {
					-webkit-transform:rotate(3deg);
				}
			
				100% {
					-webkit-transform:rotate(-3deg);
				}
			}
			.divbox .titleimg{
				position: absolute;
				top: 0.75rem;
				left: 20%;
				width: 60%;
				height: auto;
			}
			.divboxno1{
				float:left;
				width:100%;
				height:auto;
				padding:0.5rem 0;
				overflow:hidden;
				background:#fff;
			}
			.divform {
				margin-left: 5%;
				width: 88%;
				height: auto;
			}
			.divform .uk-margin{
				width:100%;
				height:auto;
				overflow:hidden;
				margin-bottom: 0.4rem;
				margin-top:0;
			}
			
			.divform *+.uk-margin {
				margin-top: 0px!important;
			}
			.divform .uk-form-label {
				display: inline-block;
				width: 100%;
				height:0.8rem;
				text-indent:0.2rem;
				color: #f04141;
				font-size: .35rem;
			}
			.divform .uk-form-controls {
				float: right;
				width: 98%;
				height:1.2rem;
				color: #333;
				font-size: .35rem;
				overflow:hidden;
				border: solid 1px #e63100;
				border-radius: 0.13rem;
			}
				.divform .uk-form-controls1 {
				float: right;/*0*/
				width:80%;/*宽度*/
				height:1rem;/*厚度*/
				color: #353;/*0*/
				font-size: .35rem;/*0*/
				overflow:hidden;/*0*/
				border: solid 0.5px #9c9c9c;/*边框*/
				border-radius: 5rem;/*圆度*/
			}
			.divform input {
				width: 100%;
				height: 1.2rem;
				color: #333;
				font-size: .35rem;
				text-indent: 0.2rem;
				padding: 0;
				border:none;
			}
			.divform .mj1{
				float:left;
				width: 48%;
				height: 1.2rem;
				color: #f04141;
				text-align:center;
				font-size: .35rem;
				text-indent: 0.2rem;
				line-height:1.2rem;
				padding: 0;
				margin-bottom: 0.4rem;
				border: solid 1px #e63100;
				border-radius: 0.13rem;
			}
			.divform .mj1:nth-child(2), .divform .mj1:nth-child(4){
				float:right;
			}
			.divform .mj2{
				float:left;
				width: 48%;
				height: 1.2rem;
				color: #f04141;
				text-align:center;
				font-size: .35rem;
				text-indent: 0.2rem;
				line-height:1.2rem;
				padding: 0;
				margin-bottom: 0.4rem;
				border: solid 1px #e63100;
				border-radius: 0.13rem;
			}
			.divform .mj2:nth-child(2), .divform .mj2:nth-child(4){
				float:right;
			}
			.btn_style{           /*提交按钮*/
				margin-left: 10%; /*居中的位置百分比*/
				width: 80%;   /*提交大小百分比*/
				height: 1.1rem;/*高度就是厚度*/
				border: solid 1px #e63100;/*边框颜色*/
				background-image: linear-gradient(179deg, 
					#e63100 0%, 
					#e63100 0%, 
					#e63100 0%, 
					#e63100 50%, 
					#e63100 100%), 
				linear-gradient(
					#ffffff, 
					#ffffff);
				background-blend-mode: normal, 
					normal;
				box-shadow: 0rem 0.07rem 0.08rem 0rem 
					rgba(0, 0, 0, 0.14);
				border-radius: 0.67rem;
				font-size: 0.4rem;
				font-weight: normal;
				font-stretch: normal;
				letter-spacing: 0rem;
				color: #ffffff;
			}
			.divbox .titleimg1{
				position: absolute;
				top: 0.3rem;
				left: 23.4%;
				width: 66%;
				height: auto;
			}
			.bannerbox2{
				position:relative;
				float:left;
				width: 100%;
				height: 5.6rem;
				background:#fff;
			}
			.bannerbox2 .uk-dotnav>*>* {
				background: #999 !important;
			}
			.bannerbox2 .uk-dotnav>.uk-active>* {
				background-color: rgba(255,255,255,1) !important;
				border-color: transparent;
			}
			
			.bannerbox3 {
				float:left;
				width: 100%;
				height: 9.5rem;
				background:#fff;
			}