@charset "utf-8";
img {
    width: 100%;
}
p {
    height: max-content;
    max-height: 100%;
}
/**{
    font-weight: normal;
}*/
/* 卫星图*/
.sate-top-p {
    padding: 10px;
    margin-top: 40px;
    font-weight: bold;
    background-color: #ffffff;
}
.satellite {
    width: 100%;
    height: 550px;
    border: 0;
}
.del-empty {
    font-size: 0;
}

/* 地块表格*/
.table {
    width: 100%;
    font-size: 16px;
    margin: 0 auto;
    color: #000000;
    border-spacing: 0;
    border-collapse: collapse;
}
.table>thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
    background-color: #0a589d;
}
.table thead th {
    border: 1px solid #10387b;
    padding: 8px 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.table tbody td {
    padding: 16px 8px;
    font-size: 16px;
    border: 1px solid #10387b;
    background-color: rgb(199 232 254);
}

/*预约表*/
.yykd>div:first-child {
    width: 900px;
    margin: 0 auto;
}
.yykd>div:last-child {
    display: inline-block;
}
.bottom-spacing {
    margin: 0 auto 50px;
}
.bd-coll {
    display: inline-block;
    border: solid 2px #10387b;
}
.bd {
    width: 840px;
    margin: 0;
    border-spacing: 0;
    border-collapse: collapse;
}
.bd>tbody>tr:last-child>td {
    border-bottom-width: 0;
}
.bd tr td {
    font-weight:bold;
    text-align: center;
    color: #ffffff;
    background-color: rgb(16 56 123);
    border-bottom: 1px solid #297fc5;
    font-size: 22px;
}
.bd tr td input{
    width: calc(100% - 0px);
    height: 50px;
    padding: 0;
    text-indent: 12px;
    letter-spacing: 2px;
    border-width: 0;
    outline: none;
}
.bd tr td textarea{
    width: 100%;
    height: 80px;
    padding: 0;
    display: block;
    font-size: 16px;
    letter-spacing: 2px;
    font-family: '楷体', serif ;
    resize: vertical;
    border-width: 0;
}
.btnc {
    background: rgb(255 255 255) no-repeat;
    color: #10387b!important;
    width: 16%;
    border: none;
    border-radius:4px;
}
.table_bottom{
    margin-top: 26px;
}
.table_bottom>div {
    display: inline-block;
    width: 100%;
    text-align: left;
    padding: 20px 0;
}
.table_bottom span{
    font-size: 24px;
    line-height: 1.6em;
    color: #ffffff;
}
.table_bottom input{
    font-size: 24px;
    line-height: 1.6em;
    color: #f2e8dc;
    float:right;
    cursor:pointer;
}
.contacts {
    padding-top: 20px;
    padding-bottom: 20px;
    display: inline-block;
    text-align: left;
}
.contacts h1 {
    font-size: 24px;
    color: #ffffff;
}
.contacts>h1:not(:first-child) {
    margin-top: 10px;
}
.indent {
    width: 30px;
    display: inline-block;
}
/*end*/

/*===画册下载部分===*/
.hcxz{
    color: #f3f1ef;
}
.hcxz>p{
    padding: 15px 0;
    font-family: "楷体", serif;
    font-size: 22px;
}
.hcxz>p>b{
    padding: 5px 8px;
    color: #fff;
    background: #10387b;
    border-radius:8px;
    box-shadow: 1px 1px 8px #10387b;
}
.hcxz>p>b:hover{
    color: #f9e3cb;
    background: #ee5454;
    transition: all .3s ease .1s;
}

