@charset "utf-8";

/* ========== 第三方交易平台专区页面样式 ========== */

/* ========== 头部 Banner ========== */
.dsfzq-header {
    background: #2478C8;
    background: url(../images/dsfzq_banner.jpg) no-repeat center center;
    width: 100%;
    height: 270px;
}
/* Banner 文字叠加 */
.banner-text {
    position: absolute;
    top: 80px;
    left: 362px;
    pointer-events: none;
}

.banner-text-line1 {
    font-size: 40px;
    font-weight: 800;
    color: #EE0001;
    text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
    letter-spacing: 14px;
}

.banner-text-line2 {
    font-size: 40px;
    font-weight: 800;
    color: #EE0001;
    text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
    letter-spacing: 8px;
    line-height: 1.3;
}

/* ========== 主内容区域 ========== */
/* 区块标签（蓝色竖线标题） */
.section-label {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    padding-left: 12px;
    border-left: 4px solid #016FFF;
    margin-bottom: 14px;
    line-height: 1.4;
}

/* ========== 第三方平台入口区域 ========== */
.dsfzq-entry {
    background: #FFFFFF;
    padding: 20px 20px 14px;
    margin-bottom: 16px;
    box-sizing: border-box;
}

/* 入口卡片容器 */
.entry-card-wrap {
    width: 100%;
    height: 277px;
    background: rgba(0, 122, 255, 0.08);
    box-shadow: 0px 0px 6px 0px rgba(0, 81, 228, 0.07);
    border-radius: 2px;
    border: 1px solid #007AFF;
    position: relative;
}
.entry-card-wrap::before{
    content: '';
    display: inline-block;
    width: 213px;
    height: 154px;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom-right-radius: 213px;
    border-bottom-left-radius: 50px;
    background: rgba(0, 122, 255, 0.06);
}
.entry-card-wrap::after{
    content: '';
    display: inline-block;
    width: 101px;
    height: 123px;
    position: absolute;
    bottom: 0;
    right: 0;
    border-top-left-radius: 70px;
    border-bottom-left-radius: 70px;
    border-top-right-radius: 20px;
    background: rgba(0, 122, 255, 0.06);
}
/* 单个入口卡片 */
.entry-card {
    display: inline-block;
    text-align: center;
    /* vertical-align: top; */
    /* padding: 0 40px; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.entry-icon {
    width: 77px;
    height: 77px;
}

.entry-name {
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    margin-top: 20px;
}

.entry-btn {
    display: inline-block;
    width: 120px;
    height: 34px;
    background: #007AFF;
    border-radius: 17px;
    margin: 0 auto;
    margin-top: 31px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 34px;
    text-align: center;
}

.entry-btn:hover {
    background: #0052CC;
    color: #FFFFFF;
}

/* 提示文字 */
.entry-tip {
    font-size: 14px;
    color: #E72627;
    line-height: 1.8;
    padding-left: 30px;
    background: url(../images/addp3.png) no-repeat left center;
    background-size: 20px 26px;
    margin-top: 10px;
}
.footer-dsfzq{
    background: #2478C8;
}