.main {
  overflow: hidden;
}
.main .company_top {
  margin-top: 20px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  padding: 27px 24px 24px 24px;
}
.main .company_top .company_top_con {
  display: flex;
}
.main .company_top .company_top_con .company_top_img {
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 700;
  font-size: 28px;
  color: #FFFFFF;
  line-height: 32px;
  background: url(../img/gs.png) no-repeat;
  background-size: cover;
  margin-right: 23px;
  border-radius: 10px;
  overflow: hidden;
}
.main .company_top .company_top_con .company_top_img .img {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
}
.main .company_top .company_top_con .company_top_img  .company_top_img_logo{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main .company_top .company_top_con .company_top_info {
  flex: 1;
  position: relative;
}
.main .company_top .company_top_con .company_top_info h1 {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 28px;
  color: #1F1F25;
  line-height: 41px;
}
.main .company_top .company_top_con .company_top_info .line {
  display: flex;
  margin-top: 9px;
}
.main .company_top .company_top_con .company_top_info .line img {
  height: 24px;
  margin-right: 8px;
}
.main .company_top .company_top_con .company_top_info .line span {
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #E5E6EB;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 12px;
  color: #6F7385;
  line-height: 16px;
  padding: 3px 8px;
  margin-right: 8px;
}
.main .company_top .company_top_con .company_top_info .line span.span1 {
  border-color: #3E5FFF;
  color: #3E5FFF;
}
.main .company_top .company_top_con .company_top_info .company_top_info_con {
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #F2F3F5;
  padding: 16px;
  margin-top: 17px;
}
.main .company_top .company_top_con .company_top_info .company_top_info_con .line1 {
  display: flex;
  margin-bottom: 8px;
  min-height: 20px;
}
.main .company_top .company_top_con .company_top_info .company_top_info_con .line1 label {
  width: 50%;
}
.main .company_top .company_top_con .company_top_info .company_top_info_con .line1 label .iconfont,
.main .company_top .company_top_con .company_top_info .company_top_info_con .line1 label .span1 {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 14px;
  color: #6F7385;
  white-space: nowrap;
}
.main .company_top .company_top_con .company_top_info .company_top_info_con .line1 label .span2 {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 14px;
  color: #1F1F25;
}
.main .company_top .company_top_con .company_top_info .company_top_info_con .line1 label .span2.name,
.main .company_top .company_top_con .company_top_info .company_top_info_con .line1 label .spanlook {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 14px;
  color: #3E5FFF;
  margin-left: 4px;
}
.main .company_top .company_top_con .company_top_info .company_top_info_con .line1 label .span2.shouji {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 700;
  font-size: 14px;
  color: #F54B3C;
}
.main .company_top .company_top_con .company_top_info .company_top_info_con .line1 label .span2.hide {
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.main .company_top .company_top_con .company_top_info .company_top_info_con .line1.line2 label {
  width: 100%;
  /*display: flex;*/
}
.main .company_top .company_top_con .company_top_info .company_top_info_con .line1.line2 label .span1{
    float: left;
}
.main .company_top .company_top_con .company_top_info .company_top_info_con .line1.line2 label .showlook {
  position: absolute;
  background: linear-gradient(90deg, #FFFFFF 87%, rgba(255, 255, 255, 0) 100%);
  right: 0;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 14px;
  color: #3E5FFF;
  top: 0;
  padding: 0 0 0 10px;
  cursor: pointer;
}
.main .company_top .company_top_con .company_top_info .company_top_info_con .line1.line2 label .showlook img {
  width: 12px;
  height: 12px;
}
.main .company_top .company_top_con .company_top_info .dianhua {
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  right: 0;
}
.main .company_top .company_top_con .company_top_info .dianhua img {
  width: 40px;
  height: 40px;
  margin-right: 12px;
}
.main .company_top .company_top_con .company_top_info .dianhua span {
  font-family: D-DIN, D-DIN;
  font-weight: 700;
  font-size: 36px;
  color: #F54B3C;
  line-height: 39px;
}
.main .company_top .company_btm {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main .company_top .company_btm .company_btm_l {
  width: 488px;
  height: 60px;
  background: linear-gradient(270deg, #FFF3F1 0%, rgba(255, 248, 247, 0) 100%);
  border-radius: 8px 8px 8px 8px;
  position: relative;
  padding: 7px 16px;
  display: flex;
  align-items: center;
}
.main .company_top .company_btm .company_btm_l .img {
  width: 94px;
  height: 38px;
  margin-right: 16px;
}
.main .company_top .company_btm .company_btm_l .swiper {
  flex: 1;
  height: 100%;
}
.main .company_top .company_btm .company_btm_l .swiper .swiper-slide{
    overflow: hidden;
}
.main .company_top .company_btm .company_btm_l .swiper .swiper-slide p.sp {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 12px;
  color: #6F7385;
  line-height: 17px;
}
.main .company_top .company_btm .company_btm_l .swiper .swiper-slide p {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.main .company_top .company_btm .company_btm_l .swiper .swiper-slide .span1 {
  color: #F54B3C;
}
.main .company_top .company_btm .company_btm_l .swiper .swiper-slide .span2 {
    color: #6F7385;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.main .company_top .company_btm .company_btm_r {
  display: flex;
  align-items: center;
}
.main .company_top .company_btm .company_btm_r .company_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 52px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #3E5FFF;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 700;
  font-size: 20px;
  color: #3E5FFF;
  line-height: 28px;
  cursor: pointer;
}
.main .company_top .company_btm .company_btm_r .company_btn img {
  width: 24px;
  height: 24px;
  margin-right: 2px;
}
.main .company_top .company_btm .company_btm_r .company_btn2 {
  width: 260px;
  height: 52px;
  background: #3E5FFF;
  border-radius: 4px 4px 4px 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 700;
  font-size: 20px;
  color: #FFFFFF;
  margin-left: 20px;
  cursor: pointer;
}
.main .company_top .company_btm .company_btm_r .company_btn2 img {
  width: 24px;
  height: 24px;
  margin-right: 2px;
}
.main .product {
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  padding: 16px 24px;
  margin: 16px 0;
}
.main .product .title {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 700;
  font-size: 24px;
  color: #1F1F25;
  line-height: 35px;
  margin-bottom: 12px;
}
.main .product ul {
  overflow: hidden;
}
.main .product ul li {
  width: 130px;
  float: left;
  margin-right: 16px;
}
.main .product ul li:last-child {
  margin-right: 0;
}
.main .product ul li:hover a span {
  color: #3E5FFF;
}
.main .product ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main .product ul li a img {
  width: 130px;
  height: 130px;
  border-radius: 4px 4px 4px 4px;
}
.main .product ul li a span {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 500;
  font-size: 14px;
  color: #1F1F25;
  line-height: 20px;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 4px 0;
}
.main .product ul li .price {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: D-DIN, D-DIN;
  font-weight: 700;
  font-size: 10px;
  color: #F54B3C;
  line-height: 11px;
}
.main .product ul li .price em {
  font-family: D-DIN, D-DIN;
  font-weight: 700;
  font-size: 15px;
  color: #F54B3C;
  line-height: 17px;
}
.main .main-box {
  overflow: hidden;
}
.main .main-box .left {
  float: left;
  width: 886px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
}
.main .main-box .left .box {
  padding: 24px 32px;
}
.main .main-box .left .box .blurb {
  margin-bottom: 32px;
}
.main .main-box .left .box .blurb .title {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 700;
  font-size: 18px;
  color: #1F1F25;
  line-height: 26px;
  text-align: left;
  margin-bottom: 12px;
}
.main .main-box .left .box .blurb .content {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 16px;
  color: #1F1F25;
  line-height: 28px;
  text-align: justify;
}
.main .main-box .left .box .business {
  margin-bottom: 32px;
}
.main .main-box .left .box .business .business_title {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 700;
  font-size: 18px;
  color: #1F1F25;
  line-height: 26px;
  text-align: left;
  margin-bottom: 12px;
}
.main .main-box .left .box .business .business_content .tab-item {
  border-top: 1px solid #E5E6EB;
  border-right: 1px solid #E5E6EB;
}
.main .main-box .left .box .business .business_content .tab-item th,
.main .main-box .left .box .business .business_content .tab-item td {
  padding: 10px 16px 10px 16px;
}
.main .main-box .left .box .business .business_content .tab-item th {
  width: 116px;
  background: #F7F8FA;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 14px;
  color: #6F7385;
  border-bottom: 1px solid #E5E6EB;
  border-left: 1px solid #E5E6EB;
  border-right: 1px solid #E5E6EB;
  white-space: nowrap;
}
.main .main-box .left .box .business .business_content .tab-item td {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 14px;
  color: #1F1F25;
  line-height: 20px;
  border-bottom: 1px solid #E5E6EB;
}
.main .main-box .left .box .shareholder {
  margin-bottom: 32px;
}
.main .main-box .left .box .shareholder .shareholder-title {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 700;
  font-size: 18px;
  color: #1F1F25;
  line-height: 26px;
  text-align: left;
  margin-bottom: 12px;
}
.main .main-box .left .box .shareholder .shareholder-content table {
  width: 100%;
  border: 1px solid #E5E6EB;
  border-radius: 8px;
  border-bottom: 0;
}
.main .main-box .left .box .shareholder .shareholder-content table thead {
  background: #F6F8FD;
}
.main .main-box .left .box .shareholder .shareholder-content table thead tr th {
  padding: 10px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 700;
  font-size: 14px;
  color: #1F1F25;
  line-height: 20px;
  text-align: left;
  white-space: nowrap;
}
.main .main-box .left .box .shareholder .shareholder-content table tbody tr {
  border-bottom: 1px solid #E5E6EB;
}
.main .main-box .left .box .shareholder .shareholder-content table tbody tr:last-child {
  border-bottom: 0;
}
.main .main-box .left .box .shareholder .shareholder-content table tbody tr td {
  padding: 10px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 14px;
  color: #1F1F25;
  line-height: 20px;
  border-bottom: 1px solid #E5E6EB;
}
.main .main-box .left .box .shareholder .shareholder-content table tbody tr td .name {
  display: flex;
  align-items: center;
}
.main .main-box .left .box .shareholder .shareholder-content table tbody tr td .name .span1 {
  width: 32px;
  height: 32px;
  border-radius: 4px 4px 4px 4px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main .main-box .left .box .shareholder .shareholder-content table tbody tr td .name .span2 {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 14px;
  color: #0645AD;
  line-height: 20px;
  margin-left: 16px;
}
.main .main-box .left .box .shareholder .shareholder-content table tbody tr:nth-child(1n) td .name .span1 {
  background: #89CAB1;
}
.main .main-box .left .box .shareholder .shareholder-content table tbody tr:nth-child(2n) td .name .span1 {
  background: #98B1D9;
}
.main .main-box .left .box .shareholder .shareholder-content table tbody tr:nth-child(3n) td .name .span1 {
  background: #CEA7A7;
}
.main .main-box .left .box .personnel {
  margin-bottom: 32px;
}
.main .main-box .left .box .personnel .personnel-title {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 700;
  font-size: 18px;
  color: #1F1F25;
  line-height: 26px;
  text-align: left;
  margin-bottom: 12px;
}
.main .main-box .left .box .personnel .personnel-title i {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 700;
  font-size: 18px;
  color: #0F61E8;
  line-height: 26px;
  margin-left: 4px;
}
.main .main-box .left .box .personnel .personnel-content table {
  width: 100%;
  border: 1px solid #E5E6EB;
  border-radius: 8px;
  border-bottom: 0;
}
.main .main-box .left .box .personnel .personnel-content table thead {
  background: #F6F8FD;
}
.main .main-box .left .box .personnel .personnel-content table thead tr th {
  padding: 10px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 700;
  font-size: 14px;
  color: #1F1F25;
  line-height: 20px;
  text-align: left;
}
.main .main-box .left .box .personnel .personnel-content table tbody tr {
  border-bottom: 1px solid #E5E6EB;
}
.main .main-box .left .box .personnel .personnel-content table tbody tr:last-child {
  border-bottom: 0;
}
.main .main-box .left .box .personnel .personnel-content table tbody tr td {
  padding: 10px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 14px;
  color: #1F1F25;
  line-height: 20px;
  border-bottom: 1px solid #E5E6EB;
}
.main .main-box .left .box .personnel .personnel-content table tbody tr td .name {
  display: flex;
  align-items: center;
}
.main .main-box .left .box .personnel .personnel-content table tbody tr td .name .span1 {
  width: 32px;
  height: 32px;
  border-radius: 4px 4px 4px 4px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main .main-box .left .box .personnel .personnel-content table tbody tr td .name .span2 {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 14px;
  color: #0645AD;
  line-height: 20px;
  margin-left: 16px;
}
.main .main-box .left .box .personnel .personnel-content table tbody tr:nth-child(1n) td .name .span1 {
  background: #89CAB1;
}
.main .main-box .left .box .personnel .personnel-content table tbody tr:nth-child(2n) td .name .span1 {
  background: #98B1D9;
}
.main .main-box .left .box .personnel .personnel-content table tbody tr:nth-child(3n) td .name .span1 {
  background: #CEA7A7;
}
.main .main-box .left .box .change .change-title {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 700;
  font-size: 18px;
  color: #1F1F25;
  line-height: 26px;
  text-align: left;
  margin-bottom: 12px;
}
.main .main-box .left .box .change .change-title i {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 700;
  font-size: 18px;
  color: #0F61E8;
  line-height: 26px;
  margin-left: 4px;
}
.main .main-box .left .box .change .change-content table {
  width: 100%;
  border: 1px solid #E5E6EB;
  border-radius: 8px;
  border-bottom: 0;
}
.main .main-box .left .box .change .change-content table thead {
  background: #F6F8FD;
}
.main .main-box .left .box .change .change-content table thead tr th {
  padding: 10px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 700;
  font-size: 14px;
  color: #1F1F25;
  line-height: 20px;
  text-align: left;
  white-space: nowrap;
}
.main .main-box .left .box .change .change-content table tbody tr {
  border-bottom: 1px solid #E5E6EB;
}
.main .main-box .left .box .change .change-content table tbody tr:last-child {
  border-bottom: 0;
}
.main .main-box .left .box .change .change-content table tbody tr td {
  padding: 10px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 14px;
  color: #1F1F25;
  line-height: 20px;
  border-bottom: 1px solid #E5E6EB;
}
.main .main-box .left .box .change .change-content table tbody tr td.time {
  white-space: nowrap;
}
.main .main-box .right {
  float: right;
  width: 306px;
}
.main .main-box .right .topli {
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  padding: 16px;
  margin-bottom: 16px;
}
.main .main-box .right .topli .tit {
  text-align: center;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 700;
  font-size: 20px;
  color: #1F1F25;
  line-height: 29px;
}
.main .main-box .right .topli .line {
  background: linear-gradient(90deg, rgba(255, 184, 108, 0.4) 0%, rgba(255, 198, 99, 0) 99%);
  border-radius: 16px 16px 16px 16px;
  padding: 4px;
  display: flex;
  align-items: center;
  margin: 8px auto 16px;
}
.main .main-box .right .topli .line img {
  width: 44px;
  height: 20px;
}
.main .main-box .right .topli .line .span1 {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 14px;
  color: #EF7100;
  line-height: 20px;
  margin: 0 4px;
}
.main .main-box .right .topli .line .span2 {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 14px;
  color: #6F7385;
  line-height: 20px;
}
.main .main-box .right .topli .area {
  height: 44px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #E5E6EB;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 12px;
}
.main .main-box .right .topli .area:hover .area-ul {
  display: block;
}
.main .main-box .right .topli .area:hover img {
  transform: rotate(180deg);
}
.main .main-box .right .topli .area .area-tit {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 14px;
  color: #1F1F25;
  line-height: 20px;
  flex: 1;
}
.main .main-box .right .topli .area img {
  width: 20px;
  height: 20px;
  transition: all 0.3s;
}
.main .main-box .right .topli .area .area-ul {
  position: absolute;
  left: 0;
  top: 44px;
  background: #fff;
  width: 100%;
  height: 220px;
  overflow: hidden;
  overflow-y: scroll;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.6);
  display: none;
}
.main .main-box .right .topli .area .area-ul li {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 14px;
  color: #1F1F25;
  line-height: 35px;
  text-align: center;
  cursor: pointer;
}
.main .main-box .right .topli .area .area-ul li:hover {
  background: #f5f5f5;
  color: #3E5FFF;
}
.main .main-box .right .topli .area-li {
  display: flex;
  align-items: center;
  height: 44px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #E5E6EB;
  padding: 0 12px;
  margin-top: 12px;
}
.main .main-box .right .topli .area-li span {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 14px;
  color: #EC3B3B;
  line-height: 20px;
}
.main .main-box .right .topli .area-li input {
  flex: 1;
  height: 100%;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 14px;
  color: #8C8F9B;
}
.main .main-box .right .topli .consult {
  height: 48px;
  background: #3E5FFF;
  border-radius: 4px 4px 4px 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 23px;
  margin-top: 16px;
  cursor: pointer;
}
.main .main-box .right .topli .consult img {
  width: 24px;
  height: 24px;
  margin-left: 4px;
}
.main .main-box .right .topli .divfun3 {
  overflow: hidden;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #6F7385;
  line-height: 16px;
  margin-top: 12px;
  display: block;
}
.main .main-box .right .topli .divfun3 span {
  float: left;
  display: block;
  width: 16px;
  height: 16px;
  background: url(//seoweb.715083.com/lks/img/radio2.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 8px;
}
.main .main-box .right .topli .divfun3 a {
  color: #4F6FFF;
}
.main .main-box .right .topli .divfun3.on span {
  background: url(//seoweb.715083.com/chazidian/img/number_xy_get.png) no-repeat;
  background-size: 100% 100%;
}
.main .main-box .right .related {
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  padding: 16px;
}
.main .main-box .right .related .title {
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 700;
  font-size: 20px;
  color: #1F1F25;
  line-height: 29px;
  margin-bottom: 12px;
}
.main .main-box .right .related ul li {
  margin-bottom: 10px;
}
.main .main-box .right .related ul li a {
  display: flex;
  align-items: center;
}
.main .main-box .right .related ul li a i {
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #A8C3FF;
  border-radius: 50%;
  margin-right: 8px;
}
.main .main-box .right .related ul li a span {
  flex: 1;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 14px;
  color: #1F1F25;
  line-height: 20px;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.main .main-box .right .related ul li a:hover span {
  color: #3E5FFF;
}

.footer-top {
  display: none;
}/*# sourceMappingURL=gong_info.css.map */