﻿*{padding: 0; margin: 0;}
body{  -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;}
img {display: block; width: 100%;}
.main {width:550px; margin: 0 auto 0;}
.ddtt{margin: 0 5%;}
.ddtt .nrdd{
    color: rgb(235, 249, 0);
    font-weight: bold;
    font-family: TikTokFont-Bold;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    font-size: 1.5rem;
    margin:.5rem 0;
    }

.ddtt h1{font-size: 1.25rem; font-weight: normal; margin-bottom: 20px;}
.qfa p{font-size: 1.2rem; margin-bottom:20px; font-weight: bold; color: #000;}
.dkt{display: flex; font-size: 1.1rem; justify-content: space-between; border-bottom: #ccc solid 1px; padding-bottom: 10px; margin-bottom: 20px;}
.dkt span{font-weight: bold; color: #111;}
input[type="radio"]{-webkit-transform: scale(1.8);-moz-transform: scale(1.8);-ms-transform: scale(1.8);-o-transform: scale(1.8);transform: scale(1.8);}
#submitBtn{width: 100%; border: none; height:60px; font-size:1.25rem; letter-spacing:5px; display: block; border-radius: 5px; font-weight: bold;}
button{padding: 10px 20px;background-color:#005cc8;color: white;border: none;cursor: pointer;}
.zp_tok{margin-top:30px;}
.zp_tok h2{margin-bottom:10px; font-size: 1.2rem; color: #111;}
.zp_tok p{font-size: .95rem; color: #666; line-height:1.5; }
.zp_tok p span{font-weight: bold; color: #333;}
button:disabled {
    background-color: #ddd;
    cursor: not-allowed;
}
@media (max-width:767px) {
    .main {width: 100%;}
}
