#we-toggle,
#chat-toggle{
  position:absolute;
  appearance:none;
  -webkit-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  cursor:pointer;
  right:0;
  top:0;
  }
#we-toggle + label,  
#chat-toggle + label {
  display: block;
  cursor:pointer;
  margin-right:15px; 
  padding: 0 18px 0 24px;
  background: #6cae43;
  width: auto;
  height: 50px;
  color: #ffffff;
  border-radius: 46px;
  text-align:center;
  cursor: pointer;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, .2);
  -o-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, .2);
  -moz-shadow: 0px 3px 8px 0px rgba(0, 0, 0, .2);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, .2);  
  }
#we-toggle + label{
  background: #61cb1f;
  }
#we-toggle + label:hover,  
#chat-toggle + label:hover{
  background: #50862e;
  }
#chat-toggle + label:after {
  content: "\f27a";
  font-family: 'FontAwesome';
  font-size: 24px;
  color: #ffffff;
  text-shadow: 2px 2px 0px rgb(0,0,0 ,0.1);
  line-height: 47px;
  margin: 0 0 0 6px;
  }
#we-toggle + label:after {
  content: "\f1d7";
  font-family: 'FontAwesome';
  font-size: 24px;
  color: #ffffff;
  text-shadow: 2px 2px 0px rgb(0,0,0 ,0.1);
  line-height: 47px;
  margin: 0 0 0 6px;
  }
#we-toggle:checked ~ .chat-container,
#chat-toggle:checked ~ .chat-container {
  position: fixed; 
  top: 0;
  -webkit-box-shadow: 0 -1px 30px 0 rgba(0, 0, 0, .7);
  -o-box-shadow: 0 -1px 30px 0 rgba(0, 0, 0, .7);
  -moz-shadow: 0 -1px 30px 0 rgba(0, 0, 0, .7);
  box-shadow: 0 -1px 30px 0 rgba(0, 0, 0, .7);    
  }
.close-chat-panel{
  display: inline-block;
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 15px;  
  }  
.close-chat-panel:after{
  position: absolute;
  top: 0;
  right: 0;  
  content:"\f00d";
  font-family: 'FontAwesome';
  font-size: 24px;
  color: #ffffff;
  text-shadow: 2px 2px 0px rgb(0,0,0 ,0.1);
  line-height: 43px;
  }
.chat-btn{
  position: fixed; 
  right: 15px; 
  bottom:74px; 
  display: block; 
  z-index: 9999;
  }  
.chat-btn.wexin{
  bottom:20px; 
  }  
@media screen and (max-width: 640px) {
  .chat-btn{
    right: 0; 
    bottom:73px; 
    }  
  #we-toggle + label,
  #chat-toggle + label {
    margin-right:10px; 
    }
}   

/*index popup*/
.popup-mask{
  display:block;
  width:100%;
  }
.popup-mask.higher{
  height: 300px;
  } 
.popup-title{
  font-weight:bold;
  color:#222222;
  padding:0 0 10px 0;
  border-bottom: 1px solid #e0e0e0;
  font: 700 27px 'Open Sans Condensed','Arial Narrow','Helvetica Narrow',arial,helvetica,sans-serif;
  }
.popup-bottom{
  width:100%;
  text-align:right;
  padding:15px 0 0 0;
  margin:8px 0 0 0;
  border-top:1px solid #e0e0e0;
  } 
.index-popup-body {  
  position: fixed;
  top: 50%;
  left: 50%;
  display: block;
  width: 80%;
  max-width:320px;
  margin:0 auto;  
  background-color: #ffffff;
  transform: translate(-50%, -50%);
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
  z-index: 10001;
  }
.main-popup-body {  
  position:absolute;
  top: 20%;
    left: 0;
    right: 0; 
  display: block;
  padding: 20px;
  margin:0 auto;
  width: 90%;
  max-width: 690px; 
  background-color: #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.5);
  z-index: 10001;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  } 
.main-popup-body.slide-down{
    max-width: 480px;  
  animation: slide_down 0.2s ease-out;
  top: 5%;
  margin-bottom: 5%;
  } 
    @keyframes slide_down{    
      0% { top:-2%;opacity: 0;} 
      100% { top:5%;opacity: 1; }
      } 
    @-webkit-keyframes slide_down{    
      0% { top:-2%;opacity: 0;} 
      100% { top:5%;opacity: 1; }
      }   
    @-moz-keyframes  slide_down{    
      0% { top:-2%;opacity: 0;} 
      100% { top:5%;opacity: 1; }
      } 
    @-o-keyframes slide_down{   
      0% { top:-2%;opacity: 0;} 
      100% { top:5%;opacity: 1; }
      }
.main-popup-body.slide-down.roll{
  top: 25%;
  animation: slide_fade 0.2s ease-out;
  }
    @keyframes slide_fade{    
      0% { opacity: 0;} 
      100% { opacity: 1; }
      } 
    @-webkit-keyframes slide_fade{    
      0% { opacity: 0;} 
      100% { opacity: 1; }
      }   
    @-moz-keyframes  slide_fade{    
      0% { opacity: 0;} 
      100% { opacity: 1; }
      } 
    @-o-keyframes slide_fade{   
      0% { opacity: 0;} 
      100% { opacity: 1; }
      }

.main-popup-body.roll-in-out{  
  position:fixed;
  } 
.main-popup-icon:after{
  position:relative;
  left:0;
  top:0;
  display: inline-block;
  content: "\f00d";
  font-family: 'FontAwesome';
  font-size:21px;
  color:#c5c5c5;
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    }
.pop-processing {
  position: relative;
  width: 100%;
  min-height: 200px;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  }
.pop-processing span{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 10px auto 0 5px;
    font-size: 17px;
  color:#F90;
  }
.popup-body{
  padding: 40px 30px 30px 30px;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  } 
.popup-head{
  position:relative;
  left:0;
  top:0;
  display:block;
  color:#fff;
  width:auto;
  margin:0 auto;
  height:105px;
  border-radius:8px 8px 0 0 ;
  text-align:center;
  overflow:hidden;
  z-index:0;
  text-align:center;
  }
.popup-head:before{
  content: '';
  position: absolute;
  bottom: 40px;
    left:50%;
  margin:0 0 0 -275px;
  width: 550px;
  height: 550px;
  background: #b0e458; 
  background: -moz-linear-gradient(top, #b0e458 0%, #b0e458 90%, #09d140 100%); 
  background: -webkit-linear-gradient(top, #b0e458 0%,#b0e458 90%,#09d140 100%); 
  background: linear-gradient(to bottom, #b0e458 0%,#b0e458 90%,#09d140 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0e458', endColorstr='#09d140',GradientType=0 );
  border-radius: 100%;
  z-index: 2; 
  }
.popup-head:after{
  content: '';
  position: absolute;
  bottom: 0;
    left:50%;
  margin:0 0 0 -300px;
  width: 600px;
  height: 600px;
  background: #b0e458; 
  background: -moz-linear-gradient(top, #b0e458 0%, #b0e458 80%, #09d140 100%); 
  background: -webkit-linear-gradient(top, #b0e458 0%,#b0e458 80%,#09d140 100%); 
  background: linear-gradient(to bottom, #b0e458 0%,#b0e458 80%,#09d140 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0e458', endColorstr='#09d140',GradientType=0 );
  border-radius: 100%;
  z-index: 1; 
  }
.index-popup-close {
  cursor: pointer;
  position: absolute;
  right: 12px;
  top: 12px;
  z-index:3;
  }
.index-pop_overlay {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .7);
  z-index: 10000;
  }
.main-pop_overlay {
  content: "";
  position: fixed;
  left:0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .7);
  z-index: 10000;
  }
.index-pop-title{
  display:block;
  width:100%;
  margin:0 0 15px 0;
  font-weight:bold;
  font-size:21px;
  letter-spacing:2px;
  text-align:center;
  }
.index-click-close{
  width: 100%;
  }
.index-popup-contact p{
  color:#222222;
  font-size:15px;
  line-height:1.5;
  margin:0 0 25px 0;
  } 
/*index popup end*/

.mike-line{
  display: block;
  margin: 0 auto;
}
.popup-note,
.popup-content{    
  display: block; 
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  text-align: center;
  line-height: 1.2;
  color: #222222;   
  }
.popup-note{
  display: block;
  text-transform: uppercase;
  font: 700 27px 'Open Sans Condensed','Arial Narrow','Helvetica Narrow',arial,helvetica,sans-serif;
  padding: 10px 0 0 0;
    }
.popup-note span{
    display: block;
    font-size: 20px;
    font-weight: 100;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    }
.popup-content{
    padding: 10px 0 40px 0;
    font-size: 16px;
    color: #707070;     
  }

a.popup-mask{
  text-decoration: none;
  outline: none;
  }

.chat-btn{
  font-family: "Open Sans", Helvetica, Arial, STHeiti, "Microsoft JhengHei", 微軟正黑體, sans-serif;
  }