body {
    max-width: 600px;
    margin: 0 auto;
    /* overflow-x: hidden; */
}

* {
    padding: 0;
    border: 0;
    box-sizing: border-box;
}
ul {
    list-style: none;
}
.header.index-header {
    height: 50px;
    line-height: 50px;
    border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
      text-align: center;
    font-weight: bold;
    font-size: 26px;
    color: #fff;
}
.header {
    position: fixed;
    z-index: 99;
    width: 100%;
    max-width: 600px;
    background-image: linear-gradient(to right, #67a4f5, #6aa6f5, #63a0f1, #67a6f9, #6ba7f7, #69a4f1, #67a4f5);
}
.pad {
    padding: 4px 2px 1px 2px;
}
.box {
    margin: 5px 0;
    border-radius: 5px;
    overflow: hidden;
    background-image: linear-gradient(to right, #67a4f5, #6aa6f5, #63a0f1, #67a6f9, #6ba7f7, #69a4f1, #67a4f5);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000, endcolorstr=#99000000);
}
.wthd {width: 99%;
    margin: 0 auto;
    background: #f3f3f3;}
.copyright {
    margin: 0 auto;
    padding-bottom: 5px;
    margin-bottom: 8px;
    padding-left: 5px;
    color: #2b2b2b;
    background: #fff;
    font-size: 18px;
}
.copyright .wt{
    font-size: 22px;
    font-weight: bold;
    color: #000;
}


.liuyanapi {}

        #chat-icon {
            position: fixed;
            bottom: 50%;
            right: 20px;
            background-color: #007bff;
            color: white;
            border-radius: 50%;
            width: 50px;
            height: 50px;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
			font-size: 35px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
            z-index: 9999;
        }

        #message-form {
            width: 99%; 
            background-color: rgba(255, 255, 255, 1);
           
            padding: 20px;
            box-shadow: 0px 0px 10px rgb(126 178 247);
            overflow: auto;
            margin: auto; 
            position: relative; 
            top: 55px;
        }

        .close-button {
            position: absolute;
            top: 0px;
            right: 5px;
            background: none;
            border: none;
            font-size: 24px;
            cursor: pointer;
        }

        form {
            width: 100%;
            display: flex;
            flex-direction: column;
        }

        h2 {
            text-align: center;
            margin: 0; 
            padding: 10px 0;
        }

        label {
            display: block;
            margin-top: 10px;
        }

        input, textarea {
            width: 100%; 
            padding: 10px;
            margin-top: 5px;
            border: 1px solid #ccc;
            border-radius: 5px;
            box-sizing: border-box; 
        }

        button[type="submit"] {
            margin-top: 15px;
            background-color: #007bff;
            color: white;
            border: none;
            padding: 10px;
            border-radius: 5px;
            cursor: pointer;
        }

        .captcha-container {
            display: flex;
            align-items: center;
            margin-top: 10px;
        }

        .captcha-container img {
            cursor: pointer;
            width: 30%;
            height: auto;
            margin-left: 10px; 
			margin-top: 0px;
                height: 50px;
        }

        .captcha-input {
            margin-top: 10px;
            width: 100%; 
        }

   
        @media (max-width: 400px) {
            
        }

        .messageList {
    width: 100%;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 4px;
}
.meList {
    width: 100%;
    background-color: #fff;
    font-size: 16px;
}

ul, li {
    list-style-type: none;
}
.meList ul li {
    display: flex;
    align-items: flex-start;
    padding: 5px 10px;
}
.meList ul li .meRight .meTitle .meName {
    color: #1b93f0;
}
.meList ul li .meLeft {
    width: 32px;
    height: 32px;
    margin-right: 10px;
    background-color: rgb(238, 238, 238);
    font-size: 0px;
    border-radius: 50%;
}
img {
    height: auto;;
}
.meList ul li .meRight {
    display: block;
    width: 0%;
    -webkit-box-flex: 1;
    position: relative;
    padding-bottom: 16px;
    flex: 1 1 0%;
}
section {
    max-width: 600px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    min-height: 100%;
    clear: both;
    font-size: .7rem;
}

.meList ul li .meRight .meTitle .meTime {
    float: right;
    color: #909AA4;
}
.meList ul li .meRight .meCont {
        display: flex;
    align-items: flex-start;
    line-height: 20px;
    color: #333;
    text-overflow: ellipsis;
    /* display: -webkit-box; */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    margin-left: -5px;
    padding-left: 5px;
    padding-top: 5px;
    overflow: hidden;
    word-break: break-all;
}
.meList ul li .meRight .meCont img{
    max-width:70px;
    margin-left:10px;
}
.meList ul li .meRight .meping {
    background-color: #efefef;
    padding: 5px 10px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    border-radius: 3px;
    margin-top: 10px;
    word-break: break-all;
}

.page {
    width: 100%;
    background-color: #efefef;
    text-align: center;
}
.page ul {
    padding-left: 8px;
}
.page ul li {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-right: 5px;
    text-decoration: none;
    min-width: 30px;
    text-align: center;
    font-size: 16px;
    margin-bottom: 5px;
    background: #fff;
}
.page ul li a, .page ul li span {
    display: inline-block;
    padding: 5px 20px;
    color: #444;
}
.page ul li a, .page ul li span {
    display: inline-block;
    padding: 5px 20px;
    color: #444;
}