﻿html, body {
	margin: 0;
	padding: 0;
}
body {
  color: #ddd;
  font-size: 1em;
  font-family: Arial, "Microsoft yahei", Roboto-Light, Helvetica, Sans-Serif;
  background-color: #000;
  /*background-size: cover;*/
}
a {
  color: #ffa025;
  text-decoration: none;
}
a:hover {
	color: #f60;
}
.gap-h {
  margin-right: 20px;
}
.gap-top {
  height: 10px;
}
.relative {
	position: relative;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.clear {
  clear: both;
}
.big {
  font-size: 1.2em;
}
.small {
  font-size: .85em;
}
img {
	margin: 0; 
	border: none;
  max-width: 100%;
}
.img {
  width: 85%;
	border: 1px solid #ddd;
}
.img1 {
  width: 70%;
}
.img-icon {
  width: 70%;
}
.img:hover, .img1:hover, .img-icon:hover {
  filter: brightness(85%);
  -webkit-filter: brightness(85%);
  -moz-filter: brightness(85%);
  -o-filter: brightness(85%);
}
.img-logo-bottom {
  width: 50px;
  vertical-align: middle;
}
.dot {
  color: #f60;
  padding-right: 4px;
}
.content-wrapper {
  margin: 0 auto;
	padding: 0;
	/* (viewport width:1008) 958/1008=.95 */
	width: 95%;
  max-width: 1250px;
}
footer {
  width: 100%;
  clear: both;
  font-size: 0.8em;
  background-color: rgba(255,255,255,0.10);
  height: 50px;
  text-align: center;
}
.img-logo {
  padding-left: 5%;
  width: 28%;
}
#line {
  height: 1px;
  background-color: #007c2a;
}
.v-line {
  margin-left: 2%;
  border-left: 1px dotted #00b8b8;
  height: 450px;
}
.line {
  border-top: 1px dotted #ccc;
  margin: 10px 0 20px 0;
}
.submit {
	border: 1px solid #00476b;
	-webkit-border-radius: 3px 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: .81em;
	font-weight: bold;
	padding: 4px;
	background: #007c2a;
	color: #fff;
	cursor: pointer;
	width: 80px;
  margin-right: 10px;
}
.submit:hover {
	background: #3ed772;
}
.submit-small {
	border: 1px solid #00476b;
	-webkit-border-radius: 2px 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: .75em;
	font-weight: bold;
	padding: 2px;
	background: #abd3ff;
	cursor: pointer;
	width: 40px;
  margin-right: 10px;
}
.gap {
  height: 10px;
}
.article {
  width: 46%;
  padding: 0 1%;
}
.columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  grid-gap: 0.2rem;
}
.columns1 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  grid-gap: 0.2rem;
}
.column {
  position: relative;
  text-align: center;
  font-size: 1em;
}
.column-s {
  padding: 5px;
  border: 1px solid #74c2cb;
	-webkit-border-radius: 3px 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
  background-color: #c9edf1;
}
.text {
  margin: -2px 0 10px 0;
}
.text1 {
  position: absolute;
  top: 40%;
  left: 30%;
}
.clear {
  clear: both;
}
.desk {
  /*display: block;*/
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
.img-logo {
  width: 40%;
}	
}	

@media only screen and (max-width: 767px)
{
.desk {
  display: none;
}
.mobile-show {
  display: block;
}
.img-icon {
  width: 90%;
}
.img-logo {
  width: 45%;
}
.m-img {
}
body {
  font-size: .8em;
}
.columns {
  grid-gap: 0.2rem;
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  grid-gap: 0.2rem;
}
.columns1 {
  grid-gap: 0.2rem;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  grid-gap: 0.2rem;
}
.text {
  margin: 0 0 8px 0;
}
.text1 {
  left: 22%;
}
}