/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.fl {
  float: left;
}
.fr {
  float: right;
}
.clrfix {
  zoom: 1;
}
.clrfix:after {
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
  content: ".";
  font-size: 0;
}
.hide {
  display: none;
}
.hidden {
  visibility: hidden;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.nowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

html,
body,
* {
  font-family: "Microsoft YaHei", "微软雅黑", "Microsoft JhengHei", "华文细黑", "STHeiti", "MingLiu";
}
html {
  height: 100%;
}
body {
  height: 100%;
  background-color: #ffffff;
  position: relative;
  min-width: 1200px;
}
a {
  text-decoration: none;
}
.header {
  height: 100px;
  line-height: 100px;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.header .logo-warpper {
  display: inline-block;
  float: left;
  padding-left: 50px;
}
.header .logo-warpper .logo {
  display: block;
  width: 50px;
  height: 50px;
  margin: 25px 0;
  background: url(https://fz-img.oss-cn-beijing.aliyuncs.com/ayy_common/logo/ayylogo.png) no-repeat center center;
  background-size: 50px 50px;
}
.header .name-warpper {
  display: inline-block;
  float: left;
  padding-left: 16px;
}
.header .name-warpper .app-name {
  color: #000000;
  font-size: 1.8em;
}
.header .name-warpper .app-slogen {
  color: #000000;
  font-size: 1.2em;
  /*opacity: 0.89;*/
}
.header .nav-warpper {
  display: inline-block;
  float: right;
  /* padding-right: 50px; */
}
.header .nav-warpper a {
  display: inline;
  font-size: 16px;
  color: #000000;
  opacity: 0.8;
  margin: 0 6px;
}
.header .nav-warpper a.active {
  opacity: 1;
}
.header .nav-warpper span {
  font-size: 16px;
  color: #000000;
  opacity: 0.8;
}
.container {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.footer {
  background-color: #ffffff;
}
.footer .infomation {
  padding-top: 64px;
  padding-bottom: 20px;
  font-size: 12px;
  
  color: rgba(0,0,0,1);
  text-align: center;
  line-height: 2;
}
.footer .infomation p {
  /*opacity: 0.3;*/
}
.footer .infomation a {
  color: #000000;
}
.footer .infomation .gognan-box {
  padding-top: 5px;
}
.footer .infomation .gognan-box a {
  display: inline-block;
  text-decoration: none;
  height: 20px;
  line-height: 20px;
}
.footer .infomation .gognan-box a span {
  opacity: 0.3;
}
.footer .infomation .gognan-box img {
  vertical-align: middle;
  margin-right: 1px;
  margin-bottom: 3px;
}
.main-content-block {
  min-height: 100%;
  margin-top: -100px;
}
.main-content-block::before {
  content: "";
  display: block;
  height: 100px;
}
.text-warpper {
  font-size: 16px;
  color: #000000;
  line-height: 1.7;
  margin: 34px 0 64px;
  padding: 0 50px;
}
.text-warpper h1 {
  font-size: 26px;
  text-align: left;
  margin: 0 0 60px;
}
.text-warpper h2 {
  font-size: 20px;
  line-height: 2;
  opacity: 0.6;
}
.text-warpper h3 {
  font-size: 16px;
  line-height: 2;
  opacity: 0.6;
}
.text-warpper p {
  margin: 0;
  opacity: 0.6;
}
.text-warpper .sub-item {
  text-indent: 2em;
}
.text-warpper .special {
  opacity: 1;
  font-weight: bold;
}
.text-warpper .entress {
  opacity: 1;
  /* font-weight:700; */
}
.text-warpper .address {
  color: #000000;
  opacity: 1;
}
.error-warpper {
  text-align: center;
}
.error-warpper .error-status {
  margin: 20px auto;
  width: 30%;
  display: block;
}
.error-warpper .error-desc {
  opacity: 0.6;
  margin: 30px auto 0;
  width: 502px;
  display: block;
  font-size: 16px;
}
.error-warpper .btn-index {
  margin: 40px auto 0;
  position: relative;
  height: 55px;
  width: 16%;
  border-radius: 4px;
  background-color: #fc0156;
  color: #000000;
  line-height: 55px;
}



.douyin {
  padding: 20px;
  background: #ffffff;
  color: rgba(0,0,0,1);
  font-size: 0.9em
}

.douyin .center h3,.douyin .center p,.douyin .center u {
  text-align: center
}

.title {
  text-align: center;
  color: rgba(19,1,1,1);
  font-weight: 700;
  font-size: 1.8em
}

.douyin h1,.douyin h2 {
  margin: 0 0 30px
}

.douyin h3 {
  font-weight: bold;
  margin: 0 0 20px
}

.douyin a {
  color: #2d8cf0;
  text-decoration: underline
}

.douyin p {
  margin: 0
}

.douyin strong {
  color: #000000;
  margin-bottom: 15px
}

.douyin ol.level1 {
  margin-left: 30px
}

.douyin ol.level1 li {
  list-style-type: decimal
}

.douyin ol {
  margin-bottom: 15px
}

.douyin li {
  margin-bottom: 12px
}

strong {
  font-weight: bold;
  color: #000000;
  opacity: 1
}

.text-warpper p {
  color: rgba(0,0,0,0.8);
  opacity: 1
}

 