@media (min-width: 768px) {
  .xsHeader {
    display: none;
  }
  .smHeader {
    width: 100%;
    height: 150px;
    line-height: 1;
  }
  .smHeader ul li {
    padding: 0 ;
    margin: 0;
    list-style: none;
    padding-inline-start: 0px;
  }
  .smHeader a {
    color: #333333;
    text-decoration: none;
  }
  .smHeader .headerBox {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .smHeader .headerBox .logoArea {
    height: 100%;
  }
  .smHeader .headerBox .logoArea .logo {
    width: 146px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
  }
  .smHeader .headerBox .logoArea .logo img {
    width: 100%;
  }
  .smHeader .headerBox .logoArea .line {
    float: left;
    width: 1px;
    height: 60px;
    background: #000;
    margin: 20px;
    display: none;
    margin-top: 47px;
  }
  .smHeader .headerBox .logoArea .logoTitle {
    float: left;
    height: 80px;
    font-size: 24px;
    line-height: 80px;
    display: none;
    margin-top: 35px;
  }
  .smHeader .headerBox .functionalArea {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .smHeader .headerBox .functionalArea ul {
    margin: 0;
  }
  .smHeader .headerBox .functionalArea ul li {
    float: left;
    padding: 32px 10px;
    font-size: 18px;
    position: relative;
    box-sizing: border-box;
  }
  .smHeader .headerBox .functionalArea ul li .line {
    display: none;
    position: absolute;
    left: 0;
    top: 65px;
    width: 100%;
    height: 3px;
    background: #36c69c;
  }
  .smHeader .headerBox .functionalArea ul li .items {
    width: 80px;
    position: absolute;
    left: -28px;
    top: 80px;
    z-index: 100;
    background: #ffffff;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px 10px;
    display: none;
  }
  .smHeader .headerBox .functionalArea ul li .items .item {
    font-size: 14px;
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid transparent;
  }
  .smHeader .headerBox .functionalArea ul li .items .activeItem {
    border-bottom: 1px solid #36c69c;
  }
  .smHeader .headerBox .functionalArea ul .active .line {
    display: block;
  }
  .smHeader .headerBox .functionalArea .goOthers {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .smHeader .headerBox .functionalArea .goOthers .free {
    width: 100px;
    height: 40px;
    background-color: #ffce2e;
    border-radius: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    margin-right: 20px;
  }
  .smHeader .headerBox .functionalArea .goOthers .login {
    width: 100px;
    height: 40px;
    background-color: #2caa85;
    border-radius: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    margin-right: 20px;
  }
  .smHeader .headerBox .functionalArea .contactPhone {
    display: flex;
    align-items: center;
    font-size: 13px;
  }
  .smHeader .headerBox .functionalArea .contactPhone img {
    height: 20px;
    margin-right: 5px;
  }
}
@media (min-width: 992px) {
  .smHeader {
    width: 100%;
    height: 150px;
  }
  .smHeader .headerBox {
    width: 90%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .smHeader .headerBox .logoArea {
    height: 100%;
  }
  .smHeader .headerBox .logoArea .logo {
    width: 146px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
  }
  .smHeader .headerBox .logoArea .logo img {
    width: 100%;
  }
  .smHeader .headerBox .logoArea .line {
    float: left;
    width: 1px;
    height: 60px;
    background: #000;
    margin: 20px;
    display: none;
    margin-top: 47px;
  }
  .smHeader .headerBox .logoArea .logoTitle {
    float: left;
    height: 80px;
    font-size: 24px;
    line-height: 80px;
    display: none;
    margin-top: 35px;
  }
  .smHeader .headerBox .functionalArea {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .smHeader .headerBox .functionalArea ul {
    margin: 0;
  }
  .smHeader .headerBox .functionalArea ul li {
    float: left;
    padding: 32px 10px;
    font-size: 18px;
  }
  .smHeader .headerBox .functionalArea ul li .line {
    display: none;
    position: absolute;
    left: 0;
    top: 65px;
    width: 100%;
    height: 3px;
    background: #36c69c;
  }
  .smHeader .headerBox .functionalArea ul li .items {
    width: 80px;
    position: absolute;
    left: -28px;
    top: 80px;
    z-index: 100;
    background: #ffffff;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 0 10px;
    display: none;
  }
  .smHeader .headerBox .functionalArea ul li .items .item {
    font-size: 14px;
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid transparent;
    color: #000;
  }
  .smHeader .headerBox .functionalArea ul li .items .activeItem {
    border-bottom: 1px solid #36c69c;
  }
  .smHeader .headerBox .functionalArea ul .active .line {
    display: block;
  }
  .smHeader .headerBox .functionalArea ul .active {
    color: #36c69c;
    box-sizing: border-box;
  }
  .smHeader .headerBox .functionalArea .goOthers {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .smHeader .headerBox .functionalArea .goOthers .free {
    width: 100px;
    height: 40px;
    background-color: #ffce2e;
    border-radius: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    margin-right: 20px;
  }
  .smHeader .headerBox .functionalArea .goOthers .login {
    width: 100px;
    height: 40px;
    background-color: #2caa85;
    border-radius: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
  }
  .smHeader .headerBox .functionalArea .contactPhone {
    display: flex;
    align-items: center;
    font-size: 20px;
  }
  .smHeader .headerBox .functionalArea .contactPhone img {
    height: 20px;
    margin-right: 5px;
  }
}
@media (min-width: 1200px) {
  .smHeader-active {
    position: fixed;
    top: 0;
  }
  .smHeader {
    width: 100%;
    height: 150px;
    background: #ffffff;
  }
  .smHeader .headerBox {
    width: 90%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .smHeader .headerBox .logoArea {
    height: 100%;
  }
  .smHeader .headerBox .logoArea .logo {
    width: 146px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
  }
  .smHeader .headerBox .logoArea .logo img {
    width: 100%;
  }
  .smHeader .headerBox .logoArea .line {
    float: left;
    width: 1px;
    height: 60px;
    background: #000;
    margin: 20px;
    display: block;
    margin-top: 47px;
  }
  .smHeader .headerBox .logoArea .logoTitle {
    float: left;
    height: 80px;
    font-size: 24px;
    line-height: 80px;
    display: block;
    margin-top: 35px;
  }
  .smHeader .headerBox .functionalArea {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .smHeader .headerBox .functionalArea ul {
    margin: 0;
  }
  .smHeader .headerBox .functionalArea ul li {
    float: left;
    padding: 32px 15px;
    font-size: 18px;
    position: relative;
    cursor: pointer;
  }
  .smHeader .headerBox .functionalArea ul li .twoList {
    width: 140px;
    position: absolute;
    left: -47px;
    top: 80px;
    z-index: 100;
    background: #ffffff;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    display: none;
    text-align: center;
    color: #333;
    box-shadow: 8px 8px 15px 0px rgba(0, 0, 0, 0.1);
  }
  .smHeader .headerBox .functionalArea ul li .twoList .active {
    color: #36c69c;
  }
  .smHeader .headerBox .functionalArea ul li .twoList .two {
    font-size: 14px;
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid transparent ;
    cursor: pointer;
    position: relative;
  }
  .smHeader .headerBox .functionalArea ul li .twoList .two .threeList {
    width: 100px;
    position: absolute;
    left: 100%;
    top: 0px;
    z-index: 100;
    background: #ffffff;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    display: none;
    text-align: center;
  }
  .smHeader .headerBox .functionalArea ul li .twoList .two .threeList .three {
    font-size: 12px;
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid transparent ;
    cursor: pointer;
  }
  .smHeader .headerBox .functionalArea ul li .items .activeItem {
    border-bottom: 1px solid #36c69c;
  }
  .smHeader .headerBox .functionalArea ul .active {
    color: #36c69c;
    box-sizing: border-box;
  }
  .smHeader .headerBox .functionalArea .goOthers {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-left: 10px;
  }
  .smHeader .headerBox .functionalArea .goOthers .free {
    width: 100px;
    height: 40px;
    background-color: #ffce2e;
    border-radius: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    margin-right: 20px;
  }
  .smHeader .headerBox .functionalArea .goOthers .login {
    width: 100px;
    height: 40px;
    background-color: #2caa85;
    border-radius: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
  }
  .contactPhone {
    display: flex;
    align-items: center;
    font-size: 20px;
  }
  .contactPhone img {
    height: 20px;
    margin-right: 5px;
  }
}
@media (min-width: 1400px) {
  .smHeader-active {
    position: fixed;
    top: 0;
  }
}
@media (max-width: 768px) {
  .smHeader {
    display: none;
  }
  .xsHeader-active {
    position: fixed;
    top: 0;
  }
  .xsHeader-click {
    position: fixed;
    top: 0;
  }
  .xsHeader {
    width: 100%;
    height: 1.5rem;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
  }
  .xsHeader .logo {
    display: block;
    width: 3rem;
    height: auto;
    margin-left: 0.5rem;
  }
  .xsHeader .menu {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 0.5rem;
  }
  .xsHeader .menu .loginImg {
    padding: 0.2rem;
    width: 0.7rem;
  }
  .xsHeader .menu .menuImg {
    padding: 0.2rem;
    width: 0.7rem;
    margin-left: 0.2rem;
  }
  .xsHeader .menuDetail {
    display: none;
    position: absolute;
    left: 0;
    top: 1.5rem;
    width: 100%;
    overflow: scroll;
    z-index: 10;
    background: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    font-size: 0.4rem;
  }
  .xsHeader .menuDetail .oneList {
    width: 100%;
  }
  .xsHeader .menuDetail .oneList .one {
    width: 100%;
    height: 1.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem;
    box-sizing: border-box;
    color: #ffffff;
  }
  .xsHeader .menuDetail .oneList .one img {
    height: 0.5rem;
  }
  .xsHeader .menuDetail .oneList .active {
    color: #2caa85;
  }
  .xsHeader .menuDetail .oneList .twoList {
    width: 100%;
    display: none;
  }
  .xsHeader .menuDetail .oneList .twoList .two {
    width: 100%;
    height: 1.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem 0 1.5rem;
    box-sizing: border-box;
    color: #ffffff;
  }
  .xsHeader .menuDetail .oneList .twoList .active {
    color: #2caa85;
  }
  .xsHeader .menuDetail .oneList .threeList {
    width: 100%;
    display: none;
  }
  .xsHeader .menuDetail .oneList .threeList .three {
    width: 100%;
    height: 1.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem 0 2rem;
    box-sizing: border-box;
    color: #ffffff;
  }
  .xsHeader .menuDetail .oneList .headerItemsPhone {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    display: none;
  }
  .xsHeader .menuDetail .oneList .headerItemsPhone a {
    display: block;
    width: 100%;
    height: 1.5rem;
  }
  .xsHeader .menuDetail .oneList .headerItemsPhone li {
    width: 100%;
    height: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
    font-size: 0.4rem;
    line-height: 1.5;
    padding-left: 1.5rem;
    padding-right: 1rem;
    box-sizing: border-box;
  }
  .xsHeader .menuDetail .oneList .headerItemsPhone li img {
    height: 0.45rem;
  }
}
