/**
 *   汇融保理业务官网
 */
/* 头部 */
.index-page {
    min-width: 1210px;
}
.header {
    height: 90px;
    background: #fff;
    box-shadow: 2px 3px 5px #334cab;
    /* min-width: 1210px; */
}
.header .container {
    width: 100%;
    height: 100%;
    max-width: 1210px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header .container:after {
    display: none;
}
.header .logo-inner {
    display: flex;
    align-items: center;
}
.header .logo {
    width: 60px;
    height: 60px;
}
.header .logo img {
    width: 100%;
    height: 100%;
}
.header .title {
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #333;
    margin-left: 10px;
    font-weight: 600;
}
.header .title-label{
    display: inline-block;
    height: 24px;
    line-height: 24px;
}
.header .title-interval{
    height: 20px;
    border-left: 2px solid #334cab;
    display: inline-block;
    margin: 0 8px;
}
.header .login{
    height: 32px;
    line-height: 32px;
}

.header .login-button {
    display: inline-block;
    background: none;
    border: 1px solid #334cab;
    color: #334cab;
    padding: 0 12px;
    font-size: 14px;
    text-decoration: none;
    transition: background 0.3s;
    box-sizing: border-box;
}
.header .login-button:hover {
    background-color: rgba(255, 255, 255, 0.1);
}
/* 底部 */
.footer {
    background: #334cab;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 12px;
    min-width: 1210px;
}.footer p {
     color: #fff;
 }
/* 首页 */
.index-page .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
}
.index-page .footer {
    /* position: absolute;
    bottom: 0;
    left: 0; */
    width: 100%;
}
#index_main {
    padding-top: 80px;
}
.section{
    height: 520px;
    width: 100%;
    background: url("../images/index/header.png") center bottom no-repeat;
    background-size: cover;
    position: relative;
}
.section .container {
    height: 100%;
}
.section .features {
    position: absolute;
    bottom: -60px;
    display: flex;
    justify-content: space-around;
    text-align: left;
}

.section .features div {
    flex: 1;
    padding: 20px;
    color: white;
    position: relative;
    height: 120px;
}

.section .easy-order {
    background-color: rgba(21, 38, 116, 0.8);
}

.section .centralized {
    background-color: rgba(72, 153, 252, 0.8);
}

.section .inventory {
    background-color: rgba(255, 194, 81, 0.8);
}

.section .features .title {
    margin-bottom: 16px;
    font-size: 16px;
}

.section .features .subtitle {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.section .features .substance {
    font-size: 12px;
    line-height: 1.5;
}
.section .content {
    padding-top: 140px;
    max-width: 500px;
    height: auto;
}

.section .content .title {
    font-size: 36px;
    margin-bottom: 20px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.section .content .description {
    font-size: 14px;
    margin-bottom: 30px;
    color: #fff;
    line-height: 1.5;
}

.section .content .button {
    display: inline-block;
    background-color: #0052d9;
    color: #fff;
    padding: 10px 20px 10px 50px;
    text-decoration: none;
    font-size: 14px;
    border-radius: 5px;
    position: relative;
}

.section .content .button .login-img {
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 9px;
}
.section1 .intro {
    text-align: center;
    margin-top: 110px;
}

.intro-title .main-title {
    font-size: 28px;
    margin-bottom: 10px;
    font-weight: 550;
}

.intro-title .separator {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    padding: 0 180px;
}

.intro-title .separator::before,
.intro-title .separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #e6e6e6;
    margin: 0 10px;
}

.intro-title .separator .sub-title {
    font-size: 14px;
    color: #555;
}

.section1 .grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.section1 .grid-container .grid-item {
    position: relative;
    overflow: hidden;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.section1 .grid-container .grid-item img {
    width: 100%;
    display: block;
}

.section1 .grid-container .grid-item .label {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
}
.partners-section {
    text-align: center;
    padding-top: 20px;
    margin-top: 40px;
    height: 520px;
    background: url('../images/index/cooperate-bg.png') left top no-repeat;
    background-size: cover;
    position: relative;
}

.partners-section .content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.partners-section .items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    position: absolute;
    right: 0;
    top: 200px;
    text-align: left;
}

.partners-section .item {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid #ccc;
    padding: 20px 20px 40px;
    border-radius: 8px;
    backdrop-filter: blur(5px);
    position: relative;
}

.partners-section .label {
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
    color: #fff;
}

.partners-section .description {
    font-size: 14px;
    color: #fff;
}

.partners-section .item .item-img {
    display: inline-block;
    width: 42px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    background: url('../images/index/hook.png') center no-repeat;
    background-size: cover;
}

.info-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0 20px;
    background-color: #fff;
}

.info-section .info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 50%;
    float: left;
}

.info-section .info div {
    margin-bottom: 10px;
}

.info-section .title {
    color: #555;
    font-size: 14px;
    margin-right: 10px;
}

.info-section .content {
    color: #555;
    font-size: 14px;
}

.info-section .content:hover {
    color: #1a77ff;
    cursor: pointer;
    text-decoration: underline;
}

.info-section .logo{
    width: 50%;
    float: right;
}
.info-section .logo img {
    max-height: 60px;
    float: right;
}

/*去除移动端点击蓝色背景*/
*{
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@keyframes top
 {
     0% {top: 120px;}
     100% {top: 40px;}
 }
@-webkit-keyframes top
{
    0% {top: 120px;}
    100% {top: 40px;}
}
@keyframes down
 {
    0% {top: 40px;}
    100% {top: 120px;}
 }
@-webkit-keyframes down
{
    0% {top: 40px;}
    100% {top: 120px;}
}
@keyframes opacity
{
    0% {opacity: 0;}
    100% {opacity: 1;}
}
@-webkit-keyframes opacity
{
    0% {opacity: 0;}
    100% {opacity: 1;}
}
