/*----------------------------------------
[Master Stylesheet]

Project:	iJ
Version:	1.0
Primary use:	iJ Template
----------------------------------------*/
/*----------------------------------------
[Table of contents]

1. Header
2. Breadcrumb
3. Main
4. User
5. Sidebox
6. Filter
7. Form
8. Post
9. Company
10. Profile
11. Bid
12. FAQ
13. Contacts
14. Privacy
15. Sign
16. Messages
17. Footer
18. select2 customization
19. mCustomScrollbar customization
----------------------------------------*/
/*==============================
	Fonts
==============================*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600");
/*==============================
	Common styles
==============================*/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
body {
  height: 100%;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  background-color: #fafafa;
  -webkit-font-smoothing: antialiased;
}
button {
  padding: 0;
  border: none;
  background-color: transparent;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
button:focus {
  outline: none;
}
a {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
}
input,
textarea,
select {
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
select::-ms-expand {
  display: none;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
::-moz-selection {
  background: #2d2f32;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #2d2f32;
  color: #fff;
  text-shadow: none;
}
::-webkit-input-placeholder {
  color: #8599ab;
  opacity: 1;
}
::-moz-placeholder {
  color: #8599ab;
  opacity: 1;
}
:-moz-placeholder {
  color: #8599ab;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #8599ab;
  opacity: 1;
}
@media (min-width: 1310px) {
  .container {
    max-width: 1310px;
  }
}
.owl-carousel .owl-item img {
  width: auto;
  max-width: 100%;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.fade {
  -webkit-transition: opacity 0.25s linear;
  -moz-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.4s ease;
  -moz-transition: height 0.4s ease;
  transition: height 0.4s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }
}

/*==============================
	tepass
==============================*/

#reward_from {

    border-color: #ddd;
    background: #FFF;
    border: 1px solid #D9D9D6;
    padding: 7px;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.tepasspost {
    font-size: 12px;  
}
#reward_money {
    padding: 0 10px 0 10px;
    border-radius: 3px;
}
.tips {
    margin: 10px 0;
    display: block;
}
/*==============================
	Header
==============================*/
.header {
  display: block;
  position: fixed;
  background-color: #2d2f32;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-box-shadow: 0 2px 26px 0 rgba(133,153,171,0.1);
  box-shadow: 0 2px 26px 0 rgba(133,153,171,0.1);
}
.header__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px;
  position: relative;
}
.header__content--end {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header__btn {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -22px;
  width: 22px;
  height: 40px;
}
.header__btn span {
  display: block;
  position: absolute;
  height: 2px;
  width: 22px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
  top: 13px;
  background-color: #fff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.header__btn span:nth-child(2) {
  top: 21px;
}
.header__btn span:nth-child(3) {
  top: 29px;
}
.header__btn--active span:nth-child(1) {
  top: 21px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header__btn--active span:nth-child(2) {
  opacity: 0;
}
.header__btn--active span:nth-child(3) {
  top: 21px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header__logo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px;
  width: 45px;
  margin-left: 40px;
}
.header__logo img {
  width: 100%;
  display: block;
  border-radius: 10%;
}
.header__nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: fixed;
  top: 70px;
  left: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99;
  width: 300px;
  padding: 25px 15px 0;
  -webkit-transform: translate3d(-300px, 0, 0);
  -moz-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0);
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
  border-right: 1px solid rgba(133,153,171,0.2);
  border-top: 1px solid rgba(133,153,171,0.2);
}
.sxx{overflow-y: auto; overflow-x: hidden;}
.sxx .sidebox__content{padding: 10px;}
.sxx .s_ping{display: block !important;
padding-right: 0px!important;
padding-left: 0px!important;
}
.header__nav--active {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.header__nav-link {
  font-size: 14px;
  color: #364e65;
}
.header__nav-link:hover {
  color: #3796f6;
}
.header__nav-link--active {
  color: #3796f6;
}
.header__nav-item {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  position: relative;
}
.header__nav-item:last-child {
  margin-bottom: 0;
}
.header__nav-item.show .header__nav-link {
  color: #3796f6;
}
.header__dropdown {
  position: relative;
  display: block;
  width: 100%;
}

a:hover {   
       text-decoration: none !important;
}

.dropdown-menu {
    list-style: none;
    position: absolute;
    z-index: 2;
    left: 0;
    margin: 0;
    padding: 0;
    border-right: 1px solid rgba(133,153,171,0.2)!important;
  border-left: 1px solid rgba(133,153,171,0.2)!important;
  border-bottom: 1px solid rgba(133,153,171,0.2)!important;
  border-top: 2px solid #3796f6 !important;
    background: #FFF;
    text-align: left;
    min-width: 108px;
    display: block !important;
}
.dropdown-menu a {   
    padding: 0px !important;   
}
.dropdown-menu a:hover {
    background: #fff !important;
    color: #3796f6 !important;
    text-decoration: none!important;
}
.header__dropdown-menu {
  position: absolute;
  background-color: #fff;
  padding: 10px 20px !important;
  display: block;
  width: 100%;
  min-width: 180px !important;
  text-align: left !important;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
  transition-property: opacity, margin;
  margin-top: 0;
  top: 100%;
  border-right: 1px solid rgba(133,153,171,0.2);
  border-left: 1px solid rgba(133,153,171,0.2);
  border-bottom: 1px solid rgba(133,153,171,0.2);
  border-top: 2px solid #3796f6;
  -webkit-box-shadow: 0 2px 26px 0 rgba(133,153,171,0.1);
  box-shadow: 0 2px 26px 0 rgba(133,153,171,0.1);
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.header__dropdown-menu li {
  padding: 0;
}
.header__dropdown-menu a {
  font-size: 14px;
  color: #364e65 !important;
  line-height: 36px;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
}
.header__dropdown-menu a i {
  font-size: 18px;
  margin-right: 10px;
  line-height: 100%;
  width: 15px;
}
.header__dropdown-menu a:hover {
  color: #3796f6;
}
.header__dropdown-menu a.header__ntf-more {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #3796f6;
  font-size: 14px;
  font-weight: 600;
  line-height: 40px;
}
.header__dropdown-menu.show {
  z-index: 1000;
  pointer-events: auto;
  opacity: 1;
  margin-top: 15px;
}
.header__dropdown-menu--right {
  left: auto;
  right: 0;
}
.header__dropdown-menu--ntf {
  padding: 0;
  min-width: 260px;
}
.header__search {
  display: none;
}
.header__profile,
.header__notifications {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px;
  margin-left: 15px;
}
.signin{color: white;
    font-size: 14px;
    font-weight: 300;}
.signin:hover {
    color: #fa7268;
  }
.header__profile-btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  width: 40px;
}
.header__profile-btn span {
  display: none;
}
.header__profile-btn img {
  display: block;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.header__notifications-btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  height: 40px;
  color: rgba(255,255,255,0.3);
  font-size: 24px;
  position: relative;
}
.header__notifications-btn:hover,
.header__notifications-btn[aria-expanded="true"] {
  color: rgba(255,255,255,0.5);
}
.header__notifications-btn--active:before {
  content: '';
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #3796f6;
  position: absolute;
  top: 10px;
  right: -2px;
  border: 1px solid #dadedf;
}
.header__messages {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  height: 40px;
  color: rgba(255,255,255,0.3);
  font-size: 24px;
  position: relative;
}
.header__messages:hover {
  color: rgba(255,255,255,0.5);
}
.header__messages--active:before {
  content: '';
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #3796f6;
  position: absolute;
  top: 10px;
  right: -2px;
  border: 1px solid #dadedf;
}
.header__ntf {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  padding: 15px;
  border-bottom: 1px solid rgba(133,153,171,0.2);
}
.header__ntf-img {
  display: block;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 12px;
  overflow: hidden;
}
.header__ntf-img img {
  width: 100%;
  vertical-align: top;
}
.header__ntf-title {
  width: calc(100% - 48px);
  font-size: 13px;
  color: #8599ab;
  font-weight: normal;
  line-height: 18px;
  margin-bottom: 0;
}
.header__ntf-title span {
  font-size: 14px;
  color: #364e65;
  font-weight: 600;
  display: inline;
}
.header__ntf-more {
  height: 40px;
  width: 100%;
  background-color: #fafafa;
}
.header__ntf-more:hover {
  color: #fa7268 !important;
}
@media (min-width: 360px) {
  .header__profile,
  .header__notifications {
    margin-left: 25px;
  }
}
@media (min-width: 576px) {
  .header__profile,
  .header__notifications {
    margin-left: 30px;
  }
}
@media (min-width: 768px) {
  .up-new {
    position: absolute;
    width: 30px;
    height: 34px;
    right: -30px;    
    background: url(../../spzac/img/upiocn.png) no-repeat;
    z-index: 20;
    top: 0;
}
  .header__search {
    position: relative;
    display: block;
  }
  .header__search ::-webkit-input-placeholder {
    color: #dadedf;
    opacity: 1;
  }
  .header__search ::-moz-placeholder {
    color: #dadedf;
    opacity: 1;
  }
  .header__search :-moz-placeholder {
    color: #dadedf;
    opacity: 1;
  }
  .header__search :-ms-input-placeholder {
    color: #dadedf;
    opacity: 1;
  }
  .header__search-input {
    width: 240px;
    height: 40px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: rgba(255,255,255,0.1);
    font-size: 14px;
    color: #fff;
    padding: 0 50px 0 20px;
    border: none;
  }
  .header__search-button {
    position: absolute;
    height: 40px;
    color: #dadedf;
    font-size: 22px;
    top: 50%;
    margin-top: -20px;
    right: 20px;
    line-height: 42px;
  }
  .header__search-button:hover {
    color: #3796f6;
  }
  .header__logo {
    margin-left: 40px;
  }
}
@media (min-width: 992px) {
  .header__profile.show .header__profile-btn span {
    color: #3796f6;
  }
  .header__profile-btn {
    width: auto;
  }
  .header__profile-btn span {
    display: block;
    font-size: 14px;
    color: #dadedf;
    font-weight: 600;
    margin-left: 10px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
  }
  .header__profile-btn:hover span {
    color: #3796f6;
  }
}
@media (min-width: 1200px) {
  .header__btn {
    display: none;
  }
  .header__logo {
    margin-left: 0;
  }
  .header__nav {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    padding: 0;
    background-color: transparent;
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    border: none;
  }
  .header__nav-item {
    margin: 0 30px 0 0;
    width: auto;
  }
  .header__nav-item:last-child {
    margin: 0;
  }
  .header__nav-link {
    line-height: 70px;
    display: block;
    color: #dadedf;
  }
  .header__nav-link--active {
    color: #fa7268;
    cursor: default;
    position: relative;
  }
  .header__nav-link--active:hover {
    color: #fa7268;
  }
  .header__dropdown-menu {
    margin-top: -15px;
  }
  .header__dropdown-menu.show {
    margin-top: 0;
  }
  .header__search-input {
    width: 200px;
  }
  .header__notifications-btn {
    height: 70px;
  }
  .header__notifications-btn--active:before {
    top: 25px;
  }
  .header__profile .header__dropdown-menu {
    margin-top: 0;
  }
  .header__profile .header__dropdown-menu.show {
    margin-top: 15px;
  }
}
@media (min-width: 1310px) {
  .header__nav-item {
    margin: 0 40px 0 0;
    width: auto;
  }
  .header__nav-item:last-child {
    margin: 0;
  }
  .header__search-input {
    width: 250px;
  }
}
/*==============================
	Breadcrumb
==============================*/
.breadcrumb__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 60px;
}
.breadcrumb__item {
  font-size: 14px;
  color: #8599ab;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
  position: relative;
  margin-right: 36px;
  line-height: 18px;
}
.breadcrumb__item:before {
  content: '\f119';
  position: absolute;
  font-family: "Ionicons";
  color: #8599ab;
  left: 100%;
  top: 0;
  font-size: 18px;
  line-height: 20px;
  margin-left: 12px;
}
.breadcrumb__item:hover {
  color: #3796f6;
}
.breadcrumb__item--active {
  cursor: default;
  margin-right: 0;
}
.breadcrumb__item--active:before {
  display: none;
}
.breadcrumb__item--active:hover {
  color: #8599ab;
}
.breadcrumb a {
  color: #364e65;
}
.breadcrumb a:hover {
  color: #3796f6;
}
/*==============================
	Main
==============================*/
.main {
  padding-top: 100px;
  padding-bottom: 20px;  
}
.main--breadcrumb {
  padding-top: 70px;
}
.main__title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  color: #364e65;
  font-size: 18px;
  line-height: 100%;
  margin-bottom: 20px;
  margin-top: 40px;
  position: relative;
  padding-left: 20px;
}
.main__title:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #3796f6;
  left: 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 10px 0 rgba(55,150,246,0.3);
  box-shadow: 0 0 10px 0 rgba(55,150,246,0.3);
}

.next {
    display: block;
    width: 140px;
    height: 40px;
    background-color: #3796f6;
    color: #fff;
    font-size: 13px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    margin: 40px auto 20px;
    line-height: 40px;
    text-align: center;
}
.next:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  
  z-index: 1;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
}
.next {
  position: relative;
  z-index: 2;
}
.next:hover {
  
}
.next:hover:before {
  opacity: 0;
}
.next--margin {
  margin: 10px auto 20px;
}
.main__nav {
  position: relative;
  margin-bottom: 20px;
  background-color: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 26px 0 rgba(133,153,171,0.1);
  box-shadow: 0 2px 26px 0 rgba(133,153,171,0.1);
  border: 1px solid rgba(133,153,171,0.2);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 0 20px;
}
.main__nav a {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  width: auto;
  font-size: 14px;
  color: #364e65;
}
.main__nav a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  display: block;
  background-color: #3796f6;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  transform: translateY(2px);
  opacity: 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(55,150,246,0.3);
  box-shadow: 0 0 10px 0 rgba(55,150,246,0.3);
}
.main__nav a.active:before {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}
.main__nav li {
  margin-right: 30px;
}
.main__nav li:last-child {
  margin-right: 0;
}
.main__box {
  position: relative;
  padding: 20px;
  border: 1px solid rgba(133,153,171,0.2);
  -webkit-box-shadow: 0 2px 26px 0 rgba(133,153,171,0.1);
  box-shadow: 0 2px 26px 0 rgba(133,153,171,0.1);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  margin-bottom: 20px;
}
.mdui-table-fluid{     margin: 5px; line-height: 40px;   
    padding: 0 20px;
    border: none;}
.mdui-table-fluid:nth-of-type(2n) {
    background: #fbeabd;
}
.main__box .post__tags {
  margin-bottom: -15px;
}
.main__box__ad{}
.main__box-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 40px;
  line-height: 100%;
  font-size: 16px;
  font-weight: 600;
  color: #364e65;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(133,153,171,0.2);
  padding-top: 2px;
}
.main__box-text {
  font-size: 14px;
  line-height: 24px;
  color: #364e65;
  margin-bottom: 20px;
}
.main__box-text:last-child {
  margin-bottom: 0;
}
.main__box-text span {
  color: #8599ab;
  font-size: 12px;
}
.main__box-text b {
  font-weight: 600;
}
.main__box-text a {
  color: #3796f6;
}
.main__box-text a:hover {
  color: #fa7268;
  text-decoration: underline;
}
.main__box-list {
  font-size: 14px;
  line-height: 24px;
  color: #364e65;
  margin-bottom: 20px;
}
.main__box-list li {
  position: relative;
  padding-left: 15px;
}
.main__box-list li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 4px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #3796f6;
  margin-top: -1px;
  -webkit-box-shadow: 0 0 10px 0 rgba(55,150,246,0.3);
  box-shadow: 0 0 10px 0 rgba(55,150,246,0.3);
}
.main__box-list:last-child {
  margin-bottom: 0;
}
.main__box-list b {
  font-weight: 600;
}
.main__box-list a {
  color: #3796f6;
}
.main__box-list a:hover {
  color: #fa7268;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .main {
    padding-top: 110px;
  }
  .main--breadcrumb {
    padding-top: 70px;
  }
}
/*==============================
	User
==============================*/
.user {
  position: relative;
  margin-bottom: 20px;
  background-color: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 26px 0 rgba(133,153,171,0.1);
  box-shadow: 0 2px 26px 0 rgba(133,153,171,0.1);
}
.user__head {
  background-color: #3796f6;
  position: relative;
  height: 120px;
  width: 100%;
}
.user__img {
  position: absolute;
  display: block;
  width: 100px;
  height: 100px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid #fff;
  bottom: -50px;
  left: 50%;
  margin-left: -50px;
 
}
.user__img img {
  width: 100%;
  height: auto;
  border-radius: 50% !important;
}
.user__title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 60px 20px 20px;
  border-left: 1px solid rgba(133,153,171,0.2);
  border-right: 1px solid rgba(133,153,171,0.2);
}

.user__title h2 {
  font-size: 18px;
  color: #364e65;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 100%;
}
.user__title .autlv{
  vertical-align: middle;
}
.user__title p {
  margin-bottom: 0;
  line-height: 100%;
  font-size: 14px;
  color: #8599ab;
  font-weight: 400;
}
.user__nofo{
 padding: 20px 20px 0px 20px !important; 
}
.user__btns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  border-left: 1px solid rgba(133,153,171,0.2);
  border-right: 1px solid rgba(133,153,171,0.2);
  border-top: 1px solid rgba(133,153,171,0.2);
}
.user__btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  width: calc(50% - 10px);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  position: relative;
  overflow: hidden;
  color: #fff;
  font-weight: 600;
}
.user__down{
      width: 100%;
}
.user__btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
}
.user__btn span {
  position: relative;
  z-index: 1;
}
.user__btn--blue {
  background: linear-gradient(45deg, rgba(55,150,246,0.5) 0%, rgba(55,150,246,0.05) 100%);
}
.user__btn--blue:before {
  background-color: #3796f6;
}
.user__btn--blue:hover {
  color: #3796f6;
}
.user__btn--blue:hover:before {
  opacity: 0;
}
.user__btn--orange {
  background: linear-gradient(45deg, rgba(250,114,104,0.5) 0%, rgba(250,114,104,0.05) 100%);
}
.user__btn--orange:before {
  background-color: #fa7268;
}
.user__btn--orange:hover {
  color: #fa7268;
}
.user__btn--orange:hover:before {
  opacity: 0;
}
.user__stats {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 20px;
  border: 1px solid rgba(133,153,171,0.2);
}
.user__stats li {
  width: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.user__stats li p {
  margin-bottom: 5px;
  line-height: 100%;
  font-size: 14px;
  color: #8599ab;
}
.user__stats li span {
  font-size: 24px;
  line-height: 100%;
  display: block;
  color: #364e65;
}
.user__stats:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.user__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid rgba(133,153,171,0.2);
  border-left: 1px solid rgba(133,153,171,0.2);
  border-right: 1px solid rgba(133,153,171,0.2);
  padding: 15px 20px;
}
.user__list li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.user__list li span {
  font-size: 14px;
  line-height: 28px;
  color: #8599ab;
}
.user__list li span:first-child {
  color: #364e65;
}
/*==============================
	Sidebox
==============================*/
.sidebox {
  position: relative;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 2px 26px 0 rgba(133,153,171,0.1);
  box-shadow: 0 2px 26px 0 rgba(133,153,171,0.1);
}
.bg-primary{
    content: " ";
    position: absolute;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fc625d!important;
    width: 12px;
    height: 12px;
    -webkit-box-shadow: 20px 0 #fdbc40, 40px 0 #35cd4b;
    box-shadow: 20px 0 #fdbc40, 40px 0 #35cd4b;
    float: right;
    right: 65px;
        top: 25px;
}
.sidebox__title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  width: 100%;
  padding: 0 20px;
  background-color: #fff;
  color: #364e65;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid rgba(133,153,171,0.2);
  margin-bottom: 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.sidebox__title button {
  font-size: 12px;
  font-weight: 400;
  color: #8599ab;
}
.sidebox__title button:hover {
  color: #3796f6;
}
.sidebox__ad{
   border-bottom: 1px solid rgba(133,153,171,0.2);
    border-left: 1px solid rgba(133,153,171,0.2);
    border-right: 1px solid rgba(133,153,171,0.2);
    background-color: #fff;}
.sidebox__ad img{width: 100%;}
.navtar_list {padding: 10px 20px !important;}
.sidebox__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 20px;
  border-bottom: 1px solid rgba(133,153,171,0.2);
  border-left: 1px solid rgba(133,153,171,0.2);
  border-right: 1px solid rgba(133,153,171,0.2);
  background-color: #fff;
}
.sidebox__more {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(133,153,171,0.2);
  border-left: 1px solid rgba(133,153,171,0.2);
  border-right: 1px solid rgba(133,153,171,0.2);
  height: 40px;
  width: 100%;
  color: #3796f6;
  font-size: 14px;
  font-weight: 600;
  background-color: #fafafa;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.sidebox__more:hover {
  color: #fa7268;
}

.avatar-container{
    position: relative;   
}
.avatar-container .company-honor {
    position: absolute;   
    bottom: -2px;
    right: -2px;
    width: 24px;
    height: 24px;    
}
.avatar-container .company-honor>img {
    width: 20px;
    height: 20px;
}

.sidebox__user {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  width: 100%;
}
.sidebox__user:last-child {
  margin-bottom: 0;
}
.sidebox__user-img {
  display: block;
  width: 75px;
  height: 45px;  
  margin-right: 12px;
 
}
.sidebox__user-img img {
    width: 70px;   
    object-fit: cover;
    height: 45px;
}

.navtar {
    width: 40px !important;
    object-fit: cover !important;
    height: 40px !important;
    border-radius: 50% !important;
}
.navtar__user-img {
    display: block;
    width: 40px;
    height: 40px;
    margin-right: 12px;
}


.sidebox__user-title h5 {
  font-size: 14px;
  color: #364e65;
  font-weight: 600;
  margin-bottom: 7px;
  line-height: 100%;
}
.sidebox__user-title h5 a {
  color: #364e65;
}
.sidebox__user-title h5 a:hover {
  color: #fa7268;
}
.sidebox__user-title p {
  font-size: 13px;
  color: #8599ab;
  margin-bottom: 0;
  line-height: 100%;
}
.sidebox__user-btn {
  display: block;
  margin-left: auto;
  color: #8599ab;
  font-size: 30px;
  height: 40px;
  width: auto;
  line-height: 38px;
  position: relative;
}
.sidebox__user-btn:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  width: 1px;
  background-color: rgba(133,153,171,0.2);
  pointer-events: none;
}
.sidebox__user-btn:hover {
  color: #3796f6;
}
.sidebox__job {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 15px;
  width: 100%;
}
.sidebox__job:last-child {
  margin-bottom: 0;
}
.sidebox__job-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
  width: 100%;
}
.sidebox__job-title a,
.sidebox__job-title span {
    font-size: 14px;
    color: #364e65;
    
    line-height: 100%;
    max-width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sidebox__job-title a:hover {
  color: #fa7268;
}
.sidebox__job-description {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 19px;
  color: #8599ab;
}
.sidebox__share {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid rgba(133,153,171,0.2);
  background-color: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 20px;
  height: 60px;
}
.sidebox__share span {
  font-size: 14px;
  font-weight: 400;
  color: #364e65;
}
.sidebox__share ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.sidebox__share ul li {
  margin-right: 15px;
}
.sidebox__share ul li:last-child {
  margin-right: 0;
}
.sidebox__share ul li.facebook a {
  color: #3b5999;
}
.sidebox__share ul li.instagram a {
  color: $clr2;
}
.sidebox__share ul li.instagram a i:before {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: $yellow;
}
.sidebox__share ul li.twitter a {
  color: #1da1f2;
}
.sidebox__share ul li.vk a {
  color: #45668e;
}
.sidebox__share ul a {
  font-size: 24px;
  color: #3796f6;
  letter-spacing: 0.4px;
}
.sidebox__share ul a:hover {
  color: #fa7268;
}
.sidebox__apply {
  border: 1px solid rgba(133,153,171,0.2);
  background-color: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 20px;
}
.sidebox__faq {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 15px;
  width: 100%;
}
.sidebox__faq:last-child {
  margin-bottom: 0;
}
.sidebox__faq h5 {
  font-size: 15px;
  color: #364e65;
  font-weight: 600;
  line-height: 23px;
  margin-bottom: 7px;
}
.sidebox__faq p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 21px;
  color: #8599ab;
}
.sidebox__nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 20px;
  border-bottom: 1px solid rgba(133,153,171,0.2);
  border-left: 1px solid rgba(133,153,171,0.2);
  border-right: 1px solid rgba(133,153,171,0.2);
  background-color: #fff;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.sidebox__nav a {
  font-size: 14px;
  color: #364e65;
  position: relative;
}
.sidebox__nav a:before {
  content: '';
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #3796f6;
  pointer-events: none;
  left: 0;
  top: 50%;
  margin-top: -3px;
  opacity: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: 0 0 10px 0 rgba(55,150,246,0.3);
  box-shadow: 0 0 10px 0 rgba(55,150,246,0.3);
}
.sidebox__nav a:hover,
.sidebox__nav a.active {
  color: #3796f6;
}
.sidebox__nav a.active {
  padding-left: 15px;
}
.sidebox__nav a.active:before {
  opacity: 1;
}
.sidebox__nav li {
  margin-bottom: 10px;
}
.sidebox__nav li:last-child {
  margin-bottom: 0;
}
.sidebox__nav .filter__label {
  line-height: 100%;
}
.sidebox__search {
  background-color: #fff;
  padding: 20px;
  border-left: 1px solid rgba(133,153,171,0.2);
  border-right: 1px solid rgba(133,153,171,0.2);
  border-bottom: 1px solid rgba(133,153,171,0.2);
  position: relative;
}
.sidebox__search button {
  position: absolute;
  height: 40px;
  color: #8599ab;
  font-size: 22px;
  top: 50%;
  margin-top: -20px;
  right: 35px;
  line-height: 42px;
}
.sidebox__search button:hover {
  color: #3796f6;
}
.sidebox--desk {
  display: none;
}
@media (min-width: 1200px) {
  .sidebox--desk {
    display: block;
  }
}
/*==============================
	Filter
==============================*/
.filter {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid rgba(133,153,171,0.2);
  border-left: 1px solid rgba(133,153,171,0.2);
  border-right: 1px solid rgba(133,153,171,0.2);
  background-color: #fff;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.filter__group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 20px;
  width: 100%;
  border-bottom: 1px solid rgba(133,153,171,0.2);
}
.filter__group:last-child {
  border-bottom: none;
}
.filter__group--last {
  padding: 20px 20px 0;
  border-bottom: none;
}
.filter__label {
  font-size: 13px;
  color: #8599ab;
  font-weight: normal;
  margin-bottom: 10px;
}
.filter__select-wrap {
  position: relative;
  width: 100%;
}
.filter__select-wrap:before {
  content: '';
  font-family: 'Ionicons';
  position: absolute;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  width: 15px;
  color: #8599ab;
  font-size: 18px;
  pointer-events: none;
  top: 0;
  right: 15px;
}
.filter__select {
  width: 100%;
  height: 40px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #fafafa;
  border: 1px solid rgba(133,153,171,0.2);
  font-size: 14px;
  color: #364e65;
  padding: 0 15px;
  cursor: pointer;
}
.filter__select option {
  padding: 0;
}
.filter__select:focus {
  border-color: #3796f6;
}
.filter__input {
  width: 100%;
  height: 40px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #fafafa;
  border: 1px solid rgba(133,153,171,0.2);
  font-size: 14px;
  color: #364e65;
  padding: 0 15px;
}
.filter__input:focus {
  border-color: #3796f6;
}
.filter__checkboxes {
  position: relative;
}
.filter__checkboxes li {
  position: relative;
  margin-bottom: 15px;
}
.filter__checkboxes li:last-child {
  margin-bottom: 0;
}
.filter__checkboxes input:not(:checked),
.filter__checkboxes input:checked {
  position: absolute;
  left: -9999px;
}
.filter__checkboxes label {
  display: block;
  margin: 0;
  position: relative;
  font-weight: 400;
  cursor: pointer;
  font-size: 14px;
  color: #364e65;
  line-height: 16px;
  padding-left: 25px;
}
.filter__checkboxes label:before {
  content: '';
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  border: 4px solid rgba(133,153,171,0.4);
  background-color: transparent;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  left: 0;
  top: 0;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
}
.filter__checkboxes input:checked + label:before {
  border-color: #3796f6;
  -webkit-box-shadow: 0 0 10px 0 rgba(55,150,246,0.3);
  box-shadow: 0 0 10px 0 rgba(55,150,246,0.3);
}
.filter__range {
  font-size: 14px;
  color: #364e65;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-bottom: 5px;
  background-color: #fafafa;
  border: 1px solid rgba(133,153,171,0.2);
  height: 30px;
  padding: 0 12px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.filter__range div {
  position: relative;
}
.filter__range div:first-child {
  margin-right: 17px;
}
.filter__range div:first-child:after {
  content: '–';
  position: absolute;
  display: block;
  left: 100%;
  top: 0;
  color: #364e65;
  font-size: 16px;
  margin-left: 4px;
}
.filter__btn {
  width: 100%;
  height: 40px;
  background: linear-gradient(45deg, rgba(55,150,246,0.5) 0%, rgba(55,150,246,0.05) 100%);
  color: #fff;
  font-size: 13px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  overflow: hidden;
}
.filter__btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #3796f6;
  z-index: 1;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
}
.filter__btn span {
  position: relative;
  z-index: 2;
}
.filter__btn:hover {
  color: #3796f6;
}
.filter__btn:hover:before {
  opacity: 0;
}
/* range slider */
.noUi-target {
  background: rgba(133,153,171,0.1);
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.noUi-horizontal {
  height: 4px;
  margin: 8px 0;
  width: 100%;
}
.noUi-connects {
  background-color: rgba(133,153,171,0.1);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.noUi-connect {
  background-color: #3796f6;
}
.noUi-handle {
  border: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}
.noUi-handle:before,
.noUi-handle:after {
  display: none;
}
.noUi-handle:focus {
  outline: none;
}
.noUi-handle.noUi-handle-lower {
  background-color: #3796f6;
  -webkit-box-shadow: 0 0 10px 0 rgba(55,150,246,0.3);
  box-shadow: 0 0 10px 0 rgba(55,150,246,0.3);
}
.noUi-handle.noUi-handle-upper {
  background-color: #3796f6;
  -webkit-box-shadow: 0 0 10px 0 rgba(55,150,246,0.3);
  box-shadow: 0 0 10px 0 rgba(55,150,246,0.3);
}
.noUi-horizontal .noUi-handle {
  width: 16px;
  height: 16px;
}
html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -8px;
}
/*==============================
	Form
==============================*/
.form {
  position: relative;
  padding: 20px;
  border: 1px solid rgba(133,153,171,0.2);
  -webkit-box-shadow: 0 2px 26px 0 rgba(133,153,171,0.1);
  box-shadow: 0 2px 26px 0 rgba(133,153,171,0.1);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  margin-bottom: 20px;
}
.form__title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 40px;
  line-height: 100%;
  font-size: 16px;
  font-weight: 600;
  color: #364e65;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(133,153,171,0.2);
  padding-top: 2px;
}
.form__group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 20px;
  width: 100%;
}
.form__label {
  font-size: 13px;
  color: #8599ab;
  font-weight: normal;
  margin-bottom: 10px;
}
.form__select-wrap {
  position: relative;
  width: 100%;
}
.form__select-wrap:before {
  content: '';
  font-family: 'Ionicons';
  position: absolute;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  width: 15px;
  color: #8599ab;
  font-size: 18px;
  pointer-events: none;
  top: 0;
  right: 15px;
}
.form__select {
  width: 100%;
  height: 40px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #fafafa;
  border: 1px solid rgba(133,153,171,0.2);
  font-size: 14px;
  color: #364e65;
  padding: 0 15px;
  cursor: pointer;
}
.form__select option {
  padding: 0;
}
.form__select:focus {
  border-color: #3796f6;
}
.form__input {
  width: 100%;
  height: 40px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #fafafa;
  border: 1px solid rgba(133,153,171,0.2);
  font-size: 14px;
  color: #364e65;
  padding: 0 15px;
}
.form__input:focus {
  border-color: #3796f6;
}
.form__textarea {
  width: 100%;
  height: 140px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #fafafa;
  border: 1px solid rgba(133,153,171,0.2);
  font-size: 14px;
  color: #364e65;
  padding: 10px 15px;
  resize: none;
}
.form__textarea:focus {
  border-color: #3796f6;
}
.form__btn {
  width: 160px;
  height: 40px;
  background: linear-gradient(45deg, rgba(55,150,246,0.5) 0%, rgba(55,150,246,0.05) 100%);
  color: #fff;
  font-size: 13px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  margin-top: 10px;
}
.form__btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #3796f6;
  z-index: 1;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
}
.form__btn span {
  position: relative;
  z-index: 1;
}
.form__btn:hover {
  color: #3796f6;
}
.form__btn:hover:before {
  opacity: 0;
}
/*==============================
	彩蛋
==============================*/
.egg{background-position: right 0% center;
    background-repeat: no-repeat;
    background-size: auto 90%;}
.elv1{background-image: url(../../spzac/img/egg/bg-ico1.png);}
.elv2{background-image: url(../../spzac/img/egg/bg-ico2.png);}
.elv3{background-image: url(../../spzac/img/egg/bg-ico3.png);}
.elv5{background-image: url(../../spzac/img/egg/bg-ico5.png);}
.elv7{background-image: url(../../spzac/img/egg/bg-ico7.png);}
.elv46{background-image: url(../../spzac/img/egg/bg-ico46.png);}
.elv48{background-image: url(../../spzac/img/egg/bg-ico48.png);}
.elv53{background-image: url(../../spzac/img/egg/bg-ico53.png);}
.elv73{background-image: url(../../spzac/img/egg/bg-ico73.png);}
/*==============================
	Post
==============================*/
.post {
  position: relative;
  padding: 20px;
  border: 1px solid rgba(133,153,171,0.2);
  -webkit-box-shadow: 0 2px 26px 0 rgba(133,153,171,0.1);
  box-shadow: 0 2px 26px 0 rgba(133,153,171,0.1);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 20px;
}
.post--clear {
  padding: 20px 20px 0;
}
.tran:hover{
	transform: translate(0, -5px);
	color: #54b5db;
    transition: all .2s;
}
.pagepost .deanshadowmd {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: -1;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: #a9a9a9 0 0 20px;
    box-shadow: #a9a9a9 0 0 20px;
}
.pagepost:hover .deanshadowmd{opacity:1;-webkit-box-shadow:#ccc 0 0 20px;box-shadow:#ccc 0 0 20px;-webkit-transition:.3s;transition:.3s;border-radius:5px;}

.post__head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-bottom: 10px;
  width: 100%;
}
.autlv {
	font-size: 8px;
    color: #fff;
    display: inline-block;
    vertical-align: text-top;
    font-weight: normal;
    border-radius: 2px;
    line-height: 18px;
    padding: 0 4px;
    margin: 0 5px 0 0;
    letter-spacing: 0px;
}

.aut-0 {
	background: #d1d5dc;
}

.aut-1 {
	background: #448EF6;
}

.aut-2 {
	background: #f6b044;
}

.aut-3 {
	background: #c444f6;
}

.aut-4 {
	background: #f69644;
}

.aut-5 {
	background-image: -webkit-linear-gradient(0deg, #3ca5f6 0%, #a86af9 100%);
}
.aut-6 {
	background: #f64444;
}

.c_con .post__title{font-size: 24px;margin: 10px 0;}
.c_head{border-bottom: 1px solid #efefef; padding-bottom: 10px;}
.c_con .tepasspost{    width: 100%;}
.c_con .c-demo .btn_reward{ 
    display: inline-block;
    padding: 8px 32px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: 0;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 400;
    background-color: #f1787f  !important;
    color: #fff;
    margin-bottom: 20px;
    width: auto;
    height: auto;  
    line-height: normal;
}
.post__head-img {
  display: block;
  width: 46px;
  height: 46px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 12px;
  overflow: hidden;
}
.post__head-img img {
  width: 100%;
}
.post__head-title h5 {
  font-size: 16px;
  color: #364e65;
  font-weight: 600;
  margin-bottom: 6px;
  line-height: 100%;
}
.post__head-title h5 a {
  color: #364e65;
}
.post__head-title h5 a:hover {
  color: #fa7268;
}
.post__head-title p {
  font-size: 12px;
  color: #8599ab;
  margin-bottom: 0;
  line-height: 100%;
}
.post__dropdown {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
}
.post__dropdown.show .post__dropdown-btn {
  color: #3796f6;
}
.post__dropdown-btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  color: #8599ab;
  line-height: 24px;
}
.post__dropdown-btn i {
  line-height: 24px;
}
.post__dropdown-btn:hover {
  color: #3796f6;
}
.post__dropdown-menu {
  position: absolute;
  left: auto;
  right: 0;
  background-color: #fff;
  padding: 10px 20px;
  display: block;
  width: 100%;
  width: 140px;
  text-align: left;
  z-index: 3;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
  transition-property: opacity, margin;
  margin-top: 0;
  top: 100%;
  border-right: 1px solid rgba(133,153,171,0.2);
  border-left: 1px solid rgba(133,153,171,0.2);
  border-bottom: 1px solid rgba(133,153,171,0.2);
  border-top: 2px solid #3796f6;
  -webkit-box-shadow: 0 2px 26px 0 rgba(133,153,171,0.1);
  box-shadow: 0 2px 26px 0 rgba(133,153,171,0.1);
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.post__dropdown-menu li {
  padding: 0;
}
.post__dropdown-menu a {
  font-size: 14px;
  color: #364e65;
  line-height: 36px;
  display: block;
  font-weight: 400;
}
.post__dropdown-menu a:hover {
  color: #3796f6;
}
.post__dropdown-menu.show {
  z-index: 1000;
  pointer-events: auto;
  opacity: 1;
  margin-top: 10px;
}
.post__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.post__company {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 15px;
}
.post__company i {
  font-size: 16px;
  color: #3796f6;
  margin-right: 8px;
  margin-top: 1px;
  line-height: 24px;
}
.post__company span {
  font-size: 14px;
  color: #8599ab;
  line-height: 24px;
}
.post__location {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-navigator{margin: 20px 0;}
.page-navigator li{list-style: none;display: inline;padding: 0 5px; flex-grow: 1; box-sizing: border-box;}
.page-navigator .current a {
 background: #3796f6;
    border-color: #3796f6;
    color: #fff;
    
}
.page-navigator li a {
        box-shadow: 0 2px 26px 0 rgba(133,153,171,0.1);
    text-align: center;
    background: #fff;
    font-size: 14px;
    color: #333;
    line-height: 38px;
    height: 38px;
    overflow: hidden;
        padding: 8px 15px;
    border: 1px solid #f3f3f3;
    border-radius: 2px;
    box-sizing: border-box;
}
.post__location i {
  font-size: 18px;
  color: #5bceae;
  margin-right: 8px;
  line-height: 24px;
  margin-top: 2px;
}
.post__location span {
  font-size: 12px;
  color: #8599ab;
  line-height: 24px;
}
.post__actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  width: 100%;
  margin-top: 13px;
}
.post__actions-btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
  width: 30px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
  margin-right: 15px;
  position: relative;
  overflow: hidden;
}
.post__actions-btn:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  z-index: 1;
  pointer-events: none;
  opacity: 1;
}
.post-ad img{width: 100%;}
.post__actions-btn i,
.post__actions-btn span {
  position: relative;
  z-index: 1;
}
.post__actions-btn--green {
  background: linear-gradient(45deg, rgba(91,206,174,0.5) 0%, rgba(91,206,174,0.05) 100%);
}
.post__actions-btn--green:before {
  background-color: #5bceae;
}
.post__actions-btn--green:hover {
  color: #5bceae;
}
.post__actions-btn--red {
  background: linear-gradient(45deg, rgba(236,84,122,0.5) 0%, rgba(236,84,122,0.05) 100%);
}
.post__actions-btn--red:before {
  background-color: #ec547a;
}
.post__actions-btn--red:hover {
  color: #ec547a;
}
.post__actions-btn--blue {
  background: linear-gradient(45deg, rgba(55,150,246,0.5) 0%, rgba(55,150,246,0.05) 100%);
  width: auto;
  padding: 0 10px;
  font-size: 13px;
}
.post__actions-btn--blue:before {
  background-color: #3796f6;
}
.post__actions-btn--blue:hover {
  color: #3796f6;
}
.post__actions-btn--blues {
  background: linear-gradient(45deg, rgb(250, 114, 104) 0%, rgba(55,150,246,0.05) 100%);
  width: auto;
  padding: 0 10px;
  font-size: 13px;
}
.post__actions-btn--blues:before {
  background-color: #fa7268;
}
.post__actions-btn--blues:hover {
  color: #fa7268;
}
.post__actions-btn:last-child {
  margin-right: 0;
}
.post__actions-btn:hover:before {
  opacity: 0;
}
.badge {
    border-radius: 2px;
    font-weight: 400;
    padding: .20em .35em;
    font-size: 12px;
    margin: 0 .40rem 0 0;
    position: relative;
    top: -1px;
}
.arc_v1 {
	background: #d1d5dc;
	color: #fff;
}

.arc_v2 {
	background: #448EF6;
	color: #fff;
}

.arc_v3 {
	background: #f6b044;
	color: #fff;
}

.arc_v4 {
	background: #c444f6;
	color: #fff;
}

.arc_v5 {
	background: #f64444;
	color: #fff;
}

.arc_v6 {
	color: #fff;
	background-image: -webkit-linear-gradient(0deg, #3ca5f6 0%, #a86af9 100%);
}

.arc_v7 {
	background: #000;
	color: #fff;
}
.post__title {
  font-size: 18px;
  font-weight: 600;
  color: #364e65;
  margin-bottom: 15px;
  line-height: 26px;
  
}
.post__title a{color: #364e65;}
.post__title a:hover {
    color: #fa7268;
}
.post__options {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.post__options span {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 24px;
  padding: 0 10px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #3796f6;
  color: #fff;
  font-size: 13px;
  margin-right: 20px;
}
.post__options p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 100%;
  color: #364e65;
  font-weight: 600;
}
@media screen and (max-width: 767px){.post__img img{ width: 100%!important;   margin: 5px 0px 10px !important;}
.bid__head-title p{ display:none!important;}
.bid__head-img { width: 100px!important;}
.fixsidenav { display:none;}
.neipage .user,.neipage .sidebox { display:none;}
.livechat-girl{top: 50px;right: 15px!important;}
.col-lv { -ms-flex: 0 0 50%; flex: 0 0 50%;  max-width: 50%;}
  .profile__actions{display:none!important;}
}


#scroll-to-top{position:fixed;bottom:50px;right:2%;width:40px;height:40px;text-align:center;line-height:45px;color:rgba(0,0,0,.4);display:block;z-index:49;}
#scroll-to-top span{line-height:42px;font-size:30px;}
#showfacenamereplace {margin: 5px 10px;}
#showfacenamereplace img{
  display: initial;
  padding: 5px 5px 5px 0px;
  background-color: #ffffff;
  width: 35px;
}

.post__img img{width: 230px;    float: left;    margin-right: 15px;    object-fit: cover;    height: 140px;}

/*打赏*/
.p-list {
   
}
.clusr {   
    padding-right: 0;
}
.clusr img{
    border-radius: 50%;
    width: 35px;
    margin: 0 5px 10px 0;
}
/*打赏*/


.c-demo{ width: 100%;text-align: center;}
.c-btn--primary {
    background-color: #f1787f;
    color: #fff;
    margin-bottom: 20px;
}
.c-btn:hover{color: #fff;}
.c-btn {
    display: inline-block;
    padding: 8px 32px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: 0;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 400;
}
.Copyrightnew {
        background: #e8eef3;
    padding: 8px 20px;
    border-radius: 0 5px 5px 0;
    font-size: 14px;
    color: #999;
    width: 100%;
    margin: 20px 0;
}
.reply2view {
	background: #f8f8f8;
	padding: 10px;
	position: relative;	
	width: 100%;
	word-wrap: break-word;
}
.conts{padding: 10px 10px;font-size: 14px;display: block!important;}
.conts img{margin: auto;}
.conts p{    margin: 1.2em 0;  line-height: 2.2;}
.conts b, strong { color: red;}
.post__description ol {
    font-size: 14px;
    line-height: 24px;
    color: #345471;
    margin-top: 15px;
}
.post__description ol li {
    position: relative;
	margin: 10px 0;
    padding-left: 20px;
}
.post__description h1,h2,h3,h4,h5,h6{margin-bottom: 1rem; }
.post__description h3 {
    position: relative;
    font-size: 1.125rem;
    padding-left: 20px;
}
.post__description h3:before {
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    height: 5px;
    width: 5px;
    border-radius: 20px;
    background-color: #448EF6;
}
.post__description hr{margin: 30px 0;}
.post__description blockquote {
    position: relative;
    margin: 2rem 0;
    padding: 0 0 0 1.75rem;
    border-left: 5px solid #f2f2f5;
}

td,
th {
	padding: 3px 8px;
	border: 1px solid #e1e1e1
}

.post__description img{    display: block;   max-width: 100%; }

.post__description {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 20px;
  width: 100%;
}
.tip {
    background: #eef6fd;
    padding: 8px 20px;
    border-left: 3px solid #38a3fd;
    border-radius: 0 5px 5px 0;
}
.post__description p {
  font-size: 15px;
  line-height: 24px;
  color: #345471;
 
}
.post__description h2 {
    font-size: 1.25rem;
    border-left: 3px solid #448EF6;
    padding-left: 15px;
}
.post__description p:first-child {
  margin-top: 0;
}
.post__description ul {
  font-size: 14px;
  line-height: 24px;
  color: #345471;
  margin-top: 15px;
  margin-left: 15px;
}
.post__description ul:first-child {
  margin-top: 0;
}
.post__description ul li {
  position: relative;
  padding-left: 20px;
  margin: 10px 0;
}
.post__description ul li:before {
  content: '';
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #3796f6;
  left: 0;
  top: 50%;
  margin-top: -2px;
}
.post__description a {
  color: #fa7268;
  font-weight: 600;
  font-size: 14px;
  margin-top: 5px;
}
.post__description a:hover {
  color: #fa7268;
  text-decoration: underline;
}
.post__tags {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 5px;
}
.post__tags a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 26px;
  padding: 0 11px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(133,153,171,0.2);
  background-color: #fafafa;
  color: #8599ab;
  font-size: 13px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.post__tags a:hover {
  color: #3796f6;
}
.post__stats {
  width: 100%;
  border-top: 1px solid rgba(133,153,171,0.2);
  padding-top: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.post__stats div {
  font-size: 14px;
  color: #8599ab;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 14px;
}
.post__stats div i {
  margin-right: 7px;
  font-size: 16px;
  line-height: 14px;
}
.post__stats div span {
  margin-bottom: 3px;
}
.post__stats div .post__likes i {
  margin-bottom: 1px;
}
.post__stats div.post__views i {
  font-size: 18px;
}
.post__stats div.post__views span {
  margin-bottom: 1px;
}
.post__stats a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
  color: #8599ab;
}
.post__stats a i {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.post__stats a:last-child {
  margin-right: 0;
}
.post__likes:hover i {
  color: #ec547a;
}
.post__comments:hover i {
  color: #3796f6;
}
.post__comments[aria-expanded="true"] i {
  color: #3796f6;
}
.post__collapse {
  width: 100%;
  position: relative;
}
.post__form {
  border-top: 1px solid rgba(133,153,171,0.2);
  margin-top: 20px;
  padding-top: 20px;
  position: relative;
  display: block;
}
.post__form input {
  width: calc(100% - 60px);
  height: 40px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #fafafa;
  border: 1px solid rgba(133,153,171,0.2);
  font-size: 14px;
  color: #364e65;
  padding: 0 20px;
}
.post__form input:focus {
  border-color: #3796f6;
}
.post__form button {
  position: absolute;
  height: 40px;
  width: 40px;
  color: #fff;
  font-size: 20px;
  top: 20px;
  right: 0;
  background-color: #3796f6;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: linear-gradient(45deg, rgba(55,150,246,0.5) 0%, rgba(55,150,246,0.05) 100%);
  overflow: hidden;
}
.post__form button:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  z-index: 1;
  pointer-events: none;
  opacity: 1;
  background-color: #3796f6;
}
.post__form button i {
  position: relative;
  z-index: 2;
}
.post__form button:hover {
  color: #3796f6;
}
.post__form button:hover:before {
  opacity: 0;
}
.coment_link{
display: inline-block;
  max-width: 9rem;
  text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.post__comment {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 15px;
  width: 100%;
}
.commentping{border-bottom: 1px dashed #eee;    padding-bottom: 10px;}
.commentping:nth-of-type(1) {
    margin-top: 0px;
}
.post__comment-img {
  display: block;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 12px;
  overflow: hidden;
}
.post__comment-img img {
  width: 100%;
}
.post__comment-title h5 {
  font-size: 14px;
  color: #364e65;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 100%;
}
.post__comment-title h5 a {
  color: #364e65;
}
.post__comment-title h5 a:hover {
  color: #fa7268;
}
.post__comment-title p {
  font-size: 12px;
  color: #8599ab;
  margin-bottom: 0;
  line-height: 100%;
}
.post__comment-text {
  display: block;
  margin-top: 10px;
  width: 100%;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 24px;
  color: #8599ab;
  padding: 5px 10px;
  background: #eef6fd;
  border-radius: 6px;
  position: relative;
}
.post__comment-text::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-bottom: 6px solid #f7f7f7;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    left: 8px;
    bottom: 100%;
}
.post__comment-text p{
    text-align: justify;
    line-height: 23px;
    max-height: 50px;
    overflow: hidden;
	margin-bottom: 0rem;
}
.post__comment-text img{    width: 20px;    margin: 0 5px;}
.post__apply {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 140px;
  height: 40px;
  background: linear-gradient(45deg, rgba(55,150,246,0.5) 0%, rgba(55,150,246,0.05) 100%);
  color: #fff;
  font-size: 13px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.post__apply:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #3796f6;
  z-index: 1;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
}
.post__apply span {
  position: relative;
  z-index: 2;
}
.post__apply:hover {
  color: #3796f6;
}
.post__apply:hover:before {
  opacity: 0;
}
@media (min-width: 576px) {
  .post__wrap {
    margin-bottom: 5px;
  }
  .post__actions {
    width: auto;
    margin-top: 0;
  }
}
/*==============================
	Company
==============================*/
.company {
  position: relative;
  padding: 20px;
  border: 1px solid rgba(133,153,171,0.2);
  -webkit-box-shadow: 0 2px 26px 0 rgba(133,153,171,0.1);
  box-shadow: 0 2px 26px 0 rgba(133,153,171,0.1);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  margin-bottom: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.company__logo img {
  width: 100%;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
.company__title {
  font-size: 16px;
  font-weight: 600;
  color: #364e65;
  margin-bottom: 5px;
  line-height: 100%;
}
.company__title a {
  color: #364e65;
}
.company__title a:hover {
  color: #fa7268;
}
.company__text {
  font-size: 14px;
  line-height: 24px;
  color: #8599ab;
  margin-bottom: 0;
}
.company__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: calc(100% - 60px);
  padding-left: 15px;
  height: 60px;
}
.company__actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
}
.company__actions .post__location {
  margin-bottom: 0;
}
.company__actions .post__actions {
  margin-top: 0;
  width: auto;
  margin-left: 0;
}
/*==============================
	Profile
==============================*/
.top-num {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
}
.top-num span {
    width: 54px;
    height: 54px;
    position: absolute;
    top: -3px;
    right: 12px;
    overflow: hidden;
}
.top-num.top-1 span i {
	background-color: #ff000e;
}

.top-num.top-2 span i {
	background-color: #ef3a44;
}

.top-num.top-3 span i {
	background-color: #f2777e;
}
.top-num i {
    height: 22px;
    line-height: 22px;
    width: 100px;
    background-color: #666;
    box-shadow: -1.204px 1.597px 4px 0 rgba(0, 0, 0, .22);
    position: absolute;
    top: 50%;
    right: -30px;
    margin-top: -20px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    z-index: 1;
}
.top-num.top-1 span:after, .top-num.top-1 span:before {
    background-color: #b85d62;
}
.top-num span:after, .top-num span:before {
    content: '';
    position: absolute;
    z-index: 0;
    background-color: #333;
}
.top-num span:after {
    height: 10px;
    width: 3px;
    right: 0;
    bottom: 0;
}
.top-num span:before {
    height: 3px;
    width: 10px;
    left: 0;
    top: 0;
}
.profile {
  position: relative;
  padding: 20px;
  border: 1px solid rgba(133,153,171,0.2);
  -webkit-box-shadow: 0 2px 26px 0 rgba(133,153,171,0.1);
  box-shadow: 0 2px 26px 0 rgba(133,153,171,0.1);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  margin-bottom: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.profile__logo img {
  width: 100%;
}
.profile__title {
  font-size: 14px;
  font-weight: 600;
  color: #364e65;
  margin-bottom: 5px;
  line-height: 100%;
      overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.profile__title a {
  color: #364e65;
}
.profile__title a:hover {
  color: #fa7268;
}
.profile__text {
  font-size: 14px;
  line-height: 24px;
  color: #8599ab;
  margin-bottom: 0;
}
.profile__wrap {
   
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;

  width: 100%;
  text-align: center;
}
.profile__actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
}
.profile__actions .post__location {
  margin-bottom: 0;
}
.profile__actions .post__actions {
  margin-top: 0;
  width: auto;
  margin-left: 0;
}
/*==============================
	Bid
==============================*/
.bid {
  position: relative;
  padding: 20px;
  border: 1px solid rgba(133,153,171,0.2);
  -webkit-box-shadow: 0 2px 26px 0 rgba(133,153,171,0.1);
  box-shadow: 0 2px 26px 0 rgba(133,153,171,0.1);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  word-wrap: break-word;
  display: block;
}
.bid__head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.bid__head-img {
  display: block;
  width: 150px;
  margin-right: 12px;  
}
.bid__head-img img {
  min-width: 100px;
}
.bid__head-title h5 {
  font-size: 16px;
  color: #364e65;
  font-weight: 600;
  margin-bottom: 6px;
  line-height: 100%;
}
.bid__head-title h5 a {
  color: #364e65;
}
.bid__head-title h5 a:hover {
  color: #fa7268;
}
.bid__head-title p {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  margin-top: 10px; 
}
.bid__head-title p i {
  font-size: 18px;
  color: #5bceae;
  margin-right: 8px;
  line-height: 18px;
  margin-top: 2px;
}
.bid__head-title p span {
  font-size: 14px;
  color: #8599ab;
  line-height: 18px;
}
.bid__price {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.bid__price span {
  display: block;
  font-size: 18px;
  line-height: 100%;
  color: #364e65;
  font-weight: 600;
  margin-bottom: 5px;
}
.bid__price p {
  margin-bottom: 0;
  font-size: 14px;
  color: #8599ab;
  line-height: 20px;
}
/*==============================
	FAQ
==============================*/
.faq {
  position: relative;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 2px 26px 0 rgba(133,153,171,0.1);
  box-shadow: 0 2px 26px 0 rgba(133,153,171,0.1);
  padding: 0 20px 10px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid rgba(133,153,171,0.2);
}
.faq__box {
  margin-bottom: 10px;
}
.faq__box h3 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #364e65;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  height: 60px;
  border-bottom: 1px solid rgba(133,153,171,0.2);
}

.faq__box ul li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #364e65;
  font-size: 14px;
  margin-bottom: 12px;
  position: relative;
  padding-left: 22px;
}
.faq__box ul li:before {
  content: '';
  position: absolute;
  font-family: "Ionicons";
  color: #3796f6;
  left: 0;
  font-size: 16px;
}
.faq__box ul li a {
  color: #364e65;
}
.faq__box ul li a:hover {
  color: #fa7268;
}
.faq__box ul li:last-child {
  margin-bottom: 0;
}
/*==============================
	Contacts
==============================*/
.contacts {
  position: relative;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 2px 26px 0 rgba(133,153,171,0.1);
  box-shadow: 0 2px 26px 0 rgba(133,153,171,0.1);
  padding: 20px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid rgba(133,153,171,0.2);
}
.contacts__title {
  color: #364e65;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 24px;
}
.contacts__text {
  font-size: 14px;
  line-height: 24px;
  color: #364e65;
  margin-bottom: 20px;
}
.contacts__list {
  margin-bottom: 20px;
}
.contacts__list li {
  margin-bottom: 10px;
}
.contacts__list li:last-child {
  margin-bottom: 0;
}
.contacts__list a {
  font-size: 14px;
  color: #3796f6;
}
.contacts__list a:hover {
  color: #fa7268;
}
.contacts__social {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.contacts__social li {
  margin-right: 20px;
}
.contacts__social li:last-child {
  margin-left: 0;
}
.contacts__social li.facebook a {
  color: #3b5999;
}
.contacts__social li.instagram a {
  color: $clr2;
}
.contacts__social li.instagram a i:before {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #fa7268;
}
.contacts__social li.twitter a {
  color: #1da1f2;
}
.contacts__social li.vk a {
  color: #45668e;
}
.contacts__social a {
  font-size: 24px;
  color: #fa7268;
  line-height: 24px;
}
.contacts__social a:hover {
  color: #fa7268;
}
/*==============================
	Privacy
==============================*/
.privacy {
  position: relative;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 2px 26px 0 rgba(133,153,171,0.1);
  box-shadow: 0 2px 26px 0 rgba(133,153,171,0.1);
  padding: 20px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid rgba(133,153,171,0.2);
}
.privacy__title {
  color: #364e65;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 24px;
}
.privacy__text {
  color: #364e65;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}
.privacy__text:last-child {
  margin-bottom: 0;
}
.privacy__text b {
  font-weight: 600;
}
.privacy__text a {
  color: #3796f6;
}
.privacy__text a:hover {
  color: #fa7268;
  text-decoration: underline;
}
.privacy__list {
  margin-top: -20px;
}
.privacy__list ol {
  padding-left: 0;
  list-style: none;
  counter-reset: li;
  margin-bottom: 0;
}
.privacy__list ol ol {
  padding-left: 15px;
  margin-top: 10px;
}
.privacy__list ol ol ol {
  margin-top: 10px;
  margin-bottom: 10px;
}
.privacy__list ol ol ol li {
  margin-top: 5px;
}
.privacy__list ol h4 {
  font-size: 14px;
  font-weight: 600;
  color: #364e65;
  display: inline-block;
  margin-bottom: 0;
  margin-top: 20px;
}
.privacy__list ol li {
  font-size: 14px;
  line-height: 24px;
  color: #364e65;
  position: relative;
}
.privacy__list ol li b {
  font-weight: 600;
}
.privacy__list ol li a {
  color: #3796f6;
}
.privacy__list ol li a:hover {
  color: #fa7268;
  text-decoration: underline;
}
.privacy__list ol li:last-child {
  margin-bottom: 0;
}
.privacy__list ol li:before {
  counter-increment: li;
  content: counters(li, ".") ". ";
}
/*==============================
	Sign
==============================*/
.sign {

  display: block;
    position: relative;
    background: url(../img/bg.jpg) no-repeat center/cover;
  
}
.sign__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding: 40px 0;
}
.typecho-login {
    display: table-cell;
    padding: 30px 0 100px;
    width: 280px;
    text-align: center;
    vertical-align: middle;
}

.sign__form {
  position: relative;
  -webkit-box-shadow: 0 2px 26px 0 rgba(133,153,171,0.1);
  box-shadow: 0 2px 26px 0 rgba(133,153,171,0.1);
  padding: 40px 20px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid rgba(133,153,171,0.2);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100% !important;
  max-width: 400px;
}
.sign__logo {
  display: block;
  margin-bottom: 40px;
}
.sign__logo a {
  max-width: 100%;
  width: auto;
}
.sign__logo img {
  width: 40px;
}
.sign__input {
  width: 100%;
  height: 40px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #fafafa;
  border: 1px solid rgba(133,153,171,0.2);
  font-size: 14px;
  color: #364e65;
  padding: 0 15px;
}
.sign__input:focus {
  border-color: #3796f6;
}
.sign__group {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
}
.sign__group--checkbox {
  width: 100%;
  text-align: left;
}
.sign__group--checkbox input:not(:checked),
.sign__group--checkbox input:checked {
  position: absolute;
  left: -9999px;
}
.sign__group--checkbox input:not(:checked) + label,
.sign__group--checkbox input:checked + label {
  font-size: 13px;
  color: #8599ab;
  font-weight: normal;
  position: relative;
  cursor: pointer;
  padding-left: 35px;
  line-height: 20px;
  margin: 0;
}
.sign__group--checkbox input:not(:checked) + label a,
.sign__group--checkbox input:checked + label a {
  color: #3796f6;
}
.sign__group--checkbox input:not(:checked) + label a:hover,
.sign__group--checkbox input:checked + label a:hover {
  color: #fa7268;
}
.sign__group--checkbox input:not(:checked) + label:before,
.sign__group--checkbox input:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #fafafa;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(133,153,171,0.2);
}
.sign__group--checkbox input:not(:checked) + label:after,
.sign__group--checkbox input:checked + label:after {
  font-family: 'Ionicons';
  content: '\f3ff';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  font-size: 22px;
  line-height: 20px;
  text-align: center;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  color: #3796f6;
}
.sign__group--checkbox input:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
}
.sign__group--checkbox input:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.sign__btn {
  width: 100%;
  height: 40px;
  background: linear-gradient(45deg, rgba(55,150,246,0.5) 0%, rgba(55,150,246,0.05) 100%);
  color: #fff;
  font-size: 13px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  overflow: hidden;
}
.sign__btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #3796f6;
  z-index: 1;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
}
.sign__btn span {
  position: relative;
  z-index: 2;
}
.sign__btn:hover {
  color: #3796f6;
}
.sign__btn:hover:before {
  opacity: 0;
}
.sign__text {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 13px;
  color: #8599ab;
}
.sign__text a {
  position: relative;
  color: #3796f6;
}
.sign__text a:hover {
  color: #fa7268;
}
@media (min-width: 576px) {
  .sign__form {
    padding: 40px !important;
  }
}
/*==============================
	Messages
==============================*/
.messages {
  position: relative;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 2px 26px 0 rgba(133,153,171,0.1);
  box-shadow: 0 2px 26px 0 rgba(133,153,171,0.1);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid rgba(133,153,171,0.2);
}
.messages__dialogues {
  position: relative;
  overflow: hidden;
}
.messages__search {
  position: relative;
  padding: 20px;
  border-bottom: 1px solid rgba(133,153,171,0.2);
  height: 80px;
}
.messages__search input {
  width: 100%;
  height: 40px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #fafafa;
  border: 1px solid rgba(133,153,171,0.2);
  font-size: 14px;
  color: #364e65;
  padding: 0 15px;
}
.messages__search input:focus {
  border-color: #3796f6;
}
.messages__search button {
  position: absolute;
  height: 40px;
  color: #8599ab;
  font-size: 22px;
  top: 50%;
  margin-top: -20px;
  right: 35px;
  line-height: 42px;
}
.messages__search button:hover {
  color: #3796f6;
}
.messages__list {
  position: relative;
  overflow: hidden;
  height: 280px;
  width: 100%;
}
.messages__user {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  cursor: pointer;
  border-bottom: 1px solid rgba(133,153,171,0.2);
  position: relative;
}
.messages__user:last-child {
  border-bottom: none;
}
.messages__user--active {
  background-color: #fafafa;
}
.messages__user--online .messages__user-img:before {
  opacity: 1;
}
.messages__user-img {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 12px;
  position: relative;
}
.messages__user-img img {
  width: 100%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.messages__user-img:before {
  content: '';
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #5bceae;
  top: 2px;
  right: 2px;
  opacity: 0;
}
.messages__user-title h5 {
  font-size: 14px;
  color: #364e65;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 100%;
}
.messages__user-title p {
  font-size: 13px;
  color: #8599ab;
  margin-bottom: 0;
  line-height: 100%;
}
.messages__user-missed {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 10px;
  position: absolute;
  line-height: 16px;
  right: 20px;
  bottom: 20px;
  color: #fff;
  background-color: #3796f6;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  -webkit-box-shadow: 0 0 10px 0 rgba(55,150,246,0.3);
  box-shadow: 0 0 10px 0 rgba(55,150,246,0.3);
}
.messages__dialog {
  position: relative;
  border-top: 1px solid rgba(133,153,171,0.2);
  height: 500px;
}
.messages__head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
  border-bottom: 1px solid rgba(133,153,171,0.2);
  padding: 0 20px;
  position: relative;
}
.messages__head h2 {
  font-size: 16px;
  font-weight: 600;
  color: #364e65;
  margin-bottom: 0;
}
.messages__head h2 span {
  font-weight: 400;
  color: #8599ab;
  font-size: 12px;
  margin-left: 5px;
}
.messages__head .post__dropdown {
  right: 20px;
  top: 50%;
  margin-top: -12px;
}
.messages__chat {
  height: calc(100% - 440px);
  padding: 0 20px;
  overflow: hidden;
      overflow-y: scroll;
  
}
.messages__form {
  height: 100%;
  width: 100%;
  position: relative;
  border-top: 1px solid rgba(133,153,171,0.2);
  padding: 20px;
}
.messages__form input {
  width: calc(100% - 60px);
  height: 40px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #fafafa;
  border: 1px solid rgba(133,153,171,0.2);
  font-size: 14px;
  color: #364e65;
  padding: 0 20px;
}
.messages__form input:focus {
  border-color: #3796f6;
}
.messages__form button {
  position: absolute;
  height: 40px;
  width: 40px;
  color: #fff;
  font-size: 20px;
  top: 20px;
  right: 20px;
  background-color: #3796f6;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: linear-gradient(45deg, rgba(55,150,246,0.5) 0%, rgba(55,150,246,0.05) 100%);
  overflow: hidden;
}
.messages__form button:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  z-index: 1;
  pointer-events: none;
  opacity: 1;
  background-color: #3796f6;
}
.messages__form button i {
  position: relative;
  z-index: 2;
}
.messages__form button:hover {
  color: #3796f6;
}
.messages__form button:hover:before {
  opacity: 0;
}
.messages__text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 10px 0;
}
.messages__text p {
  width: auto;
  max-width: calc(100% - 52px);
  font-size: 14px;
  line-height: 24px;
  color: #364e65;
  background-color: rgba(91,206,174,0.1);
  padding: 12px 60px 12px 15px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  margin-bottom: 0;
  position: relative;
}
.messages__text p span {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 10px;
  color: #8599ab;
}
.messages__text--guest p {
  background-color: #fafafa;
  background-color: rgba(55,150,246,0.1);
}
.messages__text:first-child {
  padding-top: 20px;
}
.messages__text:last-child {
  padding-bottom: 20px;
}
.messages__date {
  position: relative;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 0;
}
.messages__date:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(133,153,171,0.2);
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -1px;
}
.messages__date span {
  position: relative;
  font-size: 12px;
  color: #8599ab;
  background-color: #fff;
  display: block;
  padding: 0 15px;
}
@media (min-width: 992px) {
  .messages {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .messages__dialogues {
    border-right: 1px solid rgba(133,153,171,0.2);
  }
  .messages__list {
    height: 800px;
    width: 300px;
  }
  .messages__dialog {
    height: 1000px;
    border-top: none;
    width: calc(100% - 300px);
  }
}
/*==============================
	Footer
==============================*/
.footer {
  background-color: #fff;
  border-top: 1px solid rgba(133,153,171,0.2);
  -webkit-box-shadow: 0 2px 26px 0 rgba(133,153,171,0.1);
  box-shadow: 0 2px 26px 0 rgba(133,153,171,0.1);
}
.footer__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 40px 0;
  position: relative;
}
.footer__logo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 250px;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.footer__logo img {
  width: 100%;
  display: block;
}
.footer__nav {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: start;
  -moz-box-direction: start;
  -ms-flex-direction: start;
  flex-direction: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}
.footer__nav a {
  font-size: 14px;
  color: #364e65;
  margin-right: 15px;
}
.footer__nav a:last-child {
  margin-right: 0;
}
.footer__nav a:hover {
  color: #3796f6;
}
.footer__copyright {
  display: inline-block;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  margin-top: 20px;
  font-size: 12px;
  line-height: 16px;
  color: #8599ab;
}
.footer__copyright a {
  color: #8599ab;
}
.footer__copyright a:hover {
  color: #fa7268;
}
.footer__back {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  color: #fff;
  background: linear-gradient(45deg, rgba(55,150,246,0.5) 0%, rgba(55,150,246,0.05) 100%);
  position: absolute;
  right: 0;
  bottom: 40px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 26px;
  line-height: 26px;
  overflow: hidden;
}
.footer__back:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #3796f6;
  z-index: 1;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
}
.footer__back i {
  position: relative;
  z-index: 2;
}
.footer__back:hover {
  color: #3796f6;
}
.footer__back:hover:before {
  opacity: 0;
}
@media (min-width: 768px) {
  .footer__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    height: 70px;
  }
  .footer__nav {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    margin-top: 0;
    margin-left: auto;
    margin-right: 80px;
  }
  .footer__nav a {
    margin-right: 25px;
  }
  .footer__nav a:last-child {
    margin-right: 0;
  }
  .footer__copyright {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    margin-top: 0;
    margin-left: 20px;
  }
  .footer__back {
    position: absolute;
    bottom: 50%;
    margin-bottom: -20px;
  }
}
@media (min-width: 1200px) {
  .footer__copyright {
    margin-left: 40px;
  }
  .footer__nav a {
    margin-right: 40px;
  }
  .footer__nav a:last-child {
    margin-right: 0;
  }
}
/*==============================
	select2 customization
==============================*/
.select2 {
  width: 100% !important;
  height: 40px;
}
.select2-search--dropdown,
.select2-container--default .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default .select2-selection--multiple {
  border: 1px solid rgba(133,153,171,0.2);
  height: 40px;
  color: #fff;
  padding: 0 40px 0 20px;
  background-color: #fafafa;
  width: 100%;
  font-size: 14px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #3796f6;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field {
  font-size: 14px;
  height: 40px;
  margin: 0;
  color: #364e65;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #fff;
  border: 1px solid rgba(133,153,171,0.2);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
  margin-top: 5px;
  color: #364e65;
  padding: 0 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #8599ab;
  margin-right: 5px;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #3796f6;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
  color: #364e65;
  line-height: 40px;
}
.select2-dropdown {
  border: 1px solid rgba(133,153,171,0.2);
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fafafa;
  padding: 15px 0;
}
.select2-results__option {
  padding: 0 20px;
  line-height: 40px;
  font-size: 14px;
  color: #364e65;
  display: block;
  font-weight: 400;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: transparent;
  color: #3796f6;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: transparent;
  color: #3796f6;
  cursor: default;
}
/*==============================
	mCustomScrollbar customization
==============================*/
.mCS-custom-bar {
  opacity: 1;
}
.mCS-custom-bar.mCSB_outside + .mCSB_scrollTools {
  right: 0;
  top: 0;
  bottom: 0;
}
.mCS-custom-bar.mCSB_scrollTools {
  width: 2px;
}
.mCS-custom-bar.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-custom-bar.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(55,150,246,0);
  width: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.mCS-custom-bar.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #3796f6;
}
.mCS-custom-bar.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-custom-bar.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #3796f6;
}


.comment-list {list-style-type:none;margin-left: 0}
.comment-list li {padding: 14px 0 14px 0}
.comment-list img.avatar {float: left;border-radius: 50px;}
.comment-list .comment-meta {font-size: 14px;padding-bottom: 5px}
.comment-reply, .cancel-comment-reply {text-align: right;font-size: 12px;}
.comment-list .comment-list li {margin-left: 50px;border-bottom: 0;padding-bottom: 0;padding-top: 10px;}
.comment-list cite.fn {font-style: normal;line-height: 18px;}
.comment-list a {text-decoration: none;}
.comment-list p {font-size: 14px;margin-bottom: 12px;}
.comment-content{ word-wrap: break-word;}
.attachment {padding: 20px;background:#F6F9FC;}
.attachment a {color: #4550E5}


/*ua*/


.ua-icon {
	display: inline-block;
	width: 1pc;
	height: 1pc;
	background-size: cover;
	background-repeat: no-repeat;
	vertical-align: text-top
}
.comment-ua{font-size: 10px;}

.icon-360 {
	background-image: url(../../spzac/icon/UA/360.png)
}

.icon-android {
	background-image: url(../../spzac/icon/UA/android.png);
	height: 19px
}

.icon-apple {
	background-image: url(../../spzac/icon/UA/apple.png)
}

.icon-baidu {
	background-image: url(../../spzac/icon/UA/baidu.png)
}

.icon-chrome {
	background-image: url(../../spzac/icon/UA/chrome.png)
}

.icon-edge {
	background-image: url(../../spzac/icon/UA/edge.png)
}

.icon-firefox {
	background-image: url(../../spzac/icon/UA/firefox.png)
}

.icon-google {
	background-image: url(../../spzac/icon/UA/google.png)
}

.icon-ie {
	background-image: url(../../spzac/icon/UA/ie.png)
}

.icon-liebao {
	background-image: url(../../spzac/icon/UA/liebao.png)
}

.icon-linux {
	background-image: url(../../spzac/icon/UA/linux.png)
}

.icon-mac {
	background-image: url(../../spzac/icon/UA/mac.png)
}

.icon-opera {
	background-image: url(../../spzac/icon/UA/opera.png)
}

.icon-qq {
	background-image: url(../../spzac/icon/UA/qq.png)
}

.icon-quark {
	background-image: url(../../spzac/icon/UA/quark.png)
}

.icon-safari {
	background-image: url(../../spzac/icon/UA/safari.png)
}

.icon-ubuntu {
	background-image: url(../../spzac/icon/UA/ubuntu.png)
}

.icon-uc {
	background-image: url(../../spzac/icon/UA/uc.png)
}

.icon-win1 {
	background-image: url(../../spzac/icon/UA/win1.png)
}

.icon-win2 {
	background-image: url(../../spzac/icon/UA/win2.png)
}


/*评论表单框*/
.hasLogin {
	line-height: 22px;
	height: 22px;
	font-size: 12px;
}

.hasLogin a {
	line-height: 22px;
	height: 22px;
}

.hasLogin-author {
	margin-right: 10px;
}
.avatar {
    border-radius: 50%;
}
.respond textarea{font-size:14px}
#comm_off {display:none;}
.comment-reply-title {font-size:22px;margin:0;font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei,STHeiti,WenQuanYi Micro Hei,Helvetica,Arial,sans-serif;}
.respond #new_comment_form { /* background: #f8f8f8; */   border-radius: 8px; border: 1px solid #ddd;}
.respond #new_comment_form .input_body{padding-left:20px;padding-right:20px}
.respond #new_comment_form .input_body{padding-top:15px;padding-bottom:15px;height:48px;margin-top:12px;position:relative;background-color:#fbfbfb;border-radius: 8px;}
.respond #new_comment_form .input_body li,.respond #new_comment_form .input_body ul{list-style:none;margin:0;padding:0}
.respond #new_comment_form .input_body .ident{width:75%}
.respond #new_comment_form .input_body li{display:block;float:left;width:50%;line-height:0;}
.respond #new_comment_form .input_body li input{    font-size: 13px;z-index:10;position:relative;background-color:transparent;padding-right:1.5em;padding-left:1.5em}
.respond #new_comment_form .input_body li:last-child{margin-right:0}
.respond #new_comment_form .new_comment{position:relative;z-index:1}
.respond #new_comment_form .comment_triggered{display:none}
.respond #new_comment_form input,.respond #new_comment_form textarea{padding:0;line-height:1.4;border:none;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;outline:0}
.respond #new_comment_form textarea{line-height:2.5;padding:0 20px 0 20px;background-color:transparent;resize:none;}
.respond #new_comment_form .comment_submit_button{padding:0px 8px;width:auto;position:absolute;right:0;top:0;    background-color: #3796f6;color:#fff;height:32px;margin:8px 10px 8px 0;border-radius:4px;text-decoration:none;font-size:14px;}
.respond #new_comment_form .comment_submit_button:hover{background-color:#303538}
@media print,screen and (max-width:35.5em){.input_body li{float:none;width:100%;margin-bottom:.6em}
}

/*评论区域*/
.respond #new_comment_form textarea {
	line-height: 2.8;
	padding: 0 20px 0 20px;
	background-color: transparent;
	resize: none;
	background: url(../img/comment.png) right bottom no-repeat;
	/*background-repeat: no-repeat;
	background-position: center center;*/
}

.respond #new_comment_form textarea:focus {
	background-position-y: 115px;
	transition: 0.4s;
}
.comment-list{padding:0;    margin: 0 20px;}
.comment-list li{list-style:none;border-bottom: 1px dashed #eee;}
.comment-meta{line-height:1;color:#939393;font-size:12px;}
.comment-meta a{font-style:normal;color:#939393;font-size:12px;}
.comment-author{font-size:14px}
.comment-author img{float:left;margin:0 10px 0 0;}
.fn,.fn a{color: #18779d;padding-right: 3px;font-size: 13px;font-style: normal;}
.comment-reply-link{float:right;font-size:12px;line-height:20px;padding:0 6px;background:#18779d;border-radius:4px;display: none;cursor: pointer;}
.comment-reply-link a{color: #fff;}
.comment-body{padding:25px 0 0 0;position:relative;}
.comment-body .tbbq{display: initial; width: 30px; background-color: #fff !important;vertical-align: bottom;}
.comment-body .reply{position:absolute;top: 30px;right:0;}
.comment-body .reply a:hover{color: #fff;}
.comment-body:hover .comment-reply-link{display:block}
.comment-child2{margin-left:0;}
#comments p,.comment-child{margin: 10px 0px 0px 55px;}
#comments p{letter-spacing:0.013rem;}
/*评论提示条数*/

.comments-title{font-size:16px;line-height:1;position:relative;text-align:center;font-weight:600;margin-bottom:0;margin-top: 20px;font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei,STHeiti,WenQuanYi Micro Hei,Helvetica,Arial,sans-serif;}
.comments-title:before{display:block;content:'';border-top:1px solid #e7e7e7;position:relative;top:8px;z-index:1}
.comments-title span{display:inline-block;padding:0 30px;background:#fff;position:relative;z-index:1;}
@media (max-width:479px){
  .comment-form input{width: 100% !important;}
.comment-form button{width:100%;box-sizing:border-box;text-align:center}
.comment-children{margin-left: 0 !important;}
 }

 .commpost {
position: relative;
    padding: 20px;
    border: 1px solid rgba(133,153,171,0.2);
    -webkit-box-shadow: 0 2px 26px 0 rgba(133,153,171,0.1);
    box-shadow: 0 2px 26px 0 rgba(133,153,171,0.1);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;


    margin-bottom: 20px;
 }


 /*二维码生成封面*/

.cl:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden
}

.vm {
	vertical-align: middle
}

.comiis_poster_box {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: rgba(0, 0, 0, 0.85);
	color: #fff;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	opacity: 0;
}

.comiis_poster_box img {
	display: initial;
}

.comiis_poster_box_show {
	opacity: 1
}

.comiis_poster_fdico {
	position: fixed;
	z-index: 100
}

.comiis_poster_fdico a {
	display: block;
	width: 46px;
	height: 46px;
	text-align: center;
	border-radius: 50%;
	overflow: hidden;
	margin-top: 10px
}

.comiis_poster_fdico a img {
	width: 16px;
	height: 16px;
	padding-top: 8px;
	overflow: hidden
}

.comiis_poster_fdico a span {
	display: block;
	font-size: calc(20px/2);
	margin-top: 2px;
	overflow: hidden
}

.comiis_poster_okimg,
.comiis_poster_imgshow {
	height: calc(100% - 55px);
	text-align: center
}

.comiis_poster_okimg img {
	max-width: calc(100% - 40px);
	max-height: calc(100% - 30px);
	margin: 25px 20px 10px;
	border-radius: 6px;
}

.comiis_poster_oktit {
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
	overflow: hidden
}

.comiis_poster_okclose {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 60px;
	text-align: center;
	overflow: hidden
}

.comiis_poster_okclose a {
	display: block;
	height: 60px;
	line-height: 40px;
	overflow: hidden
}

.comiis_poster_okclose a img {
	width: 40px;
	height: 40px
}

.loading_color {
	width: 200px;
	height: 80px;
	margin: 0 auto
}

.loading_color span {
	display: inline-block;
	width: 3px;
	height: 30px;
	animation-name: scale;
	-webkit-animation-name: scale;
	-moz-animation-name: scale;
	-ms-animation-name: scale;
	-o-animation-name: scale;
	animation-duration: 1.2s;
	-webkit-animation-duration: 1.2s;
	-moz-animation-duration: 1.2s;
	-ms-animation-duration: 1.2s;
	-o-animation-duration: 1.2s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite
}

.loading_color span.loading_color1 {
	background: #2ecc71
}

.loading_color span.loading_color2 {
	background: #3498db
}

.loading_color span.loading_color3 {
	background: #9b59b6
}

.loading_color span.loading_color4 {
	background: #e67e22
}

.loading_color span.loading_color5 {
	background: #c0392b
}

.loading_color span.loading_color6 {
	background: #e74c3c
}

.loading_color span.loading_color7 {
	background: #e74c8c
}

.loading_color1 {
	animation-delay: -1s;
	-webkit-animation-delay: -1s;
	-moz-animation-delay: -1s;
	-ms-animation-delay: -1s;
	-o-animation-delay: -1s
}

.loading_color2 {
	animation-delay: -0.9s;
	-webkit-animation-delay: -0.9s;
	-moz-animation-delay: -0.9s;
	-ms-animation-delay: -0.9s;
	-o-animation-delay: -0.9s
}

.loading_color3 {
	animation-delay: -0.8s;
	-webkit-animation-delay: -0.8s;
	-moz-animation-delay: -0.8s;
	-ms-animation-delay: -0.8s;
	-o-animation-delay: -0.8s
}

.loading_color4 {
	animation-delay: -0.7s;
	-webkit-animation-delay: -0.7s;
	-moz-animation-delay: -0.7s;
	-ms-animation-delay: -0.7s;
	-o-animation-delay: -0.7s
}

.loading_color5 {
	animation-delay: -0.6s;
	-webkit-animation-delay: -0.6s;
	-moz-animation-delay: -0.6s;
	-ms-animation-delay: -0.6s;
	-o-animation-delay: -0.6s
}

.loading_color6 {
	animation-delay: -0.5s;
	-webkit-animation-delay: -0.5s;
	-moz-animation-delay: -0.5s;
	-ms-animation-delay: -0.5s;
	-o-animation-delay: -0.5s
}

.loading_color7 {
	animation-delay: -0.4s;
	-webkit-animation-delay: -0.4s;
	-moz-animation-delay: -0.4s;
	-ms-animation-delay: -0.4s;
	-o-animation-delay: -0.4s
}

@-webkit-keyframes scale {

	0%,
	40%,
	100% {
		-moz-transform: scaleY(0.2);
		-ms-transform: scaleY(0.2);
		-o-transform: scaleY(0.2);
		-webkit-transform: scaleY(0.2);
		transform: scaleY(0.2)
	}

	20%,
	60% {
		-moz-transform: scaleY(1);
		-ms-transform: scaleY(1);
		-o-transform: scaleY(1);
		-webkit-transform: scaleY(1);
		transform: scaleY(1)
	}
}

@-moz-keyframes scale {

	0%,
	40%,
	100% {
		-moz-transform: scaleY(0.2);
		-ms-transform: scaleY(0.2);
		-o-transform: scaleY(0.2);
		-webkit-transform: scaleY(0.2);
		transform: scaleY(0.2)
	}

	20%,
	60% {
		-moz-transform: scaleY(1);
		-ms-transform: scaleY(1);
		-o-transform: scaleY(1);
		-webkit-transform: scaleY(1);
		transform: scaleY(1)
	}
}

@-ms-keyframes scale {

	0%,
	40%,
	100% {
		-moz-transform: scaleY(0.2);
		-ms-transform: scaleY(0.2);
		-o-transform: scaleY(0.2);
		-webkit-transform: scaleY(0.2);
		transform: scaleY(0.2)
	}

	20%,
	60% {
		-moz-transform: scaleY(1);
		-ms-transform: scaleY(1);
		-o-transform: scaleY(1);
		-webkit-transform: scaleY(1);
		transform: scaleY(1)
	}
}

@keyframes scale {

	0%,
	40%,
	100% {
		-moz-transform: scaleY(0.2);
		-ms-transform: scaleY(0.2);
		-o-transform: scaleY(0.2);
		-webkit-transform: scaleY(0.2);
		transform: scaleY(0.2)
	}

	20%,
	60% {
		-moz-transform: scaleY(1);
		-ms-transform: scaleY(1);
		-o-transform: scaleY(1);
		-webkit-transform: scaleY(1);
		transform: scaleY(1)
	}
}

.comiis_poster_box_img {
	position: fixed;
	top: -2999px;
	width: 640px;
	overflow: hidden;
	background: #fff
}

.comiis_poster_img {
	width: 100%;
	max-height: 420px;
	overflow: hidden;
	position: relative
}

.comiis_poster_img img {
	width: 100%;
	height: auto
}

.comiis_poster_img .img_time {
	position: absolute;
	left: 30px;
	bottom: 20px;
	width: 96px;
	line-height: 36px;
	font-size: 70px;
	text-align: center;
	font-weight: 500;
	color: #fff;
	text-shadow: 1px 0px 20px rgba(0, 0, 0, 0.2)
}

.comiis_poster_img .img_time span {
	display: block;
	margin-top: 16px;
	border-top: 3px solid #fff;
	font-weight: 500;
	font-size: 24px
}

.comiis_poster_tit {
	margin: 22px 28px 28px;
	height: 100px;
	line-height: 50px;
	font-size: 36px;
	font-weight: 400;
	color: #222;
	overflow: hidden
}

.comiis_poster_tita {
	text-align: center;
	padding: 22px 48px 10px;
	max-height: 88px;
	line-height: 42px;
	font-size: 25px;
	font-weight: 400;
	color: #222;
	overflow: hidden
}

.comiis_poster_txta {
	margin: 5px 28px;
	min-height: 68px;
	max-height: 136px;
	line-height: 34px;
	font-size: 23px;
	font-weight: 400;
	color: #aaa;
	overflow: hidden
}

.comiis_poster_user {
	padding: 0 29px 10px;
	height: 46px;
	line-height: 46px;
	font-size: 20px;
	overflow: hidden
}

.comiis_poster_user .kmdico {
	float: left;
	margin-left: 2px;
	margin-top: 18px;
	height: 10px
}

.comiis_poster_user .kmuser {
	float: right;
	color: #369
}

.comiis_poster_user .kmuser img {
	float: left;
	width: 46px;
	height: 46px;
	margin-right: 12px;
	border-radius: 50%
}

.comiis_poster_user .kmuser .kmby {
	float: left;
	margin-right: 15px;
	color: #ccc
}

.comiis_poster_user_mt {
	margin-top: 20px
}

.comiis_poster_tops {
	padding: 8px 15px;
	height: 40px;
	line-height: 40px;
	font-size: 22px;
	color: #666;
	overflow: hidden
}

.comiis_poster_imgs {
	width: 100%;
	height: 300px;
	position: relative
}

.comiis_poster_imgs .kmbkbg {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 250px;
	overflow: hidden
}

.comiis_poster_imgs .kmbkbg img {
	width: 100%;
	height: auto;
	object-fit: cover;
	overflow: hidden
}

.comiis_poster_imgs .kmbkimg {
	position: absolute;
	left: 50%;
	bottom: 0;
	background: #fff;
	margin-left: -55px;
	width: 110px;
	height: 110px;
	border-radius: 6px
}

.comiis_poster_imgs .kmbkimg img {
	width: 100px;
	height: 100px;
	margin: 5px;
	border-radius: 6px
}

.comiis_poster_tits {
	text-align: center;
	padding: 15px 28px 10px;
	height: 40px;
	line-height: 40px;
	font-size: 32px;
	font-weight: 400;
	color: #369;
	overflow: hidden
}

.comiis_poster_txts {
	margin: 5px 28px;
	min-height: 68px;
	max-height: 170px;
	line-height: 34px;
	font-size: 24px;
	font-weight: 400;
	color: #666;
	overflow: hidden
}

.comiis_poster_dico {
	padding: 20px 29px
}

.comiis_poster_nqmpfhx {
	background: none
}

.comiis_poster_x {
	width: 100%;
	height: 45px;
	background: url(../../spzac/poster/img/poster_x.jpg) repeat-x center;
	overflow: hidden
}

.comiis_poster_foot {
	padding: 13px 28px 30px;
	height: 100px;
	box-sizing: initial;
	overflow: hidden
}

.comiis_poster_foot .kmzw {
	float: left;
	margin-left: 1px;
	margin-right: 20px;
	width: 100px;
	height: 100px
}

.comiis_poster_foot .kmzwtip {
	margin-top: 13px;
	height: 68px;
	line-height: 36px;
	font-size: 20px;
	color: #aaa
}

.comiis_poster_foot .kmzwtips {
	float: left;
	margin-top: 12px;
	height: 68px;
	line-height: 36px;
	font-size: 22px;
	color: #aaa
}

.comiis_poster_foot .kmewm {
	float: right;
	width: 100px;
	height: 100px
}

.comiis_poster_fdico *,
#comiis_poster_box * {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.comiis_poster_fdico {
	bottom: 82px;
	left: 12px;
}

.comiis_poster_a,
.comiis_footer_scroll a.comiis_poster_a {
	/* background:rgba(0,0,0,0.6); */
}

.comiis_poster_a span,
.comiis_poster_a i {}
a.comiis_poster_a:hover {}

.ewbg {
	width: 480px;
	height: 460px;
	background: url(../img/ewbg.jpg) center center no-repeat;
	background-size: 100%;
	box-sizing: border-box;
	padding-top: 270px;
}

.ewbg p {
	margin-left: 80px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.ewfl {
	margin-left: 55px;
	margin-top: 30px;
	font-size: 24px;
	font-weight: bold;
}

.ewfl span {
	color: rgba(255, 51, 0, 1);
	margin: 0 5px;
}

.ewbottom {
	margin-top: 85px;
	width: 100px;
	height: 100px;
	overflow: hidden;
	margin-left: 65px;
}

/*浏览区域滚动条*/

pre code::-webkit-scrollbar {
	height: 6px;
}

::-webkit-scrollbar {
	width: 8px
}

::-webkit-scrollbar-track {
	background: rgba(51, 51, 51, .1)
}

::-webkit-scrollbar-thumb {
	background: rgb(84, 181, 219);
	border-radius: 4px
}

::-webkit-scrollbar-thumb:active {
	background-color: #448ef6
}


.fixsidenav .fiesd-top {
	position: sticky;
	right:0;
	top: 80px;
}
.fixsidenav .fiesd-bottom {
	position:absolute;
	padding-right: 15px;
	    box-shadow: none;
	bottom:0;
}

/* hljs行号 */

code, pre {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
    line-height: 1.8;
	margin:10px 0;
	width: 100%;
	    white-space: pre-line;
}

/* hljs行号 */
.hljs ol{list-style:decimal;margin:0 0 0 40px!important;padding:0}
.hljs ol li{font-size:12px;list-style:decimal-leading-zero;border-left:1px solid #ddd!important;margin:0!important;white-space:pre;padding:0 10px;line-height:inherit;color:#333 !important;}
.conts code{background-color:#fff5f5;color:#ff502c;font-size:.87em;padding:.065em .4em;margin:0 4px}
.conts pre code{background:#f8f8f8;color:#333;margin:0;padding:.5em;}

/* hljs代码高亮 */
.hljs-comment,.hljs-quote{color:#8e908c}
.hljs-deletion,.hljs-name,.hljs-regexp,.hljs-selector-class,.hljs-selector-id,.hljs-tag,.hljs-template-variable,.hljs-variable{color:#c82829}
.hljs-built_in,.hljs-builtin-name,.hljs-link,.hljs-literal,.hljs-meta,.hljs-number,.hljs-params,.hljs-type{color:#f5871f}
.hljs-attribute{color:#eab700}
.hljs-addition,.hljs-bullet,.hljs-string,.hljs-symbol{color:#718c00}
.hljs-section,.hljs-title{color:#4271ae}
.hljs-keyword,.hljs-selector-tag{color:#8959a8}
.hljs{display:block;overflow-x:auto;background:#F1F3F3;color:#4d4d4c;padding:.5em;border-radius:8px}
.hljs-emphasis{font-style:italic}
.hljs-strong{font-weight:700}


/* hljs代码高亮 */
.hljs-comment,
.hljs-quote {
	color: #8e908c
}

.hljs-deletion,
.hljs-name,
.hljs-regexp,
.hljs-selector-class,
.hljs-selector-id,
.hljs-tag,
.hljs-template-variable,
.hljs-variable {
	color: #c82829
}

.hljs-built_in,
.hljs-builtin-name,
.hljs-link,
.hljs-literal,
.hljs-meta,
.hljs-number,
.hljs-params,
.hljs-type {
	color: #f5871f
}

.hljs-attribute {
	color: #eab700
}

.hljs-addition,
.hljs-bullet,
.hljs-string,
.hljs-symbol {
	color: #718c00
}

.hljs-section,
.hljs-title {
	color: #4271ae
}

.hljs-keyword,
.hljs-selector-tag {
	color: #8959a8
}

.hljs {
	display: block;
	overflow-x: auto;
	background: #F1F3F3;
	color: #4d4d4c;
	padding: .5em;
	border-radius: 8px
}

.hljs-emphasis {
	font-style: italic
}

.hljs-strong {
	font-weight: 700
}

.animated { -webkit-animation-duration: .5s; animation-duration: .5s; -webkit-animation-fill-mode: both; animation-fill-mode: both }
.livechat-girl { width: 50px; height: 50px; border-radius: 50%; position: fixed; top: 150px; right: 40px; opacity: 0; -webkit-box-shadow: 0 5px 10px 0 rgba(35,50,56,.3); box-shadow: 0 5px 10px 0 rgba(35,50,56,.3); z-index: 700; transform: translateY(0); -webkit-transform: translateY(0); -ms-transform: translateY(0); cursor: pointer; -webkit-transition: all 1s cubic-bezier(.86, 0, .07, 1); transition: all 1s cubic-bezier(.86, 0, .07, 1) }
.livechat-girl:focus { outline: 0 }
.livechat-girl.animated { opacity: 1; transform: translateY(-40px); -webkit-transform: translateY(-40px); -ms-transform: translateY(-40px) }
.livechat-girl:after { content: ''; width: 12px; height: 12px; border-radius: 50%; background-image: linear-gradient(to bottom, #26c7fc, #26c7fc); position: absolute; right: 1px; top: 1px; z-index: 50 }
.livechat-girl .girl { position: absolute; top: 0; left: 0; width: 100%; height: auto; z-index: 50;border-radius: 50%; }
.livechat-girl .animated-circles .circle { background: rgba(38,199,252,.25); width: 50px; height: 50px; border-radius: 50%; position: absolute; z-index: 49; transform: scale(1); -webkit-transform: scale(1) }
.livechat-girl .animated-circles.animated .c-1 { animation: 2s scaleToggleOne cubic-bezier(.25, .46, .45, .94) forwards }
.livechat-girl .animated-circles.animated .c-2 { animation: 2.5s scaleToggleTwo cubic-bezier(.25, .46, .45, .94) forwards }
.livechat-girl .animated-circles.animated .c-3 { animation: 3s scaleToggleThree cubic-bezier(.25, .46, .45, .94) forwards }
.livechat-girl.animation-stopped .circle { opacity: 0!important }
.livechat-girl.animation-stopped .circle { opacity: 0!important }
.livechat-girl .livechat-hint { position: absolute; right: 40px; top: 50%; margin-top: -20px; opacity: 0; z-index: 0; -webkit-transition: all .3s cubic-bezier(.86, 0, .07, 1); transition: all .3s cubic-bezier(.86, 0, .07, 1) }
.livechat-girl .livechat-hint.show_hint { -webkit-transform: translateX(-40px); transform: translateX(-40px); opacity: 1 }
.livechat-girl .livechat-hint.hide_hint { opacity: 0; -webkit-transform: translateX(0); transform: translateX(0) }
.livechat-girl .livechat-hint.rd-notice-tooltip { max-width: 1296px!important }
.livechat-girl .livechat-hint.rd-notice-tooltip .rd-notice-content { width: auto; overflow: hidden; text-overflow: ellipsis }
@media only screen and (max-width:1599px) {
.livechat-girl .livechat-hint.rd-notice-tooltip { max-width: 1060px!important }
}
@media only screen and (max-width:1309px) {
.livechat-girl .livechat-hint.rd-notice-tooltip { max-width: 984px!important }
}
@media only screen and (max-width:1124px) {
.livechat-girl .livechat-hint.rd-notice-tooltip { max-width: 600px!important }
}
.rd-notice-tooltip { -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.2); box-shadow: 0 2px 2px rgba(0,0,0,.2); font-size: 14px; border-radius: 3px; line-height: 1.25; position: absolute; z-index: 65; max-width: 350px; opacity: 1 }
.rd-notice-tooltip:after { position: absolute; display: block; content: ''; height: 20px; width: 20px; -webkit-box-shadow: none; box-shadow: none; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; z-index: 50 }
.rd-notice-tooltip .rd-notice-content { background: 0; border-radius: 3px; width: 100%; color: #fff; position: relative; z-index: 60; padding: 20px; font-weight: 400; line-height: 1.45 }
.rd-notice-type-success { background-color: #26c7fc; -webkit-box-shadow: 0 5px 10px 0 rgba(38,199,252,.2); box-shadow: 0 5px 10px 0 rgba(38,199,252,.2) }
.rd-notice-type-success .rd-notice-content { background-color: #26c7fc }
.rd-notice-type-success:after { background-color: #26c7fc; -webkit-box-shadow: 0 5px 10px 0 rgba(38,199,252,.2); box-shadow: 0 5px 10px 0 rgba(38,199,252,.2) }
.rd-notice-position-left { margin-left: -20px }
.rd-notice-position-left:after { right: -6px; top: 50%; margin-top: -10px }
.rd-notice-tooltip.single-line .rd-notice-content { height: 40px; padding: 0 20px; line-height: 40px; white-space: nowrap }