body {
  font: 12px pxPingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif;  
  line-height: 2;
}

.phone {
  display: none;
}

.ellipsis{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

.container {
  max-width: 1050px;
  width: 92%;
  margin: 0 auto;
}
.container1 {
  max-width: 1836px;
  width: 98%;
  margin: 0 auto;
}
.container2 {
  max-width: 1530px;
  width: 92%;
  margin: 0 auto;
}
.l{float:left;}
.r{float:right;}
.image{font-size: 0;line-height: 0;}
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.main {
  flex: 1;
}

.footer,
.header {
  flex: 0;
}

a:hover {
  text-decoration: none;
  color: #240f6c;
  transition: color 0.4s;
  -moz-transition: color 0.4s;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
}

@-webkit-keyframes fromBottomFade {
  from {
    -webkit-transform: translateY(20%);
    opacity: 0;
  }
}

@keyframes fromBottomFade {
  from {
    transform: translateY(20%);
    opacity: 0;
  }
}



.image{font-size: 0;line-height: 0;}
.image img{max-width: 100%;}
/* 导航 */
.pc-nav {  width: 100%; transition: 0.6s;border-top:8px solid #14830a}
.pc-nav.current{ background: #fff;}

.pc-nav .logo-box{width: 100%;overflow: hidden;background: url(../images/header_bg.png) repeat center center;}
.pc-nav .logo-box{ display: flex;  align-items: center;  justify-content: space-between; transition: 0.6s;}
.pc-nav .logo-box .logo {align-items: center;font-size: 0;}
.pc-nav .logo-box .logo img {  max-width: 100%;max-height: 100%; }
.pc-nav.current .logo-box .logo img {  max-width: 100%;max-height: 100%;filter: brightness(1) ;}
.pc-nav .nav{width: 100%;height:35px;background:url(../images/2.jpg) repeat-x center center;}
.pc-nav .nav .menu{}
.pc-nav .nav .menu {display: flex; align-content: center;justify-content: space-between;}
.pc-nav .nav .menu li { display: flex; align-items: center; justify-content: center;  position: relative;float: left;}
.pc-nav .nav .menu li a {font-size: 15px; color:#ffffff;opacity: 1; white-space: nowrap;height: 35px;line-height: 35px;position: relative;}
.pc-nav .nav .menu li .nv::after{content:"";position: absolute;left: calc(50% - 15px);top: 30px;width: 0px;height:2px;background: #ffffff;border-radius: 3px; transition: 0.6s;}


.pc-nav .nav .menu .menu-son {  display: none;  position: absolute;border-radius: 3px;overflow: hidden;  top: 100%;  left: calc(50% - 80px);   z-index: 100;  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);  width: 160px;  font-size: 14px;  background: #fff;  animation: fromBottomFade 0.6s ease both;  -webkit-animation: fromBottomFade 0.6s ease both;}
.pc-nav .nav .menu .menu-son a {  overflow: hidden;  color: #222;  display: block;  font-size: 14px; text-align: center;  border-bottom: 1px solid #ebebeb;  text-align: center;}

.pc-nav .nav .menu li.cur a.nv{color:#ffffff;}
.pc-nav .nav .menu li.cur a::after{width: 30px;}
.pc-nav .nav .menu li a:hover{color:#ffffff;}
.pc-nav .nav .menu li:hover a.nv::after{ width: 30px;}
.pc-nav .nav .menu li:hover .menu-son {  display: block;}
.pc-nav .nav .menu li .menu-son a:hover{background:#14830a;}

.sidenav{width: 100%;}
.sidenav ul li{float: left;margin-right: 25px;line-height: 40px;}
.sidenav ul li.cur a{color:#14830a;}
.orientation {  margin-top: 30px;  line-height: 30px;}


.tit{position: relative;width: 100%;text-align: center;height: 33px;border-right: 1px solid #e0e0e0;}
.tit p{font-size: calc(0.2vw + 12px);line-height: 33px;float: left;color: #ffffff;text-indent: 40px;}
.tit a{font-size: 14px;line-height: 33px;float: right;margin-right: 20px;}

.iBanner{width: 100%;overflow: hidden;}
.iBanner img{max-width: 100%;}
.iBanner .r{position:relative;}
.iBanner .index-banner{position:absolute;width:300px;height:129px;top:85px;left:50px;overflow:hidden;}


.iPart1{width: 100%;overflow: hidden;margin: 20px auto;}
.iPart1 .container{width: 1050px;margin: auto;display: flex;justify-content: space-between;flex-wrap: wrap;}
.iPart1 .l{width: 24%;float: left;}
.iPart1 .l .content{width: calc(100% - 12px);overflow: hidden;height: 129px;padding: 5px;border: 1px solid #e0e0e0;font-size: 12px;margin-bottom: 10px;}
.iPart1 .c{width: calc(38% - 10px);float: left;margin-left:10px;}
.iPart1 .c .content{width: calc(100% - 22px);overflow: hidden;height: 235px;padding: 10px;border: 1px solid #e0e0e0;font-size: 12px;}
.iPart1 .r{width: calc(38% - 10px);float: left;margin-left:10px;}
.iPart1 .r .content{width: calc(100% - 22px);overflow: hidden;height: 235px;padding: 10px;border: 1px solid #e0e0e0;font-size: 12px;}
.iPart1 .r .content .item{width: 100%;overflow: hidden;margin-bottom: 10px;padding: 5px 0px;border-bottom: 1px dashed #3b3b3b;position: relative;}
.iPart1 .r .content .item::after{content:"";position: absolute;left: 0px;bottom: 5px;width:11px;height: 11px;background: linear-gradient(90deg,#f0a262 0%,#f4630e 100%);border-radius: 3px;transition: 0.3s;}
.iPart1 .r .content .item p{font-size: 12px;line-height: 1.2;}
.iPart1 .r .content .item p.title{font-size: 12px;line-height: 1.2;width: 70%;float: left;text-indent: 20px;}
.iPart1 .r .content .item p.time{float: right;width: 26%;text-align: right;}

.iAd .image{width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.iExpert{margin-top: 12px;}
.iExpert .marqueeleft{overflow:hidden;width: 1035px;max-width: 1035px;margin: auto;}
.iExpert .marqueeleft ul{float:left;}
.iExpert .marqueeleft ul li{float:left;margin-right: 10px; margin-right: 10px;}
.iExpert .marqueeleft ul li .image{border: 1px solid #e5e5e5;}
.iExpert .marqueeleft ul li .p{height: 30px;line-height: 30px;text-align: center;font-size: 12px;}



.iHealth{width: 100%;overflow: hidden;margin: 20px auto;}
.iHealth .container{width: 1050px;margin: auto;display: flex;justify-content: space-between;flex-wrap: wrap;}
.iHealth .l{width:62%;float: left;}
.iHealth .l .tit{height: 40px;}
.iHealth .l .catenav{width: 100%;overflow: hidden;height: 40px;line-height: 40px;font-size: 12px;}
.iHealth .l .catenav ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.iHealth .l .catenav ul li{float: left;width: 25%;text-align: center;height:40px;}
.iHealth .l .catenav ul li a{float:none;margin-right:0;padding-top: 8px;  display: block;}
.iHealth .l .catenav ul li.active{background: url(../images/dj.gif) no-repeat center bottom;}
.iHealth .l .catenav ul li.active a {color: #ffffff;}
.iHealth .l .content{width: calc(100% - 22px);overflow: hidden;height: 235px;padding: 10px;border: 1px solid #e0e0e0;font-size: 12px;margin-bottom: 10px;}
.iHealth .l .content .item{width: 100%;overflow: hidden;position: relative;display: none;padding: 20px 0px;}
.iHealth .l .content .item.active{display: block;}
.iHealth .l .content .item .item_l{width:50%;float: left;}
.iHealth .l .content .item .item_l ul{}
.iHealth .l .content .item .item_l ul li{display: none;border: 2px solid #e0e0e0;padding: 20px;width: calc(100% - 40px);}
.iHealth .l .content .item .item_l ul li .info{ height:150px;line-height:25px;font-size: 12px;overflow: hidden;}
.iHealth .l .content .item .item_l ul li:first-child{display: block;}
.iHealth .l .content .item .item_r{width: 35%;float: right;position: relative;height: 194px;}
.iHealth .l .content .item .item_r::after{content:"";position: absolute;left: -20%;top: 0px;width: 1px;height: 100%;border-left: 1px dashed #f4630e;}
.iHealth .l .content .item .item_r ul li p{font-size: 12px;line-height: 2;}
.iHealth .l .content .item .item_r ul li.active .title{color: #f4630e;}
.iHealth .r{width: calc(38% - 10px);float: left;margin-left:10px;}
.iHealth .r .content{width: calc(100% - 22px);overflow: hidden;height: 235px;padding: 10px;border: 1px solid #e0e0e0;font-size: 12px;}
.iHealth .r .content .item{width: 100%;overflow: hidden;padding: 5px 0px;position: relative;}
.iHealth .r .content .item p{font-size: 12px;line-height: 2;}
.iHealth .r .content .item p.title{font-size: 12px;line-height: 2;width: 100%;float: left;}

.iContent{width: 100%;overflow: hidden;margin: 20px auto;}
.iContent .container{width: 1050px;margin: auto;background: #f6f6f6;}
.iContent .container .icontent_con{padding: 6px 10px; width: calc(100% - 20px);border: 1px solid #e0e0e0; display: flex;justify-content: space-between;flex-wrap: wrap;align-items: center;}
.iContent .container .icontent_con ul{width:65%;overflow: hidden;display: flex;justify-content: space-between; align-items: center;}
.iContent .container ul li{float: left;}

.inset {width: 100%;  overflow: hidden;margin-top: 20px;}
.inset .inset_l{width: 24%;float: left;}
.inset .inset_l .content{width: calc(100% - 12px);overflow: hidden;height: 120px;padding: 5px;border: 1px solid #e0e0e0;font-size: 12px;margin-bottom: 10px;}
.inset .inset_l .image{margin-bottom: 10px;}

.inset .inset_r{width: calc(76% - 25px);float:right;border: 1px solid #e0e0e0;}
.inset_r_con{width: calc(100% - 30px);overflow: hidden;padding:15px;min-height: 445px;}
.inset_r_con td{
    /*border:1px solid #dcdcdc;*/
}
.inset_r_con .showtitle{text-align:center;font-size:15px;margin-bottom:10px;font-weight:bold;}
.inset_r_con .showimage{
    display: flex;align-items: center;justify-content: center;
}
.inset_r_con .editor img{max-width:100%;}
.inset_r_con .showimage img{max-width:100%;}
.inset_r_con .showtime{text-align:center;margin-bottom:10px;padding-bottom:10px; border-bottom:1px solid #999999;}

.productlist{}
.productlist .detail {  display: flex;  flex-wrap: wrap;}
.productlist .detail li {  flex: 0 1 calc(97% / 4);  overflow: hidden;  margin-right: 1%;margin-bottom: 25px;}
.productlist .detail li:nth-child(4n) {  margin-right: 0;}
.productlist .detail li a{width:calc(100% - 0px);margin: auto;display: block;}
.productlist .detail li .image{ overflow: hidden;display: flex;align-items: center;height: 190px; justify-content: center;/*background: #f8f8f8;*/ }
.productlist .detail li .image img{max-width: 100%;max-height: 100%;}
.productlist .detail li img{transition: 0.6s;}
.productlist .detail li img:hover{transform: scale(1.1,1.1);}
.productlist .detail li .title { font-size: 18px;line-height: 25px;height: 50px; color: #000;text-align: center;  margin: 20px 0 0;position: relative;}
.productlist .detail li .summary{font-size: 14px;color:#666;}


.rdcenterpage{}
.rdcenterpage li{width: calc(100% - 80px);padding: 40px;background-color: #f1f3f7;border-radius: 15px;margin-bottom: 20px;}
.rdcenterpage li .details{width: calc(50% - 60px);padding: 0px 30px;color: #000000;}
.rdcenterpage li .details .title{font-size: calc(16px + 0.7vw);margin-bottom: 12px;}
.rdcenterpage li .details .span{float: left;color: #14830a;}
.rdcenterpage li .details .button{margin-top: calc(10px + 0.5vw);}
.rdcenterpage li .details a.more{height: 50px;border-radius: 25px;transition: 0.3s; line-height: 50px; width: 145px;display: block;background: #14830a;color: #ffffff;margin-right: 10px;text-align: center;float: left;}
.rdcenterpage li .details a.more:hover{background:#909bb2 ;transition: 0.3s;}
.rdcenterpage li .details a.pdf{height: 50px;line-height: 50px;width: 145px; border-radius: 25px;display: block;background: #909bb2;color: #ffffff;text-align: center;float: left;}
.rdcenterpage li .details a.pdf:hover{background:#14830a;transition: 0.3s;}
.rdcenterpage li .image{width:50%;display: flex;align-items: center;justify-content: center;overflow: hidden;}
.rdcenterpage li .image a{overflow: hidden;}
.rdcenterpage li .image img{transition: 0.6s;}
.rdcenterpage li .image img:hover{transform: scale(1.2,1.2);}
.rdcenterpage li:nth-child(odd){display: flex;align-items: center;justify-content: space-between;flex-direction:row-reverse;}
.rdcenterpage li:nth-child(even){display: flex;align-items: center;justify-content: space-between;flex-direction:row;}


.picture{ /*display: flex; */}
.picture .detail {  display: flex;  flex-wrap: wrap;}
.picture .detail li {  flex: 0 1 calc(97% / 4);  overflow: hidden;  margin-right: 1%;}
.picture .detail li:nth-child(4n) {  margin-right: 0;}
.picture .detail li a{margin: auto;display: block;}
.picture .detail li .image{ overflow: hidden;border-radius: 5px; display: flex;align-items: center;justify-content: center;/*background: #f8f8f8;*/ }
.picture .detail li .image img{max-width: 100%;max-height: 100%;}
.picture .detail li img{transition: 0.6s;}
.picture .detail li img:hover{transform: scale(1.1,1.1);}
.picture .detail li .title { font-size: 18px;line-height: 50px; color: #000;text-align: center;  position: relative;}
.picture .detail li .summary{font-size: 14px;color:#666;}

.picture1{ display: flex; }
.picture1 .detail {  display: flex;  flex-wrap: wrap;}
.picture1 .detail li {  flex: 0 1 calc(91% / 7);  border-radius: 3px;  overflow: hidden;  margin-right: 1.5%;margin-bottom: 25px;}
.picture1 .detail li:nth-child(7n) {  margin-right: 0;}
.picture1 .detail li .image{ overflow: hidden;border-radius: 10px; display: flex;align-items: center;justify-content: center;}
.picture1 .detail li .image img{max-width: 100%;max-height: 100%;transition: 0.6s;}
.picture1 .detail li .image img:hover{transform: scale(1.1,1.1);}
.picture1 .detail li .title {  text-align: center;font-size: 16px;line-height: 25px;height: 50px; color: #000;  margin: 20px 0 0;position: relative;}



/* .picture .detail li p::after{position: absolute;content:"";width: 30px;height: 8px;border-radius: 4px; background: #000000;left: calc(50% - 15px);bottom: 0;} */
.picture .detail li:hover img {  transform: scale(1.1, 1.1);}
.picture .detail li:hover p{color:#2458a4;}
.picture .detail li:hover p::after{background: #2458a4;}



.hydt{display: flex; }
.hydt .details li {margin-bottom: 25px;width:32%;overflow:hidden;background:#f9f9f9;border-radius:5px;float:left;margin-right:2%;}
.hydt .details li a {width:90%;padding:20px 5%;display:block;  font-size: 16px;  overflow: hidden;}
.hydt .details li a .image{width:100%; font-size: 0;font-weight: 0;overflow: hidden;display: flex;height:206px;}
.hydt .details li a .image img{width:100%;transition: 0.6s;border-radius: 5px;overflow: hidden;}
.hydt .details li a .title {width: 100%; font-size: 18px;color: #333333;line-height:30px;height:60px; margin:10px auto;overflow:hidden; text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;}
.hydt .details li a .des{margin-bottom: 5px; color:#808080;font-size: 14px;line-height: 25px;height:50px;overflow:hidden; text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;}
.hydt .details li a .date { font-size: 12px;line-height: 2;color: #b3b3b3;}
.hydt .details li:hover{background:#1f72ec;transition:0.3s;}
.hydt .details li:hover a *{color:#ffffff;}
.hydt .details li:nth-child(3n){margin-right:0;}

.article{padding: calc(20px + 2vw) 0px;}
.article .falcimg{width: 30%;float: right;}
.article .falcimg img{width: 100%;}
.article .details{width: 65%;float: left;}
.article .details li{width: 100%;padding:25px 0px; padding-left: 30px; overflow: hidden;position: relative;}

.article .details li::before{position: absolute;content:"";width: 16px;height:16px;border-radius: 10px;background: #ffffff; border:2px solid #d1d1d1;left: 0px;top: 40px;}
.article .details li::after{position: absolute;content:"";width: 1px;height: 100%;left: 10px;top: 0; border-left: 1px dashed #e1e1e1;}
.article .details li a{width:100%;display:block;  overflow: hidden;}
.article .details li a .title {width: 200px;float: left; font-size: calc(18px + 1.2vw);color: #006d6d;line-height:1.4;overflow:hidden;font-weight: bold; }
.article .details li a .title .year{font-size: calc(14px + 0.6vw);line-height: 2;color: #b3b3b3;font-weight: bold;}
.article .details li a .des{width: calc(100% - 220px);padding-top:20px; font-size: 18px; float: left; margin-bottom: 5px; color:#808080;line-height: 30px;overflow:hidden; }



.articlepage .details{width: 100%;overflow: hidden;}
.articlepage .details li {position:relative;width: 24%;float: left;overflow: hidden;margin-right: 1.33%;}
.articlepage .details li:nth-child(4n){margin-right: 0px;}
.articlepage .details li a {width: 100%;display:flex;align-items: center;justify-content: space-between; overflow: hidden;flex-wrap: wrap;}
.articlepage .details li a .image{overflow: hidden;width: 100%;height: 128px;font-size: 0;line-height: 0;display:flex;align-items:center;justify-content:center;}
.articlepage .details li a .image img{max-width: 100%;max-height: 100%;transition: 0.6s;}
.articlepage .details li a .detail{width: 100%;}
.articlepage .details li a .title {width: 100%;color: #333333;text-align: center; line-height: 35px; transition: 0.3s;}

.articlepage .details li a .icon{display: flex;align-items: center;justify-content: space-between;font-size: calc(0.2vw + 12px);color: #666666;transition: 0.3s;margin-bottom: 10px;}
.articlepage .details li a .catename{font-size: calc(0.2vw + 12px);color: #14830a;line-height: 2;padding:0px 8px; transition: 0.3s;background: #d9efef;}
.articlepage .details li a .date { font-size:  calc(0.2vw + 12px);line-height: 2;color: #b3b3b3;transition: 0.3s;}

.articlepage .details li a:hover .image img{transform: scale(1.1,1.1);}
.articlepage .details li a:hover .title {  color: #14830a;}
.articlepage .details li a:hover .des{  color: #14830a;}
.articlepage .details li a:hover .icon{  color: #e4600d;}

.xwlb{ }
.xwlb .details li {border-bottom: 1px dashed #14830a; }
.xwlb .details li a {  display: flex;justify-content: space-between; align-items: center;  overflow: hidden;}
.xwlb .details li a .title {width: 100%;color: #333333;line-height: 35px;}
.xwlb .details li a .date { line-height: 35px;white-space: nowrap;flex: 0 0 120px;text-align: right;}
.xwlb .details li a:hover .title {color: #14830a;}

.articleshow{margin: auto;}
.articleshow img{max-width: 100%;}
.articleshow .title{font-size: 26px; line-height: 40px;margin-bottom:25px ;color: #000;}
.articleshow .date{width: 100%;overflow: hidden;font-size: 16px; color:#bbbbbb;}
.articleshow .date p{float: left;margin-right: 14px;}
.articleshow .image{display: flex;justify-content: center;}
.article_show1{display: flex;justify-content: space-between;}
.article_show1 .image{margin-right: 40px;}
.article_show1 .editor{width: calc(100% - 200px);}

.productshow{}
.productshow .productshow-title{font-size: calc(1vw + 20px) ;line-height:2;color: #000000;}
.productshow .productshow-title .span{float: left;color: #14830a;}
.productshow .productshow-des{margin-bottom: 40px;}

.contact_li{width: 100%;overflow: hidden;display: flex;justify-content: space-between;align-items: center;}
.contact_li li{display: flex;justify-content: center;align-items: center;}
.contact_li li .pic{margin-right: 30px;}
.contact_li li .tt{font-size: 22px;line-height: 1;margin-bottom: 12px;}
.contact_li li .con{font-size: 16px;font-weight: lighter;line-height: 1;}
.contact_li li:nth-child(3n+2){width: 32%; border-left: 1px solid #e9e9e9;border-right: 1px solid #e9e9e9;}



#allmap{width: 100%;height: 600px;}


.product_show .iMessage{ width: 100%;height: 100%;background: #f8f8f8;position: relative;}
.product_show .iMessage::after{content: ""; position: absolute;left: 0;top:0;width: 8px;height: 100%;background: #14830a;}
.product_show .iMessage .cnname{width: calc(100% - 60px);padding:30px 30px 0px;font-size: 24px;color:#000000;}
.product_show .iMessage ul{padding: 30px;width: calc(100% - 60px);display: flex;justify-content: space-between;flex-wrap: wrap;}
.product_show .iMessage ul li{width:100%;overflow:hidden;margin-bottom:20px;background: #ffffff;border-radius: 5px;width: calc(100% - 40px);padding: 0px 20px;}
.product_show .iMessage ul li.text{width: calc(49% - 40px);padding: 0px 20px;}
.product_show .iMessage ul li .select{margin-top: 17px;}
.product_show .iMessage ul li.text span{color:#666666;line-height:60px;}
.product_show .iMessage ul li p{width: 138px;height:60px;line-height:60px;font-size:16px;float: left;}
.product_show .iMessage ul li input{text-indent:10px; float:left;height:60px;line-height:60px;border:none;outline: none; border-radius:2px;}
.product_show .iMessage ul li textarea{width:calc(100% - 40px);padding: 0px 10px; text-indent:10px; float:left;height:180px;line-height:60px;border:1px solid #e6e6e6;border:none;outline: none;border-radius:2px;}
.product_show .iMessage ul li.address input{width: 50%;}
.product_show .iMessage ul li.name input{width: 50%;}
.product_show .iMessage .messagesubmit{width: 250px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: none;
  background: #14830a;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
    transition: 0.3s;
}
.product_show .upload{width:100%;}
.product_show .upload .tt{color:#14830a;margin-top: 15px;}
.product_show .addfile{position: relative;display: flex;align-items: center;margin: 10px 0 20px;width:100%;overflow:hidden;}
.product_show .addfile img{margin-right:40px;}
.product_show .addfile input{width: 156px;height: 44px;position: absolute;left: 0;top:0;z-index: 0;opacity: 0;}
.product_show .iMessage .messagesubmit:hover{background:#34855b;}





/* 底部 */
.footer { position: relative;overflow: hidden;width:100%;margin: auto;}
.footer-bottom {font-size: 12px;line-height: 1.8; color: #000000;background: url(../images/foot_09.gif) no-repeat center center;background-size: 100% 100%;padding: 15px 0px;}


#goTopBtn{position: fixed;bottom: 115px;right:4%;background: #14830a;}
#goTopBtn .image{width: 50px;height: 50px;display: flex;justify-content: center;align-items: center;}
.mypage {
  text-align: center;
  width: 100%;
  margin-top: 10px;
  overflow: hidden;
}
.mypage .pagination {
  display: flex;
  justify-content: center;
}
.mypage li {
  display: inline-block;
  color: #333333;
  background: #dfdfdf;
  border-radius: 5px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  margin:0px 3px;
}
.mypage li a , .mypage li span{
  padding: 0px 15px;
}
.mypage li.active {
  background: #b7b7b7;
  color: #ffffff;
}
.mypage .rows {
  border: none;
}