@charset "UTF-8";

.left_tree {
	margin: 11px 0px 15px 23px;
	float: left;
	background-color: rgba(244, 244, 242, 0.8);
	width: 20%;
	height: 615px;
	box-shadow: 2px 4px 11px #737373;
	display: inline-block;
	min-width: 200px !important;
	border-radius: 4px;
}

.right_table {
	margin: 11px 20px 15px 20px;
	float: right;
	background-color: rgba(244, 244, 242, 0.8);
	width: 74%;
	height: 615px;
	-webkit-box-shadow: 2px 4px 11px #737373;
	-moz-box-shadow: 2px 4px 11px #737373;
	box-shadow: 2px 4px 11px #737373;
	min-width: 800px !important;
	border-radius: 4px;
}

.mytable1 {
	border: 4px solid rgba(0, 0, 0, 0.03);
	padding: 3em;
	animation-name: fadeInUp;
	animation-duration: .5s;
	box-sizing: border-box;
	display: block;
	margin-top: 0em;
}

.landmark {
	position: relative;
	display: block;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	filter: drop-shadow(0 1px 1px #973340a3);
	background-image: linear-gradient(0deg, red, #ff8484);
	animation: jump infinite 2s ease;
}

.landmark::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: -2;
	display: block;
	margin-left: -5px;
	width: 10px;
	height: 10px;
	background-color: red;
	transform: scale(1.3) translateY(2px) rotate(45deg);
}

.landmark::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	margin-top: -5px;
	margin-left: -5px;
	border-radius: 100%;
	width: 10px;
	height: 10px;
	background-color: white;
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.4);
}

@
keyframes jump { 
	0%{
	transform: translateY(0px);}

	50%{
	transform:translateY(-10px);}
	
	100%{transform:translateY(0px);}
}


.heart {
	display: flex;
	margin: 5px 0;
	width: 40px;
	height: 30px;
	filter: drop-shadow(0 1px 1px #973340a3);
	animation: breath infinite 2s ease;
}

.heart::before, .heart::after {
	content: '';
	flex: 1;
	height: 30px;
	border-radius: 20px 20px 4px 4px;
	transform-origin: 50% 6px;
}

.heart::before {
	transform: rotate(-45deg);
	background-image: rgb(111,81,199);
}

.heart::after {
	transform: rotate(45deg);
	background-image:rgb(111,81,199);
}

@keyframes breath {
	0%{
	transform: scale(1);
}
	50%{
	transform: scale(1.1);    
}
	100%{
	transform: scale(1);   
}
}
.search-input {
	left: -200px;
	position: absolute;
	box-sizing: border-box;
	background: rgba(52, 184, 192, 0.5);
	border-radius: 50px;
	width: 450px;
	transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
	overflow: hidden;
	height: 70px;
	opacity: 1;
	transform: translate(0, 10px);
	padding: 0px 70px 0 20px;
	border: none;
	outline: none;
	font-family: "Poppins", Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	transition-delay: 0.3s;
	color:white;
}

.search-icon {
	left: 175px;
    top: 9px;
	width: 50px;
	height: 50px;
	margin: 10px;
	border-radius: 30px;
	border: none;
	background: #FFF;
	padding: 0px;
	outline: none;
	position: relative;
	z-index: 2;
	float: right;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	text-transform: none;
	overflow: visible;
	color: inherit;
	font: inherit;
	box-sizing: border-box;
}

.search-wrapper {
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
}

.search-icon span {
	transform: rotate(-45deg);
	width: 22px;
	height: 26px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);
	box-sizing: border-box;
}

.search-icon span::before {
	width: 4px;
	height: 11px;
	left:11px;
	top: 18px;
	border-radius: 2px;
	background: rgb(52, 184, 192);
	position: absolute;
	content: '';
}

.search-icon span::after {
	width: 20px;
	height: 20px;
	left: 3px;
	top: 0px;
	border-radius: 16px;
	border: 4px solid rgb(52, 184, 192);
	position: absolute;
	content: '';
}
.search-wrapper .input-holder .search-icon span::after {
	-webkit-box-sizing: unset;
}

.main-center {
	margin: 1em 20px 40px 20px;
	float: left;
	background-color: rgba(244, 244, 242, 0.8);
	width: 100%;
	height: 800px;
	box-shadow: 2px 4px 11px #737373;
	display: inline-block;
	
	border-radius: 10px;
	
}

.main-center h4 {
	font-size: 18px;
	margin: 15px 30px 6px 60px;
	/*background: url(images/h4_line.png) repeat-x bottom;*/
	padding-bottom: 7px;
	padding-top: 10px;
	letter-spacing: -0.5px;
	font-weight: bold;
}

.table1 {
	margin: 10px 60px 10px 60px;
	position: relative;
	background-color: #e6eaed;
	height: 200px;
	border-radius: 6px;
}

.table2 {
	margin: 10px 60px 10px 60px;
	position: relative;
	background-color: #e6eaed;
	height: 350px;
	border-radius: 6px;
}
.table3 {
	margin: 10px 60px 10px 60px;
	position: relative;
	background-color: #e6eaed;
	height: 550px;
	border-radius: 6px;
}
.example1 {
	position: absolute;
    left:345px;
	top: 155px;
}

.lighting-input {
	padding: 0 10px;
	line-height: 1.7;
	min-height: 40px;
	background-color: #F5F4F5;
	border: 1px solid #ccc;
	border-radius: 6px;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
	box-sizing: border-box;
	transition: all 0.15s ease-in;
	left: 240px;
	position: relative;
	top: 45px;
	width: 450px;
	color:rgb(52,184,192);
}


    * {
  box-sizing: border-box;
}
.cbx {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  padding: 6px 8px;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.2s ease;
}
.cbx:not(:last-child) {
  margin-right: 6px;
}
.cbx:hover {
  background: rgba(125,100,247,0.06);
}
.cbx span {
  float: left;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}
.cbx span:first-child {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  transform: scale(1);
  border: 2px solid #c8ccd4;
  transition: all 0.2s ease;
}
.cbx span:first-child svg {
  position: absolute;
  top: 2px;
  left: 1px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}
.cbx span:last-child {
  padding-left: 8px;
  line-height: 18px;
}
.cbx:hover span:first-child {
  border-color: #7d64f7;
}
.inp-cbx:checked + .cbx span:first-child {
  background: #7d64f7;
  border-color: #7d64f7;
  animation: wave 0.4s ease;
}
.inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}
body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  color: #223254;
  min-height: 100vh;
  justify-content: center;
  align-items: center;
}
.inline-svg {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
  user-select: none;
}
@media screen and (max-width: 640px) {
  body {
    width: auto;
    display: inherit;
    padding: 20px;
  }
  .cbx {
    width: 100%;
    margin-bottom: 4px;
    display: inline-block;
  }
}
@-moz-keyframes wave {
  50% {
    transform: scale(0.9);
  }
}
@-webkit-keyframes wave {
  50% {
    transform: scale(0.9);
  }
}
@-o-keyframes wave {
  50% {
    transform: scale(0.9);
  }
}
@keyframes wave {
  50% {
    transform: scale(0.9);
  }
}

.faguang input:focus {
	

	border:2px solid #34B8C0;
	background: transparent;
	color:rgb(111,81,199);
	outline: none;
}


@-webkit-keyframes glow {
    0% {
		border-color: #34B8C0;
		box-shadow: 0 0 5px rgba(141,209,214,.2), inset 0 0 5px rgba(141,209,214,.1), 0 2px 0 #34B8C0;
    }	
    100% {
		border-color: #8DD1D6;
		box-shadow: 0 0 20px rgba(141,209,214,.6), inset 0 0 10px rgba(141,209,214,.4), 0 2px 0 #34B8C0;
    }
}

@-moz-keyframes glow {
    0% {
		border-color: #34B8C0;
		box-shadow: 0 0 5px rgba(141,209,214,.2), inset 0 0 5px rgba(141,209,214,.1), 0 2px 0 #34B8C0;
    }	
    100% {
		border-color: #8DD1D6;
		box-shadow: 0 0 20px rgba(141,209,214,.6), inset 0 0 10px rgba(141,209,214,.4), 0 2px 0 #34B8C0;
    }
}

@-o-keyframes glow {
    0% {
		border-color: #34B8C0;209,214
		box-shadow: 0 0 5px rgba(141,209,214,.2), inset 0 0 5px rgba(141,209,214,.1), 0 2px 0 #34B8C0;
    }	
    100% {
		border-color: #8DD1D6;
		box-shadow: 0 0 20px rgba(141,209,214,.6), inset 0 0 10px rgba(141,209,214,.4), 0 2px 0 #34B8C0;
    }
}

@-ms-keyframes glow {
    0% {
		border-color: #34B8C0;
		box-shadow: 0 0 5px rgba(141,209,214,.2), inset 0 0 5px rgba(141,209,214,.1), 0 2px 0 #34B8C0;
    }	
    100% {
		border-color: #8DD1D6;
		box-shadow: 0 0 20px rgba(141,209,214,.6), inset 0 0 10px rgba(141,209,214,.4), 0 2px 0 #34B8C0;
    }
}

@keyframes glow {
    0% {
		border-color: #34B8C0;
		box-shadow: 0 0 5px rgba(141,209,214,.2), inset 0 0 5px rgba(141,209,214,.1), 0 2px 0 #34B8C0;
    }	
    100% {
		border-color: #8DD1D6;
		box-shadow: 0 0 20px rgba(141,209,214,.6), inset 0 0 10px rgba(141,209,214,.4), 0 2px 0 #34B8C0;
    }
}

.control-buttons{
position: absolute;
    left: 625px;
    top: 400px;
}
.button1 {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-size:20px;	
	font-family: 'Lucida Grande', 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	padding:0px 23px;
	line-height:40px;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	font-weight:bold;
	
	}
	.button1:hover {
	text-decoration: none;
	}
	.button1:active {
	position: relative;
	top: 1px;
	}
	.bigrounded {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}

	/* white */
	.white {
	color: white;
	border: solid 1px #003266;
	background: #003266;
	background: -webkit-gradient(linear, left top, left bottom, from(#6ED3CF), to(#34B8C0));
	background: -moz-linear-gradient(top, #6ED3CF, #34B8C0);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6ED3CF', endColorstr='#34B8C0');
	}
	.white:hover {
	background: #6F51C7;
	background: -webkit-gradient(linear, left top, left bottom, from(#6F51C7), to(#6F51C7));
	background: -moz-linear-gradient(top,  #6F51C7,  #6F51C7);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6F51C7', endColorstr='#6F51C7');
	}
	.white:active {
	background: #6F51C7;
	background: -webkit-gradient(linear, left top, left bottom, from(#6F51C7), to(#6F51C7));
	background: -moz-linear-gradient(top,  #6F51C7,  #6F51C7);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6F51C7', endColorstr='#6F51C7');
	}
.control-buttons2{
	
	    position: relative;
    left: 890px;
    top: 435px;
}
.control-table {
	width: 100%;
	padding-top: 20px;
	color: #003366;
	font-size: 16px;
	line-height: 20px;
	text-align: justify;
}

.qbootstrap-nav ul li.active1 > a{
	
	background: #6f51c7;
    padding: 7px 15px;
    zoom: 1;
    transition: 0.3s;
    border-radius: 30px;
    color: white;
	
}
.mymy:hover{
	color:white;
}


.select {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  width:450px;
  left: 350px;
  height:40px;
    top: 45px;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    border-radius: 6px;
}
.select select {
 display: inline-block;
    width: 100%;
    cursor: pointer;
   
    padding-left: 20px;
    outline: 0;
    border: 0;
    border-radius: 6px;
    color: #7b7b7b;
    appearance: none;
    -webkit-appearance: none;
    height: 38px;
}
.select select::-ms-expand {
  display: none;
}
.select select:hover,
.select select:focus {
  color: #fff;
  background: rgb(52,184,192);
}
.select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.select__arrow {
  position: absolute;
  top: 16px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: rgb(111,81,199) transparent transparent transparent;
}
.select select:hover ~ .select__arrow,
.select select:focus ~ .select__arrow {
  border-top-color: #000;
}
