/*@font-face{*/
/*  src: url("Avenir.ttc");*/
/*}*/
/*body:lang(en){*/
/*   font-family: Helvetica Neue,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"!important;*/
/*}*/

@font-face{
  font-family: "Helvetica Neue";
  src: url("https://assets.sandsresortsmacao.cn/content/sl-plus/font/HelveticaNeue.ttc");
}
@font-face {
    font-family: Lato;
    src: url("https://assets.sandsresortsmacao.cn/content/sl-plus/font/Lato-Regular.ttf");
}

@font-face {
    font-family: LatoSemiBold;
    src: url("https://assets.sandsresortsmacao.cn/content/sl-plus/font/Lato-Semibold.ttf");
}
@font-face {
    font-family: LatoSemibold;
    src: url("https://assets.sandsresortsmacao.cn/content/sl-plus/font/Lato-Bold.ttf");
}
@font-face {
    font-family: Coolvetica;
    src: url("https://assets.sandsresortsmacao.cn/content/sl-plus/font/coolvetica-condensed-rg.ttf");
}
body:lang(en){
   /*font-family: Helvetica Neue,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"!important;*/
   /*font-family: Helvetica Neue,Helvetica, Arial !important;*/
    font-family: "Lato", "Segoe UI", -apple-system,  system-ui, BlinkMacSystemFont, sans-serif, "Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"!important;
}
body:lang(zh-cn),
body:lang(zh-tw){
   font-family:BlinkMacSystemFont,-apple-system,"Segoe UI",Helvetica,Arial,"PingFang SC","Hiragino Sans GB","Heiti SC","Microsoft YaHei",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" !important;
}
body::-webkit-scrollbar{
        display: none;
    }
table{
    width: unset;
}
.edit-block{
    width: 90%;
}
main,
main.full{
   min-height: calc(100vh - 126px);
   /*margin-top: 80px !important;*/
}
.title_newFont:lang(en){
    font-family:"Helvetica Neue",Helvetica,"Lato",system-ui, Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"!important;
}
.util__font--1:lang(en){
   font-family: Helvetica Neue,Helvetica,Lato,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"!important;
}
.pg-grid{
         display: grid;
     }
.pch-display{
    display: block;
}
/*2023.06.26 by huzhen*/
.hg-fontSize.hg-fontSize-new.pch-display{
    margin-top:48px;
    margin-bottom: 44px;
}
.hg-fontSize.pch-display{
    margin-top:48px;
    margin-bottom: 44px;
}
/*2023.06.26 by huzhen end*/
.mbh-display,
.mbh-grid{
    display: none;
}
.pch-grid{
     display: grid;
 }
/*2023.06.25 by huzhen*/
.paragraph-content.pch-grid{
    display: block;
    max-width: 1440px;
    margin: 0 auto;
    margin-bottom: 0.8em;
    padding: 0 88px;
    font-size: 16px;
    line-height: 26px;
}

.paragraph-content a{
    text-decoration: underline;
}
.paragraph-content-span a{
    text-decoration: underline;
}
/*2023.06.25 by huzhen end*/
.slp-h-gradient{
    /*background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.25) 63.85%, rgba(0, 0, 0, 0) 100%)!important;*/
}
@media only screen and (min-device-width : 1225px){
    .int-body{
      max-width: 1440px;
      margin: auto;
      /*margin: 0 12.5%;*/
    }
    .int-col{
        max-width: unset;
        margin: 0 110px;
    }
}
/*top header start*/
.slp-header{
    height: 105px;
    position: fixed;
    top: 0;
    z-index: 20;
    width: 100%;
    background: rgba(0, 0, 0, 0);
    transition: all .3s ease-in-out;
    padding: 14px 50px 15px 88px;
    display: flex;
    align-items: flex-start;
    font-family: PingFangSC;
}
.slp-header.slp-header-bg {
    background: linear-gradient(0deg, rgba(2, 2, 2, 0.0001) 0%, rgba(8, 8, 8, 0.6) 100%) !important;
}
.slp-header.header-height{
    height: 115px;
    background: rgba(51, 51, 51,1)!important;
}
.slp-header:lang(en){
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"!important;
}
.slp-navBox{
    display: flex;
    width: calc(100% - 24px);
    align-items: flex-start;
}
.lan-word{
    display: none;
}
.nav-back{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 49;
    display: none;
}
.slp-h-back{
    background: -webkit-linear-gradient(rgba(25, 25, 25, 0.84), rgba(42, 42, 42, 0.92),rgba(54,54,54,0));
}
.slp-header .slp-h-logo{
    width: 124px;
    height: 76px;
    flex-shrink: 0;
}
.slp-header .slp-h-logo a,
.slp-header .slp-h-logo a img{
    width: auto;
    height: 100%;
    display: block;
}
.slp-header .slp-h-nav{
    width:calc(100% - 128.2px);
    padding: 29px 0 0 0;
    margin-left: 61px;
    margin-right: 38px;
    /*border-bottom: 0.5px solid #888888;*/
    display: flex;
    justify-content: space-between;
}
.slp-header .slp-h-nav .slp-h-n-box{
    display: flex;
    flex-direction:row-reverse;
    list-style:none;
    margin-bottom: 0;
    padding-left: 0;
    position: relative;
}
.slp-header .slp-h-nav .slp-h-n-box .uncheck,
.slp-header .slp-h-nav .slp-h-n-box .choice{
    background-color: unset;
}
.slp-header .slp-h-nav .slp-h-n-box li{
    line-height: 22px;
    color: rgba(255, 255, 255, 100);
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    margin-left: 64px;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    letter-spacing: 0.23px;
}
.nav-box{
    display: flex;
    align-items: center;
}
.slp-header .slp-h-nav .slp-h-n-box li a{
    line-height: 22px;
    color: rgba(255, 255, 255, 100);
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    position: relative;
}
.slp-header .slp-h-nav .slp-h-n-box li a:hover{
    color: rgba(255, 255, 255, 100);
    text-decoration: none;
}
/*.slp-header .slp-h-nav .slp-h-n-box>li{*/
/*    padding-bottom: 11.5px;*/
/*}*/
.slp-header .slp-h-nav .slp-h-n-box>li:last-child{
    margin-left: 0;
}
.slp-header .slp-h-nav .slp-h-n-box li.active span:nth-of-type(1){
    position: relative;
    display: inline-grid;
}
/*.slp-header .slp-h-nav .slp-h-n-box li.active span:nth-of-type(1):after,*/
/*.slp-header .slp-h-nav .slp-h-n-box li.active .h-n-box-wso:after{*/
/*    content: '';*/
/*    width: 70px;*/
/*    height: 3px;*/
/*    border-radius: 1.54px;*/
/*    background-color: rgba(210, 184, 117, 1);*/
/*    position: absolute;*/
/*    bottom: -11.5px;*/
/*    left: calc(50% - 35px);*/
/*}*/
.slp-header .slp-h-nav>li:first-child{
    margin-right: 0!important;
}
.slp-header .slp-h-nav .h-n-box-icon{
    width: 9px;
    height: 9px;
    display: inline-block;
    margin-left: 10px;
    flex-shrink: 0;
    background: url("https://assets.sandsresortsmacao.cn/content/sl-plus/icons/menu-expand.svg");
    background-size: 190% 190%;
    background-position: -4px -4px;
}
.slp-header .slp-h-nav .h-n-box-icon img{
    width: 100%;
    height: 100%;
    display: block;
}
.slp-header .slp-h-nav .hn-down{
    background: url("https://assets.sandsresortsmacao.cn/content/sl-plus/icons/menu-collapse.svg");
    background-size: 190% 190%;
    background-position: -4px -4px;
    transform: rotate(-90deg);
    -webkit-animation:hndown 0.2s ease-in-out 0s 1 alternate forwards;
    -moz-animation:hndown 0.2s ease-in-out 0s 1 alternate forwards;
}
.slp-newLan{
    display: flex;
    position: relative;
    align-items: center;
}
.lan-newIcon{
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.lan-newIcon img{
    width: 100%;
    height: 100%;
    display: block;
}
.lan-newChoose{
    display: flex;
    padding: 0;
    list-style: none;
    margin-left: 17px;
    margin-bottom: 0;
    z-index: 50;
}
.lan-newChoose li,
.lan-newChoose li a{
    line-height: 22px;
    color: rgba(255, 255, 255, 100);
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    letter-spacing: 0.23px;
}
.lan-newChoose li{
    opacity: 0.4;
    margin-left: 13px;
}
.lan-newChoose li.active{
    opacity: 1;
}
.lan-newChoose li:first-child{
    margin-left: 0;
}
@-webkit-keyframes hndown{
    0%{
        transform: rotate(-90deg);
    }
    100%{
        transform: rotate(0deg);
    }

}
@-moz-keyframes hndown{
    0%{
        transform: rotate(-90deg);
    }
    100%{
        transform: rotate(0deg);
    }
}
.slp-header .slp-h-nav .hn-up{
    -webkit-animation:hnup 0.2s ease-in-out 0s 1 alternate forwards;
    -moz-animation:hnup 0.2s ease-in-out 0s 1 alternate forwards;
}
@-webkit-keyframes hnup{
    0%{
        transform: rotate(90deg);
    }
    100%{
        transform: rotate(0deg);
    }

}
@-moz-keyframes hnup{
    0%{
        transform: rotate(180deg);
    }
    100%{
        transform: rotate(0deg);
    }
}
.slp-header .slp-h-menu{
    width: 24px;
    height: 24px;
    margin-top: 28px;
    cursor: pointer;
}
.slp-header .slp-h-menu img{
    width: 100%;
    height: 100%;
}
/*top header end*/
/*sidebar header start*/
.slp-header .slp-h-nav .hnb-subTitle{
   /*min-width: calc(85px - 11.26px);*/
   /*width:calc(100% - 11.26px) ;*/
   position: absolute;
   /*top: 22px;*/
   left: 0;
   /*bottom:-50px;*/
   padding-left: 0;
   padding-top: 16px;
   display: none;
   z-index: 50;
}
.slp-header .slp-h-nav .hnb-subTitle li{
    margin-left: 0;
    margin-right: 20px;
}
.slp-header .slp-h-nav .hnb-subTitle li,
.slp-header .slp-h-nav .hnb-subTitle li a{
    width: 100%;
    /*margin-top:14px;*/
    line-height: 17px;
    color: #EEEEEE;
    font-size: 14px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    white-space:nowrap;
    text-decoration: none!important;
}
.hnb-subTitle .hnb-subConBox-pc li:first-child:before{
    content: '';
    width: 24px;
    height: 1px;
    background: #ffffff;
    margin-right: 16px;
}
.slp-header .slp-h-nav .hnb-subTitle li a:hover{
    text-decoration: none!important;
}
.slp-header .slp-h-nav .hnb-subTitle li a{
    margin-top: 0;
}
.slp-header .slp-h-nav .hnb-subTitle .hnb-subConBox-pc li:first-child,
.slp-header .slp-h-nav .hnb-subTitle .hnb-subConBox-mb li:first-child{
    margin-top:0;
}
.slp-header .slp-h-nav .hnb-subTitle li:hover,
.slp-header .slp-h-nav .hnb-subTitle li a:hover{
    color: #D2B875;
}
.slp-header .slp-h-nav .hnb-subTitle li.active,
.slp-header .slp-h-nav .hnb-subTitle li.active a{
    color: #D2B875;
}
.slp-header .slp-h-nav .hnb-subTitle li.active a{
    cursor: context-menu;
}
.slp-h-sidebar{
    width: 435px;
    height: 100%;
    background-color: #333333;
    border-left: 5px solid #E9BC60;
    position: fixed;
    top:0;
    right: -770px;
    z-index: 999;
    /*padding-top: 91px;*/
    padding-bottom: 92px;
    /*font-family: PingFangSC;*/
    font-family: BlinkMacSystemFont,-apple-system,"Segoe UI",Helvetica,Arial,"PingFang SC","Hiragino Sans GB","Heiti SC","Microsoft YaHei",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
.slp-h-sidebar:lang(en){
    font-family: "Lato", "Segoe UI", -apple-system,  system-ui, BlinkMacSystemFont, sans-serif, "Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"!important;
}

.slp-h-sidebar .slp-h-header{
    width: 100%;
    background-color: #333333;
    padding: 28px 51px 39px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
}
.slp-h-sidebar .slp-h-header .hs-icon{
    width: 21px;
    height: 19px;
    margin-right: 12px;
}
.slp-h-sidebar .slp-h-header .hs-icon img{
    width: 100%;
    height: 100%;
    display: block;
}
.slp-h-sidebar .slp-h-header .hs-title{
    min-width: 225px;
    /*min-width: 435px;*/
    line-height: 22px;
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    padding: 14px 22px;
    display: flex;
    align-items: center;
    letter-spacing: 0.5px;
    text-decoration: none;
    background: #EBD3A4!important;
}
.slp-h-sidebar .slp-h-header .hs-title:hover{
    text-decoration: none;
}
.slp-h-sidebar .slp-h-header .hs-close{
    width: 22px;
    height: 22px;
    cursor: pointer;
    position: absolute;
    top: 41px;
    right: 51px;
}
.slp-h-sidebar .slp-h-header .hs-close img{
    width: 100%;
    height: 100%;
    display: block;
}
/*sidebar header end*/
/*logo start*/
.slp-h-sidebar .slp-h-con{
    /*overflow: hidden;*/
    height: 100%;
    overflow-y: auto;
}
.slp-h-sidebar .slp-h-con::-webkit-scrollbar {
   display: none;
}
.slp-h-sidebar .slp-h-con::-webkit-scrollbar-track {
  display: none;
}
.slp-h-sidebar .slp-h-con::-webkit-scrollbar-thumb {
  display: none;
}

.slp-h-sidebar .hs-logo{
    position: relative;
    padding: 6px 40px 19.5px 38px;
    display: none;
}
.slp-h-sidebar .hs-logo .hs-enterprise-logo{
    width: 120px;
    margin: auto;
}
.slp-h-sidebar .hs-logo .hs-enterprise-logo a,
.slp-h-sidebar .hs-logo .hs-enterprise-logo a img,
.slp-h-sidebar .hs-logo .hs-enterprise-logo img{
    display: block;
    width: 100%;
}
.slp-h-sidebar .hs-logo .top-left-corner,
.slp-h-sidebar .hs-logo .bottom-right-corner{
    width: 38px;
    height: 39px;
    background: url("https://assets.sandsresortsmacao.cn/content/sl-plus/icons/1col-corner.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
}
.slp-h-sidebar .hs-logo .top-left-corner{
    left: 38px;
    top: 6px;
    transform: rotate(-180deg);
}
.slp-h-sidebar .hs-logo .bottom-right-corner{
    right: 40px;
    bottom: 14.5px;
}
.slp-h-sidebar .slp-brand-logo{
    width: 100%;
    padding: 5px 6px 23px 9px;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.slp-h-sidebar .slp-brand-logo li{
    width: calc(20% - 16px);
    margin-right: 16px;
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    padding-bottom:24px;
}
.slp-h-sidebar .slp-brand-logo li:nth-of-type(5n){
    margin-right: 0;
}
.slp-h-sidebar .slp-brand-logo li:nth-last-child(1),
.slp-h-sidebar .slp-brand-logo li:nth-last-child(2),
.slp-h-sidebar .slp-brand-logo li:nth-last-child(3),
.slp-h-sidebar .slp-brand-logo li:nth-last-child(4),
.slp-h-sidebar .slp-brand-logo li:nth-last-child(5){
    padding-bottom:0;
}
.slp-h-sidebar .slp-brand-logo li .slp-bl-itme{
    display: block;
    text-decoration: none;
}
/*logo end*/
/*menu start*/
.slp-h-sidebar .slp-menu-box{
    padding: 0 54px;
}
.slp-h-sidebar .slp-menu{
    list-style: none;
    padding: 0;
}
.slp-h-sidebar .slp-menu .slp-menu-lable{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    /* identical to box height, or 160% */
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
    /*cursor: pointer;*/
}
.slp-h-sidebar .slp-menu .slp-menu-lable:lang(zh-cn),
.slp-h-sidebar .slp-menu .slp-menu-lable:lang(zh-tw){
   /*font-family:Helvetica Neue, Helvetica, Arial, 'Hiragino Sans GB', '\5b8b\4f53', sans-serif !important;*/
   font-family:BlinkMacSystemFont,-apple-system,"Segoe UI",Helvetica,Arial,"PingFang SC","Hiragino Sans GB","Heiti SC","Microsoft YaHei",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" !important;
}
.slp-h-sidebar .slp-menu .slp-menu-lable{
    padding: 0 0 22px 0;
    /*border-bottom: 0.5px solid #E7E7E7;*/
}
.slp-h-sidebar .slp-menu .slp-menu-lable:last-child{
    border-bottom: 0;
}
.slp-h-sidebar .slp-menu .slp-menu-lable .slp-menu-list{
    color: #181815;
    display: flex;
    align-items: center;
}
.slp-h-sidebar .slp-menu .slp-menu-lable .slp-menu-list .slp-menu-title{
     color: #ffffff;
}
.slp-h-sidebar .slp-menu .slp-menu-lable .slp-menu-list .slp-menu-title:hover{
    color: #ffffff;
    text-decoration: none;
}
.slp-h-sidebar .slp-menu .slp-menu-lable .slp-menu-list .slp-menu-icon{
    width: 8px;
    height: 8px;
    /*position: absolute;*/
    /*right: 5px;*/
    /*top: calc(50% - 3px);*/
    margin-left: 20px;
    background: url("https://assets.sandsresortsmacao.cn/content/sl-plus/icons/menu-expand.svg");
    background-size: 200% 200%;
    background-position: -4px -4px;
    /*transform: rotate(-90deg);*/
    -webkit-animation:menu_up 0.2s ease-in-out 0s 1 alternate forwards;
    -moz-animation:menu_up 0.2s ease-in-out 0s 1 alternate forwards;
    cursor: pointer;
}
@-webkit-keyframes menu_up{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(-90deg);
    }

}
@-moz-keyframes menu_up{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(-90deg);
    }
}
.slp-h-sidebar .slp-menu .slp-menu-lable .slp-ml-active .slp-menu-icon{
    background: url("https://assets.sandsresortsmacao.cn/content/sl-plus/icons/menu-collapse.svg");
    background-size: 200% 200%;
    background-position: -4px -4px;
    -webkit-animation:down 0.2s ease-in-out 0s 1 alternate forwards;
    -moz-animation:down 0.2s ease-in-out 0s 1 alternate forwards;
}
@-webkit-keyframes down{
    0%{
        transform: rotate(-90deg);
    }
    100%{
        transform: rotate(0deg);
    }

}
@-moz-keyframes down{
    0%{
        transform: rotate(-90deg);
    }
    100%{
        transform: rotate(0deg);
    }
}
.slp-h-sidebar .slp-menu .slp-subMenu{
    padding:0 0 0 47px;
    list-style: none;
    display: none;
}
.slp-h-sidebar .slp-menu .slp-subMenu li{
    margin-top: 20px;
}
.slp-h-sidebar .slp-menu .slp-subMenu li,
.slp-h-sidebar .slp-menu .slp-subMenu li .sec_subBody,
.slp-h-sidebar .slp-menu .slp-subMenu li .sec_subBody a,
.s3l-word{
    /*font-family: 'Lato';*/
    font-family: 'Cabin';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */
    color: #EEEEEE;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
    text-decoration: none;
    position: relative;
}
/*2023.08.18 by huzhen*/
.sec_subTitle{
    font-family: 'lato'!important;
}
.sec-3-list .s3l-word{
    font-family: 'lato'!important;
}
/*2023.08.18 by huzhen end*/
.slp-h-sidebar .slp-menu .slp-subMenu li:lang(zh-cn),
.slp-h-sidebar .slp-menu .slp-subMenu li .sec_subBody:lang(zh-cn),
.slp-h-sidebar .slp-menu .slp-subMenu li .sec_subBody a:lang(zh-cn),
.s3l-word:lang(zh-cn),
.slp-h-sidebar .slp-menu .slp-subMenu li:lang(zh-tw),
.slp-h-sidebar .slp-menu .slp-subMenu li .sec_subBody:lang(zh-tw),
.slp-h-sidebar .slp-menu .slp-subMenu li .sec_subBody a:lang(zh-tw){
   /*font-family:Helvetica Neue, Helvetica, Arial, 'Hiragino Sans GB', '\5b8b\4f53', sans-serif !important;*/
   font-family:BlinkMacSystemFont,-apple-system,"Segoe UI",Helvetica,Arial,"PingFang SC","Hiragino Sans GB","Heiti SC","Microsoft YaHei",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" !important;
}
.slp-h-sidebar .slp-menu .slp-subMenu li .sec_subBody{
    display: flex;
    align-items: center;
}
.sec-3-list{
    display: none;
    overflow: hidden;
}
.s3l-word{
    display: block;
    margin-top: 14px;
    margin-left: 18px;
}
.s3l-word:hover{
    color: #ffffff;
    text-decoration: none;
}
.sec_subIcon{
    margin-left: 14px;
}
.sec-3-down{
    -webkit-animation: t-down 0.2s ease-in-out 0s 1 alternate forwards;
    -moz-animation: t-down 0.2s ease-in-out 0s 1 alternate forwards;
}
@keyframes t-down {
    0%{
      transform: rotate(-180deg);
    }
    100%{
      transform: rotate(0deg);
    }
}
@-webkit-keyframes t-down {
    0%{
      transform: rotate(-180deg);
    }
    100%{
      transform: rotate(0deg);
    }
}
@-moz-keyframes t-down {
    0%{
      transform: rotate(-180deg);
    }
    100%{
      transform: rotate(0deg);
    }
}
.sec-3-up{
    -webkit-animation: t-up 0.2s ease-in-out 0s 1 alternate forwards;
    -moz-animation: t-up 0.2s ease-in-out 0s 1 alternate forwards;
}
@keyframes t-up {
    0%{
      transform: rotate(0deg);
    }
    100%{
      transform: rotate(-180deg);
    }
}
@-webkit-keyframes t-up {
    0%{
      transform: rotate(0deg);
    }
    100%{
      transform: rotate(-180deg);
    }
}
@-moz-keyframes t-up {
    0%{
      transform: rotate(0deg);
    }
    100%{
      transform: rotate(-180deg);
    }
}
.sec_subIcon:before{
    content: "";
    width: 16px;
    height: 17px;
    background: url(https://assets.sandsresortsmacao.cn/content/sl-plus/icons/expand.svg);
    background-size: cover;
    display: block;
}
.slp-h-sidebar .slp-menu .slp-subMenu li:first-child{
    margin-top: 16px;
}
.menu-l-acive .slp-subMenu li:first-child .sec_subBody:before{
    content: "";
    width: 24px;
    height: 1px;
    display: block;
    background: #fff;
    position: absolute;
    left: -47px;
    top: 50%;
    margin-top: -0.5px;

}
.slp-h-sidebar .slp-menu .menu-l-acive .slp-subMenu{
    /*display:block;*/
    overflow: hidden;
    /*-webkit-animation:downCon 0.5s ease-in 0s 1 alternate forwards;*/
    /*-moz-animation:downCon 0.5s ease-in 0s 1 alternate forwards;*/
}
@-webkit-keyframes downCon{
    0%{
        height: 0;
    }
    100%{
        height: unset;
    }

}
@-moz-keyframes downCon{
    0%{
        height: 0;
    }
    100%{
        height: unset;
    }

}
/*menu end*/
/*sidebar footer start*/
  .slp-h-footer{
      width: 100%;
      height: 92px;
      padding: 9px 44px 37px 38px;
      background-color: #ffffff;
      position: absolute;
      bottom: 0;
      left:0;
      display: none;
  }
  .slp-h-footer .slp-hf-title{
    line-height: 22px;
    color: rgba(24, 24, 21, 100);
    font-size: 16px;
    text-align: left;
    font-weight: 700;
    letter-spacing: 0.46px;
  }
  .slp-h-footer .slp-hf-con{
      display: flex;
      margin-top: 8px;
  }
  .slp-h-footer .slp-hf-con .slp-hfc-icon{
      width: 100%;
      display: flex;
      overflow: hidden;
  }
  .slp-h-footer .slp-hf-con .slp-hfc-icon .slp-hfci-item{
      display: inherit;
      /*width: 18.44px;*/
      height: 18.43px;
      text-decoration: none;
      cursor: pointer;
      margin-right: 9px;
  }
    .slp-h-footer .slp-hf-con .slp-hfc-icon .slp-hfci-item:last-child{
        margin-right: 0;
    }
  .slp-h-footer .slp-hf-con .slp-hfc-icon .slp-hfci-item img{
      width: 100%;
      height: 100%;
  }
  .slp-h-footer .slp-hf-con .slp-hfc-lan{
      margin-left: 40px;
      flex-shrink: 0;
      display: flex;
      cursor: pointer;
      position: relative;
      align-items: center;
  }
  .slp-h-footer .slp-hf-con .slp-hfc-lan .lan-icon{
      width: 16px;
      height: 16px;
      margin-right: 10.42px;
  }
  .slp-h-footer .slp-hf-con .slp-hfc-lan .lan-icon img{
      width: 100%;
      height: 100%;
  }
  .slp-h-footer .slp-hf-con .slp-hfc-lan .lan-up{
    width: 7.5px;
    height: 3.75px;
      background: url("https://assets.sandsresortsmacao.cn/content/sl-plus/icons/menu-down.png");
      background-size: 100% 100%;
  }
  .slp-h-footer .slp-hf-con .slp-hfc-lan .lanUp{
       background: url("https://assets.sandsresortsmacao.cn/content/sl-plus/icons/menu-up.png");
       background-size: 100% 100%;
  }

  .slp-h-footer .slp-hf-con .slp-hfc-lan .lan-up img{
   width: 100%;
   height: 100%;
  }
  .slp-h-footer .lan-choose{
      min-width: 72px;
    padding: 9px 10px;
    list-style: none;
    background-color: rgba(255, 255, 255, 1);
    border: 0.5px solid rgba(201, 201, 201, 1);
    position: absolute;
    left: -85%;
    bottom: 16px;
    margin-bottom: 17px;
    border-radius: 2px;
    display: none;
    z-index: 50;
  }
  .slp-h-footer .lan-choose:before{
    content: '';
    border-width: 8px 9px 0;
    border-style: solid;
    border-color: #C9C9C9 transparent transparent;
    position: absolute;
    bottom: -7.5px;
    left: calc(50% - 8px);
  }
  .slp-h-footer .lan-choose:after{
      content: '';
      border-width: 7px 8px 0;
      border-style: solid;
      border-color: #fff transparent transparent;
      position: absolute;
      bottom: -7px;
      left: calc(50% - 7px);
  }
  .slp-h-footer .lan-choose li a{
      margin-bottom: 11px;
      line-height: 16px;
      color: rgba(197, 197, 197, 100);
      font-size: 12px;
      text-align: center;
      font-weight: 500;
      text-decoration: none;
      letter-spacing: 0.34px;
      display: block;
      font-family: PingFangSC;
  }
  .slp-h-footer .lan-choose li a:hover{
      text-decoration: none;
  }
  .slp-h-footer .lan-choose li.active a{
      color: rgba(24, 24, 21, 100);
  }
  .slp-h-footer .lan-choose li:last-child,
  .slp-h-footer .lan-choose li:last-child a{
      margin-bottom: 0;
  }
  .h-back,.hn-h-back{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 49;
    display: none;
}
  /*remove by ki 20220615*/
  /*.hn-h-back{*/
  /*  height: 100vh;*/
  /*}*/

/*sidebar footer end*/
/*have color header start*/
/*.slp-header-color{*/
/*    background-color: rgba(44, 44, 44, 0);*/
/*    padding: 14px 50px 15px 88px;*/
/*}*/
/*.slp-header-color .slp-h-nav{*/
/*    padding: 28px 12px 0 0;*/
/*    border-bottom: 0;*/
/*}*/
/*.slp-header-color .slp-h-menu {*/
/*    margin-top: 28px;*/
/*}*/
/*.slp-header-color .slp-h-nav .slp-h-n-box li.active span:nth-of-type(1):after,*/
/*.slp-header-color .slp-h-nav .slp-h-n-box li.active .h-n-box-wso:after{*/
/*    bottom: -24px;*/
/*}*/
/*.slp-header-color .slp-h-nav .slp-h-n-box li.active .h-n-box-wso:after{*/
/*    bottom: -12px;*/
/*}*/
    .hnb-subConBox-pc{
        display: flex;
        align-items: flex-start;
    }
    .hnb-subConBox-mb{
        width: 100%;
        display: none;
    }
/*.slp-header-color .slp-h-nav .hnb-subTitle {*/
/*    !*background-color: rgba(83, 83, 83, 1);*!*/
/*    padding: 13px 2px 15px 2px;*/
/*    margin-top: 23px;*/
/*    border-radius: 3px;*/
/*    !*最小宽度 PC/tablet 有效*!*/
/*    min-width: 110px;*/
/*}*/
/*.slp-header-color .slp-h-nav .hnb-subTitle:before{*/
/*    content: '';*/
/*    width: 0;*/
/*    height: 0;*/
/*    border-left: 5px solid transparent;*/
/*    border-right: 5px solid transparent;*/
/*    border-bottom: 8px solid #535353;*/
/*    position: absolute;*/
/*    top: -8px;*/
/*    left: calc(50% - 5px);*/
/*}*/
/*have color header end*/

/*footer start*/
.slp-footer{
    width: 100%;
    background-color: rgba(51, 51, 51, 1);
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*align-items: center;*/
    /*padding: 23px 98px;*/

}
  .slp-footer:lang(en){
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"!important;
    }
.slp-footer .slp-f-tel{
    display: flex;
    flex-shrink: 0;
    padding: 15px 40px;
}
.slp-footer .slp-f-tel .f-tel-con{
    display: flex;
    align-items: center;
    line-height: 16px;
    color: rgba(255, 255, 255, 100);
    font-size: 12px;
    text-align: left;
    font-weight: 500;
    letter-spacing: 0.2px;
}
.slp-footer .slp-f-tel .f-tel-con:after{
    content: '';
    width: 0.5px;
    height: 15px;
    background: #707070;
    margin:0 17px;
}
.slp-footer .slp-f-tel .f-tel-con:last-child:after{
    content: '';
    width: 0;
    height: 0;
}
.slp-footer .slp-f-tel .tel-con-num{
    margin-left: 16px;
    font-size: 12px;
    color: rgba(255, 255, 255, 100);
}
.slp-footer .slp-f-tel .tel-con-num:hover{
    text-decoration: none;
}
.slp-footer .slp-f-version{
    width: 100%;
    line-height: 16px;
    color: #999999;
    font-size: 11px;
    text-align: left;
    font-weight: 400;
    /*margin-left: 60px;*/
    letter-spacing: 0;
    background: #111111;
    padding: 6px 40px;
}
.fv-word-box{
    display: flex;
}
.fv-word-left{
    color: #999;
    margin-right: 55px;
}
.fv-word-left:hover{
    color: #d6d6d6;
    text-decoration: unset;
}
.fv-word-left:focus{
    color: #d6d6d6;
    text-decoration: unset;
}
.slp-f-icp-box{
    display:flex;
}
.slp-footer .slp-f-icp{
    padding-top: 5px;
}
.slp-footer .slp-f-icp a{
    display: flex;
    justify-content: flex-end;
}
.slp-footer .slp-f-icp a:hover,
.slp-f-lic a:hover{
   text-decoration: none;
   color: #ffffff;
}
.slp-footer .slp-f-icp span{
    color: #ffffff;
}
.slp-footer .slp-f-icp img{
    display: inline-block;
    margin-right: 5px;
}
.slp-f-lic{
    display: flex;
    justify-content: flex-end;
    margin-right: 20px;
}
.slp-f-lic a{
   text-decoration: none;
   color: #ffffff;
}
.back-to-home a {
    color: #191919
}
/*footer end*/

/*slp header B start*/
    .slp-header-b{
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        padding: 14px 50px 15px 88px;
        background: #333333;
        z-index: 50;
        transition: all .3s ease-in-out;
    }
    .slp-hb-box{
        display: flex;
        align-items: center;
    }
    .slp-hb-navBox{
        width: 100%;
        display: flex;
        align-items: center;
    }
    .slp-hb-navBox .slp-hb-logo{
        width: 124px;
        flex-shrink: 0;
    }
    .slp-hb-navBox .slp-hb-logo a{
        display: block;
        width: 100%;
    }
    .slp-hb-navBox .slp-hb-logo a img{
        display: block;
        width: 100%;
    }

 /*header b nav start*/
    .slp-hb-nav{
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-between;
    }
    .slp-hb-nav .hb-nav-list{
        padding: 0;
        list-style: none;
        display: flex;
        margin-left: 61px;
        /*max-width: calc(80% - 166px);*/
        margin-bottom: 0;
        overflow: hidden;
    }
    .slp-hb-nav .hb-nav-mice{
        overflow: unset;
    }
    .slp-hb-nav .hb-nav-list li{
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
        color: #FFFFFF;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        margin-left: 26px;
    }
    .hb-nav-maxWidth li{
        display: none;
    }
    .slp-hb-nav .hb-nav-list li:first-child{
        margin-left: 0;
    }
    .slp-hb-nav .hb-nav-list li a{
        color: #FFFFFF;
        text-decoration: none;
        cursor: pointer;
        white-space:nowrap;
    }
    .slp-hb-nav .hb-nav-list li a:hover{
        color: #FFFFFF;
    }
    .hb-nav-lan{
        display: flex;
        align-items: center;
    }
    .hb-lan-newIcon{
        width: 20px;
        height: 20px;
    }
    .hb-lan-newIcon img{
        width: 100%;
        height: 100%;
        display: block;
    }
    .hb-lan-word{
        font-family: 'SF Pro Display';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        /* identical to box height */
        color: #FFFFFF;
        /*margin-left: 17px;*/
        display: none;
    }
    .hb-lan-newChoose{
        display: flex;
        padding: 0;
        list-style: none;
        margin-bottom: 0;
        z-index: 50;
    }
    .hb-lan-newChoose li,
    .hb-lan-newChoose li a{
        /*font-family: 'PingFang SC';*/
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        /* identical to box height */
        text-align: center;
        color: #FFFFFF;
        mix-blend-mode: normal;
        opacity: 0.4;
        margin-left: 13px;
    }
    .hb-lan-newChoose li.active,
    .hb-lan-newChoose li.active a{
        opacity: 1;
    }
    .hb-lan-newChoose li:nth-of-type(1){
        margin-left: 17px;
    }
    .hb-lan-newChoose li a{
        margin-left: 0;
    }
    .hb-lan-newChoose li a:hover{
        text-decoration: none;
    }
    .slp-hb-menu{
        width: 25px;
        height: 21px;
        flex-shrink: 0;
        margin-left: 38px;
        /*display: none;*/
        cursor: pointer;
    }
    .slp-hb-menu img{
        width: 100%;
        height: 100%;
        display: block;
    }
    .mice-nav-more{
        position: relative;
        display: none;
        flex-wrap: wrap;
        justify-content: center;
        cursor: pointer;
    }
    .mice-nav-more .mn-list{
        position: absolute;
        background: #4A4A4A;
        border: 1px solid #B7953F;
        border-radius: 4px;
        padding: 7px 0 9px 0;
        top: 36px;
        display: none;
    }
    .mice-nav-more .mn-title{
        width: 100%;
    }
    .mice-nav-more .mn-list:before{
        content: '';
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #4A4A4A;
        position: absolute;
        top: -10px;
        left: calc(50% - 10px);
        z-index: 2;
    }
    .mice-nav-more .mn-list:after{
        content: '';
        width: 0;
        height: 0;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-bottom: 11px solid #B7953F;
        position: absolute;
        top: -11px;
        left: calc(50% - 12px);
        z-index: 1;
    }
    .mice-nav-more .mn-list a{
        display: block;
        padding: 9px 16px;
        text-align: center;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        /* identical to box height, or 129% */
        color: #E5E5E5!important;
    }
    .mice-nav-more .mn-list a:hover{
        background: #666666;
        color: #E5E5E5!important;
    }
 /*header b nav start*/
/*slp header B End*/
/*slp footer B start*/
    .slp-footer-b {
        width: 100%;
        background-color: rgba(51, 51, 51, 1);
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 21px 85px 29px;
    }
    .slp-footer-b .slp-f-tel{
        padding: 0;
    }
    .slp-footer-b .slp-f-tel .f-tel-con{
        font-weight: 400;
    }
    .slp-footer .slp-f-tel .f-tel-con:after{
        margin: 0 27px;
    }
    .slp-footer .slp-f-tel .tel-con-num{
        margin-left: 20px;
    }
    .slp-footer-b .slp-f-version {
        width: unset;
        line-height: 15px;
        color: #FFFFFF;
        font-size: 10px;
        text-align: left;
        font-weight: 400;
        margin-left: unset;
        letter-spacing: 0;
        background: unset;
        padding: unset;
    }

/*slp footer B End*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px){
   html {
      font-size: 62.5% !important;
   }
     body{
      font-size: 62.5% !important;
    }
     main,
     main.full{
        min-height: calc(100vh - 1.23rem);
        /*margin-top: 0rem !important;*/
         margin-top: 0;
    }
     .int-col{
         margin: 0 12.5%;
     }
     .pch-display{
         display: block;
     }
     /*2023.06.16 by huzhen*/
     .hg-fontSize{
         margin-top: 64px;
     }
     .hg-fontSize h1{
         font-weight: 400;
         font-size: 42px;
         line-height: 56px;
     }
     /*2023.06.16 by huzhen end*/
     .mbh-display,
    .mbh-grid{
        display: none;
    }
    .pch-grid{
         display: grid;
     }
     /*top header start*/
.slp-header{
    height: 10.5rem;
    transition: all .3s ease-in-out;
    padding: 1.4rem 5rem 1.5rem 8.8rem;
}
.header-height{
    height: 11.5rem;
}
.slp-header .slp-h-logo{
    width: 12.4rem;
    height: 7.6rem;
}
.slp-header .slp-h-nav{
    width:calc(100% - 12.82rem);
    padding: 2.9rem 0 0 0;
    margin-left: 6.1rem;
    margin-right: 3.8rem;
    justify-content: flex-end;
}
.slp-header .slp-h-nav .slp-h-n-box{
    display: none;
}
.slp-header .slp-h-nav .slp-h-n-box li{
    line-height: 2.2rem;
    font-size: 1.6rem;
    margin-right: 6.6rem;
    letter-spacing: 0.023rem;
}
.slp-header .slp-h-nav .slp-h-n-box li a{
    line-height: 2.2rem;
    font-size: 1.6rem;
    text-decoration: none;
}
/*.slp-header .slp-h-nav .slp-h-n-box>li{*/
/*    padding-bottom: 1.15rem;*/
/*}*/
/*.slp-header .slp-h-nav .slp-h-n-box li.active span:nth-of-type(1):after,*/
/*.slp-header .slp-h-nav .slp-h-n-box li.active .h-n-box-wso:after{*/
/*    content: '';*/
/*    width: 7rem;*/
/*    height: 0.3rem;*/
/*    border-radius: 0.154rem;*/
/*    bottom: -1.15rem;*/
/*    left: calc(50% - 3.5rem);*/
/*}*/
.slp-header .slp-h-nav .h-n-box-icon{
    width: 1.1rem;
    height: 1.1rem;
    display: inline-block;
    margin-left: 0.337rem;
}
.slp-header .slp-h-menu{
    width: 2.4rem;
    height: 2.4rem;
    margin-top: 2.8rem;
    cursor: pointer;
}
/*top header end*/
    /*sidebar header start*/
.slp-header .slp-h-nav .hnb-subTitle{
   width:calc(100% - 1.126rem) ;
   position: absolute;
   top: 2.2rem;
   padding-left: 0;
   padding-top: 1.6rem;
   display: none;
   z-index: 50;
}
.slp-header .slp-h-nav .hnb-subTitle li,
.slp-header .slp-h-nav .hnb-subTitle li a{
    width: 100%;
    font-family: 'Lato';
    /*margin-top:1.4rem;*/
    line-height: 1.7rem;
    color: #EEEEEE;
    font-size: 1.4rem;
    text-align: center;
    justify-content: center;
    display: flex;
}
.hnb-subTitle .hnb-subConBox-pc li:first-child:before{
    display: none;
}
.slp-header .slp-h-nav .hnb-subTitle>li a{
    margin-top: 0;
}
.slp-header .slp-h-nav .hnb-subTitle .hnb-subConBox-pc li:first-child,
.slp-header .slp-h-nav .hnb-subTitle .hnb-subConBox-mb li:first-child{
    margin-top:0;
}
.slp-header .slp-h-nav .hnb-subTitle li:hover,
.slp-header .slp-h-nav .hnb-subTitle li a:hover{
    color: #D2B875;
}
.slp-header .slp-h-nav .hnb-subTitle li.active,
.slp-header .slp-h-nav .hnb-subTitle li.active a{
    color: #D2B875;
}
.slp-h-sidebar{
    width: 43.5rem;
    height: 100vh;
    right: -43.5rem;
    /*padding-top: 9.1rem;*/
    padding-bottom: 9.2rem;
}
.slp-h-sidebar .slp-h-header{
    /* height: 9.1rem; */
    padding: 2.2rem 0 3.8rem 0;
}
.slp-h-sidebar .slp-h-header .hs-icon{
    width: 2.1rem;
    height: 1.9rem;
    margin-right: 1.2rem;
}
.slp-h-sidebar .slp-h-header .hs-icon img{
    width: 100%;
    height: 100%;
    display: block;
}
.slp-h-sidebar .slp-h-header .hs-title{
    min-width: 22.5rem;
    line-height: 2.2rem;
    font-size: 1.5rem;
    padding: 1.4rem 2.2rem;
    letter-spacing: 0.05rem;
}
.slp-h-sidebar .slp-h-header .hs-close{
    width: 2.2rem;
    height: 2.2rem;
    top: 3.5rem;
    right: 3.6rem;
}
/*sidebar header end*/
/*logo start*/
.slp-h-sidebar .hs-logo{
    padding: 0.6rem 4rem 1.95rem 3.8rem;
}
.slp-h-sidebar .hs-logo .hs-enterprise-logo{
    width: 12rem;
}
.slp-h-sidebar .hs-logo .top-left-corner,
.slp-h-sidebar .hs-logo .bottom-right-corner{
    width: 3.8rem;
    height: 3.9rem;
}
.slp-h-sidebar .hs-logo .top-left-corner{
    left: 3.8rem;
    top: 0.6rem;
}
.slp-h-sidebar .hs-logo .bottom-right-corner{
    right: 4rem;
    bottom: 1.45rem;
}
.slp-h-sidebar .slp-brand-logo{
    padding: 0.5rem 0.6rem 2.3rem 0.9rem;
}
.slp-h-sidebar .slp-brand-logo li{
    width: calc(20% - 1.6rem);
    margin-right: 1.6rem;
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    padding-bottom:2.4rem;
}
/*logo end*/
/*menu start*/
.slp-h-sidebar .slp-menu-box{
    padding: 0 5.4rem;
}
.slp-h-sidebar .slp-menu .slp-menu-lable{
    line-height: 2.4rem;
    font-size: 1.5rem;
    /*letter-spacing: 0.046rem;*/
}
.slp-h-sidebar .slp-menu .slp-menu-lable{
    padding: 0 0 2.2rem 0;
}

.slp-h-sidebar .slp-menu .slp-menu-lable .slp-menu-list .slp-menu-icon{
    width: 0.8rem;
    height: 0.8rem;
    margin-left: 2rem;
}
.slp-h-sidebar .slp-menu .slp-subMenu{
    padding:0 0 0 4.7rem;
}
.slp-h-sidebar .slp-menu .slp-subMenu li{
    margin-top: 2rem;
}
.slp-h-sidebar .slp-menu .slp-subMenu li,
.slp-h-sidebar .slp-menu .slp-subMenu li a{
    /*line-height: 1.6rem;*/
    /*font-size: 1.2rem;*/
    line-height: 1.7rem;
    font-size: 1.4rem;
    letter-spacing: 0.034rem;
}
.slp-h-sidebar .slp-menu .slp-subMenu li:first-child{
    margin-top: 1.6rem;
}
.menu-l-acive .slp-subMenu li:first-child:before{
    width: 2.4rem;
    height: 0.1rem;
    left: -4.7rem;
    margin-top: -0.05rem;
}
/*menu end*/
/*sidebar footer start*/
  .slp-h-footer{
      width: 100%;
      height: 9.2rem;
      /*padding: 0.9rem 4.4rem 3.7rem 3.8rem;*/
  }
  .slp-h-footer .slp-hf-title{
    line-height: 2.2rem;
    font-size: 1.6rem;
    letter-spacing: 0.046rem;
  }
  .slp-h-footer .slp-hf-con{
      margin-top: 0.8rem;
  }
  .slp-h-footer .slp-hf-con .slp-hfc-icon .slp-hfci-item{
      display: inherit;
      /*width: 1.844rem;*/
      /*height: 1.843rem;*/
      margin-right: 0.9rem;
  }
  .slp-h-footer .slp-hf-con .slp-hfc-lan{
      margin-left: 4rem;
  }
  .slp-h-footer .slp-hf-con .slp-hfc-lan .lan-icon{
      width: 1.6rem;
      height: 1.6rem;
      margin-right: 1.042rem;
  }
  .slp-h-footer .slp-hf-con .slp-hfc-lan .lan-up{
    width: 0.75rem;
    height: 0.375rem;
  }
  .slp-h-footer .slp-hf-con .slp-hfc-lan .lan-up img{
   width: 100%;
   height: 100%;
  }
  .slp-h-footer .lan-choose{
      min-width: 7rem;
    padding: 0.9rem 1rem;
    bottom: 1.6rem;
    margin-bottom: 1.7rem;
    border-radius: 0.2rem;
  }
  .slp-h-footer .lan-choose:before{
    border-width: 0.8rem 0.9rem 0;
    bottom: -0.75rem;
    left: calc(50% - 0.8rem);
  }
  .slp-h-footer .lan-choose:after{
      border-width: 0.7rem 0.8rem 0;
      bottom: -0.7rem;
      left: calc(50% - 0.7rem);
  }
  .slp-h-footer .lan-choose li{
      margin-bottom: 1.1rem;
      line-height: 1.6rem;
      font-size: 1.2rem;
  }
  .slp-h-footer .lan-choose li a{
     margin-bottom: 1.1rem;
    line-height: 1.6rem;
    font-size: 1.2rem;
    letter-spacing: 0.034rem;
  }
  /*have color header start*/
/*.slp-header-color{*/
/*    padding: 1.4rem 5rem 1.5rem 8.8rem;*/
/*}*/
/*.slp-header-color .slp-h-nav{*/
/*    padding: 2.8rem 1.2rem 0 0;*/
/*}*/
/*.slp-header-color .slp-h-menu {*/
/*    margin-top: 2.8rem;*/
/*}*/
/*.slp-header-color .slp-h-nav .slp-h-n-box li.active span:nth-of-type(1):after{*/
/*    bottom: -2.55rem;*/
/*}*/
/*.slp-header-color .slp-h-nav .slp-h-n-box li.active .h-n-box-wso:after{*/
/*    bottom: -2.5rem;*/
/*}*/
/*.slp-header-color .slp-h-nav .hnb-subTitle {*/
/*    padding: 1.3rem 0.2rem 1.5rem 0.2rem;*/
/*    margin-top: 2.3rem;*/
/*    border-radius: 0.3rem;*/
/*}*/
/*.slp-header-color .slp-h-nav .hnb-subTitle:before{*/
/*    border-left: 0.5rem solid transparent;*/
/*    border-right: 0.5rem solid transparent;*/
/*    border-bottom: 0.8rem solid #535353;*/
/*    top: -0.8rem;*/
/*    left: calc(50% - 0.5rem);*/
/*}*/
/*have color header end*/

/*footer start*/
.slp-footer{
    /*padding: 2.3rem 9.8rem;*/
    flex-direction: column;
    align-items: start;
}
.slp-footer .slp-f-tel{
    padding: 1.5rem 4rem;
}
.slp-footer .slp-f-tel .f-tel-con{
    line-height: 1.6rem;
    font-size: 1.2rem;
    letter-spacing: 0.017rem;
}
.slp-footer .slp-f-tel .f-tel-con:after{
    width: 0.05rem;
    height: 1.5rem;
    margin:0 1.7rem;
}
.slp-footer .slp-f-tel .tel-con-num{
    margin-left: 1.6rem;
    font-size: 1.2rem;
}
.slp-footer .slp-f-version{
    line-height: 1.6rem;
    font-size: 1.1rem;
    padding: 0.6rem 4rem;
    /*margin-left: 0 !important;*/
    /*margin-top:15px !important;*/
}
.slp-f-lic {
    margin-right: 2rem;
}
.slp-footer .slp-f-icp{
    padding-top: 0.5rem;
}
.slp-footer .slp-f-icp a{
    display: flex;
    justify-content: flex-end;
}
.slp-footer .slp-f-icp a:hover,
.slp-f-lic a:hover{
   text-decoration: none;
   color: #ffffff;
}
.slp-footer .slp-f-icp span{
    color: #ffffff;
}
.slp-footer .slp-f-icp img{
    display: inline-block;
    margin-right: 0.5rem;
}
.slp-f-lic{
    display: flex;
    justify-content: flex-end;
}
.slp-f-lic a{
   text-decoration: none;
   color: #ffffff;
}
/*footer end*/
/*slp footer B Start*/
.slp-footer-b{
    padding: 0;
}
.slp-footer-b .slp-f-version{
    width: 100%;
    color: #999999;
    background:#111111;
}
/*slp footer B End*/
}

@media (max-width: 767px){
    .row {
        /*margin-left: 0;*/
        /*margin-right: 0;*/
    }
    main,
    main.full{
        min-height: calc(100vh - 15.2rem);
        margin-top: 0 ;
        /*margin-top: 6rem;*/
    }
    .int-col{
        margin: 0 3.2rem;
    }
     .slp-header .slp-h-logo a img{
        margin: 0 auto;
    }
     .slp-hb-navBox .slp-hb-logo a img{
        margin: 0 auto;
    }
      .slp-hb-navBox .slp-hb-logo a{
        display: block;
        height: 100%;
        width: auto;
    }
    .slp-hb-navBox .slp-hb-logo a img{
        display: block;
        height: 100%;
        width: auto;
    }
    /*2023.06.26 by huzhen*/
    .hg-fontSize.hg-fontSize-new.mbh-display{
        margin-top:44px;
        margin-bottom: 32px;
    }
    .hg-fontSize.mbh-display{
        margin-top:44px;
        margin-bottom: 32px;
    }
    /*2023.06.26 by huzhen end*/
    .pch-display,
    .pch-grid{
        display: none;
    }
    .mbh-display{
        display: block;
    }
    .mbh-grid{
        display: grid;
    }
    /*2023.06.25 by huzhen */
    .paragraph-content.mbh-grid{
        display: block;
        font-size: 15px;
        line-height: 24px;
        width: unset;
        margin-bottom: 0.8em;
}
    /*2023.06.25 by huzhen end*/
    .slp-header {
        height: unset;
        position: fixed;
        top: 0;
        z-index: 20;
        width: 100%;
        /* background: rgba(0,0,0,0.5); */
        transition: all .3s ease-in-out;
        /*padding: 1.2rem 1.7rem 1.2rem 1.6rem;*/
        padding: 0.8rem 1.7rem 0.8rem 1.6rem;
        display: flex;
        align-items: flex-start;
    }
    .slp-navBox{
        width: calc(100% - 2.4rem);
        /*padding-right: calc(50% - 5.6rem);*/
        padding-right: calc(50% - 6.7rem);
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    .slp-newLan{
        height: 3.1rem;
        /*padding: 0.5rem 0.6rem 0.4rem;*/
        padding: 1.9rem 0.6rem 0.4rem;
        border-radius: 0.03rem;
    }
    .slp-newLan-active{
        background: rgba(205,205,205,0.15);
    }
    .lan-newIcon{
        /*width: 1.4rem;*/
        /*height: 1.4rem;*/
        width: 1.8rem;
        height: 1.8rem;
    }
    .lan-word{
        display: block;
        font-family: 'Lato';
        font-style: normal;
        font-weight: 400;
        font-size: 1.4rem;
        line-height: 2.2rem;
        /* identical to box height, or 157% */
        color: #FFFFFF;
        text-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.15);
        margin-left: 0.8rem;
    }
    .slp-h-sidebar .slp-h-header .hs-close{
        /*width: 1.7rem;*/
        /*height: 1.7rem;*/
        width: 2.4rem;
        height: 2.4rem;
    }
    .lan-newChoose{
        display: none;
        position: absolute;
        top: 3.6rem;
        left: -1.6rem;
        padding: 1.8rem;
        background: #333333;
        border-radius: 0.03rem;
        margin-left: 0;
        z-index: 50;
    }
    .lan-newChoose li, .lan-newChoose li a {
        line-height: 1.7rem;
        color: #ffffff;
        font-size: 1.4rem;
        text-align: center;
        font-weight: 400;
        cursor: pointer;
        text-decoration: none;
    }
    .lan-newChoose li{
        margin-top: 2rem;
        margin-left: 0;
        white-space: nowrap;
    }
    /*2023.12.15 by huzhen*/
    .lan-newChoose li:first-child,
    .lan-newChoose li:nth-child(4){
        margin-top: 0;
    }
    /*2023.12.15 end*/
    .slp-header .slp-h-logo{
        /*width: 5.6rem;*/
        /*height: 3.6rem;*/
        width: 8.5rem;
        height: 5.2rem;
    }
    .slp-header .slp-h-nav {
        width: calc(100% - 9.678rem);
        padding: 0.5rem 0 0 0;
        margin-left: 0;
        margin-right: 1.05rem;
        border-bottom:0;
    }
    .slp-header .slp-h-menu {
        width: 2.4rem;
        height: 2.4rem;
        /*margin-top: 0.7rem;*/
        margin-top: 1.4rem;
        cursor: pointer;
    }
    .slp-header .slp-h-nav .h-n-box-icon{
        width: 1.2rem;
        height: 1.2rem;
        margin-left: 0.554rem;
    }
    .slp-header .slp-h-nav .hnb-subTitle {
        position: absolute;
        top: 3.2rem;
        left: -8.5rem;
        padding-top: 1.4rem;
        justify-content: space-around;
    }
    .slp-header .slp-h-nav .slp-h-n-box{
        display: none;
        /*justify-content: center;*/
    }
    .slp-header .slp-h-nav .slp-h-n-box li,
    .slp-header .slp-h-nav .slp-h-n-box li a{
        line-height: 2.2rem;
        color: rgba(255, 255, 255, 100);
        font-size: 1.6rem;
        text-align: center;
        margin-right: 2.4rem;
        letter-spacing: 0.023rem;
    }
    .slp-header .slp-h-nav .slp-h-n-box li a:first-child{
        margin-right: 0;
    }
    .slp-header .slp-h-nav .slp-h-n-box li a{
        text-decoration: none;
        position: relative;
    }
    .slp-header .slp-h-nav .hnb-subTitle li,
    .slp-header .slp-h-nav .hnb-subTitle li a{
        letter-spacing: 0.02rem;
        margin-top: 0;
        white-space: nowrap;
    }
    .hnb-subTitle .hnb-subConBox-pc li:first-child:before{
        display: none;
    }
    .slp-header .slp-h-nav .hnb-subTitle li:last-child a{
        padding-right: 5rem;
    }
    .slp-header .slp-h-nav .slp-h-n-box>li {
        padding-bottom: 3.7rem;
    }
    .slp-header .slp-h-nav .slp-h-n-box li.active span:nth-of-type(1):after,
    .slp-header .slp-h-nav .slp-h-n-box li.active .h-n-box-wso:after{
        content: '';
        width: 5rem;
        height: 0.3rem;
        border-radius: 0.1rem;
        background-color: rgba(210, 184, 117, 1);
        position: absolute;
        bottom: -1.7rem;
        left: calc(50% - 2.5rem);
    }
    .slp-h-back {
        background: -webkit-linear-gradient(rgba(25, 25, 25, 0.84), rgba(42, 42, 42, 0.7),rgba(54, 54, 54, 0));
    }
    .slp-h-sidebar {
        width: 100%;
        /*padding-top: 7.8rem;*/
        padding-bottom: 9.6rem;
    }
    .slp-h-sidebar .slp-h-header {
        width: 100%;
        /* height: 7.8rem; */
        padding: 1.6rem 0 2.2rem 0;
    }
    .slp-h-sidebar .slp-h-header .hs-icon{
        width: 2.1rem;
        height: 1.9rem;
        margin-right: 1.2rem;
    }
    .slp-h-sidebar .slp-h-header .hs-icon img{
        width: 100%;
        height: 100%;
        display: block;
    }
    .slp-h-sidebar .slp-h-header .hs-title {
        width: 21.6rem;
        line-height: 2.2rem;
        color: #333333;
        font-size: 1.5rem;
        padding: 1.4rem 2.56rem;
        letter-spacing: 0.05rem;
    }
    .slp-h-sidebar .slp-h-header .hs-close {
        /*width: 1.7rem;*/
        /*height: 1.7rem;*/
        /*top: 1.9rem;*/
        top: 2.2rem;
        right: 1.9rem;
    }
    .slp-h-sidebar .hs-logo {
        padding: 1.2rem 2rem 0.85rem 2rem;
    }
    .slp-h-sidebar .hs-logo .top-left-corner, .slp-h-sidebar .hs-logo .bottom-right-corner {
       width: 3.8rem;
       height: 3.9rem;
    }
    .slp-h-sidebar .hs-logo .top-left-corner {
        left: 2rem;
        top: 1.2rem;
    }
    .slp-h-sidebar .hs-logo .bottom-right-corner {
        right: 2rem;
        bottom: 0.7rem;
    }
    .slp-h-sidebar .hs-logo .hs-enterprise-logo{
        width: 11rem;
    }
    .slp-h-sidebar .slp-menu-box {
        padding: 0 4.8rem;
    }
    .slp-h-sidebar .slp-menu .slp-menu-lable {
        padding: 0 0 2.2rem 0;
    }
    .slp-h-sidebar .slp-menu .slp-menu-lable {
        line-height: 2.4rem;
        /*font-size: 1.6rem;*/
        font-size: 1.5rem;
        letter-spacing: 0.046rem;
    }
    .slp-h-sidebar .slp-menu .slp-menu-lable .slp-menu-list .slp-menu-icon {
        width: 0.8rem;
        height: 0.8rem;
        margin-left: 2rem;
    }
    .slp-h-sidebar .slp-menu .slp-subMenu{
        padding: 0 0 0 4.7rem;
    }
    .slp-h-sidebar .slp-menu .slp-subMenu li{
        margin-top: 2rem;
    }
    .slp-h-sidebar .slp-menu .slp-subMenu li,
    .slp-h-sidebar .slp-menu .slp-subMenu li a{
        line-height: 1.7rem;
        font-size: 1.4rem;
        /*letter-spacing: 0.034rem;*/
    }
    .s3l-word{
        margin-top: 1.4rem;
        margin-left: 2rem;
    }
    .slp-h-sidebar .slp-menu .slp-subMenu li:first-child{
        margin-top: 1.6rem;
    }
    .menu-l-acive .slp-subMenu li:first-child:before{
        width: 2.4rem;
        height: 0.1rem;
        left: -4.7rem;
        margin-top: -0.05rem;
    }
    .slp-h-footer {
        width: 100%;
        height: 9.6rem;
        padding: 1.5rem 2.1rem 3.5rem 2rem;
    }
    .slp-h-footer .slp-hf-title{
        line-height: 2.2rem;
        font-size: 1.6rem;
        letter-spacing: 0.046rem;
    }
    .slp-h-footer .slp-hf-con {
        margin-top: 0.8rem;
    }
    .slp-h-footer .slp-hf-con .slp-hfc-icon .slp-hfci-item{
        /*width: 1.871rem;*/
        /*height: 1.871rem;*/
        margin-right: 1rem;
    }
    .slp-h-footer .slp-hf-con .slp-hfc-lan .lan-icon{
        width: 1.778rem;
        height: 1.778rem;
        margin-right: 1rem;
    }
    .slp-h-footer .slp-hf-con .slp-hfc-lan .lan-up{
        width: 0.857rem;
        height: 0.45rem;
    }
    /*.slp-header-color{*/
    /*    padding: 1.6rem 1.8rem 0 1.1rem;*/
    /*}*/
    /*.slp-header-color .slp-h-nav .slp-h-n-box>li{*/
    /*    !*max-width: calc(50% - 2.4rem);*!*/
    /*    padding-bottom: 1.9rem;*/
    /*}*/
    .slp-header .slp-h-nav .slp-h-n-box li .libox-title,
    .slp-header .slp-h-nav .slp-h-n-box li .h-n-box-wso{
        width: 100%;
        display: -webkit-box!important;
         /*overflow: hidden;*/
         /*text-overflow: ellipsis;*/
         -webkit-box-orient: vertical;
         -webkit-line-clamp: 1;
         /*text-overflow: ellipsis;*/
         word-break: break-all;
    }
    .hnb-subConBox-pc{
        display: none;
    }
    .hnb-subConBox-mb{
        width: 100%;
        display: flex;
    }
    /*.slp-header-color .slp-h-nav .hnb-subTitle {*/
    /*    position: fixed;*/
    /*    background-color: rgba(83, 83, 83, 1);*/
    /*    padding: 1.3rem 0 1.5rem 0;*/
    /*    top: 6.2rem;*/
    /*    left: 0;*/
    /*    margin-top: 0;*/
    /*    border-radius: 0;*/
    /*}*/
    /*.slp-header-color .slp-h-nav .hnb-subTitle::-webkit-scrollbar,*/
    /*.slp-header .slp-h-nav .hnb-subTitle::-webkit-scrollbar{*/
    /*    display: none;*/
    /*}*/
    /*.slp-header-color .slp-h-nav .hnb-subTitle>li {*/
    /*    margin-right: 0;*/
    /*}*/
    .hnb-subTitle>li:last-child{
        margin-right: 0;
    }
/*    .slp-header-color .slp-h-nav .slp-h-n-box li.active span:nth-of-type(1):after,*/
/*.slp-header-color .slp-h-nav .slp-h-n-box li.active .h-n-box-wso:after{*/
/*        bottom: -1.9rem;*/
/*    }*/
/*    .slp-header-color .slp-h-nav .slp-h-n-box li.active .h-n-box-wso:after{*/
/*        bottom: -2.1rem;*/
/*    }*/
/*    .slp-header-color .slp-h-nav .hnb-subTitle:before{*/
/*        content:'';*/
/*        display: none;*/
/*    }*/
    .slp-footer {
        width: 100%;
        background-color: rgba(51, 51, 51, 1);
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        /*padding: 1.3rem 2rem 1.2rem 2rem;*/
    }
    .slp-footer .slp-f-tel{
        flex-wrap: wrap;
        flex-shrink: 1;
        padding: 1.4rem 2rem;
    }
    .slp-footer .slp-f-tel .f-tel-con{
        width: 100%;
        align-items: flex-start;
        line-height: 1.6rem;
        font-size: 1.2rem;
        margin-top: 0.4rem;
        letter-spacing: 0.017rem;
    }
    .slp-footer .slp-f-tel .tel-con-label{
        min-width: 10.8rem;
    }
    .slp-footer .slp-f-tel .tel-con-num{
        margin-left: 0.6rem;
    }
    .slp-footer .slp-f-tel .f-tel-con:first-child{
        margin-top:0;
    }
    .slp-footer .slp-f-tel .f-tel-con:after{
        display: none;
    }
    .slp-footer .slp-f-version{
        font-size: 1.1rem;
        line-height: 1.5rem;
        /*margin-top: 0.9rem;*/
        text-align: left;
        margin-left: 0;
        padding: 1rem 3.5rem 1rem 2rem;
    }
    .fv-word-box{
        flex-wrap: wrap;
    }
    .fv-word-left{
        margin-right: 0;
    }
    .fv-word-right{
        margin-top: 0.6rem;
    }
    .slp-h-footer .lan-choose{
        min-width: 8rem;
        padding: 1.1rem 1.4rem;
    }
    .slp-h-footer .lan-choose li{
        margin-bottom: 1.6rem;
    }
    .slp-h-footer .lan-choose li:last-child{
         margin-bottom: 0;
    }
    .slp-h-footer .lan-choose li a{
     font-family: PingFangSC-Medium;
        margin-bottom:0;
        font-size: 1.2rem;
        letter-spacing: 0.034rem;
        display: block;
        text-align: center;
  }
    .slp-h-footer .lan-choose:before{
        bottom: -0.85rem;
    }
    .slp-f-icp-box {
      flex-wrap: wrap;
    }
    .slp-footer .slp-f-icp{
        width: 100%;
    padding-top: 0.5rem;
}
.slp-f-lic {
    margin-right: 0;
}
.slp-footer .slp-f-icp a{
    display: flex;
    justify-content: flex-start;
}
.slp-footer .slp-f-icp a:hover,
.slp-f-lic a:hover{
   text-decoration: none;
   color: #ffffff;
}
.slp-footer .slp-f-icp span{
    color: #ffffff;
}
.slp-footer .slp-f-icp img{
    display: inline-block;
    margin-right: 0.5rem;
}
.slp-f-lic{
    display: flex;
    justify-content: flex-start;
}
.slp-f-lic a{
   text-decoration: none;
   color: #ffffff;
}
.hg-fontSize{
    margin-top: 10.8rem;
}
.hg-fontSize-new{
    /*margin-top: unset;*/
}

/*header b start*/
    .slp-header-b{
        /*padding: 1.2rem 1.7rem 1.2rem 1.6rem;*/
        padding: 0.8rem 1.7rem 0.8rem 1.6rem;
    }
    .slp-hb-nav .hb-nav-list,
    .hb-lan-newChoose{
        display: none;
    }
    .hb-nav-lan{
        padding: 0.5rem 0.6rem 0.4rem;
        border-radius: 0.03rem;
        position: relative;
    }
    .slp-hb-navBox{
        /*padding-right: calc(50% - 5rem);*/
        padding-right: calc(50% - 6.2rem);
        flex-direction: row-reverse;
    }
    .slp-hb-navBox .slp-hb-logo{
        /*width: 5.6rem;*/
        width: 8.5rem;
        height: 5.2rem;
    }
    .hb-lan-newIcon{
        width: 1.4rem;
        height: 1.4rem;
    }
    .hb-lan-word{
        display: block;
        font-size: 1.4rem;
        line-height: 2.2rem;
        text-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.15);
        margin-left: 0.8rem;
    }
    .hb-lan-newChoose{
        /*display: block;*/
        position: absolute;
        left: -1.6rem;
        top: 3.6rem;
        padding: 1.8rem;
        background: #333333;
        border-radius: 0.03rem;
        z-index: 50;
    }
    .hb-lan-newChoose li{
        margin-left: 0;
        opacity: 0.6;
        margin-top: 2rem;
    }
    /*2023.12.15 by huzhen*/
    /*.hb-lan-newChoose li:nth-of-type(6){*/
    /*    margin-top: 0;*/
    /*}*/
    .hb-lan-newChoose li:nth-child(4){
        margin-top: 0;
    }
    /*2023.12.15 end*/
    .hb-lan-newChoose li.active{
        opacity: 1;
    }
    .hb-lan-newChoose li a{
        line-height: 1.7rem;
        color: #ffffff;
        font-size: 1.4rem;
        text-align: center;
        font-weight: 400;
        cursor: pointer;
        text-decoration: none;
        white-space:nowrap
    }
    .slp-hb-menu{
        display: block;
        width: 2rem;
        height: 1.6rem;
        margin-left: 0;
    }
/*header b end*/
/*slp footer B Start*/
    .slp-footer-b{
        padding: 0;
    }
    .slp-footer .slp-f-tel .f-tel-con{
        margin-top: 0.6rem;
    }
    .slp-footer .slp-f-version{
        padding:1rem 2rem;
        background: #111111;
        color: #999999;
    }
/*slp footer B End*/
}