	
.gotop {
  position: fixed;
  top: 22%;
  bottom: 0;
  right:0;
  height: 400px;
  text-align: center;
  cursor: pointer;
  z-index: 9999;
  border-radius: 15px 0 0 15px;
  transition: all .1s ease, right 0s linear;
  width: 110px;
  font-family:微軟正黑體, "Microsoft JhengHei", Arial;
  background-color: rgba(0,0,0,0.8);
		
}


.row_fill{
	margin-left:0;
	margin-top:0;
}
.row_fill_img{max-width: 106px;width: 80%;}

.gotop ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.gotop li  {
    position: relative;
    margin: 0;
    padding: 0;
    font-weight: 800;
    font-size: 15px;
    line-height: 49px;
    
}

.gotop li:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 16%;
    width: 68%;
    height: 1px;
    background-color: rgba(255,255,255,0.2);
}


.gotop a {
  color: #9C72E0;
  text-decoration: none;
}

.gotop a:link {
	color: #9C72E0;
	text-decoration: none;
}
.gotop a:hover {
  color: #fff;
	text-decoration: none;
}
.gotop a:active {
	text-decoration: none;
	color: #fff;
}

.gotop .footer {
    position: relative;
    margin-left: 10px;
    font-weight: 800;
    font-size: 24px;
    margin-top: 21px;
}

.gotop .footer a {
    display: block;
    padding-top: 11px;
}

.gotop .footer a:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 44%;
    display: block;
    width: 0;
    height: 0;
    border-width: 0 5px 8px 5px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}


@media (min-width: 960px) {
  .gotop {
    position: fixed;
    bottom: 0;
    right:0%;
    cursor: pointer;
    z-index: 9999;
    transition: all .1s ease, right 0s linear;
    height: 450px;
    top: 22%;
    background-color: rgba(0,0,0,0.8);
    text-align: center;
    font-family:微軟正黑體, "Microsoft JhengHei", Arial;
  }
  .row_fill{margin-left:0; margin-top:0; }
  .row_fill_img{max-width: 106px;width: 70%;}
}

@media (max-width: 959px) and (min-width: 769px) {
  .gotop {
    position: fixed;
    bottom: 1%;
    right: 0;
    text-align: center;
    cursor: pointer;
    z-index: 9999;
    height: 400px;
    transition: all .1s ease, right 0s linear;
    width: 110px;

    font-family: 微軟正黑體, "Microsoft JhengHei", Arial;
  }
  .row_fill{margin-left:0; margin-top:0;}
  .row_fill_img{max-width: 106px;width: 70%;}

}

@media (max-width: 768px) and (min-width: 300px) {
  .gotop {display: none;}

}