 .contactus-address {
     display: flex;
     justify-content: center;
     text-align: center;
     font-size: 2rem; 
     font-weight: bold;
     color: #141414;
     line-height: 20px;
     margin-bottom: 25px;
 }

 .contactus-address-border {}

 .contactus-address-img {
     width: 33.5px;
     height: 40px;

 }

 .contactus-contact-int-title {
     font-size: 1.6rem; 
     font-weight: bold;
     color: #141414;
 }

 .contactus-contact-int-img {
     margin: 24px 0 24px 0;
 }

 .contactus-contact-int-img img {
     width: 32px;
     height: 32px;
 }

 .contactus-contact-int-num {
     font-size: 1.6rem; 
     font-weight: 400;
     color: #141414;
 }

 .contactus-contact-int-num a {
     color: #007533 !important;
     font-weight: bold; 
   }
   .contactus-contact-int-num a:hover {
   text-decoration: underline; 
   }

 .contactus-contact-int-num a:hover {
     color: #007533 !important;
 }

 .detail-ps,
 .detail-con {
     padding-left: 0 !important;
 }

 .concactus-map {
     margin-top: 44px;
 }

 .concactus-map-img {
     background: #FAFAFA;
     border-radius: 0px 0px 0px 0px;
     opacity: 1;
 }

 .contactus-contact-int {
     display: flex;
     justify-content: flex-start;
     align-items: center;
 }

 .contactus-contact-int-con {
     margin-left: 8px;
 }

 .detail-con.contactus {
     font-size: 1.6rem;
     color: #141414;
 }

 .detail-subTitle-hours {
     margin-bottom: 18px;
     font-size: 1.6rem;
     font-weight: bold;
     color: #141414;
 }

 .detail-con-hours {
     font-size: 1.6rem;
     font-weight: bold;
     color: #141414
 }

 .detail-con-closed {
     margin-bottom: 16px;
     font-size: 1.6rem;
     font-weight: bold;
     color: #141414
 }

 .detail-con-time {
     margin: 12px 0 16px;
     font-size: 1.6rem;
     font-weight: 400;
     color: #141414;
 }

 .detail-crosshead {
     margin-bottom: 8px !important;
     padding-left: 0px !important;
     color: #666666!important;
 }
 

/* 页面黑白 */
/* html {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    _filter:none;
} */
