@charset "UTF-8";
.span-base {
  float: left; }

@media screen and (min-width: 769px) {
  .flex-item-1 {
    float: left;
    width: 8.3333333333%; }
  .flex-item-2 {
    float: left;
    width: 16.6666666667%; }
  .flex-item-3 {
    float: left;
    width: 25%; }
  .flex-item-4 {
    float: left;
    width: 33.3333333333%; }
  .flex-item-5 {
    float: left;
    width: 41.6666666667%; }
  .flex-item-6 {
    float: left;
    width: 50%; }
  .flex-item-7 {
    float: left;
    width: 58.3333333333%; }
  .flex-item-8 {
    float: left;
    width: 66.6666666667%; }
  .flex-item-9 {
    float: left;
    width: 75%; }
  .flex-item-10 {
    float: left;
    width: 83.3333333333%; }
  .flex-item-11 {
    float: left;
    width: 91.6666666667%; }
  .flex-item-12 {
    float: left;
    width: 100%; } }

@media screen and (min-width: 550px) and (max-width: 768px) {
  .flex-item-sm-1 {
    float: left;
    width: 8.3333333333%; }
  .flex-item-sm-2 {
    float: left;
    width: 16.6666666667%; }
  .flex-item-sm-3 {
    float: left;
    width: 25%; }
  .flex-item-sm-4 {
    float: left;
    width: 33.3333333333%; }
  .flex-item-sm-5 {
    float: left;
    width: 41.6666666667%; }
  .flex-item-sm-6 {
    float: left;
    width: 50%; }
  .flex-item-sm-7 {
    float: left;
    width: 58.3333333333%; }
  .flex-item-sm-8 {
    float: left;
    width: 66.6666666667%; }
  .flex-item-sm-9 {
    float: left;
    width: 75%; }
  .flex-item-sm-10 {
    float: left;
    width: 83.3333333333%; }
  .flex-item-sm-11 {
    float: left;
    width: 91.6666666667%; }
  .flex-item-sm-12 {
    float: left;
    width: 100%; } }

html, body {
  margin: 0;
  padding: 0;
  font-size: 10px;
  line-height: 34px;
  text-align: left;
  font-family: "Lato", "Helvetica Neue", "Microsoft YaHei", Arial, Helvetica, sans-serif, Emoji, "Segoe UI Symbol";
  word-break: break-all; }
  html.modal-open, body.modal-open {
    overflow: hidden;
    height: 100%; }

p, .p {
  margin: 0;
  text-indent: 30px; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 400; }

h1, .h1 {
  font-size: 3.3rem; }

h2, .h2 {
  font-size: 2.6rem; }

h3, .h3 {
  font-size: 2.4rem; }

h4, .h4 {
  font-size: 1.8rem;
  margin: 0; }

strong {
  font-weight: 800; }

b {
  font-weight: 400; }

div {
  font-size: 1.6rem; }

::selection {
  background: rgba(51, 51, 51, 0.3);
  color: #fff; }

a {
  color: #333;
  text-decoration: none; }

a:hover {
  color: #151515; }

input, button, a, select {
  outline: 0;
  cursor: pointer;
  font-family: "Lato", "Helvetica Neue", "Microsoft YaHei", Arial, Helvetica, sans-serif, Emoji, "Segoe UI Symbol"; }

input[type="text"], .form-control {
  cursor: auto;
  background: #f6f6f6;
  font-size: 1.4rem; }

input[type="text"], textarea, .form-control {
  border: 1px solid #ddd;
  width:100%;
  // width: -webkit-calc(100% - 20px);
  // width: -moz-calc(100% - 20px);
  // width: calc(100% - 20px);
  height:38px;
  line-height:38px;
  padding: 10px 10px;
  margin-bottom: 10px;
  transition: all 0.3s; }
  input[type="text"]:focus, textarea:focus, .form-control:focus {
    border-color: #797979;
    background: #fff; }

select.form-control {
  width: 100%; }

textarea {
  resize: none;
  outline: 0;
  font-family: inherit; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #979797 !important;
  font-family: 'Lato', 'Helvetica Neue', 'Microsoft YaHei', Arial, Helvetica, sans-serif, Emoji, 'Segoe UI Symbol'; }

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #979797 !important; }

input::-moz-placeholder, textarea:-moz-placeholder {
  color: #979797 !important; }

input:-ms-input-placeholder {
  color: #979797 !important; }

button {
  border: none;
  background: transparent;
  outline: 0; }

.hide {
  display: none; }

.font-red, .font-red a {
  color: #d45619 !important; }

.font-red a:hover, .font-red:hover, .font-red.hover {
  color: #b63800; }

.font-green, .font-green a {
  color: #4da34c !important; }

.font-green a:hover, .font-green:hover, .font-green.hover {
  color: #2f852e; }

.text-muted, .text-muted a {
  color: #666; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.btn {
  padding: 2px 10px;
  background: #e4e4e4;
  color: #000;
  display: inline-block;
  line-height: 2;
  outline: 0;
  border-radius: 1px;
  border: 1px solid transparent; }
  .btn:hover {
    background: #dadada; }
  .btn:active {
    background: #d5d5d5; }
  .btn.btn-lg {
    padding: 8px 50px; }

.btn-success {
  background: #58ad57;
  border-color: #449943;
  color: #fff; }
  .btn-success:hover {
    background: #4ea34d;
    color: #fff; }
  .btn-success:active {
    background: #499e48; }

.btn-warning {
  background: rgba(219, 180, 45, 0.88);
  color: #fff; }
  .btn-warning:hover {
    background: #d1aa23;
    color: #fff; }
  .btn-warning:active {
    background: #cca51e; }

.before:before, .floor .floor-heading .title:before, .input-checkbox label:before, .link-list div:before, .introduction .layout-content:before, .schedule li:before {
  display: block;
  content: ""; }

.after:after, .introduction .layout-content:after {
  clear: both;
  content: "";
  display: table; }

.close {
  cursor: pointer;
  -webkit-transform: scaleY(1.5);
  -moz-transform: scaleY(1.5);
  -ms-transform: scaleY(1.5);
  -o-transform: scaleY(1.5);
  transform: scaleY(1.5); }

.color-arrow {
  background: url(/img/activity/2015_beijing_ceremony/color-arrow.png) no-repeat;
  width: 36px;
  height: 27px;
  display: inline-block; }

.clear:before, .floor .floor-body:before, .partner-list .partner-item:before {
  display: block;
  content: ""; }

.clear:after, .floor .floor-body:after, .partner-list .partner-item:after {
  clear: both;
  content: "";
  display: table; }

.layout-content {
  margin: auto;
  height: inherit;
  line-height: inherit; }

.layout-body {
  width: 100%; }

.layout-left {
  float: left; }

.layout-right {
  float: right; }

.layout-column {
  display: table-cell;
  width: 1200px;
  vertical-align: middle; }

.panel .panel-heading {
  margin: 30px 0;
  background: #efefef;
  padding: 7px 25px; }
  .panel .panel-heading span {
    margin-right: 15px; }

.floor:first-child .floor-heading {
  margin-top: 0; }

.floor .floor-heading {
  border-top: 1px solid #ddd;
  margin: 30px 20px; }
  .floor .floor-heading div {
    display: inline-block; }
  .floor .floor-heading .title {
    min-width: 160px;
    position: relative;
    background: #439942;
    color: #fff;
    text-align: center;
    font-size: 1.8rem;
    line-height: 50px;
    height: 50px;
    padding-left: 20px;
    margin-right: 30px; }
    .floor .floor-heading .title:before {
      position: absolute;
      right: -36px;
      z-index: -1;
      display: inline-block;
      content: '▼';
      color: #439942;
      font-size: 7.2rem;
      margin-top: -4px; }
  .floor .floor-heading .info span {
    margin: 0 20px;
    font-size: 1.4rem; }

.module {
  position: relative;
  width: -webkit-calc(33.3333333% - 40px);
  width: -moz-calc(33.3333333% - 40px);
  width: calc(33.3333333% - 40px);
  float: left;
  padding: 0 20px; }
  .module .title {
    color: #4da34c;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.4;
    margin: 10px 0; }
  .module .body-text {
    line-height: 1.8;
    text-indent: 0; }
    .module .body-text div {
      font-size: 1.4rem;
      margin-bottom: 8px; }
  .module .box {
    padding: 10px 20px;
    background: #fff;
    box-shadow: 1px 1px 2px rgba(150, 150, 150, 0.3);
    border-top: 3px solid transparent; }

.float-top {
  position: absolute !important;
  top: 0;
  left: 50%;
  margin-left: -600px; }

.float {
  position: absolute;
  top: 950px;
  z-index: 100;
  width: 120px;
  right: 0; }
  .float a {
    display: inline-block;
    float: right;
    text-align: center;
    margin-right: -150px;
    width: 120px; }
  .float.fixed {
    position: absolute;
    top: 50px;
    right: -150px; }
    .float.fixed a {
      margin: 0;
      position: fixed; }
    .float.fixed .goTop {
      display: block;
      position: fixed;
      bottom: 100px; }
  .float .goTop {
    display: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }

.pagination {
  text-align: center; }
  .pagination ul, .pagination li {
    list-style: none;
    padding: 0;
    margin: 0;
    vertical-align: middle; }
  .pagination li {
    display: inline-block; }
  .pagination a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
  .pagination .flip a {
    background: #d6d6d6;
    color: #fff;
    font-family: sans-serif; }
  .pagination .hover, .pagination .active {
    background: #4da34c;
    color: #ffffff; }

.input-checkbox label {
  margin-right: 10px;
  cursor: pointer; }
  .input-checkbox label:before {
    width: 12px;
    height: 12px;
    display: inline-block;
    background: lightgray;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
  .input-checkbox label.active:before {
    background: #4da34c; }

.modal {
  display: none;
  z-index: 2000000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  overflow-y: auto; }
  .modal .modal-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2000000; }
  .modal .modal-box {
    width: 100%;
    margin-top: 80px;
    transition: all 0.4s; }
    .modal .modal-box div {
      -moz-user-select: none;
      -webkit-user-select: none;
      user-select: none; }
    .modal .modal-box .modal-content {
      position: relative;
      z-index: 2000001;
      margin: auto;
      padding: 30px 30px 50px;
      width: 700px;
      background: white;
      min-height: 400px;
      border: 2px solid rgba(0, 0, 0, 0.7);
      border-radius: 5px; }
    .modal .modal-box .modal-heading {
      text-align: center;
      margin-bottom: 20px;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); }
      .modal .modal-box .modal-heading .layout-column {
        cursor: move; }
  .modal.in {
    display: block; }
  .modal .body-text {
    font-size: 12px;
    padding-left: 60px; }

.form-list {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 40px;
  margin-top: 50px; }
  .form-list li {
    width: 80%;
    margin: 10px 0; }
  .form-list .item-name {
    width: 200px;
    text-align: right;
    padding-right: 20px; }
  .form-list .item-btns .btn {
    margin-right: 10px;
    width: 120px;
    font-size: 1.6rem; }
  .form-list .item-input {
    position: relative; }
  .form-list .item-tip {
    font-size: 1.2rem;
    color: #d45619;
    width: 40%; }

.validate li label.error {
  color: red;
  white-space: nowrap;
  font-size: 12px;
  position: absolute;
  left: 100%;
  top: 3px;
  line-height: 36px;
  margin-left: 10px; }

header .top {
  background: #2e2e2f;
  color: #a6a6a6;
  height: 34px;
  line-height: 34px; }
  header .top a {
    color: #a6a6a6; }

header .navbar {
  background: #efefef;
  height: 85px;
  line-height: 85px;
  border-bottom: 1px solid #ddd; }
  header .navbar .logo {
    height: inherit;
    line-height: inherit; }
    header .navbar .logo .logo-img {
      width: 200px;
      background: url(/img/activity/2015_beijing_ceremony/logo.svg) no-repeat center center;
      height: inherit;
      float: left; }
    header .navbar .logo .font {
      vertical-align: middle;
      font-size: 2.4rem;
      float: left;
      margin-left: 20px; }
      header .navbar .logo .font span {
        line-height: 44px;
        border-left: 1px solid #ddd;
        padding-left: 25px;
        display: inline-block;
        margin-top:20px;
        vertical-align: middle; }
  header .navbar .layout-column {
    padding-left: 100px; }
  header .navbar nav {
    font-size: 1.8rem;
    position: relative; }
    header .navbar nav a {
      padding: 0 20px;
      display: inline-block;
      line-height: 83px;
      border-bottom: 3px solid transparent; }
      header .navbar nav a:hover, header .navbar nav a.active {
        background: #fff;
        border-bottom-color: #4da34c; }

.navbar-toggle {
  display: none; }

footer {
  height: 150px;
  border-top: 1px solid #093e12;
  background: url(/img/activity/2015_beijing_ceremony/footer-bg.jpg) top center #4da34c;
  color: #fff;
  padding-top: 80px; }
  footer a {
    color: #fff; }
  footer a:hover {
    color: #ff0; }
  footer .qr {
    width: 140px;
    text-align: center; }
    footer .qr img {
      max-width: 97px;
      max-height: 97px; }
    footer .qr span {
      font-size: 1.4rem;
      display: block; }
  footer .copy-link {
    display: table;
    width: 100%; }
    footer .copy-link .link-box {
      display: inline-table;
      width: 24%;
      vertical-align: top; }
  footer p {
    font-size: 1.4rem;
    text-indent: 0;
    font-weight: 200;
    line-height: 2.4; }

.link-list div {
  height: 30px;
  line-height: 30px; }
  .link-list div:before {
    width: 30px;
    height: inherit;
    background-position: center;
    background-repeat: no-repeat;
    float: left;
    margin-right: 5px; }
  .link-list div.zb:before {
    background-image: url(/img/activity/2015_beijing_ceremony/zb.svg); }
  .link-list div.my:before {
    background-image: url(/img/activity/2015_beijing_ceremony/my.svg); }
  .link-list div.job:before {
    background-image: url(/img/activity/2015_beijing_ceremony/job.svg); }

#banner {
  padding: 0; }

.banner {
  background-image: url(/img/activity/2015_beijing_ceremony/banner-bg2.png), url(/img/activity/2015_beijing_ceremony/banner-bg1.png);
  background-size: 1920px;
  background-position: top,bottom;
  background-repeat: no-repeat,no-repeat;
  background-color: #f5f7fa;
  height: 780px; }
  .banner .layout {
    padding-top: 100px;
    margin: auto; }
  .banner .title, .banner .subtitle, .banner .date, .banner .btns {
    margin: 40px 0; }
  @media screen and (max-width: 768px) {
    .banner .title, .banner .subtitle, .banner .date, .banner .btns {
      margin: 25px 0; } }
  .banner .title {
    background: url(/img/activity/2015_beijing_ceremony/title1.png) no-repeat center;
    background-size: contain;
    height: 140px; }
  .banner .subtitle {
    height: 95px; }
    .banner .subtitle .sub-text {
      background: url(/img/activity/2015_beijing_ceremony/sub_title1.png) no-repeat right;
      background-size: contain;
      height: inherit;
      width: 400px;
      display: inline-block; }
  .banner .date {
    font-weight: 100;
    text-align: center;
    font-size: 3.1rem; }
    .banner .date span {
      padding: 0 20px; }
  .banner .btns {
    text-align: center;
    font-size: 3.5rem; }
    .banner .btns a {
      line-height: 1.7; }

.countdown {
  padding: 10px 0 0 30px;
  display: inline-block;
  vertical-align: top; }
  .countdown .dash {
    width: 58px;
    height: 80px;
    display: inline-block;
    background: rgba(77, 163, 76, 0.12);
    text-align: center;
    border: 1px solid rgba(57, 143, 56, 0.12);
    border-radius: 2px;
    margin: 0 5px; }
    .countdown .dash .digit {
      width: 20px;
      display: inline-table;
      margin: 0 -3px; }
    .countdown .dash .time {
      height: 50px;
      line-height: 50px;
      color: #585858;
      border-bottom: 2px solid rgba(77, 163, 76, 0.12); }
      .countdown .dash .time div {
        font-size: 3.2rem;
        height: inherit;
        line-height: inherit; }
    .countdown .dash .en {
      height: -webkit-calc(80px - 50px);
      height: -moz-calc(80px - 50px);
      height: calc(80px - 50px);
      line-height: -webkit-calc(80px - 50px);
      line-height: -moz-calc(80px - 50px);
      line-height: calc(80px - 50px);
      font-size: 1.2rem;
      text-align: center;
      color: #585858; }

section {
  position: relative;
  padding: 50px 0; }
  section .prefix {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -15px;
    border-color: #f9f9f9 transparent transparent transparent;
    border-width: 30px 30px 0;
    border-style: solid dashed dashed dashed;
    display: inline-block; }
  section .heading {
    text-align: center; }
    section .heading h1 {
      margin: 0; }
    section .heading label {
      padding: 0 20px;
      display: inline-block;
      background: #fff;
      cursor: auto; }
    section .heading hr {
      margin-top: -15px;
      border: none;
      border-top: 1px solid #ddd;
      border-bottom: 1px solid #fff; }
  section .body-text {
    color: #333; }
  section:nth-of-type(odd) {
    background: #f9f9f9; }
    section:nth-of-type(odd) .heading label {
      background: #f9f9f9; }
    section:nth-of-type(odd) .prefix {
      border-top-color: #fff; }
  section.op {
    padding: 0; }

.layout-content {
  position: relative;
  z-index: 20; }

.introduction {
  margin-top: 40px; }
  .introduction .layout-content {
    padding: 40px 0; }
    .introduction .layout-content:before, .introduction .layout-content:after {
      font-family: Arial;
      font-size: 20rem;
      color: #c9c9c9; }
    .introduction .layout-content:before {
      content: "“";
      position: absolute; }
    .introduction .layout-content:after {
      content: "”";
      margin-top: 50px;
      position: absolute;
      right: 0; }
  .introduction .heading {
    width: 330px;
    padding-top: 8rem; }
  .introduction .layout-column {
    padding: 0 100px 0 40px; }

.schedule ul, .schedule li {
  list-style: none;
  padding: 0;
  margin: 0; }

.schedule li {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 8px 0;
  padding-left: 15px; }
  .schedule li:before {
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background: #4da34c;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
  .schedule li strong {
    color: #4da34c;
    font-size: 1.5rem;
    font-weight: 400;
    margin-right: 10px; }
  .schedule li.tbd {
    color: #999; }
    .schedule li.tbd:before {
      background: #ccc; }
    .schedule li.tbd strong {
      color: inherit; }

.schedule .timeline-layout {
  margin-top: 40px; }

.schedule .timeline-content {
  padding-top: 10px; }
  .schedule .timeline-content .title {
    margin: 0 -10px;
    font-size: 2rem; }
    .schedule .timeline-content .title span {
      margin: 0 10px; }
    .schedule .timeline-content .title .name {
      color: #4da34c; }

.schedule .timeline-column {
  margin: 30px 0; }

.guest-list ul, .guest-list li {
  list-style: none;
  padding: 0;
  margin: 0; }

.guest-list ul {
  display: table; }

.guest-list li {
  height: 320px;
  position: relative;
  width: 20%;
  overflow: hidden;
  cursor: pointer;
  float: left; }
  .guest-list li:hover .detailed {
    opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100); }

.guest-list .figure {
  width: 155px;
  margin: auto;
  height: inherit;
  padding-top: 20px; }
  .guest-list .figure .name {
    font-weight: 600;
    text-align: center; }

.guest-list .detailed {
  position: absolute;
  bottom: 0;
  opacity: 0;
  -ms-filter: alpha(opacity=0);
  filter: alpha(opacity=0);
  left: 50%;
  background: rgba(77, 163, 76, 0.89);
  width: 170px;
  margin: auto;
  margin-left: -85px;
  color: #fff;
  padding: 20px;
  height: auto;
  transition: all 0.5s;
  font-size: 1.3rem;
  line-height: 1.6; }

.partner-list {
  padding-top: 40px;
  width: 85%;
  margin: auto; }
  .partner-list .partner-item {
    margin: 0 -15px;
    margin-bottom: 30px; }
  .partner-list .logo {
    height: 40px;
    display: block;
    border: 1px solid #ddd;
    vertical-align: middle;
    background: #fff;
    text-align: center;
    padding: 10px 0;
    margin: 5px 15px; }
    .partner-list .logo:hover {
      border-color: #333; }
    .partner-list .logo img {
      max-width: inherit;
      height: inherit;
      line-height: inherit;
      vertical-align: top; }
  .partner-list .partner-item-sm {
    margin: 0 -10px; }
    .partner-list .partner-item-sm .logo {
      height: 28px;
      margin: 5px 10px; }

.comment {
  background: url(/img/activity/2015_beijing_ceremony/comment-bg.png) no-repeat center; }
  .comment .color-arrow {
    margin: 20px 0; }
  .comment .color-font {
    height: 46px;
    text-indent: 10000rem;
    background: url(/img/activity/2015_beijing_ceremony/comment-2.png) no-repeat center;
    display: block;
    width: 260px;
    white-space: nowrap;
    overflow: hidden; }
  .comment .comment-box {
    width: 750px;
    margin: auto; }
    .comment .comment-box .portrait {
      width: 80px;
      height: 90px;
      text-align: left; }
      .comment .comment-box .portrait img {
        width: 62px;
        height: 62px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: 1px solid #d7d7d7; }
    .comment .comment-box .name {
      color: #000; }
      .comment .comment-box .name a:hover {
        color: #4da34c; }
    .comment .comment-box .time {
      color: #999; }
    .comment .comment-box .comment-content {
      margin-top: 5px;
      color: #666; }
  .comment .comment-list {
    line-height: 1.6; }
    .comment .comment-list div {
      font-size: 1.5rem; }
  .comment .comment-form {
    margin-top: 50px; }
    .comment .comment-form .portrait {
      margin-top: 2rem; }
    .comment .comment-form .btn {
      padding: 5px 0;
      width: 100px; }

.volunteer .font-brief {
  width: 540px;
  padding: 40px 30px; }
  .volunteer .font-brief ol {
    margin: 0;
    padding: 0;
    padding-left: 20px; }
  .volunteer .font-brief strong, .volunteer .font-brief ol {
    font-size: 1.4rem;
    line-height: 2; }

.volunteer .form-list .item-name {
  width: 80px; }

.volunteer .form-list .input-checkbox {
  font-size: 1.5rem; }
  .volunteer .form-list .input-checkbox label {
    margin-right: 25px; }

.schedule .panel-body {
  margin: 0 -20px; }

.schedule .module .box {
  min-height: 330px;
  border-top-color: #4da34c; }
  .schedule .module .box .guest {
    color: #999; }
    .schedule .module .box .guest strong {
      color: #000; }
    .schedule .module .box .guest img {
      width: 100px;
      margin-left: 10px; }

.schedule .module.tbd .box {
  background-image: url(/img/activity/2015_beijing_ceremony/honored/photo.png);
  background-repeat: no-repeat;
  background-position: 90% 90%; }

.schedule .floor.floor-cyanine .floor-heading .title {
  background: #3cc486; }
  .schedule .floor.floor-cyanine .floor-heading .title:before {
    color: #3cc486; }

.schedule .floor.floor-cyanine .module .box {
  border-top-color: #3cc486; }
  .schedule .floor.floor-cyanine .module .box .title {
    color: #519a5d; }

.schedule .floor.floor-prasinous .floor-heading .title {
  background: #97b84c; }
  .schedule .floor.floor-prasinous .floor-heading .title:before {
    color: #97b84c; }

.schedule .floor.floor-prasinous .module .box {
  border-top-color: #97b84c; }
  .schedule .floor.floor-prasinous .module .box .title {
    color: #97b84c; }

.schedule .floor.floor-yellow .floor-heading .title {
  background: #ddbc32; }
  .schedule .floor.floor-yellow .floor-heading .title:before {
    color: #ddbc32; }

.schedule .floor.floor-yellow .module .box {
  border-top-color: #ddbc32; }
  .schedule .floor.floor-yellow .module .box .title {
    color: #ddbc32; }

.schedule .floor.floor-orange .floor-heading .title {
  background: #e17d29; }
  .schedule .floor.floor-orange .floor-heading .title:before {
    color: #e17d29; }

.schedule .floor.floor-orange .module .box {
  border-top-color: #e17d29; }
  .schedule .floor.floor-orange .module .box .title {
    color: #e17d29; }

.schedule .floor.floor-red .floor-heading .title {
  background: #f7674f; }
  .schedule .floor.floor-red .floor-heading .title:before {
    color: #f7674f; }

.schedule .floor.floor-red .module .box {
  border-top-color: #f7674f; }
  .schedule .floor.floor-red .module .box .title {
    color: #f7674f; }

.partner .heading {
  margin-bottom: -10px;
  position: relative;
  z-index: 1; }

.partner .panel-body {
  margin: 0 -20px;
  margin-top: 35px; }

.partner .module {
  margin: 20px 0; }
  .partner .module .body-text {
    height: 220px;
    text-indent: 2em; }

.partner .box {
  padding: 35px 0; }
  .partner .box .img {
    width: 80%;
    margin: auto;
    text-align: center;
    height: 90px;
    line-height: 90px;
    vertical-align: middle; }
    .partner .box .img img {
      vertical-align: middle;
      max-width: 100%;
      max-height: 90px; }

.partner .body-text {
  padding: 10px;
  font-size: 1.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  word-break: break-word; }

@media screen and (max-width: 1500px) {
  .float {
    right: 0 !important; }
    .float a {
      margin: 0; }
    .float .layout-content {
      padding: 0 10px;
      width: -webkit-calc(100% - 20px);
      width: -moz-calc(100% - 20px);
      width: calc(100% - 20px); }
  .comment .goTop {
    right: 10px; } }

@media screen and (max-width: 1200px) {
  .layout-content {
    padding: 0 10px;
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px); } }

@media screen and (min-width: 1025px) {
  .layout-content {
    width: 1200px; } }

@media screen and (min-width: 992px) {
  ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-appearance: none; }
  ::-webkit-scrollbar-thumb {
    height: 5px;
    border: 1px solid transparent;
    border-top: none;
    border-bottom: none;
    -webkit-border-radius: 6px;
    background-color: rgba(0, 0, 0, 0.3);
    background-clip: padding-box;
    -webkit-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.2), inset 1px 1px 0 rgba(0, 0, 0, 0.2); }
  .timeline-content {
    position: relative; }
    .timeline-content li strong {
      display: block; }
    .timeline-content .title {
      margin: 0 10px;
      line-height: 60px; }
    .timeline-content .content {
      position: relative;
      top: -20px;
      background: #fff;
      -webkit-box-shadow: 1px 1px 2px rgba(200, 200, 200, 0.5);
      -moz-box-shadow: 1px 1px 2px rgba(200, 200, 200, 0.5);
      box-shadow: 1px 1px 2px rgba(200, 200, 200, 0.5);
      padding: 10px 25px; }
      .timeline-content .content:before {
        position: absolute;
        content: "";
        border-style: dashed;
        border-color: transparent;
        border-width: 12px;
        top: 30px; }
    .timeline-content:before {
      content: "";
      position: absolute;
      width: 4px;
      left: 50%;
      margin-left: -2px;
      height: 100%;
      background: rgba(77, 163, 76, 0.2); }
    .timeline-content .timeline-box {
      width: calc(50% - 40px);
      width: -webkit-calc(50% - 40px);
      width: -moz-calc(50% - 40px); }
    .timeline-content .timeline-column {
      position: relative; }
      .timeline-content .timeline-column .timeline-future {
        position: absolute;
        left: 50%;
        margin-left: -30px;
        background: url(/img/activity/2015_beijing_ceremony/icon-1.png) no-repeat center #4da34c;
        width: 40px;
        height: 40px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: 10px solid #fff; }
    .timeline-content .layout-left .title span {
      float: right; }
    .timeline-content .layout-left .content {
      margin-right: 50px;
      -webkit-box-shadow: -1px 1px 2px rgba(200, 200, 200, 0.5);
      -moz-box-shadow: -1px 1px 2px rgba(200, 200, 200, 0.5);
      box-shadow: -1px 1px 2px rgba(200, 200, 200, 0.5); }
      .timeline-content .layout-left .content:before {
        right: -24px;
        border-left-color: #fff;
        border-left-style: solid; }
    .timeline-content .layout-right .content {
      margin-left: 50px; }
      .timeline-content .layout-right .content:before {
        left: -24px;
        border-right-color: #fff;
        border-right-style: solid; }
  .pagination .flip {
    width: 130px; }
    .pagination .flip a {
      width: 45px;
      height: 45px;
      line-height: 45px; } }

@media screen and (min-width: 100px) and (max-width: 992px) {
  .layout-left, .layout-right {
    float: none; }
  .layout-content {
    display: inline-block;
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px); }
  .layout-column {
    width: auto;
    display: block; }
  .banner .layout-content {
    display: block; }
  header {
    position: fixed;
    height: 40px;
    width: 100%;
    z-index: 100; }
    header .logo {
      display: none; }
    header .top {
      padding: 0 25px 0 0; }
      header .top .layout-left {
        float: left; }
      header .top .layout-right {
        float: right; }
      header .top .layout-column {
        display: table-cell;
        width: 1200px; }
      header .top .crumbs {
        display: none; }
    header .navbar-toggle {
      line-height: inherit;
      display: inline-block;
      float: left;
      margin: 7px; }
      header .navbar-toggle .icon-bar {
        display: block;
        width: 20px;
        height: 2px;
        border-radius: 1px;
        background: #f6f6f6;
        margin: 3px; }
    header .navbar {
      display: none;
      height: auto;
      line-height: 2; }
      header .navbar .layout-content {
        width: 100%;
        padding: 0; }
      header .navbar .layout-column {
        padding: 10px 0;
        width: 100%;
        display: block; }
      header .navbar nav a {
        display: block;
        line-height: 3;
        border: none; }
  .introduction .heading {
    width: auto;
    padding: 0;
    margin-bottom: 30px; }
  .schedule .timeline-layout {
    margin: 40px 40px 0; }
    .schedule .timeline-layout .cccupying {
      display: none; }
    .schedule .timeline-layout .timeline-content {
      padding: 20px; }
    .schedule .timeline-layout .timeline-column {
      margin: 10px 0; }
      .schedule .timeline-layout .timeline-column .title {
        margin: 0; }
        .schedule .timeline-layout .timeline-column .title:before {
          content: '';
          display: inline-block;
          width: 15px;
          height: 15px;
          border-radius: 50%;
          background: #4da34c; }
    .schedule .timeline-layout .heading {
      text-align: left;
      padding: 5px 17px;
      background: #efefef; }
  .schedule li {
    padding-left: 30px;
    color: #999; }
    .schedule li strong {
      color: #000; }
    .schedule li:before {
      display: none; }
  .comment .comment-box {
    width: 80%; }
    .comment .comment-box .portrait {
      height: auto; }
  .comment .layout-body {
    margin: 10px 0; }
  .pagination {
    margin: 20px 0; }
  footer {
    padding-top: 20px;
    height: auto; }
    footer .layout-column {
      margin: 20px; }
    footer .qr {
      width: auto; }
    footer .copy-link {
      display: block;
      margin: auto; }
  .modal, .modal-box, .modal-content, .modal-mask {
    margin: 0 !important;
    border-color:#fff !important;
    width: 100% !important; }
  .modal .layout-content, .modal .layout-column {
    width: 100%;
    display: table-cell; }
  .modal .modal-content {
    border-radius: 0;
    padding: 0px !important; }
    .modal .modal-content .modal-heading, .modal .modal-content .modal-body {
      margin: 30px; }
    .modal .modal-content .item-name {
      text-align: left; }
    .modal .modal-content .item-input {
      display: table-cell;
      width: 1000px; }
    .modal .modal-content .item-tip {
      width: 35% !important;
      float: right; }
    .modal .modal-content .item-btns {
      display: block; }
      .modal .modal-content .item-btns .btn {
        width: -webkit-calc(50% - 13px);
        width: -moz-calc(50% - 13px);
        width: calc(50% - 13px); }
  .modal .modal-heading .layout-right {
    float: right; }
  .volunteer .font-brief {
    width: auto; }
    .validate li label.error{
      position: static;
      margin:0;
      line-height:1;
    }
  .floor .floor-body {
    padding-bottom: 10px;
    // padding: 0;
  }
  .module {
    width: calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    margin: 20px 0; }
    .module .box {
      min-height: auto !important; }
  .form-list .item-name {
    text-align: left; }
  .form-list li {
    width: 100%; } }

@media screen and (min-width: 768px) and (max-width: 992px) {
  .banner .layout-left {
    float: left; }
  .guest-list li {
    width: 25%; }
  .partner .module {
    width: -webkit-calc(50% - 40px);
    width: -moz-calc(50% - 40px);
    width: calc(50% - 40px); } }

@media screen and (max-width: 768px) {
  .float {
    display: none; }
  .banner {
    height: 500px;
    background-size: cover; }
    .banner .countdown {
      display: none; }
    .banner .btns {
      font-size: 2rem; }
    .banner .date {
      font-size: 2.2rem; }
    .banner h2 {
      font-size: 1.8rem; }
    .banner .title {
      height: 50px; }
    .banner .subtitle {
      height: 40px; }
      .banner .subtitle .sub-text {
        background-position: center;
        width: 100%; }
  .introduction .layout-column {
    padding: 0 20px; }
  .schedule .timeline-layout {
    margin: auto;
    margin-top: 40px; }
  .schedule .module .box .guest:before {
    display: block;
    content: ""; }
  .schedule .module .box .guest:after {
    clear: both;
    content: "";
    display: table; }
  .schedule .module .box .layout-right {
    float: right; }
  .comment .heading h1 {
    background: none;
    text-indent: 0; }
  .comment .heading .color-arrow {
    display: none; }
  .partner .module {
    height: auto; }
  .map img {
    width: 100%; }
  .modal .body-text {
    line-height:22px;
    padding: 0; 
    margin-top:10px;
  }
    .modal .body-text p {
      text-indent: 0; }
  footer .copy-link .link-box {
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5); } }

@media screen and (max-width: 500px) {
  .guest-list li {
    height: 260px;
    width: 100%; }
  .guest-list .figure {
    width: 100%;
    text-align: center; }
  .guest-list .detailed {
    width: 80%;
    width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: calc(100% - 60px);
    margin: 0;
    padding: 30px;
    left: 0; } }

/*# sourceMappingURL=style.css.map */