

body {
	width: 100%;
	height:100%;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
.wx_z {
       padding-top: 0%;
}
.weixin_logo {

    z-index: 100;
    text-align: center;
}
.weixin_logo img {
    width: 60%;
}
.weixin_code {
z-index: 100;
    width: 91%;
    background-color: #ffffff;
    margin: auto;
    border-radius: 8px;    margin-bottom: 20px;
        margin-bottom: 49px;
}
.weixin_code img {
 width: 42%;
}
.weixin_wenzi {
    z-index: 100;
    text-align: center;
    width: 56%;
    font-family: "微软雅黑";
    line-height: 26px;
    color: #FFF;
    background-color: #0e840e;
    height: 26px;
    border-radius: 26px;
    margin-right: auto;
    margin-left: auto;
    font-size: 9px;
}
#swap-icons {
	width: 70%;
    margin-top: -100px;
    position: relative;
}

#wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	flex-flow: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
	height: 90%;
	width: 100%;
}

h4 {
	text-transform: uppercase;
	font-size: 14px;
	display: inline;
	cursor: pointer;
	color: #d1ab73;
	letter-spacing: 1px;
	font-family: 'Oswald';
}

#header {
	height: 30px;
	padding: 20px;
}

#header a {
	cursor: pointer;
}

#back {
	position: relative;
	opacity: 0.0;
	right: -10px;
}

#nav {
	margin-top: 5px;
	float: right;
}

#nav a {
	text-transform: uppercase;
	font-size: 14px;
	color: #d1ab73;
	letter-spacing: 1px;
	font-weight: bold;
	font-family: 'Oswald';
	margin-left: 20px;
}

#logo {
	float: left;
}

#logo img {
	width: 64px;
}

h5 {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.3;
}



h1 {
	margin-top: 5px !important;
	text-transform: uppercase;
}

h3 {
    letter-spacing: 0.5px;
    padding: 12px;
    font-size: 14px;
}

p {
letter-spacing: 0.5px;
    font-size: 14px;
    padding: 15px;
}

#tab-1 p {
	margin-top: 5px;
	cursor: pointer;
}

#tab-3 p {
	margin-top: 35px;
}

a {
	text-decoration: none;
	color: black;
}

#tab-3 a:hover {
	text-decoration: underline;
}

.card {
	width: 300px;
	height: 400px;
	background-color: #242424;
	text-align: center;
	padding: 15px 15px;
	margin: 7%;
	-webkit-box-shadow: 5px 5px 38px -2px rgba(0,0,0,0.55);
	-moz-box-shadow: 5px 5px 38px -2px rgba(0,0,0,0.55);
	box-shadow: 5px 5px 38px -2px rgba(0,0,0,0.55);
}

.ad-1, .ad-2, ad-3 {
	display: none;
	width: 300px;
	height: 400px;
	background-color: #242424;
	text-align: center;
	padding: 15px 15px;
	margin: 10px;
	-webkit-box-shadow: 5px 5px 38px -2px rgba(0,0,0,0.55);
	-moz-box-shadow: 5px 5px 38px -2px rgba(0,0,0,0.55);
	box-shadow: 5px 5px 38px -2px rgba(0,0,0,0.55);
}

.about {
	max-width: 900px;
	color: white;
	padding: 15px 15px;
	margin: 10px;
}

h2 {
	font-size: 32px;
	line-height: 1.4;
}

.about a {
	text-decoration: none;
	color: #AA9B4B;
}

#tab-1, #tab-2 {
	position: relative;
	margin: auto;
}

#tab-3 {
	margin: auto;
}

#list {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.margin {
	margin-left: 20px;
}

.tab-content {
	display: none;
}

.tab-content.current {
	display: inherit;
  -webkit-animation: fade 1s 1; /* Safari 4+ */
  -moz-animation:    fade 1s 1; /* Fx 5+ */
  -o-animation:      fade 1s 1; /* Opera 12+ */
  animation:         fade 1s 1; /* IE 10+, Fx 29+ */
}

@-webkit-keyframes fade {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes fade {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes fade {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes fade {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

:focus {
  outline-color: transparent;
  outline-style: none;
}

::selection {
  background-color: #AA9B4B;
}
::-moz-selection {
  background-color: #AA9B4B;
}
/*浏览器滚动条*/
::-webkit-scrollbar{width:1px;height:1px}
::-webkit-scrollbar-button:vertical{display:none}
::-webkit-scrollbar-track:vertical{background-color:black}
::-webkit-scrollbar-track-piece{background:#0D0E12}
::-webkit-scrollbar-thumb:vertical{background-color:#0D0E12;border-radius:1px}
::-webkit-scrollbar-thumb:vertical:hover{background-color:#3B3B3B}
::-webkit-scrollbar-corner:vertical{background-color:#535353}
::-webkit-scrollbar-resizer:vertical{background-color:#0D0E12}

