[v-cloak] {
    display: none;
}
body, h3 {
    margin: 0;
}
ul {
    margin: 0;
    list-style: none;
    padding: 0;
}
.index {
    width: 100%;
    background: url(../../img/index-bg1.png) no-repeat;
    height: 100%;
    position: fixed;
    background-size: cover;
    z-index: -1;
}

.trade-bg-box {
    padding: 24px 0;
    min-height: 873px;
}
.trade-content {
    background-color: white;
    display: flex;
    width: 1200px;
    height: 600px;
    border-radius: 8px;
    margin: 0 auto;
    padding: 16px 24px;
    box-sizing: border-box;
    font-size: 16px;
    color: #1F2329;
}
.trade-content .trade-left .trade-list .item.active-item span {
    color: #317BEA;
}
.trade-left {
    background: #F8F9FA;
    border-radius: 4px;
    width: 208px;
    height: 100%;
    margin-right: 24px;
}
.trade-title {
    padding: 16px;
    font-weight: 600;
    line-height: 24px;
}
.trade-list .item {
    position: relative;
    line-height: 40px;
    height: 40px;
    cursor: pointer;
}
.active-item::before {
    position: absolute;
    content: "";
    width: 4px;
    height: 100%;
    background: #317BEA;
    left: 0;
}
.item i {
    margin-left: 18px;
}
.item i.expand-icon {
    right: 14px;
    position: absolute;
}
.active-item {
    background: #E3EFFF;
    color: #317BEA !important;
    font-weight: 600;
}
.active-item i {
    color: #317BEA;
}
.item-ul li{
    padding-left: 44px;
    color: #646A73;
}
.trade-right {
    flex: 1;
}
.tab-btn .el-button{
    font-size: 16px;
    line-height: 24px;
    margin-right: 32px !important;
    color: #1F2329;
    border: 0;
    border-radius: 0;
    padding: 4px 0;
}
.tab-btn .active-btn {
    font-weight: 600;
    border-bottom: 2px solid #317BEA;
    color: #317BEA;
}
.tab-btn.el-button-group>.el-button:first-child:last-child {
    border-radius: 0;
}
.search-box {
    margin-bottom: 10px;
    width: 100%;
    display: flex;
    margin-top: 15px;
}
.search-box .el-dropdown {
    color: #1F2329;
    border: 1px solid #D0D3D6;
    box-sizing: border-box;
    padding: 0 12px;
    display: flex;
    height: 32px;
    width: 130px;
}
.search-box .el-dropdown span {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.search-box .el-input {
    width: 236px;
    margin-right: 12px;
}
.search-box .el-select .el-input {
    width: 130px;
    margin-right: 0;
}
.search-box .el-select .el-input .el-input__icon{
    line-height: 32px;
}
.search-box .el-input__inner {
    line-height: 32px;
    height: 32px;
    border-color: #C0C4CC !important;
    color: #1F2329;
    border-radius: 0;
}
.el-select-dropdown__item.selected {
    color: #1F2329 !important;
}
.search-box .el-button {
    height: 32px;
    padding: 0;
    width: 98px;
    color: #317BEA !important;
    border: 1px solid #317BEA;
}
.search-box .el-button span {
    color: #317BEA !important;
}
.search-box .el-button:focus, .search-box .el-button:hover {
    background-color: #E3EFFF;
}
.trade-table {
    overflow: auto;
    margin-bottom: 14px;
    height: 432px;
}
.trade-table::before {
    display: none;
}
.trade-table .cell {
    height: 23px;
    color: #1F2329;
}
.trade-table .el-table__header .cell {
    color:#646A73;
}
.trade-table .el-table__header .el-table__cell {
    background: #F2F3F5;
    font-weight: 400;
}
.trade-table .cell .el-button {
    padding: 0;
}
.trade-table .cell .el-button span{
    color: #317BEA;
}
.trade-table .table-status::before {
    margin-right: 8px;
    content: "";
    width: 6px;
    height: 6px;
    background: #00B42A;
    display: inline-block;
    border-radius: 50%;
    transform: translateY(-2px);
}
.trade-table .table-status.ing::before {
    color: #3491F9;
}
.trade-page.el-pagination .el-pager .number {
    color: #1F2329 !important;
}
.trade-page.el-pagination .el-pager .number.active {
    background: #E3EFFF !important;
    border: 1px solid #317BEA !important;
    color: #317BEA !important;
}
.trade-page.el-pagination .el-input__inner:focus {
    border-color: #317BEA;
}
.trade-page.el-pagination .el-select .el-input.is-focus .el-input__inner {
    border-color: #317BEA;
}
.trade-page .el-pagination__sizes .el-input .el-input__inner:hover {
    border-color: #317BEA;
}
.trade-right .gongg-item{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei";
    color: #333333;
    font-size: 14px;
    height: 50px;
  	line-height: 50px;
    box-shadow: inset 0px -1px 0px #E1E3E5;
    cursor: pointer;
}
.trade-right p{
width:900px;
}
.trade-right .foot1{
 	padding-top: 20px;
    padding-left: 670px;
}
   