@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  border-radius: 0;
}
body {
  font-size: 13px;
  font-family: "微软雅黑";
  margin: 0px auto;
  background: #fff;
  max-width: 640px;
  height: auto;
}
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
img {
  border: none;
  vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: lighter;
  color: #000;
}
i {
  font-style: normal;
}
/* 头部*/
.top_bg {
  width: 100%;
  height: 60px;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}
.top {
  width: 92%;
  height: auto;
  margin: 0 auto;
}
.top_logo {
  float: left;
  margin-top: 19px;
}
.top_logo img {
  height: 29px;
}
.top_nav {
  position: absolute;
  right: 0;
  top: 60px;
  width: 50%;
  background-color: #fff;
  display: none;
  /*隐藏*/
  z-index: 999;
}
.top_nav ul {
  overflow: hidden;
}
.top_nav ul li {
  float: none;
  border-top: 1px dashed #ddd;
}
.top_nav ul li a {
  display: block;
  max-width: auto;
  font-size: 15px;
  color: #4c4c4c;
  line-height: 43px;
  text-align: center;
}
.top_nav ul li.active a {
  color: #1e50ae;
}
.top_nav ul li:hover a {
  color: #1e50ae;
}
.top_right {
  float: right;
}
.top_right img {
  height: 33px;
  width: auto;
  margin-top: 15px;
}
.top_nav .menus {
  /* 默认隐藏 */
  display: none;
}
.top_nav span {
  display: none;
}
.nav_sj {
  width: 50%;
  position: absolute;
  top: 61px;
  right: 0px;
  height: auto;
  background: rgba(24, 24, 24, 0.9);
  overflow: hidden;
  padding: 0px 0px;
  z-index: 99999;
  display: none;
}
.nav_sj ul {
  float: none;
  display: block;
}
.nav_sj ul li {
  float: none;
  font-size: 16px;
  padding: 0 5%;
  line-height: 50px;
  text-align: left;
  border-bottom: 1px #666 solid;
  box-sizing: border-box;
}
.nav_sj ul li span {
  float: right;
}
.nav_sj ul li span img {
  width: 15px;
}
.nav_sj ul li dd {
  height: 44px;
  line-height: 44px;
}
.nav_sj ul li a {
  color: #f1f1f1;
  text-align: left;
  height: 50px;
  line-height: 50px;
  display: inline-block;
}
.nav_sj ul li a.hover {
  color: #cccccc;
  border-bottom: 0px #666 solid;
}
.nav_sj ul li .nav1 {
  display: none;
  width: 86%;
  margin-left: 6%;
}
.nav_sj ul li .nav1 a {
  color: #999;
  height: 44px;
  line-height: 44px;
  font-size: 15px;
}
/* banner */
.swiper {
  display: none;
}
.pc_banner {
  display: none;
}
.ny_banner {
  display: none;
}
.box_swipe {
  overflow: hidden;
  position: relative;
  display: block;
}
.box_swipe ul li {
  width: 100%;
  height: auto;
}
.box_swipe ul li img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.box_swipe > ol {
  width: 100%;
  height: auto;
  position: absolute;
  text-align: center;
  bottom: 10px;
  z-index: 1;
}
.box_swipe > ol > li {
  width: 9px;
  height: 9px;
  margin-left: 3px;
  margin-right: 3px;
  cursor: pointer;
  background: #fff;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
}
.box_swipe > ol > li.on {
  background: #1264b1;
}
.sj_banner img {
  width: 100%;
  height: auto;
}
/* 标题 */
.title {
  width: 94%;
  margin: 0 auto;
  text-align: center;
}
.title h1 {
  font-size: 20px;
  color: #353535;
  font-weight: 500;
}
.title i {
  font-size: 16px;
  color: #1264b1;
}
.title p {
  font-size: 13px;
  color: #999999;
  line-height: 23px;
  margin-top: 0px;
}
/* 关于我们 */
.iAboutus1_bg {
  width: 94%;
  margin: 0 auto;
  padding-top: 25px;
  padding-bottom: 25px;
}
.iAboutus1_bg .title {
  margin-bottom: 25px;
}
.iAboutus1 ul {
  overflow: hidden;
}
.iAboutus1 ul li {
  float: left;
  width: 25%;
  text-align: center;
}
.iAboutus1 ul li h1 {
  font-size: 26px;
  padding-right: 10px;
  color: #1E50AE;
}
.iAboutus1 ul li span {
  font-size: 12px;
  color: #1264B1;
  font-weight: 550;
}
.iAboutus1 ul li b {
  font-weight: 500;
}
.iAboutus1 ul li p {
  font-size: 13px;
  color: #999999;
  margin-top: 7px;
}
/* 产品展示 */
.iProduct_bg {
  background-color: #f7f7f7;
  padding-top: 25px;
  padding-bottom: 25px;
}
.iProduct_bg .title {
  margin-bottom: 25px;
}
.iProduct1 {
  width: 94%;
  margin: 0 auto;
}
.iProduct1 ul {
  overflow: hidden;
}
.iProduct1 ul li {
  float: left;
  width: 100%;
  height: 185px;
  overflow: hidden;
  background: url(../images/pro_bg.png) no-repeat center;
  margin-bottom: 10px;
}
.iProduct1 ul li .iProduct_img {
  float: left;
}
.iProduct1 ul li .iProduct_text {
  float: left;
}
.iProduct2 {
  width: 94%;
  margin: 0 auto;
}
.iProduct2 ul {
  overflow: hidden;
}
.iProduct2 ul li {
  float: left;
  width: 100%;
  height: 185px;
  overflow: hidden;
  background: url(../images/pro_bg.png) no-repeat center;
  margin-bottom: 10px;
}
.iProduct2 ul li .iProduct_img {
  float: left;
}
.iProduct2 ul li .iProduct_text {
  float: right;
}
.iProduct_img {
  width: 50%;
}
.iProduct_img img {
  display: block;
  width: 90%;
  margin: 0 auto;
}
.iProduct_text {
  width: 50%;
  box-sizing: border-box;
  padding: 3%;
  padding-bottom: 0;
}
.iProduct_text h1 {
  font-size: 16px;
  color: #353535;
  font-weight: 500;
}
.iProduct_text i {
  font-size: 14px;
  color: #1264B1;
  display: block;
  margin-top: 2px;
  margin-bottom: 3px;
}
.iProduct_text p {
  font-size: 13px;
  color: #999999;
  line-height: 23px;
}
.more {
  margin-top: 15px;
}
.more a {
  display: block;
  width: 100px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  background-color: #2A4D8E;
  font-size: 12px;
  color: #fff;
  box-sizing: border-box;
  margin: 0 auto;
}
/* 案例 */
.iCase_bg {
  padding-top: 25px;
  padding-bottom: 25px;
}
.iCase_bg .title {
  margin-bottom: 25px;
}
.iCase {
  width: 94%;
  margin: 0 auto;
}
.iCase ul {
  overflow: hidden;
}
.iCase ul li {
  float: none;
  width: 100%;
  text-align: center;
  margin-bottom: 22px;
}
.iCase ul li img {
  width: 100%;
  height: auto;
}
.iCase ul li p {
  font-size: 14px;
  color: #666666;
  margin-top: 10px;
  margin-bottom: 14px;
}
/* 关于我们 */
.iAboutus2_bg {
  height: 577px;
  background: url(../images/iAboutus_bg.jpg) no-repeat center;
  padding-top: 116px;
  background-position-x: 83%;
  box-sizing: border-box;
  background-size: auto 100%;
}
.iAboutus2 {
  width: 94%;
  margin: 0 auto;
  text-align: left;
}
.iAboutus2 .title {
  width: 100%;
  text-align: left;
  margin-bottom: 23px;
}
.iAboutus2 .title h1 {
  color: #fff;
}
.iAboutus2 .title i {
  color: #fff;
}
.iAboutus2 p {
  color: #fff;
  font-size: 13px;
  line-height: 23px;
}
.iAboutus2 .more a {
  margin-left: 0;
  margin-right: 0;
  background-color: #fff;
  color: #1264B1;
}
/* 新闻 */
.iNews_bg {
  background-color: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
}
.iNews_bg .title {
  margin-bottom: 25px;
}
.iNews_bg .more {
  margin-top: 15px;
}
.iNews {
  width: 94%;
  margin: 0 auto;
}
.iNews ul {
  overflow: hidden;
}
.iNews ul li {
  float: none;
  width: 100%;
  margin-bottom: 23px;
}
.iNews ul li:hover h1 {
  color: #1264b1;
}
.iNews ul li h1 {
  font-size: 15px;
  color: #333;
  font-weight: 500;
  margin-bottom: 4px;
}
.iNews ul li p {
  font-size: 13px;
  color: #878787;
  line-height: 23px;
  margin-bottom: 3px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.iNews ul li span {
  display: block;
  font-size: 14px;
  color: #999;
}
/* 合作伙伴 */
.iCoop_bg {
  background-color: #f7f7f7;
  padding-top: 25px;
  padding-bottom: 25px;
}
.iCoop_bg .title {
  margin-bottom: 10px;
}
.iCoop img {
  width: 130px !important;
}
/* 关于我们 */
.aboutus1_bg {
  background-color: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
}
.aboutus1_bg .title {
  margin-bottom: 25px;
}
.aboutus1_bg .iAboutus1 {
  width: 94%;
  margin: 0 auto;
  margin-top: 25px;
}
.aboutus1 {
  width: 94%;
  margin: 0 auto;
}
.aboutus1 p {
  font-size: 13px;
  color: #666666;
  line-height: 23px;
}
.aboutus1 img {
  width: 100%;
  margin-top: 27px;
}
/* 企业文化 */
.aboutus2_bg {
  height: auto;
  background: #f7f7f7 url(../images/aboutus2_bg.jpg) no-repeat bottom;
  background-position-x: 19%;
  padding-top: 25px;
  background-size: auto 63%;
  padding-bottom: 225px;
  box-sizing: border-box;
}
.aboutus2 {
  width: 94%;
  margin: 0 auto;
}
.aboutus2 .title {
  margin-bottom: 25px;
}
.aboutus2 p {
  font-size: 13px;
  color: #666666;
  line-height: 26px;
}
/* 荣誉资质 */
.aboutus3_bg {
  height: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  box-sizing: border-box;
}
.aboutus3_bg .title {
  margin-bottom: 25px;
}
.aboutus3 img {
  width: 170px !important;
  height: auto !important;
}
/* 产品展示 */
.product_bg {
  background-color: #fff;
  padding-top: 25px;
  margin-bottom: 25px;
}
.product_bg .title {
  margin-bottom: 25px;
}
.product_bg ~ .fy {
  margin-top: 20px;
}
.product {
  width: 94%;
  margin: 0 auto;
}
.product ul {
  overflow: hidden;
}
.product ul li {
  float: left;
  width: 49%;
  overflow: hidden;
  text-align: center;
  margin-right: 2%;
  margin-bottom: 2%;
}
.product ul li:nth-child(even) {
  margin-right: 0;
}
.product ul li img {
  width: 100%;
  height: auto;
  max-height: 250px;
  object-fit: cover;
}
.product ul li h1 {
  font-size: 14px;
  color: #666;
  font-weight: 500;
  margin-top: 7px;
}
.product ul li p {
  font-size: 14px;
  color: #1E50AE;
  font-weight: 550;
  margin-top: 3px;
}
/* 产品内页 */
.pro_de {
  width: 94%;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 25px;
}
.pro_de_top {
  width: 100%;
  height: 48px;
  border-bottom: 1px solid #cccccc;
  margin-top: 10px;
  margin-bottom: 28px;
}
.pro_de_top p {
  width: 94px;
  line-height: 45px;
  text-align: center;
  border-bottom: 3px solid #1e50ae;
  font-size: 16px;
  color: #1e50ae;
}
.pro_de_left {
  float: none;
  width: 100%;
}
.pro_de_left img {
  width: 100%;
  height: 100%;
}
.pro_de_right {
  float: none;
  width: 100%;
}
.pro_de_right h1 {
  font-size: 18px;
  color: #585858;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 7px;
}
.pro_de_right h2 {
  font-size: 13px;
  color: #666;
  font-weight: 500;
  padding-top: 10px;
  border-top: 1px solid #dddddd;
  margin-top: 20px;
}
.pro_de_right p {
  font-size: 13px;
  color: #666;
  line-height: 23px;
}
.pro_de_right span {
  vertical-align: middle;
}
.pro_de_right b {
  font-size: 20px;
  color: #1e50ae;
  vertical-align: middle;
}
.pro_de_right i {
  font-size: 30px;
  color: #1e50ae;
  font-weight: 550;
  vertical-align: middle;
}
.pro_de_phone {
  display: inline-block;
  width: 132px;
  height: 36px;
  border: 1px solid #1e50ae;
  line-height: 40px;
  text-align: center;
  margin-top: 30px;
}
.pro_de_phone a {
  display: inline-block;
  font-size: 14px;
  color: #1e50ae;
}
.pro_de_order {
  display: inline-block;
  margin-left: 12px;
}
.pro_de_order a {
  display: block;
  width: 132px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background-color: #1264b1;
  font-size: 16px;
  color: #fff;
}
.fx {
  height: 31px;
  line-height: 31px;
  margin: 24px 0 15px 0;
}
.fx p {
  font-size: 13px;
  color: #666;
  vertical-align: middle;
}
.fx a {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/n_shareIcn.png) no-repeat;
  margin: 0px 1px 0 0;
  vertical-align: middle;
}
.pro_de_btn .prev {
  display: inline-block;
  font-size: 13px;
  color: #666;
  line-height: 50px;
}
.pro_de_btn .next {
  display: inline-block;
  font-size: 13px;
  color: #666;
  line-height: 23px;
}
.pro_de_xq {
  width: 100%;
  height: 55px;
  border: 1px solid #eaeaea;
  margin-top: 37px;
  margin-bottom: 20px;
}
.pro_de_xq a {
  display: inline-block;
  text-align: center;
  line-height: 50px;
  font-size: 14px;
  color: #1e50ae;
  width: 145px;
  height: 50px;
  border-top: 5px solid #1e50ae;
}
.pro_de_main {
  text-align: center;
  margin-bottom: 60px;
}
.pro_de_main img {
  max-width: 100%;
}
/* 工程案例 */
.case_bg {
  background-color: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
}
.case_bg .title {
  margin-bottom: 25px;
}
.case {
  width: 94%;
  margin: 0 auto;
}
.case ul {
  overflow: hidden;
}
.case ul li {
  float: left;
  width: 49%;
  overflow: hidden;
  text-align: center;
  margin-right: 2%;
  margin-bottom: 4%;
}
.case ul li:nth-child(even) {
  margin-right: 0;
}
.case ul li img {
  width: 100%;
  height: auto;
  max-height: 275px;
  object-fit: cover;
}
.case ul li p {
  font-size: 14px;
  color: #666;
  margin-top: 10px;
}
/* 咨询中心 */
.news_bg {
  width: 94%;
  margin: 0 auto;
  padding-top: 25px;
  padding-bottom: 25px;
}
.news_bg ul li {
  overflow: hidden;
  margin-bottom: 20px;
}
.news_bg ul li :hover .news_text h1 {
  color: #1264b1;
}
.news_bg .news_img {
  float: none;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.news_bg .news_img img {
  width: 100%;
  max-height: auto;
  object-fit: cover;
}
.news_bg .news_text {
  float: none;
  box-sizing: border-box;
}
.news_bg .news_text h1 {
  font-size: 16px;
  color: #333;
  font-weight: 500;
  margin-top: 14px;
  margin-bottom: 7px;
}
.news_bg .news_text p {
  font-size: 13px;
  color: #878787;
  line-height: 23px;
}
.news_bg .news_text span {
  display: block;
  float: right;
  font-size: 13px;
  color: #999;
  margin-top: 6px;
}
/* 联系我们 */
.contact_bg {
  background-color: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
}
.contact_bg .title {
  margin-bottom: 25px;
}
.contact {
  width: 94%;
  margin: 0 auto;
}
.contact img {
  max-width: 100%;
}
/* 新闻内页 */
.news_de {
  width: 94%;
  margin: 0 auto;
  text-align: center;
}
.news_de_title {
  padding: 30px 0 25px 0;
  border-bottom: 1px solid #f0efef;
  margin-bottom: 20px;
}
.news_de_title h1 {
  font-size: 22px !important;
  color: #333 !important;
  font-weight: 500;
}
.news_de_title p {
  font-size: 12px;
  color: #adadad;
  margin-top: 20px;
}
.news_de_main p {
  font-size: 13px;
  color: #676767;
  line-height: 23px;
  text-align: left;
}
.news_de_bottom {
  border-top: 1px dashed #f0efef;
  padding-top: 20px;
  padding-bottom: 14px;
  overflow: hidden;
  margin-top: 20px;
}
.news_de_left {
  float: none;
  text-align: left;
}
.news_de_left i {
  font-size: 13px;
  color: #666;
}
.news_de_left span {
  font-size: 13px;
  color: #666;
  display: inline-block;
  margin-left: 15px;
}
.news_de_fx {
  float: none;
  text-align: left;
  margin-top: 20px;
}
.news_de_fx span {
  font-size: 12px;
  color: #666;
  vertical-align: middle;
}
.news_de_fx a {
  width: 33px;
  height: 33px;
  display: inline-block;
  background: url('../images/vbg01.png') no-repeat;
  vertical-align: middle;
  margin-left: 5px;
}
.news_de_fx a.fx1 {
  background-position: -1302px -100px;
}
.news_de_fx a.fx2 {
  background-position: -1302px -190px;
}
.news_de_fx a.fx3 {
  background-position: -1302px -235px;
}
.news_de_fx a.fx4 {
  background-position: -1302px -730px;
}
.news_de_fx a.fx5 {
  background-position: -1302px -595px;
}
.news_de_fx a.fx6 {
  background-position: -1302px -145px;
}
/* 评论 */
.comment {
  width: 100%;
  margin: 20px auto 0;
  background-color: #fafafa;
  padding: 2%;
  box-sizing: border-box;
}
.comment_top textarea {
  width: 100%;
  display: block;
  height: 150px;
  resize: none;
  padding: 10px 5px;
  box-sizing: border-box;
  border-color: #dddddd;
  margin-bottom: 15px;
  font-size: 14px;
  color: #333;
}
.comment_top textarea::placeholder {
  font-size: 13px;
  color: #757575;
  font-weight: 500;
}
.comment_top input[type="button"] {
  float: none;
  display: block;
  width: 50%;
  height: 38px;
  text-align: center;
  background-color: #e93031;
  color: #fff;
  border: 0;
  border-radius: 22.5px;
  cursor: pointer;
  margin: 20px auto 0;
}
.comment_top input[type="text"] {
  width: 100%;
  height: 39px;
  border: 1px solid #dddddd;
  font-size: 14px;
  color: #333;
  padding: 0 10px;
  box-sizing: border-box;
  margin-top: 5px;
}
.comment_top span {
  display: block;
  font-size: 13px;
  color: #666;
}
.comment_bottom h1 {
  font-size: 13px;
  color: #666;
  font-weight: 500;
  padding: 40px 0 15px;
  border-bottom: 1px solid #e9e9e9;
}
.comment_main {
  height: 260px;
  position: relative;
  overflow-y: auto;
}
.comment_img {
  width: 160px;
  height: 125px;
  background: url(../images/defaultIcon.png) 0 -839px no-repeat;
  position: absolute;
  left: calc(50% - 80px);
  top: calc(45% - 62.5px);
  text-align: center;
  transform: scale(0.8);
}
.comment_img p {
  font-size: 16px;
  color: #999;
  margin-top: 140px;
}
/*分页*/
.fy {
  width: 100%;
  height: auto;
  margin: 0px 0 35px 0;
  font-size: 20px;
  color: #666;
  text-align: center;
  position: relative;
  z-index: 99;
}
.fy ul {
  display: inline-block;
}
.fy ul li {
  float: left;
  font-size: 12px;
  margin-left: 3px;
  margin-right: 3px;
  width: 26px;
  height: 28px;
  background: #fff;
  border: 1px solid #d6d6d6;
  text-align: center;
  line-height: 28px;
}
.fy ul li a {
  color: #333333;
  display: block;
}
.fy ul li a.prev,
.fy ul li a.next {
  font-family: '宋体';
}
.fy ul .fy1 {
  background: #dddddd;
}
.fy ul li.hover {
  background: #1264b1;
  border-color: #1264b1;
}
.fy ul li:hover {
  background: #1264b1;
  border-color: #1264b1;
}
.fy ul li:hover a {
  color: #fff;
}
.fy ul li.hover a {
  color: #fff;
}
.picMarquee-left {
  width: 94%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.picMarquee-left .bd {
  padding: 10px;
}
.picMarquee-left .bd ul {
  overflow: hidden;
  zoom: 1;
}
.picMarquee-left .bd ul li {
  margin: 0 8px;
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
}
.picMarquee-left .bd ul li .pic {
  text-align: center;
}
.picMarquee-left .bd ul li .pic img {
  width: auto;
  height: auto;
  display: block;
}
.picMarquee-left .bd ul li .title {
  line-height: 24px;
}
/* 底部 */
.bottom_bg {
  height: 60px;
  background: #1c1c1c;
  text-align: center;
  padding-top: 15px;
  box-sizing: border-box;
}
.bottom1 {
  display: none;
}
.bottom2 {
  font-size: 13px;
  color: #666;
  line-height: 23px;
}
/* 侧边栏 */
.sidebar {
  position: fixed;
  bottom: 3%;
  right: 5%;
  z-index: 9999;
  height: auto;
}
.sidebar .return {
  width: 41px;
  height: 41px;
  background-color: #3e89f9;
  border-radius: 2px;
  text-align: center;
  margin-left: 10px;
  margin-top: 40px;
  cursor: pointer;
  font-family: '宋体';
  font-size: 20px;
  box-sizing: border-box;
  transition: all 0.6s;
}
.sidebar .return:hover {
  opacity: 0.5;
}
.sidebar .return p {
  display: inline-block;
  transform: rotate(90deg);
  line-height: 41px;
  font-size: 20px;
  font-weight: 550;
  color: #fff;
}
.online_bg {
  z-index: 99999;
  position: fixed;
  right: 0;
  top: 45%;
}
.online_bg ul {
  position: relative;
}
.online_bg li {
  position: absolute;
  right: -95px;
  width: 140px;
  height: 45px;
  border-bottom: 1px dashed #999;
  line-height: 45px;
  text-align: left;
  box-sizing: border-box;
  background-color: #1e50ae;
  transition: all 0.4s;
}
.online_bg li.qq {
  top: 0;
}
.online_bg li.wx {
  top: 45px;
}
.online_bg li.phone {
  top: 90px;
}
.online_bg img {
  width: 25px;
  filter: grayscale(100%) brightness(500%);
}
.online_bg span {
  margin-left: 10px;
  color: #1e50ae;
  font-size: 14px;
}
.online_bg i {
  display: inline-block;
  width: 45px;
  text-align: center;
}
.online {
  display: none;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-110%, -50%);
  padding: 15px;
  background-color: #fff;
  line-height: 20px;
  font-size: 13px;
  color: #666;
  border-radius: 5px;
}
.online::after {
  content: '';
  position: absolute;
  top: calc(50% - 10px);
  right: -16px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
  border-right: 10px solid transparent;
}
.online img {
  width: 96px;
  height: 96px;
}
/*# sourceMappingURL=./mobile.css.map */