
.online_service_ui_div{
box-shadow: 0 0px 15px rgba(0,0,0,.5);

}

.online_service_div a {
    width: 65px;
    height: 65px;
    z-index: 50000;
    background: url(https://plus.webdo.com.tw/images/online_service_1.png) 50% 50% no-repeat #F5A108;
    background-size: 30px 30px;
    position: fixed;
    bottom: 12%;
    right: 20px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 2px 3px 5px rgba(0,0,0,.4);
}
.online_service_div a:after {
    content: "線上客服";
    position: absolute;
    width: 100%;
    height: 20px;
    bottom: -30px;
    text-align: center;
}
.online_service_div a span{
  display: inline-block;
  font-size: 13px;
  background: #ed1414;
      -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding:0;
    color:#fff;
    min-width: 21px;
    padding:0px 4px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0px;
    right: -5px;
    font-weight: bold;
}
.online_service_div a:hover{
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.online_service_ui_close{
 position: absolute;right: 10px;top:5px;
}
.online_service_ui_close a{
	font-size:0;
	line-height: 0;
}
.online_service_ui_close a:before{
	content: "\f00d";
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 24px;
    float: right;
    margin: 4px 10px;
    color:#999;

}
.online_service_ui_close a:hover:before{
  color:#333;
}
#iframe_online_service {
    border: none;
}
