*,:after,:before{
margin:0;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box
}
.clearfix:after{
content:" ";display:block;height:0;clear:both;visibility:hidden;font-size:0;line-break:0
}
li,ul{
list-style:none
}
li,ol,ul{
margin:0
}
img{
max-width:100%;vertical-align:middle
}
a{
text-decoration:none;color:inherit
}
button,input,select,textarea{
font-family:inherit
}
.fun_scr_hide{
display:none!important
}
::-webkit-scrollbar{
width:6px;height:1px
}
::-webkit-scrollbar-thumb{
border-radius:30px;box-shadow:inset 0 0 5px rgba(0,0,0,.2);background:#d7d7d7
}
::-webkit-scrollbar-track{
box-shadow:inset 0 0 5px rgba(0,0,0,.1);border-radius:10px;background:rgba(122,122,122,.1)
}
.prompt_box_s{
position:fixed;left:50%;top:0;min-width:300px;transform:translateX(-50%);padding:15px 15px 15px 20px;color:#fff;background-color:red;transition:.3s;opacity:0;z-index:9999999;border-radius:4px
}
.prompt_box_s.success{
background:#007eff
}
.prompt_box_s.error{
background:red
}
.prompt_box_s.warning{
background:#ffa000
}
.prompt_box_s.active{
opacity:1;top:20px
}
.prompt_btn_no{
cursor:no-drop!important
}
:root{
--btn-style-deep:solid;
--btn-color-deep:#fff;
--btn-bg-color-deep:var(--c-color);
--btn-border-color-deep:var(--c-color);
--btn-radius-deep:30px;
--btn-width-deep:1px;
--btn-style-shallow:solid;
--btn-color-shallow:var(--c-color);
--btn-bg-color-shallow:#fff;
--btn-border-color-shallow:#fff;
--btn-radius-shallow:30px;
--btn-width-shallow:1px
}
.btn{
padding:12px 30px;
display:inline-block;
height:50px;
cursor:pointer;
outline:0;
font-size:16px;
transition:.1s;
text-align:center;
}
.btn:hover{
opacity:.7
}
.btn:active{
opacity:1;outline:0;user-select:none
}
.btn[btn-types=deep]{

    color: var(--btn-color-deep);

}
.btn[btn-types=shallow]{
border-style:var(--btn-style-shallow);color:var(--btn-color-shallow);border-color:var(--btn-border-color-shallow);background-color:var(--btn-bg-color-shallow);border-width:var(--btn-width-shallow);border-radius:var(--btn-radius-shallow)
}
:root{
--inp-style-deep:solid;--inp-color-deep:var(--c-color);--inp-bg-color-deep:transparent;--inp-border-color-deep:var(--c-color);--inp-radius-deep:0;--inp-width-deep:0 0 1px 0;--inp-style-shallow:solid;--inp-color-shallow:#fff;--inp-bg-color-shallow:transparent;--inp-border-color-shallow:#fff;--inp-radius-shallow:0;--inp-width-shallow:0 0 1px 0
}
.form_inp{
outline:0
}
.form_inp[inp-types=deep]{
border-style:var(--inp-style-deep);color:var(--inp-color-deep);border-color:var(--inp-border-color-deep);background-color:var(--inp-bg-color-deep);border-width:var(--inp-width-deep);border-radius:var(--inp-radius-deep)
}
.form_inp[inp-types=shallow]{
border-style:var(--inp-style-shallow);color:var(--inp-color-shallow);border-color:var(--inp-border-color-shallow);background-color:var(--inp-bg-color-shallow);border-width:var(--inp-width-shallow);border-radius:var(--inp-radius-shallow)
}
.content-section{
padding-top:3vw;padding-bottom:3vw
}
[head_logo_src]{
opacity:0;display:none
}
img[lans-src]{
display:none
}
.img_par iframe{
position:absolute;top:0;left:0;width:100%;height:100%;z-index:6
}
.img_par[img_par_proportion]{
position:relative
}
.img_par[img_par_proportion="1"]{
padding-bottom:56.25%
}
.img_par[img_par_proportion="2"]{
padding-bottom:100%
}
.img_par[img_par_proportion="1"] img,.img_par[img_par_proportion="2"] img{
position:absolute;left:0;top:0;width:100%;height:100%;object-fit:contain
}
.img_par{
position:relative;display:block
}
.img_par .img_preview_gif{
position:absolute!important;left:0!important;top:0!important;width:100%!important;height:100%!important;object-fit:contain!important;opacity:0;background-color:#000!important;transition:.4s
}
.img_par img{
width:100%;display:block;position:relative;
}
.img_par.gif_shows:hover [img_preview_gif]{
transition:.4s;opacity:0;z-index:1;transition-delay:.6s
}
.img_par.gif_shows:hover .img_preview_gif{
opacity:1;transition-delay:.6s
}
.img_par.gif_shows:hover .videos_js_icons{
opacity:0;transition:.6s
}
.img_par.no_img_src{
padding-bottom:56.25%;background-color:#ddd;background-repeat:no-repeat;background-position:center
}
.img_par.no_img_src img{
opacity:0;display:none!important
}
.img_par.loading_imgs_box{
padding-bottom:56.25%;background-color:rgba(122,122,122,.1);background-repeat:no-repeat;background-position:center;background-image:url(/images/loading2.gif)
}
.img_par.loading_imgs_box[img_par_proportion="2"],.img_par.no_img_src[img_par_proportion="2"]{
padding-bottom:100%
}
.img_par.loading_imgs_box img{
display:none!important
}
[display_none]{
display:none!important
}
[bg_img_url]{
position:relative;background-size:cover;background-position:center
}
.par_img_bg{
overflow:hidden;background-size:contain;background-position:center;background-repeat:no-repeat
}
.par_img_bg:before{
content:"";display:block;position:absolute;left:0;top:0;width:100%;height:100%;background:inherit;background-size:cover;filter:blur(4px);transform:scale(1.1)
}
body{
line-height:1.5;font-family:Barlow-Regular,Arial,myanmar_font;overflow-x:hidden
}
.container{
max-width:1440px;margin:0 auto;padding-left:15px;padding-right:15px
}
.container[container=full]{
max-width:auto
}
[btn_show="0"]{
display:none!important
}
section[template-edit] p{
margin:0
}
[module_center=left]{
text-align:left
}
[module_center=center]{
text-align:center
}
[module_center=right]{
text-align:right
}
.titles{
font-size:14px;font-weight: bold !important;
}
.title{
font-size:14px;font-weight: bold !important;
}
[title_lengths="1"]{
display:block!important;white-space:nowrap!important;overflow:hidden!important;width:100%!important;text-overflow:ellipsis!important
}
[title_lengths="2"]{
display:-webkit-box!important;overflow:hidden!important;width:100%!important;text-overflow:ellipsis!important;-webkit-line-clamp:2;-webkit-box-orient:vertical;height:3em!important;line-height:1.5!important
}
[title_lengths="3"]{
display:block!important;overflow:hidden!important;width:100%!important;text-overflow:ellipsis!important;height:auto!important
}
[title_lengths="4"]{
display:none!important
}
.top_title{
line-height:1.3;font-size:3.2vw
}
.top_subtitle{
font-size:16px
}
.top_describe{
word-break:break-word
}
.subtitle{
font-size:14px
}
.describe{
font-size:14px
}
@media (max-width:1200px){
.title{
font-size:16px!important
}
.subtitle{
font-size:12px!important
}
.describe{
font-size:12px!important
}
.btn{
font-size:12px!important
}
.top_title,.top_title *{
font-size:32px!important
}
.top_details,.top_details *,.top_subtitle,.top_subtitle *{
font-size:16px!important
}
.top_describe,.top_describe *{
font-size:14px!important
}

}
@media (max-width:768px){
.top_title,.top_title *{
font-size:22px!important
}
.top_details,.top_details *,.top_subtitle,.top_subtitle *{
font-size:14px!important
}
.top_describe,.top_describe *{
font-size:12px!important
}
.title{
font-size:14px!important
}
.subtitle{
font-size:12px!important
}
.describe{
font-size:12px!important
}
body .btn{
font-size:12px!important;padding:10px 30px
}

}
@media (max-width:768px){
.container{
padding-left:15px!important;padding-right:15px!important
}
.content-section{
padding-top:5vw!important;padding-bottom:5vw!important;margin:0!important
}

}
.aliplayer_video.prism-player.no_clicks video{
cursor:auto
}
@media (max-width:1026px){
.m_video_hides_fun .aliplayer_video,.m_video_hides_fun .video_js_play_btn{
display:none!important
}

}
.there_video_icons{
transition:all .3s;position:absolute;left:50%;top:40%;transform:translate(-50%,-50%);width:20%;min-width:46px;max-width:75px;text-align:center;color:#000;border-radius:50%;cursor:pointer;display:block;z-index:2;background-image:url(/images/video_play_1.png);background-size:contain
}
.there_video_icons::after{
content:'';display:block;padding-bottom:100%
}
.there_video_icons .iconfont::before{
display:none
}
.there_video_icons .iconfont{
font-size:20px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40%;background-size:100%;background-repeat:no-repeat;margin-left:5%;display:none
}
.there_video_icons .iconfont::after{
content:"";display:block;padding-bottom:100%
}
.swiper-wrapper{
display:flex
}
.list_row_ul.swiper-wrapper{
display:flex;flex-wrap:wrap;width:auto;margin-left:-10px;margin-right:-10px;min-width:100%;height:auto
}
.list_row_li{
padding-left:10px;padding-right:10px;margin-bottom:20px;width:25%;max-width:25%;min-width:25%
}
.list_row_li[list_cols="1"]{
width:100%;max-width:100%;min-width:100%
}
.list_row_li[list_cols="2"]{
width:50%;max-width:50%;min-width:50%
}
.list_row_li[list_cols="3"]{
width:33.33333%;max-width:33.33333%;min-width:33.33333%;float:left;
}
.list_row_li[list_cols="4"]{
    flex: 0 0 25%;
    max-width: 25%;
}
.list_row_li[list_cols="5"]{
width:20%;max-width:20%;min-width:20%
}
.list_row_li[list_cols="6"]{
width:16.66666666666667%;max-width:16.66666666666667%;min-width:16.66666666666667%
}
@media (max-width:768px){
.list_row_li[list_cols]{
max-width:none;width:50%;margin-bottom:20px;min-width:50%
}
.list_row_li:last-child{
margin-bottom:0
}

}
.list_row_ul.swiper-wrapper[swiper_switch="1"]{
margin:0;flex-wrap:nowrap
}
.list_row_ul.swiper-wrapper[swiper_switch="1"] .list_row_li{
padding-left:0;padding-right:0;min-width:auto;max-width:none;margin-right:20px
}
.video_current_modal{
position:fixed;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.7);z-index:9999
}
.video_current_modal .video_close{
position:absolute;bottom:100%;left:100%;color:#fff;font-size:32px;cursor:pointer;transition:.3s;z-index:999
}
.video_current_modal .video_close:hover{
opacity:.6
}
.video_current_modal .con{
position:absolute;width:1280px;left:50%;top:50%;transform:translate(-50%,-50%);max-width:80%;max-height:80%;display:none
}
.video_current_modal .box{
position:relative;left:0;top:0;width:100%;padding-bottom:56.25%;height:auto!important
}
.video_current_modal .video_con{
position:absolute;left:0;top:0;width:100%;height:100%
}
@media (max-width:768px){
.video_current_modal .con{
max-width:90%;max-height:90%
}
.video_current_modal .video_close{
transform:translate(-50%,50%);font-size:24px;width:40px;height:40px;line-height:40px;text-align:center
}

}
body.body_video_current_overflow{
overflow:hidden
}
.video_current_modal .product_recommend_swiper_2{
position:relative;color:#fff;width:100%;height:100%
}
.video_current_modal .img_par.proportion{
position:relative;width:180px;min-width:180px;max-width:180px
}
.video_current_modal .img_par.proportion .img_parbs{
padding-bottom:56.25%!important;position:relative;background-color:#fff
}
.video_current_modal .img_par.proportion img{
position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;background-color:#fff
}
.video_current_modal .recommend_swiper_list_con .recommended_title{
font-size:16px;color:#fff;padding:6px 0;text-align:center;position:absolute;left:0;top:0;padding-top:20px;width:100%
}
.video_current_modal .recommend_swiper_list .recommend_swiper_list_con2{
height:100%;width:100%
}
.video_current_modal .recommend_swiper_list{
position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:22;overflow:hidden;background:rgba(0,0,0,.8);display:none
}
.video_current_modal .recommend_swiper_list_con{
position:absolute;bottom:0;left:0;width:100%;padding:60px 20px 60px;width:550px;max-width:100%;height:100%;max-height:100%;top:0;left:0;right:0;bottom:0;margin:auto
}
.video_current_modal .recommend_swiper_list .text{
color:#fff;font-size:14px;overflow:hidden;text-overflow:ellipsis;flex:1;padding-left:20px
}
.video_current_modal .recommend_swiper_list_con .undo_icon_box{
position:absolute;left:0;width:100%;text-align:center;display:flex;bottom:0;justify-content:center;align-items:center;padding-bottom:10px
}
.video_current_modal .recommend_swiper_list_con .undo_icon{
display:block;object-fit:none;position:relative;width:44px;height:44px;cursor:pointer;border-radius:50%
}
.video_current_modal .recommend_swiper_list_con .undo_text{
color:#fff;margin-left:12px
}
.video_current_modal .recommend_swiper_fixed.recommend_swiper_list{
position:fixed;z-index:99
}
.video_current_modal .recommend_swiper_fixed{
display:none
}
.video_current_modal .recommend_swiper_list ul{
display:flex;flex-direction:column;overflow:auto;width:100%;height:100%
}
.video_current_modal .recommend_swiper_list li{
display:block
}
.video_current_modal .recommend_swiper_list .slide_boxs{
display:flex;padding:10px 0;align-items:center
}
.video_current_modal .recommend_swiper_list .recommend_swiper_list_con2{
height:100%;width:100%
}
.video_current_modal .prism-fullscreen .recommend_swiper_list_x{
display:block!important
}
@media (max-width:768px){
.video_current_modal .recommend_swiper_list_con .recommended_title{
width:auto;left:20px;padding-top:12px
}
.video_current_modal .recommend_swiper_list_con .undo_icon_box{
bottom:auto;top:10px;right:20px;left:auto;width:auto
}
.video_current_modal .recommend_swiper_list_con .undo_icon{
width:30px;height:30px
}
.video_current_modal .recommend_swiper_list_con{
padding:50px 20px 2px
}
.video_current_modal .img_par.proportion{
width:140px;min-width:140px;max-width:140px
}

}
.share_fun_box{
display:none
}
.share_fun_box2 ul li[data-network=share]{
display:none
}
.share_fun_box2 ul li.backtop_clicks{
border-top-left-radius:25px;border-bottom-left-radius:25px
}
@media (max-width:1200px){
.new_u_body .btn,.new_u_body .btn *,.new_u_body .describe,.new_u_body .describe *{
font-size:14px!important
}
.new_u_body .top_describe,.new_u_body .top_describe *,.new_u_body .top_details,.new_u_body .top_details *{
font-size:14px!important
}

}
@media (max-width:768px){
.new_u_body .top_details,.new_u_body .top_details *{
font-size:14px!important
}

}

@media (max-width:768px) {
.img_par img {
width: 100%; display: block;position: relative;
}

}
@media (max-width:768px) {
.title {
font-size: 14px;font-weight: bold !important; width: 160px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
}

}
.related_posts ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}