 * {
   margin: 0;
   padding: 0;
   color: #333;
   -webkit-transition: all .3s;
   -o-transition: all .3s;
   transition: all .3s;
   -webkit-box-sizing: border-box;
   box-sizing: border-box
 }

 a {
   color: #000;
   text-decoration: none;
   cursor: pointer
 }

 a:focus {
   outline: none
 }

 a:hover {
   color: currentColor
 }

 img {
   display: block;
   max-width: 100%;
   max-height: 100%
 }

 video {
   max-width: 100%;
   cursor: pointer
 }

 video:focus {
   outline: 0
 }

 h2.common-module-title {
   font-weight: 500;
   font-size: .42rem;
   color: #333;
   text-align: center;
   padding-bottom: .15rem;
   background-size: .36rem;
   background-repeat: no-repeat;
   background-position: bottom;
   background-image: url("https://ovopark.oss-cn-hangzhou.aliyuncs.com/web/images/storeVisit/title_circle.svg");
   margin-bottom: .35rem
 }

 p.common-module-subTitle {
   text-align: center;
   margin-bottom: .5rem
 }

 .common-flex-between {
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between
 }

 .common-flex-around,
 .common-flex-between {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center
 }

 .common-flex-around {
   -ms-flex-pack: distribute;
   justify-content: space-around
 }

 .common-flex-center {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center
 }

 .flex-wrap {
   -ms-flex-wrap: wrap;
   flex-wrap: wrap
 }

 .common-article-back {
   background-repeat: no-repeat;
   background-image: url("https://ovopark.oss-cn-hangzhou.aliyuncs.com/web/images/storeVisit/quotation_marks_start.svg"), url("https://ovopark.oss-cn-hangzhou.aliyuncs.com/web/images/storeVisit/quotation_marks_end.svg")
 }

 .common-gray-article-back {
   background-repeat: no-repeat;
   background-image: url("https://ovopark.oss-cn-hangzhou.aliyuncs.com/web/images/quotation_marks_start2_202203.png"), url("https://ovopark.oss-cn-hangzhou.aliyuncs.com/web/images/quotation_marks_end2_202203.png")
 }

 .dashed-backline {
   opacity: .3;
   margin: 0 auto;
   position: relative;
   border-radius: .5rem;
   border: .03rem dashed #fba155
 }

 .dashed-lack-backline {
   margin: 0 auto;
   position: relative;
   border-radius: 0 0 .5rem .5rem;
   border: .03rem dashed rgba(251, 161, 85, .3);
   border-top: 0
 }

 .last-module2-back {
   background-size: 8.5rem;
   background-repeat: no-repeat;
   background-position: 0 100%;
   background-image: url("https://ovopark.oss-cn-hangzhou.aliyuncs.com/web/images/storeVisit/common_form_back_1_1.svg")
 }

 .no-data {
   width: 100%;
   text-align: center
 }

 .no-data img {
   display: inline-block
 }

 .no-data p {
   color: #7f7f7f;
   font-size: .13rem;
   font-weight: 400
 }

 .colorful-back>div {
   border-radius: .24rem;
   border: .03rem solid #fff
 }

 .colorful-back>div:first-child {
   background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ffe7f5), to(#fff));
   background-image: -o-linear-gradient(top, #ffe7f5 1%, #fff 100%);
   background-image: linear-gradient(180deg, #ffe7f5 1%, #fff)
 }

 .colorful-back>div:nth-child(2) {
   background-image: -webkit-gradient(linear, left top, left bottom, from(#ffeddc), to(#fff));
   background-image: -o-linear-gradient(top, #ffeddc 0, #fff 100%);
   background-image: linear-gradient(180deg, #ffeddc, #fff)
 }

 .colorful-back>div:nth-child(3) {
   background-image: -webkit-gradient(linear, left top, left bottom, from(#dae3ff), to(#fff));
   background-image: -o-linear-gradient(top, #dae3ff 0, #fff 100%);
   background-image: linear-gradient(180deg, #dae3ff, #fff)
 }

 .colorful-back>div:nth-child(4) {
   background-image: -webkit-gradient(linear, left top, left bottom, from(#c9fcee), to(#fff));
   background-image: -o-linear-gradient(top, #c9fcee 0, #fff 100%);
   background-image: linear-gradient(180deg, #c9fcee, #fff)
 }

 @media screen and (min-width:320px) and (max-width:828px) {
   h3 {
     font-weight: 500;
     font-size: 4.8vw
   }

   p {
     color: #7f7f7f;
     font-weight: 400;
     font-size: 3.2vw
   }

   .web_show {
     display: none !important
   }

   .m_show {
     display: block
   }

   .common-uniform-width {
     margin: 0 auto
   }

   h2.common-module-title {
     font-size: 6.93333vw;
     padding-bottom: 2.13333vw;
     margin: 0 4.26667vw 4vw;
     background-size: 5.33333vw
   }

   p.common-module-subTitle {
     font-size: 3.2vw;
     font-weight: 400;
     color: #7f7f7f;
     text-align: center;
     margin-bottom: 5.33333vw
   }

   .new-product-label {
     height: auto;
     color: #fff;
     padding: 0 1.86667vw;
     font-size: 3.2vw;
     line-height: 4.8vw;
     display: inline-block;
     margin-left: .8vw;
     background-color: red;
     border-radius: 4vw
   }

   .common-solutions>div.content {
     margin: 0 4.26667vw
   }

   .common-solutions>div.content>div>div h3 {
     font-size: 4.8vw;
     font-weight: 500
   }

   .common-solutions>div.content>div>div>p {
     color: #7f7f7f;
     font-size: 3.2vw;
     font-weight: 400
   }

   .common-solutions>div.content>div>div div {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center
   }

   .common-solutions>div.content>div>div div img {
     width: 20.8vw;
     height: 20.8vw
   }

   .common-solutions>div.content>div:not(:last-child) {
     margin-bottom: 13.33333vw
   }

   .common-btn-clean {
     color: #333;
     background-color: #fff;
     border: 1px solid #b2b2b2;
     border-radius: 3.2vw
   }

   .common-btn-clean,
   .common-btn-linear {
     width: 44.53333vw;
     text-align: center;
     line-height: 11.73333vw;
     font-size: 4.53333vw;
     font-weight: 600;
     display: inline-block
   }

   .common-btn-linear {
     color: #fff;
     border-radius: 3.2vw;
     -webkit-box-shadow: 0 .53333vw 2.66667vw 0 rgba(255, 153, 0, .3);
     box-shadow: 0 .53333vw 2.66667vw 0 rgba(255, 153, 0, .3);
     background-image: -o-linear-gradient(225deg, #ffb300 0, #37a29c 100%);
     background-image: linear-gradient(225deg, #ffb300, #37a29c)
   }

   .last-module2-back {
     background-size: 42.66667vw !important
   }

   .dashed-backline {
     opacity: 1;
     margin: 0 auto;
     position: relative;
     border-radius: 0 0 13.33333vw 13.33333vw;
     border: .8vw dashed rgba(251, 161, 85, .3);
     border-top: 0
   }

   .colorful-back>div {
     border-radius: 5.33333vw;
     border: .53333vw solid #fff
   }

   .colorful-back>div:not(:last-child) {
     margin-bottom: 2.66667vw
   }

   .colorful-back>div:last-child {
     margin-bottom: 8vw
   }

   .common-solution-banner {
     background-repeat: no-repeat
   }

   .common-solution-banner>div {
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column
   }

   .common-solution-banner>div div.cont {
     display: block;
     margin: 0 4.26667vw;
     background-repeat: no-repeat
   }

   .common-solution-banner>div div.cont>img {
     height: 8vw;
     margin: 3.73333vw 0 2.66667vw
   }

   .common-solution-banner>div div.cont h3 {
     font-weight: 400;
     font-size: 4vw;
     margin-bottom: 5.33333vw
   }
 }

 @media screen and (min-width:829px) {
   h3 {
     font-size: .24rem;
     font-weight: 500
   }

   p {
     color: #7f7f7f;
     font-size: .18rem;
     font-weight: 400
   }

   .new-product-label {
     width: -webkit-fit-content;
     width: -moz-fit-content;
     width: fit-content;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     cursor: pointer;
     position: relative
   }

   .new-product-label b {
     position: absolute;
     right: -40px;
     top: 0;
     bottom: 0;
     margin: auto;
     width: 35px;
     height: 20px;
     line-height: 20px;
     text-align: center;
     display: inline-block;
     background-color: red;
     color: #fff;
     font-size: 12px;
     border-radius: 18px
   }

   .web_show {
     display: block
   }

   .m_show {
     display: none !important
   }

   .flex-168-width {
     width: 16.8rem;
     max-width: 99.5vw;
     margin: 0 auto
   }

   .common-solutions>div.content>div {
     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
   }

   .common-solutions>div.content>div>img {
     height: 4.4rem
   }

   .common-solutions>div.content>div>div {
     margin-left: 1rem
   }

   .common-solutions>div.content>div>div h3 {
     font-size: .32rem;
     font-weight: 500;
     line-height: .48rem
   }

   .common-solutions>div.content>div>div>p {
     color: #7f7f7f;
     font-size: .18rem;
     font-weight: 400;
     line-height: .32rem;
     margin: .1rem 0 .4rem
   }

   .common-solutions>div.content>div>div div p {
     color: #7f7f7f;
     font-size: .18rem;
     margin-top: .1rem;
     text-align: center
   }

   .common-solutions>div.content>div:nth-child(2n) {
     -webkit-box-orient: horizontal;
     -webkit-box-direction: reverse;
     -ms-flex-direction: row-reverse;
     flex-direction: row-reverse
   }

   .common-solutions>div.content>div:nth-child(2n)>div {
     margin-left: 0;
     margin-right: 1rem
   }

   .common-solutions>div.content>div:not(:last-child) {
     margin-bottom: 1.2rem
   }

   .common-uniform-width,
   .flex-width {
     width: 14rem;
     margin: 0 auto
   }

   .common-btn-clean {
     width: 1.65rem;
     line-height: .65rem;
     color: #333;
     font-size: .18rem;
     font-weight: 500;
     text-align: center;
     display: inline-block;
     border-radius: .18rem;
     cursor: pointer;
     border: 1px solid #b2b2b2;
     background-color: transparent;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center
   }

   .common-btn-clean img {
     width: .18rem
   }

   .common-btn-linear {
     width: 1.65rem;
     line-height: .65rem;
     color: #fff;
     font-size: .18rem;
     font-weight: 500;
     text-align: center;
     border-radius: .18rem;
     display: inline-block;
     cursor: pointer;
     background-image: -o-linear-gradient(225deg, #ffb300 0, #37a29c 100%);
     background-image: linear-gradient(225deg, #ffb300, #37a29c);
     -webkit-box-shadow: 0 .02rem .1rem 0 rgba(255, 153, 0, .3);
     box-shadow: 0 .02rem .1rem 0 rgba(255, 153, 0, .3)
   }

   .common-btn-linear img {
     width: .18rem
   }

   .common-btn-linear:hover {
     color: #fff
   }

   .common-solution-banner {
     height: 6rem;
     background-repeat: no-repeat
   }

   .common-solution-banner>div {
     height: 100%;
     -webkit-box-orient: horizontal;
     -webkit-box-direction: normal;
     -ms-flex-direction: row;
     flex-direction: row
   }

   .common-solution-banner>div div.img-cont {
     width: 100%;
     height: 100%;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: end;
     -ms-flex-align: end;
     align-items: flex-end
   }

   .common-solution-banner>div div.cont {
     height: 100%;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-align: start;
     -ms-flex-align: start;
     align-items: flex-start;
     background-size: .76rem;
     background-repeat: no-repeat;
     background-position: 100% 100%
   }

   .common-solution-banner>div div.cont img {
     height: .6rem
   }

   .common-solution-banner>div div.cont h3 {
     width: 5.8rem;
     font-weight: 400;
     margin: .4rem 0 .3rem
   }
 }

 @media screen and (min-width:829px) and (max-width:1399px) {
   .flex-width {
     width: 90%;
     margin: 0 auto
   }
 }

 @media screen and (min-width:1500px) {

   body,
   html {
     font-size: 100px
   }
 }

 @media screen and (min-width:1200px) and (max-width:1500px) {

   body,
   html {
     font-size: 70px
   }

   .new-product-label b {
     -webkit-transform: scale(.8);
     -ms-transform: scale(.8);
     transform: scale(.8)
   }
 }

 @media screen and (min-width:829px) and (max-width:1200px) {

   body,
   html {
     font-size: 50px
   }

   .new-product-label b {
     -webkit-transform: scale(.8);
     -ms-transform: scale(.8);
     transform: scale(.8)
   }
 }

 @media screen and (min-width:829px) {
   main.news-container section.news__banner {
     height: 5rem;
     border-radius: 0 0 .6rem .6rem;
     background-color: #fafafa;
     background-repeat: no-repeat;
     background-size: 3.6rem, 4.09rem, 100%;
     background-position: -1.8rem 0, calc(100% + .75rem) calc(100% - .45rem);
     background-image: url("https://ovopark.oss-cn-hangzhou.aliyuncs.com/web/svgs/site_common_bg_icon_20220311.svg"), url("https://ovopark.oss-cn-hangzhou.aliyuncs.com/web/svgs/site_common_bg_icon_20220311.svg")
   }

   main.news-container section.news__banner>div img {
     height: 4.3rem;
     margin: 0 auto
   }

   main.news-container header.topic_tip_header {
     position: sticky;
     top: .7rem;
     background-color: #fff;
     text-align: center;
     margin-bottom: .2rem;
     margin-top: .7rem;
     padding: .3rem 0;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center
   }

   main.news-container header.topic_tip_header a.topic_tip {
     width: 1.4rem;
     height: .6rem;
     line-height: .6rem;
     text-align: center;
     border-radius: .34rem;
     border: 1px solid #f0f0f0;
     color: #7f7f7f;
     font-size: .18rem;
     font-weight: 400;
     display: inline-block
   }

   main.news-container header.topic_tip_header a.topic_tip:nth-child(2) {
     margin: 0 .2rem
   }

   main.news-container header.topic_tip_header a.topic_tip:not(.active):hover {
     border-color: transparent;
     -webkit-box-shadow: 0 0 .2rem 0 rgba(0, 0, 0, .06);
     box-shadow: 0 0 .2rem 0 rgba(0, 0, 0, .06)
   }

   main.news-container header.topic_tip_header a.active {
     color: #fff;
     position: relative;
     -webkit-box-shadow: 0 .02rem .12rem 0 rgba(54, 163, 157, .5);
     box-shadow: 0 .02rem .12rem 0 rgba(54, 163, 157, .5);
     background-image: -webkit-gradient(linear, left top, left bottom, from(#37a29c), to(#57b791));
     background-image: -o-linear-gradient(top, #37a29c 0, #57b791 100%);
     background-image: linear-gradient(180deg, #37a29c, #57b791)
   }

   main.news-container header.topic_tip_header a.active:after {
     position: absolute;
     bottom: 0;
     left: 50%;
     margin: auto;
     display: block;
     width: .1rem;
     height: .1rem;
     content: "";
     pointer-events: auto;
     background-color: #57b791;
     -webkit-box-shadow: .03rem .03rem .07rem rgba(54, 163, 157, .5);
     box-shadow: .03rem .03rem .07rem rgba(54, 163, 157, .5);
     -webkit-transform: translateY(50%) translateX(-50%) rotate(45deg);
     -ms-transform: translateY(50%) translateX(-50%) rotate(45deg);
     transform: translateY(50%) translateX(-50%) rotate(45deg)
   }

   main.news-container .topic-header-shadow {
     -webkit-box-shadow: 0 .1rem .4rem 0 rgba(0, 0, 0, .06);
     box-shadow: 0 .1rem .4rem 0 rgba(0, 0, 0, .06)
   }

   main.news-container article.news__article {
     margin-bottom: 1.6rem
   }

   main.news-container article.news__article>div div.label-keywords-title {
     color: #999;
     text-align: left;
     padding-left: .5rem;
     font-size: .15rem;
     margin-bottom: .3rem
   }

   main.news-container article.news__article>div>div.list a {
     padding: .4rem;
     border-radius: .24rem;
     border: 1px solid #f0f0f0
   }

   main.news-container article.news__article>div>div.list a div.topic-pic img {
     width: 2.44rem
   }

   main.news-container article.news__article>div>div.list a div.topic-con {
     width: 100%;
     margin-left: .3rem
   }

   main.news-container article.news__article>div>div.list a div.topic-con h3 {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between
   }

   main.news-container article.news__article>div>div.list a div.topic-con h3 span {
     color: #7f7f7f;
     font-size: .16rem;
     font-weight: 400
   }

   main.news-container article.news__article>div>div.list a div.topic-con p {
     min-height: .42rem;
     font-size: .16rem;
     margin: .1rem 0 .3rem;
     overflow: hidden;
     -webkit-line-clamp: 2;
     -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
     display: -webkit-box;
     -webkit-box-orient: vertical
   }

   main.news-container article.news__article>div>div.list a div.topic-con div.con-bottom-2>div {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center
   }

   main.news-container article.news__article>div>div.list a div.topic-con div.con-bottom-2>div span {
     color: #7f7f7f;
     font-size: .16rem;
     font-weight: 400
   }

   main.news-container article.news__article>div>div.list a div.topic-con div.con-bottom-2>div span:first-child {
     margin-right: .05rem
   }

   main.news-container article.news__article>div>div.list a div.topic-con div.con-bottom-2>div span:nth-of-type(2) {
     color: #37a29c
   }

   main.news-container article.news__article>div>div.list a div.topic-con div.con-bottom-2>div img {
     width: .16rem;
     height: .16rem;
     margin: 0 .04rem 0 .4rem
   }

   main.news-container article.news__article>div>div.list a:not(:last-child) {
     margin-bottom: .2rem
   }

   main.news-container article.news__article>div>div.list a:hover {
     border-color: transparent;
     -webkit-box-shadow: 0 0 .4rem 0 rgba(0, 0, 0, .06);
     box-shadow: 0 0 .4rem 0 rgba(0, 0, 0, .06)
   }

   main.news-container article.news__article>div>div.list a:hover h3 {
     color: #37a29c
   }

   main.news-container article.news__article>div div.page {
     margin-top: .4rem;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: end;
     -ms-flex-pack: end;
     justify-content: flex-end
   }

   main.news-container article.news__article>div div.page a.pageitem,
   main.news-container article.news__article>div div.page span.pageitem {
     width: .24rem;
     height: .24rem;
     line-height: .24rem;
     font-weight: 400;
     font-size: .12rem;
     color: #333;
     display: inline-block;
     text-align: center;
     border-radius: .04rem
   }

   main.news-container article.news__article>div div.page a.page-active,
   main.news-container article.news__article>div div.page a.pageitem:hover {
     color: #fff;
     background-color: #37a29c
   }

   main.news-container article.news__article>div div.page .pre-page {
     margin-right: .1rem
   }

   main.news-container article.news__article>div div.page .pre-page img {
     width: .12rem;
     height: .12rem
   }

   main.news-container article.news__article>div div.page .next-page {
     -webkit-transform: rotate(180deg);
     -ms-transform: rotate(180deg);
     transform: rotate(180deg);
     margin-left: .1rem
   }

   main.news-container article.news__article>div div.page .next-page img {
     width: .12rem;
     height: .12rem
   }

   main.news-container article.news__article>div div.page>div {
     color: #7f7f7f;
     font-weight: 400;
     font-size: .12rem;
     margin-left: .25rem
   }

   main.news-container article.news__article>div div.page>div input {
     outline: none;
     width: .54rem;
     height: .24rem;
     margin: 0 .1rem;
     border-radius: .03rem;
     background-color: #fff;
     border: 1px solid #e5e5e5;
     padding: 0 .05rem;
     text-align: center;
     font-weight: 300;
     font-size: .12rem;
     color: #4a4a4a
   }

   main.news-container article.news__article>div div.page>div input:focus,
   main.news-container article.news__article>div div.page>div input:hover {
     border: 1px solid #37a29c
   }
 }

 @media screen and (min-width:320px) and (max-width:828px) {
   main.news-container section.news__banner {
     padding: 6.4vw 4.26667vw 8vw;
     border-radius: 0 0 5.33333vw 5.33333vw;
     background-color: #fafafa;
     background-repeat: no-repeat;
     background-size: 40.26667vw, 38.13333vw, 100%;
     background-position: -20.2667vw 2.4vw, calc(100% + 12vw) calc(100% - 7.4667vw);
     background-image: url("https://ovopark.oss-cn-hangzhou.aliyuncs.com/web/svgs/site_common_bg_icon_20220311.svg"), url("https://ovopark.oss-cn-hangzhou.aliyuncs.com/web/svgs/site_common_bg_icon_20220311.svg")
   }

   main.news-container section.news__banner>div img {
     width: 98.66667vw
   }

   main.news-container header.topic_tip_header {
     position: sticky;
     top: 14.4vw;
     text-align: center;
     padding: 4vw 0;
     background-color: #fff;
     margin: 12vw 0 1.33333vw
   }

   main.news-container header.topic_tip_header a.topic_tip {
     width: 28.8vw;
     height: 11.73333vw;
     line-height: 11.73333vw;
     text-align: center;
     border-radius: 9.06667vw;
     border: 1px solid #f0f0f0;
     color: #7f7f7f;
     font-size: 4vw;
     font-weight: 400;
     display: inline-block
   }

   main.news-container header.topic_tip_header a.topic_tip:nth-child(2) {
     margin: 0 2.66667vw
   }

   main.news-container header.topic_tip_header a.active {
     color: #fff;
     font-weight: 600;
     position: relative;
     -webkit-box-shadow: 0 .53333vw 3.2vw 0 rgba(54, 163, 157, .5);
     box-shadow: 0 .53333vw 3.2vw 0 rgba(54, 163, 157, .5);
     background-image: -webkit-gradient(linear, left top, left bottom, from(#37a29c), to(#57b791));
     background-image: -o-linear-gradient(top, #37a29c 0, #57b791 100%);
     background-image: linear-gradient(180deg, #37a29c, #57b791)
   }

   main.news-container .topic-header-shadow {
     -webkit-box-shadow: 0 2.66667vw 10.66667vw 0 rgba(0, 0, 0, .06);
     box-shadow: 0 2.66667vw 10.66667vw 0 rgba(0, 0, 0, .06)
   }

   main.news-container article.news__article {
     margin-bottom: 16vw
   }

   main.news-container article.news__article>div {
     padding: 0 4.26667vw
   }

   main.news-container article.news__article>div div.label-keywords-title {
     color: #999;
     text-align: left;
     padding-left: 1.33333vw;
     font-size: 4vw;
     margin-bottom: 8vw
   }

   main.news-container article.news__article>div>div.list a {
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
     border-radius: 5.33333vw;
     border: 1px solid #f0f0f0
   }

   main.news-container article.news__article>div>div.list a div.topic-pic {
     border-radius: 5.33333vw;
     background-color: #f7f7f7;
     padding: 2.66667vw 13.33333vw
   }

   main.news-container article.news__article>div>div.list a div.topic-con {
     padding: 5.33333vw
   }

   main.news-container article.news__article>div>div.list a div.topic-con p {
     margin: 2.66667vw 0 5.33333vw;
     overflow: hidden;
     -webkit-line-clamp: 2;
     -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
     display: -webkit-box;
     -webkit-box-orient: vertical
   }

   main.news-container article.news__article>div>div.list a div.topic-con div.con-bottom-2 {
     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
   }

   main.news-container article.news__article>div>div.list a div.topic-con div.con-bottom-2 span {
     color: #7f7f7f;
     font-size: 3.2vw;
     font-weight: 400
   }

   main.news-container article.news__article>div>div.list a div.topic-con div.con-bottom-2>div {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center
   }

   main.news-container article.news__article>div>div.list a div.topic-con div.con-bottom-2>div span:nth-child(2) {
     margin: 0 5.33333vw 0 1.33333vw
   }

   main.news-container article.news__article>div>div.list a div.topic-con div.con-bottom-2>div img {
     width: 4.26667vw;
     height: 4.26667vw;
     margin-right: 1.33333vw
   }

   main.news-container article.news__article>div>div.list a:not(:last-child) {
     margin-bottom: 2.66667vw
   }

   main.news-container article.news__article>div div.page {
     margin-top: 5.33333vw
   }

   main.news-container article.news__article>div div.page>p {
     text-align: center
   }

   main.news-container article.news__article>div div.page>div div.page-item a,
   main.news-container article.news__article>div div.page>div div.page-item span {
     width: 8vw;
     height: 8vw;
     text-align: center;
     display: inline-block;
     line-height: 8vw;
     border-radius: 1.6vw;
     background-color: #fff;
     -webkit-box-shadow: 0 0 1.6vw 0 rgba(255, 153, 0, .1);
     box-shadow: 0 0 1.6vw 0 rgba(255, 153, 0, .1)
   }

   main.news-container article.news__article>div div.page>div div.page-item a:not(:last-child),
   main.news-container article.news__article>div div.page>div div.page-item span:not(:last-child) {
     margin-right: 1.33333vw
   }

   main.news-container article.news__article>div div.page>div div.page-item a.page-active {
     color: #37a29c
   }

   main.news-container article.news__article>div div.page>div div.page-item span {
     -webkit-box-shadow: none;
     box-shadow: none
   }

   main.news-container article.news__article>div div.page>div:nth-child(2) {
     margin: 2.66667vw 0 5.33333vw
   }

   main.news-container article.news__article>div div.page>div:last-child {
     color: #b2b2b2;
     font-weight: 400;
     font-size: 3.46667vw;
     text-align: center
   }

   main.news-container article.news__article>div div.page>div:last-child input {
     width: 13.06667vw;
     height: 8.53333vw;
     border: 1px solid #f0f0f0;
     border-radius: 2.13333vw;
     margin: 0 2.66667vw;
     text-align: center;
     font-weight: 300;
     font-size: 3.2vw;
     color: #4a4a4a
   }

   main.news-container article.news__article>div div.page>div:last-child input:focus {
     outline: none;
     border: 1px solid #37a29c
   }

   main.news-container article.news__article>div div.page .next-page,
   main.news-container article.news__article>div div.page .pre-page {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     color: #37a29c;
     font-size: 4vw
   }

   main.news-container article.news__article>div div.page .next-page svg,
   main.news-container article.news__article>div div.page .pre-page svg {
     width: 4.26667vw;
     height: 4.26667vw
   }

   main.news-container article.news__article>div div.page .next-page svg {
     -webkit-transform: rotate(180deg);
     -ms-transform: rotate(180deg);
     transform: rotate(180deg)
   }
 }