

@import './style.css';

.texthidden{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	-webkit-box-orient: vertical;
}

.textone {
	-webkit-line-clamp: 1;
}

.texttow {
	-webkit-line-clamp: 2;
}

.textthree {
	-webkit-line-clamp: 3;
}

.textfour {
	-webkit-line-clamp: 4;
}
.textfive {
	-webkit-line-clamp: 5;
}
.textsix {
	-webkit-line-clamp: 6;
}

.social-share li {
    position: relative;
}

.social-share .icon-wechat .wechat-qrcode {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    position: absolute;
    z-index: 1001;
    bottom: -204px;
    left: -90px;
    width: 200px;
    height: 192px;
    color: #666;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 2px 10px #aaa;
    transition: all 200ms;
    -webkit-tansition: all 350ms;
    -moz-transition: all 350ms
}

.social-share .icon-wechat .wechat-qrcode h4 {
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background-color: #f3f3f3;
    margin: 0;
    padding: 0;
    color: #777
}

.social-share .icon-wechat .wechat-qrcode .qrcode {
    width: 106px;
    margin: 10px auto
}

.social-share .icon-wechat .wechat-qrcode .help p {
    font-weight: normal;
    line-height: 16px;
    padding: 0;
    margin: 0;
	font-size: 12px;
	color: #666;
}

.social-share .icon-wechat .wechat-qrcode:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -6px;
    top: -12px;
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent #fff transparent
}

.social-share .icon-wechat:hover .wechat-qrcode {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible
}

/*---- Header Sticky ----*/
.header.sticky .topbar {
	display: none;
}

.header.sticky {
	position: fixed;
	width: 100%;
	top: 0px;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	transition: all 0.6s ease;
	box-shadow: chartreuse;
	z-index: 80000;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.32);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.32);
	box-shadow: 0px 0px 15px rgb(0 0 0 / 17%);
	background: #fff;
	animation: fadeInDown 1s both 0.2s;
}

.header.sticky .header-inner {
	padding: 10px 0;
}

.style2.sticky .middle-header {
    top: 5px;
}

.header.style2 .topbar .social-icons{
		margin-right: 115px;
}

/* Right Bar */
.header.style2 .right-bar {
	height: 50px;
	top: -15px;
}

.header.style2 .right-bar .right-nav {
	line-height: initial;
	padding-top: 10px;
}

.header.style2 .right-bar:after {
	left: -15px;
	width: 100px;
}

