body {
    margin: 0;
    padding: 0;
}

.breadcrumb_trail {
    padding: 15px 0 0 0 !important;
}

.breadcrumb_trail ol {
    padding: 0;
    margin: 0;
}

.container_fathersale {
    width: 950px;
    margin: 0 auto;
}

.bg1 {
    background: #c2ecff;
    padding-bottom: 20px;
}

.bg1 .pro {
    padding: 40px 0;
    position: relative;
}

.bg2 {
    background: #65c3f4;
    padding-bottom: 20px;
}

.bg2 .pro {
    padding: 40px 0;
    position: relative;
}

.container_fathersale>div {
    position: relative;
}

#copyBtn1 {
    position: relative;
}

#copyBtn1 #serialNumber {
    position: absolute;
    top: 44%;
    left: 13%;
    font-size: 87px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 9px;
    transform: scale(1, 1.07);
    margin: 0;
}

#copyBtn1 #serialNumber::before {
    content: attr(data-storke);
    position: absolute;
    color: #0d4caf;
    -webkit-text-stroke: 9px #0d4caf;
    z-index: -1;
    position: absolute;
    left: 0.3%;
    top: 0.8%;
}

.phone_div {
    position: relative;
}

.phone_div .phone {
    position: absolute;
    bottom: 40%;
    left: 8%;
    width: 76px !important;
    vertical-align: inherit;
}

.flex2 {
    display: flex;
}

.pc_div {
    display: flex
}

.sp_div {
    display: none
}

.pc_div img,
.sp_div img {
    vertical-align: top;
    width: 100%;
    height: auto
}

.container_fathersale div img,
.container_fathersale div a img {
    vertical-align: top;
    width: 100%;
    height: auto
}

.serial {
    display: flex;
    position: relative;
    width: 100%;
    align-items: center;
}

.serial div img {

    display: block;

    width: 100%;

    height: auto;
}

.ab1 {
    position: absolute;
    bottom: 79px;
    left: 44%;
    transform: translateX(-50%);
}

.ab1 p {
    color: #ca0000;
    text-shadow: 3px 4px 0px #fff;
    font-size: 108px;
    font-weight: bold;
    font-family: "arial";
    margin: 0;
}

.ab2 {
    position: absolute;
    top: 63%;
    right: 11%;
    width: 55%;
    display: flex;
    gap: 7px;
}

.ab2 a:first-child {
    flex: 1;
}

.ab2 a:last-child {
    flex: 1;
    margin-top: 20px;
}

.ab2 a img {
    width: 100%;
    height: auto
}

/* .phone {
    position: absolute;
    top: 16px;
    left: 15px;
    width: 60px !important;
}
 */
.phone1 {
    position: absolute;
    top: 16%;
    left: 8%;
    width: 85px !important;
}

.event {
    pointer-events: none;
}

.screen_only {
    display: block;
}

.screen_only1 {
    display: flex;
}

.phone_only,
.phone_only1 {
    display: none;
}

@media print,
screen and (max-width: 768px) {
    .container_fathersale {
        width: 100%;
    }

    .bg1 {
        background: #c2ecff;
        padding-bottom: 0px;
    }

    .bg1 .pro {
        padding: 2vw 0;
        position: relative;
    }

    .bg2 {
        background: #65c3f4;
        padding-bottom: 0px;
    }

    .bg2 .pro {
        padding: 2vw 0;
        position: relative;
    }

    .ab1 {
        position: absolute;
        bottom: 8vw;
        left: 44%;
        transform: translateX(-50%);
    }

    .ab1 p {
        font-size: 11vw;
    }

    .ab2 {
        top: 38vw;
    }

    #copyBtn1 #serialNumber {
        position: absolute;
        top: 41%;
        left: 13%;
        font-size: 8vw;
        font-weight: bold;
        color: #fff;
        letter-spacing: 1.4vw;
        transform: scale(1, 1.07);
        margin: 0;
    }

    #copyBtn1 #serialNumber::before {
        content: attr(data-storke);
        position: absolute;
        color: #0d4caf;
        -webkit-text-stroke: 1.3vw #0d4caf;
        z-index: -1;
        position: absolute;
        left: 0.3%;
        top: 0.8%;
    }

    .phone_div .phone {
        position: absolute;
        bottom: 41%;
        left: 7%;
        width: 9vw !important;
        vertical-align: inherit;
    }

    .phone1 {
        position: absolute;
        top: 10.6vw;
        left: 7vw;
        width: 9vw !important;
    }

    .event {
        pointer-events: auto;
    }

    .pc_div {
        display: none
    }

    .sp_div {
        display: flex;
        flex-direction: row;
        align-items: center;
        position: relative;
    }

    .sp_div img {
        vertical-align: top;
        height: auto;
    }

    .screen_only,
    .screen_only1 {
        display: none;
    }

    .phone_only,
    .phone_only1 {
        display: flex;
    }

}