@charset "UTF-8";
/*
 *输出文件
 */
/*
 *引入文件，及对页面的整体结构进行部分定义
 */
/*引入compass的模块*/
/* line 5, ../../../env/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../env/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../env/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../env/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../env/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../env/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../env/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../env/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../env/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 9, ../sass/construct/_conf.scss */
body {
  font-family: -apple-system,BlinkMacSystemFont,SF UI Text,Helvetica Neue,PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Arial,sans-serif;
  background: #fff;
  color: #000000;
}

/* line 15, ../sass/construct/_conf.scss */
.construct {
  width: 100%;
  min-width: 1400px;
  margin: 0 auto;
  height: auto;
  position: relative;
}

/* line 16, ../sass/construct/_conf.scss */
.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

/* line 17, ../sass/construct/_conf.scss */
.container, .construct [class^='col-'] {
  padding: 0;
}

/* line 20, ../sass/construct/_construct.scss */
html {
  font-size: 62.5%;
  height: 100%;
}

/* line 24, ../sass/construct/_construct.scss */
body {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
}

/* line 31, ../sass/construct/_construct.scss */
img {
  display: block;
  border: none;
  font-size: 0;
}

/* line 32, ../sass/construct/_construct.scss */
a, a:hover, a:focus {
  text-decoration: none;
  font-size: inherit;
  color: inherit;
}

/* line 33, ../sass/construct/_construct.scss */
.clear {
  clear: both;
}

/* line 34, ../sass/construct/_construct.scss */
.hide {
  /*visibility: hidden;*/
  display: none;
}

/* line 35, ../sass/construct/_construct.scss */
.fl {
  float: left;
}

/* line 36, ../sass/construct/_construct.scss */
.fr {
  float: right;
}

/* line 37, ../sass/construct/_construct.scss */
.black {
  color: #000;
}

/* line 38, ../sass/construct/_construct.scss */
.white {
  color: #fff;
}

/* line 40, ../sass/construct/_construct.scss */
.no-margin-left {
  margin-left: 0 !important;
}

/* line 41, ../sass/construct/_construct.scss */
.no-margin-right {
  margin-right: 0 !important;
}

/* line 42, ../sass/construct/_construct.scss */
.clear-float::after {
  content: "";
  display: block;
  clear: both;
}

/* line 47, ../sass/construct/_construct.scss */
.clear-margin::before {
  content: '';
  display: block;
  width: 100%;
  height: 0.5px;
}

/* line 54, ../sass/construct/_construct.scss */
h1, h2, h3, h4, h5, h6 {
  color: #000000;
}

/* line 57, ../sass/construct/_construct.scss */
p {
  color: #333333;
}

/* line 60, ../sass/construct/_construct.scss */
b, strong {
  font-weight: bold;
}

/* line 65, ../sass/construct/_construct.scss */
.icon-symbol {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

/* line 73, ../sass/construct/_construct.scss */
.animation {
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}

/* line 77, ../sass/construct/_construct.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 12px 0 0 0;
  border-radius: 0;
  font-size: 14px;
}
/* line 85, ../sass/construct/_construct.scss */
.pagination > li.prev > a,
.pagination > li.prev > span, .pagination li.next > a,
.pagination li.next > span {
  border: 1px solid #000;
}
/* line 101, ../sass/construct/_construct.scss */
.pagination > li {
  display: inline;
}
/* line 103, ../sass/construct/_construct.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 0 15px 3px;
  line-height: 34px;
  text-decoration: none;
  color: #000;
  margin: 0 3px;
  cursor: pointer;
  border: 1px solid transparent;
}
/* line 116, ../sass/construct/_construct.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
}
/* line 130, ../sass/construct/_construct.scss */
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #39a638;
}
/* line 142, ../sass/construct/_construct.scss */
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #ffffff;
  background-color: #39a638;
  border-color: #39a638;
  cursor: default;
}
/* line 155, ../sass/construct/_construct.scss */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #aaa;
  background-color: transparent;
  cursor: not-allowed;
}

/* line 169, ../sass/construct/_construct.scss */
.tag-link {
  position: absolute;
  top: 0;
}

/* line 174, ../sass/construct/_construct.scss */
.plate-title {
  color: #000000;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-align: center;
}
/* line 178, ../sass/construct/_construct.scss */
.plate-title .cn {
  font-size: 2.8rem;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 183, ../sass/construct/_construct.scss */
.plate-title .en {
  font-size: 1.4rem;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-top: 16px;
  text-transform: uppercase;
}

/* line 191, ../sass/construct/_construct.scss */
.text {
  font-size: 1.3rem;
  line-height: 1.9em;
}
/* line 195, ../sass/construct/_construct.scss */
.text p {
  margin-top: 10px;
}

/* line 200, ../sass/construct/_construct.scss */
.bg-full, .fullScreen {
  width: 100%;
  height: 100vh;
  height: 100%;
}

/* line 207, ../sass/construct/_construct.scss */
._alert-container {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  color: #fff;
  font-size: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 7px 0;
}
/* line 218, ../sass/construct/_construct.scss */
._alert-container .item {
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: relative;
  margin-bottom: 5px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
/* line 225, ../sass/construct/_construct.scss */
._alert-container .item .close {
  font-size: 18px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  position: absolute;
  top: 7px;
  right: 10px;
  cursor: pointer;
}
/* line 237, ../sass/construct/_construct.scss */
._alert-container .item.alert-info {
  background: #83c7f5;
}
/* line 240, ../sass/construct/_construct.scss */
._alert-container .item.alert-success {
  background: #a4de58;
}
/* line 243, ../sass/construct/_construct.scss */
._alert-container .item.alert-warning {
  background: #f2bd2f;
}
/* line 246, ../sass/construct/_construct.scss */
._alert-container .item.alert-danger {
  background: #f67352;
}

/* line 1, ../sass/construct/_animate.scss */
.mt-number-animate {
  line-height: 50px;
  height: 50px;
  font-size: 53px;
  overflow: hidden;
  display: inline-block;
  position: relative;
}

/* line 9, ../sass/construct/_animate.scss */
.mt-number-animate .mt-number-animate-dot {
  width: 15px;
  line-height: 50px;
  float: left;
  text-align: center;
}

/* line 15, ../sass/construct/_animate.scss */
.mt-number-animate .mt-number-animate-dom {
  width: 29px;
  text-align: center;
  float: left;
  position: relative;
  top: 0;
}

/* line 22, ../sass/construct/_animate.scss */
.mt-number-animate .mt-number-animate-dom .mt-number-animate-span {
  width: 100%;
  float: left;
}

/* line 27, ../sass/construct/_animate.scss */
.animate-show, .animate-show-delay, .animate-show-delay-fast {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: translateY(70px);
  -ms-transform: translateY(70px);
  -webkit-transform: translateY(70px);
  transform: translateY(70px);
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
/* line 31, ../sass/construct/_animate.scss */
.animate-show.animate-left, .animate-show-delay.animate-left, .animate-show-delay-fast.animate-left {
  -moz-transform: translateX(-70px);
  -ms-transform: translateX(-70px);
  -webkit-transform: translateX(-70px);
  transform: translateX(-70px);
}
/* line 34, ../sass/construct/_animate.scss */
.animate-show.animate-right, .animate-show-delay.animate-right, .animate-show-delay-fast.animate-right {
  -moz-transform: translateX(70px);
  -ms-transform: translateX(70px);
  -webkit-transform: translateX(70px);
  transform: translateX(70px);
}
/* line 37, ../sass/construct/_animate.scss */
.animate-show.animate-top, .animate-show-delay.animate-top, .animate-show-delay-fast.animate-top {
  -moz-transform: translateY(-70px);
  -ms-transform: translateY(-70px);
  -webkit-transform: translateY(-70px);
  transform: translateY(-70px);
}

/* line 41, ../sass/construct/_animate.scss */
.animate-show.show, .animate-show-delay.show, .animate-show-delay-fast.show {
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

@keyframes FlipTop {
  0% {
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    z-index: 2;
  }
  50% {
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    z-index: 1;
  }
  100% {
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    z-index: 1;
  }
}
@keyframes FlipBottom {
  0% {
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    z-index: 1;
  }
  50% {
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    z-index: 2;
  }
  100% {
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    z-index: 2;
  }
}
@keyframes breadText {
  0% {
    text-indent: 0;
  }
  100% {
    text-indent: 10px;
  }
}
/*
 *主要样式的文件列表，
 *具体文件存放在app文件夹中，其中_adajustment.scss在style.scss文件中已经引入
 *当app文件夹中增加新的文件之后需在此将其引入
 */
/* line 1, ../sass/app/_common.scss */
body {
  overflow: hidden;
}

/* line 4, ../sass/app/_common.scss */
#main {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* line 10, ../sass/app/_common.scss */
._blank-10 {
  width: 100%;
  height: 10px;
}

/* line 14, ../sass/app/_common.scss */
._blank-20 {
  width: 100%;
  height: 20px;
}

/* line 18, ../sass/app/_common.scss */
._blank-50 {
  width: 100%;
  height: 50px;
}

/* line 22, ../sass/app/_common.scss */
._blank-100 {
  width: 100%;
  height: 100px;
}

/* line 27, ../sass/app/_common.scss */
.content-plate-1 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 15px 15px;
  margin: 45px 15px 0;
  background-color: #f7efe1;
  color: #333333;
  position: relative;
}
/* line 34, ../sass/app/_common.scss */
.content-plate-1::after {
  content: '';
  display: block;
  width: 50px;
  height: 6px;
  position: absolute;
  left: 50%;
  bottom: -3px;
  margin-left: -25px;
  background-color: #e3ca9a;
}
/* line 45, ../sass/app/_common.scss */
.content-plate-1 .plate-title {
  width: 200px;
  height: 30px;
  position: absolute;
  left: 50%;
  margin-left: -100px;
  top: -15px;
  background-color: #e5cda0;
  color: #7a5a1f;
  font-size: 15px;
  line-height: 30px;
}
/* line 57, ../sass/app/_common.scss */
.content-plate-1 .plate-title::after {
  content: '';
  display: block;
  width: 7px;
  height: 30px;
  position: absolute;
  top: 0;
  right: -7px;
  background: url("../images/title-decoration-1.png") no-repeat center;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
/* line 69, ../sass/app/_common.scss */
.content-plate-1 .sub-title {
  width: 100%;
  text-align: center;
  margin: 20px auto 0;
  position: relative;
}
/* line 74, ../sass/app/_common.scss */
.content-plate-1 .sub-title .text {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 30px;
  line-height: 30px;
  min-width: 190px;
  background-color: #E5CDA0;
  font-size: 15px;
  font-weight: bold;
  position: relative;
}
/* line 84, ../sass/app/_common.scss */
.content-plate-1 .sub-title .text::before, .content-plate-1 .sub-title .text::after {
  content: '';
  display: block;
  width: 19px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  top: 0;
}
/* line 96, ../sass/app/_common.scss */
.content-plate-1 .sub-title .text::before {
  background-image: url("../images/title-decoration-2-1.png");
  left: -19px;
}
/* line 100, ../sass/app/_common.scss */
.content-plate-1 .sub-title .text::after {
  background-image: url("../images/title-decoration-2-2.png");
  right: -19px;
}
/* line 106, ../sass/app/_common.scss */
.content-plate-1 img {
  width: 100%;
  height: auto;
  margin: 5px 0;
}
/* line 111, ../sass/app/_common.scss */
.content-plate-1 .sec {
  margin: 20px 0;
  font-size: 14px;
  line-height: 2;
  text-align: justify;
  text-indent: 2em;
}
/* line 118, ../sass/app/_common.scss */
.content-plate-1 .sec-2 {
  margin: 15px 0;
  font-size: 14px;
  line-height: 2;
  text-align: justify;
  text-indent: 2em;
}

@keyframes gradientBG {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/* line 12, ../sass/app/_index.scss */
#main.index {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: linear-gradient(-45deg, #1e9fff, rgba(95, 184, 120, 0.77), rgba(35, 166, 213, 0.8), #23d5ab) !important;
  background-size: 400% 400% !important;
  -moz-animation: gradientBG 15s ease infinite !important;
  -webkit-animation: gradientBG 15s ease infinite !important;
  animation: gradientBG 15s ease infinite !important;
}
/* line 22, ../sass/app/_index.scss */
#main.index .tabs {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 45px;
  z-index: 99;
  background-color: rgba(255, 255, 255, 0.1);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-top: #EEEEEE 1px solid;
}
/* line 35, ../sass/app/_index.scss */
#main.index .tabs > .item {
  height: inherit;
  position: relative;
  padding: 0 10px;
  margin: 0 30px;
}
/* line 40, ../sass/app/_index.scss */
#main.index .tabs > .item .text {
  width: 100%;
  font-size: 20px;
  color: #ffffff;
  line-height: 46px;
}
/* line 46, ../sass/app/_index.scss */
#main.index .tabs > .item .decoration {
  width: 26px;
  height: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -13px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  will-change: opacity;
}
/* line 60, ../sass/app/_index.scss */
#main.index .tabs > .item.active .decoration {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 67, ../sass/app/_index.scss */
#main.index .content-container {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  will-change: opacity;
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 1;
}
/* line 77, ../sass/app/_index.scss */
#main.index .content-container.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 80, ../sass/app/_index.scss */
#main.index .content-container > .item {
  width: inherit;
  height: inherit;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  will-change: opacity;
}
/* line 90, ../sass/app/_index.scss */
#main.index .content-container > .item .direction {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
}
/* line 96, ../sass/app/_index.scss */
#main.index .content-container > .item .content {
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
/* line 106, ../sass/app/_index.scss */
#main.index .content-container > .item .content img {
  max-width: 80%;
  width: auto;
  height: auto;
  display: none;
}
/* line 111, ../sass/app/_index.scss */
#main.index .content-container > .item .content img.active {
  display: block;
}
/* line 116, ../sass/app/_index.scss */
#main.index .content-container > .item.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  z-index: 9;
}
/* line 123, ../sass/app/_index.scss */
#main.index .tool-bar {
  width: 100%;
  height: 50px;
  position: fixed;
  top: 80px;
  left: 0;
  z-index: 99;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
/* line 134, ../sass/app/_index.scss */
#main.index .tool-bar > .item {
  width: 44%;
  height: inherit;
  margin: 0 1%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: #ffffff 1px solid;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  will-change: opacity;
}
/* line 148, ../sass/app/_index.scss */
#main.index .tool-bar > .item .text {
  color: #ffffff;
  font-size: 18px;
}
/* line 152, ../sass/app/_index.scss */
#main.index .tool-bar > .item.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.3);
}

/* line 1, ../sass/app/_sign.scss */
#main.sign-index {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: url("../images/sign/bg.png") no-repeat center/cover;
}
/* line 6, ../sass/app/_sign.scss */
#main.sign-index .logo {
  position: absolute;
  left: 21px;
  top: 15px;
}
/* line 11, ../sass/app/_sign.scss */
#main.sign-index .index-title,
#main.sign-index .fingerprint {
  position: absolute;
  left: 50%;
}
/* line 18, ../sass/app/_sign.scss */
#main.sign-index .index-title {
  top: 17vh;
  margin-left: -113px;
}
/* line 23, ../sass/app/_sign.scss */
#main.sign-index .fingerprint {
  bottom: 123px;
  margin-left: -26px;
}

/* line 29, ../sass/app/_sign.scss */
#main.sign-form {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: url("../images/sign/bg.png") no-repeat center/cover;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
/* line 38, ../sass/app/_sign.scss */
#main.sign-form .form-control {
  width: 275px;
  margin-bottom: 45px;
}
/* line 41, ../sass/app/_sign.scss */
#main.sign-form .form-control .label {
  width: 100%;
  font-size: 18px;
  color: #ffffff;
}
/* line 45, ../sass/app/_sign.scss */
#main.sign-form .form-control .label .required {
  color: #FEF61C;
  margin-right: 5px;
}
/* line 50, ../sass/app/_sign.scss */
#main.sign-form .form-control .input {
  width: 100%;
  height: 42px;
  border: #fff 1px solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  overflow: hidden;
  margin-top: 17px;
}
/* line 60, ../sass/app/_sign.scss */
#main.sign-form .form-control .input input {
  border: none;
  outline-style: none;
  width: 100%;
  height: 40px;
  font-size: 18px;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
  text-indent: 1em;
}
/* line 72, ../sass/app/_sign.scss */
#main.sign-form .submit {
  width: 275px;
  height: 50px;
  background-color: #EEE846;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 15px;
}
/* line 81, ../sass/app/_sign.scss */
#main.sign-form .submit button {
  width: 100%;
  height: inherit;
  border: none;
  background: transparent;
  color: #3974F4;
  font-size: 18px;
  font-weight: bold;
}

/* line 93, ../sass/app/_sign.scss */
#main.sign-process {
  width: 100%;
  height: auto;
}
/* line 96, ../sass/app/_sign.scss */
#main.sign-process .bg {
  background: url("../images/sign/bg.png") no-repeat center/cover;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 0;
  left: 0;
  top: 0;
}
/* line 105, ../sass/app/_sign.scss */
#main.sign-process .plate-name {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 30px 0;
  position: relative;
  z-index: 2;
}
/* line 112, ../sass/app/_sign.scss */
#main.sign-process .plate-name .text {
  height: 30px;
  line-height: 30px;
  padding: 0 22px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-color: #EEE846;
  color: #3A73F4;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}
/* line 126, ../sass/app/_sign.scss */
#main.sign-process .intro {
  padding: 0 15px 50px;
  box-sizing: border-box;
  color: #FFFFFF;
  font-size: 15px;
  line-height: 2;
  position: relative;
  z-index: 2;
}
/* line 134, ../sass/app/_sign.scss */
#main.sign-process .intro .title,
#main.sign-process .intro .text {
  margin-bottom: 35px;
}
/* line 137, ../sass/app/_sign.scss */
#main.sign-process .intro .title p,
#main.sign-process .intro .text p {
  color: #ffffff;
}
/* line 141, ../sass/app/_sign.scss */
#main.sign-process .intro .title {
  font-weight: bold;
}
/* line 144, ../sass/app/_sign.scss */
#main.sign-process .intro .content {
  text-indent: 2em;
}

/* line 1, ../sass/app/_appointment.scss */
#main.appointment {
  width: 100%;
  height: 100vh;
  background: url("../images/appointment/bg-new.jpg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}
/* line 7, ../sass/app/_appointment.scss */
#main.appointment .top {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 45px 45px 76px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  position: fixed;
  left: 0;
  top: 0;
}
/* line 20, ../sass/app/_appointment.scss */
#main.appointment .top .logo {
  width: 335px;
  height: auto;
}
/* line 24, ../sass/app/_appointment.scss */
#main.appointment .top .time {
  font-size: 48px;
}
/* line 28, ../sass/app/_appointment.scss */
#main.appointment .list {
  width: 100%;
  color: #ffffff;
  position: relative;
}
/* line 33, ../sass/app/_appointment.scss */
#main.appointment .list .light {
  width: 1920px;
  height: 164px;
  background: url("../images/appointment/light.png") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  z-index: 99;
}
/* line 42, ../sass/app/_appointment.scss */
#main.appointment .list .light-1 {
  left: -2000px;
  top: -99px;
  -webkit-animation: light1 6s ease-in-out infinite normal;
  -o-animation: light1 6s ease-in-out infinite normal;
  animation: light1 6s ease-in-out infinite normal;
}
/* line 49, ../sass/app/_appointment.scss */
#main.appointment .list .light-2 {
  right: -2000px;
  top: 27px;
  -webkit-animation: light2 6s ease-in-out infinite normal;
  -o-animation: light2 6s ease-in-out infinite normal;
  animation: light2 6s ease-in-out infinite normal;
}
/* line 56, ../sass/app/_appointment.scss */
#main.appointment .list .head, #main.appointment .list .item {
  width: 100%;
  height: auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 66, ../sass/app/_appointment.scss */
#main.appointment .list .head .col, #main.appointment .list .item .col {
  flex: none;
  font-size: 40px;
  font-weight: lighter;
  line-height: 1.3;
}
/* line 72, ../sass/app/_appointment.scss */
#main.appointment .list .head .ic-1, #main.appointment .list .item .ic-1 {
  width: 360px;
}
/* line 75, ../sass/app/_appointment.scss */
#main.appointment .list .head .ic-2, #main.appointment .list .item .ic-2 {
  width: 750px;
}
/* line 78, ../sass/app/_appointment.scss */
#main.appointment .list .head .ic-3, #main.appointment .list .item .ic-3 {
  width: 460px;
}
/* line 82, ../sass/app/_appointment.scss */
#main.appointment .list .head {
  height: 160px;
  color: #6DF834;
  background: url("../images/appointment/header-bg.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}
/* line 89, ../sass/app/_appointment.scss */
#main.appointment .list .head .col {
  line-height: 150px;
}
/* line 93, ../sass/app/_appointment.scss */
#main.appointment .list .item {
  padding: 26px 0;
}
/* line 96, ../sass/app/_appointment.scss */
#main.appointment .list .item:nth-child(odd) {
  background: url("../images/appointment/item-bg.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}
/* line 102, ../sass/app/_appointment.scss */
#main.appointment .welcome {
  width: 100%;
  height: inherit;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
  padding: 50px;
  color: #ffffff;
}
/* line 113, ../sass/app/_appointment.scss */
#main.appointment .welcome .string {
  color: inherit;
}
/* line 116, ../sass/app/_appointment.scss */
#main.appointment .welcome .string1,
#main.appointment .welcome .string2 {
  font-size: 128px;
  font-weight: bold;
  line-height: 1.2;
}
/* line 123, ../sass/app/_appointment.scss */
#main.appointment .welcome .date {
  margin-top: 80px;
  font-size: 45px;
}
/* line 127, ../sass/app/_appointment.scss */
#main.appointment .welcome .num {
  font-size: 36px;
  margin-top: 60px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 40px;
  background-color: RGBA(14, 1, 151, 0.6);
}

@keyframes light1 {
  0% {
    left: -2000px;
  }
  40% {
    left: 2000px;
  }
  100% {
    left: 2000px;
  }
}
@keyframes light2 {
  0% {
    right: -2000px;
  }
  40% {
    right: 2000px;
  }
  100% {
    right: 2000px;
  }
}
/*
 *主要样式的调整部分，该部分可能覆盖已定义的样式(!important)
 */
