         /* color: #72c69e; */
         
         .header {
             width: 100%;
         }
         
         .head {
             width: 1200px;
             margin: 0 auto;
             height: 130px;
             display: flex;
             align-items: center;
             justify-content: space-between;
         }
         
         .headLogo {
             display: flex;
         }
         
         .x {
             width: 2px;
             height: 72px;
             background-color: #bab6b5;
             margin: 0 25px;
         }
         
         .headLogoText {
             font-size: 18px;
             color: #72c69e;
         }
         
         .headnav {
             display: flex;
             align-items: center;
         }
         
         .nav {
             display: flex;
         }
         
         .phone {
             margin-left: 30px;
             display: flex;
             align-items: center;
         }
         
         .phone span {
             font-size: 17px;
             padding-top: 2px;
             padding-left: 5px;
         }
         
         .navText {
             margin-right: 40px;
             font-size: 17px;
         }
         
         .navx {
             position: relative;
         }
         
         .navx::after {
             content: "";
             width: 2px;
             height: 20px;
             background-color: #bab6b5;
             position: absolute;
             top: 53%;
             right: -20px;
             transform: translateY(-50%);
         }
         
         .navActive a {
             color: #72c69e;
         }
         
         .navText a:hover {
             color: #72c69e !important;
         }