.under-line {
    text-decoration: underline;
}

.showcap {
    display: none;
}

.enpfloat {
    display: none;
}

/*次级导航栏样式*/
.sub-nav {
    position: fixed;
    background-color: white;
    width: 192rem;
    border: 1px solid #f1ebeb;
    height: 6rem;
    line-height: 5rem;
    z-index: 80;
    padding: 0 3%;
    display: flex;
    flex-direction: row;
    align-items: center;
    /* margin-top: 38px; */
}

.sub-nav-left {
    width: 50%;
    float: left;
}

.sub-nav-right {
    width: 50%;
    float: right;
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
}

.sub-nav li {
    height: 6rem;
    line-height: 6rem;
}

.sn-1 {
    font-size: 1.8rem;
    color: #000000;
    /* font-family: Roboto-Bold; */
    float: left;
}

.sn-2 {
    font-size: 1.8rem;
    color: #898989;
    /* font-family: Roboto-Light; */
    padding: 0 1rem;
}

.sn-3 {
    margin-left: 1%;
    font-size: 1.8rem;
    color: #898989;
    /* font-family: Roboto-Light; */
    padding: 0 1rem;
}

.sn-active {
    color: #000000;
    /* font-family: Roboto-Regular; */
    text-decoration: underline;
}

.sn-4 {
    margin-left: 2%;
    font-size: 1.8rem;
    color: #FFFFFF;
    /* font-family: Roboto-Bold; */
}

.sn-4 button {
    background-color: #FFA416;
    border: none;
    width: 14rem;
    height: 2.5rem;
    line-height: 2.5rem;
    border-radius: 1.2rem;
}

/*悬浮按钮*/
.sus-button {
    width: 4%;
    margin-left: 94%;
    margin-top: 34%;
    position: fixed;
    z-index: 98;
    border: 0px;
}

.button-top {
    border-radius: 3rem;
    cursor: pointer;
    width: 5rem;
    margin-top: 1rem;
}

.button-email {
    border-radius: 3rem;
    margin-top: 10px;
    cursor: pointer;
    width: 5rem;
}

/*品牌页面底部akubela公共部分样式*/
.akuvox-akubela {
    width: 100%;
    height: 92rem;
    padding: 1px;
    background-image: url(/assets/img/brand/black-background.jpg);
    background-size: 100% 100%;
    position: relative;
}

.long-panel {
    width: 160.9rem;
    height: 55.9rem;
    /* border: 2px solid #FFFFFF; */
    background-color: #FFFFFF;
    border-radius: 15px;
    opacity: 0.1;
    margin-top: 18rem;
    margin-left: 15rem;

}

.square-panel {
    width: 68.7rem;
    height: 55rem;
    /* border: 2px solid #FFFFFF; */
    background-color: #FFFFFF;
    border-radius: 15px;
    opacity: 0.22;
    margin-top: -46rem;
    margin-left: 99rem;
    padding: 1px;
}

.line {
    width: 31.7rem;
    height: 0.2rem;
    background-color: #FFFFFF;
}

.akuv-img {
    position: absolute;
    top: 27rem;
    left: 29rem;
    width: 50rem;
}

.akub-img {
    position: absolute;
    top: 42rem;
    left: 46rem;
    width: 36.1rem;
}

.square-content {
    position: absolute;
    width: 58rem;
    top: 38rem;
    left: 107rem;
}

.square-txt {
    /* font-family: OPPOSans-L; */
    color: #FFFFFF;
    font-size: 2.4rem;
    line-height: 4rem;
    width: 54rem;
    margin-top: 5rem;
}

/*关联产品公共模块*/
.link-product {
    height: 108rem;
}

.pro-link {
    width: 100%;
    /*height: 108rem;*/
    height: 100%;
    padding: 1px;
    z-index: 30;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

.pro-title {
    height: 25%;
    text-align: center;
    font-size: 3.6rem;
    /* font-family: Rany-Bold; */
    font-weight: bolder;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pro-text {
    font-size: 2.4rem !important;
    color: #000000 !important;
    text-align: center !important;
    font-weight: normal !important;
    line-height: 3.6rem !important;
}

.pro-content-box {
    width: 100%;
    height: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.pro-text .bpt-label {
    font-size: 2.4rem;
    margin-top: 3rem;
}

.swiper-container-box {
    width: 83%;
    position: relative;
}

.swiper-prev {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 8rem;
    height: 8rem;
    display: flex;
    align-items: center;
    justify-content: start;
    z-index: 99;
}

.swiper-next {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 8rem;
    height: 8rem;
    display: flex;
    align-items: center;
    justify-content: end;
    z-index: 99;
}

.banner .swiper-prev img,
.banner .swiper-next img {
    width: 6rem;
    height: 6rem;
}

.pro-list {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-content: center;
    height: 80%;
    margin: auto;
}

.pro-single {
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
    width: 41rem;
    height: 100%;
}

.pro-img {
    width: 41rem;
    height: 60rem;
    background-color: #f5f5f5;
    border-radius: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

.pro-img img {
    width: 100%;
    min-height: auto;
}

.pro-single > p {
    margin-top: 2rem;
    font-size: 2.4rem;
    color: #000000;
    /* font-family: Roboto-Regular; */
}

/*留言模块样式*/
.screen-6-form {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    /* background-color: black; */
    top: 0rem;
    /* opacity: 0.8;  */
}

.shadow {
    width: 100%;
    height: 100%;
    background-color: black;
    position: absolute;
    z-index: 1;
    top: 0rem;
    opacity: 0.8;
}

.form-box {
    border-radius: 7px;
    background-color: white;
    position: absolute;
    z-index: 99;
    width: 92.1rem;
    height: 60.5rem;
    left: 0;
    right: 0;
    bottom: 4rem;
    top: 4rem;
    margin: auto;
}

/*公共留言表单高度*/
.screen-6-form-common-height {
    transform: scale(0.9);
    height: auto !important;
}

/*产品页点击GET a Quote高度*/
.screen-6-form-nav-height {
    transform: scale(0.9);
    height: auto !important;
}

.form1 {
    width: 100%;
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.form1-input-box {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

.form1-button-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 1.5rem;
}

.form-tip {
    width: 80%;
    text-align: center;
    font-size: 1.2rem;
    color: red;
    height: 3rem;
    line-height: 3rem;
    /* margin: 1rem 0; */
}

.form-input-0 {
    height: 5.6rem;
    width: 79.1rem;
    border: 2px solid #eaeaea;
    margin-top: 2rem;
    padding: 0 7px;
    font-size: 1.8rem;
    color: #B5B5B5;
    border-radius: 5px;
}

.form-input-0 option:first-child {
    color: #B5B5B5;
}

.form-input-1,
.form-input-3,
.form-input-5,
.form-input-7,
.form-input-9 {
    height: 5.6rem;
    width: 37.1rem;
    border: 2px solid #eaeaea;
    margin-top: 2rem;
    padding: 0 7px;
    font-size: 1.8rem;
    color: #B5B5B5;
    border-radius: 5px;
}

.form-input-2,
.form-input-4,
.form-input-6,
.form-input-8 {
    height: 5.6rem;
    width: 37.1rem;
    border: 2px solid #eaeaea;
    /* margin-left: 1%; */
    margin-top: 2rem;
    padding: 0 7px;
    color: #B5B5B5;
    font-size: 1.8rem;
    border-radius: 5px;
}

.form1-input-box select option {
    font-family: "";
    color: #000000;
}

input::-webkit-input-placeholder {
    font-family: "";
    color: #B5B5B5;
    /* font-size:2.8rem; */
}

.form-button {
    width: 22rem;
    height: 6rem;
    border-radius: 16px;
    background-color: rgb(0, 0, 0);
    /* font-family: Roboto-Bold; */
    color: white;
    /*margin-top: 2rem;*/
    font-size: 3rem;
    padding: 0 7px;
    border: 0px;
    cursor: pointer;
}

.form-button:hover {
    background-color: #FA820A;
    color: white;
}

.close {
    float: right;
    position: absolute;
    right: 3%;
    top: 7%;
}

.showBox {
    cursor: pointer;
}

.img-close {
    width: 5.5rem;
    float: right;
    margin-top: -86%;
    margin-right: -28%;
    border-radius: 1rem;
}

.tableHeader {
    /* background-color: royalblue; */
    height: 10%;
    color: #000000;
    font-size: 3rem;
    padding: 1px;
}

.tableHeader p {
    width: 30%;
    margin-left: 35%;
    margin-top: 3%;
    /* font-family: Rany-Medium; */
    text-align: center;
}

/*隐私协议*/
.protocol-box {
    position: fixed;
    width: 100%;
    height: 15rem;
    background-color: #E5E5E5;
    z-index: 999;
    bottom: 0;
    display: none;
}

.protocol-content {
    position: relative;
    margin: auto;
    width: 80%;
    height: 100%;
    display: flex;
    flex-display: row;
    justify-content: center;
    align-items: center;
}

.protocol-des {
    width: 60%;
    padding: 0 2rem;
}

.protocol-des p {
    font-size: 1.8rem;
    color: #000000;
    /* font-family: Roboto-Regular; */
}

.protocol-box button {
    border-radius: 0.5rem;
    width: 20rem;
    height: 5rem;
    font-size: 1.8rem;
    /* font-family: Roboto-Regular; */
    border: none;
    margin: 0 1rem;
}

.protocol-button-reject {
    background-color: #000000;
    color: white;
}

.protocol-button-agree {
    background-color: white;
    color: #000000;
}

/*webkit browsers, webkit内核浏览器*/
::-webkit-input-placeholder {
    font-size: 1.8rem !important;
    color: #B5B5B5;
    font-family: Roboto-Regular !important;
}

/*Mozilla Firefox 4 to 8*/
:-moz-placeholder {
    font-size: 1.8rem !important;
    color: #B5B5B5;
    font-family: Roboto-Regular !important;
}

/*Mozilla Firefox 19+*/
::-moz-placeholder {
    font-size: 1.8rem !important;
    color: #B5B5B5;
    font-family: Roboto-Regular !important;
}

/*Internet Explore 10+*/
:-ms-input-placeholder {
    font-size: 1.8rem !important;
    color: #B5B5B5;
    font-family: Roboto-Regular !important;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill,
input:-webkit-autofill:hover,
textarea:-webkit-autofill:hover,
select:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill:focus,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #B5B5B5 !important;
    transition: background-color 5000s ease-out 0.5s;
}

/*partner-sign*/
.partner {
    height: 44.5rem;
    position: relative;
}

.partner img {
    width: 100%;
}

.partner a {
    position: absolute;
    left: 77rem;
    top: 25rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 27.6rem;
}

.p-txt {
    width: 24%;
    position: absolute;
    color: #000000;
    font-size: 3.6rem;
    text-align: center;
    /* font-family: Rany-Bold; */
    top: 10rem;
    left: 0;
    right: 0;
    margin: auto;
}

.p-link {
    width: 27.6rem;
    height: 7.2rem;
    line-height: 7.2rem;
    border: 1px solid black;
    text-align: center;
    font-size: 2.8rem;
    /* font-family: Roboto-Regular; */
    border-radius: 35px;
    /*position: relative;*/
    /*top: -31rem;*/
    /*left: 77rem;*/
    cursor: pointer;
}

.p-link:hover {
    color: #FFFFFF;
    background-color: #FA820A;
    border: 1px solid #FFFFFF;
}

.enpfloat {
    height: 71rem;
    width: 91.2rem;
    padding: 1px;
    position: absolute;
    z-index: 99;
    margin-left: 27%;
    /* margin-top: 15rem; */
}

.enpfloat .img-close {
    margin-top: 39%;
}

.enpfloat .form1 {
    width: 91.2rem;
    /* margin-top: 8rem; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* margin-left: 40%; */
    background-color: #FFFFFF;
    border-radius: 20px;
}

.enpfloat .form1-input-box {
    width: 76%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    margin-top: 3em;
}

.enpfloat .form1-button-box {
    width: 84%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;

}

.enpfloat .form-button {
    width: 27rem;
    height: 6rem;
    border-radius: 28px;
    background-color: #FA820A;

    color: white;
    font-size: 3.6rem;
    padding: 0 7px;
    border: 0px;
    cursor: pointer;
    margin-bottom: 4rem;
}

.enpfloat .form-input-0 {
    height: 5.6rem;
    width: 79.1rem;
    border: 0px solid #eaeaea;
    margin-top: 2rem;
    padding: 0 7px;
    font-size: 1.8rem;
    color: #B5B5B5;
    border-radius: 5px;
    background-color: #F9F9F9;
}

.enpfloat .enpfloat.form-input-0 option:first-child {
    color: #B5B5B5;
}

.enpfloat .form-input-1,
.enpfloat .form-input-9,
.enpfloat .form-input-3,
.enpfloat .form-input-5,
.enpfloat .form-input-7 {
    height: 4.5rem;
    width: 33.5rem;
    border: 0px solid #eaeaea;
    margin-top: 2rem;
    padding: 0 7px;
    font-size: 1.8rem;
    color: #B5B5B5;
    border-radius: 5px;
    background-color: #F9F9F9;
}

.enpfloat .form-input-2,
.enpfloat .form-input-4,
.enpfloat .form-input-6,
.enpfloat .form-input-8 {
    height: 4.5rem;
    width: 33.5rem;
    border: 0px solid #eaeaea;
    margin-left: 1%;
    margin-top: 2rem;
    padding: 0 7px;
    color: #B5B5B5;
    font-size: 1.8rem;
    border-radius: 5px;
    background-color: #F9F9F9;
}

.enpfloat .textra {
    height: 10rem;
    width: 68.5rem;
    border: 0px solid #eaeaea;
    margin-top: 2rem;
    padding: 0 7px;
    font-size: 1.8rem;
    color: #B5B5B5;
    border-radius: 5px;
    background-color: #F9F9F9;
    resize: none
}

.enpfloat .form1-input-box select option {
    font-family: "";
    color: #000000;
}

.enpfloat input::-webkit-input-placeholder {
    font-family: "";
    color: #B5B5B5;
    /* font-size:2.8rem; */
}

.enpfloat .tableHeader {
    height: 20rem;
    color: #000000;
    font-size: 4.8rem;
    padding: 1px;
    width: 27%;
    margin-left: 5%;
    margin-top: 9%;
    position: absolute;
}

.enpfloat .tableHeader p {
    width: 97%;
    margin-left: 16%;
    margin-top: 7%;
    font-family: Rany-Bold;
    text-align: left;
    color: #FFFFFF;
    font-size: 6rem;
}

.enpfloat .line {
    width: 14.6rem;
    height: 4px;
    margin-left: 18%;
    margin-top: 7%;
    background-color: #FA820A;
}

.enpfloat .form-input-check {
    margin-top: 2rem;
    position: relative;
    left: 1%;
    font-size: 1.5rem;
}

.form-input-check {
    font-size: 1.5rem;
    color: #B5B5B5;
    width: 79.1rem;
}

.enpfloat .form-input-check:nth-child(2) {
    margin-top: 0rem;
}

.enpfloat .form-input-check a {
    color: #FA820A;
    text-decoration: underline;
    cursor: pointer;
}

.checkbox-input {
    margin-right: 0.75rem !important;
}

.enpfloat .form-tip {
    width: 80%;
    text-align: center;
    font-size: 1.5rem;
    color: red;
    height: 3rem;
    line-height: 3rem;
    margin: 1rem 0;
}

.che-window{
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.2);
    z-index: 9999;
}
.che-window .window-box{
	width: 68rem;
	max-width: 95%;
    background: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: scale(1, 1) translate(-50%, -50%);
    transform-origin: 0 0;
    box-shadow: 0 0.4rem 1.6rem 0 rgba(0,0,0,0.1);
    border-radius: 1rem;
}
.che-window .window-box .window-title{
	display: flex;
	justify-content: space-between;
	height: 4.8rem;
	padding: 0.8rem 2.4rem 0.8rem 2.4rem;
	line-height: 4.8rem;
	border-bottom: 0.05rem solid #888888;
	color: #000;
    box-sizing: content-box;
}
.che-window .window-box .window-title .title-message{
	font-size: 2.4rem;
	font-weight: bold;
}
.che-window .window-box .window-title .backbuttom{
	cursor: pointer;
	font-size: 2.0rem;
}
.che-window .window-box .window-message .text{
	padding: 0 1.92rem;
    max-height: 60.8rem;
    overflow-y: auto;
	color: #000;
	text-align: left;
}
.che-window .window-box .window-message .text::-webkit-scrollbar{
	width: 0.5rem;
}
.che-window .window-box .window-message .text::-webkit-scrollbar-track{
	background: #e5e5e5;
	border-radius: 1rem;
}
.che-window .window-box .window-message .text::-webkit-scrollbar-thumb{
	background: #888888;
	border-radius: 1rem;
}
.che-window .window-box .window-message .text h3 {
	font-weight: bold;
    color: #333333;
    font-size: 3.0rem;
    line-height: 3.0rem;
    margin-bottom: 2rem;
    margin-top: 2rem;
	text-align: left;
}
.che-window .window-box .window-message .text p{
	width: 100%;
	color: #000;
    line-height: 3.0rem;
    font-size: 2.0rem;
}
.che-window .window-box .window-message .text table{
    background: #ccc;
}
.che-window .window-box .window-message .text table th,
.che-window .window-box .window-message .text table td{
	padding: 0.3rem 0.5rem 0.3rem 0.5rem;
	text-align: left;
	background: #fff;
    line-height: 3.0rem;
    font-size: 2.0rem;
}
.che-window .window-box .window-buttom{
	padding: 1rem 0;
	text-align: center;
}
.che-window .window-box .window-buttom input{
	height: 4rem;
	width: 32rem;
	border-radius: 0.5rem;
	color: #ffffff;
	background: rgba(255, 127, 0,1);
	transition: all 0.4s;
	cursor: pointer;
	border: 0rem;
}
.che-window .window-box .window-buttom input:hover{
	background: rgba(255, 127, 0,1);
}

/*品牌模块*/
.company-banner-box {
    display: none;
}

.company-banner {
    width: 100%;
    height: 42rem;
    background: url(../../img/home/company/the-akuvox-company-brand.jpg) no-repeat;
    background-size: 100% 102%;
    position: relative;
}

.company-brand-box {
    width: 50%;
    height: 30rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.company-brand-title {
    width: 100%;
    padding: 3rem 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.company-brand-title img {
    width: 38.3rem;
    height: 3rem;
    padding: 0 1rem;
}

.company-brand-line {
    width: 21.5rem;
    height: 1px;
    border-top: 1px solid #ffffff;
}

.product-brand {
    width: 80%;
    padding: 2rem;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.company-brand-akuvox {
    width: 22.3rem;
    height: 7.4rem;
}

.company-brand-akubela {
    width: 23.3rem;
    height: 6.2rem;
}

/* 面包屑 */
.warp {
    width: 100%;
    height: 42px;
    position: absolute;
    top: 60px;
    /* background-color: #ffffff;
    border: 1px solid #ede9e9; */
    z-index: 79;
}

.crumbs {
    position: relative;
    left: 19rem;
    top: 3rem;
    z-index: 11111;
    width: 50rem;
}

.crumbs ul {
    overflow: hidden;
}

.crumbs li {
    float: left;
    font-size: 1.8rem;
    color: #FFFFFF;
    line-height: 24px;
}

.crumbs li a {
    font-size: 1.8rem;
    color: #FFFFFF;
    line-height: 24px;
    opacity: 0.5;
}

.crumbs li span {
    margin: 0 10px;
}

.crumbs .on {
    opacity: 1;
}

/*全屏完整视频*/
.full-screen-video-51,
.full-screen-video-dis1 {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 999 !important;
    background: rgba(0, 0, 0, .8);
    display: none;
}

.iframe {
    width: 93rem;
    height: 51rem;
    /* margin: auto; */
    margin-left: 50rem;
    margin-top: 18rem;
}

.full-screen-close:link,
.full-screen-close:visited {
    width: 4.8rem;
    height: 4.8rem;
    background: #f4f3f3;
    color: #211d1e;
    line-height: 4.8rem;
    border-radius: 2.4rem;
    font-size: 3.2rem;
    font-weight: 700;
    text-align: center;
    position: absolute;
    right: 2.4rem;
    top: 2.4rem;
    text-decoration: none;
    transform: scale(.9, .9);
    transition: transform .2s ease;
    z-index: 100;
}

.full-screen-video-51 video {
    max-width: 90%;
    max-height: 90vh;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.annotations-text {
    width: 96%;
    font-size: 1.5rem;
    color: #B5B5B5;
    margin-top: 1.5rem;
}

.marketing-advertising {
    margin-top: 2rem;
}

/* climatelink */
.climate-link {
    height: 108rem;
    width: 100%;

}

.climate-link .pro-link {

    background-color: #f4f4f4;
    padding-bottom: 9rem;
}

.cl-title {
    font-size: 4.8rem;
}

.cl-text {
    display: flex;
    flex-direction: row;
    padding: 0 48rem;
    justify-content: space-around;
    margin-top: 2rem;
}

.cl-text .bpt-label {
    width: 28rem;
    height: 8rem;
    line-height: 8rem;
    border-radius: 8px;
    background-color: #dadada;
    font-size: 3rem;
    color: #333;
    font-family: 'Rany-Bold';
    cursor: pointer;
}
.cl-text .bpt-label:hover{
    background-color: #ffa800;
    color: #fff;
}
.cl-text .cl-active {
    background-color: #ffa800;
    color: #fff;
}
.climate-link .cl2, .climate-link .cl3{
    display:none;
}

.climate-link .pro-content-box {
    height: 68.7rem;
    position: relative;
    margin-top: 4rem;
}

.climate-link .pro-list {
    height: 100%;
}
.climate-link .pro-single{
    width: 50.7rem;
    height: 68.7rem;
    /* margin-right: 3.5rem; */
}
.climate-link .pro-single > p {
    position: absolute;
    bottom: 8rem;
    font-family: 'Rany-Bold';
    padding: 0 7rem;
    text-align: center;
}

.climate-link .pro-img {
    width: 50.7rem;
    height: 68.7rem;
    background-color: #fff;

}

.climate-link .pro-shadow {
    position: absolute;
    top: 0;
    width: 50.7rem;
    height: 68.7rem;
    border-radius: 2rem;
    background-color: rgba(0, 0, 0, .8);
   opacity: 0;
}
/* .climate-link .pro-shadow:hover{
    opacity: 1;
} */
.climate-link .pro-shadow >div{
    font-size: 2rem;
    font-family: 'OPPOSans';
    color: #fff;
    bottom: auto;
    padding: 8rem 7rem 0 7rem;
    width: 100%;
    /* height: auto; */
    height: 68.7rem;
    position: absolute;
    line-height: 3rem;
    overflow-y: auto;
    overflow-x: hidden;
    
  
}
.shadow-panel li{
   list-style: disc;
}
.shadow-panel > a{
    position: absolute;
    width: 15rem;
    height: 3.6rem;
    z-index: 5;
    color: #fff;
    border: 1px solid;
    border-radius: 2rem;
    text-align: center;
    line-height: 3.6rem;
    margin-top: 5rem;
}
.climate-link .pro-shadow .shadow-title{
    bottom: 8rem !important;
    text-align: center;
    top: auto;
    width: 50.7rem;
    font-size: 2.4rem;
    font-family: 'Rany-Bold';
    line-height: 3rem;
    position: absolute;
    margin-top: 24rem;
    left: 0;
    padding: 0 6rem;
}
.climate-link .swiper-prev {
    position: absolute;
    left: 6rem;
    margin: auto;
    width: 4.7rem;
    display: flex;
    align-items: center;
    justify-content: start;
    z-index: 99;
    height: 4.7rem;
}

.climate-link .swiper-next {
    position: absolute;
    right: 6rem;
    margin: auto;
    width: 4.7rem;
    display: flex;
    align-items: center;
    justify-content: end;
    z-index: 99;
    height: 4.7rem;
}

.climate-link .swiper-prev img,
.climate-link .swiper-next img {
    width: 4.3rem;
    cursor: pointer;
}
.comm-select{
    display:none !important;
 }
 .page-select{
     display: block !important;
     visibility: hidden;
     position: absolute;
 }