/* Generated by less 2.2.0 */
/***************************************************
		定义通用风格
***************************************************/
/*颜色*/
/***************************************************
		CSS初始化
***************************************************/
/*通常设置*/
* {
  box-sizing: border-box;
  cursor: default;
  font-family: "PingFang SC", "Helvetica Neue", "Helvetica", "Hiragino Sans GB", "Arial", "Verdana", "Microsoft Yahei", sans-serif !important;
  margin: 0;
  padding: 0;
}
body {
  background: transparent;
  color: #000000;
  font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style: none;
}
a {
  color: #000000;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}
b {
  font-weight: 600;
}
i {
  font-style: normal;
}
input,
textarea {
  background: none;
  border: none;
  outline: none;
}
input {
  width: 100%;
  height: 100%;
}
/*针对h5设置*/
img {
  max-width: 100%;
  max-height: 100%;
  pointer-events: none;
}
a {
  -webkit-tap-highlight-color: transparent;
}
/***************************************************
		页面布局
***************************************************/
.container {
  letter-spacing: -6px;
  text-align: center;
  max-width: 820px;
  height: inherit;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.container > * {
  letter-spacing: 0;
  display: inline-block;
  vertical-align: middle;
}
.container .logo,
.container .btn {
  line-height: 0;
}
.container .logo,
.container .intro {
  position: relative;
  top: 20px;
}
.container .intro {
  width: 58%;
  margin: 0 0 0 16px;
}
.container .intro p {
  background: #a199e5;
  color: #ffffff;
  line-height: 1.8;
  display: inline;
}
.container .intro p:after {
  content: "\D\A";
  white-space: pre;
}
.container .btn {
  width: 278px;
  height: 71px;
  margin: 0 -139px 0;
  display: block;
  position: absolute;
  right: 50%;
  bottom: 0;
}
.container .btn a {
  line-height: inherit;
}
.container-fluid {
  background: url(../image/bg-banner.jpg) no-repeat center top / auto 260px;
  max-width: 1440px;
  height: 276px;
  margin: 0 auto;
}
