@charset "utf-8";
/* CSS Document */

body,td,th {
	font-size: 14px;
	font-family:宋体;
	font-weight:normal;
}
body {
		font-family:宋体;
	font-weight:normal;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.att {cursor: pointer;
    width: 58%;
    height: 38px;
    font-size: 18px;
    display: block;
    color: rgb(255, 255, 255);
    font-family: 微软雅黑;
    border-radius: 4px;
    background: #ef4c4d;
    margin: 10px auto; 
    text-align:center;
    padding-top:5px;
	}
	
	.zxxj{    
	cursor: pointer;
    width: 58%;
    height: 38px;
    font-size: 18px;
    display: block;
    color: rgb(255, 255, 255);
    font-family: 微软雅黑;
    border-radius: 4px;
    background: #ef4c4d;
    margin: 10px auto;
    text-align: center;
    padding-top: 5px;
	
	}
	
.zi{    font-size: 140%;
margin-top: 6px;
margin-bottom: 0px;

    text-align: center;
    color: #FF7A18;


    font-weight: bold;
	
	}
	
	  .zi1 {
            margin-top: 15px;
            margin-bottom: 15px;
            height: 28px;
            padding: 0px;
            font-size: 16px;
			padding-left: 6px; /* 文字离左边距 2px */
            border-radius: 10px;
            background-color: #f9f9f9;
            border: 2px solid #ccc;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            outline: none;
            transition: all 0.3s ease;
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23333"><path d="M7 10l5 5 5-5z"/></svg>');
            background-repeat: no-repeat;
            background-position: right 10px center;
            background-size: 12px;
            padding-right: 22px;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            color: #333;
        }

        .zi1:hover {
            border-color: #666;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
        }

        .zi1:focus {
            border-color: #007bff;
            box-shadow: 0 0 8px rgba(0, 123, 255, 0.5);
        }

    /* 默认样式，适用于小于等于960px的屏幕宽度 */
    .your-element {
      width: 100%; /* 或者设置其他默认宽度 */
      box-sizing: border-box;
      margin: 0 auto; /* 居中显示 */
      border: 1px solid #000;
      padding: 2px;
	   border-radius: 5px;
    }

    /* 在屏幕宽度大于960px时应用的样式 */
    @media (min-width: 961px) {
      .your-element {
        width: 38%;
      }
    }
 
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: Arial, sans-serif;
            line-height: 1.6;
            background-color: #fff;
            padding: 1px;
        }

        header {
            text-align: center;
            margin-bottom: 10px;
        }

        h2, h3 {
            font-size: 1.2rem;
        }

      .main-content,.message-list {
            background-color: #fff;
            padding: 10px;
            border-radius: 5px;
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
            margin-bottom: 10px;
        }

      .form-group {
            margin-bottom: 10px;
        }

        label {
			display: inline;
            margin-bottom: 8px;
            font-size: 0.9rem;
        }

        input[type="text"], textarea {
            width: 100%;
            padding: 8px;
            border: 1px solid #ccc;
            border-radius: 3px;
            font-size: 0.9rem;
        }

        textarea {
            resize: vertical;
        }

        input[type="submit"] {
            background-color: #007bff;
            color: #fff;
            padding: 8px 16px;
            border: none;
            border-radius: 3px;
            cursor: pointer;
            transition: background-color 0.3s ease;
            font-size: 0.9rem;
        }

        input[type="submit"]:hover {
            background-color: #0056b3;
        }

      .message-item {
            margin-bottom: 10px;
            padding-bottom: 10px;
            border-bottom: 1px solid #ccc;
        }

        p {
            font-size: 0.9rem;
        }

      .pagination {
            margin-top: 10px;
            text-align: center;
        }

      .pagination a {
            margin: 0 5px;
            text-decoration: none;
            color: blue;
        }

      .pagination span {
            margin: 0 5px;
        }

        @media screen and (max-width: 480px) {
            h2, h3 {
                font-size: 1rem;
            }

            label {
                font-size: 0.8rem;
            }

            input[type="text"], textarea, input[type="submit"], p {
                font-size: 0.8rem;
            }
        }


