@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.eot');
    src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/iconfont.woff') format('woff'),
    url('../fonts/iconfont.ttf') format('truetype'),
    url('../fonts/iconfont.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

/*设置字体大小*/
.text-small {
    font-size: 12px;
    line-height: 12px;
}

.text-middle {
    font-size: 16px;
    line-height: 16px;
}

.text-large {
    font-size: 24px;
    line-height: 24px;
}

/*设置字体粗细*/
.font-weight-bold {
    font-weight: bold;
}

.font-weight-normal {
    font-weight: normal;
}

.font-weight-lighter {
    font-weight: lighter;
}

/*设置字体颜色*/
.text-black {
    color: black;
}

.text-gray {
    color: gray;
}

.text-blue {
    color: blue;
}

/*设置字体位置*/
.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

/*设置margin居中*/
.margin-center {
    margin: 0 auto;
}

/*设置display模式*/
.display-block {
    display: block;
}

.display-inline-block {
    display: inline-block;
}

.display-flex {
    display: flex;
}

.display-grid {
    display: grid;
}

.display-none {
    display: none;
}

/*设置overflow*/
.overflow-hidden {
    overflow: hidden;
}

.overflow-scroll {
    overflow: scroll;
}

.overflow-auto {
    overflow: auto;
}

/*设置float*/
.float-left {
    float: left;
}

.float-right {
    float: right;
}

/*设置位置*/
.position-absolute {
    position: absolute;
}

.position-relative {
    position: relative;
}

.position-fixed {
    position: fixed;
}

.position-sticky {
    position: sticky;
}

/*设置阴影*/
.box-shadow-gray {
    -moz-box-shadow: 2px 2px 15px #ccc;
    -webkit-box-shadow: 2px 2px 15px #ccc;
    box-shadow: 2px 2px 15px #ccc;
}

.text-shadow-white {
    text-shadow: 1px 1px 1px white;
}

/*设置footer格式*/
.footer-text {
    text-align: center;
    color: gray;
    font-size: 14px;
    margin: 30px auto;
}

/*设置边框属性*/
.border-none {
    border-style: none none none none;
}

.border-bottom-1 {
    border-style: none none solid none;
    border-width: 0 0 1px 0;
}

.border-bottom-2 {
    border-style: none none solid none;
    border-width: 0 0 2px 0;
}

.border-bottom-3 {
    border-style: none none solid none;
    border-width: 0 0 3px 0;
}

.border-top-2 {
    border-style: solid none none none;
    border-width: 2px 0 0 0;
}

/*设置宽度*/
.width-100 {
    width: 100%
}

.width-50 {
    width: 50%
}

.width-45 {
    width: 45%
}

/*设置边角弧度*/
.border-radius-5 {
    border-radius: 5px;
}

/* 设置滚动条的样式 */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

/* 滚动槽 */
::-webkit-scrollbar-track {
    background: white;
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5);
    border-radius: 4px;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
    background: #efeeee;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
}

/*滚动条滑块滑过时*/
::-webkit-scrollbar-thumb:hover {
    background: rgba(222, 222, 222, 0.68);
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 0, 0, 0.4);
}

.name-readonly {
}

.payment-check-list {
}

.transfer-payment-check-list {
}

/*颜色*/
.color-red {
    color: darkred;
}

/*title样式*/
.title-small {
    font-size: 13px;
    line-height: 13px;
    margin-left: 2.7em;
}

.second-doc-submit {
}

.first-property-doc-div {
}

.second-property-doc-div {
}

.couple {
}

/*显示或隐藏*/
.hidden {
    visibility: hidden;
}

.visible {
    visibility: visible;
}

.title-take-show {
}

.tax-free-show {
}

.owner2-show {
}

.user-info-table thead th[id="1"] {
    text-align: right;
    width: 150px;
}

.user-info-table tr th[id="2"] {
    width: 550px;
}

.user-info-table thead {
    display: none;
}

.receipt p {
    font-family: "Times New Roman", Times, serif;
}

.info p {
    line-height: 20px;
    padding-left: 20px;
}

.info {
    padding-top: 10px;
}

.title {
    padding-top: 15px;
    font-size: 30px;
    line-height: 30px;
}

.number p {
    padding-top: 25px;
}

.from p {
    line-height: 35px;
    padding-top: 35px;
}

.sum, .payment, .note p {
    line-height: 35px;
}

.sign {
    padding-top: 100px;
}

.sign p {
    line-height: 35px;
}

.remark p {
    padding-top: 10px;
    line-height: 35px;
    font-weight: bold;
    font-style: italic;
    text-decoration: underline;
}

.line p {
    padding-top: 20px;
}

.edge p {
    padding-top: 40px;
}

.handover p {
    font-family: "Calibri", Calibri, "Microsoft YaHei", 微软雅黑， serif;
}

.handover table th {
    font-weight: bold;
    background-color: lightgray;
    height: 80px;
}

.handover table {
    border-collapse: collapse;
}

.handover table td, th {
    border: 1px solid black;
}

.handover table, caption p {
    font-size: 14px;
}

.handover caption {
    padding-top: 15px;
    height: 60px;
    line-height: 25px;
}

.handover table td {
    height: 200px;
    text-align: center;
}

.handover {
    width: 1184px;
}

.contract .contain-body {
    width: 80%;
    margin-left: 10%;
    margin-top: 60px;
    font-size: 15px;
    font-family: "Calibri", Calibri, serif;
    line-height: 22px;
}

.contract .contain-body span {
    font-weight: bold;
}

.contract .contain-body p {
    text-align: justify;
}

.contract .contain-body a {
    font-weight: bold;
    text-decoration: underline;
}

.contract .contain-body li {
    text-align: justify;
    margin-left: 15px;
    padding-left: 5px;
}

.list-style-disc li {
    list-style-type: disc;
}

.list-style-decimal li {
    list-style-type: decimal;
}

.contract .contain-body .sign {
    width: 270px;
    border-style: none none solid none;
}