body.show {
    display: block;
    overflow: hidden;
}

.article1 {
    width: 100%;
    max-height: 350px;
    padding: 4vh 0;
    background-image: url("../../img2/title-bar3.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
}

.article1-title {
    width: 900px;
    margin: 0 auto;
    text-align: left;
    font-size: 30px;
    font-weight: 600;
}

.article2 {
    width: 1000px;
    min-width: 1000px;
    margin-top: 90px;
    padding-bottom: 80px;
    border-bottom: 1px solid #e8e8e8;
}

.article2-left {
    width: 400px;
    float: left;
    padding-top: 50px;
    z-index: 3;
}

.article2-left img {
    width: 100%;
    height: auto;
}

.article2-right {
    margin-left: 50px;
    padding-left: 50px;
    width: 550px;
    float: left;
    text-align: left;
    color: #555555;
    border-left: 1px solid #e8e8e8;
    z-index: 2;
}

.product-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.product-divider {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
}

.product-sub-container {
    padding-top: 20px;
}

.product-sub-container>div>span {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.color-red {
    color: #f36e20;
    font-size: 16px !important;
}

.product-sub-title {
    width: 150px;
}

.product-sub-summary {
    width: 300px;
}

.product-minimum {
    margin-top: 15px;
    font-size: 14px;
    color: #a6a6a6;
}

.product-number-container {
    margin-top: 40px;
    padding: 15px 0;
    border-top: 1px solid #737373;
    border-bottom: 1px solid #737373;
}

.product-number-product-name {
    float: left;
}

#product-number-input {
    margin-left: 35px;
    padding-left: 10px;
    width: 40px;
    height: 25px;
    border: 1px solid #d4d8d9;
    float: left;
}

.viewer-box {
    z-index: 9999;
}

.product-number-count-box {
    display: block;
    height: 25px;
    float: left;
}

.product-number-count-box * {
    z-index: 0;
}

.product-number-count-box span {
    position: relative;
    display: block;
    width: 20px;
    height: 50%;
    cursor: pointer;
}

.product-number-count-box span.disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: none;
}

.product-number-count-box span img {
    position: absolute;
    display: inline-block;
    width: auto;
    height: 12.5px;
    top: 0;
    left: 0;
    font-size: 0;
}

.product-number-count-box span img:hover {
    border: 1px solid gray;
}

.clear-both {
    display: block;
    clear: both;
}

.total-price-container {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 16px;
}

.total-price-text {
    font-weight: 900;
    color: black;
    font-size: 20px;
}

.total-price-wrapper {
    margin-left: 10px;
    font-size: 22px;
    color: #f36e20;
    font-weight: 900;
}

.product-btn-container {
    margin-top: 25px;
    width: 100%;
}

.product-buy-btn {
    width: 100%;
    padding: 9px 0;
    background-color: #FFCB00;
    text-align: center;
    color: black;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s;
}

.product-buy-btn:hover {
    background-color: #d8ad00;
}

.product-modal {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background-color: rgba(0, 0, 0, 0.2);
}

.product-modal.open {
    display: block;
}

.product-modal-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 420px;
    height: 220px;
    background-color: #ffffff;
    text-align: center;
    padding-top: 40px;
    border-radius: 10px;
}

.product-modal-content p:nth-child(1) {
    margin: 0;
    padding: 0;
    display: block;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.7;
    margin-bottom: 8px;
}

.product-modal-content p:nth-child(2),
.product-modal-content p:nth-child(3) {
    margin: 0;
    padding: 0;
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
}

.product-modal-close {
    position: absolute;
    display: inline-block;
    padding: 7px 25px;
    background-color: #FFCB00;
    font-weight: 900;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    cursor: pointer;
    transition: all 0.3s;
}

.product-modal-close:hover {
    background-color: #d8ad00;
}

.color-blue {
    color: #008bcc;
    font-size: 20px;
}

.article3 {
    margin-top: 100px;
    padding: 20px;
}

.article3 img {
    width: 70%;
}

.product-a3-title {
    display: block;
    margin: 0 auto;
    width: 70%;
    text-align: left;
    font-size: 25px;
    margin-bottom: 20px;
}