.pc {
    position: relative;
}
.sub-nav {
    position: absolute;
    background-color: transparent;
    border: 0px transparent;
}
/*集合页样式*/
.detail1-box,
.detail2-box,
.detail3-box {
    position: relative;
    background-color: #fdfdff;
}

.pc-detail-1,
.pc-detail-2,
.pc-detail-3 {
    width: 100%;
}

.phone-detail-1,
.phone-detail-2,
.phone-detail-3 {
    display: none;
}

.detail1-message {
    position: absolute;
    top: 26rem;
    bottom: 0;
    left: 26rem;
    right: 0;
    width: 30%;
    height: 30%;
}

.detail-title {
    font-family: Rany-Medium;
    font-size: 4.8rem;
    line-height: 5.76rem;
    color: #333;
    
}

.detail-line {
    height: 0.3rem;
    border-bottom: 0.3rem solid #a5a5a5;
    margin: 2.8rem 0;
    width: 37rem;
}

.detail-subtitle {
    font-family: Roboto-Light;
    font-size: 2.4rem;
    line-height: 2.88rem;
    color: #333;
    padding-bottom: 0rem;
}

.detail-point {
    display: inline-block;
    margin-bottom: 0.5rem;
    margin-right: 1rem;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 0.3rem;
    background-color: #ff9600;
}

.detail-content {
    font-family: Roboto-light;
    font-style: italic;
    font-size: 2.0rem;
    line-height: 3.6rem;
    color: #333;
}

.detail-des {
    font-family: Roboto-Light;
    font-size: 2.4rem;
    color: white;
    text-align: center;
}

.detail2-top-title {
    position: absolute;
    top: 10rem;
    left: 35rem;
    font-size: 3.6rem;
    font-family: Rany-Medium;
    color: white;
    border: 1px solid #FFFFFF;
    width: 35rem;
    height: 5rem;
    line-height: 5rem;
    text-align: center;
    border-radius: 3rem;
}

.detail2-content,
.detail3-content {
    width: 55%;
    height: 30%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 35rem;
    margin: auto;
}

.detail2-content p {
    text-align: left;
}

.detail2-content .detail-title {
    width: 70%;
}

.detail2-content .detail-des {
    width: 85%;
}

.detail3-top-title {
    position: absolute;
    top: 10rem;
    left: 35rem;
    font-size: 3.6rem;
    font-family: Rany-Medium;
    color: #3E3A39;
    border: 1px solid #000000;
    width: 21rem;
    height: 5rem;
    line-height: 5rem;
    text-align: center;
    border-radius: 3rem;
}

.detail3-content p {
    text-align: left;
}

.detail3-content .detail-title {
    width: 80%;
    color: #3E3A39;
}

.detail3-content .detail-des {
    width: 66%;
    color: #3E3A39;
}

.learn-more-button {
    position: absolute;
    height: 6.9rem;
    line-height: 6.9rem;
    text-align: center;
    width: 27.9rem;
    top: 85%;
    left: 35rem;
    font-family: Roboto-Regular;
    font-size: 3.6rem;
    color: #3E3A39;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 5rem;
}

.learn-more-button:hover {
    cursor: pointer;
    background-color: #FA820A;
    color: white;
}

.sub-nav-quote {
    cursor: pointer;
}

/*两个页面公共次级导航栏样式*/
.product-sub-nav {
    background: url(../../img/product/add-on/sub_nav.jpg) no-repeat;
    background-size: 100% 100%;
    height: 16.6rem;
    width: 100%;
    display: flex;
    z-index: 90;
    border: 1px solid #f1ebeb;
    position: fixed;
}

.sub-nav-box {
    width: 80%;
    margin: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.sub-nav-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sub-nav-content:hover {
    cursor: pointer;
}

.sub-nav-icon {
    width: 5.4rem;
    height: 5.4rem;
}

.icon-CO {
    background: url(../../img/product/add-on/icon/position1.webp);
    background-size: 100% 100%;
}

.sub-nav-content:hover .icon-CO,
.sub-nav-CO .active-img {
    background: url(../../img/product/add-on/icon/position1-active.webp) no-repeat;
    background-size: 100% 100%;
}

.icon-Gas {
    background: url(../../img/product/add-on/icon/position2.webp);
    background-size: 100% 100%;
}

.sub-nav-content:hover .icon-Gas,
.sub-nav-Gas .active-img {
    background: url(../../img/product/add-on/icon/position2-active.webp) no-repeat;
    cursor: pointer;
    background-size: 100% 100%;
}

.icon-Door {
    background: url(../../img/product/add-on/icon/position3.webp);
    background-size: 100% 100%;
}

.sub-nav-content:hover .icon-Door,
.sub-nav-Door .active-img {
    background: url(../../img/product/add-on/icon/position3-active.webp) no-repeat;
    cursor: pointer;
    background-size: 100% 100%;
}

.icon-Emergency {
    background: url(../../img/product/add-on/icon/position4.webp);
    background-size: 100% 100%;
}

.sub-nav-content:hover .icon-Emergency,
.sub-nav-Emergency .active-img {
    background: url(../../img/product/add-on/icon/position4-active.webp) no-repeat;
    cursor: pointer;
    background-size: 100% 100%;
}

.icon-Temperature {
    background: url(../../img/product/add-on/icon/position5.webp);
    background-size: 100% 100%;
}

.sub-nav-content:hover .icon-Temperature,
.sub-nav-Temperature .active-img {
    background: url(../../img/product/add-on/icon/position5-active.webp) no-repeat;
    cursor: pointer;
    background-size: 100% 100%;
}

.icon-Motion {
    background: url(../../img/product/add-on/icon/position6.webp);
    background-size: 100% 100%;
}

.sub-nav-content:hover .icon-Motion,
.sub-nav-Motion .active-img {
    background: url(../../img/product/add-on/icon/position6-active.webp) no-repeat;
    cursor: pointer;
}

.icon-Smoke {
    background: url(../../img/product/add-on/icon/position7.webp);
    background-size: 100% 100%;
}

.sub-nav-content:hover .icon-Smoke,
.sub-nav-Smoke .active-img {
    background: url(../../img/product/add-on/icon/position7-active.webp) no-repeat;
    cursor: pointer;
    background-size: 100% 100%;
}

.icon-Flood {
    background: url(../../img/product/add-on/icon/position8.webp);
    background-size: 100% 100%;
}

.sub-nav-content:hover .icon-Flood,
.sub-nav-Flood .active-img {
    background: url(../../img/product/add-on/icon/position8-active.webp) no-repeat;
    cursor: pointer;
    background-size: 100% 100%;
}

.sub-nav-icon9 {
    background: url(../../img/product/add-on/icon/position9.webp);
    background-size: 100% 100%;
}

/* Electrical */
.icon-Switches {
    background: url(../../img/product/add-on/electrical/icon/icon01.webp);
    background-size: 100% 100%;
}

.sub-nav-content:hover .icon-Switches,
.sub-nav-Switches .active-img {
    background: url(../../img/product/add-on/electrical/icon/icon01-active.webp) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
.icon-Sockets {
    background: url(../../img/product/add-on/electrical/icon/icon02.webp);
    background-size: 100% 100%;
}

.sub-nav-content:hover .icon-Sockets,
.sub-nav-Sockets .active-img {
    background: url(../../img/product/add-on/electrical/icon/icon02-active.webp) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
.icon-Actuator {
    background: url(../../img/product/add-on/electrical/icon/SwitchActuator.webp);
    background-size: 100% 100%;
}

.sub-nav-content:hover .icon-Actuator,
.sub-nav-Actuator .active-img {
    background: url(../../img/product/add-on/electrical/icon/SwitchActuator-active.webp) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}


.icon-Zigbee1 {
    background: url(../../img/product/add-on/electrical/icon/position1.webp);
    background-size: 100% 100%;
}

.sub-nav-content:hover .icon-Zigbee1,
.sub-nav-Zigbee1 .active-img {
    background: url(../../img/product/add-on/electrical/icon/position1-active.webp) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.icon-Zigbee2 {
    background: url(../../img/product/add-on/icon/position11.webp);
    background-size: 100% 100%;
}

.sub-nav-content:hover .icon-Zigbee2,
.sub-nav-Zigbee2 .active-img {
    background: url(../../img/product/add-on/icon/position11-active.webp) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.icon-Plug1 {
    background: url(../../img/product/add-on/electrical/icon/position3.webp);
    background-size: 100% 100%;
}

.sub-nav-content:hover .icon-Plug1,
.sub-nav-Plug1 .active-img {
    background: url(../../img/product/add-on/electrical/icon/position3-active.webp) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.icon-Plug2 {
    background: url(../../img/product/add-on/electrical/icon/position3.webp);
    background-size: 100% 100%;
}

.sub-nav-content:hover .icon-Plug2,
.sub-nav-Plug2 .active-img {
    background: url(../../img/product/add-on/electrical/icon/position3-active.webp) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.icon-Plug3 {
    background: url(../../img/product/add-on/electrical/icon/position3.webp);
    background-size: 100% 100%;
}

.sub-nav-content:hover .icon-Plug3,
.sub-nav-Plug3 .active-img {
    background: url(../../img/product/add-on/electrical/icon/position3-active.webp) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.icon-Switch1 {
    background: url(../../img/product/add-on/electrical/icon/position2.webp);
    background-size: 100% 100%;
}

.sub-nav-content:hover .icon-Switch1,
.sub-nav-Switch1 .active-img {
    background: url(../../img/product/add-on/electrical/icon/position2-active.webp) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

/* Climate */
.icon-Controller1 {
    background: url(../../img/product/add-on/climate/icon/position1.webp);
    background-size: 100% 100%;
}

.sub-nav-content:hover .icon-Controller1,
.sub-nav-Controller1 .active-img {
    background: url(../../img/product/add-on/climate/icon/position1-active.webp) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.icon-Controller2 {
    background: url(../../img/product/add-on/climate/icon/position1.webp);
    background-size: 100% 100%;
}

.sub-nav-content:hover .icon-Controller2,
.sub-nav-Controller2 .active-img {
    background: url(../../img/product/add-on/climate/icon/position1-active.webp) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.icon-Panel {
    background: url(../../img/product/add-on/climate/icon/position2.webp);
    background-size: 100% 100%;
}

.sub-nav-content:hover .icon-Panel,
.sub-nav-Panel .active-img {
    background: url(../../img/product/add-on/climate/icon/position2-active.webp) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.icon-Thermostat1 {
    background: url(../../img/product/add-on/climate/icon/position3.webp);
    background-size: 100% 100%;
}

.sub-nav-content:hover .icon-Thermostat1,
.sub-nav-Thermostat1 .active-img {
    background: url(../../img/product/add-on/climate/icon/position3-active.webp) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.icon-Thermostat2 {
    background: url(../../img/product/add-on/climate/icon/position4.webp);
    background-size: 100% 100%;
}

.sub-nav-content:hover .icon-Thermostat2,
.sub-nav-Thermostat2 .active-img {
    background: url(../../img/product/add-on/climate/icon/position4-active.webp) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.icon-Motor {
    background: url(../../img/product/add-on/climate/icon/position5.webp);
    background-size: 100% 100%;
}

.sub-nav-content:hover .icon-Motor,
.sub-nav-Motor .active-img {
    background: url(../../img/product/add-on/climate/icon/position5-active.webp) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.icon-Detector {
    background: url(../../img/product/add-on/climate/icon/position6.webp);
    background-size: 100% 100%;
}

.sub-nav-content:hover .icon-Detector,
.sub-nav-Detector .active-img {
    background: url(../../img/product/add-on/climate/icon/position6-active.webp) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.icon-Temperature {
    background: url(../../img/product/add-on/climate/icon/position7.webp);
    background-size: 100% 100%;
}

.sub-nav-content:hover .icon-Temperature,
.sub-nav-Temperature .active-img {
    background: url(../../img/product/add-on/climate/icon/position7-active.webp) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

/* Security */
.icon-Co {
    background: url(../../img/product/add-on/security/icon/Co.webp);
    background-size: 100% 100%;
}

.sub-nav-content:hover .icon-Co,
.sub-nav-Co .active-img {
    background: url(../../img/product/add-on/security/icon/Co-active.webp) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.icon-DoorAndWindow {
    background: url(../../img/product/add-on/security/icon/DoorAndWindow.webp);
    background-size: 100% 100%;
}

.sub-nav-content:hover .icon-DoorAndWindow,
.sub-nav-DoorAndWindow .active-img {
    background: url(../../img/product/add-on/security/icon/DoorAndWindow-active.webp) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.icon-Emergency {
    background: url(../../img/product/add-on/security/icon/Emergency.webp);
    background-size: 100% 100%;
}

.sub-nav-content:hover .icon-Emergency,
.sub-nav-Emergency .active-img {
    background: url(../../img/product/add-on/security/icon/Emergency-active.webp) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.icon-Flood {
    background: url(../../img/product/add-on/security/icon/Flood.webp);
    background-size: 100% 100%;
}

.sub-nav-content:hover .icon-Flood,
.sub-nav-Flood .active-img {
    background: url(../../img/product/add-on/security/icon/Flood-active.webp) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.icon-Gas {
    background: url(../../img/product/add-on/security/icon/Gas.webp);
    background-size: 100% 100%;
}

.sub-nav-content:hover .icon-Gas,
.sub-nav-Gas .active-img {
    background: url(../../img/product/add-on/security/icon/Gas-active.webp) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.icon-Human {
    background: url(../../img/product/add-on/security/icon/Human.webp);
    background-size: 100% 100%;
}

.sub-nav-content:hover .icon-Human,
.sub-nav-Human .active-img {
    background: url(../../img/product/add-on/security/icon/Human-active.webp) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.icon-Motion {
    background: url(../../img/product/add-on/security/icon/Motion.webp);
    background-size: 100% 100%;
}

.sub-nav-content:hover .icon-Motion,
.sub-nav-Motion .active-img {
    background: url(../../img/product/add-on/security/icon/Motion-active.webp) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.icon-Lock {
    background: url(../../img/product/add-on/security/icon/Lock.webp);
    background-size: 100% 100%;
}

.sub-nav-content:hover .icon-Lock,
.sub-nav-Lock .active-img {
    background: url(../../img/product/add-on/security/icon/Lock-active.webp) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.icon-Smoke {
    background: url(../../img/product/add-on/security/icon/Smoke.webp);
    background-size: 100% 100%;
}

.sub-nav-content:hover .icon-Smoke,
.sub-nav-Smoke .active-img {
    background: url(../../img/product/add-on/security/icon/Smoke-active.webp) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.icon-Valve {
    background: url(../../img/product/add-on/security/icon/Valve.webp);
    background-size: 100% 100%;
}

.sub-nav-content:hover .icon-Valve,
.sub-nav-Valve .active-img {
    background: url(../../img/product/add-on/security/icon/Valve-active.webp) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

/* More */
.icon-Ir {
    background: url(../../img/product/add-on/more/icon/Ir.webp);
    background-size: 100% 100%;
}

.sub-nav-content:hover .icon-Ir,
.sub-nav-Ir .active-img {
    background: url(../../img/product/add-on/more/icon/Ir-active.webp) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.icon-Gateway {
    background: url(../../img/product/add-on/more/icon/Gateway.webp);
    background-size: 100% 100%;
}

.sub-nav-content:hover .icon-Gateway,
.sub-nav-Gateway .active-img {
    background: url(../../img/product/add-on/more/icon/Gateway-active.webp) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}


.sub-nav-des {
    width: 16rem;
    font-size: 1.8rem;
    font-family: 'Roboto-Light';
    color: #3E3A39;
    padding-top: 2rem;
    text-align: center;
    height: 7rem;
}

.sub-nav-content:hover .sub-nav-des,
.sub-nav-content .active {
    color: #FFA416;
}

.sub-nav-icon9-wap {
    display: none;
}

.quote-button {
    width: 12rem;
    height: 5.5rem;
    /* background-color: #FA820A; */
    color: #ffffff;
    /* border-radius: 2.5rem; */
    text-align: center;
    margin-top: 3rem;
}

.quote-button p {
    font-size: 1.8rem;
    font-family: Robolo-Bold;
    color: #ffffff;
    line-height: 3rem;
    text-align: center;
    width: 12rem;
    height: 3rem;
    background-color: #FA820A;
    border-radius: 2.5rem;
}


/*sensors-page 详情页1*/
.sensors-page {
    width: 100%;
    background-color: white;
}

.sensors-wap {
    display: none;
}

.sensors-content {
    width: 100%;
    position: relative;
}

.main-img {
    width: 100%;
    /* height: 100%; */
}

.sensors1-text-box {
    width: 50%;
    height: 20%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.sensors1-title {
    font-family: Rany-Medium;
    font-size: 6.5rem;

}

.sensors1-des {
    font-family: Rany-Light;
    font-size: 5.5rem;
}

.sensors-title {
    font-family: Rany-Medium;
    font-size: 4.8rem;
    color: #3E3A39;
}
.sensors-des {
    font-family: Roboto-Light;
    font-size: 2.4rem;
    color: #3E3A39;
}
.sensors2-des{
    color: #fff;
    margin-bottom: 5.5rem;
    font-family: Roboto;
}
.sensors-txt {
    font-size: 2.0rem;
    color: #fff;
    font-family: Roboto-Light;
    margin-bottom: 3rem;
}
.sensors-text {
    font-family: Roboto-Light;
    font-size: 2.0rem;
    color: #333;
    font-style: italic;
}
.sensors-point {
    display: inline-block;
    margin-bottom: 0.5rem;
    margin-right: 1rem;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 0.3rem;
    background-color: #ff9600;
}

.sensors-text-box {
    width: 51.9rem;
    height: 30%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
}

.sensors2-text-box {
    /* width: 55rem; */
}

.sensors4-text-box,
.sensors6-text-box,
.sensors8-text-box {
    width: 51.9rem;
}

.sensors10-text-box,
.sensors12-text-box,
.sensors14-text-box {
    width: 51.9rem;
}

.sensors16-text-box {
    width: 70rem;
}

.sensors-line {
    height: 3px;
    border-bottom: 3px solid #a5a5a5;
    margin: 3rem 0;
    width: 51.9rem;
}

.sensors2-line {
    width: 51.9rem;
}

.sensors4-line {
    width: 51.9rem;
}

.sensors6-line {
    width: 51.9rem;
}

.sensors8-line {
    width: 51.9rem;
}

.sensors10-line {
    width: 51.9rem;
}

.sensors12-line {
    width: 51.9rem;
}

.sensors14-line {
    width: 51.9rem;
}

.sensors16-line {
    width: 68.7rem;
}

/*轮播模块图片不缩放*/
.swiper-slide-active img {
    transform: scale(1, 1);
}

/*electrical样式*/
.electrical-box {
    width: 66%;
    height: 20%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.electrical-title {
    font-family: Rany-Medium;
    font-size: 6.5rem;
    color: #FFFFFF;
}

.electrical-des {
    font-family: Rany-Light;
    font-size: 5.5rem;
    color: #FFFFFF;
    width: 57%;
    text-align: center;
    margin-top: 2rem;
}

.electrical-text-box {
    width: 35.9rem;
}
.electrical-actuator {
    width: 37.9rem;
}
.electrical-line1 {
    width: 35.9rem;
}

.electrical-line2 {
    width: 35.9rem;
}

.electrical-line3 {
    width: 35.1rem;
}

.electrical-line4 {
    width: 36.7rem;
}

.electrical-line5 {
    width: 35.1rem;
}

.electrical-line6 {
    width: 42rem;
}
.electrical-line7 {
    width: 41.9rem;
}
.electrical-line8 {
    width: 53.6rem;
}

.swiper-wrapper {
    height: auto;
}

.img1-icon {
    position: absolute;
    top: 22.4rem;
    right: 31.5rem;
    width: 63.1rem;
}
.img2-icon {
    position: absolute;
    top: 40.2rem;
    right: 16rem;
    width: 91.9rem;
}
.ele-t-p2 {
    margin-top: 9.6rem;
}

.electrical-t-panel .sensors-title {
    font-size: 4rem;
    font-family: 'Rany-Bold';
    color: #ffffff;
}

.electrical-t-panel .sensors-line {
    width: 8.9rem;
    height: 6px;
    background-color: #FFA416;
    border-bottom: unset;
}

.electrical-t-panel .sensors-des {
    font-size: 2.4rem;
    font-family: 'Roboto-Light';
    color: #FFFFFF
}

.electrical-t-panel .sensors-des li {
    list-style: disc;
    line-height: 3.6rem;
}

.electrical-t-panel .ele-icon {
    display: flex;
    font-size: 2rem;
    justify-content: space-between;
    width: 66rem;
    justify-items: center;
    align-items: center;
}

.electrical-t-panel .ele-icon img {
    width: 15.1rem;
}

.electrical-t-panel .ele-icon .e-icon-panel {
    width: 15.1rem;
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
}

.electrical-t-panel .ele-icon p {
    text-align: center;
    margin-top: 2.1rem;
    width: 21rem;
}
.electrical-t-panel .ele-icon .e-icon-p3{
    width: 23rem;
}
/*climate样式*/
.climate-box {
    width: 66%;
    height: 20%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
}
.climate-title{
    font-family: Rany-Medium;
    font-size: 6rem;
    color: #FFFFFF;
}
.climate-des {
    font-family: Rany-Light;
    font-size: 4.8rem;
    color: #FFFFFF;
    width: 57%;
    text-align: center;
    margin-top: 2rem;
}
.climate-text-box {
    /* width: 65rem; */
}


/*security样式*/
.security-box {
    width: 66%;
    height: 20%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.security-title {
    font-family: Rany-Medium;
    font-size: 6.5rem;
    color: #3E3A39;
}

.security-des {
    font-family: Rany-Light;
    font-size: 5.5rem;
    color: #3E3A39;
    width: 57%;
    text-align: center;
    margin-top: 2rem;
}


.security-text-box {
    /* width: 83rem; */
}

.security-line1 {
    width: 25rem;
}

.security-line2 {
    width: 51.9rem;
}

.security-line3 {
    width: 51.9rem;
}

.security-line4 {
    width: 51.9rem;
}

.security-line5 {
    width: 51.9rem;
}

.security-line6 {
    width: 51.9rem;
}

.security-line7 {
    width: 51.9rem;
}

.security-line8 {
    width: 51.9rem;
}
.security-line9 {
    width: 47.0rem;
}

.security-line10 {
    width: 51.9rem;
}

.security-line11 {
    width: 51.9rem;
}

/*more样式*/
.more-nav-box {
    justify-content: center;
}

.more-box {
    width: 66%;
    height: 20%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.more-title {
    font-family: Rany-Medium;
    font-size: 6.5rem;
    color: #FFFFFF;
}

.more-des {
    font-family: Rany-Light;
    font-size: 5.5rem;
    color: #FFFFFF;
    width: 57%;
    text-align: center;
    margin-top: 2rem;
}

.more-text-box {
    width: 83rem;
}

.more-line1 {
    width: 29rem;
}

.more-line2 {
    width: 48.4rem;
}

.more-line3 {
    width: 37.6rem;
}

/* lighting */

.icon-spot1,
.icon-spot2,
.icon-spot3 {
    background: url(../../img/product/add-on/lighting/spot.webp) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.icon-spot1:hover,
.icon-spot2:hover,
.icon-spot3:hover,
.active-img {
    background: url(../../img/product/add-on/lighting/spot-sele.webp) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.lighting-page .sub-nav-box {
    width: 58%;
}

.lighting-page .sensors1-text-box {
    color: #000;
}

.param-panel{
    width:140rem;
    display:flex;
    position: relative;
    flex-direction: column;
    margin: 0 auto;
}
.param-top {
    width: 100%;
    height: 12rem;
    text-align: center;
    line-height: 12rem;
    font-size: 3.6rem;
    color: #333;
    font-family: Rany-Bold;
    border-bottom: 1px solid #ddd7d7;
}

.param-list li{
    width: 100%;
    min-height: 8rem;
    padding: 3rem 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd7d7;
}
.param-list li h4 {
    width: 35%;
    padding: 0 6rem;
    align-items: center;
    text-align: right;
    font-family: 'Rany-Medium';
    font-size: 2.4rem;
}
.param-list li dl {
    width: 65%;
    padding: 0 6rem;
    color: #707070;
    text-align: left;
    justify-content: center;
    font-family: Rany-Light;
    font-size: 1.8rem;
}