


/*=========留言本=========*/

/* 侧边栏样式已提取到 style.css */

/* 列表主内容区域 */
.gbook-list .maincontent {
    float: left;
    width: 100%;
    max-width: 917px;
    margin-top: 25px;
    box-sizing: border-box;
}

.gbook-list .maincontent .gbook-add-link {
    margin-bottom: 15px;
}

.gbook-list .maincontent .gbook-add-link a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #e9c37a;
    color: #fff;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.gbook-list .maincontent .gbook-add-link a:hover {
    background-color: #947c4d;
}

.gbook-list .maincontent ul {
    margin: 0;
    padding: 0;
}

.gbook-list .maincontent ul li {
    border: solid 1px #cccccc;
    margin: 15px 0;
    padding: 15px;
    overflow: hidden;
    border-radius: 4px;
    list-style: none;
}

.gbook-list .maincontent ul li .boxing-logo {
    float: left;
    margin-right: 15px;
}

.gbook-list .maincontent ul li h6 {
    margin: 5px 0;
}

.gbook-list .maincontent ul li .boxing-data {
    margin: 8px 0;
    font-size: 14px;
    color: #666;
}

.gbook-list .maincontent ul li .boxing-data label {
    font-weight: bold;
    margin-right: 5px;
}

.gbook-list .maincontent ul li .boxing-content {
    margin: 10px 0;
    font-size: 14px;
    color: #666;
}

.gbook-list .maincontent ul li .boxing-content label {
    font-weight: bold;
}


.gbook-add .detail-boxing {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    box-sizing: border-box;
}
.gbook-add .detail-boxing > .left{width: 35%;min-width: 240px;flex: 1 1 240px;margin: 0px;overflow: hidden;padding-inline-start: 0px;box-sizing: border-box;}
.gbook-add .detail-boxing > .left li{ margin: 5px 0px;}
.gbook-add .detail-boxing > .left .yzm{display:flex;}
.gbook-add .detail-boxing > .left .yzm > div:first-of-type{margin-right: 20px;}

.gbook-add .detail-boxing > .right{width: 64%;min-width: 260px;flex: 1 1 260px;padding-top: 4px;box-sizing: border-box;}
.gbook-add .detail-boxing > div textarea{width: 100%;height: 355px;max-width: 100%;box-sizing: border-box;}
.gbook-add .detail-boxing  div input{width: 90%;max-width: 100%;padding-left: 5px;height: 25px;box-sizing: border-box;}

.gbook-add form .function {
    clear: both;
    width: 100%;
    max-width: 960px;
    margin: 30px auto 0 auto;
    overflow: hidden;
    box-sizing: border-box;
}

@media (max-width: 900px) {
    .gbook-add .detail-boxing { flex-direction: column; }
    .gbook-add .detail-boxing > .left,
    .gbook-add .detail-boxing > .right { width: 100%; }
    .gbook-add .detail-boxing > div textarea { height: 220px; }
    .gbook-add .detail-boxing div input { width: 100%; }
}



.gbook-add form .function div{width:50%; float: left;}


.gbook-add  form .function input{
    width: 99%;
    background-color: #e9c37a;
    margin-top: 30px;
    border-style: solid;
    border-width: 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    text-align: center;
    color: #fff;
    margin-top: 5px;
    height: 40px;
}

.gbook-add  form .function input:hover{background-color: #947c4d;}


