@font-face {
	font-family: 'Futura LT Medium';
	src: url('../fonts/Futura LT Medium.ttf') format('truetype');
}

@font-face {
	font-family: 'Optima';
    src: url('../fonts/Optima.otf') format('truetype');
}

@font-face {
    font-family: '΅ΘΟί';
	src: url('../fonts/Deng.ttf') format('truetype');
}
body {font-family: 'Optima',"Futura LT Medium", Arial, sans-serif; font-size:12px; margin: 0;  padding: 0; font-weight:400; color:#727272;background-color:#f9f9fa }
a {
  color: #5e676f; }
  a:hover {
    text-decoration: none;
    color: #2465ff; }
  a:focus {
    outline: none; }
  a.reverse {
    color: #2465ff; }
    a.reverse:hover {
      color: #5e676f; }
h1, .h1 {
    font-size: 1.8rem !important;
    font-weight: 700 !important;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    color: #5e676f !important;
}
.main-wrapper.wp{width: auto;}
#loading{position:relative;top:80px;overflow:hidden;z-index:7;} 
.hamburger-box { 
width: 30px !important;
height: 30px !important; }
.hamburger-box img{ 
width: 30px !important;
height: 30px !important; }
.page-load-status {
  display: none; 
  padding-top: 20px;
  text-align: center;
  color: #777;
}
.loader-ellips {
  font-size: 20px;
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}
.loader-ellips__dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #3f6ad8;
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}
.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
  left: 0;
}
.loader-ellips__dot:nth-child(3) { left: 1.5em; }
.loader-ellips__dot:nth-child(4) { left: 3em; }
@keyframes reveal {
  from { transform: scale(0.001); }
  to { transform: scale(1); }
}

@keyframes slide {
  to { transform: translateX(1.5em) }
}

.loader-ellips__dot:nth-child(1) {
  animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
  animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}
.hidden{ display: none;  }
.six-45{ 
width: 42px !important;
height: 42px !important; }
.six-35{ 
width: 35px !important;
height: 35px !important; }
.width100{ 
width: 100% !important; }
.width400{ width: 400px !important; }
.width480{ width: 480px !important; }
.width600{ max-width: 600px !important; }
.width800{ max-width: 800px !important; }
.f-size-28{ font-size: 28px !important; }
.f-size-26{ font-size: 23px !important; }
.f-size-23{ font-size: 23px !important; }
.f-size-20{ font-size: 20px !important; }
.f-size-18{ font-size: 18px !important; }
.f-size-16{ font-size: 16px !important; }
.f-size-14{ font-size: 14px !important; }
.f-size-12{ font-size: 12px !important; }
.f-size-10{ font-size: 10px !important; }
.f-size-8{ font-size: 8px !important; }
.f-bold-0{ font-weight: 100 !important; }
.f-bold{   font-weight: bold !important; }
.vz-card{ 
box-shadow: 0 0.46875rem 2.1875rem rgba(4,9,20,0.03), 0 0.9375rem 1.40625rem rgba(4,9,20,0.03), 0 0.25rem 0.53125rem rgba(4,9,20,0.05), 0 0.125rem 0.1875rem rgba(4,9,20,0.03);
border-width: 0;
display: flex;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #e6e8e9;
background-clip: border-box;
border-radius: .25rem;
}
.vz-card img{ 
border-radius: .25rem;
}
.card-header-title {
    display: inline-block !important;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.vz-card-footer {
    bottom: 10px;
	right: 10px;
    position: absolute;
    background: none !important;
    border-top: none !important;
}
.vz-cardp{ 
box-shadow: 0 0.46875rem 2.1875rem rgba(4,9,20,0.03), 0 0.9375rem 1.40625rem rgba(4,9,20,0.03), 0 0.25rem 0.53125rem rgba(4,9,20,0.05), 0 0.125rem 0.1875rem rgba(4,9,20,0.03);
border-width: 0;
display: flex;
flex-direction: column;
min-width: 0;
border-radius: .25rem;
word-wrap: break-word;
background-color: #FFFFFF;
background-clip: border-box;
}
.vz-cardp img{ 
border-radius: .25rem;
}
.vz-cardp .card-header { 
position: absolute;
width: 100%;
}
.vz-cardp-9img img{ 
width: 100%;
border-radius: 0rem !important;
}
.vz-cardp-9img .col-md-4 { 
padding-right: 1px !important;
padding-bottom: 1px !important;
}
.vz-widget-chart { 
position: absolute;
    width: 100%;
    left: 0rem;
    top: 0rem;
    padding: 2rem;
}
.vz-cardp-footer {
    bottom: 0px;
    width: 100%;
	left: 0rem;
    position: absolute;
    background: none !important;
    border-top: none !important;
}
.vz-widget-chart .widget-numbers { 
    font-size: 1rem !important;
    line-height: 1.4 !important;
	height: 45px;
	text-overflow: ellipsis;
	overflow: hidden;
}
.vz-widget-chart .widget-chart { 
    padding: 0rem !important;
}
.vz-widget-chart .widget-subheading { 
        text-align: left !important;
}
.vz-cardp .card-body { 
    position: absolute;
    bottom: 42px;
    width: 100%;
    left: 0rem;
}
.t-1 {top: 1px !important;}
.t-2 {top: 2px !important;}
.btn:not(:disabled):not(.disabled) {
    text-decoration: none;
}
.app-main-bg { 
background-image: url('../assets/images/originals/app-bg.jpg');
position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    opacity: .2;
}
.mt-6 { 
    margin-top: 4rem !important;
}
.mt-7 { 
    margin-top: 5rem !important;
}
.mr-6 { 
    margin-right: 4rem !important;
}
.mr-7 { 
    margin-right: 5rem !important;
}
.ml-6 { 
    margin-left: 4rem !important;
}
.ml-7 { 
    margin-left: 5rem !important;
}
.mb-6 { 
    margin-bottom: 4rem !important;
}
.mb-7 { 
    margin-bottom: 5rem !important;
}
.mb-30 { 
    margin-bottom: 30px !important;
}
.mb-40 { 
    margin-bottom: 40px !important;
}
.mb-50 { 
    margin-bottom: 50px !important;
}
.mb-60 { 
    margin-bottom: 60px !important;
}
.mb-70 { 
    margin-bottom: 70px !important;
}
.mb-80 { 
    margin-bottom: 80px !important;
}
.mb-100 { 
    margin-bottom: 100px !important;
}
.mt-50 { 
    margin-top: 50px !important;
}
.mt-60 { 
    margin-top: 60px !important;
}
.mt-70 { 
    margin-top: 70px !important;
}
.mt-80 { 
    margin-top: 80px !important;
}
.mt-100 { 
    margin-top: 100px !important;
}
.mt-200 { 
    margin-top: 200px !important;
}
.ml-80 { 
    margin-left: 80px !important;
}
.ml-100 { 
    margin-left: 100px !important;
}
.ml-200 { 
    margin-left: 200px !important;
}
.h-80 { 
height: 80vh !important;
}
.h-90 { 
height: 90vh !important;
}
.vz-cardp-footer .fa-thumbs-up { 
    top: 18px;
    left: 10px;
    position: absolute;
}
.vz-widget-chart .widget-subheading { 
opacity: 1 !important;
}
.vs-app-title .page-title-heading { 
margin: 0 auto !important;
}
.max1200 { 
max-width: 1200px;
margin: 0 auto !important;
}
.max1000 { 
max-width: 1000px;
margin: 0 auto !important;
}
.max1100 { 
max-width: 1100px;
margin: 0 auto !important;
}
.w-auto { 
margin: 0 auto !important;
}
.top100-auto { 
margin: 40px auto !important;
}
.plb-1 { 
padding: 0px 0px 1px 1px !important;
}
.vz-thread-right .col-sm-4 img:hover{ 
    opacity: 1 !important;
}
.recommend-box .avatar-icon { 
    width: 60px !important;
    height: 60px !important;
	background: #3f6ad8 !important;
    border: #3f6ad8 !important;
	color: #ffffff !important;
}
.recommend-box .avatar-icon-bookmark { 
    width: 60px ;
    height: 60px ;
	background: #f7b924;
    border: #f7b924;
	color: #ffffff ;
	text-align: center;
    opacity: .6;
	display: block;
	transition: all .2s;
	border-radius: 50px;
	overflow: hidden;
}
.recommend-box .avatar-icon-bookmark:hover{ 
    opacity: 1;
}
.recommend-box .avatar-icon-bookmark i{ 
    font-style: normal;
    vertical-align: middle;
    display: block;
    height: 100%;
}
.recommend-box .avatar-icon-dashang { 
    width: 60px ;
    height: 60px ;
	background: #3ac47d;
    border: #3ac47d;
	color: #ffffff ;
	text-align: center;
    opacity: .6;
	display: block;
	transition: all .2s;
	border-radius: 50px;
	overflow: hidden;
}
.recommend-box .avatar-icon-dashang:hover{ 
    opacity: 1;
}
.recommend-box .avatar-icon-dashang i{ 
    font-style: normal;
    vertical-align: middle;
    display: block;
    height: 100%;
}
.recommend-box .f-size-12 { 
    margin-top: 9px;
}
.recommend-box .fa-thumbs-up { 
position: absolute;
    text-align: center;
    top: 32px;
    left: 22px;
    font-size: 1rem !important;
}
.recommend-box .fa-heart { 
position: absolute;
    text-align: center;
    top: 33px;
    left: 23px;
    font-size: 1rem !important;
}
.recommend-box .fa-dashang { 
position: absolute;
    text-align: center;
    top: 32px;
    left: 21px;
    font-size: 1.3rem !important;
}
.recommend-box .avatar-icon-download { 
    width: 60px ;
    height: 60px ;
	background: #444054;
    border: #444054;
	color: #ffffff ;
	text-align: center;
    opacity: .6;
	display: block;
	transition: all .2s;
	border-radius: 50px;
	overflow: hidden;
}
.recommend-box .avatar-icon-download i {
    font-style: normal;
    vertical-align: middle;
    display: block;
    height: 100%;
}
.recommend-box .avatar-icon-download:hover{ 
    opacity: 1;
}
.recommend-box .fa-cloud-download { 
position: absolute;
    text-align: center;
    top: 32px;
    left: 21px;
    font-size: 1.3rem !important;
}
.border-t-0 { 
border-top: none !important;
}
.avatar-wrapper-dashang .badge { 
position: relative !important;
    right: 0px !important;
    top: 0px !important;
}
.btn-link-dashang { 
bottom: 18px;
}
.commenticons .badge { 
    position: absolute !important;
    top: -4px !important;
    left: 21px;
}
.px {
    height: 21px !important;
}
.px, .pt {
    padding: 2px 4px;
    line-height: 21px !important;
}
.hasd label {
    width: 100% !important;
    margin: 0px 0 5px 0px !important;
}
.tahfx select {
    width: 150px !important;
}
.tpclg h4 a.dpbtn {
    margin-right: 10px !important;
}
.pg_viewthread #mdly {
    margin: 20px 0 0 -50px !important;
}
.vz-card-header-title {
display: block !important;
}
.vz-card-header-title {
border-bottom: none !important;
}
.psth {
    background: #3f6ad8 url(https://cdnvz.vsszan.com/template/vz_style/iscwo/common/arw.gif) no-repeat 100% 50% !important;
    color: #ffffff !important;
}
.vz-eye-header {
right: 15px;
    top: 15px;
    position: absolute;
}
.row .bm {
    border: none !important;
    background: none !important;
}
.tip_3, .tip_4 {
    margin-top: -80px !important;
    margin-left: -80px !important;
}
.tip {
    position: relative;
    padding: 10px !important;
    width: 300px !important;
    border: 1px solid #B1B1B1;
    background: #FEFEE9;
}
.sinf {
    float: none !important;
    width: 100% !important;
}
.widget-content .widget-content-right .widget-heading {
    opacity: .8;
    font-weight: bold;
}
.height-2 {
    height: 2px !important;
}
kbd {
    color: #666 !important;
    background-color: white !important;
}
.f-right{
    float: right;
}
.vz-login .sina {
    padding: 7px 7px !important;
}
hr {

    border-top: none !important;
}
.vz-ka-max-300 {
    max-width: 300px !important;
}
.vz-ka-max-300-450 {
    max-width: 300px !important;
	max-height:450px !important;
}
.author-avatar .widget-chart {
    padding: 0px !important;
}
.avatar-icon-xl2 .avatar-icon {
    width: 128px;
    height: 128px;
}
.avatar-icon-xl2 .avatar-icon {
   border-radius: 50% !important;
}

.popover-body .grid-menu [class*=col-] {
    border-bottom: none !important;
}
.menu-width-10 {
    width: 10rem !important;
}
.left--30 .popover {
    left: -30px !important;
}
.top-nav .dropdown-menu {
    min-width: 10rem !important;
}
.tablebox .custom-control {
    padding-left: 0rem !important;
}
.tablebox .custom-control-label::before {
    top: .4rem !important;
    left: .6rem !important;
}
.tablebox .custom-control-label::after {
    top: .4rem !important;
    left: .6rem !important;
}
#fwin_batchdownload .modal-footer {
display: block;
}
.modal-footer {
    display: block !important;
}
.work-null {
  width: 100%;
  min-height: 349px;
  margin: 20px auto 0;
  text-align: center;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .work-null .work-null-inner {
    padding: 40px 0; }
    .work-null .work-null-inner .null-images {
      display: inline-block;
      background: url("../iscwo/images/null-page-draw.png") no-repeat;
      width: 300px;
      height: 230px;
      background-size: 280px;
      vertical-align: middle; }
    .work-null .work-null-inner .work-null-tips {
      text-align: center;
      color: #666666;
      margin-top: 26px; }
      .work-null .work-null-inner .work-null-tips .subject-title {
        color: #444444;
        font-size: 16px; }
      .work-null .work-null-inner .work-null-tips .subhead-title {
        font-size: 14px; }
    .work-null .work-null-inner .btn-current-null {
      margin-top: 16px; }

.work-null-nobg {
  background: transparent; }
.vz-thread-post .t_f a{
    color: #b3b3b3 !important;
    text-decoration: none !important;
    font-size: 12px;
	}
.vz-thread-post .t_f a:hover{
    color: #3f6ad8 !important;
	}
.t_f, .t_f td {
    font-size: 14px !important;
}
.vz-t-ad-footer {
    bottom: -8px;
    width: 0px;
    right: 20px;
    position: absolute;
    background: none !important;
    border-top: none !important;
}
.vz-f-ad-footer {
    bottom: -5px;
    right: -10px;
    width: 100%;
    position: absolute;
    background: none !important;
    border-top: none !important;
}
.hamburger--elastic .hamburger-inner {
    top: 8px !important;
}
.app-header .app-header__content .app-header-right {
    margin-left: unset !important;
}
.app-header-unbg {
    background: none !important;
}
.app-header__logo .logo-src-jiajv {
    height: 23px;
    width: 120px;
    background: url(../assets/images/logo-jiajv.png);
}
.app-header.header-text-dark .app-header__logo .logo-src-jiajv {
  background: url("../assets/images/logo-jiajv.png");
}
.fixed-sidebar.closed-sidebar:not(.fixed-header) .app-sidebar .app-header__logo .logo-src-jiajv {
  display: none;
}
.closed-sidebar:not(.closed-sidebar-mobile) .app-header .app-header__logo .logo-src-jiajv {
  display: none;
}
.closed-sidebar.closed-sidebar-mobile .app-sidebar .app-header__logo .logo-src-jiajv {
  display: block !important;
  margin: 0 auto;
  width: 21px;
}
.closed-sidebar.closed-sidebar-mobile .app-sidebar:hover .app-header__logo .logo-src-jiajv {
  width: 97px;
  margin: 0;
}
.sidebar-mobile-open .app-sidebar .app-header__logo .logo-src-jiajv {
    width: 97px !important;
    margin-left: auto;
    margin-right: 0;
}
.logo-src-jiajv-c {
    height: 38px;
    width: 288px;
    background: url(../assets/images/logo-jiajv-c.png);
}
.app-page-title .menu-header-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 8;
    opacity: .25;
    filter: grayscale(80%);
    background-size: cover;
}
.forms-wizard .icon {
    top: 7px;
    position: relative;
}
.forms-wizard li .nav-link:active, .forms-wizard li .nav-link:focus, .forms-wizard li .nav-link:hover {
    color: #495057!important;
}
.forms-wizard .active em{
    background: #3f6ad8!important;
}
.wb-100 {
    width: 100%;
}
.w-100 {
    width: 100%;
}
.wb-80 {
    width: 80%;
}
.wb-70 {
    width: 70%;
}
.wb-60 {
    width: 60%;
}
.wb-40 {
    width: 40%;
}
.wb-30 {
    width: 30%;
}
.wb-50 {
    width: 50%;
}
.wb-20 {
    width: 20%;
}
.t-0 {
top:0px !important;
}
.b-0 {
bottom:0px !important;
}
.ui-theme-fenlei {
    position: fixed;
    z-index: 150;
    right: -60px;
    top: 0;
    height: 100vh;
    transition: all .2s;
    box-shadow: -0.46875rem 0 2.1875rem rgba(4,9,20,0.03), -0.9375rem 0 1.40625rem rgba(4,9,20,0.03), -0.25rem 0 0.53125rem rgba(4,9,20,0.05), -0.125rem 0 0.1875rem rgba(4,9,20,0.03);
}
.ui-theme-fenlei .btn-open-fenlei {
    border-radius: 50px;
    position: relative;
    left: -90px;
    top: 320px;
    padding: 0;
    height: 54px;
    line-height: 54px;
    width: 54px;
    text-align: center;
    display: block;
    box-shadow: 0 0.46875rem 2.1875rem rgba(4,9,20,0.03), 0 0.9375rem 1.40625rem rgba(4,9,20,0.03), 0 0.25rem 0.53125rem rgba(4,9,20,0.05), 0 0.125rem 0.1875rem rgba(4,9,20,0.03);
}
.border-radius-0 {
    border-radius: 0px  !important;
}
.text-samll {
 color: #adb5bd;
 font-size: .75rem;
}
.media-box-img{
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
		}
.media-box-footer-2{
		position: absolute;
        width: 100%;
        bottom: 0px;
		background-color: #FFF;
		}
.media-box-footer{
		position: absolute;
        width: 100%;
        bottom: 46px;
	    background-color: #FFF;
		}
.media-box-footer:hover{ 
        background-color: #e0f3ff !important;
        }
.media-box-text{
    position: absolute;
    width: 100%;
    left: 0px;
    padding-top: 15px;
    padding-bottom: 5px;
    bottom: 84px !important;
    font-size: 14px !important;
    line-height: 25px !important;
    height: 70px;
    color: rgba(13,27,62,.55) !important;
    background-color: #FFF;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
		}
.media-box-quote{
		position: absolute;
        width: 100%;
        top: 0px;
	    height: 200px;
		    font-size: 12px !important;
            line-height: 25px !important;
		display: table-cell;
            text-align: center;
            vertical-align: middle;
		}
.media-box-quote2{
		display: inline-block;
		}
.media-box-bottom-100{
		bottom: 112px !important;
		}
.m-t--60 {
    margin-top: -60px !important;
}
a:hover {
  text-decoration: none; }
.vz-f-30 {
    background: #FFF;
    color: #3f6ad8;
    text-align: center;
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.vz-f-30:hover {
    background: #3f6ad8;
    color: #FFF;
    -webkit-transition: all .05s linear;
    -moz-transition: all .05s linear;
    -o-transition: all .05s linear;
    -ms-transition: all .05s linear;
    transition: all .05s linear;
}
.vz-f-30 i {
    line-height: 30px; 
}
.vzcss .app-footer__inner {
border-left: none !important;
background: none !important;
}
.vzcss .app-footer {
border-top: #f1f4f6 solid 1px !important;
}
.vzpost {
position: fixed;
z-index: 155;
right: 480px !important;
top: 0;
height: 100vh;
transform: translate(500px);
transition: all .2s;
box-shadow: -0.46875rem 0 2.1875rem rgba(4,9,20,.03), -0.9375rem 0 1.40625rem rgba(4,9,20,.03), -0.25rem 0 0.53125rem rgba(4,9,20,.05), -0.125rem 0 0.1875rem rgba(4,9,20,.03);
}
.vzpost .btn-open-options {
    border-radius: 50px;
    position: absolute;
    left: -100px;
    bottom: 28px;
    padding: 0;
    height: 48px;
    line-height: 48px;
    width: 48px;
    text-align: center;
    display: block;
    box-shadow: 0 0.46875rem 2.1875rem rgba(4,9,20,.03), 0 0.9375rem 1.40625rem rgba(4,9,20,.03), 0 0.25rem 0.53125rem rgba(4,9,20,.05), 0 0.125rem 0.1875rem rgba(4,9,20,.03);
    margin-top: -27px;
}
#filePicker > div {
    width: 100% !important;
    height: 100px !important;
}
#attach_picker > div {
    width: 100% !important;
    height: 100px !important;
}
.vzuploading {
 display: inline-block;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.thread-card .post-fancybox {
display:none;
}
.thread-card:hover .post-fancybox {
display:block;
}
.bbb-title {
    color: #868e96 !important;
}
.opacity-1 {
opacity: 0.1;
}
.opacity-2 {
opacity: 0.2;
}
.opacity-3 {
opacity: 0.3;
}
.opacity-4 {
opacity: 0.4;
}
.opacity-5 {
opacity: 0.5;
}
.opacity-6 {
opacity: 0.6;
}
.opacity-8 {
opacity: 0.8;
}
.opacity-7 {
opacity: 0.7;
}
.block {
display: inline-block;
}
.display {
display: none;
}
.img88 img{
width: 88px;
}
.nav-toplink {
  padding: 0.31rem .88rem !important;
        position: relative !important;
        color: #fff !important; }

.tab-style-2 {
  width: 100%;
  border-radius: 25px;
  background: #2566ff;
  position: relative; }
  .tab-style-2 .nav {
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-wrap: nowrap; }
    .tab-style-2 .nav .menu-item, .tab-style-2 .nav .nav-item {
      margin: 0;
      position: static;
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%;
      white-space: nowrap; }

        .nav-toplink span {
          position: relative;
          z-index: 2; }
        .nav-toplink::before {
          content: '';
          width: 100%;
          position: absolute;
          left: 0;
          top: 0;
          display: block;
          height: 0;
          z-index: 1;
          opacity: 0;
          /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#91a5f4+0,b08cf9+86 */
          background: #91a5f4;
          /* Old browsers */
          background: -moz-linear-gradient(-45deg, #91a5f4 0%, #2465ff 86%);
          /* FF3.6-15 */
          background: -webkit-linear-gradient(-45deg, #91a5f4 0%, #2465ff 86%);
          /* Chrome10-25,Safari5.1-6 */
          background: linear-gradient(135deg, #91a5f4 0%, #2465ff 86%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91a5f4', endColorstr='#2465ff',GradientType=1 );
          /* IE6-9 fallback on horizontal gradient */
          transition: all 0.4s ease-in-out; }
        .nav-toplink.active {
          color: #fff; }
          .nav-toplink.active::before {
            height: 100%;
            opacity: 1; }
          .nav-toplink.active .adonis-icon {
            color: #fff; }
      .tab-style-2 .nav .menu-item:last-child, .tab-style-2 .nav .nav-item:last-child {
        border-right: none; }
.bg-f1f1f1{
background: #f1f1f1;
}
.bg-ffffff{
background: #ffffff;
}
.ccc-title {
    color: #cccccc !important;
}
.header-fixed{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1180;
}
.header-shadow{
box-shadow: 0 0.46875rem 2.1875rem rgba(4,9,20,.01), 0 0.9375rem 1.40625rem rgba(4,9,20,.01), 0 0.25rem 0.53125rem rgba(4,9,20,.02), 0 0.125rem 0.1875rem rgba(4,9,20,.01);
}
.header-hight{
margin-bottom: 67px;
}
.header-hight-edu{
margin-bottom: 97px;
}
.nav-link {
padding: .5rem .5rem;
}
.navbar-vz .navbar-nav .dropdown-menu {
    position: absolute;
    float: none;
}
.navbar-vz .collapse:not(.show) {
    display: inline-block;
}
.navbar-vz {
    padding: 0 !important;
}
.navbar-vz span.triangle {
    left: 38px !important;
}
.navbar-vz H6 {
    font-weight: bold !important;
}
.vz-design-tj {
    position: absolute;
    font-size: 14px;
    background-color: #2566ff;
    color: #FFFFFF !important;
    border-radius: 30px;
    height: 30px;
    text-align: center;
    line-height: 14px;
    width: 60%;
    right: 40px; }
.wh32 {
    height: 32px;
    width: 32px; }
.wh38 {
    height: 38px;
    width: 38px; }
.vz-design-so {
    position: absolute;
    top: 0px;
    line-height: 40px;
    height: 40px;
    left: 80px;
	color: #222222;}
.float-right {
    position: relative;
    float: right;}
.navbar-brand {color: #5e676f;}
.w-32 img {
    width: 32px !important;
    height: 32px !important;
}
.box-shadows-sm {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.box-shadows-no {
    box-shadow: none !important;
}
.bm h2{
    font-size: 14px !important;
    margin-top: 10px !important;
}
.app-main__outer {
    flex: 1;
    flex-direction: column;
    display: flex;
    z-index: 12;
}
.app-main__inner {
    padding: 0px 30px 0px 30px;
    flex: 1;
}
.main-wrapper {
    min-height: 600px;}
.auto {margin: 0 auto;}
.user_info{width:100%;height:auto;background:rgba(255,255,255,1);border:1px solid rgba(238,238,238,1);box-shadow:0px 10px 18px 0px rgba(0, 0, 0, 0.08);border-radius:10px;position: absolute;margin-top: 262px;display:none;}		
.info1 div img{width:48px;height:48px;border-radius:50%;}
.info1{width:100%;height:90px;border-radius:10px 10px 0px 0px;position:relative;padding-top: 25px;}
.viper{width:62px;height:17px;background:linear-gradient(90deg,rgba(244,110,62,1),rgba(255,169,0,1));border-radius:9px;display:inline-block;font-size:12px;font-family:Microsoft YaHei;font-weight:400;color:rgba(255,255,255,1);text-align:center;line-height: 16px;margin-left: -23px;}
.iblock{display:inline-block;height: 100%;text-align:center;vertical-align: middle;}
.username{font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:rgba(255,255,255,1);}
.username i{ background-image:url(/source/plugin/it618_video/template/edu/img/phone.png);background-repeat:no-repeat;background-size:100% 100%;display: inline-block;width: 10px;height: 14px;margin-left: 3px;margin-bottom: -1px;}
.city span{font-size:12px;font-family:Microsoft YaHei;font-weight:400;color:rgba(255,255,255,1);}
.gang{background-image:url(/source/plugin/it618_video/template/edu/img/division.png);background-repeat:no-repeat;background-size:100% 100%;display: inline-block;width: 1px;height: 11px;margin-bottom: -1px;margin-left: 6px;margin-right: 6px;}
.posi{background-image:url(/source/plugin/it618_video/template/edu/img/positioning.png);background-repeat:no-repeat;background-size:100% 100%;display: inline-block;width: 10px;height: 12px;margin-bottom: -2px;margin-right: 4px;}
.info2{width:100%;height:131px;margin-top:19px;}
.data_info{width: 65%;display:inline-block;}
.data_viper span{display: inline-block; width: 100%;font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:rgba(51,51,51,1);}
.data_info p .font_c{font-size:12px;font-family:Microsoft YaHei;font-weight:400;color:rgba(51,51,51,1);}
.data_info p .count_c{font-size:12px;font-family:Microsoft YaHei;font-weight:400;color:rgba(153,153,153,1);}
.data_info p{text-align:center;display:inline-block;}
.data_viper{display: inline-block; width: 33%;}
.schedule{width:282px;height:16px;background:rgba(238,238,238,1);border:1px solid rgba(238,238,238,1);border-radius:8px;position: absolute;z-index:9;}
.schedule_c{width:{$schedule}px;max-width: 282px;height:16px;background:linear-gradient(90deg,rgba(36,101,255,1),rgba(97,143,253,1));border-radius:8px;position:relative;z-index:10;}
.f_level{font-size:10px;font-family:Microsoft YaHei;font-weight:400;color:rgba(255,255,255,1);}
.schedule_f{font-size: 10px;font-family:Microsoft YaHei;font-weight:400;color:rgba(255,255,255,1);display:block;    margin-top: -18.5px;z-index: 1000; position: relative;}
.exp{font-size:12px;font-family:Microsoft YaHei;font-weight:400;color:rgba(51,51,51,1);margin-top: 6px;}
.header-user-tbg{width:100%;height:90px;background-image: linear-gradient(to right,#434343 0,#000 100%)!important;background-size: cover;position:absolute;}
.header-user-tbgimg{width:100%;height:90px;background-size: cover;opacity: .2!important;position:absolute;}
.t_chk{text-align: center;width: 25%;float: left;margin-bottom: 13px;margin-top:11px;}
.t_chk_f{font-size:12px;font-family:Microsoft YaHei;font-weight:400;color:rgba(51,51,51,1);margin-top: 5px;}
.t_chk_b{width:70px;height:20px;background:rgba(238,238,238,1);border:1px solid rgba(238,238,238,1);border-radius:10px;display: block;text-align: center;margin-top:8px;margin-top: 13px;margin-bottom: 19px;font-size:12px;font-family:Microsoft YaHei;font-weight:400;color:rgba(51,51,51,1);}
.a_chk{text-align: center;width: 25%;float: left;margin-bottom: 13px;margin-top:3px;}
.blear{width: 156px;height: 230px;background: rgba(255,255,255,1);border: 1px solid rgba(238,238,238,1); box-shadow: 0px 10px 18px 0px rgba(0, 0, 0, 0.08);border-radius: 10px;padding-top: 12px;text-align:center;position: absolute;    margin-top: 150px;margin-left: -107px; display:none;z-index:1000;}
.blear li{height: 35px;display: block;}
.blear li span{font-size:14px;font-family:Microsoft YaHei;font-weight:400;color:rgba(51,51,51,1);}
.wh30 {height: 30px;width: 30px; }
.mtl-1 {margin-left: 1px;margin-top: 1px;}
.shuaixuan-i {
    display: inline-block;
    font-size: 14px;
    color: #FFFFFF;
	padding-left: .88rem;}
.shuaixuan-span-i {
    display: inline-block;}
.shuaixuan-i .nav-link {
    display: inline-block;}
.dropdown-menu {font-size: 0.75rem;}
.user-settings-dropdown {
    width: 360px;
    padding-top: 0 !important;
    overflow: hidden;
}
.vz-logo-svg{
    color: inherit;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    border-radius: 3px; 
	padding: 0.6rem 0.6rem;}
.vz-logo .active .vz-logo-svg{
    color: #fff !important;
    background-color: #2366ff !important;}
.vz-logo{
    padding-top: 10px; }
.vz-logo .nav-fold{
    padding: 0.15rem 0.75rem; }
.media-action-overlay-b {
    position: absolute;
    width: 95%;
    text-align: center;
    bottom: 20px; }
.media-action-overlay-a {
    width: 100%;
    height: 100%; }
.nav-badge .badge{
    margin-top: 11px; }
.vzpmpost{background-color: #f9f9f9;
    border-radius: 50px;; }
.vzpmpost:hover{background-color: #f1f1f1; }
.featured-image .page-header .navbar{background:rgba(248,248,249,0);transition: background .5s ;-webkit-transition: background .5s;}
.featured-image .bg-body {
     background-color: initial;
}

.navbar-160 {
    position: relative;display: flex;flex-direction: column;min-width: 0; word-wrap: break-word;
}
.featured-image .navbar-160 {
    background:linear-gradient(0,transparent,rgba(248,248,249,.18));transition: background .25s;-webkit-transition: background .25s;transition: height .25s;-webkit-transition: height .25s;
}
.featured-image .navbar-nav-bg {
    background-color: initial;color: #FFF;transition: background-color .8s;-webkit-transition: background-color .8s;transition: color .8s;-webkit-transition: color .8s;
}
.scrolled .featured-image .navbar-nav-bg {
    background-color: #FFF;color: #a7a7a8;transition: background-color .8s;-webkit-transition: background-color .8s;transition: color .8s;-webkit-transition: color .8s;
}
.scrolled #popadv_popmenu {
    display: inline-block !important;transition: display .8s;-webkit-transition: display .8s;
}

.navbar {
	transition: background .35s;-webkit-transition: background .35s;
}
.page-container .navbar {
    background: rgba(248,248,249,0);
}
.scrolled .featured-image .page-header .navbar {
	background: rgba(248,248,249,1);transition: background .35s;-webkit-transition: background .35s;
}


.featured-image .entry-header-container
{
    position: absolute;
    color: #fff;
    z-index: 0;
    height: 368px;
    width: 100%;
    right: 0;
    padding-left: 72px;
}

.featured-image .entry-header-container:after
{
	content:"";
	display:block;
	position:absolute;
	z-index:-2000;
	top:-60px;
	bottom:0;
	left:0;
	right:0;
	background-color:#f9f9fa;
}

.featured-image .entry-header-container .post-thumbnail
{
	position:absolute;
	top:-120px;
	bottom:0;
	left:0;
	right:0;
	z-index:-1000;
	max-width:100%;
	opacity:1;
	transform:translate3d(0,0,0);
	transition:opacity .4s,transform .35s;
	transition-delay:.65s;
	margin:0;
	padding:0;
	background: #c8c8c8;
}

.featured-image .entry-header-container .post-thumbnail:before
{
	content:"";
	display:block;
	position:absolute;
	z-index:1;
	left:0;
	right:0;
	bottom:0;
	height:168%;
	background:linear-gradient(0deg,rgba(248,248,249,1) 0%,transparent 100%);
}

.featured-image .entry-header-container .post-thumbnail img,.featured-image .entry-header-container .post-thumbnail video
{
	transform:translate3d(0,0,0);
	transition:transform .15s;
	position:absolute;
	width:100%;
	height:100%;
	object-fit:cover;
	border-radius:inherit;
}

.featured-image .entry-header-container .entry-header
{
	min-height:30rem;
	padding-top:2rem;
	padding-bottom:2rem;
	margin-top:0;
	color:#5e676f;
	text-shadow:0 1px 3px rgba(0,0,0,.15);
	position:relative;
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
	align-items:start;
}

.featured-image .page .entry-header-container .entry-header
{
	min-height:10rem;
}
.featured-image .page-header .nav
{
	transition-delay:0s;
}

.blur {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}
.entry-header-container .entry-title {
    clip-path: polygon(0 0,100% 0,100% 120%,0 120%);
    transform: translate3d(0,0,0);
    transition: clip-path cubic-bezier(.075,.82,.165,1) 1s;
    transition-delay: .5s;
}
.entry-title {
    line-height: 1.2;
    margin: 1rem 0;
}
.featured-image .entry-header-container .entry-header .entry-meta {
    color: #5e676f;
}
.entry-meta {
    display: flex;
    flex-wrap: wrap;
    color: #5e676f;
    font-size: 0.875rem;
    margin: 1rem 0;
}
.entry-meta > span {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    white-space: pre-wrap;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}
.entry-header > h1 {
    font-size: 3rem;
}
.play-count:before {
    content: "";
    display: block;
    width: .75rem;
}
.entry-meta > span:not(:first-child):after {
    width: 0.75rem;
}
.entry-meta > span:after {
    content: "";
    display: block;
    width: 0.5rem;
}
.entry-meta .avatar {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    border-radius: 100%;
}
.entry-term {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.btn-play {
width: 2.5rem;
    height: 2.5rem;
    background: currentColor!important;
    border-radius: 100%;
    display: inline-block;
    font-size: 0;
    padding: 0!important;
    position: relative;
    outline: 0;
    vertical-align: middle;
    transition: box-shadow .4s cubic-bezier(.25,.8,.25,1),transform .4s cubic-bezier(.25,.8,.25,1);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
    outline: 0!important;
    align-items: center;
    font-weight: 500;
    color: #fff;
    text-align: center;
    border: none;
    line-height: 1;
    user-select: none;
}
.btn-play:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-4px, -50%);
    transform-origin: center center;
    border: 6px solid transparent;
    border-left-color: currentColor;
    border-left-width: 10px;
    transition: all 0.2s;
}
.btn-download, .btn-purchase, button.btn-like, button.btn-more {
    display: inline-flex;
    align-items: center;
    padding: .25rem .5rem;
    line-height: 0;
    color: inherit!important;
    background-color: transparent!important;
    border: none;
    outline: 0!important;
}
p {margin-bottom: 0;}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {background-color: #2465ff;}
.btn-primary {
    background-color: #2465ff;
    border-color: #2465ff;
}
.wp-block-cover, .wp-block-cover-image {
    position: relative;
    background-size: cover;
    background-position: 50%;
    min-height: 430px;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.wp-block-cover:hover {
     opacity: 1 !important;
}
.wp-block-cover-image.has-background-dim.has-background-dim-30:before, .wp-block-cover.has-background-dim.has-background-dim-30:before {
    opacity: .3;
}
.wp-block-cover-image.has-background-dim:before, .wp-block-cover.has-background-dim:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: inherit;
    opacity: .5;
    z-index: 1;
}
.wp-block-cover-image .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__inner-container {
    width: calc(100% - 70px);
    z-index: 1;
    color: #f8f9f9;
}
.wp-block-cover p {
    word-wrap: break-word;
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
}
.has-very-dark-gray-color {
    color: #313131;
}
.has-very-light-gray-background-color {
    background-color: #eee;
}
.wp-block-button__link {
    font-size: 0.875rem;
    padding: 0.8125rem 1.5rem;
    line-height: 1;
    box-shadow: 0 0 0 1px rgba(0,0,0,0);
    transition: all .3s ease-in-out;
}
.wp-block-button__link {
    border: none;
    border-radius: 28px;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    margin: 0;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word;
}
.wp-block-cover .btn-sm span {
    padding: 4px 12px;
    font-size: 12px;
	line-height: 13px;
}
.h-auto-h {
    min-height: auto!important;
}
.vzad {
    background-color: #eee;
    bottom: 5px;
    left: 5px;
    position: absolute;
    color: #999999;
    transition: all .3s ease-in-out;
    border: none;
    border-radius: 28px;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word;
}
.vzad:hover {
	color: #222222;
}
.vzadlogo-13 {
	width: 13px;
    height: 13px;
    border-radius: 13px;
}
.f-size-16 {
	font-size: 16px;
}
.f-size-21 {
	font-size: 21px;
}
.vipfw {
	width: 23px;
	height: 23px;
}
.sidenav .nav-badge .badge {
    margin-top: 7px;
}
.folded .sidenav .nav-badge .badge {
    margin-top: 7px;
}
.folded .sidenav .nav > li > a .nav-badge {
  left: -6px;
  top: 18px;
}
.vzuser .avatar-status {
    width: 13px;
    height: 13px;
	border-width: 0px;
}
.user-settings-dropdown .avatar-status {
    width: 16px;
    height: 16px;
	border-width: 0px;
	line-height: 16px;
}
.ui-switch-t3 {
top: 3px;
}
.close {
    font-size: 1.8rem;
    right: 2rem;
    top: 1.2rem;
    position: absolute;
}
.note-statusbar {
    background-color: #f5f5f5;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.note-statusbar {
    background-color: transparent !important;
    color: inherit !important;
}
.note-statusbar .note-resizebar {
    width: 100%;
    height: 8px;
    padding-top: 1px;
    cursor: ns-resize;
}
.note-statusbar .note-resizebar .note-icon-bar {
    width: 20px;
    margin: 1px auto;
    border-top: 1px solid #a9a9a9;
}
.modal-header .close {
      margin: -1.3rem -1rem -1rem auto;
}
.postmodalion {
position: absolute;
    left: 28px;
    top: 10px;
}
#postmodal .btn-group {
    height: inherit;
    text-align: inherit;
    margin-top: inherit;
}
.media-box-container{
			-webkit-border-radius: 6px;
			   -moz-border-radius: 6px;
		            border-radius: 6px;
        }
.media-box-footer{
			padding: 10px 20px !important;
		}
.media-box-footer a{
			color: #BDBDBD;
			font-size: 11px;
			text-decoration: none;
		}
.media-box-footer a:hover{
			cursor: pointer;
			color: #6D6D6D;
		}
.media-box-content .media-box-text{
			margin-bottom: 0 !important;
		}
.app-container {
    display: flex;
    flex-direction: column;
    margin: 0;
}
.app-container-list {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    margin: 0;
}
.list-content-bg {
    position: absolute;
    bottom: 0px;
	width: 100%;
	border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.list-content-mg {
    height: 100%;
    font-size: 17px;
    color: white;
	width: 100%;
    border-radius: 3px;
}
.list-content-mg .list-body  {
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.grid-list .media-box-thumbnail-container {
	width: 100% !important;
}
.grid-list .media-box-image {
	width: 100% !important;
}
.grid-list .media-boxes-loading-animation {
    margin-top: -42px !important;
}
.grid-list .media-boxes-load-more-button {
        display: none !important;
}
.grid-list .media iframe, .grid-list .media-content {
    position: relative !important;
}
.grid-list .media:after {
    padding-top: inherit !important;
}
.grid-list .row-md [class*="col-"], .row-md .col {
    padding-top: 0rem;
    padding-bottom: 0rem;
	padding-left: 0rem; 
    padding-right: 0rem;
}
.p-list {
	padding-left: 1.25rem; 
    padding-right: 1.25rem;
}
.grid-list {
  margin: 0 auto;
}
.grid-list .grid-item { width: 100%;padding-left: 0.75rem !important; padding-right: 0.75rem !important; padding-bottom: 1.5rem !important;}
.grid-list .list-body {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.pg a{
    color: inherit !important;
    background-color: #f8f8f9 !important;
    border-color: rgba(160, 175, 185, 0.15) !important;
    display: block;
    padding: 1rem 1rem !important;
    margin-left: -1px;
    line-height: .25rem;
    border: 1px solid #dee2e6;
    position: relative;
}
.pg strong{
    color: #FFFFFF !important;
    background-color: #2366ff !important;
    border-color: rgba(160, 175, 185, 0.15) !important;
    display: block;
    padding: 1rem 1rem;
    margin-left: -1px;
    line-height: .25rem;
    border: 1px solid #dee2e6;
    position: relative;
}
.pg label{
    color: inherit !important;
    background-color: #f8f8f9 !important;
    border-color: rgba(160, 175, 185, 0.15) !important;
    display: block;
    padding: .3rem 1rem;
    margin-left: -1px;
    border: 1px solid #dee2e6;
    position: relative;
}
.pg label .px {
    padding: 0;
    width: 25px;
    height: 16px;
    line-height: 16px;
}
.pg input, .pg textarea {
    margin-top: -8px !important;
}
.pg label .px {
    width: 48px !important;
	height: 18px !important;
	padding-left: 5px !important;
	border-color: rgba(160, 175, 185, 0.15) !important;
    border: 1px solid #dee2e6;
}
.pg a.nxt {
    background-position: 100% 50%;
}
.media-box-thumbnail-container {
     width: 100% !important;
}
.vzpost i{
position: absolute;
    line-height: 50px;
    top: 12px;
    right: 12px;
	margin-right: 2px;
    font-size: 23px;
}
.icon-anim-pulse {
    animation: pulse_animation;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.pls .avatar { width: 72px;height: 72px;border-radius: 50%;}
.pls .avatar img{ width: 72px;height: 72px;border-radius: 50%;}
.bui .m img {width: 88px;height: 88px;border-radius: 50%;}
.pls { width: 188px;}
.bg-boby { background-color: #f8f8f9; }
.radius-8 {border-radius: 8px; }
.radius-50 {border-radius: 50px; }
.pi { overflow: hidden; margin-bottom: 10px; padding: 10px 0; }
.pi strong a { float: right;margin-top: 5px;margin-right: 5px; }
.pl table { width: 100%; }
.pl .dt { width: 100%; }
.plm { vertical-align: bottom !important; }
.plc, .pls { vertical-align: top; }
.plc { padding: 0 20px; width: 100%;}
.pls .favatar { background: transparent; height: auto; border-width: 0px; overflow: visible; }
.plsr { width: 188px;vertical-align: top; }
.plsr .wp-block-cover {
    min-height: 282px !important;
	width: 188px !important;
}
.pct {
    padding-bottom: 1em;
    display: inline-flex;
	width: 100%;
}
.pcb {
    width: 100%;
}
.t_fsz {
    min-height: 100px;
}
.max-width-1000 {
    max-width: 1000px;
}
* html .t_fsz { height: 100px; overflow: visible; }
@media (max-width: 1380px) {
  .d-1380-none {
    display: none !important;
    }
 }
.viewthread-top {
  position: absolute;
    margin-top: -15rem;
}
.authi span{
vertical-align: middle;
}
.authi em{
    margin-right: 5px;
    margin-left: 5px;
}
.threadavatar{
    width: 18px !important;
    height: 18px !important;
    border-width: 0px;
    line-height: 18px;
    margin: 1px !important;
}
.postavatar{
    width: 18px !important;
    height: 18px !important;
    border-width: 0px;
    line-height: 18px;
}
.vzhin{
bottom: 10px;
    position: absolute;
    padding-right: 258px;
}
.po {
   border-top: 0px !important; 
}
.plsr {
   opacity: 0.68; 
}
.plsr:hover {
   opacity: 1; 
}
.vzthread .entry-header {
    min-height: 0 !important; 
}
#fastpostform {
    width: 100% !important;
}
#imgzoom_cover{position: fixed !important;}

.t_f .aimg a{text-decoration: none;}
.aimg {position: relative;    display: -webkit-inline-box;}
.aimg img{max-width: 100%;}
.aimg span{background: rgba(0, 0, 0, 0.08);display: none;padding: 20px;position: absolute;bottom: 0;right: 0;width: 100%;text-align: right;}
.aimg:hover span{display: block;}
.po p {
    float: right;
}
.hover-light:hover {
background-color: #f5f5f6 !important;
}
.po p a {
    margin-right: 0px !important;
}
.plsr .media-content:before {
    display: none;
}
.page-container {
position: relative;
}
.vzpage-container {
position: relative;
}
.wp {
position: relative;
}
.bg-body-t {
background-color: #FFF;
}
.max-width-1000 table{
min-width: 1000px;
}
.vzpostcontent div{ 
margin-top: 10px;
margin-bottom: 10px;
letter-spacing:2px;
}
.vzpostcontent .t_f{ 
letter-spacing:2px;
text-align: justify;
}
.authi a{
color: #999999;
}
.authi {
color: #999999;
}
.authi-12 {
color: #999999 !important;
font-size: 12px;
}
i.pstatus {
    margin-bottom: 0px !important;
    color: #dddddd !important;
    letter-spacing: 2px;
}

.nav-forumlink {
    padding: 0.31rem 0.68rem !important;
	color: #5e676f;
}
.bg-hover-light:hover {
background-color: #e9e9e9;
border-radius: 500px;
}

.forumbg-hover-light:hover {
background-color: #f8faff;
}
.text-hover-dark:hover {
color: #252525 !important;
}
.bold {
font-weight: bold !important;
}
.threadplayer {
position: absolute;
margin-left: -128px;
}
.scrolled .discuz-sticky {
z-index: 199;
}
.bg-light2 {
background: rgba(248,248,249,1);
}
.scrolled .scrolltop {
	opacity: 1 !important;transition: all .85s;-webkit-transition: opacity .85s;
}
.row-xscol {
  margin-left: -0.05rem;
  margin-right: -0.05rem;
  margin-bottom: 0.05rem;
  }
  .row-xscol [class*="col-"],
  .row-xscol .col {
    padding-left: 0.05rem;
    padding-right: 0.05rem; 
    margin-bottom: 0.05rem;}
  .row-xscol .card,
  .row-xscol .block {
    margin-bottom: 0.05rem; }
  .shenping .card-body {
    background-color: #f5f5f6; }
	  .shenping .card-body:hover  {
    background-color: rgba(160, 175, 185, 0.15); }
	  .shenping2 .card-body {
    background-color: #FFFFFF; }
	  .shenping2 .card-body:hover  {
    background-color: rgba(160, 175, 185, 0.15); }
.ad-swiper-brn {
position: absolute;
right: 0px;
bottom: 15px;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}
.ad-swiper-brn2 {
position: absolute;
width: 100%;
bottom: 0px;
border-bottom-right-radius: 6px;
border-bottom-left-radius: 6px;
}
.ad-swiper-brn3 {
position: absolute;
right: 0px;
top: 40px;
border-top-left-radius: 6px;
border-bottom-left-radius: 6px;
}
span.triangle {
    position: absolute;
    left: 50px;
    top: 0;
    transform: translateY(-90%);
}
span.triangle svg {
    fill: #fff;
    -webkit-filter: drop-shadow(0px -5px 6px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0px -5px 6px rgba(0, 0, 0, 0.3));
}
.adonis-icon {
  line-height: 0;
  display: inline-block;
  vertical-align: middle;
  height: auto; }
.adonis-icon.icon-sm svg {
    width: 12px;
    max-height: 14px;
}
.adonis-icon svg {
    fill: currentColor;
    height: auto;
}
.topsearcha {
    position: absolute !important;
    line-height: 34px !important;
    height: 34px;
    color: rgba(135,150,165,.15) !important;
}
.topsearcha:hover {
color: #2366ff !important;
}
.topsearchi {
padding-left: 42px !important;
color: #666 !important;
}
.vzpostcontent .popover {
position: absolute !important;
}
.vzcarousel h5 {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    letter-spacing: 5px;
	line-height: 23px;
}
.vzcarousel h6 {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    letter-spacing: 5px;
	line-height: 23px;
}
.vzcarousel .carousel-caption {
    right: 8% !important;
    left: 8% !important;
}
.vzcarousel .media-content:before {
   height: 80px !important;
    width: 100% !important;
    bottom: 48px !important;
    left: 0 !important;
	background: inherit;
	filter: blur(15px) !important;
}

.fwinmask {
z-index: 19999998 !important;
}
.p_pop {
z-index: 19999999 !important;
}
.btn-white:hover {
    color: #000 !important;
}

.vzthreadad {
    background-color: #eee;
    top: -35px;
    right: 15px;
    position: absolute;
    color: #999999;
    transition: all .3s ease-in-out;
    border: none;
    border-radius: 28px;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word;
}
.vzthreadad:hover {
	color: #222222;
}
.vz-bklins .selected {
color: #ffffff;
background-color: #191919;
}
.vz-bklins .selected:hover {
color: #ffffff !important;
}
.mt-60 {
margin-top: 60px;
}

.soyear a {
    font-weight: bold;
}
.search_bl_ul {
    width: 188px;
    display: block;
    float: right;
    position: absolute;
    right: -198px;
    z-index: 1;
}
.search_bl_li {
    display: block;
    padding: 8px 15px;
    float: left;
    min-width: 208px;
    position: relative;
    text-align: left;
    z-index: 2;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    background: linear-gradient(245deg,rgb(235 236 239)18%,rgb(248 248 248) 68%,rgb(248,248,248,1) 98%,rgb(248 248 248) 100%) !important;
    box-shadow: 20px 5px 40px 0px rgb(123 123 123 / 8%);
}
.search_bl_li:hover {
    background: linear-gradient(245deg,rgb(229 230 233)18%,rgb(248 248 248) 68%,rgb(248,248,248,1) 98%,rgb(248 248 248) 100%) !important;
    box-shadow: 20px 5px 40px 0px rgb(59 59 59 / 8%);
}
.search_bl_span {
float: right;
}
.scroll-up .search_mod {
   top:88px;
   transition: top .48s;
}
.search_bl_ul a {
    color: #99a0ac;
}
.search_bl_li span {
    color: #2366ff;
}
