@charset "UTF-8";
/**
 * Description: 区块链.
 * Version: 0.0.1
 * Last update: 2018/02/05
 */
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #333;
  -webkit-font-smoothing: antialiased;
}
ul {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
a {
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
input:focus {
  outline: none;
}
[v-cloak] {
  display: none;
}
.mb40 {
  margin-bottom: 40px;
}
.pore {
  position: relative;
}
.pt40 {
  padding-top: 40px;
}
.home-banner {
  height: 480px;
  padding-top: 60px;
  background-color: #886d54;
}
.home-banner .home-inner-banner {
  height: 100%;
  background: url(../img/lyzb_home_pic.png) right center no-repeat;
  background-size: auto 420px;
}
.home-banner .home-inner-banner-h1 {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  margin-top: 100px;
}
.home-banner .home-inner-banner-pcontainer {
  margin-top: 50px;
  color: #fff;
  font-size: 18px;
}
.zb-nav {
  height: 60px;
}
.zb-nav.index {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
}
.zb-nav.index .zb-nav-logo1 {
  display: none;
}
.zb-nav.fixed {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 20px 0 rgba(153, 153, 153, 0.1);
  box-shadow: 0 10px 20px 0 rgba(153, 153, 153, 0.1);
}
.zb-nav.fixed .zb-nav-logo2 {
  display: none;
}
.zb-nav.fixed .zb-nav-item a {
  color: #78726d;
}
.zb-nav.fixed .zb-nav-item.active {
  border-color: #bb814e;
}
.zb-nav.fixed .zb-nav-item.active a {
  color: #bb814e;
}
.zb-nav .zb-nav-logo-container {
  display: inline-block;
  margin-top: 12px;
}
.zb-nav .zb-nav-logo1,
.zb-nav .zb-nav-logo2 {
  height: 36px;
}
.zb-nav .zb-nav-item {
  float: left;
  height: 60px;
  line-height: 58px;
  border-bottom: 2px solid transparent;
  margin-left: 60px;
}
.zb-nav .zb-nav-item:first-child {
  margin-left: 0;
}
.zb-nav .zb-nav-item a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}
.zb-nav .zb-nav-item.active {
  border-color: #fff;
}
.zb-nav .zb-nav-item.active a {
  color: #ffffff;
}
.ft-top-container {
  border-top: 2px solid #ebe4de;
  padding-top: 45px;
  padding-bottom: 45px;
}
.ft-top-container .ft-logo {
  height: 48px;
  margin-bottom: 30px;
}
.ft-top-container .ft-company-info-item-title {
  font-size: 14px;
  color: #b5aea8;
}
.ft-top-container .ft-company-info-item {
  font-size: 14px;
  color: #3c3835;
  margin-bottom: 8px;
}
.ft-top-container .ft-company-info-item:last-child {
  margin-bottom: 0;
}
.ft-top-container .zb-gzh {
  position: absolute;
  right: 0;
  top: 45px;
  -webkit-box-shadow: 0 0 10px 0 rgba(181, 174, 168, 0.4);
  box-shadow: 0 0 10px 0 rgba(181, 174, 168, 0.4);
  background-color: #fff;
  padding: 12px 15px;
}
.ft-top-container .zb-gzh .zb-gzh-qrcode {
  width: 140px;
  margin-bottom: 5px;
}
.ft-top-container .zb-gzh .zb-gzh-tip {
  font-size: 12px;
  color: #3c3835;
  text-align: center;
  margin-bottom: 0;
}
.copyright {
  background-color: #f8f7f6;
  line-height: 48px;
  font-size: 12px;
  color: #78726d;
}
.pb80 {
  padding-bottom: 80px;
}
.zb-type-title {
  font-size: 32px;
  color: #3c3835;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}
.zb-case-list {
  margin-left: -30px;
  margin-right: -30px;
}
.zb-case-list .zb-case-item {
  float: left;
  width: 33.33%;
  padding: 0 30px;
  margin-top: 40px;
}
.zb-case-list .zb-case-item:nth-of-type(1),
.zb-case-list .zb-case-item:nth-of-type(2),
.zb-case-list .zb-case-item:nth-of-type(3) {
  margin-top: 0;
}
.zb-case-list .zb-case-item .zb-case-box {
  border: 2px solid #f8f7f6;
  padding: 30px;
  position: relative;
}
.zb-case-list .zb-case-item .zb-case-box:hover .hover-box {
  -webkit-box-shadow: 0 2px 20px 0 rgba(136, 109, 85, 0.3);
  box-shadow: 0 2px 20px 0 rgba(136, 109, 85, 0.3);
  display: block;
}
.zb-case-list .zb-case-item .zb-case-box .hover-box {
  display: none;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  padding: 30px;
  background-color: #fff;
}
.zb-case-list .zb-case-item .zb-case-logo {
  width: 126px;
  height: 126px;
}
.zb-case-list .zb-case-item .zb-case-logo .zb-case-pic {
  width: 100%;
  height: 100%;
}
.zb-case-list .zb-case-item .zb-case-info {
  margin-left: 126px;
  padding-left: 15px;
}
.zb-case-list .zb-case-item .zb-case-info .zb-case-name {
  font-size: 20px;
  color: #3c3835;
  border-bottom: 2px solid #f8f7f6;
  padding: 9px 0;
  margin-bottom: 10px;
}
.zb-case-list .zb-case-item .zb-case-info .zb-case-rounds {
  font-size: 14px;
  color: #78726d;
  margin-bottom: 10px;
}
.zb-case-list .zb-case-item .zb-case-info .zb-case-money {
  font-size: 14px;
  color: #78726d;
}
.zb-case-list .zb-case-item .zb-case-new .zb-case-new-item {
  padding: 15px 0;
  border-bottom: 2px solid #f8f7f6;
}
.zb-case-list .zb-case-item .zb-case-new .zb-case-new-item a {
  font-size: 14px;
  color: #78726d;
}
.zb-case-list .zb-case-item .zb-case-new .zb-case-new-item:last-child {
  border-bottom: none;
}
.zb-case-list .zb-case-item .zb-case-new .zb-case-new-item:hover a {
  color: #bb814e;
  text-decoration: underline;
}
.zb-container {
  padding-top: 100px;
}
.zb-more {
  background-color: #ebe4de;
  font-size: 14px;
  color: #bb814e;
  display: inline-block;
  padding: 2px 16px;
  border-radius: 12px;
}
.mt30 {
  margin-top: 30px;
}
.zb-new-container {
  margin-left: -30px;
  margin-right: -30px;
}
.zb-new-container .zb-new-item {
  float: left;
  width: 33.33%;
  padding: 0 30px;
}
.zb-new-container .zb-new-item .zb-new-box {
  display: block;
  border-radius: 8px;
  overflow: hidden;
  background-color: #f8f7f6;
}
.zb-new-container .zb-new-item .zb-new-box .zb-new-pic {
  width: 100%;
}
.zb-new-container .zb-new-item .zb-new-box .zb-new-info {
  padding: 20px;
  padding-top: 15px;
}
.zb-new-container .zb-new-item .zb-new-box .zb-new-info .zb-new-title {
  height: 44px;
  font-size: 16px;
  color: #3c3835;
  text-align: justify;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 8px;
}
.zb-new-container .zb-new-item .zb-new-box .zb-new-info .zb-new-time {
  font-size: 12px;
  color: #78726d;
}
.mt60 {
  margin-top: 60px;
}
.about-banner {
  padding-top: 90px;
}
.about-banner .about-motto {
  font-size: 36px;
  font-weight: bold;
  color: #bb814e;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
.about-banner .about-motto-desc {
  font-size: 18px;
  color: #3c3835;
  text-align: center;
}
.tag-box {
  background: #bb814e url(../img/lyzb_field_pic.png) center no-repeat;
  background-size: auto 355px;
  margin-top: 80px;
}
.team-container {
  margin-left: -15px;
  margin-right: -15px;
}
.team-container .team-item {
  float: left;
  width: 16.6667%;
  padding: 0 15px;
  margin-top: 30px;
}
.team-container .team-item:nth-of-type(1),
.team-container .team-item:nth-of-type(2),
.team-container .team-item:nth-of-type(3),
.team-container .team-item:nth-of-type(4),
.team-container .team-item:nth-of-type(5),
.team-container .team-item:nth-of-type(6) {
  margin-top: 0;
}
.team-container .team-item .team-box {
  background-color: #f8f7f6;
}
.team-container .team-item .team-avatar-box {
  position: relative;
}
.team-container .team-item .team-avatar-box .team-avatar {
  width: 100%;
}
.team-container .team-item .team-avatar-box:hover .team-mask-info {
  display: block;
}
.team-container .team-item .team-avatar-box .team-mask-info {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.team-container .team-item .team-avatar-box .team-mask-info span {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  color: #fff;
  text-align: justify;
  word-break: break-all;
  padding-left: 15px;
  padding-right: 15px;
}
.team-container .team-item .team-info {
  text-align: center;
  padding: 8px 10px;
}
.team-container .team-item .team-info .team-name {
  font-size: 20px;
  color: #3c3835;
  margin-bottom: 5px;
}
.team-container .team-item .team-info .team-post {
  font-size: 12px;
  color: #78726d;
}
.case-banner {
  height: 280px;
  background-color: #886d54;
  padding-top: 60px;
  position: relative;
  overflow: hidden;
}
.case-banner .case-banner-pic {
  position: absolute;
  height: 110px;
  left: 50%;
  bottom: 40px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.case-banner .news-banner-pic {
  position: absolute;
  height: 110px;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.zb-news-container {
  width: 860px;
  margin: auto;
}
.zb-news-item {
  padding: 20px 0;
  border-bottom: 1px solid #ebe4de;
}
.zb-news-item:first-child {
  padding-top: 0;
}
.zb-news-item:last-child {
  border-bottom: none;
}
.zb-news-item .zb-new-pic-box {
  float: left;
  display: block;
  width: 240px;
  height: 160px;
}
.zb-news-item .zb-new-pic-box .zb-new-pic {
  width: 100%;
  height: 100%;
}
.zb-news-item .zb-new-info {
  margin-left: 240px;
  padding-left: 20px;
  height: 160px;
  position: relative;
}
.zb-news-item .zb-new-info .zb-new-title {
  font-size: 20px;
  color: #3c3835;
}
.zb-news-item .zb-new-info .zb-new-abs {
  margin-top: 20px;
  font-size: 14px;
  color: #78726d;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.zb-news-item .zb-new-info .zb-new-time {
  position: absolute;
  left: 20px;
  bottom: 0;
  font-size: 12px;
  color: #b5aea8;
}
.mt80 {
  margin-top: 80px;
}
.pt60 {
  padding-top: 60px;
}
.new-details-source {
  font-size: 14px;
  color: #78726d;
}
.new-details-source a {
  color: #78726d;
}
.new-details-title {
  font-size: 28px;
  color: #3c3835;
  margin-top: 30px;
  margin-bottom: 16px;
}
.new-details {
  font-size: 12px;
  color: #78726d;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebe4de;
}
.main-text {
  padding-top: 30px;
}
.main-text p {
  font-size: 18px;
  color: #3c3835;
  margin-bottom: 30px;
  line-height: 1.7;
}
.main-text h2 {
  font-size: 20px;
  color: #3c3835;
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: bold;
  position: relative;
  padding-left: 25px;
}
.main-text h2:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #3c3835;
  left: 0px;
  top: 6px;
}
.main-text img {
  max-width: 100%;
}
.main-text h4 {
  font-size: 16px;
  color: #666;
  margin-top: -20px;
}
.main-text h3 {
  font-size: 18px;
  color: #3c3835;
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: bold;
  position: relative;
  padding-left: 25px;
}
.main-text h3:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #3c3835;
  left: 0px;
  top: 4px;
}
.main-text ul {
  margin-bottom: 30px;
  list-style-position: inside;
  padding-left: 2em;
}
.main-text li {
  font-size: 16px;
  color: #555;
  margin-bottom: 15px;
}
.main-text ol {
  margin-bottom: 30px;
  list-style-position: inside;
  padding-left: 2em;
}
.pagination {
  position: relative;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.pagination > li > a,
.pagination > li > span {
  float: none;
  display: inline-block;
  border: none;
  background-color: transparent;
  padding: 2px 8px;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  background-color: transparent;
  color: #878e9a;
}
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus,
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus {
  background-color: #333;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
}
.pagination > li {
  margin: 0 7px;
}
.pagination > li > span,
.pagination > li > a {
  color: #555c68;
}
.pagination > li > span:hover,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > a:focus {
  color: #477ae4;
  border: none;
  background-color: transparent;
}
.pagination > li.first {
  position: absolute;
  left: 0;
}
.pagination > li.last {
  position: absolute;
  right: 0;
}
.pagination.pagination-block {
  display: block;
  margin: 0;
}
.pagination-wrapper {
  clear: both;
  padding: 20px 0;
}
.row .pagination-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
.project-container .pagination {
  background-color: #fff;
}
.login-img {
  width: 490px;
  height: 480px;
  -moz-border-radius-topleft: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-left-radius: 2px;
  overflow: hidden;
}
.tip-register {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 20px;
  color: #fff;
  text-align: center;
}
.tip-register .btn-now-register {
  display: inline-block;
  color: #fff;
  border: 2px solid #fff;
  width: 110px;
  height: 28px;
  text-align: center;
  line-height: 24px;
  margin-left: 10px;
}
.tip-register .btn-now-register:hover {
  background-color: #fff;
  color: #2a3342;
}
.lyw-layer-right {
  margin-left: 490px;
  padding: 50px 30px;
}
.lyw-layer-title {
  display: inline-block;
  font-size: 44px;
  color: #555c68;
  border-bottom: 4px solid #878e9a;
}
.login-input {
  width: 100%;
  border: none;
  outline: none;
  border-bottom: 1px solid #e5e6ea;
  height: 40px;
}
.btn-get-code {
  position: absolute;
  top: 0;
  right: 0;
  width: 82px;
  border: none;
  outline: none;
  background-color: #477ae4;
  color: #fff;
  height: 36px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.btn-get-code[disabled] {
  background-color: #999;
}
.btn-layer-login {
  width: 100%;
  background-color: #477ae4;
  color: #fff;
  border: none;
  outline: none;
  height: 36px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  line-height: 36px;
  display: block;
  text-align: center;
}
.get-code-box {
  display: none;
}
.password-tool {
  height: 40px;
  line-height: 40px;
}
.remember-password-model-checkbox {
  position: relative;
  padding-left: 20px;
  color: #878e9a;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.remember-password-model-checkbox.active:before {
  border-width: 8px;
  border-color: #1ab394;
}
.remember-password-model-checkbox:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #e5e6ea;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
}
.remember-password-model-checkbox.active:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: url(../img/selected.png) center no-repeat;
  background-size: 16px;
}
.password-tool a {
  color: #878e9a;
}
.tip-back-password {
  display: none;
}
.img-fuil {
  width: 100%;
}

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