body {
    background: #f5f8fc;
}

a {
    color: #fff;
    text-decoration: none;
}

.breadcrumb-wrap{
	width: 1200px;
	margin: 20px auto;
}
.header > .main-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header > .main-wrapper > * {
    cursor: pointer;
    color: #fff;
}

.wrap {
    background-color: #fff;
    min-height: 230px;
    margin-bottom: 40px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 20px 0px rgba(22, 122, 212, 0.08);
    padding: 30px;
	padding-top: 50px;
}

.hover-o:hover {
    color: #409eff !important;
}

.title {
    flex-direction: column;
    gap: 18px;
    padding-bottom: 14px;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 20px;
	position: relative;
}
.button-common-wrap{
	position: absolute;
	right: 0;
	top: -40px;
	font-size: 12px;
	color: #666;
}
.title .t {
    font-size: 20px;
    color: #333;
	font-weight: bold;
}

.title .d {
    font-size: 16px;
    color: #666;
}

.button-common {
    display: inline-block;
    margin: 0 6px 0 0;
    overflow: visible;
    color: #333;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
}

.data-info {
    padding-bottom: 38px;
}

.data-info p {
    color: #666 !important;
    font-size: 16px;
    margin-top: 25px;
}

.data-info h2 {
    color: #333;
    line-height: 32px;
}


.rewx_title {
    height: 32px;
    line-height: 32px;
    color: #2D9BFF;
    font-size: 20px;
    padding-left: 30px;
    margin-bottom: 20px;
    background: url(/home/assets/images/icon_wx.png) left center no-repeat;
}

.title-label {
    color: #444;
    padding: 8px 23px;
    position: relative;
    margin-bottom: 14px;
    font-size: 16px;
    font-weight: bold;
    background-color: #f8f8f8;
}

.title-label::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 12px;
    bottom: 8px;
    width: 2px;
    background-color: #2d9cff;
}

.rewx_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 50px;
}

.rewx_item {
    width: 46%;
    min-height: 100px;
}


.some-item {
    color: #666;
    font-size: 14px;
    text-decoration: none;
    margin: 16px 0;
    cursor: pointer;
}

.some-item:hover {
    color: #2d9cff;
}

.footer {
    line-height: 22px;
}

.footer p {
    color: #666;
    text-align: center;
    line-height: 2;
}

.footer p span {
    margin: 10px;
}

.tp-name {
    display: inline-block;
    margin: 0 10px 0 10px;
    cursor: pointer
}
.common-link2 {
    width: 24%;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    font-size: 14px;
    color: #666666;
	margin: 10px 0;
	cursor: pointer;
	margin-right: 10px;
    background: #F5F8FC;
	margin-top: 0;
}

.common-link2 p {
    margin-left: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}