
.gotop {
  position: fixed;
  top: 60px;
  bottom: 0;
  right:0%;
  height: 55%;
  text-align: center;
  cursor: pointer;
  z-index: 9999;
  border-radius: 15px 0 0 15px;
  transition: all .1s ease;
  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 .go_top {
    color: #9C72E0;
    text-decoration: none;
}
.gotop .go_top:link {
    color: #9C72E0;
    text-decoration: none;
}

.gotop .go_top:hover {
    color: #fff;
    text-decoration: none;
}

.gotop .go_top:active {
    text-decoration: none;
    color: #fff;
}

.gotop .footer {
    position: relative;
    margin-left: 10px;
    font-weight: 800;
    font-size: 24px;
    margin-top: 21px;
}

    .gotop .footer .go_top {
        display: block;
        padding-top: 11px;
    }

        .gotop .footer .go_top: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;
    height: 350px;
    top: 60px;
    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:2.5%;
    text-align: center;
    cursor: pointer;
    z-index: 9999;
    border-radius: 10 0 0 50%;
    transition: all .1s ease;
    width: 110px;
    font-family:  "Microsoft JhengHei UI";
  }
  .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;}

}