@font-face {
    font-family: 'CenturyGothic'; 
    src: url('/wp-includes/fonts/CenturyGothic.ttf'); 
} 


@font-face {
    font-family: "SourceHanSansCN-Regular";
    src: url("/wp-includes/fonts/SourceHanSansCN-Regular.ttf");
}

* {
    font-family: 'SourceHanSansCN-Regula';
}


.text-black .banner-title,.text-black .banner-slogan{
    color:black !important;

}


.qoocam8K1{
    position: relative;
}

.gyq{
    position: absolute !important;
    margin: 0 !important;
    bottom: 150px;
    right: 20px;
}

.gyq2{
    font-size:20px;
    letter-spacing: 2px;
}

.banner-text{
    margin: 0 20px;
}

.banner-title{
    font-size: 50px;
    line-height: 50px;
    padding-bottom: 10px;
}

.banner-slogan{
    font-size: 24px !important;
    line-height: 26px !important;
}


.swiper-slide{
    padding-top: 0;
}

.swiper-slide a img{
    padding-bottom: 30px;
}

.flex_box{
    width: 49.5% !important;
}


.et_pb_image_wrap img{
    width: 100% !important;
}

.et_pb_front_flipbox_image{
    position: relative;
}

.et_title_box{
    position: absolute;
    left: 10px;
    bottom: 25px;
}

.et_flex{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.et_title_box1{
    font-size: 12px;
    color: white;
    letter-spacing: 1px;
    font-family: 'CenturyGothic';
}

.et_title_box2{
    font-family: 'CenturyGothic';
    font-size: 26px;
    margin-top: 4px;
    font-weight: bold;
    color: white;
    letter-spacing: 1px;
    font-weight: bold;
}

.swiper-slide{
    position: relative;
}
.swiper-slide .banner-icon{
    position: absolute;
    top: 0;
    right: 100px;
    width: 100px;
    height: auto;
}
/* 分页器 */
.swiper-pagination-bullet {
    background-color: #ffffff !important;
	opacity: 0.5 !important;
}

.swiper-pagination-bullet-active {
    opacity: 1 !important;
}

@media screen and (max-width: 763px) {

    .banner-title{
        font-size: 30px !important;
        margin-bottom: 5px;
    }

    .ishide{
        display: none;
    }

    .guoyuqing{
        height: auto !important;
    }
    .banner-slogan{
        line-height: 20px !important;
        font-size: 15px !important;
        height: 23.2px !important;
    }

    .text-black .banner-title{
        font-size: 30px !important;
      }

    .swiper-slide .banner-icon{
        right: 20px;
    }
    
}



@media screen and (max-width: 375px) {
    .banner-title{
        font-size: 23px !important;
    }

    .banner-slogan{
        font-size: 15px !important;
        height: 23.2px !important;
    }

    .swiper-slide{
        padding-top: 44px;
    }
    

}



@media screen and (max-width: 332px) {
    .banner-title{
        font-size: 22px !important;
    }
}

.entry-content {
    font-family: "SourceHanSansCN-Regular";
    font-size: 14px;
}

#home_shop_more {
    line-height: .44rem;
    margin-top: 44px;
    text-align: center;
    color: #383838;
    font-size: .12rem;
}
#home_shop_more a {
    color: #007aff;
}

/* 产品列表部分 */
.home_product_item {	
    height: 7.2rem;
    margin-bottom: .16rem;
    display: flex;
    align-items: center;
    padding-left: 22%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.home_product_item .home_product_item_title {
    font-weight: 600;
    font-size: .54rem;
    line-height: .79rem;
    width: 4.5rem;
}

.home_product_item .home_product_item_subtitle {
    font-size: .36rem;
    line-height: .52rem;
}

.home_product_item button {
    padding: 0.1rem 0.24rem;
    border-radius: 0.27rem;
    border: solid 1px #fff;
    font-size: .16rem;
    color: #ffffff;
    background-color: transparent;
    margin-top: 0.24rem;
    cursor: pointer;
    pointer-events: initial;
}

/* 产品列表浅色调 */
.home_product_item_light .home_product_item_title,
.home_product_item_light .home_product_item_subtitle {
    color: #fff;
}

.home_product_item_light .learn_more {
    color: #fff;
    border: solid 1px #fff;
}

.home_product_item_light .buy_now {
    color: #fff;
    border: solid 1px transparent;
    background-color: #007aff;
}

/* 产品列表深色调 */
.home_product_item_dark .home_product_item_title {
    color: #383838;
}

.home_product_item_dark .home_product_item_subtitle {
    color: #666;
}

.home_product_item_dark .learn_more {
    color: #007aff;
    border: solid 1px #007aff;
    background-color: transparent;
}

.home_product_item_dark .buy_now {
    color: #fff;
    border: solid 1px transparent;
    background-color: #007aff;
}

.home_product_item .en_h3 {
    width: 6rem;
}

/* 玻璃态背景色 */
#post-12 .glassy_state_background {
    background-color: rgba(153,153,153, 0.5);
}

/* 全景图轮播部分 */
.margin_bottom_0 {
    margin-bottom: 0;
}

.swiper-container {
    margin-top: 0.64rem;
    width: 100%;
    height: 6.72rem;
    overflow: hidden;
    position: relative;
}

.swiper-container .swiper-slide {
    text-align: center;
    font-size: 18px;
    width: 55.2% !important;
    height: 6.72rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-next, .swiper-button-prev {
    width: .48rem !important;
    height: .48rem !important;
    background-color: #ffffff;
    opacity: 0.5;
    border-radius: 50px;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: .18rem !important;
    font-weight: 900;
}

#tips button {
	padding: .1rem .24rem;
	border-radius: .27rem;
	border: solid 1px #ffffff;
    font-size: .16rem;
    color: #ffffff;
    background-color: transparent;
    margin-top: .24rem;
    cursor: pointer;
    pointer-events: initial;
}

.display_none {
    z-index: 0 !important;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 25% !important;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 25% !important;
}

.psv-container {
    border-radius: 0.15rem;
}

.home_more {
    margin-top: 0.8rem;
    height: 8.16rem;
    display: flex;
    justify-content: center;
    margin-left: .26rem;
}

.home_more .home_more_left, .home_more .home_more_right {
    height: 100%;
    width: 5.3rem;
    margin-right: 0.16rem;
    position: relative;
}

.home_more .home_more_left {
    background: url('/wp-content/uploads/home/202106/web/banner_8klive_bg.jpg') no-repeat center;
    background-size: 100% 100%;
    padding: 0.48rem 0 0 .48rem;
}
.border_radius {
    border-radius: 0.15rem;
}

.home_more_title {
	height: .52rem;
	font-weight: 600;
	font-size: .36rem;
	color: #ffffff;
}

.home_more_introduce {
	line-height: .26rem;
	font-size: .18rem;
    padding-right: .48rem;
	color: rgba(255, 255, 255, 0.8);
}

.home_more_button {
	border-radius: .27rem;
	border: solid 1px #ffffff;
    background-color: transparent;
    color: #fff;
    font-size: .16rem;
    margin-top: .48rem;
    cursor: pointer;
    padding: .1rem .24rem;
}

.home_more_right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.home_more_right_box1, .home_more_right_box2 {
    height: 4rem;
    padding: 0.48rem;
}

.home_more_right_box1 {
    background: url('/wp-content/uploads/home/202106/web/banner_qoocamfun_bg.jpg')  no-repeat center;
    background-size: 100% 100%;
}
.home_more_right_box2 {
    background: url('/wp-content/uploads/home/202106/web/banner_obsidianrs_bg.jpg') no-repeat center;
    background-size: 100% 100%;
}

.home_more_right_box, .home_more .home_more_left {
    -webkit-transform:scale(1.0);
	-moz-transform:scale(1.0);
	-o-transform:scale(1.0);
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
}

.home_more_right_box:hover, .home_more .home_more_left:hover {
    -webkit-transform:scale(1.02);
	-webkit-box-shadow:0.05rem 0.05rem .12rem #ddd, -0.05rem 0.05rem .12rem #ddd;
	-moz-transform:scale(1.02);
	-moz-box-shadow:0.05rem 0.05rem .12rem #ddd, -0.05rem 0.05rem .12rem #ddd;	
	-o-transform:scale(1.02);
	-o-box-shadow:0.05rem 0.05rem .12rem #ddd, -0.05rem 0.05rem .12rem #ddd;
}

.home_more_right .home_more_button {
    color: #007aff;
    border: 1px solid #007aff;
}

.home_more_right_box .home_more_title {
    color: #383838;
}

.home_more_right_box .home_more_introduce {
    color: #666;
}

#tips {
    position: absolute;
    width: 10.6rem;
    height: 1.88rem;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 3;
    text-align: center;
    background-image: linear-gradient(180deg, 
    rgba(0, 0, 0, 0.3) 0%, 
    rgba(0, 0, 0, 0) 100%);
    padding-top: .48rem;
    border-radius: 0.16rem 0.16rem 0 0;
    pointer-events: none;
}

#tips span {
	line-height: .52rem;
	font-weight: 600;
	font-size: .36rem;
	color: #ffffff;

}

.et_pb_section_146 {
    padding-top: 0 !important;
}

.home_product_item_ja h3 {
    width: 5rem;
}

.viewer {
    width: 100%;
    height: 100%;
}

.mySwiper img {
    border-radius: .16rem;
}

/* 轮播图样式 */
.swiper-container1 {
    overflow-x: hidden;
    margin-bottom: .16rem;
    width: 100%;
    height: 7.2rem;
    position: relative;
}

#post-12 .swiper-container1.hide {
    display: none;
}

.swiper-container1 .swiper-pagination1 {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    z-index: 99999;
}

.swiper-container1 .swiper-slide {
    padding: 0 22%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    cursor: default;
    width: 100vw;
}

.swiper-container1 .swiper-pagination-bullet {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #555;
    margin: 0 3px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}
.swiper-container1 .wiper-pagination-bullet-active {
    background: #fff;
}

.swiper-container1 .swiper_title {
    font-size: .54rem;
    font-weight: bold;
    line-height: .79rem;
    padding-bottom: .1rem;
    text-align: left;
    max-width: 5.4rem;
}

.swiper-container1 .swiper_subtitle {
    font-size: .36rem;
    line-height: .52rem;
    text-align: left;
    max-width: 5.4rem;
}

.swiper-container1 .learn_more,
.swiper-container1 .buy_now {
    padding: 0.1rem 0.24rem;
    border-radius: 0.27rem;
    border: solid 1px #ffffff;
    font-size: .16rem;
    color: #ffffff;
    background-color: transparent;
    margin-top: 0.24rem;
    cursor: pointer;
}
/* 深色时的标题颜色 */
.swiper-container1 .title_dark_color {
    color: #FFFFFF;
}

/* 浅色时的标题颜色 */
.swiper-container1 .title_light_color {
    color: #383838;
}

/* 副标题颜色 */
.swiper-container1 .title_dark_color.swiper_subtitle {
    color: rgba(255,255,255, 0.8);
}

/* 浅色时的标题颜色 */
.swiper-container1 .title_light_color.swiper_subtitle {
    color: rgba(56,56,56, 0.8);
}

/* 深色时的按钮颜色 */
.swiper-container1 .btn_dark_color1 {
    color: rgba(255,255,255, 0.8);
    background: transparent;
    border: solid 1px #fff;
}

/* 浅色时的按钮颜色 */
.swiper-container1 .btn_light_color1 {
    background: transparent;
    border: solid 1px #007aff;
    color: #007aff;
}

/* 深色时的按钮颜色 */
.swiper-container1 .btn_light_color2 {
    background: #007aff;
    border: solid 1px #007aff;
    color: #fff;
}

/* 浅色时的按钮颜色 */
.swiper-container1 .btn_dark_color2 {
    background: #007aff;
    border: transparent;
    color: #fff;
}

.home_button_box {
    max-width: 2.36rem;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    float: left;
}

.panoramSwiper .swiper-button-disabled {
    display: none;
    opacity: 0;
}

/* pc端样式 */
@media screen and (min-width: 980px) {
    .wb {
      display: block;
    }
    .mb {
      display: none;
    }
}

  /* 移动端样式 */
@media screen and (max-width: 979px) {
    .wb {
      display: none;
    }
    .mb {
      display: block;
    }

    .home_education_discounts {
        font-size: .32rem;
        margin-top: .4rem;
    }

    #home_shop_more {
        line-height: .64rem;
        margin-top: 50px;
        font-size: .24rem;
    }

    /*  产品列表 */
    .home_product_item_ja h3 {
        width: 6rem;
    }

    .home_product_item .set_width {
        width: 7rem;
    }

    .home_product_item {
        padding: 0.63rem 0 0 0.48rem;
        height: 10.56rem;
        align-items: flex-start;
    }

    .mb.home_product_item {
        padding: 0.63rem 0.48rem 0 0.48rem;
    }

    .home_product_item h3 {
        font-size: 0.6rem;
    }

    .home_product_item p {
        font-size: .4rem;
    }

    .home_product_item .home_h3_en {
        line-height: .79rem;
        letter-spacing: 0px;
        font-size: 0.6rem;
    }

    .home_product_item .home_product_item_title {
        width: 100%;
    }

    /* 轮播图样式 */
    .swiper-container1 {
        height: 10.56rem;
    }

    .swiper-container1 .swiper-slide {
        padding: 0.63rem 0.48rem;
        justify-content: flex-start;
    }

    .swiper-container1 .swiper_title {
        font-size: .6rem;
        max-width: 100%;
    }

    .swiper-container1 .swiper_subtitle {
        font-size: .4rem;
        max-width: 100%;
    }

    .swiper-container1 .learn_more,
    .swiper-container1 .buy_now {
        padding: 0.12rem 0.16rem;
        border-radius: 0.42rem;
        font-size: .32rem;
    }

    .home_button_box {
        max-width: 100%;
    }
}