*{margin:0;padding:0;}
a,img{border:0;}

.clear:after{content:'\20';display:block;height:0;clear:both;visibility:hidden;}

.side-bar{
	    top: 320px;
	    /* font-size: 12px; */
	    position: fixed;
	    right: 4px;
	    width: 50px;
	    z-index: 1;
}
.side-bar a {
    display: block;
    cursor: pointer;
    width: 54px;
    position: relative;
    height: 58px;
    font-size: 14px;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,Segoe UI,Arial,Roboto,PingFang SC,miui,Hiragino Sans GB,Microsoft Yahei,sans-serif;
    border-bottom: 1px solid #fff;
    color: #fff!important;
    padding-top: 4px;
    line-height: 1.25;
    text-align: center;
    /* background-repeat: no-repeat; */
    /* background-size: 22px 22px; */
    background-color: #f56f46;
    /* background-position: center 10px; */
}
.side-bar .icon-qq {
    border-radius: 5px 0 0 0;
    display: block;
    /* background-image: url(https://www.yiisearch.com/wp-content/themes/hello-elementor/kf/images/side-online.png); */
}
.side-bar .icon-qq:hover,.side-bar .icon-phone:hover,.side-bar .icon-wechat:hover,.side-bar .icon-marketing:hover{
	background-color: #F25727;
}
.side-bar .icon-qq:hover .chat-tips-qq {
    visibility: visible;
    opacity: 1;
}

.side-bar .icon-phone {
    /* background-image: url(https://www.yiisearch.com/wp-content/themes/hello-elementor/kf/images/side_phone.png); */
    border-radius: 0 0 0 5px;
    border-bottom: none;
}
.side-bar .icon-phone .chat-tips-phone, .side-bar .icon-qq .chat-tips-qq {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    visibility: hidden;
    opacity: 0;
    background-color: rgba(255,255,255,0.92);
    position: absolute;
    right: 56px;
    height: 56px;
    bottom: 0;
    line-height: 56px;
    width: 144px;
    border-radius: 5px;
    padding: 6px 6px 6px 12px;
    box-sizing: border-box;
    font-size: 14px;
    border: 1px solid #f2f3f5;
    text-align: left;
    box-shadow: 0 10px 30px rgb(97 132 255 / 7%), 0 4px 8px rgb(97 132 255 / 4%), 0 2px 4px rgb(97 132 255 / 3%);
}
.chat-tips-phone .phone, .chat-tips-qq .status {
    color: #F25727;
    font-size: 14px;
    letter-spacing: 1px;
    /* font-family: Lato; */
    line-height: 20px;
    margin: 0 0 2px 0;
    padding: 0;
}
.side-bar .icon-phone:hover .chat-tips-phone {
    visibility: visible;
    opacity: 1;
}

.side-bar .icon-marketing .chat-tips-demonstrate{
	    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
	    position: absolute;
    width: 4em;
	line-height: 32px;
	height: 32px;
    background: #fff;
    right: 54px;
    bottom: 12px;
    border-radius: 4px 0 0 4px;
    opacity: 0;
    visibility: hidden;	
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
}

.side-bar .icon-wechat {
    /* background-image: url(https://www.yiisearch.com/wp-content/themes/hello-elementor/kf/images/side-wechart.png); */
}
.side-bar .wechat-tips {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	right: 56px;
	width: 146px;
	bottom: 0;
	padding: 3px 3px 12px 3px;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
	background: #fff;
	text-align: center;
}
.side-bar .wechat-tips img{
	width: 100%;
	display: block;
}
.side-bar .wechat-tips p {
    font-size: 14px;
    color: #333333;
    line-height: 1em;
    margin: 0;
    margin-top: 3px;
}
.side-bar .icon-wechat:hover .wechat-tips {
    visibility: visible;
    opacity: 1;
}
.side-bar .icon-marketing {
    /* background-image: url(https://www.yiisearch.com/wp-content/themes/hello-elementor/kf/images/side_free.png); */
}

.go-top a#gotop{
	  display: block;
    font-family: fantasy!important;
    letter-spacing: 1px;
    color: #fff;
    font-size: 20px;
    padding-top: 0;
    line-height: 52px;
    border: none;
    border-radius: 50%;
    height: 52px;
    background-color: #F25727;
    width: 52px;
    text-align: center;
	 box-shadow: rgb(0 0 0 / 4%) 0px 1px 6px, rgb(0 0 0 / 14%) 0px 2px 32px;
}

.go-top a#gotop:hover{
		background-color: #F56F46;
}

@media (max-width: 767px){
.go-top,.side-bar{display:none!important}
}
