.rhs-cont {
    float: unset;
}
.inner-cont {
	margin-top: unset;
    padding: 0 30px 0 30px;	
}
.lhs-tree {
   	position: unset;
   	left: unset;
}
.fea-22-foot-also li {
    width: 47%;
}
.fea-det-22-ban {
    padding: 70px 0 90px;
    box-shadow: unset;
}
.lhs-menu-22 {
    max-height: unset;
}

#lhsTree>li>ul li.feaTreeLdMore {
    display: none;
}
#lhsTree>li>ul li:nth-of-type(n+10) {
    display: block;
}
.lock-slider .flex-control-nav li {margin: 0}
.slider-content {
    position: relative;
}
    
.tip {
    position: absolute;
}

.tip-com span {
    width: 15px;
    height: 15px;
    background: #f5633d;
    display: block;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
}

.tip-com span {
    position: relative;
    box-shadow: 0 0 0 0 rgb(232 76 61 / 70%);
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66,0,0,1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66,0,0,1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66,0,0,1);
    animation: pulse 1.25s infinite cubic-bezier(0.66,0,0,1);
}

.tip-tool {
    background: #000;
    color: #fff;
    padding: 16px 20px;
    border-radius: 2px;
    width: 350px;
    margin: -24px 0 0 10px;
    box-shadow: 1px 1px 6px 0 rgb(0 0 0 / 60%);
    position: relative;
    transform: scale(0.9);
    opacity: 0;
    z-index: -1;
}

.tip-tool:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #000;
    top: 5px;
    left: -6px;
}

.tip .tip-tool p {
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    margin: 0;
}

.tip-com div {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.tip.ss1-tip1 {
    top: 21.5%;
    left: 13%;
}

.tip.ss1-tip2 {
    top: 18.5%;
    left: 34%;
}
.tip.ss2-tip1 {
    top: 19%;
    left: 15.5%;
}

.tip.ss2-tip2 {
    top: 30.5%;
    left: 15.5%;
}

.tip.tip2.ss1-tip1 {
    top: 19%;
    left: 24%;
}

.tip.tip2.ss1-tip2 {
    top: 31%;
    left: 22%;
}

.tip.tip3.ss1-tip1 {
    top: 29%;
    left: 46.5%;
}

.tip.tip4.ss1-tip1 {
    top: 30%;
    left: 23%;
}

.tipshow{
    z-index: 2;
    opacity:1
}

.close {
    width: 12px;
    height: 12px;
    position: absolute;
    right: 8px;
    top: 8px;
    cursor: pointer;
    opacity: .6;
}

.close:hover {
    opacity: 1;
}

.close:before, 
.close:after {
    background: #fff;
    content: ' ';
    height: 12px;
    left: 5px;
    position: absolute;
    width: 2px;
}

.close:after {
    transform: rotate(-45deg);
}

.close:before {
    transform: rotate(45deg);
}

@keyframes pulse {
    100% {
    box-shadow: 0 0 0 15px rgb(232 76 61 / 0%);
 }
}



.fea-22-ic-set1.ic-1 {
    background-position: -383px -604px;
}

.fea-22-ic-set1.ic-2 {
    background-position:-381px -679px;
}

.fea-22-ic-set1.ic-3 {
    background-position: -466px -769px;
}

.fea-det-22-ban .container {
    max-width: 1060px;
}

.fea-22-box-2 ul li div h4,
.fea-22-box-2 ul li div p {
    padding: 0 0 0 56px;
}

.flexslider {
    max-height: inherit;
}

#slilock .flex-control-paging {
    position: relative;
    display: table;
    margin-left: auto;
    line-height: 0;
    padding-left: 0;
    margin: auto;
    margin-top: 18px;
    right: 0;
}

#slilock .flex-direction-nav {
        display: none
}

#slilock .flex-control-paging li a {
    width: 10px;
    height: 10px;
    display: block;
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 20px;
} 

.fea-22-foot-ban .fea-22-foot-type2-cta {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    background: #f73749;
    padding: 14px 30px;
    border-radius: 6px;
    margin-top: 30px;
}

.fea-22-foot-ban .fea-22-foot-type2-cta:hover {
    background: #f1182e;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    transform: translateY(-4px);
}

@media (max-width: 1200px) {
    .tip .tip-tool p {
        font-size: 14px;
    }

.tip-tool {width: 240px}
}


@media (max-width: 992px) {
    .tip {
        display: none;
    }
}

@media (max-width: 767px) {
    
    .fea-22-foot-ban .fea-22-foot-type2-cta {
        font-size: 16px;
        padding: 10px 20px;
    }
}

