@charset "UTF-8";

/* banner */
.bannerwrap {
    height: 500px;
}

.bannerwrap.giftcard .slideritem li.li0 {
    background: url(../../statics/images/product/img/banner2.png) no-repeat center center #000815;
}

.byh-giftcard-container .byh-section-bg {
    background: #fff;
}

.byh-giftcard-container .byh-section-bg.gray {
    background: #FAFAFC;
}

.byh-giftcard-container .byh-section .head {
    padding-top: 60px;
}

.byh-giftcard-container .byh-section .titp {
    height: 20px;
    font-size: 20px;
    font-family: PingFangSC-Light, PingFang SC;
    font-weight: 300;
    color: #333333;
    line-height: 20px;
}

.byh-giftcard-container .byh-section .app-info-box {
    display: flex;
    justify-content: center;
    margin-top: 85px;
}

.byh-giftcard-container .byh-section .app-info-box li {
    width: 280px;
    height: 320px;
    background: #FBFBFC;
    margin-right: 20px;
}

.byh-giftcard-container .byh-section .app-info-box li:last-of-type {
    margin-right: 0;
}

.byh-giftcard-container .byh-section .app-info-box li .liintro {
    width: 100%;
    height: 100%;
    text-align: center;
}

.byh-giftcard-container .byh-section .app-info-box li .liintro img {
    width: 144px;
    height: 144px;
    margin: 30px auto;
}

.byh-giftcard-container .byh-section .app-info-box li .liintro h2 {
    height: 22px;
    font-size: 22px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 22px;

}

.byh-giftcard-container .byh-section .app-info-box li .liintro p {
    height: 16px;
    font-size: 16px;
    font-family: PingFangSC-Light, PingFang SC;
    font-weight: 300;
    color: #666666;
    line-height: 16px;
    margin-top: 15px;
}

/* Scene support */
.byh-giftcard-container .byh-section.scene-support .scene-support-box {
    display: flex;
    justify-content: center;
    margin-top: 70px;
}

.byh-giftcard-container .byh-section.scene-support .scene-support-box li {
    width: 280px;
    height: 350px;
    margin-right: 20px;
}

/* .byh-giftcard-container .byh-section.scene-support .scene-support-box li:hover {
    transform: translateY(-20px);
    box-shadow: 0px 9px 15px 0 #484848;
} */

.byh-giftcard-container .byh-section.scene-support .scene-support-box li.bg1 {
    background: url("../../statics/images/product/giftcard/scene_support_bg1.png") 0 0 / 100% 100% no-repeat;
}

.byh-giftcard-container .byh-section.scene-support .scene-support-box li.bg2 {
    background: url("../../statics/images/product/giftcard/scene_support_bg2.png") 0 0 / 100% 100% no-repeat;
}

.byh-giftcard-container .byh-section.scene-support .scene-support-box li.bg3 {
    background: url("../../statics/images/product/giftcard/scene_support_bg3.png") 0 0 / 100% 100% no-repeat;
}

.byh-giftcard-container .byh-section.scene-support .scene-support-box li.bg4 {
    background: url("../../statics/images/product/giftcard/scene_support_bg4.png") 0 0 / 100% 100% no-repeat;
}

.byh-giftcard-container .byh-section.scene-support .scene-support-box li:last-of-type {
    margin-right: 0;
}

.byh-giftcard-container .byh-section.scene-support .scene-support-box li .scene-support-intro {
    width: 100%;
    height: 100%;
    text-align: center;
}

.byh-giftcard-container .byh-section.scene-support .scene-support-box li .scene-support-intro img {
    width: 100px;
    height: 100px;
    margin: 88px auto 20px;
}

.byh-giftcard-container .byh-section.scene-support .scene-support-box li .scene-support-intro h2 {
    height: 22px;
    font-size: 22px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 22px;
}

.byh-giftcard-container .byh-section.scene-support .scene-support-box li .scene-support-intro p {
    height: 16px;
    font-size: 16px;
    font-family: PingFangSC-Light, PingFang SC;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 16px;
    margin-top: 15px;;
}

/* FREE ADMISSION */
.byh-giftcard-container .byh-section.free-admission .admission-title {
    height: 20px;
    font-size: 20px;
    font-family: PingFangSC-Light, PingFang SC;
    font-weight: 300;
    color: #333333;
    line-height: 20px;
}

/* scene */
.byh-giftcard-container .byh-section-bg .scene-container {
    padding-top: 80px;
    display: flex;
    justify-content: space-between;
}

.byh-giftcard-container .byh-section-bg .scene-container .intro {
    margin-top: 100px;
}

.byh-giftcard-container .byh-section-bg .scene-container .intro .title {
    height: 32px;
    font-size: 36px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #232323;
    line-height: 32px;
    margin-bottom: 40px;
}

.byh-giftcard-container .byh-section-bg .scene-container .intro .desc {
    height: 20px;
    font-size: 20px;
    font-family: PingFangSC-Light, PingFang SC;
    font-weight: 300;
    color: #333333;
    line-height: 20px;
    margin-bottom: 60px;
}

.byh-giftcard-container .byh-section-bg .scene-container .intro .scan-btn {
    width: 200px;
    height: 50px;
    background: #336AFF;
    border-radius: 4px;
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 50px;
    position: relative;
}

.byh-giftcard-container .byh-section-bg .scene-container .intro .scan-btn:hover .qr-box {
    opacity: 1;
}

.byh-giftcard-container .byh-section-bg .scene-container .intro .scan-btn .qr-box {
    position: absolute;
    top: 56px;
    left: 0;
    width: 186px;
    height: 185px;
    padding: 8px 7px 7px;
    background: #FAFAFC;
    border-radius: 10px;
    opacity: 0;
    transition: all 0.5s;
    box-shadow: 0px 6px 10px 1px #e8e8e8;
}

.byh-giftcard-container .byh-section-bg .scene-container .intro .scan-btn .qr-box img {
    width: 100%;
    height: 100%;
}

.byh-giftcard-container .byh-section-bg .scene-container .scene-box {
    width: 480px;
    height: 600px;
}

.byh-giftcard-container .byh-section-bg .scene-container .scene-box img {
    width: 100%;
    height: 100%;
}


/* industry-wide */
.byh-giftcard-container .byh-section.industry-wide .industry-wide-box {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}