@media (min-width: 992px) {
  .smHeader {
    width: 100%;
    height: 80px;
  }
  .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: 125px;
    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: 40px;
    background: #000;
    margin: 20px;
    display: none;
  }
  .smHeader .headerBox .logoArea .logoTitle {
    float: left;
    height: 80px;
    font-size: 24px;
    line-height: 80px;
    display: none;
  }
  .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;
    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;
  }
  .smHeader .headerBox .functionalArea ul li .twoList .two {
    font-size: 14px;
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid transparent ;
    color: #000;
    cursor: pointer;
  }
  .smHeader .headerBox .functionalArea ul li .twoList .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;
  }
  .smHeader .headerBox .functionalArea ul li .items .two .threeList .three {
    font-size: 12px;
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid transparent ;
    color: #000;
    cursor: pointer;
  }
  .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;
  }
  .swiper-container {
    width: 100%;
  }
  .swiper-container .swiper-slide {
    width: 100%;
    position: relative;
  }
  .swiper-container .swiper-slide .swiperImg {
    width: 100%;
  }
  .swiper-container .swiper-slide .textPostion {
    position: absolute;
    left: 5%;
    top: 0;
    width: 45%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }
  .swiper-container .swiper-slide .textPostion h1 {
    width: 100%;
    font-size: 28px;
    line-height: 1.5;
    color: #ffffff;
  }
  .swiper-container .swiper-slide .textPostion h2 {
    width: 100%;
    font-size: 28px;
    line-height: 1.5;
    color: #ffffff;
  }
  .swiper-container .swiper-slide .textPostion .firstText {
    margin-top: 16px;
  }
  .swiper-container .swiper-slide .textPostion .text {
    width: 100%;
    display: flex;
    margin-top: 10px;
    font-size: 14px;
  }
  .swiper-container .swiper-slide .textPostion .dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: #ffce2e;
    margin: 10px;
  }
  .swiper-container .swiper-slide .textPostion p {
    width: calc(74%);
    display: inline-block;
    font-size: 14px;
    line-height: 1.5;
    color: #ffffff;
  }
  .swiper-container .swiper-slide .textPostion .tryNow {
    width: 160px;
    height: 50px;
    background-color: #ffce2e;
    border-radius: 10px;
    font-size: 26px;
    line-height: 50px;
    color: #ffffff;
    text-align: center;
    margin-top: 20px;
    margin-left: 10px;
  }
  .member {
    width: 100%;
  }
  .member h1 {
    width: 100%;
    text-align: center;
    font-size: 30px;
    line-height: 1.5;
    color: #3c3c3c;
    margin-top: 120px;
  }
  .member .description {
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
    color: #999999;
    margin-top: 10px;
  }
  .member .flowChart {
    display: block;
    width: 80%;
    margin: 30px auto 0;
  }
  .member .tryNow {
    width: 300px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background-color: #2caa85;
    border-radius: 10px;
    font-size: 24px;
    color: #ffffff;
    margin: 0 auto;
  }
  .trait {
    width: 100%;
    margin: 60px auto 0;
  }
  .trait h1 {
    width: 100%;
    text-align: center;
    font-size: 30px;
    line-height: 1.5;
    color: #3c3c3c;
  }
  .trait .content {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .trait .content .oneTrait {
    width: 300px;
    height: 300px;
    background-color: #ffffff;
    box-shadow: 0px 0px 23px 3px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
  }
  .trait .content .oneTrait .traitIcon {
    width: 90px;
  }
  .trait .content .oneTrait .title {
    font-size: 15px;
    color: #333333;
    line-height: 1.5;
    margin-top: 10px;
  }
  .trait .content .oneTrait .specialty {
    font-size: 24px;
    color: #333333;
    line-height: 1.5;
    margin-top: 10px;
  }
  .trait .content .oneTrait .discription {
    width: 80%;
    margin: 0 auto;
    font-size: 12px;
    color: #333333;
    line-height: 1.5;
    text-align: center;
    margin-top: 10px;
  }
  .trait .tryNow {
    width: 200px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background-color: #2caa85;
    border-radius: 10px;
    font-size: 28px;
    color: #ffffff;
    margin: 50px auto;
  }
  .detail {
    max-width: 100%;
    margin: 60px auto 0;
  }
  .detail .bigTitle {
    width: 100%;
    text-align: center;
    font-size: 30px;
    line-height: 1.5;
    color: #3c3c3c;
  }
  .detail .bigDiscription {
    width: 100%;
    text-align: center;
    font-size: 15px;
    line-height: 1.5;
    color: #999999;
    margin-bottom: 40px;
  }
  .detail .content1 {
    display: flex;
    flex-direction: inherit;
    justify-content: space-between;
  }
  .detail .content1 .left {
    width: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .detail .content1 .left .title {
    width: 100%;
    font-size: 30px;
    line-height: 48px;
    color: #3c3c3c;
  }
  .detail .content1 .left .discription {
    width: 100%;
    font-size: 15px;
    line-height: 48px;
    color: #999999;
  }
  .detail .content1 .left .firstText {
    margin-top: 20px;
  }
  .detail .content1 .left .text {
    width: 100%;
    display: flex;
    margin-top: 10px;
  }
  .detail .content1 .left .text .dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #2caa85;
    margin: 10px;
  }
  .detail .content1 .left .text p {
    width: calc(74%);
    display: inline-block;
    font-size: 18px;
    line-height: 1.5;
    color: #3c3c3c;
  }
  .detail .content1 .left .tryNow {
    width: 140px;
    height: 40px;
    background-color: #2caa85;
    border-radius: 6px;
    border-radius: 10px;
    font-size: 16px;
    line-height: 40px;
    color: #ffffff;
    text-align: center;
    margin-top: 20px;
    margin-left: 20px;
  }
  .detail .content1 .right {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    order: 0;
  }
  .detail .content1 .right img {
    width: 100%;
  }
  .detail .content1 .right .swiper-container4 {
    width: 100%;
    overflow: hidden;
  }
  .detail .content1 .right .swiper-container4 .swiper-slide {
    width: 100%;
  }
  .detail .content1 .right .swiper-container4 .swiper-slide img {
    width: 130%;
  }
  .detail .BigTryNow {
    width: 200px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #2caa85;
    border-radius: 10px;
    font-size: 18px;
    color: #ffffff;
    margin: 0 auto;
  }
  .example {
    max-width: 1200px;
    margin: 60px auto 0;
  }
  .example h1 {
    width: 100%;
    font-size: 40px;
    line-height: 1.5;
    color: #333333;
  }
  .example .content {
    margin-top: 80px;
  }
  .example .content .swiper-container1 {
    width: 100%;
    overflow: hidden;
  }
  .example .content .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .example .content .swiper-slide .oneExample {
    width: 300px;
    border: solid 1px #cccccc;
    border-radius: 10px;
  }
  .example .content .swiper-slide .oneExample .name {
    width: 100%;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    font-weight: 900;
  }
  .example .content .swiper-slide .oneExample .ownerImg {
    width: 100%;
  }
  .example .content .swiper-slide .oneExample h3 {
    width: 100%;
    font-size: 16px;
    line-height: 48px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    font-weight: 600;
  }
  .example .content .swiper-slide .oneExample .text {
    width: 100%;
    display: flex;
    margin-top: 10px;
  }
  .example .content .swiper-slide .oneExample .text .dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #2caa85;
    margin: 10px;
  }
  .example .content .swiper-slide .oneExample .text p {
    width: calc(74%);
    display: inline-block;
    font-size: 14px;
    line-height: 1.5;
    color: #3c3c3c;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .example .content .swiper-slide .oneExample .knowMore {
    width: 100%;
    padding: 30px 10px;
    box-sizing: border-box;
  }
  .example .content .swiper-slide .oneExample .knowMore p {
    float: right;
    font-size: 12px;
    color: #999999;
  }
  .customer {
    max-width: 1200px;
    margin: 60px auto 0;
  }
  .customer h1 {
    width: 100%;
    font-size: 30px;
    line-height: 1.5;
    color: #333333;
    text-align: center;
  }
  .customer .content {
    margin-top: 50px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .customer .content li {
    width: 20%;
    margin: 2.5%;
  }
  .customer .content li img {
    width: 100%;
  }
  footer {
    font-size: 14px;
  }
  footer .top {
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #3c3d3f;
    color: #ffffff;
  }
  footer .top .box {
    width: 1000px;
    height: 100%;
    display: flex;
    justify-content: space-between;
  }
  footer .top .product {
    width: 250px;
    margin-top: 50px;
  }
  footer .top .product h5 {
    width: 100%;
    text-align: center;
    font-size: 18px;
  }
  footer .top .product ul {
    margin-top: 20px;
    width: 100%;
    height: 175px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
  }
  footer .top .product ul li {
    width: 50%;
    line-height: 1.5;
    margin-top: 5px;
    cursor: pointer;
    text-align: left;
    padding-left: 40px;
    box-sizing: border-box;
  }
  footer .top .footer_function {
    width: 100px;
    margin-top: 50px;
    height: 175px;
  }
  footer .top .footer_function h5 {
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
  }
  footer .top .footer_function ul {
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
  }
  footer .top .footer_function ul li {
    width: 100%;
    line-height: 1.5;
    margin-top: 5px;
    text-align: left;
    padding-left: 20px;
    box-sizing: border-box;
    cursor: pointer;
  }
  footer .top .support {
    width: 100px;
    margin-top: 50px;
  }
  footer .top .support h5 {
    width: 100%;
    text-align: center;
    font-size: 18px;
  }
  footer .top .support ul {
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  footer .top .support ul li {
    width: 100%;
    line-height: 1.5;
    margin-top: 5px;
    text-align: center;
    cursor: pointer;
  }
  footer .top .boyang {
    width: 100px;
    margin-top: 50px;
  }
  footer .top .boyang h5 {
    width: 100%;
    text-align: center;
    font-size: 18px;
  }
  footer .top .boyang ul {
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  footer .top .boyang ul li {
    width: 100%;
    line-height: 1.5;
    margin-top: 5px;
    text-align: center;
    cursor: pointer;
  }
  footer .top .contactUs {
    width: 350px;
    margin-top: 50px;
  }
  footer .top .contactUs h5 {
    font-size: 18px;
    width: 100%;
    text-align: center;
  }
  footer .top .contactUs .content {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  footer .top .contactUs .content .code {
    width: 100px;
    height: auto;
    padding: 20px;
  }
  footer .top .contactUs .content ul {
    width: 65%;
    padding: 10px 0;
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    line-height: 1.5;
  }
  footer .top .contactUs .content ul li {
    width: 100%;
    margin: 20px none;
    cursor: pointer;
  }
  footer .top .lineBox {
    width: 2px;
    height: 175px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
  }
  footer .top .lineBox .line {
    width: 1px;
    height: 175px;
    background: #aaaaaa;
  }
  footer .bottom {
    background-color: #2e2f31;
    width: 100%;
    height: 60px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  footer .bottom div {
    font-size: 12px;
    color: #ffffff;
    line-height: 1.5;
    width: 100%;
    text-align: center;
  }
  .moreFunction {
    width: 100%;
    margin: 60px auto;
  }
  .moreFunction h1 {
    width: 100%;
    font-size: 40px;
    text-align: center;
  }
  .moreFunction ul {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .moreFunction ul li {
    width: 20%;
    margin-top: 30px;
  }
  .moreFunction ul li a {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .moreFunction ul li img {
    width: 30%;
  }
  .moreFunction ul li div {
    font-size: 20px;
    line-height: 1.5;
    color: #333333;
  }
  .servicePhone {
    width: 90%;
    margin: 0 auto;
    position: relative;
  }
  .servicePhone .serviceBgPhone {
    display: none;
  }
  .servicePhone .serviceBgPc {
    width: 100%;
  }
  .servicePhone .serviceText {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .servicePhone .serviceText h3 {
    width: 90%;
    margin: 0 auto;
    color: #ffffff;
    font-size: 24px;
    text-align: center;
  }
  .servicePhone .serviceText h5 {
    width: 90%;
    margin: 18px auto;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
  }
  .servicePhone .serviceText p {
    width: 92%;
    margin: 18px auto;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.5;
  }
}
