/* Generated by less 2.2.0 */
/***************************************************
		加载 LESS
***************************************************/
/***************************************************
		定义专用风格（颜色、渐变、投影、圆角）
***************************************************/
/***************************************************
		定义通用样式
***************************************************/
/*空*/
* {
  letter-spacing: 1px;
}
body {
  background: #f5f5f5;
  color: #000000;
  font-size: 1.6rem;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
}
a:hover {
  opacity: .64;
}
/***************************************************
		定义通用布局
***************************************************/
header {
  box-shadow: rgba(0, 0, 0, 0.26) 0 12px 24px;
}
header .topbar {
  color: #ffffff;
  height: 40px;
  position: relative;
}
header .topbar .container {
  font-size: 1.4rem;
  line-height: 1.33;
  position: relative;
  overflow: hidden;
  z-index: 3;
}
header .topbar .container * {
  font-size: inherit !important;
}
header .topbar .container a {
  line-height: 40px;
}
header .topbar .container .left {
  float: left;
}
header .topbar .container .left img {
  margin: -2px 0 0;
  vertical-align: middle;
}
header .topbar .container .left a {
  color: inherit;
  padding: 0 8px;
}
header .topbar .container .right {
  float: right;
  margin: 0 -24px 0;
}
header .topbar .container .right a {
  color: inherit;
  padding: 0 24px;
  position: relative;
}
header .topbar .container .right a:before {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  content: "";
  background: #ffffff;
  width: 1px;
  height: 14px;
  margin: -7px 0 0;
  display: block;
}
header .topbar .container .right a:first-child:before {
  content: none;
}
header .topbar:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: url(../pic/index/bg.jpg) no-repeat center top / 1920px auto;
  filter: blur(10px);
  display: block;
  z-index: 1;
}
header .topbar:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  display: block;
  z-index: 2;
}
header .logobar {
  height: 120px;
  overflow: hidden;
}
header .logobar .container {
  font-size: 0;
  letter-spacing: -4px;
  line-height: 0;
  text-align: justify;
}
header .logobar .container > * {
  vertical-align: top;
  display: inline-block;
}
header .logobar .container * {
  font-size: 1.6rem;
  line-height: 1.29;
  text-align: left;
  letter-spacing: normal;
}
header .logobar .container:after {
  content: "";
  width: 100%;
  height: 0;
  display: inline-block;
}
header .logobar .container > div {
  margin: 32px 0 0;
  vertical-align: middle;
}
header .logobar .container .left img {
  vertical-align: middle;
}
header .logobar .container .left p {
  border-left: 1px solid rgba(0, 0, 0, 0.26);
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 4px;
  margin: 0 0 0 32px;
  padding: 0 0 0 32px;
  display: inline-block;
}
header .logobar .container .left p b {
  color: #f3a1c4;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  margin: 0 0 0 8px;
  display: inline-block;
}
header .logobar .container .right {
  background: url(../image/index/logo-snh48-group.png) no-repeat center top;
  line-height: 0;
  height: 56px;
  padding: 32px 0 0;
}
header .logobar .container .right a {
  line-height: inherit;
}
.page {
  height: 800px;
  position: relative;
  overflow: hidden;
}
.page .container {
  position: relative;
  z-index: 1;
}
.page:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: url(../pic/index/bg.jpg) no-repeat center top / 1920px auto;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
}
footer .container {
  font-size: 1.4rem;
  line-height: 1.33;
  padding: 32px 0;
}
footer .container * {
  font-size: inherit !important;
}
footer .container .link ul {
  font-size: 0;
  letter-spacing: -4px;
  line-height: 0;
  text-align: center;
}
footer .container .link ul > * {
  vertical-align: top;
  display: inline-block;
}
footer .container .link ul * {
  font-size: 1.6rem;
  line-height: 1.29;
  text-align: left;
  letter-spacing: normal;
}
footer .container .link ul:after {
  content: "";
  width: 100%;
  height: 0;
  display: inline-block;
}
footer .container .link ul li {
  padding: 0 24px;
  position: relative;
}
footer .container .link ul li a {
  color: rgba(0, 0, 0, 0.87);
}
footer .container .link ul li.service {
  color: rgba(0, 0, 0, 0.57);
}
footer .container .link ul li:before {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  content: "";
  background: rgba(0, 0, 0, 0.26);
  width: 1px;
  height: 14px;
  margin: -7px 0 0;
  display: block;
}
footer .container .link ul li:first-child:before {
  content: none;
}
footer .container .cpright {
  font-variant: normal;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.57);
  text-align: center;
  margin: 16px 0 0;
}
/***************************************************
		index.html
***************************************************/
html,
body {
  height: 100%;
}
#index {
  position: relative;
}
#index header {
  position: fixed;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  z-index: 3;
}
#index footer {
  position: fixed;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}
#index footer .container {
  padding: 24px 0;
}
#index footer .container .cpright {
  color: rgba(255, 255, 255, 0.57);
  font-size: 13px !important;
  margin: 0;
}
#index .page {
  height: inherit;
}
#index .page .container {
  height: inherit;
  z-index: 2;
}
#index .page .container .phone {
  position: relative;
  top: 10%;
  right: auto;
  bottom: auto;
  left: auto;
  /*.FILTER-SHADOW;*/
  background: url(../image/index/bg-phone-2.png) no-repeat;
  width: 391px;
  height: 724px;
  margin: 0 auto;
}
#index .page .container .phone .content {
  position: relative;
  top: 24px;
  right: auto;
  bottom: auto;
  left: 8px;
  border-radius: 12px;
  width: 375px;
  height: 667px;
  overflow: hidden;
}
