 * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: "ALKATIP Tor Tom", sans-serif;
        }
        body {
            background-color: #202328;
			
        }
        .putunbat{
    	max-width: 640px;
    	min-width: 300px;
    	margin: 0 auto;	
    }
        .container {
            max-width: 640px;
            margin: 0 auto;
            border-radius: 8px;
            overflow: hidden;
        }
        .header-btn {
            width: 100%;
            padding: 40px;
            color: white;
			border-radius: 10px;
            border: none;
            font-size: 18px;
            text-align: center;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
        }
        .header-btn .complaint-icon {
            width: 24px;
            height: 24px;
            object-fit: contain;
        }
        .input-group {
            padding: 15px;
        }
        .input-item {
            margin-bottom: 10px;
			direction: rtl;
			display: flex;
			align-items: center;
			right: 10px;
        }
        .input-item label {
            display: block;
            color: #666;
            font-size: 14px;
            margin-bottom: 5px;
            text-align: right;
			font-size: 0.9rem;
			margin-top: 10px;
        }
        .input-item input,
        .input-item textarea {
            width: 100%;
            padding: 12px;
			border: none;
			outline: none;
            border-radius: 4px;
            font-size: 16px;
            text-align: right;
            background-color: #313540;
            color: #fff; 
        }
        /* 文本域占位符省略号样式 */
        .input-item textarea {
            min-height: 100px;
            resize: none;
            overflow: hidden; /* 隐藏超出内容 */
            text-overflow: ellipsis; /* 超出显示省略号 */
        }
        ::placeholder {
            color: #999;
            opacity: 1;
        }
		.input-item p{
			width: 5px;
			height: 20px;
			background: red;
			margin-left: 10px;
		}
        .submit-btn {
            width: 90%;
            padding: 15px;
            background-color: #ff6b81;
            color: white;
            border: none;
            font-size: 18px;
            cursor: pointer;
            margin: 0px auto 30px auto;
            border-radius: 10px;
            display: flex;
            justify-content: center;
            align-items: center;
			border: none;
        }
        
        .back-btn {
            width: 90%;
            padding: 12px;
            background: linear-gradient(90deg, #ffe74f, #ffcd0c);
            color: #ff6b81;
            font-size: 16px;
            cursor: pointer;
			border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            margin: 10px auto 0 auto; 
			border: none;
        }
        .back-btn::before {
            content: "◀";
            font-size: 20px;
        }
		.bat-usti {
        width: 100%;
        height: 180px;
        background: linear-gradient(90deg, #ffe74f, #ffcd0c);
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        direction: rtl;
        }
        
        .bat-usti span:first-child {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: block;
        }
        .bat-usti span:first-child img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }
        
        .bat-usti_rasim {
            width: 90%;
            height: 85px;
            padding: 0 0px;
            box-sizing: border-box;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            direction: rtl;
        }
        .top-row{
            width: 90%;
            height: auto;
            margin: 0 auto;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            font-size: 1rem;
            z-index: 999;
            gap: 15px; 
            padding: 0px 0;
        }
        .top-row img{
            width: 60px;
            height: 60px;
            display: block;
        }
        .top-row p {
            color: #333;
            margin: 0;
        }