
a:hover, a:focus{
    text-decoration: none !important;
    outline: none !important;
    
}
.panel-group .panel{
    background-color: #fff;
    border:none;
    box-shadow:none;
    border-radius: 10px;
    margin-bottom:11px;
}
.panel .panel-heading{
    padding: 0;
    border-radius:10px;
    border: none;
}
.panel-heading a{
    color:#fff !important;
    display: block;
    border:none;
    padding:15px 35px 15px;
    font-size: 16px;
    background: radial-gradient( 100% 100% at 100% 0%, #89E5FF 0%, #5468FF 100% );
    font-weight:600;
    position: relative;
    color:#fff;
    box-shadow:none;
    transition:all 0.1s ease 0;
}
/* .panel-heading a:after, .panel-heading a.collapsed:after{

    content: "\f047";
    font-family: fontawesome;
    text-align: center;
    position: absolute;
    left:-12px;
    top: 5px;
    color:#fff;
    background: radial-gradient( 100% 100% at 100% 0%, #89E5FF 0%, #5468FF 100% );
    border: 5px solid #fff;
    font-size: 15px;
    width: 40px;
    height:40px;
    line-height: 30px;
    border-radius: 50%;
    transition:all 0.3s ease 0s;
}
.panel-heading:hover a:after,
.panel-heading:hover a.collapsed:after{
    transform:rotate(360deg);
}
.panel-heading a.collapsed:after{
    content: "\f047";
} */
#accordion .panel-body{
    background-color:#Fff;
    color:#8C8C8C;
    line-height: 25px;
    padding: 10px 25px 20px 25px ;
    border-top:none;
    font-size:14px;
    position: relative;
    box-shadow: 0px 2px 4px rgb(45 35 66 / 40%), 0px 7px 13px -3px rgb(45 35 66 / 30%), inset 0px -3px 0px #d6d6e7;
}

.step{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
	padding: 5px 20px;
    min-width: 300px;
    background: radial-gradient( 100% 100% at 100% 0%, #89E5FF 0%, #5468FF 100% );
    box-shadow: 0px 2px 4px rgb(45 35 66 / 40%), 0px 7px 13px -3px rgb(45 35 66 / 30%), inset 0px -3px 0px rgb(58 65 111 / 50%);
    padding: 0 32px;
    border-radius: 6px;
    color: #fff;
    height: 48px;
    font-size: 18px;
    text-shadow: 0 1px 0 rgb(0 0 0 / 40%);
    transition: box-shadow 0.15s ease,transform 0.15s ease;

    
}



/* 下載 */
.download{
    /* background: linear-gradient(to bottom, #03c8db 22%, #78CAD2); */
	/* background: #e1c332; */
    display: flex;
    justify-content: center;
    align-items: center;
	padding: 5px 20px;
    /* filter: drop-shadow(0 0 3px #666); */
    font-size: 16px;
    padding: 10px;
    border-radius: 15px;  
    min-width: 300px;
    background: #FCFCFD;
    box-shadow: 0px 2px 4px rgb(45 35 66 / 40%), 0px 7px 13px -3px rgb(45 35 66 / 30%), inset 0px -3px 0px #d6d6e7;
    height: 50px;
    /* padding: 0 32px; */
    font-size: 18px;
    border-radius: 6px;
    color: #36395a;
    transition: box-shadow 0.15s ease,transform 0.15s ease;

    
}


@keyframes download-shock{
	0%{
		transform:translateY(1) ;
		transform:scale(0.95); 
		}
	50%{
		transform:translateY(-10px) ;
		transform:scale(1); 
		}
	100%{
		transform:translateY(1) ;
		transform:scale(0.95); 
		}		
} 


.download-big{
    background:#78CAD2;
    border-radius: 40px;
    padding: 20px 20px;
	animation:download-shock 1s infinite;
}




.vh-100 {
    min-height: 100vh!important;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.flex-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}
.mt-auto, .my-auto {
    margin-top:auto!important;
}
.ml-auto, .mx-auto {
    margin-left: auto!important;
}
.mr-auto, .mx-auto {
    margin-right: auto!important;
}
.mt-4, .my-4 {
    margin-top: 1.5rem!important;
}


.QRdownload{
color: #333;
padding-top: 10px;
padding-bottom: 20px;
border-radius: 20px;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;	
align-items: center;
font-weight:bold;
padding: 10px;
border-radius: 15px;  
min-width: 300px;
background: #FCFCFD;
box-shadow: 0px 2px 4px rgb(45 35 66 / 40%), 0px 7px 13px -3px rgb(45 35 66 / 30%), inset 0px -3px 0px #d6d6e7;
height: 240px;
}


.payQRcode{
color: #333;
border-radius: 20px;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;	
align-items: center;
font-weight:bold;
padding: 10px;
border-radius: 15px;  
min-width: 300px;
background: #FCFCFD;
box-shadow: 0px 2px 4px rgb(45 35 66 / 40%), 0px 7px 13px -3px rgb(45 35 66 / 30%), inset 0px -3px 0px #d6d6e7;

}

.pay-text{
    font-size: 14px;
    text-align: center;
    color: #2a90bf;
}

.end-red{
    color: red;
}

.btn-1{
    background: linear-gradient(to bottom, #FDFDFD 22%, #d8d8d8);
    border-radius: 8px;
    border: 1px solid #989898;
    border-width: 0 1px 1px;
    border-color: transparent #c2c2c2 #989898;
    box-shadow: 0px 0px 4px #00000059;
}


.download-img{
    display: flex;
    justify-content: center;
    align-items: center;
}

.download-img p {
    padding-top: 10px;
    padding-left: 5px;
}

.pc-img{
    margin: 10px;
}
.pc-img img{
    width: 80px;
    
}

.not-yet{
    opacity: 0.5;
}

.nav-link{
    color: #fff;
    float: right;
    margin: 20px;
}

.nav-link span{
    font-size: 1.5rem;

}

