ul,
p {
    margin: 0;
}

.site-map {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
}

.site-map p {
    font-size: 16px;
    font-weight: 400;
    color: #C5D2EE;
    line-height: 16px;
    margin-right: 8px;
}


.site-map img {
    width: 20px;
    height: 20px;
    margin-right: 14px;
}

.site-map-item {
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #C5D2EE;
    line-height: 16px;
    padding-right: 16px;
    margin-right: 8px;
}

.site-map-item:last-child {
    color: #fff;
}

.site-map-item:not(:last-child)::after {
    content: '/';
    position: absolute;
    top: auto;
    right: 0;
    font-size: 16px;
    color: #C5D2EE;
    line-height: 16px;
}

.trading-content {
    width: 100%;
    padding: 31px 24px 24px 24px;
    background-color: #fff;
    margin-bottom: 28px;
    border-radius: 5px;
}

.trading-content_title h3 {
    font-size: 32px;
    font-weight: bold;
    color: #0B0B0B;
    text-align: center;
    line-height: 32px;
    margin-top: 0;
    margin-bottom: 23px;
}

.trading-content_title p {
    font-size: 16px;
    font-weight: 400;
    color: #B1B1B1;
    line-height: 16px;
    margin-bottom: 24px;
    text-align: center;
}

.trading-search .el-input__inner {
    height: 64px;
    width: 175px;
    line-height: 64px;
    background-color: #F1F1F1;
    border: 1px solid #F1F1F1;
    border-radius: 0;
    color: #646464;
    transition: none;
}

/* // WebKit 谷歌 */
.trading-search .el-input__inner::-webkit-input-placeholder {
    color: #646464;
}

/* // Mozilla Firefox 4 - 18 适配火狐 */
.trading-search .el-input__inner:-moz-placeholder {
    color: #646464;
}

/* // Mozilla Firefox 19+ 适配火狐 */
.trading-search .el-input__inner::-moz-placeholder {
    color: #646464;
}

/* // IE 10+   */
.trading-search .el-input__inner:-ms-input-placeholder {
    color: #646464;
}

/* // WebKit 谷歌 */
.trading-search .el-select:hover .el-input__inner::-webkit-input-placeholder {
    color: #fff;
}

/* // Mozilla Firefox 4 - 18 适配火狐 */
.trading-search .el-select:hover .el-input__inner:-moz-placeholder {
    color: #fff;
}

/* // Mozilla Firefox 19+ 适配火狐 */
.trading-search .el-select:hover .el-input__inner::-moz-placeholder {
    color: #fff;
}

/* // IE 10+   */
.trading-search .el-select:hover .el-input__inner:-ms-input-placeholder {
    color: #fff;
}


.trading-search .el-select:hover .el-input__inner {
    background-color: #1752A9;
    color: #fff;
    border: none;
}

.trading-search .el-select:hover .el-select__caret {
    color: #fff;
}


.trading-search .el-select .el-select__caret {
    color: #646464;
}


.trading-search {
    display: flex;
    justify-content: center;
}

.trading-search .el-select {
    display: block;
    margin-right: 2px;
}

.trading-search .el-select:last-child .el-input__inner {
    border-radius: 0 4px 4px 0;
}

.trading-search .el-select:first-child .el-input__inner {
    border-radius: 4px 0 0 4px;
}

.trading-search .el-select:not(:last-child)::after {
    content: '';
    height: 64px;
    width: 2px;
    position: absolute;
    right: -2px;
    top: 0;
    background: url(/static/images/tradingPlatform/right-line.png) no-repeat;
}

.trading-search .el-select .el-input.is-focus .el-input__inner {
    border: none;
}

.trading-search .el-select .el-input__inner:focus {
    border: none;
}

.el-select-dropdown__item.selected {
    color: #646464;
}

/* 表格样式 */
.trading-table {
    width: 100%;
    margin-top: 40px;
}

.allow {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.allow a {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 36px;
    display: block;
}

.allow .check {
    display: block;
    height: 36px;
    background-color: #1852A9;
    color: #fff;
    border-radius: 4px;
    padding: 0 20px;
}

.allow .Wechat {
    height: 36px;
    padding: 0 20px;
    background-color: #1DA02F;
    color: #fff;
    border-radius: 4px;
}

.no-allow{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.no-allow a {
    display: block;
    height: 36px;
    border: 1px solid rgba(184, 184, 184, 0.34);
    font-size: 14px;
    font-weight: 400;
    color: #B7B7B7;
    line-height: 36px;
    text-align: center;
    border-radius: 4px;
    padding: 0 20px;
}

.pagination{
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: center;
}