
.ey-cookie-layout {
    display: none;
}
.ey-cookie-layout * {
    box-sizing: border-box;
}
.ey-cookie-layout .cookie-box {
    background: rgba(0, 0, 0, .95);
    background: rgb(230 230 230 / 97%);
    background: #fff;
    bottom: 0;
    position: fixed;padding: 1.5rem 1rem;
    width: 100%;
    z-index: 999999;
        box-shadow: 0px -4px 14px rgb(0 0 0 / 15%);
    border-top: 1px solid #eee;
}

.ey-cookie-layout .cookie-box .box-top {
    display: flex;
    flex-direction: column;
    height: 100%; 
    width: 97%;
        max-width: 1440px;
}

.ey-cookie-layout .cookie-box .box-top .content-box {
    color: #222;
    font-family: AlibabaPuHuiTi;
        font-family: 'ge', -apple-system, Segoe UI, Source Han Sans CN, PingFangSC, PingFang SC-Semibold, Hiragino Sans GB, Microsoft YaHei, "STSong", "SimSun", Arial, sans-serif;
    font-size: 1.1rem;
    margin: 0 auto .125rem;
    width: 100%
}

.ey-cookie-layout .cookie-box .box-top .content-box a {
    color: #1f29bd;
    font-family: 'ge', -apple-system, Segoe UI, Source Han Sans CN, PingFangSC, PingFang SC-Semibold, Hiragino Sans GB, Microsoft YaHei, "STSong", "SimSun", Arial, sans-serif;
}

.ey-cookie-layout .cookie-box .box-top .title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: .75rem
}

.ey-cookie-layout .cookie-box .btn-box {
    display: flex;
    justify-content: flex-end;
    margin: 0 auto;
    position: relative;
    width: 100%;
    margin-top: 1.3rem;
       margin-left: -21px;
}

.ey-cookie-layout .cookie-box .btn-box .accept-btn {
    right: 18.75rem
}

.ey-cookie-layout .cookie-box .btn-box .accept-btn,
.ey-cookie-layout .cookie-box .btn-box .rejectt-btn {
    background-color: #f7f7f7;
    color: #222;
    background-color: #1f29bd;border:1px solid #1f29bd; 
    color: #ffffff;
    cursor: pointer;
    font-family: AlibabaPuHuiTi;
        font-family: 'ge', -apple-system, Segoe UI, Source Han Sans CN, PingFangSC, PingFang SC-Semibold, Hiragino Sans GB, Microsoft YaHei, "STSong", "SimSun", Arial, sans-serif;
    font-size: 1.1rem;
    height: 3.25rem;
    line-height: 3.25rem;
    text-align: center;
    width: 12.5rem
}
.ey-cookie-layout .cookie-box .btn-box .rejectt-btn{
    background-color: #fff; border:1px solid #1f29bd;  
    color:#222;color: #222;
}
.ey-cookie-layout .cookie-box .btn-box .accept-btn {
    margin-right: 2.375rem
}

.ey-cookie-layout .cookie-box .btn-box .accept-btn:hover,
.ey-cookie-layout .cookie-box .btn-box .rejectt-btn:hover
{
	   	background:  #00b0f2; border:1px solid #00b0f2;    color: #ffffff;
	   }


@media (max-width:767px) {

    .ey-cookie-layout .cookie-box {
        height: auto;
    }

    .ey-cookie-layout .cookie-box .box-top .content-box {
        background: none;
        width: 100%;
        font-size: 1.2rem;
    }

    .ey-cookie-layout .cookie-box .btn-box {
        width: 100%
    }
    .ey-cookie-layout .cookie-box .btn-box .accept-btn,
    .ey-cookie-layout .cookie-box .btn-box .rejectt-btn {
        font-size: 1rem;
    }
}