﻿html, body {
	margin: 0;
	padding: 0;
}
body {
  color: #fff;
  font-size: 1em;
  font-family: Arial, "Microsoft yahei", Roboto-Light, Helvetica, Sans-Serif;
  background: url(images/bc.jpg) no-repeat center center fixed; 
  background-size: cover;
  /*background-size: cover;*/
}
a {
  color: #ffc40f;
  text-decoration: none;
}
a:hover {
	color: #f60;
}
.gap {
  margin: 0 4%;
}
.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: 95%;
	border: 1px solid #ffe85f;
}
.img-flag {
  vertical-align: middle;
}
.img: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%;
}
.img-icon {
  width: 42px;
  vertical-align: middle;
}
#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: 2px solid #5e2a00;
	-webkit-border-radius: 5px 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 1.2em;
	font-weight: bold;
	padding: 14px;
	background: #d47d00;
	color: #fff;
	cursor: pointer;
	width: 160px;
}
.submit:hover {
	background: #ffb922;
	color: #609;
}
.submit-small {
	border: 1px solid #29006f;
	-webkit-border-radius: 2px 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: .75em;
	font-weight: bold;
	padding: 2px;
	background: #ecb3ff;
	cursor: pointer;
	width: 40px;
  margin-right: 10px;
}
.gap {
  height: 10px;
}
.columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  grid-gap: 1.2rem;
}
.column {
  position: relative;
  text-align: center;
  font-weight: bold;
  font-size: 1em;
}
.text {
  margin: -2px 0 10px 0;
}
.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-logo {
  width: 45%;
}
.m-img {
}
body {
  font-size: .8em;
}
.submit {
	padding: 8px;
	width: 120px;
}
.gap {
  margin: 0 3%;
}
.columns {
  grid-gap: 0.2rem;
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  grid-gap: 0.2rem;
}
.text {
  margin: 0 0 8px 0;
}
}