html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-user-select: none;
  user-select: none;
}
body {
  line-height: 1.6;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #f1f0f6;

}
* {
  margin: 0;
  padding: 0;
}
button {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  *font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
ul,
ol {
  padding-left: 0;
  list-style-type: none;
}
a {
  text-decoration: none;
}
.label_box {
  background-color: #ffffff;
}
.label_item {
  padding-left: 15px;
}
.label_inner {
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 24px;
  position: relative;
}
.label_inner:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  height: 1px;
  border-top: 1px solid #ededed;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  top: auto;
  bottom: -2px;
}
.lbox_close {
  position: relative;
}
.lbox_close:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  height: 1px;
  border-top: 1px solid #ededed;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.lbox_close:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  height: 1px;
  border-top: 1px solid #ededed;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  top: auto;
  bottom: -2px;
}
.lbox_close .label_item:last-child .label_inner:before {
  display: none;
}
.btn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 68px;
  text-align: center;
  text-decoration: none;
  overflow: visible;
  /*.btn_h(@btnHeight);*/
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #ffffff;
  line-height: 42px;
  margin-bottom: 15px;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.ipt {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 80px;
  text-align: center;
  text-decoration: none;
  overflow: visible;
  height: 100px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #000000;
  line-height: 100px;
  width:100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.ipt2 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 50px;
  text-align: center;
  text-decoration: none;
  overflow: visible;
  height: 80px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #000000;
  line-height: 80px;
  width:70%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.ipt3 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 50px;
  text-align: center;
  text-decoration: none;
  overflow: visible;
  height: 100px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #000000;
  line-height: 100px;
  width:100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.ipt4 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 30px;
  text-align: center;
  text-decoration: none;
  overflow: visible;
  height:50px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #000000;
  line-height: 60px;
  width:130px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.btn.btn_inline {
  display: inline-block;
}
.btn_primary {
  background-color: #4CCFC1;
  height:60px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 55px;	
}
.btn_primary:not(.btn_disabled):visited {
  color: #ffffff;
}
.btn_primary:not(.btn_disabled):active {
  color: rgba(255, 255, 255, 0.9);
  background-color: #039702;
}
.btn_second {
  background-color: #04be02;
  height:100%;
}
.btn_secondary {
  background-color: #FF9900;
  height:180px;
}
.btn_secondary:not(.btn_disabled):visited {
  color: #ffffff;
}
.btn_secondary:not(.btn_disabled):active {
  color: rgba(255, 255, 255, 0.9);
  background-color: #039702;
}
.btn_third {
  background-color: #FF9900;
  height:80px;
  font-size: 50px;	
}
.btn_third:not(.btn_disabled):visited {
  color: #ffffff;
}
.btn_third:not(.btn_disabled):active {
  color: rgba(255, 255, 255, 0.9);
  background-color: #039702;
}
.btn_fourth {
  background-color: #669966;
  height:200px;
  font-size: 40px;	
}
.btn_fourth:not(.btn_disabled):visited {
  color: #ffffff;
}
.btn_fourth:not(.btn_disabled):active {
  color: rgba(255, 255, 255, 0.9);
  background-color: #039702;
}
button.btn {
  width: 98%;
  border: 0;
  outline: 0;
  -webkit-appearance: none;
}
button.btn:focus {
  outline: 0;
}
.wxapi_container {
  font-size: 16px;
}
h1 {
  font-size: 14px;
  font-weight: 400;
  line-height: 2em;
  padding-left: 15px;
  color: #8d8c92;
}
.desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 2em;
  color: #8d8c92;
}
.desctitle {
  font-size: 25px;
  font-weight: 500;
  line-height: 2em;
  color: #000000;
  width:98%;
  display: block;
  padding-left: 20px;
}
.desckey {
  font-size: 20px;
  font-weight: 500;
  line-height: 2em;
  color: #8d8c92;
  width:98%;
  display: block;
  padding-left: 20px;
}
.desckey td{
  font-size: 20px;
  font-weight: 500;
  line-height: 2em;
}
.desckey th{
  font-size: 20px;
  font-weight: 500;
  line-height: 2em;
  text-align:left;
  background-color: #FFCCCC;
}
.wxapi_index_item a {
  display: block;
  color: #3e3e3e;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.wxapi_form {
  background-color: #ffffff;
  padding: 0 15px;
  margin-top: 30px;
  padding-bottom: 15px;
}
h3 {
  padding-top: 16px;
  margin-top: 25px;
  font-size: 16px;
  font-weight: 400;
  color: #3e3e3e;
  position: relative;
}
h3:first-child {
  padding-top: 15px;
}
h3:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  height: 1px;
  border-top: 1px solid #ededed;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.content div {
    background: #fff;
	position: relative;
    width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}
.btn_form form select{
	font-family: 'Source Sans Pro', sans-serif;
	cursor:pointer;
	border:none;
	outline:none;
	display: inline-block;
	font-size: 10em;
	padding: 10px 34px;
	background: #4CCFC1;
	color:#fff;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn_form form select:hover{
	background: #3CC395;
}
#div1{
    width:500px;
    height:100%;
    background:#E8FFE8;
	font-size: 20pt;
    position:absolute;
	overflow:auto;
    left:-500px;}