@import url("https://fonts.googleapis.com/css?family=Mada:400,600,700,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Assistant:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;1,200&family=Poppins:ital,wght@0,600;1,100&family=Source+Sans+Pro&display=swap");

*,
*:before,
*:after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

.contain {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* width: 100%; */
}

/* pop */
.pop {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, 0.5);
    z-index: 999;
    display: flex;
    /* display: none; */
    justify-content: center;
    align-items: center;
}

.pop-contain {
    width: 990px;
    height: 90%;
    font-weight: 400;
    font-size: 2em;
    background-color: white;
    border-radius: 1% 0 0 1%;
    overflow: hidden;
}

@media (max-width: 768px) {
    .pop-contain {
        width: 80%;
        height: 65%;
    }
}

.pop-contain iframe {
    width: 100%;
    height: 90%;
    z-index: 1000;
    margin: 1em 0;
}

.nav-contain {
    display: flex;
    justify-content: center;
    width: 100%;
    border-bottom: 1px solid rgba(102, 102, 102, 0.1);
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1100px;
    /* max-width: 1100px; */
    /* padding: 20px 0; */
    padding-top: 20px;
    padding-bottom: 5px;
}

nav img {
    display: block;
    width: 40%;
    height: 40%;
    margin-left: 10px;
}

nav span {
    margin-right: 5px;
    vertical-align: middle;
}

/*SECTION*/
section {
    display: flex;
    width: 100%;
    max-width: 1100px;
    height: 100%;
    justify-content: center;
    padding: 40px 0;
}

/* ARTICLE */
article {
    width: 86%;
    font-family: "Roboto", sans-serif;
    /* padding-right: 20px; tag */
}

article h3 {
    line-height: 1.2;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 20px;
}

article .article-tips {
    display: flex;
    align-items: center;
}

article .date,
article .auth {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    color: #666;
}

.articleSummary {
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
}

.articleParagraph h3 {
    font-size: 160%;
    font-weight: 700;
    line-height: 1.2;
    margin: 20px 0;
    padding: 5px 0;
}

.articleParagraph h5 {
    font-size: 120%;
    font-weight: 500;
    /* color: rgb(0, 180, 121); */
}

/* .articleParagraph h5::before,
.articleParagraph ul li::before {
  content: "★ ";
  color: #015eea;
} */
.articleParagraph p {
    /* text-indent: 2em; */
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    margin: 20px 0;
    padding: 5px 0;
}

.articleParagraph img {
    display: block;
    width: 100%;
    max-width: 100%;
    cursor: pointer;
}

.articleParagraph a {
    font-weight: bold;
    text-decoration: none;
    color: #167ac6;
}

.articleParagraph ul li {
    /* list-style: none; */
    text-decoration: none;
    font-weight: 300;
    margin: 20px 0;
    font-size: 1.1em;
}

.articleParagraph .tips {
    font-style: italic;
    font-weight: 600;
}

.articleParagraph .img-contain {
    display: flex;
    justify-content: center;
    align-items: center;
}

.articleParagraph .img-contain p {
    width: 50%;
}

.articleParagraph .img-contain span {
    width: 50%;
}

.articleParagraph .img-contain span.text {
    padding: 10px;
    font-weight: 200;
    line-height: 1.8em;
}

.articleParagraph .review {
    display: flex;
    flex-direction: column;
}

.review .review-contain {
    width: 100%;
    /* background-color: #00b6f9; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.review .review-contain .avatar {
    background-size: contain;
}

.review .review-contain .avatar img {
    vertical-align: middle;
    width: 190px;
    height: 170px;
}

.review .review-contain .review-text {
    width: 100%;
    text-align: start;
    font-size: 18px;
}

/*HIGHLIGHT*/
article .highlight {
    margin-top: 20px;
    padding: 20px;
    background-color: #efefef;
    box-shadow: 0 0 0 1px #959595;
    text-align: center;
}

.highlight h5 {
    font-size: 160%;
    line-height: 1.2;
    font-weight: 700;
}

.highlight p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    margin: 5px 0;
}

.highlight a button {
    /* position: relative; */
    border: 0;
    outline: 0;
    border-radius: 3px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    transition: 0.5s ease;
    text-align: center;
    cursor: pointer;
    background: #ff5500;
    box-shadow: none;
    width: 100%;
    padding: 0.7em;
    color: #fff;
}

/* .highlight button:hover {
  opacity: 0.5;
  color: #000;
} */

/* ASIDE */
aside {
    width: 30%;
    height: 100%;
    margin-left: 20px;

    position: sticky;
    top: 10px;
    max-width: 300px;
    box-shadow: 0 0 0 1px rgb(102 102 102 / 20%);
    text-align: center;
    font-family: poppins;
    background: linear-gradient(176deg, white 0%, #c1ddff 100%);
    padding-bottom: 8px;
}

@media (max-width: 768px) {
    aside {
        display: none;
    }
}

aside a {
    text-decoration: none;
    color: #000;
    font-family: "poppins";
}

aside .offer-title {
    text-align: center;
    background-image: url(./spec.png);
    background-position: top right;
    height: 115px;
    background-repeat: no-repeat;
    width: 100%;
    z-index: 999;
}

aside .prod-name {
    padding-top: 20px;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.2;
    font-family: "poppins";
}

aside .content {
    padding: 10px;
    margin-top: -120px;
}

aside p {
    font-size: 105%;
    text-align: center;
}

aside img {
    display: block;
    width: 100%;
    max-width: 100%;
}

aside .review {
    letter-spacing: -0.1px;
    font-size: 16px;
    font-style: italic;
    padding-bottom: 5px;
    /* padding-top: 15px; */
    font-weight: 900;
    line-height: 1.2;
}

aside a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction: column;
}

aside button {
    animation: jelly 5s infinite;
    background: linear-gradient(90deg, #015eea 0%, #00b6f9 85%);
    border: 2px solid #fff;
    font-size: 22px;
    color: #fff;
    padding: 10px 8px;
    margin: 10px;
    cursor: pointer;
    cursor: hand;
}

aside button:hover {
    animation-play-state: paused;
    background: #00b6f9;
}

.offerTitle1 {
    font-size: 16px;
    line-height: 1.2;
    /* font-weight: 700; */
    font-weight: bolder;
}

aside .highlight {
    color: #015eea;
    font-size: 200%;
    font-weight: bold;
}

aside > h6 {
    color: #000;
    text-align: center;
}

.today-date {
    font-size: 14px;
}

.today-date span {
    margin-left: 0.5em;
}

@keyframes jelly {
    7% {
        transform: scale(0.9, 1.1);
    }

    14% {
        transform: scale(1.1, 0.9);
    }

    21% {
        transform: scale(0.95, 1.05);
    }

    30% {
        transform: scale(1, 1);
    }
}

aside .trust {
    width: 176px;
    margin: 10px auto;
}

/* FOOTER */
footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #222;
    color: #888;
    font-size: 90%;
    padding: 10px 0 20px;
    font-family: "Roboto", sans-serif;
}

footer ul li {
    list-style: none;
    float: left;
    margin: 1em 1.3em;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    cursor: hand;
}

footer > p {
    color: #fff;
    text-decoration: none;
    line-height: 4em;
    margin-top: -1em;
}

.footer-text {
    max-width: 1100px;
}

footer .footer-text p {
    text-align: center;
}

.div {
    height: 95px;
    width: 100%;
    background-color: #00b6f9;
    position: sticky;
    bottom: 0;
    display: none;
    animation: jelly 5s infinite;
    background: linear-gradient(90deg, #015eea 0%, #00b6f9 85%);
    border: 2px solid #fff;
    font-size: 24px;
    color: #fff;
    padding: 30px 0;
    margin-top: 10px;
    cursor: pointer;
    text-align: center;
    border-radius: 2px;
}
.div a {
    line-height: 100%;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    padding: 0px 5px;
}
.div a:hover {
    color: #fff;
}

.attention-box {
    position: relative;
    background-color: #fff7e5;
    border: 2px dashed #ff0000;
    padding: 20px;
    margin-bottom: 20px;
}

.container {
    align-items: flex-start;
    width: 100%;
    max-width: 1100px;
    margin: auto;
    padding: 0;
}

.progress-bar {
    display: flex;
    z-index: 999;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    animation: animate-stripes 0.6s linear infinite;
    background-size: 30px 30px;
    background-color: #38ca3f;
    height: 15px;
    background-image: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
}
