:root {
    --hc-main-color: #D3B78F;
    --hc-secondary-color: #636262;
    --hc-grey-color: #7F7F7F;
}

body {
    padding-top: 80px;
    color: #636262;
    background: #F2F2F2;
}

/*导航*/
.hc-nav {
    font-size: 16px;
}

.hc-nav .nav-link {
    position: relative;
    color: #666363;
}

.hc-nav .nav-link.active {
    color: var(--hc-main-color) !important;
    font-weight: bold;
}

.hc-nav .nav-link:hover {
    color: var(--hc-main-color) !important;
}

/*下划线*/
.hc-nav .nav-link.active:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 100%;
    height: 2px;
    background: var(--hc-main-color);
}
.hc-nav .dropdown-item:active {
    background-color: var(--hc-main-color);
}
.hc-nav .dropdown-item:hover {
    background-color: var(--hc-main-color);
}
.hc-logo-wrap {
    position: relative;
    width: 100px;
    height: 64px;
}
.hc-logo {
    position: absolute;
    top: 10px;
    left: 0;
    width: 84px;
    display: block;
}

@media (max-width:768px) {
    .hc-logo {
        position: absolute;
        top: -23px;
        left: 0;
        width: 45px;
        display: block;
    }
}


/*导航end*/

/*footer*/
.hc-footer {
    padding-top: 25px;
    padding-bottom: 16px;
    border-top: 1px #63626242 solid;
    background-color: #F2F2F2;
}
.hc-footer .hc-footer-left {
    padding-bottom: 16px;
}
.hc-footer .footer-logo {
    margin-right: 32px;
    width: 64px;
    height: 76px;
    display: block;
}
.hc-footer .footer-title {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: bold;
}
.hc-footer .footer-row {
    font-size: 14px;
    font-weight: 400;
}
.hc-footer .footer-label {
    margin-right: 16px;
    text-align: right;
    display: inline-block;
    width: 50px;
}
.hc-footer .hc-footer-right {
    margin-left: 96px;
    padding-bottom: 16px;
}
.hc-footer .footer-favorite-list img{
    margin-left: 16px;
    width: 28px;
    height: 28px;
}
.hc-footer .footer-en-name {
    font-weight: bold;
}
.hc-footer .footer-down {
    padding: 16px 0 32px;
    background: #F2F2F2;
    color: #AFAFAF;
    font-size: 13px;
}
.hc-footer .footer-btn .btn {
    color: #AFAFAF;
    font-size: 13px;
}
.hc-modal .modal-body {
    padding: 0;
    display: flex;
}
.hc-modal .content-left {
    flex-shrink: 0;
    padding: 24px 32px;
    width: 226px;
    overflow: hidden;
    font-size: 24px;
    color: white;
    background-color: var(--hc-main-color);
}
@media (max-width:  992px) {
    .hc-modal .content-left {
        padding: 0;
        width: 0 !important;
    }
}
.hc-modal .content-right {
    padding: 24px 32px;
    height: 100%;
}
.hc-modal .content-title {
    color: var(--hc-secondary-color);
    font-size: 24px;
    font-weight: bold;
}
.hc-modal .content-body {
    margin-top: 32px;
    white-space: pre-wrap;
    word-break: break-all;
    width: 100%;
    height: 351px;
    overflow-y: auto;
    font-size: 14px;
}
.hc-modal .content-footer {
    margin-top: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.hc-modal .modal-footer-right {
    margin-top: 16px;
    flex-shrink: 0;
    width: 300px;
}
.hc-modal .btn-agree {
    width: 100px;
    height: 40px;
    background-color: var(--hc-main-color);
    color: white;
}
.hc-modal .btn-disagree {
    margin-left: 24px;
    width: 100px;
    height: 40px;
    background-color: var(--hc-secondary-color);
    color: white;
}



/*banner*/
.hc-banner {
    padding-top: 48px;
    height: 216px;
    /*// 背景铺满*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.hc-banner-title {
    color: white;
    font-size: 32px;
    font-weight: bold;
}
@media (min-width: 768px) {
    .hc-banner {
        padding-top: 100px;
        height: 400px;
    }
    .hc-banner-title {
        font-size: 70px;
    }
}
/* 轮播图
-------------------------------------------------- */
/* Since positioning the image, we need to help out the caption */
.carousel-img {

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.carousel-caption {
    bottom: 10rem;
    text-decoration: none;
    z-index: 10;
    font-size: 32px;
    font-weight: bold;
    cursor: pointer;
}

/* Declare heights because of positioning of img element */
.carousel-item {
    height: 477px;
}

/*区域*/
.hc-area {
    padding-top: 32px;
    padding-bottom: 48px;
}
.hc-title-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.hc-title {
    flex-shrink: 0;
    color: #636262;
    font-size: 32px;
    font-weight: bold;
}
.hc-subtitle {
    flex-shrink: 0;
    color: rgba(99, 98, 98, 0.67);
    font-size: 16px;
    font-weight: 300;
}
.hc-divider {
    flex-shrink: 0;
    margin-top: 16px;
    margin-bottom: 24px;
    width: 75px;
    height: 3px;
    background: var(--hc-main-color);
}
.hc-tip {
    max-width: 600px;
    color: rgba(211, 183, 143, 1);
    font-size: 14px;
    line-height: 16px;
}
/*为了和下方穿插*/
.hc-marketing .hc-title-wrap {
    /*height: 120px;*/
    height: 190px;
}
.hc-marketing .hc-item {
    padding-top: 60px;
    padding-bottom: 60px;
}
.hc-marketing .hc-item img {
    max-width: 50px;
    height: 56px;
}
.hc-marketing .hc-item .hc-item-title {
    position: relative;
    margin: 12px 0 16px;
    height: 30px;
    line-height: 30px;
}
.hc-marketing .hc-item-title:after {
    content: "";
    position: absolute;
    top:0;
    left: -12px;
    width: 171px;
    height: 30px;
    background: linear-gradient(90deg, #D3B78F 0%, rgba(211,183,143,0) 100%);
    opacity: 0.43;
}
.hc-marketing .hc-item-content {
    color: #7F7F7F;
    font-size: 14px;
    line-height: 16px;
}

.hc-item-content ul{
    padding: 6px;
}
@media (min-width:992px) {
    .hc-item:nth-child(1) {
        padding-top: 0;
    }
    .hc-item:nth-child(4) {
        padding-top: 0;
    }
}

/*我们是谁*/
.hc-who-am-i {
    padding-bottom: 0;
    color: white;
    background: url("../img/index/我们是谁.png");
}
.hc-who-am-i .hc-area-left {
    padding-top: 64px;
}
.hc-who-am-i .hc-area-title {
    color: white;
    font-size: 32px;
    font-weight: bold;
}
.hc-who-am-i .hc-area-right {
    padding-top: 50px;
}
.hc-who-am-i .hc-area-content-1 {
    margin-top: 47px;
}
.hc-who-am-i .hc-area-content-2 {
    margin-top: 16px;
}
.hc-who-am-i .hc-area-button {
    position: relative;
    margin-left: 5px;
    margin-top: 51px;
    padding-top: 0;
    height: 30px;
    line-height: 30px;
    background: var(--hc-main-color);
    border-radius: 0;
    border: none;
}
.hc-who-am-i .hc-area-button:before {
    content: "";
    position: absolute;
    left: -5px;
    top: 0;
    width: 5px;
    height: 100%;
    background: var(--hc-secondary-color);
}
.hc-who-am-i .hc-area-right img{
    width: 357px;
    height: 426px;
}

/*我们的伙伴*/
.hc-partners {
    padding-top: 80px;
    padding-bottom: 74px;
    background: #FBFBFB;
}

.hc-partners .hc-area-title {
    font-size: 32px;
    font-weight: bold;
}
.hc-partners .hc-area-subtitle {
    margin-left: 32px;
    font-size: 16px;
    font-weight: 300;
    opacity: 0.67;
}
.hc-partners .hc-area-list {
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
}
.hc-partners .hc-item {
    padding: 1%;
    width: 50%;
}
@media (min-width: 992px) {
    .hc-partners .hc-item {
        width: 20%;
    }
}

@media (min-width: 768px) {
    .hc-partners .hc-item {
        width: 16.6%;
    }
}

.hc-partners .hc-item img{
    width: 100%;
    height: 100%;
    border-radius: 2px;
    box-shadow: var(--bs-box-shadow-sm) !important;
}


@media (min-width: 768px) and (max-width: 992px) {
    .hc-who-am-i .hc-area-left{
        padding-top: 24px;
    }
}
