@import url(/cn/css/inner_sidebar.css);

/* ==========================================================================
   全局
   ========================================================================== */
.content {
  padding: .4rem 0;
  position: relative;
  min-height: 300px;
}

.content img {
  max-width: 100%;
}

.sub-banner {
  height: 4.99rem;
}

.sub-banner .wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bgtitle2 {
  font-size: .6rem;
  font-weight: 400;
  color: #009E9A;
}

@media only screen and (max-width:768px) {
  .sub-banner {
    height: calc(499px / 2.5);
  }
}

.inner_area {
  margin: .4rem 0;
}

.inner_title {
  text-align: center;
  font-size: .42rem;
  font-weight: 500;
  color: #000000;
  position: relative;
}

.inner_title::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  bottom: -0.24rem;
  width: .96rem;
  height: .04rem;
  background-color: #009E9A;
}

@media only screen and (max-width:768px) {
  .content {
    padding: 20px 0;
  }

  .inner_area {
    margin: 0 0 20px;
  }
}







/* ==========================================================================
   关于我们
   ========================================================================== */
.about_list {
  margin-left: -0.5rem;
  margin-top: .8rem;
  justify-content: center;
}

.about_item {
  width: 1.52rem;
  height: .42rem;
  border: 1px solid #000000;
  font-size: .18rem;
  font-weight: bold;
  color: #444444;
  align-items: center;
  justify-content: center;
  border-radius: .42rem;
  overflow: hidden;
  margin-left: .5rem;
  cursor: pointer;
}

.ai_on {
  border-color: #009E9A;
  color: #009E9A;
}

.about_list2 {
  margin: .72rem 0 1.14rem;
}

.al2_item {
  font-size: .2rem;
  font-weight: 400;
  color: #444444;
  line-height: .42rem;
}

.timer2 {
  font-size: .72rem;
  line-height: 1;
  font-weight: bold;
  color: #009E9A;
  display: inline-block;
}

.al3_unit {
  font-size: .18rem;
  line-height: 1;
  font-weight: 400;
  color: #666666;
  margin-left: .15rem;
  vertical-align: .4rem;
  display: inline-block;
}

.al3_info {
  font-size: .18rem;
  font-weight: 400;
  color: #555555;
  margin-top: .3rem;
}

.about_list3 {
  margin-bottom: 1.12rem;
}

.about_list3 li {
  width: 25%;
}

.al3_box {
  padding-left: .6rem;
}

.forest {
  background: url(/cn/images/forest.png) no-repeat;
  height: 6.41rem;
  width: 100%;
  box-sizing: border-box;
}

.about_list4 {
  height: 100%;
}

.about_list4 li {
  width: 25%;
}

.forest_box {
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, .3);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all .3s;
}

.forest_en {
  font-size: .36rem;
  font-weight: 300;
  color: #FFFFFF;
  margin-bottom: .9rem;
  position: relative;
  text-transform: uppercase;
}

.forest_en::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  bottom: -.36rem;
  width: .63rem;
  height: .03rem;
  background: rgba(255, 255, 255, .6);
}

.forest_cn {
  font-size: .24rem;
  font-weight: 400;
  color: #FFFFFF;
}

.forest_info {
  font-size: .18rem;
  font-weight: 500;
  color: #FFFFFF;
  line-height: .36rem;
  margin-top: -0.07rem;
  text-align: center;
  opacity: 0;
  transition: all .3s;
}

.forest_box:hover {
  background-color: rgba(0, 158, 153, .7);
}

.forest_box:hover .forest_info {
  opacity: 1;
  margin-top: .43rem;
  margin-bottom: .77rem;
}

.honor_list {
  justify-content: center;
  margin-left: -1rem;
  margin-top: 1.6rem;
}

.honor_item {
  font-size: .28rem;
  font-weight: 500;
  color: #1F1F1F;
  margin-left: 1rem;
  position: relative;
  cursor: pointer;
  width: 1.4rem;
  text-align: center;
}

.honor_item::before {
  content: "";
  width: 100%;
  height: .72rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  bottom: 5px;
  font-size: 1rem;
  font-weight: 600;
  color: #F1F1F1;
  z-index: -1;
}

.honor_item:nth-child(1)::before {
  background: url(/cn/images/about01.png) no-repeat center;
  background-size: contain;
}

.honor_item:nth-child(2)::before {
  background: url(/cn/images/about02.png) no-repeat center;
  background-size: contain;
}

.honor_item:nth-child(3)::before {
  background: url(/cn/images/about03.png) no-repeat center;
  background-size: contain;
}

.hi_on {
  color: #009E9A;
}

.honor_title {
  font-size: .18rem;
  font-weight: 400;
  color: #333333;
  margin-top: .54rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}

/* .honor_frame .pic {
  margin: 0 .8rem;
} */

.honor_main {
  margin-top: 1.1rem;
}

.owl-honorList.owl-theme .owl-nav .owl-prev,
.owl-honorList.owl-theme .owl-nav .owl-next {
  width: .52rem;
  height: .52rem;
  top: 30%;
  background: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  filter: Alpha(Opacity=100);
  opacity: 1;
  color: transparent;
  transition: all .3s;
}

.owl-honorList.owl-theme .owl-nav .owl-prev {
  position: absolute;
  left: -1rem;
  background: url(/cn/images/arr01.png) center no-repeat;
  background-size: contain;
}

.owl-honorList.owl-theme .owl-nav .owl-prev:hover {
  background: url(/cn/images/arr01a.png) center no-repeat;
  background-size: contain;
}

.owl-honorList.owl-theme .owl-nav .owl-next {
  position: absolute;
  right: -1rem;
  background: url(/cn/images/arr02.png) center no-repeat;
  background-size: contain;
}

.owl-honorList.owl-theme .owl-nav .owl-next:hover {
  background: url(/cn/images/arr02a.png) center no-repeat;
  background-size: contain;
}

.owl-honorList .owl-nav {
  margin-top: .85rem;
}

.owl-honorList.owl-theme .owl-dots .owl-dot.active span,
.owl-honorList.owl-theme .owl-dots .owl-dot:hover span {
  background: #009E9A;
}

.owl-honorList.owl-theme .owl-dots .owl-dot.active span {
  width: .49rem;
  height: .11rem;
}

.owl-honorList.owl-theme .owl-dots .owl-dot span {
  background: #E6E6E6;
  width: .11rem;
  height: .11rem;
  transition: all .3s;
}

.honor_box {
  margin-bottom: .5rem;
}

.honor_frame .upimg3 {
  width: auto !important;
}

@media only screen and (max-width: 920px) {
  .honor_main {
    padding: 0 70px;
  }
}

@media only screen and (max-width: 768px) {}

@media only screen and (max-width: 500px) {
  .honor_main {
    padding: 0 30px;
  }

  .owl-honorList.owl-theme .owl-nav .owl-next {
    right: -30px;
  }

  .owl-honorList.owl-theme .owl-nav .owl-prev {
    left: -30px;
  }

  .about_list3 li {
    width: 50%;
    margin-bottom: 20px;
  }

  .about_list2 {
    margin: 20px 0 30px;
  }

  .about_list3 {
    margin-bottom: 20px;
  }

  .honor_list {
    margin-top: 60px;
  }

  .owl-honorList .owl-nav {
    margin-top: 10px;
  }

  .honor_box {
    margin-bottom: 0;
  }

}











/* ==========================================================================
   新闻中心frame
   ========================================================================== */
.news_list {
  margin-left: -0.4rem;
}

.news_list li {
  width: calc(33.33% - .4rem);
  margin-left: .4rem;
  margin-bottom: .4rem;
}

.news_box .pic {
  border-radius: .2rem;
}

.news_date {
  font-size: .16rem;
  font-weight: 300;
  color: #666666;
}

.news_name {
  font-size: .22rem;
  font-weight: 400;
  color: #444444;
  line-height: .32rem;
  margin: .32rem 0 .39rem;
  height: .64rem;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news_ckgd {
  font-size: .16rem;
  font-weight: 400;
  color: #444444;
  position: relative;
}

.news_ckgd::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -3px;
  width: 0;
  height: 1px;
  background-color: #009E9A;
  transition: all .3s;
}

.news_ckgd:hover::before {
  left: 0;
  width: 100%;
}

.news_ckgd .fa {
  margin-left: .1rem;
  color: #009E9A;
  font-size: .21rem;
}

.news_area {
  box-sizing: border-box;
  padding: .35rem 0;
}

.news {
  margin-top: 1rem;
}

@media only screen and (max-width: 500px) {
  .news_list li {
    width: calc(50% - .4rem);
  }

  .news_area {
    padding: 10px 0 0;
  }

  .news_name {
    margin: 10px 0;
  }
}











/* ==========================================================================
   新闻详情frame
   ========================================================================== */
.nd_left {
  width: calc(100% - 4.2rem);
  float: left;
}

.nd_right {
  float: right;
  width: 3.8rem;
  box-sizing: border-box;
  border: 1px solid #D5D5E0;
}

.nd_title {
  border-bottom: 1px solid #D5D5E0;
  box-sizing: border-box;
  padding-bottom: .39rem;
}

.news_title {
  font-size: .3rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
  text-align: center;
}

.nd_intro {
  text-align: center;
  font-size: .16rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #777777;
  margin-top: .24rem;
}

.nd_share {
  color: #777777;
}

.nd_share .fa {
  color: #009E9A;
  margin-left: .1rem;
}

.nd_date {
  margin-left: .15rem;
  margin-right: .25rem;
}

.nd_main {
  font-size: .16rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: .32rem;
  padding: .6rem .8rem;
  box-sizing: border-box;
}

.nd_main img {
  margin: .5rem 0;
}



.nd_toolbar {
  margin-top: .4rem;
  border-top: 1px solid #D5D5E0;
  padding: .6rem .8rem .4rem;
}

.tool_item {
  border: 1px solid #D5D5E0;
  height: .85rem;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  box-sizing: border-box;
}

.pn_box {
  padding: 0 .2rem;
  width: calc(50% - 1.05rem);
  margin-right: .14rem;
}

.back_box {
  width: 1.82rem;
  align-items: center;
}

.prev_next {
  font-size: .18rem;
  font-weight: 600;
  color: #303034;
}

.news_link {
  display: block;
  font-size: .14rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #777777;
  margin-top: .1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.back_btn {
  font-size: .18rem;
  font-weight: 500;
  color: #009E9A;
}

.back_btn .fa {
  margin-right: .15rem;
}

.nd_right {
  padding: .46rem .54rem;
  box-sizing: border-box;
}

.zxdt_list {
  margin-top: .27rem;
}

.zxdt_list li {
  margin-bottom: .2rem;
}

.zxdt {
  height: .7rem;
  background-color: #009E9A;
  justify-content: center;
  align-items: center;
  font-size: .22rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
}

.zxdt_date {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #009E9A;
  margin-bottom: .15rem;
}

.zxdt_date .fa {
  font-size: 14px;
}

.zxdt_bg {
  display: inline-block;
  background: #EFF2F5;
  border-radius: 4px;
  padding: 3px 10px;
  position: relative;
  box-sizing: border-box;
  margin-left: .15rem;
}

.zxdt_bg::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #EFF2F5;
  border-top: 5px solid transparent;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: -5px;
}

.zxdt_title {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  height: 40px;
  color: #555555;
  line-height: 20px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.zxdt_title:hover {
  color: #009E9A;
}

@media only screen and (max-width: 920px) {
  .nd_right {
    display: none;
  }

  .nd_left {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {

  .nd_toolbar,
  .nd_main {
    padding: 20px 30px;
  }
}

@media only screen and (max-width: 500px) {

  .nd_toolbar,
  .nd_main {
    padding: 20px 0;
  }

  .nd_toolbar {
    margin-top: 0;
  }
}











/* ==========================================================================
   产品中心frame
   ========================================================================== */
.pro {
  margin-top: 1rem;
}

.pro_list {
  margin-left: -.35rem;
}

.pro_list li {
  margin-left: .35rem;
  width: calc(25% - .35rem);
  margin-bottom: .6rem;
}

.pro_box {
  height: 100%;
  box-sizing: border-box;
  background-color: #fff;
  padding: .3rem;
  border: 1px solid #DADAE4;
  box-shadow: 0px 5px 20px 0px rgba(14, 39, 80, 0.14);
  border-radius: .15rem;
}

.pro_frame {
  border-top: 1px solid rgba(0, 158, 154, 0.2);
  padding: .3rem 0 0;
}

.pro_name {
  font-size: .24rem;
  font-weight: 500;
  color: #009E9A;
  text-align: center;
  margin-bottom: .08rem;
}

.pro_intro {
  font-size: .18rem;
  line-height: 1.5;
  color: #555555;
  text-align: center;
  font-weight: 400;
}

@media only screen and (max-width: 500px) {
  .pro_list li {
    width: calc(50% - .35rem);
    margin-bottom: .35rem;
  }
}











/* ==========================================================================
   科技创新frame
   ========================================================================== */
.team {
  margin: 1rem 0 2rem;
}

.team_list {
  margin-left: -.4rem;
}

.team_list li {
  width: calc(25% - .4rem);
  margin-left: .4rem;
}

.team_box .pic {
  border-radius: 50%;
  max-width: 2.2rem;
  margin: 0 auto;
}

.science_title {
  font-size: .24rem;
  font-weight: 400;
  color: #009E9A;
  text-align: center;
  margin: .4rem 0 .27rem;
}

.science_title span {
  margin-left: .15rem;
}

.science_intro {
  font-size: .16rem;
  font-weight: 400;
  color: #555555;
  line-height: .3rem;
  text-align: center;
  height: 1.2rem;
}

.science_ckxq {
  width: 1.54rem;
  height: .4rem;
  border-radius: .2rem;
  border: 1px solid #009E9A;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  margin: .4rem auto 0;
}

.science_ckxq {
  font-size: .16rem;
  font-weight: 400;
  color: #009E9A;
  position: relative;
  transition: all .3s;
}

.science_ckxq:before {
  content: '';
  display: block;
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 50%, rgba(0, 158, 154) 50%);
  background-size: 210% 100%;
  background-position: right bottom;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border-radius: 50px;
  transition: all 1s;
  -webkit-transition: all 1s;
  z-index: -1;
}

.science_ckxq:hover {
  color: #fff;
}

.science_ckxq:hover:before {
  background-position: left bottom;
}

@media only screen and (max-width: 768px) {
  .team_list li {
    width: calc(50% - .4rem);
    margin-bottom: .4rem;
  }
}

@media only screen and (max-width: 500px) {
  .team {
    margin: 1rem 0 .1rem;
  }
}










/* ==========================================================================
   人才招聘frame
   ========================================================================== */
.job {
  margin-top: 1.2rem;
}

.job_top {
  margin-left: -.6rem;
  margin-bottom: .6rem;
}

.job_box {
  width: calc(50% - .6rem);
  margin-left: .6rem;
}

.job_cover {
  position: absolute;
  left: .6rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.job_title {
  font-size: .36rem;
  font-weight: 500;
  color: #FFFFFF;
}

.job_slogan {
  font-size: .24rem;
  font-weight: 400;
  color: #FFFFFF;
  margin-top: .35rem;
}

.caree_box {
  justify-content: space-between;
  align-items: center;
  height: .68rem;
  line-height: .68rem;
  cursor: pointer;
  margin-top: .2rem;
  padding: 0 .45rem;
  background: #FFFFFF;
  border: 1px solid #DEDEDE;
  box-sizing: border-box;
}

.job_name {
  font-size: .18rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #555555;
}

.caree_box em {
  width: .4rem;
  height: .4rem;
  background: url(/cn/images/plus.png) center no-repeat;
  cursor: pointer;
}

.caree_box.on {
  background: #009E9A;
}

.caree_box.on .job_name {
  color: #fff;
}

.caree_box.on em {
  background: url(/cn/images/minus.png) center no-repeat;
}

.careerMenu .nwms {
  padding: .35rem .45rem;
  border: 1px solid #e8e8e8;
  border-top: 0;
  position: relative;
  display: none;
}

.careerMenu .nwms .warp {
  margin-right: 2.2rem;
}

.careerMenu .nwms .warp p {
  font-size: .14rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #555555;
  line-height: .22rem;
}

.btn_ljyp {
  width: 1.53rem;
  height: .45rem;
  background: #009E9A;
  color: #fff;
  font-size: .17rem;
  position: absolute;
  bottom: .26rem;
  right: .64rem;
  align-items: center;
  justify-content: center
}

.btn_ljyp:hover {
  color: #fff;
}

.clipboard_img {
  margin-left: .15rem;
}

.demand {
  font-size: .16rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #555555;
  margin-bottom: .19rem;
}

.careerMenu {
  margin-bottom: 1rem;
}

@media only screen and (max-width: 768px) {
  .btn_ljyp {
    position: static;
    margin-top: 20px;
  }

  .btn_ljyp .clipboard_img {
    max-width: 15%;
  }

  .caree_box.on em,
  .caree_box em {
    background-size: 80%;
  }
}

@media only screen and (max-width: 500px) {
  .job_top {
    margin-left: -10px;
    margin-bottom: 10px;
  }

  .job_box {
    width: calc(50% - 10px);
    margin-left: 10px;
  }

  .job_title {
    font-size: 16px;
  }

  .job {
    margin-top: .6rem;
  }

  .careerMenu {
    margin-bottom: 0;
  }
}









/* ==========================================================================
   联系我们frame
   ========================================================================== */
.contact {
  margin-top: 1rem;
  padding: 0 .8rem;
}

.company {
  font-size: .2rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #505050;
  margin-bottom: .25rem;
}

.contact_box p {
  font-size: .16rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #888888;
  line-height: .36rem;
}

.contact_img {
  align-self: flex-start;
  margin-left: 2.5rem;
  width: 4.5rem;
}

.contact_main {
  margin: 1.2rem 0 .8rem;
}

.contact_tips {
  font-size: .2rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #505050;
  margin-bottom: .25rem;
}

.input_list {
  margin-left: -0.8rem;
}

.input_list li {
  margin-left: .8rem;
  width: calc(33.33% - .8rem);
}

.contact_main .layui-form-label {
  text-align: left;
  padding: 9px 0;
  float: none;
}

.contact_main .layui-input-block {
  margin-left: 0;
}

.contact_main .layui-input {
  border: none;
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0;
}

.contact_main .layui-form-radio>i:hover,
.contact_main .layui-form-radioed>i {
  color: #009E9A;
}

.radio_box {
  margin: .3rem 0 .5rem;
}

.radio_box .layui-input-block {
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.textarea_box .layui-textarea {
  min-height: 1.8rem;
}

.send_box {
  margin-top: .6rem;
}

.send_box .layui-btn {
  padding: 0 .5rem;
  background-color: #009E9A;
}

@media only screen and (max-width: 920px) {
  .contact_img {
    margin-left: 1.5rem;
  }
}

@media only screen and (max-width: 768px) {
  .contact_img {
    margin-left: 1rem;
  }

  .input_list {
    margin-left: -0.4rem;
  }

  .input_list li {
    margin-left: .4rem;
    width: calc(50% - .4rem);
  }

  .contact {
    padding: 0;
  }
}

@media only screen and (max-width: 500px) {
  .contact_img {
    margin-left: 0;
    margin-top: 10px;
  }

  .contact {
    margin-top: 30px;
  }

  .contact_main {
    margin: 30px 0 20px;
  }

  .radio_box {
    margin: 0;
  }

  .company {
    font-size: 14px;
  }

  .contact_box p {
    font-size: 12px;
  }

  .contact_main {
    font-size: .24rem;
  }

  .contact_main .layui-input {
    height: 30px;
  }
}








/* ==========================================================================
   产品详情frame
   ========================================================================== */
.pd_main {
  margin-top: .85rem;
  justify-content: space-between;
}

.pd_left {
  width: 4.23rem;
  padding: .5rem;
  box-sizing: border-box;
  border: 1px solid #DEDEDE;
  border-radius: .08rem;
}

.pd_right {
  width: calc(100% - 4.86rem);
  padding-top: .37rem;
}

.pd_name {
  position: relative;
  font-size: .24rem;
  font-weight: 500;
  color: #333333;
}

.pd_name::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.19rem;
  width: .56rem;
  height: .04rem;
  background-color: #009E9A;
}

.pd_info {
  font-size: .18rem;
  line-height: 2;
  font-weight: 500;
  color: #555555;
  margin: .62rem 0;
}

.pd_warn {
  font-size: .18rem;
  font-weight: 500;
  color: #009E9A;
}

.pdType_list {
  margin: .77rem 0 .57rem;
}

.pdType_list li {
  margin-right: .22rem;
}

.pd_item {
  font-size: .18rem;
  font-weight: 400;
  color: #555555;
  box-sizing: border-box;
  padding: .11rem .16rem;
  background: #EDEDED;
  border-radius: .04rem;
  transition: all .3s;
  cursor: pointer;
}

.pd_on {
  background: #009E9A;
  color: #fff;
}

.msg_box {
  font-size: .18rem;
  font-weight: 500;
  color: #555555;
  line-height: .36rem;
}

.pd_xgcp {
  margin: 1rem 0 .45rem;
  font-size: .3rem;
  font-weight: 500;
  color: #333333;
  padding-left: .16rem;
  border-left: 6px solid #009E9A;
}

@media only screen and (max-width: 768px) {
  .pdType_list li {
    margin-bottom: .22rem;
  }
}

@media only screen and (max-width: 500px) {

  .pd_left,
  .pd_right {
    width: 100%;
  }

  .pd_left {
    margin: 0 50px;
  }

  .pd_main {
    margin-top: 20px;
  }
}





/* 分享 */
.social-share {
  width: 168px;
}

.nd_share {
  position: relative;
  padding: 0 .05rem;
}

.nd_date {
  margin-right: .2rem;
}

.share_drop {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #fff;
  padding: .1rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 999;
  border-radius: 8px;
}

@media only screen and (max-width: 500px) {
  .share_drop {
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}<!--0.00023198127746582-->