.pane-title[data-v-20f14ef4]{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:50px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.pane-title .tip-box[data-v-20f14ef4]{margin-right:.5rem;width:.5rem;height:2.5rem;background:linear-gradient(204deg,#c7ae7a,#9dc4a1 23%,#0095a3 77%,#007db0)}.pane-title .en-tit-txt[data-v-20f14ef4]{font-size:1.5rem;font-weight:700}.pane-title .tit-txt p[data-v-20f14ef4]:first-child{font-size:1.5rem;line-height:1;font-weight:700}.pane-title .tit-txt p[data-v-20f14ef4]:nth-child(2){font-size:1rem;color:var(--secondary-text-color);letter-spacing:1px;line-height:1rem;margin-top:.25rem}.pc-g2-point-wrap{-webkit-transition:visibility .2s cubic-bezier(.23,1,.32,1) 0s,left .4s cubic-bezier(.23,1,.32,1) 0s,top .4s cubic-bezier(.23,1,.32,1) 0s;transition:visibility .2s cubic-bezier(.23,1,.32,1) 0s,left .4s cubic-bezier(.23,1,.32,1) 0s,top .4s cubic-bezier(.23,1,.32,1) 0s;background:#fff;border-radius:6px;-webkit-box-shadow:0 0 10px #aaa;box-shadow:0 0 10px #aaa;padding:15px;font-size:14px}.pc-g2-point-wrap div,.pc-g2-point-wrap p{margin-bottom:10px}.pc-g2-point-wrap .name-box{padding-left:15px;position:relative}.pc-g2-point-wrap .name-box:before{display:inline-block;content:"";width:10px;height:10px;background:#037698;border-radius:50%;position:absolute;left:0;top:5px}.pc-g2-point-wrap .name-box span{font-size:12px;color:#999}.pc-g2-point-wrap p{font-size:12px;color:#666;padding-left:15px}.pc-g2-point-wrap .close-box{position:relative}.pc-g2-point-wrap .close-box:before{display:inline-block;content:"";width:2px;height:2px;border-radius:50%;position:absolute;left:0;top:3px;border:4px solid red}:root{--v-calendar-picker-color:#fff;--v-calendar-input-bg-color:#fff;--v-calendar-input-bg-disable-color:#f5f5f5;--v-calendar-input-text-disable-color:#b8b8b9;--v-calendar-select-bg-color:#fff;--v-calendar-border-color:#eaeaeb;--v-calendar-triangle-color:#eaeaeb;--v-calendar-shadow:0 20px 30px 0 rgba(0,0,0,0.2);--v-calendar-top-shadow:3px -14px 30px 0px rgba(0,0,0,0.2);--v-calendar-text-color:#7b8187;--v-calendar-action-color:#7b8187;--v-calendar-text-disabled-color:#b8b8b9;--v-calendar-view-button-color:#7b8187;--v-calendar-view-button-font-weight:400;--v-calendar-view-button-font-size:1rem;--v-calendar-datepicker-icon-color:#1bba67;--v-calendar-datepicker-icon-size:1.1rem;--v-calendar-active-bg-color:#1bba67;--v-calendar-active-text-color:#fff;--v-calendar-range-bg-color:#edfff9;--v-calendar-range-text-color:#7b8187;--v-calendar-range-radius:100%;--v-calendar-day-hover-bg-color:#eaeaeb;--v-calendar-day-width:25px;--v-calendar-day-height:25px;--v-calendar-day-font-size:0.9rem;--v-calendar-day-font-weight:400;--v-calendar-day-name-font-size:0.9rem;--v-calendar-day-name-font-weight:500;--v-calendar-day-name-color:#7b8187;--v-calendar-input-border:1px solid #eaeaeb;--v-calendar-input-text-color:#7b8187;--v-calendar-input-font-size:0.9rem;--v-calendar-input-font-weight:400;--v-calendar-content-radius:0px;--v-calendar-year-font-size:1.1rem;--v-calendar-year-color:#7b8187;--v-calendar-year-font-weight:400;--v-calendar-year-disabled-color:#b8b8b9;--v-calendar-year-disabled-bg-color:transparent;--v-calendar-month-font-size:1.1rem;--v-calendar-month-color:#7b8187;--v-calendar-month-font-weight:400;--v-calendar-month-disabled-color:#b8b8b9;--v-calendar-month-disabled-bg-color:transparent;--v-calendar-month-border:none;--v-calendar-month-border-radius:none}.v-calendar :focus{outline:none}.v-calendar *{outline:none;font-family:inherit}.v-calendar{position:relative;width:100%;width:-webkit-max-content;width:-moz-max-content;width:max-content;min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content}.v-calendar .content{background:var(--v-calendar-picker-color);-webkit-box-shadow:var(--v-calendar-shadow);box-shadow:var(--v-calendar-shadow);position:absolute;top:56px;z-index:99999}.v-calendar .content,.v-calendar .input-field{display:-webkit-box;display:-ms-flexbox;display:flex}.v-calendar .input-field{position:relative;min-width:140px;font-weight:var(--v-calendar-input-font-weight)}.v-calendar .input-field .clearButton{position:absolute;top:50%;right:20px;-webkit-transform:translateY(-50%);transform:translateY(-50%);display:-webkit-box;display:-ms-flexbox;display:flex;color:var(--v-calendar-text-color);padding:0;cursor:pointer;border:none;background:transparent}.v-calendar .input-field .clearButton svg{fill:currentColor}.v-calendar .input-field .clearButton,.v-calendar .input-field .clearButton svg{width:var(--v-calendar-day-font-size);height:var(--v-calendar-day-font-size)}.v-calendar .input-field input:disabled~svg{fill:var(--v-calendar-text-color)}.v-calendar .input-field.long{min-width:290px}.v-calendar .input-field input{padding-left:40px;padding-right:20px;font-size:var(--v-calendar-input-font-size);min-width:inherit;height:50px;border-radius:6px;border:var(--v-calendar-input-border);background-color:var(--v-calendar-input-bg-color);color:var(--v-calendar-input-text-color);font-weight:inherit}.v-calendar .input-field input:disabled{background-color:var(--v-calendar-input-bg-disable-color);color:var(--v-calendar-input-text-disable-color);cursor:not-allowed}.v-calendar .input-field svg{top:50%;position:absolute;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.v-calendar .input-field svg.datepicker{left:10px;width:var(--v-calendar-datepicker-icon-size);height:var(--v-calendar-datepicker-icon-size);fill:var(--v-calendar-datepicker-icon-color)}.v-calendar .calendar{width:-webkit-max-content;width:-moz-max-content;width:max-content}.v-calendar .calendar.range:first-child{border-right:1px solid var(--v-calendar-border-color)}.v-calendar .calendar:first-child:before{content:"";position:absolute;bottom:100%;top:-20px}.v-calendar .calendar .selected-field{padding-top:20px;background-color:var(--v-calendar-select-bg-color)}.v-calendar .calendar .selected-field .selected-date{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:10px}.v-calendar .calendar .selected-field .viewButton{border:0;width:100%;padding:10px;color:var(--v-calendar-view-button-color);font-size:var(--v-calendar-view-button-font-size);font-weight:var(--v-calendar-view-button-font-weight);margin-right:10px;margin-left:10px;background:transparent;cursor:pointer}.v-calendar .calendar .selected-field .nextDateButton,.v-calendar .calendar .selected-field .prevDateButton{position:relative;border:0;background:transparent}.v-calendar .calendar .selected-field .nextDateButton:after,.v-calendar .calendar .selected-field .prevDateButton:after{content:"";display:inline-block;text-align:left;cursor:pointer;border:7px solid transparent}.v-calendar .calendar .selected-field .prevDateButton:after{border-right:10px solid var(--v-calendar-action-color)}.v-calendar .calendar .selected-field .nextDateButton:after{border-left:10px solid var(--v-calendar-action-color)}.v-calendar .calendar .days{display:grid;grid-template-columns:repeat(7,minmax(-webkit-max-content,1fr));grid-template-columns:repeat(7,minmax(max-content,1fr))}.v-calendar .calendar .months,.v-calendar .calendar .years{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-line-pack:start;align-content:flex-start;max-width:calc(var(--v-calendar-day-width)*7 + 20px);min-height:250px}.v-calendar .calendar .days-selection,.v-calendar .calendar .selected-field{padding-left:20px;padding-right:20px}.v-calendar .calendar .days-selection .days{padding-bottom:20px}.v-calendar .calendar .days .day,.v-calendar .calendar .months .month,.v-calendar .calendar .years .year{background:transparent;border:0;text-align:center;cursor:pointer}.v-calendar .calendar .months .month,.v-calendar .calendar .years .year{width:-webkit-max-content;width:-moz-max-content;width:max-content;height:-webkit-max-content;height:-moz-max-content;height:max-content}.v-calendar .calendar .months .month{font-size:var(--v-calendar-month-font-size);font-weight:var(--v-calendar-month-font-weight);color:var(--v-calendar-month-color);padding:var(--v-calendar-month-padding);border:var(--v-calendar-month-border);border-radius:var(--v-calendar-year-month-radius);background-color:var(--v-calendar-month-bg-color)}.v-calendar .calendar .months .month:disabled{pointer-events:none;color:var(--v-calendar-month-disabled-color);background-color:var(--v-calendar-month-disabled-bg-color)}.v-calendar .calendar .days .day{padding:0;margin-right:10px;font-size:var(--v-calendar-day-font-size);font-weight:var(--v-calendar-day-font-weight);color:var(--v-calendar-text-color);width:100%;text-align:left}.v-calendar .calendar .days .day,.v-calendar .calendar .days .day .number{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.v-calendar .calendar .days .day .number{width:var(--v-calendar-day-width);height:var(--v-calendar-day-height);-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px;font-size:inherit}.v-calendar .calendar .days .day.name{pointer-events:none;font-size:var(--v-calendar-day-name-font-size);font-weight:var(--v-calendar-day-name-font-weight);color:var(--v-calendar-day-name-color);width:auto}.v-calendar .calendar .days .day.selectedDate .number{background:var(--v-calendar-active-bg-color);color:var(--v-calendar-active-text-color)}.v-calendar .calendar .days .day.circle .number{border-radius:100%}.v-calendar .calendar .days .day.selectedRange{background:var(--v-calendar-range-bg-color);color:var(--v-calendar-range-text-color)}.v-calendar .calendar:first-child .days .day.selectedDate{border-top-left-radius:var(--v-calendar-range-radius);border-bottom-left-radius:var(--v-calendar-range-radius)}.v-calendar .calendar:last-child .days .day.selectedDate{border-top-right-radius:var(--v-calendar-range-radius);border-bottom-right-radius:var(--v-calendar-range-radius)}.v-calendar .calendar .days .day.disabledDate{pointer-events:none;color:var(--v-calendar-text-disabled-color)}.v-calendar .calendar .days .day.disabledDate.selectedRange{background:var(--v-calendar-range-bg-color)}.v-calendar .calendar .days .day:hover .number{background:var(--v-calendar-day-hover-bg-color)}.v-calendar .calendar .years .year{font-size:var(--v-calendar-year-font-size);font-weight:var(--v-calendar-year-font-weight);color:var(--v-calendar-year-color);padding:var(--v-calendar-year-padding);border:var(--v-calendar-year-border);border-radius:var(--v-calendar-year-border-radius);background-color:var(--v-calendar-year-bg-color)}.v-calendar .calendar .years .year:disabled{pointer-events:none;color:var(--v-calendar-year-disabled-color);background-color:var(--v-calendar-year-disabled-bg-color)}.v-calendar.left .content{left:0;-webkit-transform:translateY(5px);transform:translateY(5px);border-bottom-left-radius:var(--v-calendar-content-radius);border-bottom-right-radius:var(--v-calendar-content-radius);border-top-right-radius:var(--v-calendar-content-radius)}.v-calendar.left .calendar:first-child:before{border-width:5px;border-style:solid;border-color:transparent transparent var(--v-calendar-triangle-color) transparent;left:0}.v-calendar.right .content{right:0;-webkit-transform:translateY(5px);transform:translateY(5px);border-bottom-left-radius:var(--v-calendar-content-radius);border-bottom-right-radius:var(--v-calendar-content-radius);border-top-left-radius:var(--v-calendar-content-radius)}.v-calendar.right .calendar:first-child:before{right:0;border-width:5px;border-style:solid;border-color:transparent transparent var(--v-calendar-triangle-color) transparent}.v-calendar.top .content{top:100%;-webkit-transform:translateY(calc(-100% - 66px));transform:translateY(calc(-100% - 66px));-webkit-box-shadow:var(--v-calendar-top-shadow);box-shadow:var(--v-calendar-top-shadow);border-top-left-radius:var(--v-calendar-content-radius);border-top-right-radius:var(--v-calendar-content-radius);border-bottom-right-radius:var(--v-calendar-content-radius)}.v-calendar.top .content .calendar:first-child:before{border-width:5px;border-style:solid;border-color:var(--v-calendar-triangle-color) transparent transparent transparent;top:100%;left:0}.v-calendar.bottom .content{-webkit-transform:translateY(5px);transform:translateY(5px);border-bottom-left-radius:var(--v-calendar-content-radius);border-bottom-right-radius:var(--v-calendar-content-radius);border-top-right-radius:var(--v-calendar-content-radius)}.v-calendar.bottom .content .calendar:first-child:before{left:0}.v-calendar.bottom .content .calendar:first-child:before,.v-calendar.center .calendar:first-child:before{border-width:5px;border-style:solid;border-color:transparent transparent var(--v-calendar-triangle-color) transparent}.v-calendar.center .calendar:first-child:before{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.v-calendar.center .content{-webkit-transform:translateY(5px) translateX(-50%);transform:translateY(5px) translateX(-50%);left:50%;border-bottom-left-radius:var(--v-calendar-content-radius);border-bottom-right-radius:var(--v-calendar-content-radius);border-top-right-radius:var(--v-calendar-content-radius)}.jdxsy-mobile-content[data-v-92a8dc76]{font-size:14px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px;padding:10px}.jdsx-row[data-v-92a8dc76]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:8px 0;border-bottom:1px solid #eee}.label[data-v-92a8dc76]{font-weight:700;color:#494949}.jdsx-date[data-v-92a8dc76]{color:#999}.climate-container .climate{padding-bottom:48px}.climate-container .pane-title{margin-bottom:24px;margin-top:48px}.climate-container .performace .period{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.climate-container .performace .period .menu{display:-webkit-box;display:-ms-flexbox;display:flex;list-style:none;font-size:14px}.climate-container .performace .period .menu-item{line-height:30px;white-space:nowrap;cursor:pointer;margin-right:24px;color:#999}.climate-container .performace .period .menu-item-selected{color:#037698}.climate-container .center .row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;height:200px;line-height:32px;background-color:rgba(3,118,152,.03)}.climate-container .center .row-en{line-height:24px;font-size:14px}.climate-container .center .row-en p{margin-bottom:5px}.climate-container .center .col-4{height:100%;-webkit-box-flex:0;-ms-flex:0 0 40%;flex:0 0 40%;padding:24px 16px}.climate-container .center .col-4 .title{border-bottom:1px solid #e0e0e0;height:124px}.climate-container .center .col-4 .xgzl{margin-top:12px}.climate-container .center .col-4 .xgzl .xgzl-txt{margin-right:22px}.climate-container .center .col-4 .xgzl .bzfa-txt{color:#037698;cursor:pointer}.climate-container .center .col-4 .xgzl .pdf-img{width:21px;height:21px;vertical-align:sub;margin-right:10px}.climate-container .center .col-5{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.climate-container .center .col-6{position:relative;height:100%;-webkit-box-flex:0;-ms-flex:0 0 60%;flex:0 0 60%;background-color:rgba(3,118,152,.03);padding:24px}.climate-container .center .col-6:before{content:"";left:-20px;position:absolute;width:0;height:0;border-top:10px solid transparent;border-right:10px solid rgba(3,118,152,.03);border-bottom:10px solid transparent;border-left:10px solid transparent}.climate-container .center table{width:100%;text-align:left;border-collapse:separate;border-spacing:0}.climate-container .center table tr{border:1px solid #e0e0e0;-webkit-transition:background .3s;transition:background .3s}.climate-container .center table tr:hover{background-color:#fafafa}.climate-container .center table .jdxsy-title>th{color:#2e2e2e;font-weight:700}.climate-container .center table th{position:relative;color:#666;font-weight:400;text-align:left;background:#f2f2f2;-webkit-transition:background .3s ease;transition:background .3s ease;padding:10px 16px}.climate-container .center table td{border-bottom:1px solid rgba(0,0,0,.06);-webkit-transition:background .3s;transition:background .3s;position:relative;padding:10px 16px;font-size:14px;overflow-wrap:break-word}.climate-container .a-c-swiper .swiper-item-wrapper{width:100%;padding:0 12px;overflow:hidden;background-color:#fff}.climate-container .a-c-swiper .swiper-item-wrapper .news-list .item{padding:32px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.climate-container .a-c-swiper .swiper-item-wrapper .news-list .item~.item{border-top:1px solid #e0e0e0}.climate-container .a-c-swiper .swiper-item-wrapper .news-list .item .img{width:218px;height:140px;background:#f5f5f5}.climate-container .a-c-swiper .swiper-item-wrapper .news-list .item .img img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.climate-container .a-c-swiper .swiper-item-wrapper .news-list .item .msg{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-left:40px}.climate-container .a-c-swiper .swiper-item-wrapper .news-list .item .msg .tit{font-size:16px;font-weight:700;margin-bottom:15px}.climate-container .a-c-swiper .swiper-item-wrapper .news-list .item .msg .txt{line-height:26px;text-overflow:ellipsis}.climate-container .a-c-swiper .swiper-item-wrapper .news-list .item .msg .txt span{display:-webkit-box;-webkit-line-clamp:3;height:78px;overflow:hidden;-webkit-box-orient:vertical}.climate-container .a-c-swiper .swiper-item-wrapper .news-list .item .msg .bottom{margin-top:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:12px}.climate-container .a-c-swiper .swiper-item-wrapper .news-list .item .msg .bottom .date{color:#828282}.climate-container .a-c-swiper .swiper-item-wrapper .news-list .item .msg .bottom a{color:#037698;font-weight:700;text-decoration:none;cursor:pointer}.climate-container .n-p-pagination{width:100%;text-align:right;z-index:1}.climate-container .n-p-pagination .swiper-pagination-bullet{width:14px;height:14px;border:1px solid #037698;margin:0 6px;opacity:1;background:transparent}.climate-container .n-p-pagination .swiper-pagination-bullet-active{background:#037698}:root{--v-calendar-action-color:#2e2e2e;--v-calendar-view-button-color:#2e2e2e;--v-calendar-datepicker-icon-size:0.9rem;--v-calendar-range-text-color:#2e2e2e;--v-calendar-day-width:30px;--v-calendar-day-name-color:#2e2e2e;--v-calendar-input-text-color:#2e2e2e;--v-calendar-year-font-size:1rem;--v-calendar-year-color:#2e2e2e;--v-calendar-year-padding:10px;--v-calendar-year-border:none;--v-calendar-year-border-radius:none;--v-calendar-month-font-size:1rem;--v-calendar-month-color:#2e2e2e;--v-calendar-month-padding:8px;--v-calendar-datepicker-icon-color:#037698;--v-calendar-active-bg-color:#037698;--v-calendar-range-bg-color:rgba(3,118,152,0.1);--v-calendar-text-color:#2e2e2e;--v-calendar-day-height:30px;--v-calendar-view-button-font-size:0.9rem}.v-calendar .calendar .days .day.name,.v-calendar .input-field input{height:30px}a:-webkit-any-link{color:transparent}.color-red{color:#f53f3f}.color-green{color:#00b42a}.flex-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.sdqzgp{margin-right:65px}.sczb,.sdqzgp{-webkit-box-flex:1;-ms-flex:1;flex:1}.sczb{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.chart-date{margin-top:16px}.chart-date,.hyfb-date{font-size:14px;color:#999;text-align:center}.hyfb-date{margin-top:8px}.hyfb-chart{-webkit-box-flex:1;-ms-flex:1;flex:1}.hyfb-title-cnt{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.hyfb-title-cnt:before{margin-right:12px}.hyfb-title-cnt:after,.hyfb-title-cnt:before{content:"";width:34px;height:0;opacity:1;border:1px solid #2e2e2e}.hyfb-title-cnt:after{margin-left:12px}.hyfb-desc{-webkit-box-flex:0;-ms-flex:0 0 260px;flex:0 0 260px;font-size:14px}.hyfb-desc-item{display:-webkit-box;display:-ms-flexbox;display:flex;line-height:26px;margin-top:28px;margin-left:32px}.hyfb-desc-item .highlight{color:#037698}.hyfb-desc-item:before{content:"";-webkit-box-flex:0;-ms-flex:0 0 8px;flex:0 0 8px;height:8px;background:#fff;opacity:1;border-radius:8px;border:2px solid #037698;overflow:hidden;margin:8px 8px 0 0}.jdxsy-title th{background-color:#bdbdbd!important}.jdxsy-border{border-right:1px solid #e0e0e0}@media screen and (max-width:767px){.climate-container .climate .center .qhzs .row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:auto}.climate-container .climate .center .qhzs .col-4{padding:1rem;font-size:14px}.climate-container .climate .center .qhzs .col-4 .title{height:auto;padding-bottom:1rem}.climate-container .climate .center .qhzs .col-6{padding:1rem}.climate-container .climate .center .qhzs .xgzl{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.climate-container .climate .center .performace .v-calendar{display:none}.climate-container .climate .center .performace .trend-chart-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.climate-container .climate .center .performace .trend-chart-wrapper .period{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:1rem}.climate-container .climate .center .performace .trend-chart-wrapper .period .menu{margin:0 auto;border:1px solid #eee}.climate-container .climate .center .performace .trend-chart-wrapper .period .menu .menu-item{margin-right:0}.climate-container .climate .center .performace .trend-chart-wrapper .period .menu .menu-title-content{display:block;padding:0 .6rem;height:30px;line-height:30px}.climate-container .climate .center .performace .trend-chart-wrapper .period .menu .menu-item-selected{color:#037698;background-color:#eee}.climate-container .climate .center .performace .jdxsy{display:none}.climate-container .climate .center .hold-info{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.climate-container .climate .center .hold-info .sdqzgp{margin-right:0}.climate-container .climate .center .hold-info .sdqzgp .en-tit-txt{font-size:16px}.climate-container .climate .center .hold-info .sdqzgp .sdqzgp-table{overflow:scroll}.climate-container .climate .center .hold-info .sdqzgp .sdqzgp-table td{padding:.5rem 1rem}.climate-container .climate .center .xgzx{font-size:14px}.climate-container .climate .center .xgzx .news-list .item{padding:1rem 0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.climate-container .climate .center .xgzx .news-list .item .img{width:100%;aspect-ratio:1.55714286;height:auto}.climate-container .climate .center .xgzx .news-list .item .msg{margin-left:0;margin-top:.5rem}}@media screen and (min-width:768px){.jdxsy-mobile{display:none!important}}