* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
}
header .header1 {
    height: 40px;
    width: 100%;
    padding: 0 10px;
    box-shadow: 0 2px 2px 0  rgba(0, 0, 0, 0.15);
}
header .header1 img {
    width: 82px;
    height: 18px;
}
header .header1 h4 {
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    margin: 0;
}
.QR-Code {
    padding: 0 10px;
    margin-top: 20px;
}
.QR-Code .input {
    position: relative;
    width: 100%;
    padding-right: 10px;
}
.QR-Code .input img {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}
.QR-Code .input input {
    border-radius: 12px;
    border: 0;
    box-shadow: 0 4px 8px 0 rgba(105, 105, 105, 0.3);
    width: 100%;
    font-size: 11px;
    font-weight: 400;
    height: 35px;
    padding: 0 12px;
}
.QR-Code a.button {
    width: 93px;
    min-width: 93px;
    font-size: 11px;
    font-weight: 400;
    color: rgba(105, 105, 105, 1);
    text-decoration: none;
    border-radius: 12px;
    box-shadow: 0 4px 8px 0 rgba(105, 105, 105, 0.3);
    height: 35px;
    padding: 10px 6px;
}
.QR-Code a.button img {
    margin-left: 5px;
}
.instruct {
    margin-top: 30px;
    padding: 0 10px;
    
}
.instruct .content {
    padding: 10px;
    border-radius: 12px;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25);
}
.instruct .content b {
    font-size: 12px;
    font-weight: 700;
}
.instruct .content p {
    font-size: 11px;
    line-height: 22px;
    font-weight: 400;
    margin: 0;
}
.warranty .list {
    width: 100% !important;
}
.business {
    margin-top: 20px;
    padding: 0 10px;
}
.business b {
    padding-left: 12px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 5px;
    display: block;
}
.business .content {
    border-radius: 12px;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25);
    overflow: hidden;
}
.business .content .title {
    background-color: rgba(237, 32, 36, 1);
    height: 35px;   
    width: 100%;
    padding: 10px;
}
.business .content .title p {
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 14.4px;
    color: white;
}
.business .content .list {
    padding: 10px;
    font-size: 11px;
    font-weight: 400;
}
.business .content .list ul {
    margin: 0;
    padding-left: 20px;
}
.business .content .list ul li {
    line-height: 20px;
}
.business .content .list ul li::marker {
    color: rgba(217, 217, 217, 1);
    font-size: 20px;
    line-height: 10px;
}
.QR-Code .product {
    margin-top: 10px !important;
    max-width: 250px;
    margin: auto;
}
.QR-Code .detail {
    padding: 0 12px;
}
.QR-Code .detail b {
    margin-bottom: 10px;
    display: block;
    font-size: 12px;
    font-weight: 700;
}
.QR-Code .detail p {
    line-height: 18px;
    margin: 0;
    font-size: 11px;
    font-weight: 400;
}
#QR-Code .auth {
    color: white;
    margin-top: 20px;
    padding: 5px 0;
    background-color: rgba(79, 176, 56, 1);
}
#QR-Code .auth .title p {
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0;
}
.border-left {
    border-left: 0.4px solid rgba(255, 255, 255, 1);
}
#QR-Code .auth .detail {
    display: flex;
}
#QR-Code .auth ul {
    padding-left: 40px;
    margin: 0;
}
#QR-Code .auth ul li::marker {
    font-size: 20px;
    line-height: 10px;
}
#QR-Code .auth ul li {
    font-size: 11px;
    font-weight: 400;
}
#QR-Code .auth ul li a {
    width: 115px;
    display: inline-block;
}
#QR-Code .auth ul li b {
    font-weight: 600;
    letter-spacing: 1px
}
#QR-Code .auth .detail p {
    font-size: 11px;
    font-weight: 400;
    margin-bottom: 5px;
}
#QR-Code .auth .detail h4 {
    font-size: 16px;
    font-weight: 700;
}
.product-details {
    border-top: 0.4px solid rgba(106, 106, 106, 0.4);
    padding: 15px 20px;
    margin-top: 24px;
}
.product-details .title p {
    text-align: center;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 700;
}
.product-details .detail {
    font-size: 10px;
    font-weight: 400;
}
#QR-Code .fake {
    margin-top: 20px;
    padding: 5px 0;
    background-color: rgba(244, 232, 0, 1);
}
#QR-Code .fake .title p {
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0;
}
.border-left {
    border-left: 0.4px solid rgba(255, 255, 255, 1);
}
#QR-Code .fake .detail {
    display: flex;
}
#QR-Code .fake ul {
    list-style-type: none;
    padding-left: 20px;
    margin: 0;
}
#QR-Code .fake ul li::marker {
    font-size: 20px;
    line-height: 10px;
}
#QR-Code .fake ul li {
    font-size: 11px;
    font-weight: 400;
}
#QR-Code .fake ul li a {
    display: inline-block;
}
#QR-Code .fake ul li b {
    font-weight: 600;
    letter-spacing: 1px
}
#QR-Code .fake .detail p {
    font-size: 11px;
    font-weight: 400;
    margin-bottom: 5px;
}
#QR-Code .fake .detail h4 {
    font-size: 16px;
    font-weight: 700;
}
#QR-Code .text-center a.back {
    color: black;
    font-size: 13px;
    border-radius: 12px;
    margin-top: 20px;
    border: 0;
    display: inline-block;
    padding: 10px 20px;
    box-shadow: 0 4px 8px 0 rgba(105, 105, 105, 0.3);
    font-weight: 600;
    text-decoration: none;
}