.swiper-banner .swiper-pagination-bullet {
  background: #fff;
}

.panel-about .about-info {
  position: relative;
}
.panel-about .about-info h3 {
  color: #005BAC;
  font-weight: bold;
}
.panel-about .about-info .desc {
  color: #666;
}
.panel-about .about-info .detail {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #9E9E9E;
  cursor: pointer;
}
.panel-about .statis-item {
  text-align: center;
}
.panel-about .statis-item .label {
  color: #333;
}
.panel-about .statis-item .num {
  color: #005BAC;
  font-weight: bold;
}
.panel-about .statis-item .unit {
  color: #666;
  line-height: 1;
}

.panel-product .product-title {
  color: #666;
  text-align: center;
}
.panel-product .product-item {
  cursor: pointer;
}
.panel-product .product-item .desc {
  display: none;
}
.panel-product .product-item .mask {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.panel-product .product-item .name {
  background: rgba(51, 51, 51, 0.5);
  color: #fff;
}
.panel-product .img {
  width: 100%;
  height: 100%;
}

@media (min-width: 769px) {
  .swiper-banner .swiper-container {
    height: 7.5rem;
  }
  .swiper-banner .slide-pagination {
    bottom: 0.25rem;
  }
  .panel-about {
    margin-top: 0.5rem;
    padding: 0 4.5rem;
  }
  .panel-about .about-content {
    display: flex;
    padding: 0.5rem 0;
    position: relative;
  }
  .panel-about .about-info h3 {
    margin-bottom: 0.25rem;
    font-size: 0.3rem;
    line-height: 0.4375rem;
  }
  .panel-about .about-info .desc {
    font-size: 0.2rem;
    line-height: 0.3rem;
  }
  .panel-about .about-info .desc p {
    margin: 1em 0;
  }
  .panel-about .about-info .detail {
    margin-top: 1.175rem;
    width: 1.75rem;
    height: 0.525rem;
    border-radius: 0.1rem;
    border: 0.0125rem solid #999999;
    line-height: 0.525rem;
    font-size: 0.175rem;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .panel-about .about-info .detail:hover {
    color: #005BAC;
    border: 0.0125rem solid #005BAC;
  }
  .panel-about .about-statis {
    display: flex;
    justify-content: space-between;
    background: #fff;
    box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 1.625rem;
    left: 0;
    z-index: 8;
  }
  .panel-about .statis-item {
    min-width: 3rem;
    padding: 0.5rem;
  }
  .panel-about .statis-item .label {
    margin-bottom: 0.05rem;
    font-size: 0.2rem;
    line-height: 0.2875rem;
  }
  .panel-about .statis-item .num {
    font-size: 0.8rem;
    line-height: 1.1625rem;
  }
  .panel-about .statis-item .unit {
    font-size: 0.2rem;
    line-height: 1;
  }
  .panel-about .statis-item,
.panel-about .statis-item .label,
.panel-about .statis-item .num,
.panel-about .statis-item .unit {
    transition: 0.3s all ease;
  }
  .panel-about .statis-item:hover {
    background: #005BAC;
  }
  .panel-about .statis-item:hover .label,
.panel-about .statis-item:hover .num,
.panel-about .statis-item:hover .unit {
    color: #fff;
  }
  .panel-about .about-image {
    flex-shrink: 0;
    width: 7.5rem;
    height: 7.5rem;
    margin-left: 0.5rem;
  }
  .panel-product {
    margin-top: 0.5rem;
    padding: 0 4.5rem 0.5rem;
  }
  .panel-product .product-title {
    margin-top: 0.575rem;
    padding: 0 1.75rem;
    font-size: 0.2rem;
    line-height: 0.3rem;
  }
  .panel-product .product-list {
    height: 7.375rem;
    margin-top: 0.625rem;
    position: relative;
  }
  .panel-product .product-item {
    width: 3.55rem;
    height: 3.55rem;
    position: absolute;
  }
  .panel-product .product-item .name {
    padding: 0.225rem 0.8rem;
    border: 0.025rem solid #fff;
    font-size: 0.225rem;
    line-height: 0.325rem;
  }
  .panel-product .product-item.steel {
    left: 0;
    top: 0;
  }
  .panel-product .product-item.pipe {
    left: 0;
    bottom: 0;
  }
  .panel-product .product-item.scaffold {
    right: 0;
    top: 0;
  }
  .panel-product .product-item.machine {
    right: 0;
    bottom: 0;
  }
  .panel-product .product-item .mask,
.panel-product .product-item .name {
    transition: 0.3s all ease;
  }
  .panel-product .product-item:hover .mask {
    background: rgba(0, 91, 172, 0.8);
  }
  .panel-product .product-item:hover .mask .name {
    border-width: 0.05rem;
    font-size: 0.3rem;
    line-height: 0.4375rem;
    font-weight: bold;
  }
  .panel-product .product-show {
    width: 7.375rem;
    height: 7.375rem;
    position: absolute;
    left: calc(50% - 3.6875rem);
    top: calc(50% - 3.6875rem);
    cursor: pointer;
  }
  .panel-product .product-show .mask {
    padding: 0.25rem;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .panel-product .product-show .name {
    display: inline-flex;
    padding-bottom: 0.1rem;
    margin-bottom: 0.15rem;
    color: #fff;
    font-size: 0.35rem;
    line-height: 0.5125rem;
    position: relative;
  }
  .panel-product .product-show .name::after {
    content: " ";
    display: block;
    width: calc(100% + 0.15rem);
    height: 0.0125rem;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .panel-product .product-show .desc {
    margin-bottom: 0.15rem;
    color: #fff;
    font-size: 0.175rem;
    line-height: 0.25rem;
  }
  .panel-product .product-show .detail {
    display: inline-flex;
    padding: 0.0625rem 0.1875rem;
    background: #005BAC;
    border-radius: 0.1rem;
    color: #fff;
    font-size: 0.175rem;
    line-height: 0.25rem;
  }
  .panel-news {
    margin-top: 0.5rem;
    padding: 0 4.5rem;
  }
  .panel-news .new-head {
    display: flex;
    align-items: center;
    padding: 0.15rem 0.25rem;
  }
  .panel-news .new-head img {
    width: 0.3rem;
    height: 0.3rem;
    margin-right: 0.25rem;
  }
  .panel-news .new-head .title {
    color: #333;
    font-size: 0.3rem;
    line-height: 0.4375rem;
  }
  .panel-news .new-head .more {
    margin-left: auto;
    color: #999;
    font-size: 0.175rem;
    line-height: 0.25rem;
  }
  .panel-news .news-content {
    display: flex;
    padding: 0.5rem 0;
  }
  .panel-news .company {
    width: calc(100% - 4.5rem);
    padding-right: 0.625rem;
  }
  .panel-news .company .new-head {
    background: #F5F5F5;
  }
  .panel-news .new-list {
    padding: 0.125rem 0;
  }
  .panel-news .new-item {
    display: flex;
    padding: 0.125rem 0;
    cursor: pointer;
    transition-property: padding, background;
  }
  .panel-news .new-item:hover {
    padding: 0.125rem;
  }
  .panel-news .new-item .img {
    flex-shrink: 0;
    width: 2.5rem;
    height: 1.75rem;
    margin-right: 0.25rem;
  }
  .panel-news .new-item .img img {
    width: 100%;
    height: 100%;
  }
  .panel-news .new-item .info {
    flex: 1;
    overflow: hidden;
  }
  .panel-news .new-item .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.125rem;
  }
  .panel-news .new-item .title p {
    color: #333;
    font-size: 0.225rem;
    line-height: 0.325rem;
    font-weight: bold;
  }
  .panel-news .new-item .more {
    flex-shrink: 0;
    padding: 0.025rem 0.15rem;
    border: 0.0125rem solid #005BAC;
    border-radius: 0.25rem;
    color: #005BAC;
    font-size: 0.175rem;
    line-height: 0.25rem;
  }
  .panel-news .new-item .date,
.panel-news .new-item .desc {
    color: #999;
    font-size: 0.175rem;
    line-height: 0.25rem;
  }
  .panel-news .new-item .date {
    margin-bottom: 0.15rem;
  }
  .panel-news .new-cards {
    display: flex;
    margin-top: 0.125rem;
  }
  .panel-news .new-card {
    width: 50%;
    height: 1.75rem;
    display: flex;
    cursor: pointer;
  }
  .panel-news .new-card + .new-card {
    margin-left: 0.5rem;
  }
  .panel-news .new-card .date {
    flex-shrink: 0;
    width: 1.5rem;
    margin-right: 0.25rem;
    border: 0.0125rem solid #005BAC;
    border-radius: 0.15rem;
    text-align: center;
    overflow: hidden;
    position: relative;
  }
  .panel-news .new-card .day {
    color: #005BAC;
    font-size: 0.6rem;
    line-height: 1.25rem;
    font-weight: bold;
  }
  .panel-news .new-card .month {
    padding: 0.1rem;
    color: #fff;
    font-size: 0.2rem;
    line-height: 0.3rem;
    background: #005BAC;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .panel-news .new-card .info {
    flex: 1;
    overflow: hidden;
    position: relative;
  }
  .panel-news .new-card .title {
    margin-bottom: 0.125rem;
    color: #333;
    font-size: 0.225rem;
    line-height: 0.325rem;
    font-weight: bold;
  }
  .panel-news .new-card .desc {
    color: #999;
    font-size: 0.175rem;
    line-height: 0.3rem;
    text-align: justify;
  }
  .panel-news .new-card .more {
    color: #005BAC;
    font-size: 0.175rem;
    line-height: 0.25rem;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .panel-news .industry {
    flex-shrink: 0;
    width: 4.5rem;
  }
  .panel-news .industry .new-head {
    border-bottom: 0.0125rem solid #F5F5F5;
  }
  .panel-news .ind-list {
    max-height: 6.12rem;
    overflow-y: auto;
  }
  .panel-news .ind-item {
    display: flex;
    align-items: center;
    padding: 0.25rem 0.125rem;
    border-bottom: 0.0125rem solid #F5F5F5;
  }
  .panel-news .ind-item::before {
    flex-shrink: 0;
    content: " ";
    display: block;
    width: 0.125rem;
    height: 0.025rem;
    margin-right: 0.125rem;
    background: #005BAC;
  }
  .panel-news .ind-item .title {
    flex: 1;
    color: #333;
    font-size: 0.175rem;
    line-height: 0.25rem;
  }
  .panel-news .ind-item .date {
    flex-shrink: 0;
    margin-left: 0.35rem;
    color: #999;
    font-size: 0.175rem;
    line-height: 0.25rem;
  }
  .panel-contact {
    display: flex;
    align-items: center;
    padding-top: 0.75rem;
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    background-image: url("../../img/index/contact/bg.jpg");
  }
  .panel-contact .left,
.panel-contact .right {
    position: relative;
    z-index: 2;
  }
  .panel-contact .left {
    flex-shrink: 0;
    width: 10.375rem;
  }
  .panel-contact .comment {
    margin-top: 0.5rem;
  }
  .panel-contact .comment img {
    width: 0.75rem;
    height: 0.75rem;
    margin-right: 0.5rem;
  }
  .panel-contact .comment .tit {
    margin-bottom: 0.1rem;
    font-size: 0.4rem;
    line-height: 0.575rem;
  }
  .panel-contact .comment .tip {
    font-size: 0.225rem;
    line-height: 0.325rem;
  }
  .panel-contact .com-form {
    margin-top: 0.625rem;
  }
  .panel-contact .com-form .form-item + .form-item {
    margin-top: 0.375rem;
  }
  .panel-contact .com-form .form-submit {
    width: 2.325rem;
    height: 0.675rem;
    margin-top: 0.625rem;
    border-radius: 0.3375rem;
    font-size: 0.3rem;
    line-height: 0.4375rem;
  }
  .panel-contact .com-form input,
.panel-contact .com-form textarea {
    padding: 0.2125rem;
    border-width: 0.0125rem;
    font-size: 0.225rem;
    line-height: 0.325rem;
  }
  .panel-contact .com-form input {
    width: calc(50% - 0.1875rem);
    height: 0.75rem;
  }
  .panel-contact .com-form input + input {
    margin-left: 0.375rem;
  }
  .panel-contact .com-form textarea {
    height: 2.2rem;
  }
  .panel-contact .right {
    flex-shrink: 0;
    margin-left: 1.55rem;
  }
  .panel-contact .right .title {
    margin-bottom: 0.25rem;
  }
  .panel-contact .right .title h2 {
    font-size: 0.4rem;
    line-height: 0.575rem;
    left: 0.6rem;
    top: 0.4rem;
  }
  .panel-contact .right .title p {
    font-size: 0.9rem;
    line-height: 1.3rem;
  }
  .panel-contact .right .phone {
    margin-bottom: 0.1875rem;
    font-size: 0.35rem;
    line-height: 0.45rem;
  }
  .panel-contact .right .phone img {
    width: 0.475rem;
    height: 0.475rem;
    margin-right: 0.0875rem;
  }
  .panel-contact .right .row {
    font-size: 0.3rem;
    line-height: 0.625rem;
  }
  .panel-contact .right .book {
    display: flex;
    align-items: center;
    margin-top: 0.325rem;
  }
  .panel-contact .right .book > img {
    width: 2.5rem;
    height: 3.475rem;
    margin-right: 0.3375rem;
  }
  .panel-contact .right .book .name {
    margin-top: -0.15rem;
    margin-bottom: 0.2rem;
    font-size: 0.3rem;
    line-height: 0.45rem;
  }
  .panel-contact .right .book .know-more {
    border-width: 0.0125rem;
  }
  .panel-contact .qrcode {
    width: 5.4375rem;
    height: 8.9rem;
    position: absolute;
    right: 0;
    bottom: 1.75rem;
    z-index: 2;
  }
  .panel-contact .qrcode img {
    width: 100%;
  }
  .panel-contact .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 0.75rem;
    padding: 0 3.5rem;
    font-size: 0.175rem;
    line-height: 0.25rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .panel-contact .bottom span span {
    margin-left: 1em;
  }
  .panel-contact .left {
    transform: translate3d(-50%, 0, 0);
  }
  .panel-contact .right {
    transform: translate3d(-50%, 0, 0);
    opacity: 0;
  }
  .panel-contact .qrcode {
    transform: translate3d(100%, 0, 0);
    transition-delay: 0.2s;
  }
  .panel-contact .left,
.panel-contact .right,
.panel-contact .qrcode {
    transition-duration: 0.8s;
    transition-timing-function: ease;
    transition-property: transform, opacity;
  }
  .panel-contact.is-active .left {
    transform: translate3d(0, 0, 0);
  }
  .panel-contact.is-active .right {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  .panel-contact.is-active .qrcode {
    transform: translate3d(0, 0, 0);
  }
  .panel-project {
    margin: 0.5rem 0;
    padding: 0 4.5rem 0.5rem;
    background-image: url("../../img/index/project/bg.jpg");
    background-repeat: no-repeat;
    background-size: 100% 8.9875rem;
    background-position: bottom;
  }
  .panel-project .project-content {
    margin-top: 0.5rem;
    padding: 0.4rem 0.5rem 0;
  }
  .panel-project .project-txt {
    color: #666;
    font-size: 0.2rem;
    line-height: 0.3rem;
    text-align: center;
  }
  .panel-project .project-list {
    display: flex;
    flex-wrap: wrap;
    padding-top: 0.25rem;
    padding-bottom: 0.5rem;
  }
  .panel-project .project-item {
    width: calc(25% - 0.190625rem);
    height: 2.75rem;
    margin-top: 0.25rem;
    margin-left: 0.25rem;
    position: relative;
    overflow: hidden;
  }
  .panel-project .project-item:nth-child(4n+1) {
    margin-left: 0;
  }
  .panel-project .project-item .img {
    width: 100%;
    height: 100%;
  }
  .panel-project .project-item .title {
    padding: 0.1rem;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 0.175rem;
    line-height: 0.25rem;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .panel-project .project-more {
    display: block;
    width: 1.375rem;
    margin: 0 auto;
    padding: 0.0625rem;
    border: 0.0125rem solid #005BAC;
    border-radius: 0.25rem;
    color: #005BAC;
    font-size: 0.175rem;
    line-height: 0.25rem;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .swiper-banner .swiper-container {
    height: 12.8rem;
  }
  .swiper-banner .slide-pagination {
    bottom: 0.5rem;
  }
  .panel-about {
    padding: 1.275rem 1.025rem 0;
  }
  .panel-about .about-content {
    margin-top: 1.025rem;
  }
  .panel-about .about-info h3 {
    margin-bottom: 0.775rem;
    font-size: 1.025rem;
    line-height: 1.475rem;
  }
  .panel-about .about-info .desc {
    font-size: 0.9rem;
    line-height: 1.5375rem;
    text-align: justify;
  }
  .panel-about .about-info .desc p {
    margin: 1em 0;
  }
  .panel-about .about-info .detail {
    width: 5.125rem;
    height: 1.925rem;
    margin: 1.0875rem auto 0;
    border-radius: 0.125rem;
    border: 0.0625rem solid #999;
    font-size: 0.7625rem;
    line-height: 1.0875rem;
  }
  .panel-about .about-statis {
    display: flex;
    flex-wrap: wrap;
  }
  .panel-about .statis-item {
    display: flex;
    flex-direction: column-reverse;
    width: 50%;
    padding: 1.275rem 0;
  }
  .panel-about .statis-item .num {
    font-size: 1.5375rem;
    line-height: 2.2375rem;
  }
  .panel-about .statis-item .unit {
    color: #999;
    font-size: 0.7625rem;
  }
  .panel-about .statis-item .value {
    margin-bottom: 0.5125rem;
  }
  .panel-about .statis-item .label {
    color: #999;
    font-size: 0.7625rem;
    line-height: 1.0875rem;
  }
  .panel-about .about-image {
    height: 12.8rem;
  }
  .panel-about .about-image img {
    object-position: 0 -2rem;
  }
  .panel-product {
    padding: 1.925rem 1.025rem 0;
  }
  .panel-product .product-title {
    margin-top: 1.025rem;
  }
  .panel-product .product-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1.275rem;
  }
  .panel-product .product-item {
    width: calc(50% - 0.425rem);
    position: relative;
  }
  .panel-product .product-item.pipe, .panel-product .product-item.machine {
    margin-left: 0.825rem;
  }
  .panel-product .product-item.machine, .panel-product .product-item.scaffold {
    margin-top: 0.825rem;
  }
  .panel-product .product-item .name {
    padding: 0.5125rem 2.3rem;
    border: 0.0625rem solid #fff;
    font-size: 0.9rem;
    line-height: 1.275rem;
  }
  .panel-news {
    margin-top: 1.925rem;
    padding: 0 1.025rem;
  }
  .panel-news .news-content {
    padding-top: 1.15rem;
  }
  .panel-news .tab-navs {
    justify-content: space-between;
    padding: 0 2.8125rem 0.9rem;
  }
  .panel-news .tab-nav {
    font-size: 0.9rem;
    line-height: 1.275rem;
  }
  .panel-news .tab-nav img {
    width: 1.025rem;
    height: 1.025rem;
    margin-right: 0.5rem;
  }
  .panel-news .new-big {
    height: 15.875rem;
    position: relative;
  }
  .panel-news .new-big img {
    width: 100%;
    height: 100%;
  }
  .panel-news .new-big .mask {
    padding: 0.7625rem;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .panel-news .new-big .title {
    margin-bottom: 0.575rem;
    color: #fff;
    font-size: 0.9rem;
    line-height: 1.275rem;
  }
  .panel-news .new-big .date {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.7625rem;
    line-height: 1.0875rem;
  }
  .panel-news .new-card {
    display: flex;
    height: 6.25rem;
    margin-top: 1.025rem;
  }
  .panel-news .new-card .date {
    flex-shrink: 0;
    width: 5.125rem;
    margin-right: 1.025rem;
    border: 0.0625rem solid #005BAC;
    border-radius: 0.525rem;
    text-align: center;
    overflow: hidden;
    position: relative;
  }
  .panel-news .new-card .day {
    display: inline-flex;
    align-items: center;
    height: 4.475rem;
    color: #005BAC;
    font-size: 2.3rem;
    line-height: 3.325rem;
    font-weight: bold;
  }
  .panel-news .new-card .month {
    padding: 0.35rem 0;
    background: #005BAC;
    color: #fff;
    font-size: 0.7625rem;
    line-height: 1.0875rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .panel-news .new-card .info {
    flex: 1;
    overflow: hidden;
    position: relative;
  }
  .panel-news .new-card .title {
    margin-bottom: 0.7625rem;
    color: #333;
    font-size: 1.025rem;
    line-height: 1.475rem;
    font-weight: bold;
  }
  .panel-news .new-card .desc {
    color: #999;
    font-size: 0.7625rem;
    line-height: 1.275rem;
  }
  .panel-news .new-card .more {
    color: #005BAC;
    font-size: 0.7625rem;
    line-height: 1;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .panel-news .new-more {
    display: block;
    width: 9rem;
    padding: 0.65rem;
    margin: 1.275rem auto 0;
    border: 0.0625rem solid #eee;
    border-radius: 0.125rem;
    color: #666;
    font-size: 0.9rem;
    line-height: 1.275rem;
    text-align: center;
  }
  .panel-news .ind-list {
    max-height: 30.6rem;
    overflow-y: auto;
  }
  .panel-news .ind-item {
    display: flex;
    align-items: center;
    padding: 1.25rem 0.625rem;
    border-bottom: 0.0625rem solid #F5F5F5;
  }
  .panel-news .ind-item::before {
    flex-shrink: 0;
    content: " ";
    display: block;
    width: 0.625rem;
    height: 0.125rem;
    margin-right: 0.625rem;
    background: #005BAC;
  }
  .panel-news .ind-item .title {
    flex: 1;
    color: #333;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .panel-news .ind-item .date {
    flex-shrink: 0;
    margin-left: 1.75rem;
    color: #999;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .panel-project {
    margin-top: 1.925rem;
    padding: 0 1.025rem 1.925rem;
  }
  .panel-project .project-txt {
    margin-top: 1.025rem;
    color: #666;
    font-size: 0.7625rem;
    line-height: 1.0875rem;
    text-align: center;
  }
  .panel-project .project-list {
    display: flex;
    flex-wrap: wrap;
    padding-top: 0.5rem;
    padding-bottom: 1.275rem;
  }
  .panel-project .project-item {
    width: calc(50% - 0.425rem);
    height: 8.325rem;
    margin-top: 0.775rem;
    position: relative;
  }
  .panel-project .project-item:nth-child(even) {
    margin-left: 0.8375rem;
  }
  .panel-project .project-item:nth-child(4) ~ .project-item {
    display: none;
  }
  .panel-project .project-item .img {
    width: 100%;
    height: 100%;
  }
  .panel-project .project-item .title {
    padding: 0.25rem;
    color: #fff;
    font-size: 0.7625rem;
    line-height: 1.0875rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .panel-project .project-more {
    display: block;
    width: 9rem;
    padding: 0.65rem;
    margin: 0 auto;
    border: 0.0625rem solid #eee;
    border-radius: 0.125rem;
    color: #666;
    font-size: 0.9rem;
    line-height: 1.275rem;
    text-align: center;
  }
}