.glasses-main {
    background: #fff;
}
.header {
    position: relative;
}
.header-dec {
    position: absolute;
    top: 50%;
    left: 4%;
    transform: translate(0,-50%);
    font-size: 48px;
}
.gs-how2order {
    margin: 0;
}
.face-guide {
    padding-top: 100px;
    padding-bottom: 100px;
}
.guide-title {
    width: 100%;
    background: linear-gradient(90deg, #FF6631, #ffe0d6);
    /* background: linear-gradient(90deg, #FF6631,#F7890B, #ffe0d6); */
    font-size: 32px;
    font-family: EurostileLT;
    color: #FFFFFF;
    line-height: 48px;
    padding-left: 23px;
    margin-bottom: 59px;
}
.guide-title.last {
    margin-bottom: 55px;
}
.guide-content {
    padding-bottom: 100px;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.guide-content.special {
    padding-bottom: 8px;
}
.guide-content.left {
    flex-direction: row-reverse;
}
.guide-content-test {
    /* padding-top: 6px; */
    position: relative;
}
.guide-text {
    padding-top: 2px;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 25px;
    white-space: nowrap;
    font-weight: bold;
}
.frames-des {
    margin-top: 18px;
    font-size: 14px;
}
.linkto {
    color: #0DA9C4;
    text-decoration: underline;
}
.linkto:hover {
    color: #0DA9C4 !important;
}
.center-content {
    display: flex;
    flex-direction: column;
    justify-content:center
}
.picShow {
    padding-bottom: 100px;
    margin: 0;
}
.sectionTwo {
    margin-top: 68px;
}
.sectionThird {
    margin-top: 30px;
}
.special-text {
    margin-top: 110px;
}
.congrat {
    position: relative;
    margin-top: 30px;
}
.congrat-text {
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    left: 6.8%;
    width: 90%;
}
.congrat-img {
    width: 95px;
}
.congrat-des {
    display: inline-block;
    vertical-align: bottom;
    padding-left: 12%;
}
.congrat-title {
    font-size: 24px;
    margin-bottom: 6px;
}
.shop-btn {
    display: inline-block;
    text-align: center;
    margin-top: 50px;
    width: 300px;
    line-height: 48px;
    background: #FF8346;
    border-radius: 5px;
    color: #ffffff;
}
.shop-btn:hover {
    color: #ffffff;
    text-decoration:none
}
.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.special-test {
    max-width: 100% !important;
}
.point-show {
    position: absolute;
    bottom: 0;
    left: 0;
}
.point {
    width: 8px;
    height: 8px;
    background: #000;
    margin-top: 15px;
}
.congrat-test,
.detail-text {
    font-size: 14px;
}
@media (min-width: 992px){
    .congrat-img {
        position: absolute;
        top: 50%;
        transform: translate(0,-50%);
    }
    .guide-content-test,
    .frames-img {
        max-width: 43%;
    }
    .special-framesImg {
        max-width: 52% !important;
    }
}
@media (min-width: 1200px) {
    .congrat-img {
        width: 70px;
    }
}
@media (min-width: 1600px) {
    .congrat-test,
    .detail-text,
    .frames-des {
        font-size: 16px;
    }
    .congrat-img {
        width: 95px;
    }
}
@media (min-width: 1800px) {
    .congrat-test,
    .detail-text,
    .frames-des {
        font-size: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .header-dec {
        font-size: 40px;
    } 
    .point-show {
        display: none !important;
    }
    .special-text {
        margin-top: 40px;
    }
    .congrat-img {
        width: 50px;
    }
    .congrat-title {
        margin-bottom: 0;
    }
    .congrat-test {
        line-height: 18px;
    }
    
}
@media (min-width: 320px) and (max-width: 992px) {
    .congrat-des {
        padding-left: 0;
    }
    .gs-face {
        padding-top: 8px;
    }
    .main-section.container {
        padding-left: 0;
        padding-right: 0;
    }
    .gs-how2order {
        margin: 0 -15px;
    }
    .header-dec {
        font-size: 24px;
    }
    .guide-content {
        display: block;
        padding-bottom: 14px;
    }
    .face-guide {
        width: 100%;
        padding-top: 50px;
    }
    .guide-title {
        position: relative;
        background: none;
        line-height: 20px;
        padding:15px;
        color: #000000;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 0
    }
    .guide-title::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 15px;
        width: 1rem;
        height: 0.6rem;
        background: url(https://d26qov2vs4lxs.cloudfront.net/1/static/public/statics/images/mobile/arrow.png) no-repeat center center/contain;
        transform: translate(0,-50%) rotate(180deg);
    }
    .guide-title.active::after {
        transform: rotate(0);
    }
    .guide-detail {
        /* padding-top: 15px; */
        display: none;
    }
    .guide-text {
        line-height: 17px;
        padding-top: 5px;
        font-size: 16px;
    }
    .guide-content-test {
        padding: 20px 15px 30px;
    }
    .frames-des {
        margin-top: 9px;
    }
    .picShow {
        padding-bottom: 10px;
    }
    .sectionTwo {
        margin-top: 30px;
    }
    /* .guide-container {
        padding-bottom: 15px;
    } */
    .special-img {
        margin: 25px 0 12px;
    }
    .special-text {
        margin-top: 0;
    }
    .guide-content.special {
        padding-bottom: 0;
    }
    .shop-btn {
        width: 345px;
        line-height: 40px;
        margin: 40px 15px 64px;
    }
    .congrat-img {
        width: 36px;
        padding-right: 0;
        margin-right: 5px;
        vertical-align: text-bottom;
    }
    .congrat-title {
        display: inline-block;
    }
    .congrat-text {
        left: 15px;
        right: 15px;
    }
    .detail-text {
        padding: 35px 15px 0;
    }
    .frames-img-special {
        margin: 0 -15px;
    }
    .face-guide {
        padding-bottom: 0;
    }
}