/*global*/
/*color*/
/*property*/
/*font family*/
/*font size*/
/**point number**/
.pop_hover {
  /*.display_(none);*/
  position: fixed;
  right: 0px;
  height: auto;
  width: 80px;
  z-index: 1010;
  top: 104px;
  color: #fff;
  background: #b59410;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  background: #dac04c;
  background: -moz-linear-gradient(top, #dac04c 0%, #e6c42f 51%, #e7bf20 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #dac04c), color-stop(51%, #dac04c), color-stop(100%, #e7bf20));
  background: -webkit-linear-gradient(top, #dac04c 0%, #dac04c 51%, #e7bf20 100%);
  background: -o-linear-gradient(top, #dac04c 0%, #dac04c 51%, #e7bf20 100%);
  background: -ms-linear-gradient(top, #dac04c 0%, #dac04c 51%, #e7bf20 100%);
  background: linear-gradient(to bottom, #dac04c 0%, #dac04c 51%, #e7bf20 100%);
}
@media screen and (min-width: 768px) {
  .pop_hover {
    top: 124px;
  }
}
@media screen and (min-width: 1600px) {
  .pop_hover {
    width: 100px;
  }
}
.pop_hover > .socail-network {
  float: none;
  cursor: pointer;
}
.pop_hover .icon1,
.pop_hover .icon2,
.pop_hover .icon3,
.pop_hover .icon4 {
  /*background:url(../images/i-con/pop.png) no-repeat;*/
  cursor: pointer;
  display: inline-block;
  /*.background(#2e82be);*/
  /*.box-shadow-nd(2px; 3px; 4px; 0; 0; 0; 0.45 );
     /*padding:(@number-nd*8px) ;*/
  width: 100%;
  height: auto;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  -webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}
.pop_hover .icon4:hover:after {
  padding: 16px 4px 19px ;
}
.pop_hover .pop_wrap {
  position: relative;
  padding: 4px 13px 4px 20px;
}
.pop_hover .pop_wrap:hover {
  background-color: #decc82;
}
@media screen and (min-width: 1280px) {
  .pop_hover .pop_wrap {
    padding: 4px 14px 4px 38px;
  }
}
.pop_hover .pop_wrap span.fa {
  margin: 15px auto 12px 3px;
}
.pop_hover .icon1 {
  margin: 3px 0;
  background-size: auto;
}
.pop_hover .icon2 {
  margin: 3px 0;
  background-size: auto;
}
.pop_hover .icon3 {
  margin: 3px 0;
  background-size: 22px 16px;
}
.pop_hover .icon4 {
  margin: 2px 0;
  background-size: auto;
}
.pop_hover .icon4 .numbers {
  position: absolute;
  padding: 0px 5px 3px;
  color: #fff;
  background-color: #00c6ff;
  font-size: 1em;
  top: 0;
  right: 14px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.pop_hover .pop_wrap.inactive > a {
  display: block;
}
.socail-network {
  width: 100%;
  float: left;
  margin: 0.4em 0;
}
@media screen and (min-width: 1600px) {
  .socail-network {
    margin: 1rem 0;
  }
}
.socail-network > .network {
  display: inline-block;
  margin: 4px 4px 6px;
  vertical-align: middle;
  cursor: pointer;
}
.socail-network > .network {
  background: url(../images/icon/iheart.png);
  background-repeat: no-repeat;
  height: 26px;
  width: 26px;
}
.socail-network > .text {
  color: #fff;
  margin-bottom: 0px;
  line-height: 1;
}
.socail-network > .text.-small {
  font-size: 0.8em;
}
.socail-network > .text.-lg {
  font-weight: 600;
  font-size: 1.1rem;
}
.socail-network > .number {
  color: #565656;
  font-size: 1.3em;
  vertical-align: middle;
  line-height: 1.1em;
  position: relative;
  top: -1px;
}
.pop_wrap > .bullets {
  position: absolute;
  width: 10px;
  height: 10px;
  left: 6px;
  top: 16px;
  background-color: #fff;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}
@media (min-width: 1280px) {
  .pop_wrap > .bullets {
    top: 13px;
    left: 16px;
  }
}
#socail-slide {
  position: absolute;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  background: -moz-linear-gradient(left, #b49310 0%, #bd9b13 24%, #d8b21b 47%, #e9c120 73%, #e9c120 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #b49310), color-stop(24%, #bd9b13), color-stop(47%, #d8b21b), color-stop(73%, #e9c120), color-stop(100%, #e9c120));
  background: -webkit-linear-gradient(left, #b49310 0%, #bd9b13 24%, #d8b21b 47%, #e9c120 73%, #e9c120 100%);
  background: -o-linear-gradient(left, #b49310 0%, #bd9b13 24%, #d8b21b 47%, #e9c120 73%, #e9c120 100%);
  background: -ms-linear-gradient(left, #b49310 0%, #bd9b13 24%, #d8b21b 47%, #e9c120 73%, #e9c120 100%);
  background: linear-gradient(to right, #b49310 0%, #bd9b13 24%, #d8b21b 47%, #e9c120 73%, #e9c120 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b49310', endColorstr='#e9c120', GradientType=1);
}
#socail-slide.open {
  right: 0px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
