body{font-family:Microsoft JhengHei,sans-serif;margin:0;color:#555;font-size:14px}
	
#gotop {
    position: fixed;
    z-index: 90;
    right: 28px;
    bottom: 28px;
    display: none;
    width: 50px;
    font-size: 30px;
    height: 50px;
    color: #fff;
    background: #00000091;
    line-height: 50px;
    border-radius: 50%;
    transition: all 0.5s;
    text-align: center;
    cursor: pointer;
    box-shadow: 0px 0px 4px #fff;
}
a {
    color: #5e9abb;
    text-decoration: underline;
}
input[type="checkbox"]{margin-right: 5px;}
.long{ max-height: 390px;
    overflow-y: auto;
    border: 1px solid #c1c1c1;
    padding: 10px;
    font-size: 12px;
    padding-left: 30px;word-break: break-all;}
.long ol , .long ul{padding-left: 0}
#gotop:hover{
    background:#ffad00;
}
.text{background: #f1f1f1;
    padding: 7px !important;
    width: 100%;
    border-radius: 10px !important;}
.content{ 
   padding: 5% 15px;
    max-width: 1080px;
    margin: 0 auto;}
ol{padding-left: 20px;}
a:hover{
    text-decoration: none;
}
.fa-angle-up {
    line-height: 43px;
}
.banner1{width:100%;}
.banner2{width:100%;display: none}
@media (max-width:991px)
{
	
	#gotop {
    right: 10px;
		bottom: 10px;}
	.banner1{width:100%;display: none}
.banner2{width:100%;display: block}

}
