.counter-box h2{position: relative;font-weight: 600;margin-bottom:0}
.counter-box .item-block{
	position: relative;
	text-align: center;
}
.counter-box .item-block::after{
	content: '';
	width: .01rem;
	height: 80%;
	background: #e2e2e2;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.counter-box .item-block:last-child::after{display: none;}
.counter-box .item-block p{color: #999;margin-bottom: 0;text-transform: uppercase;font-size:13px}
.counter-box .item-block .before{

	display: block;
	position: absolute;
	top: -10px;
	right: 0;
	font-size: .7rem;
	left: 10rem;
	font-weight: 600;
	color: #999;
	text-align: left;
}

.ht-footer {
    overflow: hidden;
    background-color: #121426;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
 
}

.ht-footer-top {
    padding: 40px 0 0
}
.ht-footer-widget{

}

svg.icon.position-qrcode {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    /*background-color: #fff;*/
}
#clickHideQrcode{
    position: absolute;
    right: 100px;
    top: 80px;
    z-index: 10;
    cursor: pointer;
}
.openQrcode{
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.5);
    transition: all .4s ease 0s;
    
}
.openQrcode.show{
    opacity: 1;
    visibility: visible;
   
}
.openQrcode img{
    width: 15%;
}
.cbbfixed .weixin{
    display: none !important;
}
@media only screen and (min-width:768px) and (max-width:991px) {
    .ht-footer-top {
        padding: 70px 0
    }
}

@media only screen and (max-width:767px) {
    .ht-footer-top {
        padding: 60px 0
    }
}

.ht-footer-bottom {
    padding: 20px 0;
    border-top: 1px solid rgba(0, 0, 0, .075)
}

.ht-footer-bottom-light {
    border-top-color: hsla(0, 0%, 100%, .25)
}

.ht-footer-border {
    color: #e5e5e5 !important
}

.ht-footer-border-light {
    border-color: hsla(0, 0%, 100%, .25) !important
}

.ht-footer-widget-title {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 30px
}

.ht-footer-widget .logo {
    max-width: 80px
}

.ht-footer-widget .logo:not(:last-child) {
    margin-bottom: 30px
}

.ht-footer-widget p {
    margin-bottom: 0
}

.ht-footer-widget p:not(:last-child) {
    margin-bottom: 10px
}

.ht-footer-widget p+ul {
    margin-top: 20px
}

.ht-footer-widget ul {
    margin-bottom: 0;
    padding: 0;
    list-style: none
}

.ht-footer-widget ul:not(:last-child) {
    margin-bottom: 20px
}

.ht-footer-widget ul li+li {
    margin-top: 12px
}

.ht-footer-widget ul li i {
    margin-right: 10px
}

.ht-footer-widget ul li a {
    position: relative
}

.ht-footer-widget ul li a:before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    content: "";
    transition: all .4s ease 0s;
    background-color: #5463ff
}

.ht-footer-widget ul li a:hover:before {
    right: auto;
    left: 0;
    width: 100%
}

.ht-footer-widget ul.ht-footer-widget-contact li i,
.ht-footer-widget ul.ht-footer-widget-social-list li i {
    width: 16px;
    margin-right: 15px;
    text-align: center
}

.ht-footer-widget-light .ht-footer-widget-title {
    color: #fff
}

.ht-footer-widget-light a,
.ht-footer-widget-light p,
.ht-footer-widget-light ul {
    color: hsla(0, 0%, 100%, .9)
}

.ht-footer-widget-light ul li a:before {
    background-color: hsla(0, 0%, 100%, .9)
}

.ht-footer-widget-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 5px 25px
}

.ht-footer-widget-menu a:hover {
    color: #fff
}

.ht-footer-widget-menu-light a {
    color: #fff;
    position: relative;
}

.ht-footer-widget-menu li:hover a::after {
    content: '';
    width: 100%;
    height: 1.5px;
    background-color: #fff;
    display: block;
    position: absolute;
}

.ht-footer-widget-social {
    display: flex;
    flex-wrap: wrap;
    gap: 5px
}

.ht-footer-widget-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #dfdfdf;
    border-radius: 50%
}

.ht-footer-widget-social a i {
    font-size: 14px;
    line-height: 1
}

.ht-footer-widget-social a:hover {
    color: #fff;
    border-color: #5463ff;
    background-color: #5463ff
}

.ht-footer-widget-social-light a {
    color: #fff;
    border-color: #fff
}

.ht-footer-widget-social-light a:hover {
    border-color: #5463ff
}

.ht-footer-widget-social-2 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 25px
}

.ht-footer-widget-social-2:not(:first-child) {
    margin-top: 30px
}

.ht-footer-widget-social-2 a {
    display: flex
}

.ht-footer-widget-social-2 a i {
    font-size: 18px;
    line-height: 1
}

.ht-footer-widget-social-2 a:hover {
    color: #5463ff
}

.ht-footer-widget-social-2-light a {
    color: #fff
}

.ht-footer-widget-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.ht-footer-widget-gallery a {
    position: relative;
    width: calc(33.3333% - 6.6666px)
}

.ht-footer-widget-gallery a:before {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    transition: all .4s ease 0s;
    opacity: 0;
    background-color: rgba(0, 0, 0, .5)
}

.ht-footer-widget-gallery a .icon-plus {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    transition: all .4s ease 0s;
    transform: translateX(-50%) translateY(-50%);
    opacity: 0
}

.ht-footer-widget-gallery a .icon-plus:after,
.ht-footer-widget-gallery a .icon-plus:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
    content: "";
    transform: translateX(-50%) translateY(-50%);
    background-color: #fff
}

.ht-footer-widget-gallery a .icon-plus:after {
    transform: translateX(-50%) translateY(-50%) rotate(90deg)
}

.ht-footer-widget-gallery a:hover:before {
    opacity: 1
}

.ht-footer-widget-gallery a:hover .icon-plus {
    width: 20px;
    height: 20px;
    opacity: 1
}

.ht-footer-widget-newsletter {
    position: relative;
    max-width: 550px
}

.ht-footer-widget-newsletter-field {
    font-size: 14px;
    display: flex;
    width: 100%;
    padding: 13px 30px 11px;
    padding-right: 120px;
    border: 1px solid #e5e5e5;
    border-radius: 100px;
    background-color: #fff
}

.ht-footer-widget-newsletter-field::-webkit-input-placeholder {
    color: #515151
}

.ht-footer-widget-newsletter-field:-moz-placeholder,
.ht-footer-widget-newsletter-field::-moz-placeholder {
    color: #515151
}

.ht-footer-widget-newsletter-field:-ms-input-placeholder {
    color: #515151
}

.ht-footer-widget-newsletter-field:focus {
    border-color: #5463ff
}

.ht-footer-widget-newsletter-submit {
    font-size: 16px;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    padding: 11px 20px;
    color: #fff;
    border: none;
    border-radius: 100px;
    background-color: #5463ff
}

.ht-footer-widget-newsletter-submit:hover {
    background-color: #2e40ff
}

.ht-footer-widget-newsletter-2 {
    max-width: 400px
}

.ht-footer-widget-newsletter-2-field {
    font-size: 14px;
    display: flex;
    width: 100%;
    padding: 11px 30px 9px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    background-color: #fff
}

.ht-footer-widget-newsletter-2-field::-webkit-input-placeholder {
    color: #515151
}

.ht-footer-widget-newsletter-2-field:-moz-placeholder,
.ht-footer-widget-newsletter-2-field::-moz-placeholder {
    color: #515151
}

.ht-footer-widget-newsletter-2-field:-ms-input-placeholder {
    color: #515151
}

.ht-footer-widget-newsletter-2-field:focus {
    border-color: #5463ff
}

.ht-footer-widget-newsletter-2-submit {
    font-size: 16px;
    display: flex;
    margin-top: 10px;
    padding: 9px 30px;
    color: #fff;
    border: none;
    border-radius: 4px;
    background-color: #5463ff
}

.ht-footer-widget-newsletter-2-submit:hover {
    background-color: #2e40ff
}

.ht-footer-copyright {
    font-size: 14px;
    text-align: center;
    color: #fff;
}

.ht-footer-copyright b {
    color: #fff
}

.ht-footer-copyright-light {
    color: hsla(0, 0%, 100%, .9)
}

.ht-footer-copyright-light b {
    color: #fff
}