@charset "utf-8";
.tb{
    display: grid;
    grid-template-columns: 50% 45%;
    justify-content: space-between;
    width: auto;
    height: auto;
    overflow: hidden;
    margin-top: 60px;
    margin-bottom: 60px;
}
@media (max-width:767px){
    .tb{
        grid-template-columns: auto;
    }
}
.tb_left,.tb_right{
    display: block;
    width: auto;
    height: auto;
    overflow: hidden;
}
.title{
    display: block;
    width: auto;
    height: auto;
    color: #000;
    font-size: 2rem;
    font-weight: bold;
}
.miaoshu{
    display: block;
    width: auto;
    height: auto;
    font-size: 1.2rem;
}
.form{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
    width: auto;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}
.form-item{
    width: calc(50% - 20px/2 );
    height: auto;
}
.form-item:first-child{
    width: 100%;
}
.form-item:nth-child(n+6){
    width: 100%;
}
.form-tfoot{
    width: 100%;
}
#form-save{
    background-color: #000;
    height: 50px;
}
.map{
    width:100%;
    border: none;
    height: 400px;
    display: block;
    overflow: hidden;
}
.tb_tb{
    display: block;
    width: auto;
    height: auto;
    text-align: center; 
}
.tb_pic{
    background-color: #fff;
    display: block;
    width: auto;
    height: auto;
    padding-bottom: 100%;
    position: relative;
}
.tb_pic:hover{
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
.tb_name{
    display: block;
    width: auto;
    height: auto;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}