/*
 * @Author: lminjuan 
 * @Date: 2022-01-12 10:40:41 
 * @Last Modified by: lminjuan
 * @Last Modified time: 2022-01-20 16:40:42
 */

.banner {
    height: 289px;
    background: url("../images/new/trend.png") center center no-repeat;
    background-size: cover;
}
.main {
    padding-bottom: 60px;
    margin-bottom: 3px;
    background: url("../images/business/bg.png") center top no-repeat #faf9f7;
}
.guide,
.guide-content {
    margin-top: 50px;
    height: 870px;
    background-color: #fff;
}
.guide-content {
    width: 883px;
}
.guide {
    width: 284px;
}
.line {
    height: 3px;
    background-color: #e4e4e4;
}
.guide-wrap {
    margin: 0 63px 0 47px;
    width: 194px;
}

.guide-icon {
    display: block;
    margin-bottom: 28px;
    text-align: center;
    width: 194px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #fefefe;
    background-color: #e9cb8a;
    box-sizing: border-box;
}
.guide-wrap .guide-icon:nth-child(1) {
    margin-top: 29px;
    padding-left: 0;
    font-size: 24px;
    color: #232222;
    text-align: center;
    height: 42px;
    border-bottom: solid 2px #dda938;
    background: #fff url("../images/business/g1.png") 0 center no-repeat;
}
.guide-wrap .guide-icon:nth-child(n + 2):hover {
    background-color: #dda938;
}
/* 表格 */
.data {
    margin: 0 auto;
    margin-top: 10px;
    border-collapse: collapse;
    table-layout: fixed;
    width: 800px;
}
.data th {
    height: 51px;
}

.data td {
    height: 50px;
	font-size:14px !important;
}
.data td,
.data th {
    /* border: 1px solid rgb(211, 211, 209); */
    text-align: center;
    box-sizing: border-box;
}
.data th {
    text-align: center;
    background-color: #e9ecf0;
    font-size: 20px;
    color: #000000;
}
.view-details {
    display: inline-block;
    width: 70px;
    height: 31px;
    text-align: center;
    line-height: 31px;
    background-color: rgb(233, 203, 138);
    border-radius: 16px;
    font-size: 12px;
    color: #fff;
}
.view-details:hover {
    background-color: rgb(221, 169, 56);
}
.transaction-bdl {
    position: relative;
}
.transaction-more {
    display: block;
    position: absolute;
    right: 19px;
    top: -52px;
    width: 65px;
    height: 26px;
    line-height: 26px;
    box-sizing: border-box;
    background: url("../images/transaction1.png") 40px 7px no-repeat;
    font-size: 18px;
    color: #000;
}
.second,
.first-side {
    font-size: 16px;
    color: #000;
}
.three,
.four {
    font-size: 18px;
    color: #000;
}
.tr-wrap {
    border: 0;
    height: 800px;
    width: 100%;
}
.pager-wrap {
    margin: 0 auto;
    width: 800px;
    height: 73px;
    overflow: hidden;
    /* border: 1px solid rgb(211, 211, 209); */
    border-top: 0;
    box-sizing: border-box;
}
.pager {
    font-size: 14px;
    color: #5c5c5c;
}
.m-pagination-page > li > a {
    height: 30px;
    background-color: #fff;
    border-radius: 4px;
    border: solid 1px #d9d9d9;
    line-height: 30px;
    display: inline-block;
    padding: 0 10px;
    text-decoration: none;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    font-size: 14px;
    color: #5c5c5c;
}
.m-pagination-page > li.active > a {
    color: #e7a838;
    background-color: #fff;
    border-radius: 4px;
    border: solid 1px #e7a838;
}
.first-th {
    width: 163px;
}
.three-th {
    width: 190px;
}
.four-th {
    width: 130px;
}
.five-th {
    width: 78px;
}
.content {
    display: inline-block;
    width: 350px;
}
.second{
	text-align: left !important;
}
.second a{ 
    color: #000;
}