


/*=========留言本=========*/

.gbook-add .detail-boxing {width: 960px;margin: 0 auto;display: flex;}
.gbook-add .detail-boxing > .left{width: 35%;margin: 0px;overflow: hidden;/* float: left; */padding-inline-start: 0px;}
.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%;padding-top: 4px;/* overflow: hidden; *//* float: left; */}
.gbook-add .detail-boxing > div textarea{width: 100%;height: 355px;}
.gbook-add .detail-boxing  div input{width: 90%;padding-left: 5px;height: 25px;}

.gbook-add form .function {

    clear: both;

    width: 960px;

    margin: 30px auto 0 auto;

    /* height: 47px; */

    overflow: hidden;
}



.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;}


