﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px;
  /* Vertically center the text there */
}

.banner {
  background-repeat: no-repeat;
  background-position: center 0;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 188px 0 0;
  text-align: center;
  min-height: 400px;
  position: relative;
}

.banner .logotxt a {
  font-weight: 700;
  color: #fff;
  font-size: 64px;
}

.content {
  color: #000000;
}

.content img {
  max-width: 100%;
}

.header {
  background-image: url(/images/overlay.svg);
  background-size: cover;
}

.index .masthead {
  position: relative;
  background-color: #545ca6;
  background-image: url(/images/overlay.svg);
  /*,linear-gradient(45deg,#545ca6 0%,#6f76af 100%)*/
  background-size: cover;
  z-index: 0;
  overflow: hidden;
}

.index .masthead svg.wave {
  position: absolute;
  bottom: -1px;
  left: 0;
}

.index .masthead .h1 {
  color: #fff;
}

.index .masthead .h4 {
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.4;
  letter-spacing: 1px;
}

.index .masthead .h5 {
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.4;
  letter-spacing: 1px;
}

.index .masthead .wrapper-lg {
  margin-bottom: 10rem;
  padding-top: 3rem;
}

.index .masthead .col-sm-10 {
  padding: 3rem;
}

.index .masthead .col-sm-10 .btn {
  margin-top: 3rem;
}

.index .masthead .col-sm-10 .browser {
  position: absolute;
  width: 100%;
  left: 50%;
  bottom: -160%;
  margin-left: -50%;
}

.index .index-banner-svg {
  pointer-events: none;
}

.index .index-banner-svg .a {
  fill: none;
}

.index .index-banner-svg .b {
  clip-path: url(#a);
}

.index .index-banner-svg .c,
.index .index-banner-svg .d {
  fill: #f2f4f8;
}

.index .index-banner-svg .d {
  opacity: 0.5;
  isolation: isolate;
}

.index .block-1 {
  padding: 3rem 0;
}

.index .block-2 {
  padding: 3rem 0;
  background-color: #fff;
}

.index .block-3 {
  padding: 3rem 0;
  background-color: #fff;
}

.index .block-3 .thumbnail img {
  width: 100px;
  border-radius: 50%;
  margin: 20px auto;
}

.contact {
  color: #000000;
}

.contact .panel-heading a {
  font-size: 14px !important;
  color: #000000 !important;
}

.contact .panel-body p,
.contact .panel-body blockquote {
  /*font-size: 13px !important;*/
  line-height: 1.5 !important;
}

.contact .panel-body blockquote {
  margin: 15px 10px;
  padding: 0 10px;
}

.contact .title {
  margin-left: -90px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.contact .title img {
  width: 150px;
}

.contact .wrapper-md {
  margin: -30px -30px 0;
}

.contact .post-sum {
  margin-top: 30px;
}

.contact .subtitle {
  margin: 60px -60px 40px;
  padding: 0;
  height: 1px;
  position: relative;
}

.contact .subtitle h2 {
  background-color: #545ca6;
  font-size: 16px;
  padding: 6px;
  width: 140px;
  color: #fff;
  position: absolute;
  bottom: 0;
  border-top-right-radius: 2px;
  letter-spacing: 2px;
}

.contact blockquote.pingjia {
  font-size: 14px;
  margin: 20px 0;
  padding: 15px;
  background: #f9f9f9;
  border-left: 5px solid #ccc;
  quotes: "\201C" "\201D" "\2018" "\2019";
}

.contact blockquote.pingjia:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

.contact blockquote.pingjia p {
  display: inline;
  line-height: 1.7;
}

.contact .tags {
  margin: 30px 0;
}

.contact .tags label {
  display: inline-block;
}

.resume1 {
  color: #000000;
}

.resume1 .panel {
  border-top: 1.5px #545ca6 solid;
  margin-bottom: 15px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.resume1 .panel .panel-heading {
  padding-left: 10px;
  color: #000;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.resume1 i.icon {
  border: 1px #808080 solid;
  border-radius: 50%;
  padding: 4px;
  font-size: 10px;
  color: #808080;
}

.resume1 .panel-heading a {
  /*font-size: 13px !important;*/
  color: #000000 !important;
}

.resume1 .panel-body p,
.resume1 .panel-body blockquote {
  /*font-size: 13px !important;*/
  line-height: 1.5 !important;
}

.resume1 .panel-body blockquote {
  margin: 15px 10px;
  padding: 0 10px;
}

.resume1 .title {
  margin-left: -90px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.resume1 .title img {
  width: 150px;
}

.resume1 .wrapper-md {
  margin: -30px -30px 0;
}

.resume1 .subtitle {
  margin: 40px 0 -1px;
  padding: 0;
  height: 0;
  position: relative;
}

.resume1 .subtitle h2 {
  background-color: #545ca6;
  /*font-size: 13px;*/
  padding: 6px;
  color: #fff;
  position: absolute;
  bottom: 0;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}

.resume1 .subtitle h2 i {
  margin-right: 3px;
}

.resume1 blockquote.pingjia {
  font-size: 14px;
  padding: 15px;
  border-left: 0;
  quotes: "\201C" "\201D" "\2018" "\2019";
  margin-bottom: 0;
}

.resume1 blockquote.pingjia:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

.resume1 blockquote.pingjia p {
  display: inline;
  line-height: 1.7;
}

.resume1 .unit {
  color: #808080;
  margin-right: 3px;
  font-size: 80%;
}

.resume1 .tags label {
  color: #000;
  /*font-size: 13px;*/
  border-bottom: 1px #dadada solid;
  font-weight: normal;
  border-radius: 0;
  margin-right: 5px;
  padding: 2px 5px;
  line-height: 2;
}

.resume1 .panel-list .panel {
  border: 0;
  margin-bottom: 0;
  border: 0;
}

.resume1 .panel-list .panel .panel-body {
  border-bottom: 1px #eaeef1 solid;
}

.resume1 .panel-list .panel .no-borders {
  border-bottom: 0;
}

.resume2 {
  color: #000000;
}

.resume2 .panel {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.resume2 .panel-block {
  border-top: 1.5px #545ca6 solid;
  margin-bottom: 15px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.resume2 .panel-block .panel-heading {
  padding-left: 10px;
  color: #000;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.resume2 i.icon {
  border: 1px #808080 solid;
  border-radius: 50%;
  padding: 4px;
  font-size: 10px;
  color: #808080;
}

.resume2 .panel-heading a {
  /*font-size: 13px !important;*/
  color: #000000 !important;
}

.resume2 .panel-body p,
.resume2 .panel-body blockquote {
  /*font-size: 13px !important;*/
  line-height: 1.5 !important;
}

.resume2 .panel-body blockquote {
  margin: 15px 10px;
  padding: 0 10px;
}

.resume2 .title {
  margin-left: -90px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.resume2 .title img {
  width: 150px;
}

.resume2 .wrapper-md {
  margin: -30px -30px 0;
}

.resume2 .subtitle {
  margin: 40px 0 -1px;
  padding: 0;
  height: 1px;
  position: relative;
}

.resume2 .subtitle h2 {
  background-color: #545ca6;
  /*font-size: 13px;*/
  padding: 6px;
  color: #fff;
  position: absolute;
  bottom: 0;
  border-top-right-radius: 2px;
}

.resume2 .subtitle h2 i {
  margin-right: 3px;
}

.resume2 blockquote.pingjia {
  font-size: 14px;
  margin: 0;
  padding: 15px;
  border-left: 0;
  quotes: "\201C" "\201D" "\2018" "\2019";
}

.resume2 blockquote.pingjia:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

.resume2 blockquote.pingjia p {
  display: inline;
  line-height: 1.7;
}

.resume2 .unit {
  color: #808080;
  margin-right: 3px;
  font-size: 80%;
}

.resume2 .tags label {
  color: #000;
  /*font-size: 13px;*/
  border-bottom: 1px #dadada solid;
  font-weight: normal;
  border-radius: 0;
  margin-right: 5px;
  padding: 2px 5px;
  line-height: 2;
}

.resume2 .panel-list .panel {
  border: 0;
  margin-bottom: 0;
  border: 0;
}

.resume2 .panel-list .panel .panel-heading,
.resume2 .panel-list .panel .panel-body {
  border-bottom: 1px #eaeef1 solid;
}

.resume2 .panel-list .panel .no-borders,
.resume2 .panel-list .panel .panel-heading.no-borders,
.resume2 .panel-list .panel .panel-body.no-borders {
  border-bottom: 0;
}

.fixed-table-toolbar .bs-bars,
.fixed-table-toolbar .search,
.fixed-table-toolbar .columns {
  margin-top: 0 !important;
  margin-bottom: 15px !important;
}

.fixed-table-pagination div.pagination,
.fixed-table-pagination .pagination-detail {
  margin-bottom: 0 !important;
}

.thumb-preview {
  height: 34px;
}

.nav-h {
  width: 100%;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .5);
  box-shadow: 0 0 3px rgba(0, 0, 0, .5);
}

.nav-h.nav-xs .nav-primary>ul>li:hover>a i,
.nav-h.nav-xs .nav-primary>ul>li:focus>a i,
.nav-h.nav-xs .nav-primary>ul>li:active>a i,
.nav-h.nav-xs .nav-primary>ul>li.active>a i {
  margin-top: 0;
}

.nav-h.nav-xs .nav-primary>ul>li>a {
  padding-left: 15px;
  padding-right: 15px;
}

.nav-h.nav-xs .nav-primary>ul>li>a i {
  float: left;
  font-size: initial;
  margin: 0;
}

.nav-h.nav-xs .nav-primary>ul>li>a span {
  width: auto;
  font-size: 14px;
}

.nav-c {
  width: 100%;
}

.nav-column ,.nav-h{
  z-index: 9999999;
  width: 100% !important;
}

.nav-column.nav-xs .nav-primary>ul>li>a {
  height: 70px;
}

.nav-column.nav-xs .nav-primary>ul>li>a span {
  height: 70px;
  font-size: 16px;
  color: #fff;
}

.nav-column.nav-xs .nav-primary>ul>li>a i {
  line-height: 70px;
  font-size: 16px;
  display: none;
}

.nav-column .navbar-brand {
  line-height: 70px;
  margin-right: 70px;
  font-size: 24px;
}

.nav-column .navbar-brand img {
  height: 50px !important;
  margin-left: 15px;
  max-height: 50px;
  border-radius: 50%;
}

.nav-column .navbar-right .navbar-nav>li>a {
  line-height: 40px;
  color: #fff;
}

.nav-column {
  display: flex;
}

.nav-column .body {
  flex: 1;
  height: 70px;
}

.nav-column .navbar-right {
  margin-right: 10px;
}

.nav-column .dropdown-menu>li>a,
.header .dropdown-menu>li>a {
  padding: 10px 15px !important;
}

.topheader.panel-heading .nav-tabs {
  margin: 0px -16px -1px -16px;
}

.topheader .navbar-brand {
  padding: 0;
}

.topheader .navbar-brand img {
  max-height: 60px;
  height: 60px;
}

.topheader>.nav-tabs>li {
  margin-bottom: 0px;
}

.kuaijienav {
  background-color: #fff;
}

.header-banner img {
  width: 100%;
}

.dropdown-menu>li>a .fa {
  width: 20px;
}

.comment-form .queue-box {
  padding-bottom: 15px;
  overflow: auto;
}

.comment-form .comment-list .queue-box,
.comment-form .chat-list .queue-box {
  padding-bottom: 0;
  margin-right: -5px;
  overflow: auto;
}

.comment-form .content img {
  max-width: 100% !important;
  height: auto !important;
}

.comment-form .comment-list .queue-box .queue-item,
.comment-form .chat-list .queue-box .queue-item {
  padding: 5px 5px 0px 0;
}

.comment-form .queue-item {
  padding: 15px 5px 0px 5px;
}

.comment-form .queue-item .box {
  border-radius: 4px;
  height: 80px;
  position: relative;
  background-color: rgba(50, 50, 50, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
}

.comment-form .queue-item .box img {
  max-width: 100%;
  max-height: 100%;
}

.comment-form .queue-item .progress {
  position: absolute;
  width: 100%;
  margin: 0;
  bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: none;
  opacity: 0;
}

.comment-form .queue-item .cancel {
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: -5px;
  top: -13px;
  background: transparent;
}

.comment-form .pagination {
  margin: 0;
}

.comment-form .pagination li {
  cursor: pointer;
}

.comment-form .comment-list:before {
  content: none;
}

.alert-wrapper {
  width: 400px;
  padding: 10px;
  z-index: 999999999999;
}

.alert-wrapper.top-right {
  position: fixed;
  top: 0;
  right: 0;
}

.alert-wrapper.top-center {
  position: fixed;
  top: 0;
  left: 50%;
  margin-left: -200px;
}

.alert-wrapper.top-left {
  position: fixed;
  top: 0;
  left: 0;
}

.alert-wrapper.bottom-right {
  position: fixed;
  bottom: 0;
  right: 0;
}

.alert-wrapper.bottom-center {
  position: fixed;
  bottom: 0;
  left: 50%;
  margin-left: -200px;
}

.alert-wrapper.bottom-left {
  position: fixed;
  bottom: 0;
  left: 0;
}

.modal.modal-right {
  overflow: hidden;
}

.modal.modal-right .modal-dialog {
  margin: 0;
  float: right;
}

.modal.modal-right .modal-dialog .modal-content {
  border-radius: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: calc(100vh);
  height: -webkit-calc(100vh);
}

.modal.modal-right .modal-dialog .modal-content .modal-body {
  flex: 1;
  overflow: auto;
}

.modal.modal-right.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s linear !important;
  -moz-transition: -moz-transform .3s linear !important;
  -o-transition: -o-transform .3s linear !important;
  transition: transform .3s linear !important;
  -webkit-transform: translateX(100%) !important;
  -ms-transform: translateX(100%) !important;
  transform: translateX(100%) !important;
}

.modal.modal-right.in .modal-dialog {
  -webkit-transform: translateX(0) !important;
  -ms-transform: translateX(0) !important;
  transform: translateX(0) !important;
}

.modal.modal-left {
  overflow: hidden;
}

.modal.modal-left .modal-dialog {
  margin: 0;
  float: left;
}

.modal.modal-left .modal-dialog .modal-content {
  border-radius: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: calc(100vh);
  height: -webkit-calc(100vh);
}

.modal.modal-left .modal-dialog .modal-content .modal-body {
  flex: 1;
  overflow: auto;
}

.modal.modal-left.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s linear !important;
  -moz-transition: -moz-transform .3s linear !important;
  -o-transition: -o-transform .3s linear !important;
  transition: transform .3s linear !important;
  -webkit-transform: translateX(-100%) !important;
  -ms-transform: translateX(-100%) !important;
  transform: translateX(-100%) !important;
}

.modal.modal-left.in .modal-dialog {
  -webkit-transform: translateX(0) !important;
  -ms-transform: translateX(0) !important;
  transform: translateX(0) !important;
}

.modal.modal-center {
  overflow: hidden;
  position:fixed;
  left: 0;
  top: 0;
}

.modal.modal-center .modal-dialog {
  margin: 0 auto;
}

.modal.modal-center .modal-dialog .modal-content {
  border-radius: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: calc(100vh);
  height: -webkit-calc(100vh);
}

.modal.modal-center .modal-dialog .modal-content .modal-body {
  flex: 1;
  overflow: auto;
}

.pagination-sm > li > a > i{
  font-size: 9px;
}