.iconfont{ font-style: unset;  font-size: unset;}

.right_fd{ position: fixed; right: 0; top: 50%; transform: translateY(-50%);  box-shadow: 0 0 3em rgba(0,0,0,.4); z-index: 1000;}
.right_fd li{ position: relative; }

.right_fd li i{ display: inline-block; font-size: 20px; line-height: 20px; padding: 8px;border-bottom: 1px solid rgba(0, 0, 0, .05); background: #fff; position: relative; z-index: 2; color: #000000; cursor: pointer;}
.right_fd li span{  position: absolute;  right: -300px; height: 100%; align-items: center; display: inline-grid; padding: 5px 10px; -webkit-box-sizing: border-box; box-sizing: border-box; background-color: #fff; border-radius: 5px; font-size: 14px; transition: 0.3s; z-index: 1;     white-space: nowrap;}
.right_fd li span:before{ content: ''; position: absolute; width: 0; height: 0; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 5px solid rgb(255 255 255); right: -5px; top: 50%; transform: translateY(-50%);}
.right_fd li:hover i{ background: rgba(0, 0, 0, .085); color: #004ea1;}
.right_fd li:hover span{ right: calc(100% + 10px);}

@media screen and (max-width: 799px){
	.right_fd li i{ font-size: 15px; line-height: 15px; padding: 5px;}
	.right_fd li span{ font-size: 12px; padding: 2px 5px;}

}

.wxewm{ float: left; width: 100%; height: 100%; position: fixed;  background: rgb(0 0 0 / 80%); z-index: 1000; display: none;    top: 0;}
.wxewm_k{ position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); padding: 44px; background: #fff;}
.wxewm_gb{ position: absolute; top: 0; right: 0; font-size: 25px; line-height: 25px; padding: 10px; cursor: pointer;}
.wxewm_gb i{ }
.wxewm_title{ width: 100%; margin-bottom: 15px; font-size: 28px; font-weight: bold; color: #000; text-align: center;}
.wxewm_ewm{ width: 350px; max-width: 100%;}
.wxewm_ewm img{ width: 100%;}
.wxewm_desc{ text-align: center; margin-top: 20px; color: rgba(0, 0, 0, .65); font-size: 16px;}
.wxewm_gb:hover{ color: #000;}

@media screen and (max-width: 799px){
	.wxewm_k{ padding: 20px;}
	.wxewm_title{ margin-bottom: 5px; font-size: 22px;}
	.wxewm_ewm{ width: 250px;}
	.wxewm_desc{  margin-top: 5px; font-size: 14px;}
}
