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;
}

.content {
    display: flex;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 25px;
}

.content-left {
    position: relative;
    width: 1005px;
    background-color: #F2F2F2;
    margin-right: 15px;
    border-radius: 5px;
}

.block {
    width: 100%;
    padding: 23px;
    margin-bottom: 7px;
    background-color: #fff;
}

.block:first-child {
    border-radius: 5px 5px 0 0;
}

.block:last-child {
    margin: 0;
    border-radius: 0 0 5px 5px;
}

.s-line {
    background-color: #F9F9F9;
    width: 1px;
    height: 114px;
    margin: 0 27px 0 38px;
}

.block_title {
    width: 100%;
    padding-bottom: 25px;
    border-bottom: 1px solid #F1F1F1;
    display: flex;
    align-items: center;
}

.block_title h3 {
    font-size: 24px;
    font-weight: 400;
    color: #393939;
    line-height: 24px;
    margin: 0 0 0 15px;
}

.info-table {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 8px;
}

.info-table_row {
    width: 100%;
    border-top: 1px solid #EAE8E8;
    display: flex;
}

.info-table_column {
    min-width: 124px;
    height: 49px;
    border-left: 1px solid #EAE8E8;
    font-size: 16px;
    font-weight: 400;
    line-height: 49px;
    text-align: center;
    color: #B2B2B2;
    padding: 0 20px;
}

.info-table_row .info-table_column:last-child {
    flex: 1;
    border-right: 1px solid #EAE8E8;
}

.info-value {
    min-width: 181px;
    text-align: left;
}

.info-table_row:last-child {
    border-bottom: 1px solid #EAE8E8;
}

.zebra {
    background-color: #F7F7F8;
}

.variety-content {
    width: 100%;
    min-height: 160px;
    margin-top: 35px;
    margin-bottom: 14px;
}

.other-content {
    width: 100%;
    min-height: 447px;
    margin-top: 23px;
}

.partake-link a {
    display: block;
    margin: 12px auto 6px auto;
    width: 274px;
    height: 64px;
    background-color: #1752A9;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 64px;
}

.content-right {
    flex: 1;
}

.e-info {
    width: 100%;
    border-radius: 4px;
    background-color: #fff;
}

.e-info_name {
    width: 100%;
    padding: 27px 0 33px 0;
    text-align: center;

}

.e-info_name img {
    width: 73px;
    height: 73px;
}

.e-info_name h3 {
    font-size: 19px;
    font-weight: bold;
    color: #3C3C3C;
    line-height: 27px;
    margin-top: 11px;
}

.e-info_item {
    padding: 17px 15px 17px 23px;
    border-top: 1px solid #ECEEF1;
}

.e-info_label {
    font-size: 14px;
    color: #AAAAAA;
    line-height: 20px;
    margin-left: 13px;
    min-width: 42px;
}

.e-info_value {
    font-size: 14px;
    color: #666666;
    line-height: 20px;
}

.member {
    width: 100%;
    border-radius: 4px;
    background-color: #fff;
    padding: 20px 17px 0 17px;
    margin-top: 26px;
}

.member-content ul li {
    width: 100%;
    position: relative;
}

.member-content ul li:not(:last-child) {
    border-bottom: 1px solid #D9D9D9;
}

.member-content ul li ::before {
    content: '';
    position: absolute;
    left: 17px;
    top: 26px;
    width: 5px;
    height: 8px;
    background: url(/static/images/tradingPlatform/right-icon-b.png) no-repeat;
}

.member-content ul li ::after {
    content: '';
    position: absolute;
    right: 24px;
    left: auto;
    top: 26px;
    width: 6px;
    height: 10px;
    background: url(/static/images/tradingPlatform/right-icon-kb.png) no-repeat;
}

.member-content ul li a {
    display: block;
    width: 100%;
    padding: 22px 36px;
    font-size: 16px;
    font-weight: 400;
    color: #7C7C7C;
    line-height: 16px;
}

/* 表格样式 */
.trading-table {
    width: 100%;
    margin-top: 16px;
}

.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;
}

.product{
 max-width: 100%;
 overflow: hidden;
}

.product p {
    width: 100%;
    padding-top: 22px;
    font-size: 16px;
    font-weight: 400;
    color: #989898;
    text-indent: 2em;
    line-height: 30px;
}

.company-profile {
    width: 100%;
    padding-top: 26px;
}

.company-img {
    width: 317px;
    height: 317px;
    margin-right: 26px;
}

.company-img img {
    width: 100%;
    height: 100%;
}

.company-profile h3 {
    font-size: 26px;
    font-weight: 400;
    color: #222121;
    line-height: 30px;
    margin: 0 0 15px 0;
}

.company-profile_text p {
    font-size: 16px;
    font-weight: 400;
    color: #989898;
    line-height: 31px;
    text-indent: 2rem;
    text-overflow: -o-ellipsis-lastline;
	overflow: hidden;				
	text-overflow: ellipsis;		
	display: -webkit-box;			
	-webkit-line-clamp: 8;			
	line-clamp: 8;					
	-webkit-box-orient:vertical;	
}

.pagination{
    width: 100%;
    text-align: center;
    margin: 20px 0 0 0;
}