  .guide{
	  width:110px;
	  height:50px;
	  position: fixed;
	  right: 12px;
	  top:50px;
	  border: 0px solid #c8c8c8;
	  
  }
  .guide:hover{
	  opacity: 0.9;
  }
  .guidetext{
  	  width:45px;
  	  height:20px;
  	  margin-top: 8px;
  	  margin-left: 27px;
  	  color: #8d8d8d;
  	  font-size: 14px;
  	  font-weight: 400;
  	  cursor: default;
  	  
  }
   
  .guidecontext{
  	  width:600px;
  	  height:600px;
  	  display:none;
  	  position: fixed;
  	 
	  left:400px;
	  top:150px;
  	 
  	  color: #9b9b9b;
  	  font-size: 14px;
  	  font-weight: 400;
  	  background-color: white;
  	  border: 1px solid #c8c8c8;
  	  box-shadow:0px 0px 20px #a8a8a8 ;
  	  border-radius: 3px;  
  }
  .gctitle{
  	  width:598px;
  	  height:40px;
  	  position: fixed;
  	  left:401px;
  	  top:151px;
  	  color: #ffffff;
  	  font-size: 14px;
  	  font-weight: 400;
  	  background-color: #d8d8d8;
	  background-image: linear-gradient(to bottom, rgba(250, 250, 250, 0.9),rgba(237, 237, 237, 0.9),#d8d8d8);
	  
  	  border-bottom: 1px solid #dedede;
	  
  	  border-radius: 3px;  
  }
  .gt{
  	  width:150px;
  	  height:560px;
  	  position: fixed;
  	  left:401px;
  	  top:189px;
  	  color: #ffffff;
  	  font-size: 14px;
  	  font-weight: 400;
  	  background-color: #fafafa;
  	  border-right: 1px solid #dedede;
  }
  .cont{
  	  width:448px;
  	  height:560px;
  	  position: fixed;
  	  left:551px;
  	  top:189px;
  	  color: #000000;
	  overflow: auto;
  	  background-color: #ffffff;
  }
  .gcsec{
  	  width:150px;
  	  height:30px;
  	  
  	  color: #151515;
  	  font-size: 14px;
  	  font-weight: 400;
  	   
  }
  .gcsectext{
  	  width:100px;
  	  height:30px;
  	  color: #151515;
  	  font-size: 14px;
  	  font-weight: 400;
  	   
  }