/* 公司详情页在 lazyAmazeUi 下补充的首屏增量样式 */
h1 {
    font-size: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 1.6rem;
}

.am-margin-left {
    margin-left: 1.6rem;
}

.am-margin-left-xl {
    margin-left: 3.2rem;
}

.am-margin-right {
    margin-right: 1.6rem;
}

.am-margin-right-lg {
    margin-right: 2.4rem;
}

.am-btn {
    display: inline-block;
    margin-bottom: 0;
    padding: .5em 1em;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    border: 1px solid transparent;
    border-radius: 0;
    cursor: pointer;
    outline: 0;
    user-select: none;
}

.am-btn.am-round {
    border-radius: 1000px;
}

.am-img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.user-head {
    width: 100px;
    height: 100px;
}

.claim-btn {
    border: 1px solid #07C160;
    background-color: #F6FCF9;
    color: #07C160;
    min-width: 80px;
    height: 30px;
    border-radius: 100px;
}

.appeal-btn {
    border: 1px solid #F95151;
    background-color: #FFF7F7;
    color: #F95151;
    min-width: 80px;
    height: 30px;
    border-radius: 100px;
}

.p-icon-a-0011,
.p-icon-a-0021,
.p-icon-fuwurenzheng,
.p-icon-a-0907-002,
.p-icon-a-019,
.p-icon-a-105 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    line-height: 16px;
    vertical-align: middle;
    flex: 0 0 16px;
}

.tn-icon-identity {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
    flex: 0 0 32px;
}

.company-photo-gallery-slider {
    overflow: hidden;
}

.company-photo-gallery-slider .am-slides {
    display: flex;
    gap: 5px;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.company-photo-gallery-slider .am-slides > li {
    display: block;
    width: 220px;
    min-width: 220px;
    flex: 0 0 220px;
    position: relative;
}

@media only screen and (min-width: 641px) {
    .am-u-md-4 {
        width: 33.33333333%;
    }

    .am-u-md-8 {
        width: 66.66666667%;
    }
}

@media only screen and (min-width: 1025px) {
    .am-u-lg-3 {
        width: 25%;
    }

    .am-u-lg-9 {
        width: 75%;
    }
}

@media (max-width: 768px) {
    .user-head {
        width: 80px;
        height: 80px !important;
    }
}

@media only screen and (min-width: 100px) and (max-width: 640px) {
    .phone-bottom {
        margin-bottom: 0 !important;
    }
    .verified-business-grid > div:nth-child(2n+1) {
        clear: both;
    }
}
