body {
    margin: 0;
    font-size: 14px;
}
ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}
[v-cloak] {
    display: none !important;
}
.container {
    width: 75%;
    margin: 0 auto;
}
.header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 900;
    width: 100%;
    height: 90px;
    box-shadow: 0 2px 6px rgb(0 0 0 / 10%);
    background: #fff;
    margin-bottom: 90px;
}
.header-info {
    display: flex;
    height: 100%;
    justify-content: space-between;
    align-items: center;
}
.logo {
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    color: #333;
}
.logo > img {
    height: 70px;
    width: 70px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 10px;
}
.logo .logo-title > div:first-child {
    font-size: 26px;
    letter-spacing: 3px;
}
.logo .logo-title > div:last-child {
    font-size: 13px;
    margin-top: 5px;
    color: #666;
}
.tabs  a {
    color: black;
    text-decoration: none;
    display: inline-block;
    min-width: 90px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    cursor: pointer;
    margin-left: 16px;
    text-align: center;
    font-size: 16px;
}
.active {
    background-color: rgba(252, 192, 46, 1);
    color: #fff!important;
}
.tabs  a:hover {
    color: #fff;
    background-color: rgba(252, 192, 46, 1);
}

.banner {
    margin-top: 90px;
}
.banner-box {
    height: 52vh;
    min-height: 20vh;
    max-height: 52vh;
    background: url("../img/companyBanner.jpeg") no-repeat;
    background-size: cover;
    background-position: 50% 52%;
}
.banner-img {
    max-width: 100%;
    max-height: 52vh;
}
.project {
    text-align: center;
    padding: 60px 0 20px;
}
.project .title {
    font-size: 24px;
    margin-bottom: 10px;
    color: rgb(38, 38, 38);
}

.sub-title {
    font-size: 30px;
    margin: 40px 0 10px;
    color: rgb(51, 51, 51);
}

.service-items {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}
.video-wrapper,
.profession-wrapper {
    background-color: rgba(242, 242, 242, 1);
}
.video-box {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    min-height: 50vh;
}
.video-box > div {
    flex: 1;
    min-height: 12vh;
}
.video {
    flex: 2;
    max-width: 100%;
    max-height: 40vh;
    background-color: #000;
}
.good-wrapper {
    text-align: center;
}
.choose-items,
.good-items {
    display: flex;
    flex-wrap: wrap;
}
.good-items {
    margin-top: 40px;
    justify-content: space-around;
}
.good-items > div {
    max-width: 20%;
}
.good-items .title {
    font-size: 20px;
    color: #333;
    margin: 20px 0;
}
.good-items p {
    font-size: 12px;
    color: rgb(75, 75, 75);
}
.color-gray {
    color: rgb(169, 169, 169);
}
.item {
    min-width: 140px;
    flex: 1;
    padding: 10px;
    margin-right: 30px;
    /* cursor: pointer; */
}
.item:last-child {
    margin-right: 0;
}
.pic-box {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.item .pic-box > img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    border-radius: 8px;
}
.pic-box:hover img {
    transform: scale(130%);
    transition: 0.5s;
}
.service-item:hover {
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    color: rgb(255, 188, 0);
}
.profession-wrapper {
    padding: 20px 0;
    text-align: center;
}
.desc-wrapper {
    width: 50%;
    margin: 0 auto;
    color: rgb(53, 53, 53);
    line-height: 34px;
}
.health {
    padding-top: 0;
}
.health-item {
    text-align: left;
}
.health .pic-box {
    max-height: 394px;
}
.health .time {
    color: #999;
    margin-top: -10px;
    margin-bottom: 10px;
}
.health .
{
    color: #666;
}
.hotel-items {
    margin-top: 30px;
}

.ensure {
    max-width: 100%;
}
.footer {
    background: #111;
    padding: 40px 0;
    color: #f4f4f4;
    padding-bottom: 70px;
}
.footer a {
    color: #f4f4f4;
}
.footer-info {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.left-nav {
    font-size: 16px;
    line-height: 40px;
    min-width: 90px;
}
.left-nav a:hover {
    color: rgba(252, 192, 46, 1);
}
.main-info {
    flex: 1;
    min-width: 200px;
    margin-top: -20px;
    display: flex;
.main_r {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 50px;
}
}
.copy-info {
    margin-top: 40px;
}
.code {
    width: 100px;
    height: 100px;
}
.code-info {
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
}
.profession-info {
    text-align: center;
    padding: 60px 0 40px;
}
.profession-info img {
    width: 60px;
    height: 60px;
    margin-bottom: -20px;
}
.detail-wrapper {
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
}
.profession-info p {
    color: rgba(153, 153, 153, 1);
    line-height: 34px;
}
.company-info {
    display: flex;
    height: 60vh;
    max-height: 60vh;
    min-height: 10vh;
}
.company-info-left {
    flex: 1;
}
.company-info-left img {
    height: 100%;
    width: 100%;
}
.company-info-right {
    flex: 1;
    color: #fff;
    overflow: hidden;
    line-height: 32px;
}
.company-info-left > div {
    height: 100%;
    width: 100%;
    background: url("../img/comTouch.jpeg") no-repeat center;
    background-size: cover;
}
.company-info-right > div {
    height: 100%;
    max-width: 100%;
    background: url("../img/comBg.png") no-repeat center;
    background-size: cover;
}
.company-desc {
    padding: 60px;
    box-sizing: border-box;
}
.company-desc > p {
    width: 80%;
    margin-top: 40px;
}
.connect-type {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.type-info {
    flex: 1;
    text-align: center;
    margin-right: 4%;
    padding: 30px 0;
    box-shadow: 0 2px 6px rgb(0 0 0 / 10%);
}
.type-info > img {
    width: 90px;
    height: 90px;
}
.type-info:last-child {
    margin-right: 0;
}
.type-info p {
    font-size: 20px;
    margin-top: 40px;
}
.con-map {
    text-align: center;
    position: relative;
}
.con-map p {
    font-size: 24px;
    margin: 40px 0 60px;
}
.map_con {
    width: 100%;
    height: 42vh;
}
.amap-icon {
    width: 32px;
}
.amap-icon img {
    width: 100%;
    left: 0;
    top: 0;
}
.amap-marker-label {
    max-width: 150px;
    text-align: left;
    line-height: 1.5;
    word-break: break-all;
    padding: 10px;
    border-radius: 5px;
    border: none;
}
.connect-type {
    margin: 100px 0 50px;
    display: flex;
}
.to-top {
    font-size: 12px;
    cursor: pointer;
    position: fixed;
    right: 30px;
    bottom: 40px;
    height: 26px;
    width: 50px;
    text-align: center;
    padding-top: 24px;
    background-color: #f1f1f1;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 2px 6px rgb(0 0 0 / 10%);
}
.opener {
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 4px solid rgb(21, 21, 22);
    border-left: 4px solid rgb(21, 21, 22);
    position: fixed;
    bottom: 65px;
    right: 48px;
    -webkit-animation: opener 0.5s ease-in-out alternate infinite;
    animation: opener 0.5s ease-in-out alternate infinite;
    cursor: pointer;
    opacity: 0.5;
    -webkit-transition: opacity 0.2s ease-in-out, transform 0.5s ease-in-out 0.2s;
    transition: opacity 0.2s ease-in-out, transform 0.5s ease-in-out 0.2s;
}
.opener:hover {
    -webkit-transition-delay: 0;
    transition-delay: 0;
    opacity: 1;
}
.toast {
    position: fixed;
    z-index: 2000;
    left: 50%;
    top: 45%;
    transition: all 0.5s;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    border-radius: 5px;
    color: #fff;
    background: rgba(17, 17, 17, 0.7);
    height: auto;
    line-height: 45px;
    padding: 0 15px;
    font-size: 14px;
    display: none;
}
@media screen and (min-width: 375px) and (max-width: 768px) {
    .header,
    .project {
        width: 100%;
    }
    .container {
        width: 90%;
    }
    .tabs {
        display: flex;
        flex-direction: column;
    }
    .tabs  a {
        display: block;
        min-width: 60px;
        height: 26px;
        line-height: 26px;
        background-color: #fff;
        text-decoration: none;
    }
    .active {
        color: rgba(252, 192, 46, 1);
    }
    .logo {
        font-size: 14px;
    }
    .logo > img {
        height: 50px;
        width: 50px;
    }
    .logo .logo-title > div:first-child {
        font-size: 15px;
        font-weight: bold;
    }
    .sub-title {
        font-size: 22px;
    }
    .item {
        margin-right: 10px;
    }
    .item:nth-child(2n) {
        margin-right: 0;
    }
    .desc-wrapper {
        width: 90%;
    }
    .right-code {
        margin-top: 20px;
    }
    .company-desc {
        padding: 15px;
    }
    .company-desc > p {
        width: 100%;
        margin-top: 16px;
        line-height: 1.5;
    }
    .type-info {
        margin-bottom: 20px;
    }
    .type-info:nth-child(2n) {
        margin-right: 0;
    }
}
