@charset "utf-8";
.gostore{
	z-index:99980;
	display: block ;
	margin: 0 ;
	padding: 0 ;
	position: relative;
}
 
.gostore p{
	margin: 0 ;
	padding: 0 ;

	position: fixed ;
	right: 16px ;
	bottom: 200px ;
}
 
.move_gostore{
    background: #FEE4E7;
/*    background: -moz-linear-gradient(top,  #ff9d9d 0%, #ff0000 100%);
    background: -webkit-linear-gradient(top,  #ff9d9d 0%,#ff0000 100%);
    background: linear-gradient(to bottom,  #ff9d9d 0%,#ff0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9d9d', endColorstr='#ff0000',GradientType=0 );*/
    border: solid 2px red;
/*    border-radius: 6px;*/
    color: red !important;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    height: 150px;
				width: 40px;
    line-height: 20px;
    padding: 10px 3px;
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.move_gostore:hover{
	color: #fff;
	opacity: 0.6;
}